Skip to content

Releases: c6o/helm-charts

0.5.3

10 Jul 01:06
138694c
Compare
Choose a tag to compare

What's Changed

  • chore: upload with cache-control
  • chore: release 0.5.3

Full Changelog: 0.5.2...0.5.3

0.5.2

26 Jun 00:42
5c00997
Compare
Choose a tag to compare

What's Changed

Update app version to 2.5.0

Full Changelog: 0.5.1...0.5.2

0.5.1

21 Jun 07:05
02f5e86
Compare
Choose a tag to compare

What's Changed

  • fix: set allowPrivilegeEscalation in securityContext to false

Full Changelog: 0.5.0...0.5.1

0.5.0

21 Jun 01:47
a9700f0
Compare
Choose a tag to compare

What's Changed

  • feat: New default for securityContext for all containers by setting securityContext to a compliant restricted policy. This should alleviate install errors when running a pod security admission controller. The new default is:
  securityContext:
    runAsNonRoot: true
    runAsUser: 1000
    runAsGroup: 1000
    allowPrivilegeEscalation: true
    capabilities:
      drop:
        - ALL
    seccompProfile:
      type: RuntimeDefault
  • fix: adds security context to init containers
  • fix: moves opa configuration out of orchestrator

Full Changelog: 0.4.1...0.5.0

0.4.1

12 Jun 00:55
2e1a7f4
Compare
Choose a tag to compare

What's Changed

  • chore: bump app version to 2.4.0

Full Changelog: 0.4.0...0.4.1

0.4.0

11 Jun 23:18
49b8a93
Compare
Choose a tag to compare

What's Changed

  • feat: adds orchestrator opa configuration

Full Changelog: 0.3.0...0.4.0

0.3.0

07 Jun 01:18
7461cdc
Compare
Choose a tag to compare

What's Changed

  • allow setting annotations on the load balancer service

Full Changelog: 0.2.4...0.3.0

0.2.4

05 Jun 01:18
75bff86
Compare
Choose a tag to compare

What's Changed

  • chore: bump app version to 2.3.4

Full Changelog: 0.2.3...0.2.4

0.2.3

28 May 04:41
0844a10
Compare
Choose a tag to compare

What's Changed

  • use app version 2.3.3

Full Changelog: 0.2.2...0.2.3

0.2.2

22 May 01:03
874feef
Compare
Choose a tag to compare

What's Changed

  • use app version 2.3.2

Full Changelog: 0.2.1...0.2.2