Skip to content

Releases: lightrun-platform/lightrun-k8s-operator

0.1.4

09 Jan 18:28
a0dccba
Compare
Choose a tag to compare

What's Changed

  • init container RunAsNonRoot + securityContext by @Len4i in #4
  • move to go 19.4 by @Len4i in #5

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

All images with 1.9.0 and forward will be already run as non-root

0.1.3

21 Dec 11:26
73a6a82
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.2...0.1.3

0.1.2

26 Oct 15:03
Compare
Choose a tag to compare

What's Changed

  • handling of already patched deployment by @Len4i in #2

Full Changelog: 0.1.1...0.1.2

0.1.1

15 Oct 08:05
5c930a5
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @Len4i made their first contribution in #1

Full Changelog: 0.1.0...0.1.1