Skip to content

Releases: giantswarm/app-admission-controller

v1.0.0

19 Nov 10:56
84b881d
Compare
Choose a tag to compare

Removed

  • Removed PSP support and thus support for pre v1.25 Kubernetes clusters.
    • Removed .global.podSecurityStandards.enforced Helm value.
  • Removed .project.branch and project.commit Helm values.

Changed

  • Bump architect-orb to v5.11.1.
  • Updated build pipeline to use app-build-suite.
    • Changed value for application.giantswarm.io/branch label to point to .Chart.AppVersion instead as ABS does not support mangling the templates anymore.
    • Changed value for application.giantswarm.io/commit label to point to .Chart.AppVersion instead as ABS does not support mangling the templates anymore.
  • Defaulted .image.tag to be an empty string and default that to .Chart.AppVersion in the deployment.
  • Bumped cert-manager-app version to v3.8.1 in integration tests and disabled PSP for it by setting .global.podSecurityStandards.enforce to true for it.

v0.26.2

22 Oct 07:58
0e19411
Compare
Choose a tag to compare

Fixed

  • Extend the /healthz endpoint to check for a valid certificate and let Kubernetes liveness probes handle restarts in case of an error.

v0.26.1

17 Oct 10:55
289bf95
Compare
Choose a tag to compare

Fixed

  • Fixed logic fetching Releases for cluster apps to work with cross-provider MCs

v0.26.0

02 Jul 11:28
1537995
Compare
Choose a tag to compare

Fixed

  • Fix cluster app mutation, so it merges all config before trying to read release version.

v0.25.0

11 Jun 08:29
0b6b728
Compare
Choose a tag to compare

Added

  • Support for CAPI workload clusters that use Release resources. See RFC for more details.

v0.24.3

23 Apr 11:00
f660a4a
Compare
Choose a tag to compare
Release v0.24.3 (#460)

v0.24.2

15 Feb 09:42
747d128
Compare
Choose a tag to compare

Changed

  • Use base image from gsoci.azurecr.io
  • Update api version of PodDisruptionBudget to v1 for k8s 1.25.

v0.24.1

29 Jan 07:50
b8e144b
Compare
Choose a tag to compare

Fixed

  • Move pss values under the global property

v0.24.0

12 Dec 13:20
8cb9eaf
Compare
Choose a tag to compare

Changed

  • Enable app mutation for disabling PSPs in CAPI clusters.

v0.23.1

06 Dec 09:05
2391d5c
Compare
Choose a tag to compare

Changed

  • Configure gsoci.azurecr.io as the default container image registry.