Releases: lightrun-platform/lightrun-k8s-operator
Releases · lightrun-platform/lightrun-k8s-operator
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
Known bugs ⚠️
- Controller fails to run in the namespaced scope with only 1 namespace allowed due to the use of
MultiNamespacedCacheBuilder
What's Changed
- fetch artifact from s3 by @Len4i in #6
- update docs and comments by @Len4i in #7
- update chart readme by @Len4i in #8
- Add slack notify init build by @Len4i in #9
- fix init container action notification by @Len4i in #10
- Small text corrections by @mjsambol in #11
- Devops 1050 latest tag for init container by @Len4i in #12
- migrate to go/v4 layout by @Len4i in #13
New Contributors
Full Changelog: 0.1.4...0.2.0
0.1.4
What's Changed
Full Changelog: 0.1.3...0.1.4
Init containers support matrix
Since 0.1.4
Init container is created with security context to be run as non-root
.
It requires adjusting the initial container image introduced in this release as well.
All init containers with version prior to 1.9.0
are supported with tag *-init.1
Examples:
lightruncom/k8s-operator-init-java-agent-alpine:1.8.4-init.1
lightruncom/k8s-operator-init-java-agent-linux:1.7.1-init.1
lightruncom/k8s-operator-init-java-agent-alpine:1.8.4-init.0
image will try to run with root user and will fail