Skip to content

Releases: cert-manager/cmctl

v2.0.0

08 Mar 13:30
9ead175
Compare
Choose a tag to compare

v2.0.0 is the first cmctl release after moving the code from cert-manager/cert-manager to cert-manager/cmctl.
From now on, we officially decouple the cmctl version from the cert-manager version and version cmctl separately.

What's Changed

  • chore: add thatsmrtalbot as reviewer by @ThatsMrTalbot in #16
  • BUGFIX: re-enable install test and fix flags which were not parsed correctly by @inteon in #14
  • BREAKING: remove the default flag value for --v by @inteon in #12
  • Remove unused functions & variables by @inteon in #15
  • Fix cmctl renew flags validation by @jace-ys in #20
  • Uninstall flags bugfix by @inteon in #28
  • Add uninstall tests by @inteon in #29
  • Cleanup uninstall flags by @inteon in #30
  • Make uninstalling cert-manager SAFE: don't uninstal the CRDs by @inteon in #13
  • Bugfix typos: Organizational(Unit) by @inteon in #31
  • Move versionchecker from cert-manager/cert-manager to this repo + refactor tests by @inteon in #17
  • Pass context through cmd and use RunE instead of Run by @inteon in #33

Dependabot:

Makefile modules:

  • [CI] Merge self-upgrade into main by @github-actions in #11
  • [CI] Merge self-upgrade into main by @github-actions in #18
  • [CI] Merge self-upgrade into main by @github-actions in #19
  • [CI] Merge self-upgrade into main by @github-actions in #23
  • [CI] Merge self-upgrade into main by @github-actions in #27
  • [CI] Merge self-upgrade into main by @github-actions in #34

New Contributors

Full Changelog: v2.0.0-alpha.1...v2.0.0

v2.0.0-beta.0

07 Mar 10:07
9ead175
Compare
Choose a tag to compare
v2.0.0-beta.0 Pre-release
Pre-release

This is the beta release for v2.0.0. Please let us know if you find any issues with this release before we do the official v2.0.0 release.
v2.0.0 will be the first cmctl release after moving the code from cert-manager/cert-manager to cert-manager/cmctl.
We also officially decouple the cmctl version from the cert-manager version and version cmctl separately.

What's Changed

  • chore: add thatsmrtalbot as reviewer by @ThatsMrTalbot in #16
  • BUGFIX: re-enable install test and fix flags which were not parsed correctly by @inteon in #14
  • BREAKING: remove the default flag value for --v by @inteon in #12
  • Remove unused functions & variables by @inteon in #15
  • Fix cmctl renew flags validation by @jace-ys in #20
  • Uninstall flags bugfix by @inteon in #28
  • Add uninstall tests by @inteon in #29
  • Cleanup uninstall flags by @inteon in #30
  • Make uninstalling cert-manager SAFE: don't uninstal the CRDs by @inteon in #13
  • Bugfix typos: Organizational(Unit) by @inteon in #31
  • Move versionchecker from cert-manager/cert-manager to this repo + refactor tests by @inteon in #17
  • Pass context through cmd and use RunE instead of Run by @inteon in #33

Dependabot:

Makefile modules:

  • [CI] Merge self-upgrade into main by @github-actions in #11
  • [CI] Merge self-upgrade into main by @github-actions in #18
  • [CI] Merge self-upgrade into main by @github-actions in #19
  • [CI] Merge self-upgrade into main by @github-actions in #23
  • [CI] Merge self-upgrade into main by @github-actions in #27
  • [CI] Merge self-upgrade into main by @github-actions in #34

New Contributors

Full Changelog: v2.0.0-alpha.1...v2.0.0-beta.0

v2.0.0-alpha.1

24 Jan 16:02
3e98610
Compare
Choose a tag to compare
v2.0.0-alpha.1 Pre-release
Pre-release

What's Changed

  • [CI] Merge self-upgrade into main by @github-actions in #9
  • [CI] Merge self-upgrade into main by @github-actions in #10

Full Changelog: v2.0.0-alpha.0...v2.0.0-alpha.1

v2.0.0-alpha.0

22 Jan 16:21
b6aceeb
Compare
Choose a tag to compare
v2.0.0-alpha.0 Pre-release
Pre-release

Initial release (alpha version), copied from https://github.com/cert-manager/cert-manager and adapted to be testable and releasable on its own using Makefile modules.

Full Changelog: https://github.com/cert-manager/cmctl/commits/v2.0.0-alpha.0