Skip to content

Releases: arcalot/arcaflow-engine-deployer-kubernetes

v0.5.2

25 Sep 10:14
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.1...v0.5.2

v0.5.1

15 Jun 14:47
3fd6656
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.4.0

15 Jun 12:42
c883534
Compare
Choose a tag to compare

What's Changed

  • Extend pod.spec.volumes.SecretVolumeSource struct by @HubertStefanski in #15

Full Changelog: v0.3.0...v0.4.0

v0.3.0

23 May 20:00
d1c87fa
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

02 May 11:57
45cdd0b
Compare
Choose a tag to compare

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

28 Feb 14:39
6f549ff
Compare
Choose a tag to compare

What's Changed

New Contributors

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.