-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
📖 Upgrade book-v3 branch with the changes of the latest patch release 3.14.2 #3886
Conversation
🌱 Fix makefile target make generate
✨ (go/v4) - Upgrade Prometheus version used in the tests from v0.68.0 to v0.72.0
✨ Upgrade gcr.io/kubebuilder/kube-rbac-proxy image from v0.15.0 to v0.16.0
✨ Upgrade cert-manager version used from v1.5.3 to v1.14.4
🐛 fix resource path generation for resources without a specified group
Bumps [sigs.k8s.io/kubebuilder/v3](https://github.com/kubernetes-sigs/kubebuilder) from 3.14.0 to 3.14.1. - [Release notes](https://github.com/kubernetes-sigs/kubebuilder/releases) - [Changelog](https://github.com/kubernetes-sigs/kubebuilder/blob/master/RELEASE.md) - [Commits](v3.14.0...v3.14.1) --- updated-dependencies: - dependency-name: sigs.k8s.io/kubebuilder/v3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…ocs/book/src/simple-external-plugin-tutorial/testdata/sampleexternalplugin/v1/sigs.k8s.io/kubebuilder/v3-3.14.1 🌱 Bump sigs.k8s.io/kubebuilder/v3 from 3.14.0 to 3.14.1 in /docs/book/src/simple-external-plugin-tutorial/testdata/sampleexternalplugin/v1
…nerated exclusively for resources that are configured with webhooks
🐛 Fix the CRD kustomization path logic to ensure webhook patches are generated exclusively for resources that are configured with webhooks
🐛 (go/v4,kustomize/v2): fix roles names for projects with multi-group layout
* Upgrade golangci from 1.54 to 1.57 * Fix lint issues after upgrade by: a) Ensure that in all places we are ignoring the exception equally ```go // nolint:revive . "github.com/onsi/ginkgo/v2" // nolint:revive . "github.com/onsi/gomega" ``` b) Ensure that we use `_` for args not explicit called in the funcs. Example ```go PreRunE: func(_ *cobra.Command, _ []string) error { ```
…rial 📖 Fix Generate Sample for Getting Started Tutorial
🌱 Upgrade images used in the samples and e2e tests for deployImage plugin
…be generated from the default plugin always
🌱 Remove plugin flag from generate docs samples
🌱 Update common kind and envtest for e2e tests
🌱 Cleanup and fix kind config to run the tests against 1.29
✨ (kustomize/v2): Add CRD viewer and editor roles in rbac/kustomization.yaml
📖 Add note to link Controller-Runtime FAQ page
📖 Update Multi-Version Tutorial
🐛 fix Invalid leader election ID generated when domain is empty
🐛 Add comment to clarify that webhooks path in the marker values should not be changed
…ing started sample
🌱 Just ensure that we have the right permissions to regenerate the getting started sample
Upgrade controller-runtime dependency from v0.17.2 to v0.17.3
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: camilamacedo86 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 |
Keywords which can automatically close issues and at(@) or hashtag(#) mentions are not allowed in commit messages. The list of commits with invalid commit messages:
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/test-infra repository. I understand the commands that are listed here. |
Upgrade branch book-v3 with the changes of the latest patch release 3.14.2
More info: https://github.com/kubernetes-sigs/kubebuilder/releases/tag/v3.14.2