Closed renovate[bot] closed 1 year ago
Detected different CRDs in the config/crd/bases
directory and charts/aws-pca-issuer/crds
directory.
Since both CRDs were modified in this commit(s), they were unable to be automatically synced. Please update the pull request with identical CRDs for this workflow to pass.
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠ Warning: custom changes will be lost.
[APPROVALNOTIFIER] This PR is APPROVED
Approval requirements bypassed by manually added approval.
This pull-request has been approved by: aveega
The full list of commands accepted by this bot can be found here.
The pull request process is described here
This PR contains the following updates:
v1.11.0
->v1.13.1
v1.17.7
->v1.21.2
v1.18.19
->v1.19.0
v1.13.18
->v1.13.43
v1.21.7
->v1.22.9
v1.19.8
->v1.22.7
v1.17.8
->v1.20.7
v1.18.7
->v1.23.2
v1.11.0
->v1.13.1
v1.8.2
->v1.8.4
1.20
->1.21
v0.26.3
->v0.28.2
v0.26.3
->v0.28.2
v0.26.3
->v0.28.2
38a27ef
->3b25d92
v0.14.6
->v0.16.2
Release Notes
cert-manager/cert-manager (cert-manager/cert-manager)
### [`v1.13.1`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.13.1) [Compare Source](https://togithub.com/cert-manager/cert-manager/compare/v1.13.0...v1.13.1) v1.13.1 contains a bugfix for a name collision bug in the StableCertificateRequestName feature that was enabled by default in v1.13.0. ##### ⚠️ READ https://github.com/cert-manager/cert-manager/releases/tag/v1.13.0 before you upgrade from a < v1.13 version! #### Changes since v1.13.0 ##### Bug or Regression - BUGFIX: fix CertificateRequest name collision bug in StableCertificateRequestName feature. ([#6358](https://togithub.com/cert-manager/cert-manager/issues/6358), [@jetstack-bot](https://togithub.com/jetstack-bot)) ##### Other (Cleanup or Flake) - Upgrade `github.com/emicklei/go-restful/v3` to `v3.11.0` because `v3.10.2` is labeled as "DO NOT USE". ([#6368](https://togithub.com/cert-manager/cert-manager/issues/6368), [@inteon](https://togithub.com/inteon)) - Upgrade Go from 1.20.7 to 1.20.8. ([#6370](https://togithub.com/cert-manager/cert-manager/issues/6370), [@jetstack-bot](https://togithub.com/jetstack-bot)) ### [`v1.13.0`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.13.0) [Compare Source](https://togithub.com/cert-manager/cert-manager/compare/v1.12.5...v1.13.0) cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters. This is the 1.13 release of cert-manager! cert-manager 1.13 brings support for DNS over HTTPS, support for loading options from a versioned config file for the cert-manager controller, and more. This release also includes the promotion of the StableCertificateRequestName and SecretsFilteredCaching feature gates to Beta. #### Known issues The `StableCertificateRequestName` that was promoted to Beta contains a "name collision" bug: [https://github.com/cert-manager/cert-manager/issues/6342](https://togithub.com/cert-manager/cert-manager/issues/6342) This will be fixed in v1.13.1. #### Breaking Changes (You MUST read this before you upgrade!) 1. **BREAKING** : If you deploy cert-manager using helm and have `.featureGates` value set, the features defined there will no longer be passed to cert-manager webhook, only to cert-manager controller. Use `webhook.featureGates` field instead to define features to be enabled on webhook. ([#6093](https://togithub.com/cert-manager/cert-manager/issues/6093), [@irbekrm](https://togithub.com/irbekrm)) 2. **Potentially breaking**: If you were, for some reason, passing cert-manager controller's features to webhook's `--feature-gates` flag, this will now break (unless the webhook actually has a feature by that name). ([#6093](https://togithub.com/cert-manager/cert-manager/issues/6093), [@irbekrm](https://togithub.com/irbekrm)) 3. **Potentially breaking**: Webhook validation of CertificateRequest resources is stricter now: all KeyUsages and ExtendedKeyUsages must be defined directly in the CertificateRequest resource, the encoded CSR can never contain more usages that defined there. ([#6182](https://togithub.com/cert-manager/cert-manager/issues/6182), [@inteon](https://togithub.com/inteon)) #### Community Welcome to these new cert-manager members (more info - [https://github.com/cert-manager/cert-manager/pull/6260](https://togithub.com/cert-manager/cert-manager/pull/6260)): [@jsoref](https://togithub.com/jsoref) [@FlorianLiebhart](https://togithub.com/FlorianLiebhart) [@hawksight](https://togithub.com/hawksight) [@erikgb](https://togithub.com/erikgb) Thanks again to all open-source contributors with commits in this release, including: [@AcidLeroy](https://togithub.com/AcidLeroy) [@FlorianLiebhart](https://togithub.com/FlorianLiebhart) [@lucacome](https://togithub.com/lucacome) [@cypres](https://togithub.com/cypres) [@erikgb](https://togithub.com/erikgb) [@ubergesundheit](https://togithub.com/ubergesundheit) [@jkroepke](https://togithub.com/jkroepke) [@jsoref](https://togithub.com/jsoref) [@gdvalle](https://togithub.com/gdvalle) [@rouke-broersma](https://togithub.com/rouke-broersma) [@schrodit](https://togithub.com/schrodit) [@zhangzhiqiangcs](https://togithub.com/zhangzhiqiangcs) [@arukiidou](https://togithub.com/arukiidou) [@hawksight](https://togithub.com/hawksight) [@Richardds](https://togithub.com/Richardds) [@kahirokunn](https://togithub.com/kahirokunn) Thanks also to the following cert-manager maintainers for their contributions during this release: [@SgtCoDFish](https://togithub.com/SgtCoDFish) [@maelvls](https://togithub.com/maelvls) [@irbekrm](https://togithub.com/irbekrm) [@inteon](https://togithub.com/inteon) Equally thanks to everyone who provided feedback, helped users and raised issues on Github and Slack and joined our meetings! Special thanks to [@AcidLeroy](https://togithub.com/AcidLeroy) for adding "load options from a versioned config file" support for the cert-manager controller! This has been on our wishlist for a very long time. (see [https://github.com/cert-manager/cert-manager/pull/5337](https://togithub.com/cert-manager/cert-manager/pull/5337)) Also, thanks a lot to [@FlorianLiebhart](https://togithub.com/FlorianLiebhart) for adding support for DNS over HTTPS for the ACME DNS self-check. This is very useful in case all traffic must be HTTP(S) trafic, eg. when using a HTTPS_PROXY. (see [https://github.com/cert-manager/cert-manager/pull/5003](https://togithub.com/cert-manager/cert-manager/pull/5003)) Thanks also to the [CNCF](https://www.cncf.io/), which provides resources and support, and to the AWS open source team for being good community members and for their maintenance of the [PrivateCA Issuer](https://togithub.com/cert-manager/aws-privateca-issuer). In addition, massive thanks to [Venafi](https://www.venafi.com/) for contributing developer time and resources towards the continued maintenance of cert-manager projects. #### Changes since v1.12.0 ##### Feature - Add support for logging options to webhook config file. ([#6243](https://togithub.com/cert-manager/cert-manager/issues/6243), [@inteon](https://togithub.com/inteon)) - Add view permissions to the well-known (Openshift) user-facing `cluster-reader` aggregated cluster role ([#6241](https://togithub.com/cert-manager/cert-manager/issues/6241), [@erikgb](https://togithub.com/erikgb)) - Certificate Shim: distinguish dns names and ip address in certificate ([#6267](https://togithub.com/cert-manager/cert-manager/issues/6267), [@zhangzhiqiangcs](https://togithub.com/zhangzhiqiangcs)) - Cmctl can now be imported by third parties. ([#6049](https://togithub.com/cert-manager/cert-manager/issues/6049), [@SgtCoDFish](https://togithub.com/SgtCoDFish)) - Make `enableServiceLinks` configurable for all Deployments and `startupapicheck` Job in Helm chart. ([#6292](https://togithub.com/cert-manager/cert-manager/issues/6292), [@ubergesundheit](https://togithub.com/ubergesundheit)) - Promoted the StableCertificateRequestName and SecretsFilteredCaching feature gates to Beta (enabled by default). ([#6298](https://togithub.com/cert-manager/cert-manager/issues/6298), [@inteon](https://togithub.com/inteon)) - The cert-manager controller options are now configurable using a configuration file. ([#5337](https://togithub.com/cert-manager/cert-manager/issues/5337), [@AcidLeroy](https://togithub.com/AcidLeroy)) - The pki CertificateTemplate functions now perform validation of the CSR blob, making sure we sign a Certificate that matches the IsCA and (Extended)KeyUsages that are defined in the CertificateRequest resource. ([#6199](https://togithub.com/cert-manager/cert-manager/issues/6199), [@inteon](https://togithub.com/inteon)) - \[helm] Add prometheus.servicemonitor.endpointAdditionalProperties to define additional properties on a ServiceMonitor endpoint, e.g. relabelings ([#6110](https://togithub.com/cert-manager/cert-manager/issues/6110), [@jkroepke](https://togithub.com/jkroepke)) ##### Design - DNS over HTTPS (DoH) is now possible for doing the self-checks during the ACME verification. The DNS check method to be used is controlled through the command line flag: `--dns01-recursive-nameservers-only=true` in combination with `--dns01-recursive-nameservers=https://aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2)
### [`v1.21.2`](https://togithub.com/aws/aws-sdk-go-v2/compare/v1.21.1...v1.21.2) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/v1.21.1...v1.21.2) ### [`v1.21.1`](https://togithub.com/aws/aws-sdk-go-v2/compare/v1.21.0...v1.21.1) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/v1.21.0...v1.21.1) ### [`v1.21.0`](https://togithub.com/aws/aws-sdk-go-v2/compare/v1.20.1...v1.21.0) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/v1.20.3...v1.21.0) ### [`v1.20.3`](https://togithub.com/aws/aws-sdk-go-v2/compare/v1.20.2...v1.20.3) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/v1.20.2...v1.20.3) ### [`v1.20.2`](https://togithub.com/aws/aws-sdk-go-v2/compare/v1.20.1...v1.20.2) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/v1.20.1...v1.20.2) ### [`v1.20.1`](https://togithub.com/aws/aws-sdk-go-v2/compare/v1.20.0...v1.20.1) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/v1.20.0...v1.20.1) ### [`v1.20.0`](https://togithub.com/aws/aws-sdk-go-v2/compare/v1.19.1...v1.20.0) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/v1.19.1...v1.20.0) ### [`v1.19.1`](https://togithub.com/aws/aws-sdk-go-v2/compare/v1.19.0...v1.19.1) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/v1.19.0...v1.19.1) ### [`v1.19.0`](https://togithub.com/aws/aws-sdk-go-v2/compare/v1.18.1...v1.19.0) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/v1.18.1...v1.19.0) ### [`v1.18.1`](https://togithub.com/aws/aws-sdk-go-v2/compare/v1.18.0...v1.18.1) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/v1.18.0...v1.18.1) ### [`v1.18.0`](https://togithub.com/aws/aws-sdk-go-v2/compare/v1.17.7...v1.18.0) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/v1.17.8...v1.18.0) ### [`v1.17.8`](https://togithub.com/aws/aws-sdk-go-v2/compare/v1.17.7...v1.17.8) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/v1.17.7...v1.17.8)stretchr/testify (github.com/stretchr/testify)
### [`v1.8.4`](https://togithub.com/stretchr/testify/compare/v1.8.3...v1.8.4) [Compare Source](https://togithub.com/stretchr/testify/compare/v1.8.3...v1.8.4) ### [`v1.8.3`](https://togithub.com/stretchr/testify/compare/v1.8.2...v1.8.3) [Compare Source](https://togithub.com/stretchr/testify/compare/v1.8.2...v1.8.3)kubernetes/api (k8s.io/api)
### [`v0.28.2`](https://togithub.com/kubernetes/api/compare/v0.28.1...v0.28.2) [Compare Source](https://togithub.com/kubernetes/api/compare/v0.28.1...v0.28.2) ### [`v0.28.1`](https://togithub.com/kubernetes/api/compare/v0.28.0...v0.28.1) [Compare Source](https://togithub.com/kubernetes/api/compare/v0.28.0...v0.28.1) ### [`v0.28.0`](https://togithub.com/kubernetes/api/compare/v0.27.6...v0.28.0) [Compare Source](https://togithub.com/kubernetes/api/compare/v0.27.6...v0.28.0) ### [`v0.27.6`](https://togithub.com/kubernetes/api/compare/v0.27.5...v0.27.6) [Compare Source](https://togithub.com/kubernetes/api/compare/v0.27.5...v0.27.6) ### [`v0.27.5`](https://togithub.com/kubernetes/api/compare/v0.27.4...v0.27.5) [Compare Source](https://togithub.com/kubernetes/api/compare/v0.27.4...v0.27.5) ### [`v0.27.4`](https://togithub.com/kubernetes/api/compare/v0.27.3...v0.27.4) [Compare Source](https://togithub.com/kubernetes/api/compare/v0.27.3...v0.27.4) ### [`v0.27.3`](https://togithub.com/kubernetes/api/compare/v0.27.2...v0.27.3) [Compare Source](https://togithub.com/kubernetes/api/compare/v0.27.2...v0.27.3) ### [`v0.27.2`](https://togithub.com/kubernetes/api/compare/v0.27.1...v0.27.2) [Compare Source](https://togithub.com/kubernetes/api/compare/v0.27.1...v0.27.2) ### [`v0.27.1`](https://togithub.com/kubernetes/api/compare/v0.27.0...v0.27.1) [Compare Source](https://togithub.com/kubernetes/api/compare/v0.27.0...v0.27.1) ### [`v0.27.0`](https://togithub.com/kubernetes/api/compare/v0.26.9...v0.27.0) ### [`v0.26.9`](https://togithub.com/kubernetes/api/compare/v0.26.8...v0.26.9) ### [`v0.26.8`](https://togithub.com/kubernetes/api/compare/v0.26.7...v0.26.8) [Compare Source](https://togithub.com/kubernetes/api/compare/v0.26.7...v0.26.8) ### [`v0.26.7`](https://togithub.com/kubernetes/api/compare/v0.26.6...v0.26.7) [Compare Source](https://togithub.com/kubernetes/api/compare/v0.26.6...v0.26.7) ### [`v0.26.6`](https://togithub.com/kubernetes/api/compare/v0.26.5...v0.26.6) [Compare Source](https://togithub.com/kubernetes/api/compare/v0.26.5...v0.26.6) ### [`v0.26.5`](https://togithub.com/kubernetes/api/compare/v0.26.4...v0.26.5) [Compare Source](https://togithub.com/kubernetes/api/compare/v0.26.4...v0.26.5) ### [`v0.26.4`](https://togithub.com/kubernetes/api/compare/v0.26.3...v0.26.4) [Compare Source](https://togithub.com/kubernetes/api/compare/v0.26.3...v0.26.4)kubernetes/apimachinery (k8s.io/apimachinery)
### [`v0.28.2`](https://togithub.com/kubernetes/apimachinery/compare/v0.28.1...v0.28.2) [Compare Source](https://togithub.com/kubernetes/apimachinery/compare/v0.28.1...v0.28.2) ### [`v0.28.1`](https://togithub.com/kubernetes/apimachinery/compare/v0.28.0...v0.28.1) [Compare Source](https://togithub.com/kubernetes/apimachinery/compare/v0.28.0...v0.28.1) ### [`v0.28.0`](https://togithub.com/kubernetes/apimachinery/compare/v0.27.6...v0.28.0) [Compare Source](https://togithub.com/kubernetes/apimachinery/compare/v0.27.6...v0.28.0) ### [`v0.27.6`](https://togithub.com/kubernetes/apimachinery/compare/v0.27.5...v0.27.6) [Compare Source](https://togithub.com/kubernetes/apimachinery/compare/v0.27.5...v0.27.6) ### [`v0.27.5`](https://togithub.com/kubernetes/apimachinery/compare/v0.27.4...v0.27.5) [Compare Source](https://togithub.com/kubernetes/apimachinery/compare/v0.27.4...v0.27.5) ### [`v0.27.4`](https://togithub.com/kubernetes/apimachinery/compare/v0.27.3...v0.27.4) [Compare Source](https://togithub.com/kubernetes/apimachinery/compare/v0.27.3...v0.27.4) ### [`v0.27.3`](https://togithub.com/kubernetes/apimachinery/compare/v0.27.2...v0.27.3) [Compare Source](https://togithub.com/kubernetes/apimachinery/compare/v0.27.2...v0.27.3) ### [`v0.27.2`](https://togithub.com/kubernetes/apimachinery/compare/v0.27.1...v0.27.2) [Compare Source](https://togithub.com/kubernetes/apimachinery/compare/v0.27.1...v0.27.2) ### [`v0.27.1`](https://togithub.com/kubernetes/apimachinery/compare/v0.27.0...v0.27.1) [Compare Source](https://togithub.com/kubernetes/apimachinery/compare/v0.27.0...v0.27.1) ### [`v0.27.0`](https://togithub.com/kubernetes/apimachinery/compare/v0.26.9...v0.27.0) ### [`v0.26.9`](https://togithub.com/kubernetes/apimachinery/compare/v0.26.8...v0.26.9) ### [`v0.26.8`](https://togithub.com/kubernetes/apimachinery/compare/v0.26.7...v0.26.8) [Compare Source](https://togithub.com/kubernetes/apimachinery/compare/v0.26.7...v0.26.8) ### [`v0.26.7`](https://togithub.com/kubernetes/apimachinery/compare/v0.26.6...v0.26.7) [Compare Source](https://togithub.com/kubernetes/apimachinery/compare/v0.26.6...v0.26.7) ### [`v0.26.6`](https://togithub.com/kubernetes/apimachinery/compare/v0.26.5...v0.26.6) [Compare Source](https://togithub.com/kubernetes/apimachinery/compare/v0.26.5...v0.26.6) ### [`v0.26.5`](https://togithub.com/kubernetes/apimachinery/compare/v0.26.4...v0.26.5) [Compare Source](https://togithub.com/kubernetes/apimachinery/compare/v0.26.4...v0.26.5) ### [`v0.26.4`](https://togithub.com/kubernetes/apimachinery/compare/v0.26.3...v0.26.4) [Compare Source](https://togithub.com/kubernetes/apimachinery/compare/v0.26.3...v0.26.4)kubernetes/client-go (k8s.io/client-go)
### [`v0.28.2`](https://togithub.com/kubernetes/client-go/compare/v0.28.1...v0.28.2) [Compare Source](https://togithub.com/kubernetes/client-go/compare/v0.28.1...v0.28.2) ### [`v0.28.1`](https://togithub.com/kubernetes/client-go/compare/v0.28.0...v0.28.1) [Compare Source](https://togithub.com/kubernetes/client-go/compare/v0.28.0...v0.28.1) ### [`v0.28.0`](https://togithub.com/kubernetes/client-go/compare/v0.27.6...v0.28.0) [Compare Source](https://togithub.com/kubernetes/client-go/compare/v0.27.6...v0.28.0) ### [`v0.27.6`](https://togithub.com/kubernetes/client-go/compare/v0.27.5...v0.27.6) [Compare Source](https://togithub.com/kubernetes/client-go/compare/v0.27.5...v0.27.6) ### [`v0.27.5`](https://togithub.com/kubernetes/client-go/compare/v0.27.4...v0.27.5) [Compare Source](https://togithub.com/kubernetes/client-go/compare/v0.27.4...v0.27.5) ### [`v0.27.4`](https://togithub.com/kubernetes/client-go/compare/v0.27.3...v0.27.4) [Compare Source](https://togithub.com/kubernetes/client-go/compare/v0.27.3...v0.27.4) ### [`v0.27.3`](https://togithub.com/kubernetes/client-go/compare/v0.27.2...v0.27.3) [Compare Source](https://togithub.com/kubernetes/client-go/compare/v0.27.2...v0.27.3) ### [`v0.27.2`](https://togithub.com/kubernetes/client-go/compare/v0.27.1...v0.27.2) [Compare Source](https://togithub.com/kubernetes/client-go/compare/v0.27.1...v0.27.2) ### [`v0.27.1`](https://togithub.com/kubernetes/client-go/compare/v0.27.0...v0.27.1) [Compare Source](https://togithub.com/kubernetes/client-go/compare/v0.27.0...v0.27.1) ### [`v0.27.0`](https://togithub.com/kubernetes/client-go/compare/v0.26.9...v0.27.0) ### [`v0.26.9`](https://togithub.com/kubernetes/client-go/compare/v0.26.8...v0.26.9) ### [`v0.26.8`](https://togithub.com/kubernetes/client-go/compare/v0.26.7...v0.26.8) [Compare Source](https://togithub.com/kubernetes/client-go/compare/v0.26.7...v0.26.8) ### [`v0.26.7`](https://togithub.com/kubernetes/client-go/compare/v0.26.6...v0.26.7) [Compare Source](https://togithub.com/kubernetes/client-go/compare/v0.26.6...v0.26.7) ### [`v0.26.6`](https://togithub.com/kubernetes/client-go/compare/v0.26.5...v0.26.6) [Compare Source](https://togithub.com/kubernetes/client-go/compare/v0.26.5...v0.26.6) ### [`v0.26.5`](https://togithub.com/kubernetes/client-go/compare/v0.26.4...v0.26.5) [Compare Source](https://togithub.com/kubernetes/client-go/compare/v0.26.4...v0.26.5) ### [`v0.26.4`](https://togithub.com/kubernetes/client-go/compare/v0.26.3...v0.26.4) [Compare Source](https://togithub.coConfiguration
📅 Schedule: Branch creation - "after 9am on Wednesday,before 12pm on Wednesday" in timezone America/New_York, Automerge - At any time (no schedule defined).
🚦 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 has been generated by Mend Renovate. View repository job log here.