cert-manager/cert-manager (cert-manager)
### [`v1.16.1`](https://redirect.github.com/cert-manager/cert-manager/releases/tag/v1.16.1)
[Compare Source](https://redirect.github.com/cert-manager/cert-manager/compare/v1.16.0...v1.16.1)
cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.
The cert-manager 1.16 release includes: new Helm chart features, more Prometheus metrics, memory optimizations, and various improvements and bug fixes for the ACME issuer and Venafi Issuer.
π Read the [complete 1.16 release notes](https://cert-manager.io/docs/releases/release-notes/release-notes-1.16) before upgrading.
#### πChanges since `v1.16.0`
##### Bug or Regression
- BUGFIX: Helm schema validation: the new schema validation was too strict for the "global" section. Since the global section is shared across all charts and sub-charts, we must also allow unknown fields. ([#7348](https://redirect.github.com/cert-manager/cert-manager/pull/7348), [`@inteon`](https://redirect.github.com/inteon))
- BUGFIX: Helm will now accept percentages for the `podDisruptionBudget.minAvailable` and `podDisruptionBudget.maxAvailable` values. ([#7345](https://redirect.github.com/cert-manager/cert-manager/pull/7345), [`@inteon`](https://redirect.github.com/inteon))
- Helm: allow `enabled` to be set as a value to toggle cert-manager as a dependency. ([#7356](https://redirect.github.com/cert-manager/cert-manager/pull/7356), [`@inteon`](https://redirect.github.com/inteon))
- BUGFIX: A change in `v1.16.0` caused cert-manager's ACME ClusterIssuer to look in the wrong namespace for resources required for the issuance (e.g. credential Secrets). This is now fixed in `v1.16.1`. ([#7342](https://redirect.github.com/cert-manager/cert-manager/pull/7342), [`@inteon`](https://redirect.github.com/inteon))
### [`v1.16.0`](https://redirect.github.com/cert-manager/cert-manager/compare/v1.15.3...v1.16.0)
[Compare Source](https://redirect.github.com/cert-manager/cert-manager/compare/v1.15.3...v1.16.0)
### [`v1.15.3`](https://redirect.github.com/cert-manager/cert-manager/releases/tag/v1.15.3)
[Compare Source](https://redirect.github.com/cert-manager/cert-manager/compare/v1.15.2...v1.15.3)
cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.
**π [See v1.15.0](https://redirect.github.com/cert-manager/cert-manager/releases/tag/v1.15.0) for more information about cert-manager 1.15 and read-before-upgrade info.**
##### π Changes since [`v1.15.2`](https://redirect.github.com/cert-manager/cert-manager/releases/tag/v1.15.2)
##### Bug or Regression
- BUGFIX: the dynamic certificate source used by the webhook TLS server failed to detect a root CA approaching expiration, due to a calculation error. This will cause the webhook TLS server to fail renewing its CA certificate. Please upgrade before the expiration of this CA certificate is reached. ([#7232](https://redirect.github.com/cert-manager/cert-manager/issues/7232), [@cert-manager-bot](https://redirect.github.com/cert-manager-bot))
### [`v1.15.2`](https://redirect.github.com/cert-manager/cert-manager/releases/tag/v1.15.2)
[Compare Source](https://redirect.github.com/cert-manager/cert-manager/compare/v1.15.1...v1.15.2)
cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.
**π [See v1.15.0](https://redirect.github.com/cert-manager/cert-manager/releases/tag/v1.15.0) for more information about cert-manager 1.15 and read-before-upgrade info.**
##### π Changes since [`v1.15.1`](https://redirect.github.com/cert-manager/cert-manager/releases/tag/v1.15.1)
##### Bug or Regression
- BUGFIX `route53`: explicitly set the `aws-global` STS region which is now required by the `github.com/aws/aws-sdk-go-v2` library. ([#7189](https://redirect.github.com/cert-manager/cert-manager/pull/7189), [`@cert-manager-bot`](https://redirect.github.com/cert-manager-bot))
- Bump `grpc-go` to fix `GHSA-xr7q-jx4m-x55m` ([#7167](https://redirect.github.com/cert-manager/cert-manager/pull/7167), [`@SgtCoDFish`](https://redirect.github.com/SgtCoDFish))
- Fix Azure DNS causing panics whenever authentication error happens ([#7188](https://redirect.github.com/cert-manager/cert-manager/pull/7188), [`@cert-manager-bot`](https://redirect.github.com/cert-manager-bot))
- Fix incorrect value and indentation of `endpointAdditionalProperties` in the `PodMonitor` template of the Helm chart ([#7191](https://redirect.github.com/cert-manager/cert-manager/pull/7191), [`@inteon`](https://redirect.github.com/inteon))
- Fixes ACME HTTP01 challenge behavior when using Gateway API to prevent unbounded creation of `HTTPRoute` resources ([#7186](https://redirect.github.com/cert-manager/cert-manager/pull/7186), [`@cert-manager-bot`](https://redirect.github.com/cert-manager-bot))
- Upgrade `golang` from `1.22.3` to `1.22.5` ([#7165](https://redirect.github.com/cert-manager/cert-manager/pull/7165), [`@github-actions`](https://redirect.github.com/github-actions))
### [`v1.15.1`](https://redirect.github.com/cert-manager/cert-manager/releases/tag/v1.15.1)
[Compare Source](https://redirect.github.com/cert-manager/cert-manager/compare/v1.15.0...v1.15.1)
cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.
**π [See v1.15.0](https://redirect.github.com/cert-manager/cert-manager/releases/tag/v1.15.0) for more information about cert-manager 1.15 and read-before-upgrade info.**
##### π Changes since [v1.15.0](https://redirect.github.com/cert-manager/cert-manager/releases/tag/v1.15.0)
##### Bug or Regression
- BUGFIX: fix issue that caused Vault issuer to not retry signing when an error was encountered. ([#7111](https://redirect.github.com/cert-manager/cert-manager/issues/7111), [@inteon](https://redirect.github.com/inteon))
##### Other (Cleanup or Flake)
- Update github.com/Azure/azure-sdk-for-go/sdk/azidentity to address CVE-2024-35255 ([#7092](https://redirect.github.com/cert-manager/cert-manager/issues/7092), [@ThatsMrTalbot](https://redirect.github.com/ThatsMrTalbot))
- Bump the go-retryablehttp dependency to fix CVE-2024-6104 ([#7130](https://redirect.github.com/cert-manager/cert-manager/issues/7130), [@SgtCoDFish](https://redirect.github.com/SgtCoDFish))
### [`v1.15.0`](https://redirect.github.com/cert-manager/cert-manager/releases/tag/v1.15.0)
[Compare Source](https://redirect.github.com/cert-manager/cert-manager/compare/v1.14.7...v1.15.0)
cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.
cert-manager 1.15 promotes several features to beta, including GatewayAPI support (`ExperimentalGatewayAPISupport`), the ability to provide a subject in the Certificate that will be used literally in the CertificateSigningRequest (`LiteralCertificateSubject`) and the outputting of additional certificate formats (`AdditionalCertificateOutputFormats`).
> \[!NOTE]
>
> The `cmctl` binary have been moved to https://github.com/cert-manager/cmctl/releases.
> For the startupapicheck Job you should update references to point at `quay.io/jetstack/cert-manager-startupapicheck`
> \[!NOTE]
>
> From this release, the Helm chart will no longer uninstall the CRDs when the chart is uninstalled. If you want the CRDs to be removed on uninstall use `crds.keep=false` when installing the Helm chart.
##### Community
Thanks again to all open-source contributors with commits in this release, including: [@Pionerd](https://redirect.github.com/Pionerd), [@SgtCoDFish](https://redirect.github.com/SgtCoDFish), [@ThatsMrTalbot](https://redirect.github.com/ThatsMrTalbot), [@andrey-dubnik](https://redirect.github.com/andrey-dubnik), [@bwaldrep](https://redirect.github.com/bwaldrep), [@eplightning](https://redirect.github.com/eplightning), [@erikgb](https://redirect.github.com/erikgb), [@findnature](https://redirect.github.com/findnature), [@gplessis](https://redirect.github.com/gplessis), [@import-shiburin](https://redirect.github.com/import-shiburin), [@inteon](https://redirect.github.com/inteon), [@jkroepke](https://redirect.github.com/jkroepke), [@lunarwhite](https://redirect.github.com/lunarwhite), [@mangeshhambarde](https://redirect.github.com/mangeshhambarde), [@pwhitehead-splunk](https://redirect.github.com/pwhitehead-splunk) & [@rodrigorfk](https://redirect.github.com/rodrigorfk), [@wallrj](https://redirect.github.com/wallrj).
Thanks also to the following cert-manager maintainers for their contributions during this release: [@SgtCoDFish](https://redirect.github.com/SgtCoDFish), [@SpectralHiss](https://redirect.github.com/SpectralHiss), [@ThatsMrTalbot](https://redirect.github.com/ThatsMrTalbot), [@hawksight](https://redirect.github.com/hawksight), [@inteon](https://redirect.github.com/inteon), [@maelvls](https://redirect.github.com/maelvls) & [@wallrj](https://redirect.github.com/wallrj).
Equally thanks to everyone who provided feedback, helped users and raised issues on GitHub and Slack and joined our meetings!
Thanks also to the CNCF, 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.
In addition, massive thanks to Venafi for contributing developer time and resources towards the continued maintenance of cert-manager projects.
##### Changes by Kind
##### Feature
- GatewayAPI support has graduated to Beta. Add the `--enable-gateway-api` flag to enable the integration. ([#6961](https://redirect.github.com/cert-manager/cert-manager/issues/6961), [@ThatsMrTalbot](https://redirect.github.com/ThatsMrTalbot))
- Add support to specify a custom key alias in a JKS Keystore ([#6807](https://redirect.github.com/cert-manager/cert-manager/issues/6807), [@bwaldrep](https://redirect.github.com/bwaldrep))
- Add the ability to communicate with Vault via mTLS when strict client certificates is enabled at Vault server side ([#6614](https://redirect.github.com/cert-manager/cert-manager/issues/6614), [@rodrigorfk](https://redirect.github.com/rodrigorfk))
- Added option to provide additional audiences in the service account auth section for vault ([#6718](https://redirect.github.com/cert-manager/cert-manager/issues/6718), [@andrey-dubnik](https://redirect.github.com/andrey-dubnik))
- Venafi Issuer now sends a cert-manager HTTP User-Agent header in all Venafi Rest API requests.
For example: `cert-manager-certificaterequests-issuer-venafi/v1.15.0+(linux/amd64)+cert-manager/ef068a59008f6ed919b98a7177921ddc9e297200`. ([#6865](https://redirect.github.com/cert-manager/cert-manager/issues/6865), [@wallrj](https://redirect.github.com/wallrj))
- Add hint to validation error message to help users of external issuers more easily fix the issue if they specify a Kind but forget the Group ([#6913](https://redirect.github.com/cert-manager/cert-manager/issues/6913), [@SgtCoDFish](https://redirect.github.com/SgtCoDFish))
- Add support for numeric OID types in LiteralSubject. Eg. "1.2.3.4=String Value" ([#6775](https://redirect.github.com/cert-manager/cert-manager/issues/6775), [@inteon](https://redirect.github.com/inteon))
- Promote the `LiteralCertificateSubject` feature to Beta. ([#7030](https://redirect.github.com/cert-manager/cert-manager/issues/7030), [@inteon](https://redirect.github.com/inteon))
- Promoted the AdditionalCertificateOutputFormats feature gate to Beta (enabled by default). ([#6970](https://redirect.github.com/cert-manager/cert-manager/issues/6970), [@erikgb](https://redirect.github.com/erikgb))
- The Helm chart now allows you to supply `extraObjects`; a list of yaml manifests which will helm will install and uninstall with the cert-manager manifests. ([#6424](https://redirect.github.com/cert-manager/cert-manager/issues/6424), [@gplessis](https://redirect.github.com/gplessis))
- Update the Route53 provider to support fetching credentials using AssumeRoleWithWebIdentity ([#6878](https://redirect.github.com/cert-manager/cert-manager/issues/6878), [@pwhitehead-splunk](https://redirect.github.com/pwhitehead-splunk))
- Helm can now add optional hostAliases to cert-manager Pod to allow the DNS self-check to pass in custom scenarios. ([#6456](https://redirect.github.com/cert-manager/cert-manager/issues/6456), [@Pionerd](https://redirect.github.com/Pionerd))
- Added a new Ingress annotation for copying specific Ingress annotations to Certificate's secretTemplate ([#6839](https://redirect.github.com/cert-manager/cert-manager/issues/6839), [@mangeshhambarde](https://redirect.github.com/mangeshhambarde))
- Added option to define additional token audiences for the Vault Kubernetes auth ([#6744](https://redirect.github.com/cert-manager/cert-manager/issues/6744), [@andrey-dubnik](https://redirect.github.com/andrey-dubnik))
- Allow `cert-manager.io/allow-direct-injection` in annotations ([#6801](https://redirect.github.com/cert-manager/cert-manager/issues/6801), [@jkroepke](https://redirect.github.com/jkroepke))
##### Design
- Remove repetitive words ([#6949](https://redirect.github.com/cert-manager/cert-manager/issues/6949), [@findnature](https://redirect.github.com/findnature))
##### Bug or Regression
- BUGFIX: Fixes issue with JSON-logging, where only a subset of the log messages were output as JSON. ([#6779](https://redirect.github.com/cert-manager/cert-manager/issues/6779), [@inteon](https://redirect.github.com/inteon))
- BUGFIX: JKS and PKCS12 stores now contain the full set of CAs specified by an issuer ([#6806](https://redirect.github.com/cert-manager/cert-manager/issues/6806), [@bwaldrep](https://redirect.github.com/bwaldrep))
- BUGFIX: cainjector leaderelection flag/config option defaults are missing ([#6816](https://redirect.github.com/cert-manager/cert-manager/issues/6816), [@inteon](https://redirect.github.com/inteon))
- BUGFIX: cert-manager issuers incorrectly copied the critical flag from the CSR instead of re-calculating that field themselves. ([#6724](https://redirect.github.com/cert-manager/cert-manager/issues/6724), [@inteon](https://redirect.github.com/inteon))
- Breaking Change: Fixed unintended certificate chain is used if `preferredChain` is configured. ([#6755](https://redirect.github.com/cert-manager/cert-manager/issues/6755), [@import-shiburin](https://redirect.github.com/import-shiburin))
- Bugfix: LiteralSubjects with a #= value can result in memory issues due to faulty BER parser (github.com/go-asn1-ber/asn1-ber). ([#6770](https://redirect.github.com/cert-manager/cert-manager/issues/6770), [@inteon](https://redirect.github.com/inteon))
- DigitalOcean: Ensure that only TXT records are considered for deletion when cleaning up after an ACME challenge ([#6875](https://redirect.github.com/cert-manager/cert-manager/issues/6875), [@SgtCoDFish](https://redirect.github.com/SgtCoDFish))
- Fix backwards incompatible removal of default prometheus Service resource. ([#6699](https://redirect.github.com/cert-manager/cert-manager/issues/6699), [@inteon](https://redirect.github.com/inteon))
- Fix broken cainjector image value in Helm chart ([#6692](https://redirect.github.com/cert-manager/cert-manager/issues/6692), [@SgtCoDFish](https://redirect.github.com/SgtCoDFish))
- Helm: Fix a bug in the logic that differentiates between 0 and an empty value. ([#6713](https://redirect.github.com/cert-manager/cert-manager/issues/6713), [@inteon](https://redirect.github.com/inteon))
- Make sure the Azure SDK error messages are stable. ([#6676](https://redirect.github.com/cert-manager/cert-manager/issues/6676), [@inteon](https://redirect.github.com/inteon))
- When using the literalSubject on a Certificate, the webhook validation for the common name now also points to the literalSubject. ([#6767](https://redirect.github.com/cert-manager/cert-manager/issues/6767), [@lunarwhite](https://redirect.github.com/lunarwhite))
- Bump golang.org/x/net to fix CVE-2023-45288 ([#6929](https://redirect.github.com/cert-manager/cert-manager/issues/6929), [@SgtCoDFish](https://redirect.github.com/SgtCoDFish))
- Fix ACME issuer being stuck waiting for DNS propagation when using Azure DNS with multiple instances issuing for the same FQDN ([#6351](https://redirect.github.com/cert-manager/cert-manager/issues/6351), [@eplightning](https://redirect.github.com/eplightning))
- Fix cainjector ConfigMap not mounted in the cainjector deployment. ([#7055](https://redirect.github.com/cert-manager/cert-manager/issues/7055), [@inteon](https://redirect.github.com/inteon))
- Added `disableAutoApproval` and `approveSignerNames` Helm chart options. ([#7054](https://redirect.github.com/cert-manager/cert-manager/issues/7054), [@inteon](https://redirect.github.com/inteon))
##### Other (Cleanup or Flake)
- β οΈ Possibly breaking: Helm will now keep the CRDs when you uninstall cert-manager by default to prevent accidental data loss. ([#6760](https://redirect.github.com/cert-manager/cert-manager/issues/6760), [@inteon](https://redirect.github.com/inteon))
- New `crds.keep` and `crds.enabled` Helm options can now be used instead of the `installCRDs` option. ([#6760](https://redirect.github.com/cert-manager/cert-manager/issues/6760), [@inteon](https://redirect.github.com/inteon))
- Bump base images ([#6840](https://redirect.github.com/cert-manager/cert-manager/issues/6840), [@inteon](https://redirect.github.com/inteon))
- Bump github.com/go-jose/go-jose to v3.0.3 to fix CVE-2024-28180 ([#6854](https://redirect.github.com/cert-manager/cert-manager/issues/6854), [@wallrj](https://redirect.github.com/wallrj))
- Removed deprecated util functions that have been replaced by the `slices` and `k8s.io/apimachinery/pkg/util` packages.
Removed deprecated CSR functions which have been replaced with other functions in the `pkg/util/pki` package. ([#6730](https://redirect.github.com/cert-manager/cert-manager/issues/6730), [@inteon](https://redirect.github.com/inteon))
- Upgrade go to 1.21.8: fixes CVE-2024-24783 ([#6823](https://redirect.github.com/cert-manager/cert-manager/issues/6823), [@inteon](https://redirect.github.com/inteon))
- Upgrade go to latest version 1.22.1 ([#6831](https://redirect.github.com/cert-manager/cert-manager/issues/6831), [@inteon](https://redirect.github.com/inteon))
- Upgrade google.golang.org/protobuf: fixing GO-2024-2611 ([#6827](https://redirect.github.com/cert-manager/cert-manager/issues/6827), [@inteon](https://redirect.github.com/inteon))
- `cmctl` and `kubectl cert-manger` have been moved to the https://github.com/cert-manager/cmctl repo and will be versioned separately starting with cmctl v2.0.0 ([#6663](https://redirect.github.com/cert-manager/cert-manager/issues/6663), [@inteon](https://redirect.github.com/inteon))
- Graduate the 'DisallowInsecureCSRUsageDefinition' feature gate to GA. (part 2) ([#6963](https://redirect.github.com/cert-manager/cert-manager/issues/6963), [@inteon](https://redirect.github.com/inteon))
- Remove deprecated `pkg/util/pki/ParseSubjectStringToRawDERBytes` function. ([#6994](https://redirect.github.com/cert-manager/cert-manager/issues/6994), [@inteon](https://redirect.github.com/inteon))
- Upgrade Kind to v0.23.0 and update supported node image digests ([#7020](https://redirect.github.com/cert-manager/cert-manager/issues/7020), [@github-actions](https://redirect.github.com/github-actions)\[bot])
- If the `--controllers` flag only specifies disabled controllers, the default controllers are now enabled implicitly. ([#7054](https://redirect.github.com/cert-manager/cert-manager/issues/7054), [@inteon](https://redirect.github.com/inteon))
- Upgrade to Go 1.22.3, fixing `GO-2024-2824`. ([#6996](https://redirect.github.com/cert-manager/cert-manager/issues/6996), [@github-actions](https://redirect.github.com/github-actions)\[bot])
### [`v1.14.7`](https://redirect.github.com/cert-manager/cert-manager/releases/tag/v1.14.7)
[Compare Source](https://redirect.github.com/cert-manager/cert-manager/compare/v1.14.6...v1.14.7)
cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.
##### π Changes since [v1.14.6](https://redirect.github.com/cert-manager/cert-manager/releases/tag/v1.14.6)
##### Bugfixes
- BUGFIX: fix issue that caused Vault issuer to not retry signing when an error was encountered. ([#7113](https://redirect.github.com/cert-manager/cert-manager/issues/7113), [@cert-manager-bot](https://redirect.github.com/cert-manager-bot))
##### Other (Cleanup or Flake)
- Update github.com/Azure/azure-sdk-for-go/sdk/azidentity to address CVE-2024-35255 ([#7093](https://redirect.github.com/cert-manager/cert-manager/issues/7093), [@ThatsMrTalbot](https://redirect.github.com/ThatsMrTalbot))
### [`v1.14.6`](https://redirect.github.com/cert-manager/cert-manager/releases/tag/v1.14.6)
[Compare Source](https://redirect.github.com/cert-manager/cert-manager/compare/v1.14.5...v1.14.6)
cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.
##### π Changes since [v1.14.5](https://redirect.github.com/cert-manager/cert-manager/releases/tag/v1.14.5)
##### Other (Cleanup or Flake)
- Upgrade Go to 1.21.10, fixing GO-2024-2824 (https://github.com/advisories/GHSA-2jwv-jmq4-4j3r). ([#7008](https://redirect.github.com/cert-manager/cert-manager/issues/7008), [@inteon](https://redirect.github.com/inteon))
- Helm: the cainjector ConfigMap was not mounted in the cainjector deployment. ([#7053](https://redirect.github.com/cert-manager/cert-manager/issues/7053), [@cert-manager-bot](https://redirect.github.com/cert-manager-bot))
- Updated Go to 1.21.11 bringing in security fixes for archive/zip and net/netip. ([#7076](https://redirect.github.com/cert-manager/cert-manager/issues/7076), [@ThatsMrTalbot](https://redirect.github.com/ThatsMrTalbot))
defenseunicorns/uds-cli (defenseunicorns/uds-cli)
### [`v0.17.0`](https://redirect.github.com/defenseunicorns/uds-cli/releases/tag/v0.17.0)
[Compare Source](https://redirect.github.com/defenseunicorns/uds-cli/compare/v0.16.0...v0.17.0)
#### What's Changed
- chore: remove nascent state tracking by [@catsby](https://redirect.github.com/catsby) in [https://github.com/defenseunicorns/uds-cli/pull/942](https://redirect.github.com/defenseunicorns/uds-cli/pull/942)
- chore: matrix testing pre-existing k3d clusters by [@catsby](https://redirect.github.com/catsby) in [https://github.com/defenseunicorns/uds-cli/pull/944](https://redirect.github.com/defenseunicorns/uds-cli/pull/944)
- fix: add suffix to smoke test logs by [@catsby](https://redirect.github.com/catsby) in [https://github.com/defenseunicorns/uds-cli/pull/947](https://redirect.github.com/defenseunicorns/uds-cli/pull/947)
- chore(deps): update actions/checkout action to v4.2.0 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/defenseunicorns/uds-cli/pull/943](https://redirect.github.com/defenseunicorns/uds-cli/pull/943)
- chore(deps): update defenseunicorns/uds-common action to v0.13.1 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/defenseunicorns/uds-cli/pull/941](https://redirect.github.com/defenseunicorns/uds-cli/pull/941)
- chore(deps): update actions/upload-artifact action to v4.4.0 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/defenseunicorns/uds-cli/pull/892](https://redirect.github.com/defenseunicorns/uds-cli/pull/892)
- chore(deps): update actions/setup-node action to v4.0.4 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/defenseunicorns/uds-cli/pull/930](https://redirect.github.com/defenseunicorns/uds-cli/pull/930)
- fix(deps): update zarf to v0.40.1 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/defenseunicorns/uds-cli/pull/936](https://redirect.github.com/defenseunicorns/uds-cli/pull/936)
- fix: update renovate script regex for uds-runtime by [@catsby](https://redirect.github.com/catsby) in [https://github.com/defenseunicorns/uds-cli/pull/948](https://redirect.github.com/defenseunicorns/uds-cli/pull/948)
- chore(deps): update dependency defenseunicorns/uds-runtime to v0.5.0 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/defenseunicorns/uds-cli/pull/949](https://redirect.github.com/defenseunicorns/uds-cli/pull/949)
- chore(deps): update github/codeql-action action to v3.26.10 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/defenseunicorns/uds-cli/pull/931](https://redirect.github.com/defenseunicorns/uds-cli/pull/931)
- chore(deps): update homebrew/actions digest to [`2d906ee`](https://redirect.github.com/defenseunicorns/uds-cli/commit/2d906ee) by [@renovate](https://redirect.github.com/renovate) in [https://github.com/defenseunicorns/uds-cli/pull/929](https://redirect.github.com/defenseunicorns/uds-cli/pull/929)
- fix: setup specific node js version by [@catsby](https://redirect.github.com/catsby) in [https://github.com/defenseunicorns/uds-cli/pull/956](https://redirect.github.com/defenseunicorns/uds-cli/pull/956)
- fix(deps): update module github.com/defenseunicorns/maru-runner to v0.3.0 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/defenseunicorns/uds-cli/pull/952](https://redirect.github.com/defenseunicorns/uds-cli/pull/952)
**Full Changelog**: https://github.com/defenseunicorns/uds-cli/compare/v0.16.0...v0.17.0
cert-manager/trust-manager (trust-manager)
### [`v0.12.0`](https://redirect.github.com/cert-manager/trust-manager/releases/tag/v0.12.0)
[Compare Source](https://redirect.github.com/cert-manager/trust-manager/compare/v0.11.1...v0.12.0)
trust-manager is the easiest way to manage security-critical TLS trust bundles in Kubernetes and OpenShift clusters.
v0.12.0 includes a variety of Helm chart improvements, notably including the ability to install trust-manager without having first installed cert-manager!
#### Overview
##### Standalone trust-manager
Previously, trust-manager required that cert-manager was installed for generating the trust-manager [webhook certificate](https://redirect.github.com/cert-manager/trust-manager/blob/v0.12.0/deploy/charts/trust-manager/templates/certificate.yaml). cert-manager's [cainjector](https://cert-manager.io/docs/concepts/ca-injector/) was used to inject this webhook cert into the Kubernetes webhook resource.
Some users wanted to be able to install trust-manager standalone, and now this is possible thanks to Helm's inbuilt support for generating certificates. We'd like to note that relying on Helm for this functionality isn't likely to be the best way to run in production - we'd strongly suggest that running with cert-manager is the way to go, since that will handle cert rotation and be much easier to administer.
Still, for any user who wants to simply run trust-manager, that's now possible:
```bash
helm upgrade trust-manager jetstack/trust-manager \
--install \
--namespace cert-manager \
--wait \
--set app.webhook.tls.helmCert.enabled=true
```
##### Other Helm Improvements
There are even more improvements to the Helm chart:
1. Support for configuring a dual stack service for the webhook (Thanks [@M0NsTeRRR](https://redirect.github.com/M0NsTeRRR)!)
2. More configurability of trust-manager's leader-election including duration and deadline (Thanks [@jabdoa2](https://redirect.github.com/jabdoa2)!)
#### What's Changed
##### New Features
- Add support for generating certificates with helm by [@SgtCoDFish](https://redirect.github.com/SgtCoDFish) in [https://github.com/cert-manager/trust-manager/pull/157](https://redirect.github.com/cert-manager/trust-manager/pull/157)
- feat(helm): dual-stack cluster service configuration by [@M0NsTeRRR](https://redirect.github.com/M0NsTeRRR) in [https://github.com/cert-manager/trust-manager/pull/337](https://redirect.github.com/cert-manager/trust-manager/pull/337)
- Add flags to configure LeaseDuration and RenewDeadline by [@jabdoa2](https://redirect.github.com/jabdoa2) in [https://github.com/cert-manager/trust-manager/pull/385](https://redirect.github.com/cert-manager/trust-manager/pull/385)
- Expose leader election leaseDuration and renewDeadline in helm chart by [@jabdoa2](https://redirect.github.com/jabdoa2) in [https://github.com/cert-manager/trust-manager/pull/388](https://redirect.github.com/cert-manager/trust-manager/pull/388)
##### Refactors
- refactor: simplify SSA patch calls by [@erikgb](https://redirect.github.com/erikgb) in [https://github.com/cert-manager/trust-manager/pull/393](https://redirect.github.com/cert-manager/trust-manager/pull/393)
- refactor: move default truststore passwords to API by [@erikgb](https://redirect.github.com/erikgb) in [https://github.com/cert-manager/trust-manager/pull/394](https://redirect.github.com/cert-manager/trust-manager/pull/394)
- refactor: extract truststore encoding to internal package by [@erikgb](https://redirect.github.com/erikgb) in [https://github.com/cert-manager/trust-manager/pull/396](https://redirect.github.com/cert-manager/trust-manager/pull/396)
#### New Contributors
- [@M0NsTeRRR](https://redirect.github.com/M0NsTeRRR) made their first contribution in [https://github.com/cert-manager/trust-manager/pull/337](https://redirect.github.com/cert-manager/trust-manager/pull/337)
**Full Changelog**: https://github.com/cert-manager/trust-manager/compare/v0.11.1...v0.12.0
### [`v0.11.1`](https://redirect.github.com/cert-manager/trust-manager/releases/tag/v0.11.1)
[Compare Source](https://redirect.github.com/cert-manager/trust-manager/compare/v0.11.0...v0.11.1)
trust-manager is the easiest way to manage security-critical TLS trust bundles in Kubernetes and OpenShift clusters.
#### What's Changed
- Bump sigs.k8s.io/controller-runtime from 0.18.3 to 0.18.4 in the all group by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/cert-manager/trust-manager/pull/369](https://redirect.github.com/cert-manager/trust-manager/pull/369)
- refactor: split bundle sync code into source and target by [@erikgb](https://redirect.github.com/erikgb) in [https://github.com/cert-manager/trust-manager/pull/370](https://redirect.github.com/cert-manager/trust-manager/pull/370)
- Bump the all group across 1 directory with 7 updates by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/cert-manager/trust-manager/pull/374](https://redirect.github.com/cert-manager/trust-manager/pull/374)
- refactor: build bundle data from relevant spec by [@erikgb](https://redirect.github.com/erikgb) in [https://github.com/cert-manager/trust-manager/pull/377](https://redirect.github.com/cert-manager/trust-manager/pull/377)
- Sort certificates in bundles to ensure deterministic behaviour by [@jabdoa2](https://redirect.github.com/jabdoa2) in [https://github.com/cert-manager/trust-manager/pull/380](https://redirect.github.com/cert-manager/trust-manager/pull/380)
#### New Contributors
- [@jabdoa2](https://redirect.github.com/jabdoa2) made their first contribution in [https://github.com/cert-manager/trust-manager/pull/380](https://redirect.github.com/cert-manager/trust-manager/pull/380)
**Full Changelog**: https://github.com/cert-manager/trust-manager/compare/v0.11.0...v0.11.1
Pulled from #101 with the metallb and gitlab-runner updates pushed back. Also kept UDS CLI at v 0.16.0 b/c that's what in the latest build-harness.
This PR contains the following updates:
0c45773
->3624ceb
0ad4b8f
->eef6144
1.14.5
->v1.16.1
v0.13.1
->v0.16.0
e92390c
->9780b0c
0.28.0-registry1
->0.29.0-registry1
17.2.7-uds.2-registry1
->17.2.9-uds.0-registry1
10.0.0-uds.0-registry1
->10.0.0-uds.1-registry1
10.6.0-uds.1-registry1
->10.7.0-uds.0-registry1
v0.39.0
->v0.41.0
v1.14.5
->v1.16.1
v1.14.5
->v1.16.1
v1.14.5
->v1.16.1
v1.14.5
->v1.16.1
v1.14.5
->v1.16.1
v0.11.0
->v0.12.0
v4.4.3
->v4.7.0
v0.10.0
->v0.13.0
v2.11.1
->v2.12.0
v5.0.1
->v5.1.0
v1.11.2
->v1.12.0
v6.3.2
->v8.1.0
v2.13.1
->v2.14.0
v6.3.2
->v8.1.0
v6.3.2
->v8.1.0
v1.10.0
->v1.10.1
0.11.0
->v0.12.0
Release Notes
cert-manager/cert-manager (cert-manager)
### [`v1.16.1`](https://redirect.github.com/cert-manager/cert-manager/releases/tag/v1.16.1) [Compare Source](https://redirect.github.com/cert-manager/cert-manager/compare/v1.16.0...v1.16.1) cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters. The cert-manager 1.16 release includes: new Helm chart features, more Prometheus metrics, memory optimizations, and various improvements and bug fixes for the ACME issuer and Venafi Issuer. π Read the [complete 1.16 release notes](https://cert-manager.io/docs/releases/release-notes/release-notes-1.16) before upgrading. #### πChanges since `v1.16.0` ##### Bug or Regression - BUGFIX: Helm schema validation: the new schema validation was too strict for the "global" section. Since the global section is shared across all charts and sub-charts, we must also allow unknown fields. ([#7348](https://redirect.github.com/cert-manager/cert-manager/pull/7348), [`@inteon`](https://redirect.github.com/inteon)) - BUGFIX: Helm will now accept percentages for the `podDisruptionBudget.minAvailable` and `podDisruptionBudget.maxAvailable` values. ([#7345](https://redirect.github.com/cert-manager/cert-manager/pull/7345), [`@inteon`](https://redirect.github.com/inteon)) - Helm: allow `enabled` to be set as a value to toggle cert-manager as a dependency. ([#7356](https://redirect.github.com/cert-manager/cert-manager/pull/7356), [`@inteon`](https://redirect.github.com/inteon)) - BUGFIX: A change in `v1.16.0` caused cert-manager's ACME ClusterIssuer to look in the wrong namespace for resources required for the issuance (e.g. credential Secrets). This is now fixed in `v1.16.1`. ([#7342](https://redirect.github.com/cert-manager/cert-manager/pull/7342), [`@inteon`](https://redirect.github.com/inteon)) ### [`v1.16.0`](https://redirect.github.com/cert-manager/cert-manager/compare/v1.15.3...v1.16.0) [Compare Source](https://redirect.github.com/cert-manager/cert-manager/compare/v1.15.3...v1.16.0) ### [`v1.15.3`](https://redirect.github.com/cert-manager/cert-manager/releases/tag/v1.15.3) [Compare Source](https://redirect.github.com/cert-manager/cert-manager/compare/v1.15.2...v1.15.3) cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters. **π [See v1.15.0](https://redirect.github.com/cert-manager/cert-manager/releases/tag/v1.15.0) for more information about cert-manager 1.15 and read-before-upgrade info.** ##### π Changes since [`v1.15.2`](https://redirect.github.com/cert-manager/cert-manager/releases/tag/v1.15.2) ##### Bug or Regression - BUGFIX: the dynamic certificate source used by the webhook TLS server failed to detect a root CA approaching expiration, due to a calculation error. This will cause the webhook TLS server to fail renewing its CA certificate. Please upgrade before the expiration of this CA certificate is reached. ([#7232](https://redirect.github.com/cert-manager/cert-manager/issues/7232), [@cert-manager-bot](https://redirect.github.com/cert-manager-bot)) ### [`v1.15.2`](https://redirect.github.com/cert-manager/cert-manager/releases/tag/v1.15.2) [Compare Source](https://redirect.github.com/cert-manager/cert-manager/compare/v1.15.1...v1.15.2) cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters. **π [See v1.15.0](https://redirect.github.com/cert-manager/cert-manager/releases/tag/v1.15.0) for more information about cert-manager 1.15 and read-before-upgrade info.** ##### π Changes since [`v1.15.1`](https://redirect.github.com/cert-manager/cert-manager/releases/tag/v1.15.1) ##### Bug or Regression - BUGFIX `route53`: explicitly set the `aws-global` STS region which is now required by the `github.com/aws/aws-sdk-go-v2` library. ([#7189](https://redirect.github.com/cert-manager/cert-manager/pull/7189), [`@cert-manager-bot`](https://redirect.github.com/cert-manager-bot)) - Bump `grpc-go` to fix `GHSA-xr7q-jx4m-x55m` ([#7167](https://redirect.github.com/cert-manager/cert-manager/pull/7167), [`@SgtCoDFish`](https://redirect.github.com/SgtCoDFish)) - Fix Azure DNS causing panics whenever authentication error happens ([#7188](https://redirect.github.com/cert-manager/cert-manager/pull/7188), [`@cert-manager-bot`](https://redirect.github.com/cert-manager-bot)) - Fix incorrect value and indentation of `endpointAdditionalProperties` in the `PodMonitor` template of the Helm chart ([#7191](https://redirect.github.com/cert-manager/cert-manager/pull/7191), [`@inteon`](https://redirect.github.com/inteon)) - Fixes ACME HTTP01 challenge behavior when using Gateway API to prevent unbounded creation of `HTTPRoute` resources ([#7186](https://redirect.github.com/cert-manager/cert-manager/pull/7186), [`@cert-manager-bot`](https://redirect.github.com/cert-manager-bot)) - Upgrade `golang` from `1.22.3` to `1.22.5` ([#7165](https://redirect.github.com/cert-manager/cert-manager/pull/7165), [`@github-actions`](https://redirect.github.com/github-actions)) ### [`v1.15.1`](https://redirect.github.com/cert-manager/cert-manager/releases/tag/v1.15.1) [Compare Source](https://redirect.github.com/cert-manager/cert-manager/compare/v1.15.0...v1.15.1) cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters. **π [See v1.15.0](https://redirect.github.com/cert-manager/cert-manager/releases/tag/v1.15.0) for more information about cert-manager 1.15 and read-before-upgrade info.** ##### π Changes since [v1.15.0](https://redirect.github.com/cert-manager/cert-manager/releases/tag/v1.15.0) ##### Bug or Regression - BUGFIX: fix issue that caused Vault issuer to not retry signing when an error was encountered. ([#7111](https://redirect.github.com/cert-manager/cert-manager/issues/7111), [@inteon](https://redirect.github.com/inteon)) ##### Other (Cleanup or Flake) - Update github.com/Azure/azure-sdk-for-go/sdk/azidentity to address CVE-2024-35255 ([#7092](https://redirect.github.com/cert-manager/cert-manager/issues/7092), [@ThatsMrTalbot](https://redirect.github.com/ThatsMrTalbot)) - Bump the go-retryablehttp dependency to fix CVE-2024-6104 ([#7130](https://redirect.github.com/cert-manager/cert-manager/issues/7130), [@SgtCoDFish](https://redirect.github.com/SgtCoDFish)) ### [`v1.15.0`](https://redirect.github.com/cert-manager/cert-manager/releases/tag/v1.15.0) [Compare Source](https://redirect.github.com/cert-manager/cert-manager/compare/v1.14.7...v1.15.0) cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters. cert-manager 1.15 promotes several features to beta, including GatewayAPI support (`ExperimentalGatewayAPISupport`), the ability to provide a subject in the Certificate that will be used literally in the CertificateSigningRequest (`LiteralCertificateSubject`) and the outputting of additional certificate formats (`AdditionalCertificateOutputFormats`). > \[!NOTE] > > The `cmctl` binary have been moved to https://github.com/cert-manager/cmctl/releases. > For the startupapicheck Job you should update references to point at `quay.io/jetstack/cert-manager-startupapicheck` > \[!NOTE] > > From this release, the Helm chart will no longer uninstall the CRDs when the chart is uninstalled. If you want the CRDs to be removed on uninstall use `crds.keep=false` when installing the Helm chart. ##### Community Thanks again to all open-source contributors with commits in this release, including: [@Pionerd](https://redirect.github.com/Pionerd), [@SgtCoDFish](https://redirect.github.com/SgtCoDFish), [@ThatsMrTalbot](https://redirect.github.com/ThatsMrTalbot), [@andrey-dubnik](https://redirect.github.com/andrey-dubnik), [@bwaldrep](https://redirect.github.com/bwaldrep), [@eplightning](https://redirect.github.com/eplightning), [@erikgb](https://redirect.github.com/erikgb), [@findnature](https://redirect.github.com/findnature), [@gplessis](https://redirect.github.com/gplessis), [@import-shiburin](https://redirect.github.com/import-shiburin), [@inteon](https://redirect.github.com/inteon), [@jkroepke](https://redirect.github.com/jkroepke), [@lunarwhite](https://redirect.github.com/lunarwhite), [@mangeshhambarde](https://redirect.github.com/mangeshhambarde), [@pwhitehead-splunk](https://redirect.github.com/pwhitehead-splunk) & [@rodrigorfk](https://redirect.github.com/rodrigorfk), [@wallrj](https://redirect.github.com/wallrj). Thanks also to the following cert-manager maintainers for their contributions during this release: [@SgtCoDFish](https://redirect.github.com/SgtCoDFish), [@SpectralHiss](https://redirect.github.com/SpectralHiss), [@ThatsMrTalbot](https://redirect.github.com/ThatsMrTalbot), [@hawksight](https://redirect.github.com/hawksight), [@inteon](https://redirect.github.com/inteon), [@maelvls](https://redirect.github.com/maelvls) & [@wallrj](https://redirect.github.com/wallrj). Equally thanks to everyone who provided feedback, helped users and raised issues on GitHub and Slack and joined our meetings! Thanks also to the CNCF, 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. In addition, massive thanks to Venafi for contributing developer time and resources towards the continued maintenance of cert-manager projects. ##### Changes by Kind ##### Feature - GatewayAPI support has graduated to Beta. Add the `--enable-gateway-api` flag to enable the integration. ([#6961](https://redirect.github.com/cert-manager/cert-manager/issues/6961), [@ThatsMrTalbot](https://redirect.github.com/ThatsMrTalbot)) - Add support to specify a custom key alias in a JKS Keystore ([#6807](https://redirect.github.com/cert-manager/cert-manager/issues/6807), [@bwaldrep](https://redirect.github.com/bwaldrep)) - Add the ability to communicate with Vault via mTLS when strict client certificates is enabled at Vault server side ([#6614](https://redirect.github.com/cert-manager/cert-manager/issues/6614), [@rodrigorfk](https://redirect.github.com/rodrigorfk)) - Added option to provide additional audiences in the service account auth section for vault ([#6718](https://redirect.github.com/cert-manager/cert-manager/issues/6718), [@andrey-dubnik](https://redirect.github.com/andrey-dubnik)) - Venafi Issuer now sends a cert-manager HTTP User-Agent header in all Venafi Rest API requests. For example: `cert-manager-certificaterequests-issuer-venafi/v1.15.0+(linux/amd64)+cert-manager/ef068a59008f6ed919b98a7177921ddc9e297200`. ([#6865](https://redirect.github.com/cert-manager/cert-manager/issues/6865), [@wallrj](https://redirect.github.com/wallrj)) - Add hint to validation error message to help users of external issuers more easily fix the issue if they specify a Kind but forget the Group ([#6913](https://redirect.github.com/cert-manager/cert-manager/issues/6913), [@SgtCoDFish](https://redirect.github.com/SgtCoDFish)) - Add support for numeric OID types in LiteralSubject. Eg. "1.2.3.4=String Value" ([#6775](https://redirect.github.com/cert-manager/cert-manager/issues/6775), [@inteon](https://redirect.github.com/inteon)) - Promote the `LiteralCertificateSubject` feature to Beta. ([#7030](https://redirect.github.com/cert-manager/cert-manager/issues/7030), [@inteon](https://redirect.github.com/inteon)) - Promoted the AdditionalCertificateOutputFormats feature gate to Beta (enabled by default). ([#6970](https://redirect.github.com/cert-manager/cert-manager/issues/6970), [@erikgb](https://redirect.github.com/erikgb)) - The Helm chart now allows you to supply `extraObjects`; a list of yaml manifests which will helm will install and uninstall with the cert-manager manifests. ([#6424](https://redirect.github.com/cert-manager/cert-manager/issues/6424), [@gplessis](https://redirect.github.com/gplessis)) - Update the Route53 provider to support fetching credentials using AssumeRoleWithWebIdentity ([#6878](https://redirect.github.com/cert-manager/cert-manager/issues/6878), [@pwhitehead-splunk](https://redirect.github.com/pwhitehead-splunk)) - Helm can now add optional hostAliases to cert-manager Pod to allow the DNS self-check to pass in custom scenarios. ([#6456](https://redirect.github.com/cert-manager/cert-manager/issues/6456), [@Pionerd](https://redirect.github.com/Pionerd)) - Added a new Ingress annotation for copying specific Ingress annotations to Certificate's secretTemplate ([#6839](https://redirect.github.com/cert-manager/cert-manager/issues/6839), [@mangeshhambarde](https://redirect.github.com/mangeshhambarde)) - Added option to define additional token audiences for the Vault Kubernetes auth ([#6744](https://redirect.github.com/cert-manager/cert-manager/issues/6744), [@andrey-dubnik](https://redirect.github.com/andrey-dubnik)) - Allow `cert-manager.io/allow-direct-injection` in annotations ([#6801](https://redirect.github.com/cert-manager/cert-manager/issues/6801), [@jkroepke](https://redirect.github.com/jkroepke)) ##### Design - Remove repetitive words ([#6949](https://redirect.github.com/cert-manager/cert-manager/issues/6949), [@findnature](https://redirect.github.com/findnature)) ##### Bug or Regression - BUGFIX: Fixes issue with JSON-logging, where only a subset of the log messages were output as JSON. ([#6779](https://redirect.github.com/cert-manager/cert-manager/issues/6779), [@inteon](https://redirect.github.com/inteon)) - BUGFIX: JKS and PKCS12 stores now contain the full set of CAs specified by an issuer ([#6806](https://redirect.github.com/cert-manager/cert-manager/issues/6806), [@bwaldrep](https://redirect.github.com/bwaldrep)) - BUGFIX: cainjector leaderelection flag/config option defaults are missing ([#6816](https://redirect.github.com/cert-manager/cert-manager/issues/6816), [@inteon](https://redirect.github.com/inteon)) - BUGFIX: cert-manager issuers incorrectly copied the critical flag from the CSR instead of re-calculating that field themselves. ([#6724](https://redirect.github.com/cert-manager/cert-manager/issues/6724), [@inteon](https://redirect.github.com/inteon)) - Breaking Change: Fixed unintended certificate chain is used if `preferredChain` is configured. ([#6755](https://redirect.github.com/cert-manager/cert-manager/issues/6755), [@import-shiburin](https://redirect.github.com/import-shiburin)) - Bugfix: LiteralSubjects with a #= value can result in memory issues due to faulty BER parser (github.com/go-asn1-ber/asn1-ber). ([#6770](https://redirect.github.com/cert-manager/cert-manager/issues/6770), [@inteon](https://redirect.github.com/inteon)) - DigitalOcean: Ensure that only TXT records are considered for deletion when cleaning up after an ACME challenge ([#6875](https://redirect.github.com/cert-manager/cert-manager/issues/6875), [@SgtCoDFish](https://redirect.github.com/SgtCoDFish)) - Fix backwards incompatible removal of default prometheus Service resource. ([#6699](https://redirect.github.com/cert-manager/cert-manager/issues/6699), [@inteon](https://redirect.github.com/inteon)) - Fix broken cainjector image value in Helm chart ([#6692](https://redirect.github.com/cert-manager/cert-manager/issues/6692), [@SgtCoDFish](https://redirect.github.com/SgtCoDFish)) - Helm: Fix a bug in the logic that differentiates between 0 and an empty value. ([#6713](https://redirect.github.com/cert-manager/cert-manager/issues/6713), [@inteon](https://redirect.github.com/inteon)) - Make sure the Azure SDK error messages are stable. ([#6676](https://redirect.github.com/cert-manager/cert-manager/issues/6676), [@inteon](https://redirect.github.com/inteon)) - When using the literalSubject on a Certificate, the webhook validation for the common name now also points to the literalSubject. ([#6767](https://redirect.github.com/cert-manager/cert-manager/issues/6767), [@lunarwhite](https://redirect.github.com/lunarwhite)) - Bump golang.org/x/net to fix CVE-2023-45288 ([#6929](https://redirect.github.com/cert-manager/cert-manager/issues/6929), [@SgtCoDFish](https://redirect.github.com/SgtCoDFish)) - Fix ACME issuer being stuck waiting for DNS propagation when using Azure DNS with multiple instances issuing for the same FQDN ([#6351](https://redirect.github.com/cert-manager/cert-manager/issues/6351), [@eplightning](https://redirect.github.com/eplightning)) - Fix cainjector ConfigMap not mounted in the cainjector deployment. ([#7055](https://redirect.github.com/cert-manager/cert-manager/issues/7055), [@inteon](https://redirect.github.com/inteon)) - Added `disableAutoApproval` and `approveSignerNames` Helm chart options. ([#7054](https://redirect.github.com/cert-manager/cert-manager/issues/7054), [@inteon](https://redirect.github.com/inteon)) ##### Other (Cleanup or Flake) - β οΈ Possibly breaking: Helm will now keep the CRDs when you uninstall cert-manager by default to prevent accidental data loss. ([#6760](https://redirect.github.com/cert-manager/cert-manager/issues/6760), [@inteon](https://redirect.github.com/inteon)) - New `crds.keep` and `crds.enabled` Helm options can now be used instead of the `installCRDs` option. ([#6760](https://redirect.github.com/cert-manager/cert-manager/issues/6760), [@inteon](https://redirect.github.com/inteon)) - Bump base images ([#6840](https://redirect.github.com/cert-manager/cert-manager/issues/6840), [@inteon](https://redirect.github.com/inteon)) - Bump github.com/go-jose/go-jose to v3.0.3 to fix CVE-2024-28180 ([#6854](https://redirect.github.com/cert-manager/cert-manager/issues/6854), [@wallrj](https://redirect.github.com/wallrj)) - Removed deprecated util functions that have been replaced by the `slices` and `k8s.io/apimachinery/pkg/util` packages. Removed deprecated CSR functions which have been replaced with other functions in the `pkg/util/pki` package. ([#6730](https://redirect.github.com/cert-manager/cert-manager/issues/6730), [@inteon](https://redirect.github.com/inteon)) - Upgrade go to 1.21.8: fixes CVE-2024-24783 ([#6823](https://redirect.github.com/cert-manager/cert-manager/issues/6823), [@inteon](https://redirect.github.com/inteon)) - Upgrade go to latest version 1.22.1 ([#6831](https://redirect.github.com/cert-manager/cert-manager/issues/6831), [@inteon](https://redirect.github.com/inteon)) - Upgrade google.golang.org/protobuf: fixing GO-2024-2611 ([#6827](https://redirect.github.com/cert-manager/cert-manager/issues/6827), [@inteon](https://redirect.github.com/inteon)) - `cmctl` and `kubectl cert-manger` have been moved to the https://github.com/cert-manager/cmctl repo and will be versioned separately starting with cmctl v2.0.0 ([#6663](https://redirect.github.com/cert-manager/cert-manager/issues/6663), [@inteon](https://redirect.github.com/inteon)) - Graduate the 'DisallowInsecureCSRUsageDefinition' feature gate to GA. (part 2) ([#6963](https://redirect.github.com/cert-manager/cert-manager/issues/6963), [@inteon](https://redirect.github.com/inteon)) - Remove deprecated `pkg/util/pki/ParseSubjectStringToRawDERBytes` function. ([#6994](https://redirect.github.com/cert-manager/cert-manager/issues/6994), [@inteon](https://redirect.github.com/inteon)) - Upgrade Kind to v0.23.0 and update supported node image digests ([#7020](https://redirect.github.com/cert-manager/cert-manager/issues/7020), [@github-actions](https://redirect.github.com/github-actions)\[bot]) - If the `--controllers` flag only specifies disabled controllers, the default controllers are now enabled implicitly. ([#7054](https://redirect.github.com/cert-manager/cert-manager/issues/7054), [@inteon](https://redirect.github.com/inteon)) - Upgrade to Go 1.22.3, fixing `GO-2024-2824`. ([#6996](https://redirect.github.com/cert-manager/cert-manager/issues/6996), [@github-actions](https://redirect.github.com/github-actions)\[bot]) ### [`v1.14.7`](https://redirect.github.com/cert-manager/cert-manager/releases/tag/v1.14.7) [Compare Source](https://redirect.github.com/cert-manager/cert-manager/compare/v1.14.6...v1.14.7) cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters. ##### π Changes since [v1.14.6](https://redirect.github.com/cert-manager/cert-manager/releases/tag/v1.14.6) ##### Bugfixes - BUGFIX: fix issue that caused Vault issuer to not retry signing when an error was encountered. ([#7113](https://redirect.github.com/cert-manager/cert-manager/issues/7113), [@cert-manager-bot](https://redirect.github.com/cert-manager-bot)) ##### Other (Cleanup or Flake) - Update github.com/Azure/azure-sdk-for-go/sdk/azidentity to address CVE-2024-35255 ([#7093](https://redirect.github.com/cert-manager/cert-manager/issues/7093), [@ThatsMrTalbot](https://redirect.github.com/ThatsMrTalbot)) ### [`v1.14.6`](https://redirect.github.com/cert-manager/cert-manager/releases/tag/v1.14.6) [Compare Source](https://redirect.github.com/cert-manager/cert-manager/compare/v1.14.5...v1.14.6) cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters. ##### π Changes since [v1.14.5](https://redirect.github.com/cert-manager/cert-manager/releases/tag/v1.14.5) ##### Other (Cleanup or Flake) - Upgrade Go to 1.21.10, fixing GO-2024-2824 (https://github.com/advisories/GHSA-2jwv-jmq4-4j3r). ([#7008](https://redirect.github.com/cert-manager/cert-manager/issues/7008), [@inteon](https://redirect.github.com/inteon)) - Helm: the cainjector ConfigMap was not mounted in the cainjector deployment. ([#7053](https://redirect.github.com/cert-manager/cert-manager/issues/7053), [@cert-manager-bot](https://redirect.github.com/cert-manager-bot)) - Updated Go to 1.21.11 bringing in security fixes for archive/zip and net/netip. ([#7076](https://redirect.github.com/cert-manager/cert-manager/issues/7076), [@ThatsMrTalbot](https://redirect.github.com/ThatsMrTalbot))defenseunicorns/uds-cli (defenseunicorns/uds-cli)
### [`v0.17.0`](https://redirect.github.com/defenseunicorns/uds-cli/releases/tag/v0.17.0) [Compare Source](https://redirect.github.com/defenseunicorns/uds-cli/compare/v0.16.0...v0.17.0) #### What's Changed - chore: remove nascent state tracking by [@catsby](https://redirect.github.com/catsby) in [https://github.com/defenseunicorns/uds-cli/pull/942](https://redirect.github.com/defenseunicorns/uds-cli/pull/942) - chore: matrix testing pre-existing k3d clusters by [@catsby](https://redirect.github.com/catsby) in [https://github.com/defenseunicorns/uds-cli/pull/944](https://redirect.github.com/defenseunicorns/uds-cli/pull/944) - fix: add suffix to smoke test logs by [@catsby](https://redirect.github.com/catsby) in [https://github.com/defenseunicorns/uds-cli/pull/947](https://redirect.github.com/defenseunicorns/uds-cli/pull/947) - chore(deps): update actions/checkout action to v4.2.0 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/defenseunicorns/uds-cli/pull/943](https://redirect.github.com/defenseunicorns/uds-cli/pull/943) - chore(deps): update defenseunicorns/uds-common action to v0.13.1 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/defenseunicorns/uds-cli/pull/941](https://redirect.github.com/defenseunicorns/uds-cli/pull/941) - chore(deps): update actions/upload-artifact action to v4.4.0 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/defenseunicorns/uds-cli/pull/892](https://redirect.github.com/defenseunicorns/uds-cli/pull/892) - chore(deps): update actions/setup-node action to v4.0.4 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/defenseunicorns/uds-cli/pull/930](https://redirect.github.com/defenseunicorns/uds-cli/pull/930) - fix(deps): update zarf to v0.40.1 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/defenseunicorns/uds-cli/pull/936](https://redirect.github.com/defenseunicorns/uds-cli/pull/936) - fix: update renovate script regex for uds-runtime by [@catsby](https://redirect.github.com/catsby) in [https://github.com/defenseunicorns/uds-cli/pull/948](https://redirect.github.com/defenseunicorns/uds-cli/pull/948) - chore(deps): update dependency defenseunicorns/uds-runtime to v0.5.0 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/defenseunicorns/uds-cli/pull/949](https://redirect.github.com/defenseunicorns/uds-cli/pull/949) - chore(deps): update github/codeql-action action to v3.26.10 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/defenseunicorns/uds-cli/pull/931](https://redirect.github.com/defenseunicorns/uds-cli/pull/931) - chore(deps): update homebrew/actions digest to [`2d906ee`](https://redirect.github.com/defenseunicorns/uds-cli/commit/2d906ee) by [@renovate](https://redirect.github.com/renovate) in [https://github.com/defenseunicorns/uds-cli/pull/929](https://redirect.github.com/defenseunicorns/uds-cli/pull/929) - fix: setup specific node js version by [@catsby](https://redirect.github.com/catsby) in [https://github.com/defenseunicorns/uds-cli/pull/956](https://redirect.github.com/defenseunicorns/uds-cli/pull/956) - fix(deps): update module github.com/defenseunicorns/maru-runner to v0.3.0 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/defenseunicorns/uds-cli/pull/952](https://redirect.github.com/defenseunicorns/uds-cli/pull/952) **Full Changelog**: https://github.com/defenseunicorns/uds-cli/compare/v0.16.0...v0.17.0cert-manager/trust-manager (trust-manager)
### [`v0.12.0`](https://redirect.github.com/cert-manager/trust-manager/releases/tag/v0.12.0) [Compare Source](https://redirect.github.com/cert-manager/trust-manager/compare/v0.11.1...v0.12.0) trust-manager is the easiest way to manage security-critical TLS trust bundles in Kubernetes and OpenShift clusters. v0.12.0 includes a variety of Helm chart improvements, notably including the ability to install trust-manager without having first installed cert-manager! #### Overview ##### Standalone trust-manager Previously, trust-manager required that cert-manager was installed for generating the trust-manager [webhook certificate](https://redirect.github.com/cert-manager/trust-manager/blob/v0.12.0/deploy/charts/trust-manager/templates/certificate.yaml). cert-manager's [cainjector](https://cert-manager.io/docs/concepts/ca-injector/) was used to inject this webhook cert into the Kubernetes webhook resource. Some users wanted to be able to install trust-manager standalone, and now this is possible thanks to Helm's inbuilt support for generating certificates. We'd like to note that relying on Helm for this functionality isn't likely to be the best way to run in production - we'd strongly suggest that running with cert-manager is the way to go, since that will handle cert rotation and be much easier to administer. Still, for any user who wants to simply run trust-manager, that's now possible: ```bash helm upgrade trust-manager jetstack/trust-manager \ --install \ --namespace cert-manager \ --wait \ --set app.webhook.tls.helmCert.enabled=true ``` ##### Other Helm Improvements There are even more improvements to the Helm chart: 1. Support for configuring a dual stack service for the webhook (Thanks [@M0NsTeRRR](https://redirect.github.com/M0NsTeRRR)!) 2. More configurability of trust-manager's leader-election including duration and deadline (Thanks [@jabdoa2](https://redirect.github.com/jabdoa2)!) #### What's Changed ##### New Features - Add support for generating certificates with helm by [@SgtCoDFish](https://redirect.github.com/SgtCoDFish) in [https://github.com/cert-manager/trust-manager/pull/157](https://redirect.github.com/cert-manager/trust-manager/pull/157) - feat(helm): dual-stack cluster service configuration by [@M0NsTeRRR](https://redirect.github.com/M0NsTeRRR) in [https://github.com/cert-manager/trust-manager/pull/337](https://redirect.github.com/cert-manager/trust-manager/pull/337) - Add flags to configure LeaseDuration and RenewDeadline by [@jabdoa2](https://redirect.github.com/jabdoa2) in [https://github.com/cert-manager/trust-manager/pull/385](https://redirect.github.com/cert-manager/trust-manager/pull/385) - Expose leader election leaseDuration and renewDeadline in helm chart by [@jabdoa2](https://redirect.github.com/jabdoa2) in [https://github.com/cert-manager/trust-manager/pull/388](https://redirect.github.com/cert-manager/trust-manager/pull/388) ##### Refactors - refactor: simplify SSA patch calls by [@erikgb](https://redirect.github.com/erikgb) in [https://github.com/cert-manager/trust-manager/pull/393](https://redirect.github.com/cert-manager/trust-manager/pull/393) - refactor: move default truststore passwords to API by [@erikgb](https://redirect.github.com/erikgb) in [https://github.com/cert-manager/trust-manager/pull/394](https://redirect.github.com/cert-manager/trust-manager/pull/394) - refactor: extract truststore encoding to internal package by [@erikgb](https://redirect.github.com/erikgb) in [https://github.com/cert-manager/trust-manager/pull/396](https://redirect.github.com/cert-manager/trust-manager/pull/396) #### New Contributors - [@M0NsTeRRR](https://redirect.github.com/M0NsTeRRR) made their first contribution in [https://github.com/cert-manager/trust-manager/pull/337](https://redirect.github.com/cert-manager/trust-manager/pull/337) **Full Changelog**: https://github.com/cert-manager/trust-manager/compare/v0.11.1...v0.12.0 ### [`v0.11.1`](https://redirect.github.com/cert-manager/trust-manager/releases/tag/v0.11.1) [Compare Source](https://redirect.github.com/cert-manager/trust-manager/compare/v0.11.0...v0.11.1) trust-manager is the easiest way to manage security-critical TLS trust bundles in Kubernetes and OpenShift clusters. #### What's Changed - Bump sigs.k8s.io/controller-runtime from 0.18.3 to 0.18.4 in the all group by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/cert-manager/trust-manager/pull/369](https://redirect.github.com/cert-manager/trust-manager/pull/369) - refactor: split bundle sync code into source and target by [@erikgb](https://redirect.github.com/erikgb) in [https://github.com/cert-manager/trust-manager/pull/370](https://redirect.github.com/cert-manager/trust-manager/pull/370) - Bump the all group across 1 directory with 7 updates by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/cert-manager/trust-manager/pull/374](https://redirect.github.com/cert-manager/trust-manager/pull/374) - refactor: build bundle data from relevant spec by [@erikgb](https://redirect.github.com/erikgb) in [https://github.com/cert-manager/trust-manager/pull/377](https://redirect.github.com/cert-manager/trust-manager/pull/377) - Sort certificates in bundles to ensure deterministic behaviour by [@jabdoa2](https://redirect.github.com/jabdoa2) in [https://github.com/cert-manager/trust-manager/pull/380](https://redirect.github.com/cert-manager/trust-manager/pull/380) #### New Contributors - [@jabdoa2](https://redirect.github.com/jabdoa2) made their first contribution in [https://github.com/cert-manager/trust-manager/pull/380](https://redirect.github.com/cert-manager/trust-manager/pull/380) **Full Changelog**: https://github.com/cert-manager/trust-manager/compare/v0.11.0...v0.11.1