Skip to content

Commit

Permalink
chore(deps): update helm release cert-manager to v1.15.1 (#146)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [cert-manager](https://cert-manager.io)
([source](https://github.com/cert-manager/cert-manager)) | minor |
`v1.14.5` -> `v1.15.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>cert-manager/cert-manager (cert-manager)</summary>

###
[`v1.15.1`](https://github.com/cert-manager/cert-manager/compare/v1.15.0...v1.15.1)

[Compare
Source](https://github.com/cert-manager/cert-manager/compare/v1.15.0...v1.15.1)

###
[`v1.15.0`](https://github.com/cert-manager/cert-manager/releases/tag/v1.15.0)

[Compare
Source](https://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: [@&#8203;Pionerd](https://github.com/Pionerd),
[@&#8203;SgtCoDFish](https://github.com/SgtCoDFish),
[@&#8203;ThatsMrTalbot](https://github.com/ThatsMrTalbot),
[@&#8203;andrey-dubnik](https://github.com/andrey-dubnik),
[@&#8203;bwaldrep](https://github.com/bwaldrep),
[@&#8203;eplightning](https://github.com/eplightning),
[@&#8203;erikgb](https://github.com/erikgb),
[@&#8203;findnature](https://github.com/findnature),
[@&#8203;gplessis](https://github.com/gplessis),
[@&#8203;import-shiburin](https://github.com/import-shiburin),
[@&#8203;inteon](https://github.com/inteon),
[@&#8203;jkroepke](https://github.com/jkroepke),
[@&#8203;lunarwhite](https://github.com/lunarwhite),
[@&#8203;mangeshhambarde](https://github.com/mangeshhambarde),
[@&#8203;pwhitehead-splunk](https://github.com/pwhitehead-splunk) &
[@&#8203;rodrigorfk](https://github.com/rodrigorfk),
[@&#8203;wallrj](https://github.com/wallrj).

Thanks also to the following cert-manager maintainers for their
contributions during this release:
[@&#8203;SgtCoDFish](https://github.com/SgtCoDFish),
[@&#8203;SpectralHiss](https://github.com/SpectralHiss),
[@&#8203;ThatsMrTalbot](https://github.com/ThatsMrTalbot),
[@&#8203;hawksight](https://github.com/hawksight),
[@&#8203;inteon](https://github.com/inteon),
[@&#8203;maelvls](https://github.com/maelvls) &
[@&#8203;wallrj](https://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.
([#&#8203;6961](https://github.com/cert-manager/cert-manager/issues/6961),
[@&#8203;ThatsMrTalbot](https://github.com/ThatsMrTalbot))
- Add support to specify a custom key alias in a JKS Keystore
([#&#8203;6807](https://github.com/cert-manager/cert-manager/issues/6807),
[@&#8203;bwaldrep](https://github.com/bwaldrep))
- Add the ability to communicate with Vault via mTLS when strict client
certificates is enabled at Vault server side
([#&#8203;6614](https://github.com/cert-manager/cert-manager/issues/6614),
[@&#8203;rodrigorfk](https://github.com/rodrigorfk))
- Added option to provide additional audiences in the service account
auth section for vault
([#&#8203;6718](https://github.com/cert-manager/cert-manager/issues/6718),
[@&#8203;andrey-dubnik](https://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`.
([#&#8203;6865](https://github.com/cert-manager/cert-manager/issues/6865),
[@&#8203;wallrj](https://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
([#&#8203;6913](https://github.com/cert-manager/cert-manager/issues/6913),
[@&#8203;SgtCoDFish](https://github.com/SgtCoDFish))
- Add support for numeric OID types in LiteralSubject. Eg.
"1.2.3.4=String Value"
([#&#8203;6775](https://github.com/cert-manager/cert-manager/issues/6775),
[@&#8203;inteon](https://github.com/inteon))
- Promote the `LiteralCertificateSubject` feature to Beta.
([#&#8203;7030](https://github.com/cert-manager/cert-manager/issues/7030),
[@&#8203;inteon](https://github.com/inteon))
- Promoted the AdditionalCertificateOutputFormats feature gate to Beta
(enabled by default).
([#&#8203;6970](https://github.com/cert-manager/cert-manager/issues/6970),
[@&#8203;erikgb](https://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.
([#&#8203;6424](https://github.com/cert-manager/cert-manager/issues/6424),
[@&#8203;gplessis](https://github.com/gplessis))
- Update the Route53 provider to support fetching credentials using
AssumeRoleWithWebIdentity
([#&#8203;6878](https://github.com/cert-manager/cert-manager/issues/6878),
[@&#8203;pwhitehead-splunk](https://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.
([#&#8203;6456](https://github.com/cert-manager/cert-manager/issues/6456),
[@&#8203;Pionerd](https://github.com/Pionerd))
- Added a new Ingress annotation for copying specific Ingress
annotations to Certificate's secretTemplate
([#&#8203;6839](https://github.com/cert-manager/cert-manager/issues/6839),
[@&#8203;mangeshhambarde](https://github.com/mangeshhambarde))
- Added option to define additional token audiences for the Vault
Kubernetes auth
([#&#8203;6744](https://github.com/cert-manager/cert-manager/issues/6744),
[@&#8203;andrey-dubnik](https://github.com/andrey-dubnik))
- Allow `cert-manager.io/allow-direct-injection` in annotations
([#&#8203;6801](https://github.com/cert-manager/cert-manager/issues/6801),
[@&#8203;jkroepke](https://github.com/jkroepke))

##### Design

- Remove repetitive words
([#&#8203;6949](https://github.com/cert-manager/cert-manager/issues/6949),
[@&#8203;findnature](https://github.com/findnature))

##### Bug or Regression

- BUGFIX: Fixes issue with JSON-logging, where only a subset of the log
messages were output as JSON.
([#&#8203;6779](https://github.com/cert-manager/cert-manager/issues/6779),
[@&#8203;inteon](https://github.com/inteon))
- BUGFIX: JKS and PKCS12 stores now contain the full set of CAs
specified by an issuer
([#&#8203;6806](https://github.com/cert-manager/cert-manager/issues/6806),
[@&#8203;bwaldrep](https://github.com/bwaldrep))
- BUGFIX: cainjector leaderelection flag/config option defaults are
missing
([#&#8203;6816](https://github.com/cert-manager/cert-manager/issues/6816),
[@&#8203;inteon](https://github.com/inteon))
- BUGFIX: cert-manager issuers incorrectly copied the critical flag from
the CSR instead of re-calculating that field themselves.
([#&#8203;6724](https://github.com/cert-manager/cert-manager/issues/6724),
[@&#8203;inteon](https://github.com/inteon))
- Breaking Change: Fixed unintended certificate chain is used if
`preferredChain` is configured.
([#&#8203;6755](https://github.com/cert-manager/cert-manager/issues/6755),
[@&#8203;import-shiburin](https://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).
([#&#8203;6770](https://github.com/cert-manager/cert-manager/issues/6770),
[@&#8203;inteon](https://github.com/inteon))
- DigitalOcean: Ensure that only TXT records are considered for deletion
when cleaning up after an ACME challenge
([#&#8203;6875](https://github.com/cert-manager/cert-manager/issues/6875),
[@&#8203;SgtCoDFish](https://github.com/SgtCoDFish))
- Fix backwards incompatible removal of default prometheus Service
resource.
([#&#8203;6699](https://github.com/cert-manager/cert-manager/issues/6699),
[@&#8203;inteon](https://github.com/inteon))
- Fix broken cainjector image value in Helm chart
([#&#8203;6692](https://github.com/cert-manager/cert-manager/issues/6692),
[@&#8203;SgtCoDFish](https://github.com/SgtCoDFish))
- Helm: Fix a bug in the logic that differentiates between 0 and an
empty value.
([#&#8203;6713](https://github.com/cert-manager/cert-manager/issues/6713),
[@&#8203;inteon](https://github.com/inteon))
- Make sure the Azure SDK error messages are stable.
([#&#8203;6676](https://github.com/cert-manager/cert-manager/issues/6676),
[@&#8203;inteon](https://github.com/inteon))
- When using the literalSubject on a Certificate, the webhook validation
for the common name now also points to the literalSubject.
([#&#8203;6767](https://github.com/cert-manager/cert-manager/issues/6767),
[@&#8203;lunarwhite](https://github.com/lunarwhite))
- Bump golang.org/x/net to fix CVE-2023-45288
([#&#8203;6929](https://github.com/cert-manager/cert-manager/issues/6929),
[@&#8203;SgtCoDFish](https://github.com/SgtCoDFish))
- Fix ACME issuer being stuck waiting for DNS propagation when using
Azure DNS with multiple instances issuing for the same FQDN
([#&#8203;6351](https://github.com/cert-manager/cert-manager/issues/6351),
[@&#8203;eplightning](https://github.com/eplightning))
- Fix cainjector ConfigMap not mounted in the cainjector deployment.
([#&#8203;7055](https://github.com/cert-manager/cert-manager/issues/7055),
[@&#8203;inteon](https://github.com/inteon))
- Added `disableAutoApproval` and `approveSignerNames` Helm chart
options.
([#&#8203;7054](https://github.com/cert-manager/cert-manager/issues/7054),
[@&#8203;inteon](https://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.
([#&#8203;6760](https://github.com/cert-manager/cert-manager/issues/6760),
[@&#8203;inteon](https://github.com/inteon))
- New `crds.keep` and `crds.enabled` Helm options can now be used
instead of the `installCRDs` option.
([#&#8203;6760](https://github.com/cert-manager/cert-manager/issues/6760),
[@&#8203;inteon](https://github.com/inteon))
- Bump base images
([#&#8203;6840](https://github.com/cert-manager/cert-manager/issues/6840),
[@&#8203;inteon](https://github.com/inteon))
- Bump github.com/go-jose/go-jose to v3.0.3 to fix CVE-2024-28180
([#&#8203;6854](https://github.com/cert-manager/cert-manager/issues/6854),
[@&#8203;wallrj](https://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.
([#&#8203;6730](https://github.com/cert-manager/cert-manager/issues/6730),
[@&#8203;inteon](https://github.com/inteon))
- Upgrade go to 1.21.8: fixes CVE-2024-24783
([#&#8203;6823](https://github.com/cert-manager/cert-manager/issues/6823),
[@&#8203;inteon](https://github.com/inteon))
- Upgrade go to latest version 1.22.1
([#&#8203;6831](https://github.com/cert-manager/cert-manager/issues/6831),
[@&#8203;inteon](https://github.com/inteon))
- Upgrade google.golang.org/protobuf: fixing GO-2024-2611
([#&#8203;6827](https://github.com/cert-manager/cert-manager/issues/6827),
[@&#8203;inteon](https://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
([#&#8203;6663](https://github.com/cert-manager/cert-manager/issues/6663),
[@&#8203;inteon](https://github.com/inteon))
- Graduate the 'DisallowInsecureCSRUsageDefinition' feature gate to GA.
(part 2)
([#&#8203;6963](https://github.com/cert-manager/cert-manager/issues/6963),
[@&#8203;inteon](https://github.com/inteon))
- Remove deprecated `pkg/util/pki/ParseSubjectStringToRawDERBytes`
function.
([#&#8203;6994](https://github.com/cert-manager/cert-manager/issues/6994),
[@&#8203;inteon](https://github.com/inteon))
- Upgrade Kind to v0.23.0 and update supported node image digests
([#&#8203;7020](https://github.com/cert-manager/cert-manager/issues/7020),
[@&#8203;github-actions](https://github.com/github-actions)\[bot])
- If the `--controllers` flag only specifies disabled controllers, the
default controllers are now enabled implicitly.
([#&#8203;7054](https://github.com/cert-manager/cert-manager/issues/7054),
[@&#8203;inteon](https://github.com/inteon))
- Upgrade to Go 1.22.3, fixing `GO-2024-2824`.
([#&#8203;6996](https://github.com/cert-manager/cert-manager/issues/6996),
[@&#8203;github-actions](https://github.com/github-actions)\[bot])

###
[`v1.14.7`](https://github.com/cert-manager/cert-manager/releases/tag/v1.14.7)

[Compare
Source](https://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://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.
([#&#8203;7113](https://github.com/cert-manager/cert-manager/issues/7113),
[@&#8203;cert-manager-bot](https://github.com/cert-manager-bot))

##### Other (Cleanup or Flake)

- Update github.com/Azure/azure-sdk-for-go/sdk/azidentity to address
CVE-2024-35255
([#&#8203;7093](https://github.com/cert-manager/cert-manager/issues/7093),
[@&#8203;ThatsMrTalbot](https://github.com/ThatsMrTalbot))

###
[`v1.14.6`](https://github.com/cert-manager/cert-manager/releases/tag/v1.14.6)

[Compare
Source](https://github.com/cert-manager/cert-manager/compare/v1.14.5...v1.14.6)

#### Changes by Kind

##### Other (Cleanup or Flake)

- Upgrade Go to 1.21.10, fixing GO-2024-2824
(GHSA-2jwv-jmq4-4j3r).
([#&#8203;7008](https://github.com/cert-manager/cert-manager/issues/7008),
[@&#8203;inteon](https://github.com/inteon))
- Helm: the cainjector ConfigMap was not mounted in the cainjector
deployment.
([#&#8203;7053](https://github.com/cert-manager/cert-manager/issues/7053),
[@&#8203;cert-manager-bot](https://github.com/cert-manager-bot))
- Updated Go to 1.21.11 bringing in security fixes for archive/zip and
net/netip.
([#&#8203;7076](https://github.com/cert-manager/cert-manager/issues/7076),
[@&#8203;ThatsMrTalbot](https://github.com/ThatsMrTalbot))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/lambchop4prez/network).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODguMSIsInVwZGF0ZWRJblZlciI6IjM3LjQxMy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
  • Loading branch information
lambchop4prez committed Jul 7, 2024
2 parents 5868019 + 468796f commit 32cb5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/apps/networking/cert-manager/app/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
spec:
# renovate: registryUrl=https://charts.jetstack.io/
chart: cert-manager
version: v1.14.5
version: v1.15.1
sourceRef:
kind: HelmRepository
name: jetstack
Expand Down

0 comments on commit 32cb5b5

Please sign in to comment.