Skip to content

Releases: spacelift-io/spacelift-helm-charts

v0.23.0

25 Jun 11:51
e003521
Compare
Choose a tag to compare

What's Changed

  • chore: add pr template by @eliecharra in #63
  • feat: bump Kubernetes controller to v0.0.11 by @eliecharra in #64
    • This fixes a problem where the MQTT client got disconnected.

Full Changelog: v0.22.0...v0.23.0

v0.22.0

24 Jun 09:07
7665079
Compare
Choose a tag to compare

What's Changed

  • feat: bump Kubernetes controller to v0.0.10 by @eliecharra in #61
    • Allow to set imagePullPolicy on containers
  • feat: update CRD for the latest version of the workerpool controller by @eliecharra in #62

Full Changelog: v0.21.0...v0.22.0

v0.21.0

21 Jun 09:31
7689c04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.20.0...v0.21.0

v0.20.0

10 Jun 16:40
39ca23d
Compare
Choose a tag to compare

What's Changed

  • feat: bump Kubernetes controller to v0.0.9 by @eliecharra in #57
    • This now allows to add sidecar containers to the pod using spec.pod.additionalSidecarContainers.

Full Changelog: v0.19.0...v0.20.0

v0.19.0

26 Apr 13:04
7bf3ee0
Compare
Choose a tag to compare

What's Changed

  • feat: bump Kubernetes controller to v0.0.8 by @eliecharra in #55
    • Makes poolSize optional. If not provided during WorkerPool creation it will default to 1. Otherwise on update it will just ignore changes and do not change the current desired number of workers.
    • We improved a bit the logging when a new run is assigned

Full Changelog: v0.18.0...v0.19.0

v0.18.0

20 Mar 09:02
b1a4a7a
Compare
Choose a tag to compare

What's Changed

  • chore: add codeowners by @eliecharra in #52
  • feat: bump Kubernetes controller to v0.0.6 by @eliecharra in #53
    • Allow to override init and grpc server container security context
    • Fixed a bug where some runs can stay stuck if the controller is down when a container is deleted

Full Changelog: v0.17.0...v0.18.0

v0.17.0

28 Feb 10:11
bfbfbe6
Compare
Choose a tag to compare

What's Changed

  • Bump Kubernetes controller to v0.0.5 by @eliecharra in #51
    • Workers now report the version of the controller they are using in their metadata to help us provide support.

Full Changelog: v0.16.0...v0.17.0

v0.16.0

27 Feb 15:56
88d1760
Compare
Choose a tag to compare

What's Changed

  • Bump Kubernetes controller to v0.0.4 by @eliecharra in #50
    • Fixed a race condition when deleting a worker. This could cause a worker to show as IDLE, but be unable to pick up new runs.
    • Fixed an issue where workers were not being marked as ready after a run failed to start (for example an initialization policy failure, or not being able to create the run Pod). This would prevent them picking up new runs.
    • Fixed an issue where workers were not correctly cleaned up when deleted if the MQTT connection was lost (for example if the pool was deleted in Spacelift, or if there was a network error). This could cause infinite reconnection attempts to show up in the logs.
    • Fixed an issue where the controller would incorrectly try to register a worker with Spacelift after it had been deleted.

Full Changelog: v0.15.0...v0.16.0

v0.15.0

16 Feb 13:42
821fb20
Compare
Choose a tag to compare

What's Changed

  • fix: don't deploy ClusterRole when metrics not enabled by @adamconnelly in #48

Full Changelog: v0.14.0...v0.15.0

v0.14.0

08 Feb 12:11
20f0c56
Compare
Choose a tag to compare

What's Changed

  • feat: bump Kubernetes controller to v0.0.2 by @adamconnelly in #47
    • This includes a fix to allow the run and logs timeouts for the worker to be customized.

Full Changelog: v0.13.0...v0.14.0