Skip to content

Releases: postfinance/kubelet-csr-approver

v0.2.1

07 Apr 08:51
f7ec7b8
Compare
Choose a tag to compare

What's Changed

  • Add support for dnsPolicy to the Helm chart by @jkroepke in #45

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

01 Apr 09:58
Compare
Choose a tag to compare

Most important change:

add IP whitelisting capability

What's Changed

  • build(deps): bump k8s.io/api from 0.23.1 to 0.23.2 by @dependabot in #23
  • build(deps): bump k8s.io/client-go from 0.23.1 to 0.23.2 by @dependabot in #22
  • build(deps): bump k8s.io/client-go from 0.23.4 to 0.23.5 by @dependabot in #39
  • build(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1 by @dependabot in #38
  • build(deps): bump github.com/postfinance/flash from 0.2.0 to 0.3.0 by @dependabot in #35
  • add IP whitelisting capability by @clementnuss in #40
  • Add support for providerIpPrefixes to the Helm chart by @stephan2012 in #42
  • build(deps): bump sigs.k8s.io/controller-runtime from 0.11.1 to 0.11.2 by @dependabot in #43

New Contributors

Full Changelog: v0.1.2...v0.2.0

v0.1.2

18 Jan 08:39
Compare
Choose a tag to compare

brings in new features:

  • possibility to bypass the DNS resolution checks
  • possibility to specify a maxExpirationSeconds check
  • enforcing a hard upper-limit to the maximum number of seconds a CSR can be requesting: 367 days (K8s default is one year)
  • it is now possible to either configure the controller through environment variables or command line flags thanks to the ff go library

also, quite some refactoring to make the code easier to manage and to bring in new features
and upgrade of all dependencies (typically k8s-client and APIs to 0.23)

Container images available on Dockerhub: https://hub.docker.com/r/postfinance/kubelet-csr-approver

v0.1.1

24 Nov 15:24
9de5815
Compare
Choose a tag to compare

Initial release of kubelet-csr-approver

Docker images available on dockerhub