-
Notifications
You must be signed in to change notification settings - Fork 438
Comparing changes
Open a pull request
base repository: kubernetes-sigs/controller-tools
base: v0.16.2
head repository: kubernetes-sigs/controller-tools
compare: v0.16.3
- 9 commits
- 16 files changed
- 5 contributors
Commits on Sep 2, 2024
-
Bumps the all-go-mod-patch-and-minor group with 1 update: [github.com/onsi/gomega](https://github.com/onsi/gomega). Updates `github.com/onsi/gomega` from 1.34.1 to 1.34.2 - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.34.1...v1.34.2) --- updated-dependencies: - dependency-name: github.com/onsi/gomega dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-go-mod-patch-and-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ac2cd89 - Browse repository at this point
Copy the full SHA ac2cd89View commit details -
🌱 Bump tj-actions/changed-files in the all-github-actions group
Bumps the all-github-actions group with 1 update: [tj-actions/changed-files](https://github.com/tj-actions/changed-files). Updates `tj-actions/changed-files` from 45.0.0 to 45.0.1 - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](tj-actions/changed-files@40853de...e9772d1) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5bb1851 - Browse repository at this point
Copy the full SHA 5bb1851View commit details -
Merge pull request #1047 from kubernetes-sigs/dependabot/go_modules/a…
…ll-go-mod-patch-and-minor-331c79c875 🌱 Bump github.com/onsi/gomega from 1.34.1 to 1.34.2 in the all-go-mod-patch-and-minor group
Configuration menu - View commit details
-
Copy full SHA for 46379c6 - Browse repository at this point
Copy the full SHA 46379c6View commit details
Commits on Sep 4, 2024
-
Merge pull request #1048 from kubernetes-sigs/dependabot/github_actio…
…ns/all-github-actions-ff3870a8b6 🌱 Bump tj-actions/changed-files from 45.0.0 to 45.0.1 in the all-github-actions group
Configuration menu - View commit details
-
Copy full SHA for ed70d11 - Browse repository at this point
Copy the full SHA ed70d11View commit details
Commits on Sep 9, 2024
-
🌱 Bump peter-evans/create-pull-request
Bumps the all-github-actions group with 1 update: [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). Updates `peter-evans/create-pull-request` from 6.1.0 to 7.0.1 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@c5a7806...8867c4a) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c3c40c9 - Browse repository at this point
Copy the full SHA c3c40c9View commit details -
Merge pull request #1052 from kubernetes-sigs/dependabot/github_actio…
…ns/all-github-actions-f9ddd5409d 🌱 Bump peter-evans/create-pull-request from 6.1.0 to 7.0.1 in the all-github-actions group
Configuration menu - View commit details
-
Copy full SHA for 6c6bad6 - Browse repository at this point
Copy the full SHA 6c6bad6View commit details
Commits on Sep 11, 2024
-
🐛 Allow CLI binaries to set a version (#1049)
* Allow CLI binaries to set a version Signed-off-by: jose.vazquez <[email protected]> * Release binaries with RELEASE_TAG as version * Make workflow pass the RELEASE_TAG env var * Update version help comment Co-authored-by: Stefan Büringer <[email protected]> --------- Signed-off-by: jose.vazquez <[email protected]> Co-authored-by: Stefan Büringer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 715d27e - Browse repository at this point
Copy the full SHA 715d27eView commit details -
✨ Allow customizing generated webhook configuration's name
## example usage ``` ❯ GOBIN=(pwd)/bin go install ./cmd/* ❯ ./bin/controller-gen webhook -w Webhook +kubebuilder:webhook:admissionReviewVersions=<[]string>,failurePolicy=<string>,groups=<[]string>[,matchPolicy=<string>],mutating=<bool>,name=<string>[,path=<string>][,reinvocationPolicy=<string>],resources=<[]string>[,sideEffects=<string>][,timeoutSeconds=<int>][,url=<string>],verbs=<[]string>,versions=<[]string>[,webhookVersions=<[]string>] package specifies how a webhook should be served. +kubebuilder:webhookconfiguration:mutating=<bool>[,name=<string>] package specifies how a webhook should be served. ``` Signed-off-by: David Xia <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 287a105 - Browse repository at this point
Copy the full SHA 287a105View commit details
Commits on Sep 12, 2024
-
Merge pull request #1002 from davidxia/webhook-name
✨ Allow customizing generated webhook configuration's name
Configuration menu - View commit details
-
Copy full SHA for c69110a - Browse repository at this point
Copy the full SHA c69110aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.16.2...v0.16.3