Releases: arcalot/arcaflow-engine-deployer-kubernetes
v0.5.2
What's Changed
- Configure Renovate by @platform-engineering-bot in #18
- Update Patch updates by @platform-engineering-bot in #19
New Contributors
- @platform-engineering-bot made their first contribution in #18
Full Changelog: v0.5.1...v0.5.2
v0.5.1
v0.4.0
What's Changed
- Extend pod.spec.volumes.SecretVolumeSource struct by @HubertStefanski in #15
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- fixed private key regex by @tsebastiani in #12
- added Openshift required securityContext PodSpec by @tsebastiani in #13
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Bump golang.org/x/net from 0.0.0-20220722155237-a158d28d115b to 0.7.0 by @dependabot in #7
- redefined labelValue regex validation by @tsebastiani in #9
- add pod.ImagePullSecrets to the schema by @HubertStefanski in #8
New Contributors
- @tsebastiani made their first contribution in #9
- @HubertStefanski made their first contribution in #8
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- Fix typos by @josecastillolema in #2
- Support for nodeSelector spec by @josecastillolema in #3
- Added affinity spec by @josecastillolema in #4
- Bump golang.org/x/text from 0.3.7 to 0.3.8 by @dependabot in #5
- Upgrade to log v2 by @jaredoconnell in #6
New Contributors
- @josecastillolema made their first contribution in #2
- @dependabot made their first contribution in #5
- @jaredoconnell made their first contribution in #6
Full Changelog: https://github.com/arcalot/arcaflow-engine-deployer-kubernetes/commits/v0.1.0
Feature Notice
Please note that the affinity feature added with arcaflow-engine-deployer-kubernetes/pull/4 should be considered tech preview only. Currently this feature is subject to possible kubernetes scheduling race conditions that may result in the plugin getting hung in a waiting to schedule state if the affinity pod with the required label has already completed. This may be worked around by setting longer run times for affinity pods, where possible. This feature will be better-enabled once the engine signaling feature work is complete.