operator-framework / helm-operator-plugins

Experimental refactoring of the operator-framework's helm operator
Apache License 2.0
49 stars 49 forks source link

:seedling: Bump sigs.k8s.io/kubebuilder/v3 from 3.14.0 to 3.15.0 #335

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 5 months ago

Bumps sigs.k8s.io/kubebuilder/v3 from 3.14.0 to 3.15.0.

Release notes

Sourced from sigs.k8s.io/kubebuilder/v3's releases.

v3.15.0

changes since v3.14.2

:warning: Breaking Changes

🎉 Thanks to all our contributors!

What's Changed (Full Changelog)

Full Changelog: https://github.com/kubernetes-sigs/kubebuilder/compare/v3.14.2...v3.15.0

v3.14.2

changes since v3.14.1

:sparkles: New Features

  • (go/v4): Upgrade controller-runtime dependency from v0.17.2 to v0.17.3 (#3882)
  • (go/v4): Upgrade golangci from 1.54 to 1.57 by (#3846)
  • (go/v4): (To address deprecation): Replace deadline in favor of timeout in golangci-lint configuration (#3865)
  • (kustomize/v2): Add CRD viewer and editor roles in rbac/kustomization.yaml (#3800)
  • (go/v4): Upgrade cert-manager version used from v1.5.3 to v1.14.4 in the e2e tests scaffolded (#3839)
  • (go/v4): Upgrade Prometheus version used in the tests from v0.68.0 to v0.72.0 in the e2e tests scaffolded (#3840)
  • (go/v4): Upgrade gcr.io/kubebuilder/kube-rbac-proxy image from v0.15.0 to v0.16.0 (#3833).

:warning: IMPORTANT: Please note that kube-rbac-proxy is now deprecated and will be discontinued in a future release.

If you want to still using this project, it is recommended that you switch to the images directly provided by the project. For more details, please refer to the project’s image repository.

The Kubebuilder can no longer support the promotion and building of these images. All images previously built and promoted will no longer be available starting April 22, 2025. This change may impact your production workloads if they rely on these images. (gcr.io/kubebuilder/kube-rbac-proxy:<all>)

For more information, please review the proposal to Discontinue Kube RBAC Proxy in Default Kubebuilder Scaffolding.

:bug: Bug Fixes

  • (go/v4): Add comment to clarify that webhooks path in the marker values should not be changed (#3877)
  • (go/v4): Fix Invalid leader election ID generated when domain is empty (#3876)

... (truncated)

Commits
  • c01af8f ⚠️ Discontinue Kube RBAC Proxy in Default Kubebuilder Scaffolding (#3899)
  • 94a5ab8 Merge pull request #3906 from kubernetes-sigs/dependabot/github_actions/golan...
  • 1538176 Merge pull request #3905 from kubernetes-sigs/dependabot/go_modules/github.co...
  • ff20127 :seedling: Bump golangci/golangci-lint-action from 5 to 6
  • e0f89a7 :seedling: Bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3
  • 2b25ade Merge pull request #3843 from Kavinjsir/tony/apply-to-approver
  • e683f8d Merge pull request #3901 from kubernetes-sigs/dependabot/go_modules/golang.or...
  • 6ef90c1 Merge pull request #3900 from kubernetes-sigs/dependabot/go_modules/github.co...
  • 866991a :seedling: Bump golang.org/x/tools from 0.20.0 to 0.21.0
  • 5f40e0b :seedling: Bump github.com/onsi/gomega from 1.33.0 to 1.33.1
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 4 months ago

Superseded by #342.