-
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.17.2
head repository: kubernetes-sigs/controller-tools
compare: v0.17.3
- 11 commits
- 46 files changed
- 6 contributors
Commits on Feb 10, 2025
-
🌱chore: Add golangci-lint linters (#1134)
* add golangci linters Signed-off-by: dongjiang <[email protected]> * sync golangci linter from controller-runtime Signed-off-by: dongjiang <[email protected]> * Update cmd/controller-gen/main.go Co-authored-by: Stefan Büringer <[email protected]> * fix asasalint linter Signed-off-by: dongjiang <[email protected]> --------- Signed-off-by: dongjiang <[email protected]> Co-authored-by: Stefan Büringer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 27bedd7 - Browse repository at this point
Copy the full SHA 27bedd7View commit details
Commits on Feb 17, 2025
-
🌱 Bump the all-go-mod-patch-and-minor group with 5 updates
Bumps the all-go-mod-patch-and-minor group with 5 updates: | Package | From | To | | --- | --- | --- | | [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.8.1` | `1.9.1` | | [golang.org/x/tools](https://github.com/golang/tools) | `0.29.0` | `0.30.0` | | [k8s.io/api](https://github.com/kubernetes/api) | `0.32.1` | `0.32.2` | | [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) | `0.32.1` | `0.32.2` | | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.32.1` | `0.32.2` | Updates `github.com/spf13/cobra` from 1.8.1 to 1.9.1 - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.8.1...v1.9.1) Updates `golang.org/x/tools` from 0.29.0 to 0.30.0 - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.29.0...v0.30.0) Updates `k8s.io/api` from 0.32.1 to 0.32.2 - [Commits](kubernetes/api@v0.32.1...v0.32.2) Updates `k8s.io/apiextensions-apiserver` from 0.32.1 to 0.32.2 - [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases) - [Commits](kubernetes/apiextensions-apiserver@v0.32.1...v0.32.2) Updates `k8s.io/apimachinery` from 0.32.1 to 0.32.2 - [Commits](kubernetes/apimachinery@v0.32.1...v0.32.2) --- updated-dependencies: - dependency-name: github.com/spf13/cobra dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-mod-patch-and-minor - dependency-name: golang.org/x/tools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-mod-patch-and-minor - dependency-name: k8s.io/api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-go-mod-patch-and-minor - dependency-name: k8s.io/apiextensions-apiserver dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-go-mod-patch-and-minor - dependency-name: k8s.io/apimachinery 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 0ea90e3 - Browse repository at this point
Copy the full SHA 0ea90e3View commit details -
🌱 Bump golangci/golangci-lint-action
Bumps the all-github-actions group with 1 update: [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action). Updates `golangci/golangci-lint-action` from 6.3.1 to 6.5.0 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@2e78893...2226d7c) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1ebdcae - Browse repository at this point
Copy the full SHA 1ebdcaeView commit details -
Merge pull request #1149 from kubernetes-sigs/dependabot/github_actio…
…ns/all-github-actions-06c47a9d96 🌱 Bump golangci/golangci-lint-action from 6.3.1 to 6.5.0 in the all-github-actions group
Configuration menu - View commit details
-
Copy full SHA for a070dfa - Browse repository at this point
Copy the full SHA a070dfaView commit details -
Merge pull request #1148 from kubernetes-sigs/dependabot/go_modules/a…
…ll-go-mod-patch-and-minor-fcfc9303da 🌱 Bump the all-go-mod-patch-and-minor group with 5 updates
Configuration menu - View commit details
-
Copy full SHA for 4e1fb05 - Browse repository at this point
Copy the full SHA 4e1fb05View commit details
Commits on Feb 18, 2025
-
markers: add support for optionalOldSelf in XValidation marker
Signed-off-by: Bryce Palmer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5e25270 - Browse repository at this point
Copy the full SHA 5e25270View commit details -
Merge pull request #1150 from everettraven/feature/optional-oldself-x…
…validation ✨ markers: add support for optionalOldSelf in XValidation marker
Configuration menu - View commit details
-
Copy full SHA for a57ec68 - Browse repository at this point
Copy the full SHA a57ec68View commit details
Commits on Feb 24, 2025
-
🌱 Bump github.com/google/go-cmp
Bumps the all-go-mod-patch-and-minor group with 1 update: [github.com/google/go-cmp](https://github.com/google/go-cmp). Updates `github.com/google/go-cmp` from 0.6.0 to 0.7.0 - [Release notes](https://github.com/google/go-cmp/releases) - [Commits](google/go-cmp@v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: github.com/google/go-cmp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-mod-patch-and-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 060d5c2 - Browse repository at this point
Copy the full SHA 060d5c2View commit details -
Merge pull request #1151 from kubernetes-sigs/dependabot/go_modules/a…
…ll-go-mod-patch-and-minor-214b2fb350 🌱 Bump github.com/google/go-cmp from 0.6.0 to 0.7.0 in the all-go-mod-patch-and-minor group
Configuration menu - View commit details
-
Copy full SHA for 8526e19 - Browse repository at this point
Copy the full SHA 8526e19View commit details
Commits on Apr 1, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 004583e - Browse repository at this point
Copy the full SHA 004583eView commit details -
Merge pull request #1181 from joelanford/0.17-build-tags
[release-0.17] ✨ Add `--load-build-tags` flag
Configuration menu - View commit details
-
Copy full SHA for 57caa1e - Browse repository at this point
Copy the full SHA 57caa1eView 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.17.2...v0.17.3