:seedling: Bump sigs.k8s.io/kubebuilder/v3 from 3.14.0 to 3.15.1
Bumps sigs.k8s.io/kubebuilder/v3 from 3.14.0 to 3.15.1.
Release notes
Sourced from sigs.k8s.io/kubebuilder/v3's releases.
v3.15.1
changes since v3.15.0
:bug: Bug Fixes
- (go/v4,kustomize/v2): - fix to preserve existing flags when applying metrics patch (#3947)
- (go/v4,kustomize/v2): - fix the place where metrics service is scaffolded by moving from config/rbac to config/default (#3948)
🎉 Thanks to all our contributors!
What's Changed (Full Changelog)
- 🐛 (cherry-pick #3937) - fix: preserve existing flags when applying metrics patch by
@camilamacedo86in kubernetes-sigs/kubebuilder#3947- :bug: (cherry-pick #3945) fix place where metrics service is scaffolded by moving from config/rbac to config/default by
@camilamacedo86in kubernetes-sigs/kubebuilder#3948Full Changelog: https://github.com/kubernetes-sigs/kubebuilder/compare/v3.15.0...v3.15.1
v3.15.0
changes since v3.14.2
:warning: Breaking Changes
- (go/v4, kustomize/v2): Discontinue Kube RBAC Proxy in Default Kubebuilder Scaffolding (#3899). For further information see: 🚨 Action Required: Ensure that you no longer use gcr.io/kubebuilder images
🎉 Thanks to all our contributors!
What's Changed (Full Changelog)
- 📖 Fix link for controller-runtime FAQ by
@camilamacedo86in kubernetes-sigs/kubebuilder#3888- :seedling: Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.2 by
@dependabotin kubernetes-sigs/kubebuilder#3891- :seedling: Bump golangci/golangci-lint-action from 4 to 5 by
@dependabotin kubernetes-sigs/kubebuilder#3892- :seedling: Bump sigs.k8s.io/kubebuilder/v3 from 3.14.1 to 3.14.2 in /docs/book/src/simple-external-plugin-tutorial/testdata/sampleexternalplugin/v1 by
@dependabotin kubernetes-sigs/kubebuilder#3893- :seedling: Bump github.com/onsi/gomega from 1.33.0 to 1.33.1 by
@dependabotin kubernetes-sigs/kubebuilder#3900- :seedling: Bump golang.org/x/tools from 0.20.0 to 0.21.0 by
@dependabotin kubernetes-sigs/kubebuilder#3901- :seedling: move tony to approver by
@Kavinjsirin kubernetes-sigs/kubebuilder#3843- :seedling: Bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3 by
@dependabotin kubernetes-sigs/kubebuilder#3905- :seedling: Bump golangci/golangci-lint-action from 5 to 6 by
@dependabotin kubernetes-sigs/kubebuilder#3906- ⚠️ Discontinue Kube RBAC Proxy in Default Kubebuilder Scaffolding by
@camilamacedo86in kubernetes-sigs/kubebuilder#3899Full 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
... (truncated)
Commits
01f76cf:bug: (cherry-pick #3945) fix place where metrics service is scaffolded by mo...445eb2aMerge pull request #3947 from camilamacedo86/patch-releaseedbd1c7Upgrade sample testdata in the v3x branch11b6a2afix: preserve existing flags when applying metrics patchc01af8f⚠️ Discontinue Kube RBAC Proxy in Default Kubebuilder Scaffolding (#3899)94a5ab8Merge pull request #3906 from kubernetes-sigs/dependabot/github_actions/golan...1538176Merge pull request #3905 from kubernetes-sigs/dependabot/go_modules/github.co...ff20127:seedling: Bump golangci/golangci-lint-action from 5 to 6e0f89a7:seedling: Bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.32b25adeMerge pull request #3843 from Kavinjsir/tony/apply-to-approver- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
This does not look good, probably related to the breaking changes mentioned in the changelog:
error creating the project: /home/runner/work/helm-operator-plugins/helm-operator-plugins/bin/helm-operator-plugins init --plugins hybrid/v1-alpha --repo github.com/example/memcached-operator failed with error: (exit status 1) time="2024-05-24T13:37:26Z" level=info msg="Writing kustomize manifests for you to edit..."
Error: failed to initialize project: unable to scaffold with "hybrid.helm.sdk.operatorframework.io/v1-alpha": error updating init manifests: "open config/default/manager_auth_proxy_patch.yaml: no such file or directory"
Usage:
helm-operator init [flags]
Examples:
# Initialize a new project with your domain and name in copyright
$ helm-operator init --plugins=hybrid.helm.sdk.operatorframework.io/v1-alpha --owner "Your Name"
# Initialize a new project defining a specific project version
helm-operator init --plugins=hybrid.helm.sdk.operatorframework.io/v1-alpha --project-version 3
Flags:
--project-version string project version (default "3")
--domain string domain for groups (default "my.domain")
--project-name string name of this project
--repo string name to use for go module (e.g., github.com/user/repo), defaults to the go package of the current working directory.
--license string license to use to boilerplate, may be one of 'apache2', 'none' (default "apache2")
--owner string owner to add to the copyright
-h, --help help for init
Global Flags:
--plugins strings plugin keys to be used for this subcommand execution
2024/05/24 13:37:26 failed to initialize project: unable to scaffold with "hybrid.helm.sdk.operatorframework.io/v1-alpha": error updating init manifests: "open config/default/manager_auth_proxy_patch.yaml: no such file or directory"
@dependabot rebase
This can't be merged without code changes, which are being worked on in
- #346
taking the liberty of pulling them in @acornett21 XD
closing in favour of #377
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.