Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release-0.18] ✨ controllerutil: configure BlockOwnerDeletion when setting OwnerReference #2848

Conversation

k8s-infra-cherrypick-robot

This is an automated cherry-pick of #2847

/assign alvaroaleman

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Jun 5, 2024
@k8s-ci-robot k8s-ci-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Jun 5, 2024
@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jun 5, 2024
@k8s-ci-robot
Copy link
Contributor

LGTM label has been added.

Git tree hash: 9fa429d61f79166361c2ba73e0081fedbecb8307

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: alvaroaleman, k8s-infra-cherrypick-robot

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 5, 2024
@k8s-ci-robot
Copy link
Contributor

@k8s-infra-cherrypick-robot: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-controller-runtime-apidiff-release-0-18 c0c229e link false /test pull-controller-runtime-apidiff-release-0-18

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@k8s-ci-robot k8s-ci-robot merged commit 12cc8d5 into kubernetes-sigs:release-0.18 Jun 5, 2024
6 of 7 checks passed
@alvaroaleman
Copy link
Member

Merging this despite the apidiff failure, as I can not think of a way how the variadic arg would break existing code.

renovate bot added a commit to anza-labs/lke-operator that referenced this pull request Jun 6, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime)
| `v0.18.3` -> `v0.18.4` |
[![age](https://developer.mend.io/api/mc/badges/age/go/sigs.k8s.io%2fcontroller-runtime/v0.18.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/sigs.k8s.io%2fcontroller-runtime/v0.18.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/sigs.k8s.io%2fcontroller-runtime/v0.18.3/v0.18.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/sigs.k8s.io%2fcontroller-runtime/v0.18.3/v0.18.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>kubernetes-sigs/controller-runtime
(sigs.k8s.io/controller-runtime)</summary>

###
[`v0.18.4`](https://github.com/kubernetes-sigs/controller-runtime/releases/tag/v0.18.4)

[Compare
Source](https://github.com/kubernetes-sigs/controller-runtime/compare/v0.18.3...v0.18.4)

#### What's Changed

- \[release-0.18] ✨ controllerutil: configure BlockOwnerDeletion when
setting OwnerReference by
[@&#8203;k8s-infra-cherrypick-robot](https://github.com/k8s-infra-cherrypick-robot)
in
[kubernetes-sigs/controller-runtime#2848

**Full Changelog**:
kubernetes-sigs/controller-runtime@v0.18.3...v0.18.4

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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/anza-labs/lke-operator).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODguMSIsInVwZGF0ZWRJblZlciI6IjM3LjM4OC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhcmVhL2RlcGVuZGVuY3kiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot added a commit to aenix-io/etcd-operator that referenced this pull request Jun 9, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence | Type |
Update |
|---|---|---|---|---|---|---|---|
| [github.com/go-logr/logr](https://github.com/go-logr/logr) |
`v1.4.1` -> `v1.4.2` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgo-logr%2flogr/v1.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgo-logr%2flogr/v1.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgo-logr%2flogr/v1.4.1/v1.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgo-logr%2flogr/v1.4.1/v1.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| require | patch |
| [go.uber.org/zap](https://github.com/uber-go/zap) | `v1.26.0` ->
`v1.27.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/go.uber.org%2fzap/v1.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/go.uber.org%2fzap/v1.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/go.uber.org%2fzap/v1.26.0/v1.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/go.uber.org%2fzap/v1.26.0/v1.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| require | minor |
| golang | `1.22.3` -> `1.22.4` |
[![age](https://developer.mend.io/api/mc/badges/age/docker/golang/1.22.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/docker/golang/1.22.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/docker/golang/1.22.3/1.22.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/docker/golang/1.22.3/1.22.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| stage | patch |
| [hugo-extended](https://github.com/jakejarvis/hugo-extended) |
[`0.126.2` ->
`0.127.0`](https://renovatebot.com/diffs/npm/hugo-extended/0.126.2/0.127.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/hugo-extended/0.127.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/hugo-extended/0.127.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/hugo-extended/0.126.2/0.127.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/hugo-extended/0.126.2/0.127.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | minor |
| [jetstack/cert-manager](https://github.com/jetstack/cert-manager) |
`v1.14.5` -> `v1.15.0` |
[![age](https://developer.mend.io/api/mc/badges/age/github-tags/jetstack%2fcert-manager/v1.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/github-tags/jetstack%2fcert-manager/v1.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/github-tags/jetstack%2fcert-manager/v1.14.5/v1.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/jetstack%2fcert-manager/v1.14.5/v1.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| | minor |
| [kubernetes/kubernetes](https://github.com/kubernetes/kubernetes) |
`v1.30.0` -> `v1.30.1` |
[![age](https://developer.mend.io/api/mc/badges/age/github-tags/kubernetes%2fkubernetes/v1.30.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/github-tags/kubernetes%2fkubernetes/v1.30.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/github-tags/kubernetes%2fkubernetes/v1.30.0/v1.30.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/kubernetes%2fkubernetes/v1.30.0/v1.30.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| | patch |
|
[losisin/helm-values-schema-json](https://github.com/losisin/helm-values-schema-json)
| `v1.3.0` -> `v1.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/github-tags/losisin%2fhelm-values-schema-json/v1.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/github-tags/losisin%2fhelm-values-schema-json/v1.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/github-tags/losisin%2fhelm-values-schema-json/v1.3.0/v1.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/losisin%2fhelm-values-schema-json/v1.3.0/v1.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| | minor |
|
[sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime)
| `v0.18.3` -> `v0.18.4` |
[![age](https://developer.mend.io/api/mc/badges/age/go/sigs.k8s.io%2fcontroller-runtime/v0.18.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/sigs.k8s.io%2fcontroller-runtime/v0.18.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/sigs.k8s.io%2fcontroller-runtime/v0.18.3/v0.18.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/sigs.k8s.io%2fcontroller-runtime/v0.18.3/v0.18.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| require | patch |

---

### Release Notes

<details>
<summary>go-logr/logr (github.com/go-logr/logr)</summary>

### [`v1.4.2`](https://github.com/go-logr/logr/releases/tag/v1.4.2)

[Compare
Source](https://github.com/go-logr/logr/compare/v1.4.1...v1.4.2)

#### What's Changed

- Fix lint: named but unused params by
[@&#8203;thockin](https://github.com/thockin) in
[go-logr/logr#268
- Add a Go report card, fix lint by
[@&#8203;thockin](https://github.com/thockin) in
[go-logr/logr#271
- funcr: Handle nested empty groups properly by
[@&#8203;thockin](https://github.com/thockin) in
[go-logr/logr#274

##### Dependencies:

- build(deps): bump github/codeql-action from 3.22.11 to 3.22.12 by
[@&#8203;dependabot](https://github.com/dependabot) in
[go-logr/logr#254
- build(deps): bump github/codeql-action from 3.22.12 to 3.23.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[go-logr/logr#256
- build(deps): bump actions/upload-artifact from 4.0.0 to 4.1.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[go-logr/logr#257
- build(deps): bump github/codeql-action from 3.23.0 to 3.23.1 by
[@&#8203;dependabot](https://github.com/dependabot) in
[go-logr/logr#259
- build(deps): bump actions/upload-artifact from 4.1.0 to 4.2.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[go-logr/logr#260
- build(deps): bump actions/upload-artifact from 4.2.0 to 4.3.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[go-logr/logr#263
- build(deps): bump github/codeql-action from 3.23.1 to 3.23.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[go-logr/logr#262
- build(deps): bump github/codeql-action from 3.23.2 to 3.24.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[go-logr/logr#264
- build(deps): bump actions/upload-artifact from 4.3.0 to 4.3.1 by
[@&#8203;dependabot](https://github.com/dependabot) in
[go-logr/logr#266
- build(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[go-logr/logr#267
- build(deps): bump github/codeql-action from 3.24.0 to 3.24.3 by
[@&#8203;dependabot](https://github.com/dependabot) in
[go-logr/logr#270
- build(deps): bump github/codeql-action from 3.24.3 to 3.24.5 by
[@&#8203;dependabot](https://github.com/dependabot) in
[go-logr/logr#272
- build(deps): bump github/codeql-action from 3.24.5 to 3.24.6 by
[@&#8203;dependabot](https://github.com/dependabot) in
[go-logr/logr#275
- build(deps): bump actions/checkout from 4.1.1 to 4.1.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[go-logr/logr#276
- build(deps): bump github/codeql-action from 3.24.6 to 3.24.7 by
[@&#8203;dependabot](https://github.com/dependabot) in
[go-logr/logr#277
- build(deps): bump github/codeql-action from 3.24.7 to 3.24.9 by
[@&#8203;dependabot](https://github.com/dependabot) in
[go-logr/logr#278
- build(deps): bump github/codeql-action from 3.24.9 to 3.24.10 by
[@&#8203;dependabot](https://github.com/dependabot) in
[go-logr/logr#279
- build(deps): bump actions/upload-artifact from 4.3.1 to 4.3.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[go-logr/logr#280
- build(deps): bump actions/checkout from 4.1.2 to 4.1.3 by
[@&#8203;dependabot](https://github.com/dependabot) in
[go-logr/logr#281
- build(deps): bump github/codeql-action from 3.24.10 to 3.25.1 by
[@&#8203;dependabot](https://github.com/dependabot) in
[go-logr/logr#282
- build(deps): bump github/codeql-action from 3.25.1 to 3.25.3 by
[@&#8203;dependabot](https://github.com/dependabot) in
[go-logr/logr#283
- build(deps): bump golangci/golangci-lint-action from 4.0.0 to 5.0.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[go-logr/logr#284
- build(deps): bump actions/checkout from 4.1.3 to 4.1.4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[go-logr/logr#285
- build(deps): bump actions/upload-artifact from 4.3.2 to 4.3.3 by
[@&#8203;dependabot](https://github.com/dependabot) in
[go-logr/logr#286
- build(deps): bump actions/setup-go from 5.0.0 to 5.0.1 by
[@&#8203;dependabot](https://github.com/dependabot) in
[go-logr/logr#288
- build(deps): bump golangci/golangci-lint-action from 5.0.0 to 5.3.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[go-logr/logr#289
- build(deps): bump golangci/golangci-lint-action from 5.3.0 to 6.0.1 by
[@&#8203;dependabot](https://github.com/dependabot) in
[go-logr/logr#293
- build(deps): bump github/codeql-action from 3.25.3 to 3.25.4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[go-logr/logr#292
- build(deps): bump actions/checkout from 4.1.4 to 4.1.5 by
[@&#8203;dependabot](https://github.com/dependabot) in
[go-logr/logr#291
- build(deps): bump ossf/scorecard-action from 2.3.1 to 2.3.3 by
[@&#8203;dependabot](https://github.com/dependabot) in
[go-logr/logr#290
- build(deps): bump github/codeql-action from 3.25.4 to 3.25.5 by
[@&#8203;dependabot](https://github.com/dependabot) in
[go-logr/logr#294
- build(deps): bump actions/checkout from 4.1.5 to 4.1.6 by
[@&#8203;dependabot](https://github.com/dependabot) in
[go-logr/logr#295

**Full Changelog**:
go-logr/logr@v1.4.1...v1.4.2

</details>

<details>
<summary>uber-go/zap (go.uber.org/zap)</summary>

### [`v1.27.0`](https://github.com/uber-go/zap/releases/tag/v1.27.0)

[Compare
Source](https://github.com/uber-go/zap/compare/v1.26.0...v1.27.0)

Enhancements:

-   [#&#8203;1378][]: Add `WithLazy` method for `SugaredLogger`.
- [#&#8203;1399][]: zaptest: Add `NewTestingWriter` for customizing
TestingWriter with more flexibility than `NewLogger`.
- [#&#8203;1406][]: Add `Log`, `Logw`, `Logln` methods for
`SugaredLogger`.
-   [#&#8203;1416][]: Add `WithPanicHook` option for testing panic logs.

Thanks to [@&#8203;defval](https://github.com/defval),
[@&#8203;dimmo](https://github.com/dimmo),
[@&#8203;arxeiss](https://github.com/arxeiss), and
[@&#8203;MKrupauskas](https://github.com/MKrupauskas) for their
contributions to this release.

[#&#8203;1378]: https://github.com/uber-go/zap/pull/1378

[#&#8203;1399]: https://github.com/uber-go/zap/pull/1399

[#&#8203;1406]: https://github.com/uber-go/zap/pull/1406

[#&#8203;1416]: https://github.com/uber-go/zap/pull/1416

</details>

<details>
<summary>jakejarvis/hugo-extended (hugo-extended)</summary>

###
[`v0.127.0`](https://github.com/jakejarvis/hugo-extended/compare/v0.126.3...v0.127.0)

[Compare
Source](https://github.com/jakejarvis/hugo-extended/compare/v0.126.3...v0.127.0)

###
[`v0.126.3`](https://github.com/jakejarvis/hugo-extended/compare/v0.126.2...v0.126.3)

[Compare
Source](https://github.com/jakejarvis/hugo-extended/compare/v0.126.2...v0.126.3)

</details>

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

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

[Compare
Source](https://github.com/jetstack/cert-manager/compare/v1.14.6...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/jetstack/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/jetstack/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/jetstack/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/jetstack/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/jetstack/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/jetstack/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/jetstack/cert-manager/issues/6775),
[@&#8203;inteon](https://github.com/inteon))
- Promote the `LiteralCertificateSubject` feature to Beta.
([#&#8203;7030](https://github.com/jetstack/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/jetstack/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/jetstack/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/jetstack/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/jetstack/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/jetstack/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/jetstack/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/jetstack/cert-manager/issues/6801),
[@&#8203;jkroepke](https://github.com/jkroepke))

##### Design

- Remove repetitive words
([#&#8203;6949](https://github.com/jetstack/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/jetstack/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/jetstack/cert-manager/issues/6806),
[@&#8203;bwaldrep](https://github.com/bwaldrep))
- BUGFIX: cainjector leaderelection flag/config option defaults are
missing
([#&#8203;6816](https://github.com/jetstack/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/jetstack/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/jetstack/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/jetstack/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/jetstack/cert-manager/issues/6875),
[@&#8203;SgtCoDFish](https://github.com/SgtCoDFish))
- Fix backwards incompatible removal of default prometheus Service
resource.
([#&#8203;6699](https://github.com/jetstack/cert-manager/issues/6699),
[@&#8203;inteon](https://github.com/inteon))
- Fix broken cainjector image value in Helm chart
([#&#8203;6692](https://github.com/jetstack/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/jetstack/cert-manager/issues/6713),
[@&#8203;inteon](https://github.com/inteon))
- Make sure the Azure SDK error messages are stable.
([#&#8203;6676](https://github.com/jetstack/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/jetstack/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/jetstack/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/jetstack/cert-manager/issues/6351),
[@&#8203;eplightning](https://github.com/eplightning))
- Fix cainjector ConfigMap not mounted in the cainjector deployment.
([#&#8203;7055](https://github.com/jetstack/cert-manager/issues/7055),
[@&#8203;inteon](https://github.com/inteon))
- Added `disableAutoApproval` and `approveSignerNames` Helm chart
options.
([#&#8203;7054](https://github.com/jetstack/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/jetstack/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/jetstack/cert-manager/issues/6760),
[@&#8203;inteon](https://github.com/inteon))
- Bump base images
([#&#8203;6840](https://github.com/jetstack/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/jetstack/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/jetstack/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/jetstack/cert-manager/issues/6823),
[@&#8203;inteon](https://github.com/inteon))
- Upgrade go to latest version 1.22.1
([#&#8203;6831](https://github.com/jetstack/cert-manager/issues/6831),
[@&#8203;inteon](https://github.com/inteon))
- Upgrade google.golang.org/protobuf: fixing GO-2024-2611
([#&#8203;6827](https://github.com/jetstack/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/jetstack/cert-manager/issues/6663),
[@&#8203;inteon](https://github.com/inteon))
- Graduate the 'DisallowInsecureCSRUsageDefinition' feature gate to GA.
(part 2)
([#&#8203;6963](https://github.com/jetstack/cert-manager/issues/6963),
[@&#8203;inteon](https://github.com/inteon))
- Remove deprecated `pkg/util/pki/ParseSubjectStringToRawDERBytes`
function.
([#&#8203;6994](https://github.com/jetstack/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/jetstack/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/jetstack/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/jetstack/cert-manager/issues/6996),
[@&#8203;github-actions](https://github.com/github-actions)\[bot])

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

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

</details>

<details>
<summary>kubernetes/kubernetes (kubernetes/kubernetes)</summary>

###
[`v1.30.1`](https://github.com/kubernetes/kubernetes/releases/tag/v1.30.1):
Kubernetes v1.30.1

[Compare
Source](https://github.com/kubernetes/kubernetes/compare/v1.30.0...v1.30.1)

See
[kubernetes-announce@](https://groups.google.com/forum/#!forum/kubernetes-announce).
Additional binary downloads are linked in the
[CHANGELOG](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.30.md).

See [the
CHANGELOG](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.30.md)
for more details.

</details>

<details>
<summary>losisin/helm-values-schema-json
(losisin/helm-values-schema-json)</summary>

###
[`v1.4.0`](https://github.com/losisin/helm-values-schema-json/releases/tag/v1.4.0)

[Compare
Source](https://github.com/losisin/helm-values-schema-json/compare/v1.3.0...v1.4.0)

#### Changelog

##### Added

-
[`1f56d77`](https://github.com/losisin/helm-values-schema-json/commit/1f56d77)
feature: add AdditionalProperties to schemaRoot
-
[`28c13d4`](https://github.com/losisin/helm-values-schema-json/commit/28c13d4)
feature: add additionalProperties
-
[`21f5298`](https://github.com/losisin/helm-values-schema-json/commit/21f5298)
feature: add schemaRoot CLI flags for json root object

##### Fixed

-
[`ad56174`](https://github.com/losisin/helm-values-schema-json/commit/ad56174)
fix: make input flag required

##### Updated

-
[`44463ba`](https://github.com/losisin/helm-values-schema-json/commit/44463ba)
Bump golangci/golangci-lint-action from 5 to 6
-
[`75fd6d3`](https://github.com/losisin/helm-values-schema-json/commit/75fd6d3)
Bump goreleaser/goreleaser-action from 5 to 6

##### Other

-
[`252403e`](https://github.com/losisin/helm-values-schema-json/commit/252403e)
Merge branch 'main' into feature/additional-properties-cli-flag
-
[`3ded351`](https://github.com/losisin/helm-values-schema-json/commit/3ded351)
Merge remote-tracking branch 'origin/main' into fix/required-input-flag
-
[`d4bbc89`](https://github.com/losisin/helm-values-schema-json/commit/d4bbc89)
add docs
-
[`c650af7`](https://github.com/losisin/helm-values-schema-json/commit/c650af7)
better release notes
-
[`b89d0ff`](https://github.com/losisin/helm-values-schema-json/commit/b89d0ff)
clear doc headings
-
[`9aea121`](https://github.com/losisin/helm-values-schema-json/commit/9aea121)
fix some links
-
[`7061ff6`](https://github.com/losisin/helm-values-schema-json/commit/7061ff6)
fix typo
-
[`9e785ba`](https://github.com/losisin/helm-values-schema-json/commit/9e785ba)
fix typo in docs
-
[`15584b9`](https://github.com/losisin/helm-values-schema-json/commit/15584b9)
new version v1.4.0

</details>

<details>
<summary>kubernetes-sigs/controller-runtime
(sigs.k8s.io/controller-runtime)</summary>

###
[`v0.18.4`](https://github.com/kubernetes-sigs/controller-runtime/releases/tag/v0.18.4)

[Compare
Source](https://github.com/kubernetes-sigs/controller-runtime/compare/v0.18.3...v0.18.4)

#### What's Changed

- \[release-0.18] ✨ controllerutil: configure BlockOwnerDeletion when
setting OwnerReference by
[@&#8203;k8s-infra-cherrypick-robot](https://github.com/k8s-infra-cherrypick-robot)
in
[kubernetes-sigs/controller-runtime#2848

**Full Changelog**:
kubernetes-sigs/controller-runtime@v0.18.3...v0.18.4

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "* * * * 6" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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/aenix-io/etcd-operator).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJvay10by10ZXN0Il19-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Hidden Marten <hiddenmarten@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants