Skip to content

Releases: qinqon/kube-admission-webhook

v0.12.0

28 Jul 12:56
8963e57
Compare
Choose a tag to compare

v0.12.0

Features:

  • Implement CAOverlapInterval options to ditch old CAs from CABunlde
  • Use a struct to group certificate options (#37)
  • Use new knob for the service certificate rotation (#34)

v0.11.0

17 Jul 12:58
f8f7795
Compare
Choose a tag to compare

v0.11.0

Features:

  • Remove secret's ownership (#32)

v0.10.0

15 Jul 10:48
d6bf008
Compare
Choose a tag to compare

v0.10.0

Features:

  • Replace CA bundle update strategy from replace to append (#28)
  • Add CARotationInverval knob (#29)

v0.9.0

06 Jul 10:51
7cca97f
Compare
Choose a tag to compare

v0.9.0

Features:

  • Implement certificate manager as a controller (#20)
  • Replace FakeClient with controller-runtime envtest (#24)
  • Move unit tests to ginkgo (#26)
  • Bump controller-runtime to v0.6.0 (#25)
  • introducing a script to force rotate the kube-admission caBundle and secrets (#21)

v0.8.0

18 May 14:37
be8b650
Compare
Choose a tag to compare

v0.8.0

Bugs:

  • Bump github-release tool to 0.8.1 (#18)
  • fix index out of range error when trying to access client-config array in empty webhook instance (#17)

v0.7.0

13 May 17:03
3505783
Compare
Choose a tag to compare

v0.7.0

Bugs:

  • Manage secret's owner correctly (#15)

v0.6.0

06 May 11:43
0087a30
Compare
Choose a tag to compare

v0.6.0

Replace CSR mechanism with self generated keys and self signed cert (#10)

v0.5.0

09 Mar 13:02
f6beb2a
Compare
Choose a tag to compare

v0.5.0

Fix a race between runtime-controller client cache start and webhook retrieving
cluster auth config.

Bugs:

  • Retry if runtime-controller cache is not started yet

v0.4.0

17 Feb 10:13
43a0048
Compare
Choose a tag to compare

v0.4.0

controller-runtime upgraded to 0.4.0 and golang 1.13

Features:

  • Upgrade controller-runtime to 0.4.0

v0.3.0

10 Feb 08:41
Compare
Choose a tag to compare

v0.3.0

Added new UpdateOpts call to Server so new hooks can
be added after instanciation.

Features:

  • add api to modify server outside of New method

Bugs:

  • Install golang from tarball