Skip to content

Releases: c6o/helm-charts

0.8.0

11 Sep 01:12
0e5f295
Compare
Choose a tag to compare

What's Changed

  • uses a Kubernetes operator for managing serves by default. With the operator serves are a custom resource on a Kubernetes cluster. E.g. kubectl get serves -n <namepace> shows all current serves in a namespace.

Full Changelog: 0.7.0...0.8.0

0.7.0

07 Aug 03:28
48bae38
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.0...0.7.0

0.6.0

24 Jul 01:28
094b44a
Compare
Choose a tag to compare

What's Changed

  • run app version 2.5.2
  • added option to run the router pod of Codezero Space Agent with privileged access. By default, the router pod runs with a security context with only the NET_BIND_SERVICE capability. This is not guaranteed to work on all clusters. When the router.privilegedAccess option is set to true in the Codezero Helm chart values, the router pods are started with an empty security context.

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