Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Releases: WirePact/k8s-pki

v2.1.7

13 Apr 04:52
1cb3197
Compare
Choose a tag to compare

2.1.7 (2022-04-13)

Bug Fixes

  • deps: update rust crate kube to 0.71.0 (#26) (1cb3197)

v2.1.6

11 Apr 00:16
a83e52e
Compare
Choose a tag to compare

2.1.6 (2022-04-11)

Bug Fixes

  • deps: update rust crate kube to 0.70.0 (#12) (a83e52e)

v2.1.5

10 Apr 21:45
9e5210f
Compare
Choose a tag to compare

2.1.5 (2022-04-10)

Bug Fixes

  • deps: update rust crate clap to 3.1.8 (#13) (9e5210f)

v2.1.4

10 Apr 16:24
ba701e8
Compare
Choose a tag to compare

2.1.4 (2022-04-10)

Bug Fixes

  • deps: update rust crate time to 0.3.9 (#16) (ba701e8)

v2.1.3

10 Apr 14:04
c67f486
Compare
Choose a tag to compare

2.1.3 (2022-04-10)

Bug Fixes

  • deps: update rust crate log to 0.4.16 (#15) (c67f486)

v2.1.2

10 Apr 10:11
b51c478
Compare
Choose a tag to compare

2.1.2 (2022-04-10)

Bug Fixes

v2.1.1

09 Apr 21:48
Compare
Choose a tag to compare

2.1.1 (2022-04-09)

Bug Fixes

  • use correct SIGTERM and SIGINT for unix (cb411bc)

v2.1.0

30 Mar 16:18
Compare
Choose a tag to compare

2.1.0 (2022-03-30)

Features

  • add shutdown signal and better logging filter (fd5cfde)

v2.0.0

14 Mar 10:34
ac2f072
Compare
Choose a tag to compare

2.0.0 (2022-03-14)

Features

BREAKING CHANGES

  • This removes the normal http
    call to /ca and /csr in favor of a gRPC api.
    Head over to proto/pki.proto to see the required
    gRPC calls.
  • This further improves the configuration possibility of the PKI
    by using env and command line arguments. See
    details in the readme.

v1.2.3

27 Dec 13:51
Compare
Choose a tag to compare

1.2.3 (2021-12-27)

Bug Fixes

  • correctly check certificates and tidy modules (408b6a6)