Skip to content

Releases: aellwein/cert-manager-webhook-netcup

1.0.25

09 Oct 16:32
1.0.25
0f593e0
Compare
Choose a tag to compare

Maintenance release

Full Changelog: 1.0.24...1.0.25

1.0.24

23 Aug 13:33
1.0.24
ec4f13a
Compare
Choose a tag to compare

Maintenance release

  • bump dependencies (cert-manager, apiserver, k8s client etc.)
  • Use Go 1.23

Full Changelog: 1.0.23...1.0.24

1.0.23

23 Apr 12:02
1.0.23
8c4dc6d
Compare
Choose a tag to compare

Maintenance release.

  • Bump golang.org/x/net to 0.24 to mitigate CVE-2023-45288
  • Bump other dependencies: apiextensions-apiserver,apimachinery,client-go etc.
  • use Go 1.22 for compilation

Full Changelog: 1.0.22...1.0.23

1.0.22

18 Mar 09:05
1.0.22
ee22ccb
Compare
Choose a tag to compare

Maintenance release.

bump dependencies to fix CVE-2024-24786:

  • bump k8s.io/apiextensions-apiserver from 0.29.2 to 0.29.3
  • bump k8s.io/apimachinery from 0.29.2 to 0.29.3
  • bump k8s.io/client-go from 0.29.2 to 0.29.3
  • bump cert-manager to 1.14.4

1.0.21

06 Feb 14:06
1.0.21
4faf4dd
Compare
Choose a tag to compare

What's Changed

  • fix: do not pass netcup API error in some case by @aellwein in #42
  • bump dependencies

Full Changelog: 1.0.20...1.0.21

1.0.20

19 Dec 13:05
1.0.20
6c89082
Compare
Choose a tag to compare

Minor changes:

  • Bump golang.org/x/crypto dependency to 0.17.0 to fix CVE-2023-48795
  • Use Go 1.21 for build

1.0.19

13 Dec 14:05
1.0.19
43b8a15
Compare
Choose a tag to compare

Minor changes only.

  • change Docker registry to ghcr.io (#28)

1.0.18

11 Dec 12:57
1.0.18
9ce3a8d
Compare
Choose a tag to compare

Minor release to fix some CVEs:

Following CVEs were fixed:

1.0.17

03 Jul 17:45
1.0.17
d399c61
Compare
Choose a tag to compare
  • fix: add add CA certificates from Alpine image

Add well-known CAs to the "naked" busybox image, otherwise
webhook fails to establish connection to Netcup.

Thanks @teksuo for reporting this.

1.0.16

14 Jun 13:02
1.0.16
b7e8ad6
Compare
Choose a tag to compare
  • Use Busybox 1.36.1 Docker image for building release (mitigates CVE-2023-2650)
  • Use Go 1.20.5 in a build