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

📖 Upgrade book-v4 branch with the changes of the latest patch release 3.14.2 #3887

Merged
merged 58 commits into from
Apr 27, 2024

Conversation

camilamacedo86
Copy link
Member

📖 Upgrade branch book-v4 with the changes of the latest patch release 3.14.2 More info: https://github.com/kubernetes-sigs/kubebuilder/releases/tag/v3.14.2

camilamacedo86 and others added 30 commits March 30, 2024 10:17
🌱 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
🌱 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
dependabot bot and others added 12 commits April 23, 2024 14:51
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.32.0 to 1.33.0.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.32.0...v1.33.0)

---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
📖 Add note to link Controller-Runtime FAQ page
🐛 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
🌱 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
@k8s-ci-robot k8s-ci-robot added the do-not-merge/invalid-commit-message Indicates that a PR should not merge because it has an invalid commit message. label Apr 27, 2024
@k8s-ci-robot
Copy link
Contributor

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added 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. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels Apr 27, 2024
@camilamacedo86 camilamacedo86 added lgtm "Looks good to me", indicates that a PR is ready to be merged. and removed cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. do-not-merge/invalid-commit-message Indicates that a PR should not merge because it has an invalid commit message. labels Apr 27, 2024
@camilamacedo86 camilamacedo86 changed the title 📖 Upgrade branch book-v4 with the changes of the latest patch release 3.14.2 📖 Upgrade book-v4 branch with the changes of the latest patch release 3.14.2 Apr 27, 2024
@k8s-ci-robot k8s-ci-robot added the do-not-merge/invalid-commit-message Indicates that a PR should not merge because it has an invalid commit message. label Apr 27, 2024
@k8s-ci-robot
Copy link
Contributor

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.

@k8s-ci-robot k8s-ci-robot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Apr 27, 2024
@camilamacedo86 camilamacedo86 added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. and removed do-not-merge/invalid-commit-message Indicates that a PR should not merge because it has an invalid commit message. labels Apr 27, 2024
@k8s-ci-robot k8s-ci-robot merged commit b227860 into book-v4 Apr 27, 2024
63 checks passed
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/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants