Skip to content

Releases: lightrun-platform/lightrun-k8s-operator

0.2.4

16 Jan 13:50
c85bb9a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.3...0.2.4

0.2.3

15 Jan 11:26
7f8c31a
Compare
Choose a tag to compare

What's Changed

  • add arm init containers by @Len4i in #18
  • build arm64 version of operator as well by @Len4i in #19

Full Changelog: 0.2.2...0.2.3

0.2.2

03 Oct 08:56
2313e7b
Compare
Choose a tag to compare

What's Changed

  • sort agent config in configmap by @Len4i in #16

Full Changelog: 0.2.1...0.2.2

0.2.1

10 Aug 09:20
566f81f
Compare
Choose a tag to compare

What's Changed

  • init containers pipeline trigger add validation by @Len4i in #14
  • fix the namespace option of the controller by @Len4i in #15

Full Changelog: 0.2.0...0.2.1

0.2.0

09 Jul 07:40
8bcdea8
Compare
Choose a tag to compare

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

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