Skip to content

Releases: cert-manager/issuer-lib

v0.8.0

22 Aug 10:33
c53b31e
Compare
Choose a tag to compare

This release updates all dependencies to their latest versions.

What's Changed

Dependabot:

  • Fix gosec linter issues and enable linter by @inteon in #117
  • Bump sigs.k8s.io/controller-runtime from 0.18.0 to 0.18.2 in the all group across 1 directory by @dependabot in #118
  • Bump the all group with 4 updates by @dependabot in #120
  • Bump the all group across 1 directory with 2 updates by @dependabot in #124
  • Bump golang.org/x/net from 0.19.0 to 0.23.0 in /examples/simple by @dependabot in #127
  • Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in /examples/simple by @dependabot in #126
  • Bump the all group with 3 updates by @dependabot in #129
  • Bump the all group across 1 directory with 5 updates by @dependabot in #131
  • Bump the all group across 1 directory with 2 updates by @dependabot in #134
  • Bump the all group with 4 updates by @dependabot in #138
  • Bump the all group across 1 directory with 8 updates by @dependabot in #150

Makefile modules:

  • [CI] Merge self-upgrade-main into main by @github-actions in #115
  • [CI] Merge self-upgrade-main into main by @github-actions in #119
  • [CI] Merge self-upgrade-main into main by @github-actions in #121
  • [CI] Merge self-upgrade-main into main by @github-actions in #123
  • [CI] Merge self-upgrade-main into main by @github-actions in #125
  • [CI] Merge self-upgrade-main into main by @github-actions in #128
  • [CI] Merge self-upgrade-main into main by @github-actions in #133
  • [CI] Merge self-upgrade-main into main by @github-actions in #135
  • [CI] Merge self-upgrade-main into main by @github-actions in #136
  • [CI] Self-upgrade merging self-upgrade-main into main by @inteon in #139
  • [CI] Merge self-upgrade-main into main by @github-actions in #140
  • [CI] Merge self-upgrade-main into main by @github-actions in #143
  • [CI] Merge self-upgrade-main into main by @github-actions in #144
  • [CI] Merge self-upgrade-main into main by @github-actions in #147
  • [CI] Merge self-upgrade-main into main by @github-actions in #149

Full Changelog: v0.7.0...v0.8.0

v0.7.0

27 Apr 11:22
ac88cca
Compare
Choose a tag to compare

What's Changed

  • Upgraded go dependencies (including controller-runtime v0.18.0) in #99, #107 and #113
  • Cleanup code based on linter feedback in #102

Full Changelog: v0.6.0...v0.7.0

v0.6.0

05 Mar 13:49
5e82ecf
Compare
Choose a tag to compare

Warning

⚠️ This version is not yet compatible with sigs.k8s.io/controller-runtime v0.18.0 and k8s.io/client-go v0.30.0. We will release a new version soon, we advise you to stay with v0.17.X and v0.29.X in the meantime.

What's Changed

We have updated the Go dependencies to the latest version in this minor release.

New Contributors

  • @ThatsMrTalbot made their first contribution and is now a reviewer of the project in #86

Full Changelog: v0.5.0...v0.6.0

v0.5.0

20 Nov 16:23
7a20ea7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0

19 Sep 12:51
18f6ff4
Compare
Choose a tag to compare

What's Changed

  • Add option to disable the cert-manager or Kubernetes CSR controller by @inteon in #40
  • Also reconcile when the linked issuer receives an update by @inteon in #41
  • Cleanup issuer controller by @inteon in #42
  • README: explain how logs are meant to be used by @maelvls in #56
  • Cleanup the CertificateRequest and CertificateSigningRequest controllers by @inteon in #57
  • Unify the CertificateRequest + CertificateSigningRequest controllers by @inteon in #43
  • Try grouping the dependabot upgrades by @inteon in #65
  • Bump the all group with 2 updates by @dependabot in #66
  • Bump the all group with 5 updates by @dependabot in #67
  • Upgrade all dependencies by @inteon in #55

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

14 Aug 08:55
74d8c16
Compare
Choose a tag to compare

What's Changed

  • Add functions to ignore certain issuers and/or CertificateRequests, Kubernetes CSRs by @inteon in #37
  • Upgrade all dependencies by @inteon in #39

Full Changelog: v0.2.0...v0.3.0

v0.2.0

25 Jul 11:11
57e6d60
Compare
Choose a tag to compare

Breaking changes

⚠️ The signer.Sign signature changed (#31)

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0

25 Jul 11:07
bf9deb8
Compare
Choose a tag to compare

What's Changed

  • Initial source code by @inteon in #7
  • Fix typo in readme & add OWNERS file by @inteon in #13
  • Upgrade all go dependencies by @inteon in #14
  • Update test descriptions for integration tests by @inteon in #17
  • Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 by @dependabot in #15
  • Improve logic for setting LastTransitionTime by @inteon in #16
  • Add introduction and goals sections to the README by @inteon in #19
  • Remove non-useful linters & resolve linter issues by @inteon in #23
  • Add support for Kubernetes CSR resources by @inteon in #20
  • Upgrade dependencies by @inteon in #32
  • Bump golangci/golangci-lint-action from 3.4.0 to 3.6.0 by @dependabot in #26

New Contributors

Full Changelog: https://github.com/cert-manager/issuer-lib/commits/v0.1.0