Skip to content

Releases: giantswarm/aws-pod-identity-webhook

v1.16.0

06 Jun 08:59
8d18ce6
Compare
Choose a tag to compare

Added

  • Add configuration to include AWS region ENV into the IRSA enabled pods.

v1.15.1

17 Apr 06:53
319f017
Compare
Choose a tag to compare

Changed

  • Add toleration for node.cluster.x-k8s.io/uninitialized and node-role.kubernetes.io/control-plane taints.
  • Set prefered scheduling on control-plane nodes.

v1.15.0

15 Apr 09:06
866e337
Compare
Choose a tag to compare

Changed

  • Set Cronjob's concurrencyPolicy to Replace to avoid failed jobs to pile up.

v1.14.2

02 Apr 08:11
749d3e2
Compare
Choose a tag to compare

Changed

  • Use ServiceMonitor instead of labels for monitoring.

v1.14.1

15 Jan 15:35
9e7852d
Compare
Choose a tag to compare
Release v1.14.1 (#136)

v.1.14.0

15 Jan 12:54
cf248f9
Compare
Choose a tag to compare
Update Chart.yaml (#134)

* Update Chart.yaml

* Update Chart.yaml

v1.13.2

18 Oct 11:53
d5977c4
Compare
Choose a tag to compare

Fixed

  • Disable PSP for restarter component when PSS is enforced.

v1.13.1

18 Oct 10:23
f194ad1
Compare
Choose a tag to compare

Fixed

  • Don't add use permission on PSP when PSPs are disabled.

v1.13.0

18 Oct 09:09
77bf547
Compare
Choose a tag to compare

Added

  • Add global.podSecurityStandards.enforced value for PSS migration.

v1.12.0

03 Oct 13:35
a5c9786
Compare
Choose a tag to compare

Changed

  • Make PSP rendering conditional for 1.25+ compatibility

Fixed

  • In case it's not possible to determine the owner of a pod, log and continue rather than panic.
  • Fix service's selector to not include the restarer job during prometheus scraping.