chore(deps): update dependency cert-manager/cmctl to v2.6.1 - #2829
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.5.0→v2.6.1Release Notes
cert-manager/cmctl (cert-manager/cmctl)
v2.6.1Compare Source
cmctl is the command line tool for interacting with cert-manager.
The one user-facing change in this release hardens
cmctl inspect secret. To report revocation status, that command fetches the OCSP and CRL URLs written inside the certificate you are inspecting. It previously trusted those URLs. A certificate from an untrusted source could therefore make cmctl contact any address, including one on your internal network, and could hang it indefinitely. Requests now time out after 10 seconds, do not follow redirects, stop reading after 1 MiB, and accept onlyhttpandhttpsfor OCSP. Certificates from a trusted source behave as before. Thanks to @FelixPhipps, who reported and fixed this.Everything else is routine maintenance. This release moves from cert-manager v1.20.2 to v1.21.2 and takes 120 dependency and CI updates.
Why there is no v2.6.0 release
We tagged v2.6.0 first, but the release build never ran. The CI runner it used had been removed, so the tag produced no binaries and no container image.
By the time we found out,
v2.6.0was already recorded in the Go checksum database. Moving a tag that the checksum database has already seen breaksgo installfor anyone who fetches direct from GitHub, so we left it alone and released v2.6.1 instead.The
v2.6.0tag still exists and the code at that tag is fine. It is a usable Go module version, but there is nothing to download and no image to pull. Please use v2.6.1.What's Changed
ff6756fby @renovate[bot] in #4897835ffeby @renovate[bot] in #50392aeb18by @renovate[bot] in #5055d90d75by @renovate[bot] in #5063968a05by @renovate[bot] in #508e249911by @renovate[bot] in #5092439727by @renovate[bot] in #5105a6dfa5by @renovate[bot] in #5113475385by @renovate[bot] in #513fb0281cby @renovate[bot] in #51472b0d34by @renovate[bot] in #515c9f456aby @renovate[bot] in #5166ec965fby @renovate[bot] in #5191a9e320by @renovate[bot] in #520e18d942by @renovate[bot] in #52180a790bby @renovate[bot] in #5222f12511by @renovate[bot] in #526b7c9d73by @renovate[bot] in #530703bbccby @renovate[bot] in #53157b5681by @renovate[bot] in #541e0878ffby @renovate[bot] in #542556e163by @renovate[bot] in #543b41c15bby @renovate[bot] in #5487443000by @renovate[bot] in #551cf1189dby @renovate[bot] in #549a09232dby @renovate[bot] in #5522c4a3b8by @renovate[bot] in #553b514cb5by @renovate[bot] in #55724aa843by @renovate[bot] in #560ca8dd5cby @renovate[bot] in #5634dc1d67by @renovate[bot] in #564b903033by @renovate[bot] in #56562d18d0by @renovate[bot] in #5674c69ed4by @renovate[bot] in #569555e973by @renovate[bot] in #570c236200by @renovate[bot] in #5711745d14by @renovate[bot] in #57444a7b02by @renovate[bot] in #5768817d0fby @renovate[bot] in #5787b9a8efby @renovate[bot] in #579a0a1cfeby @renovate[bot] in #582667adb4by @renovate[bot] in #5833db3dfaby @renovate[bot] in #5843802a00by @renovate[bot] in #58511349e7by @renovate[bot] in #5883dee59eby @renovate[bot] in #59156bbacaby @renovate[bot] in #593d983babby @renovate[bot] in #59491ea1ccby @renovate[bot] in #595New Contributors
Full Changelog: cert-manager/cmctl@v2.5.0...v2.6.1
Configuration
📅 Schedule: (in timezone Asia/Tokyo)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.