Releases: spacelift-io/spacelift-helm-charts
Releases · spacelift-io/spacelift-helm-charts
v0.23.0
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
What's Changed
- feat: bump Kubernetes controller to v0.0.10 by @eliecharra in #61
- Allow to set
imagePullPolicy
on containers
- Allow to set
- 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
What's Changed
- feat: add spacelift operator chart by @eliecharra in #58
Full Changelog: v0.20.0...v0.21.0
v0.20.0
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
.
- This now allows to add sidecar containers to the pod using
Full Changelog: v0.19.0...v0.20.0
v0.19.0
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
- Makes
Full Changelog: v0.18.0...v0.19.0
v0.18.0
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
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
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
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
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