cluster-api-provider-cloudstack
cluster-api-provider-cloudstack copied to clipboard
Bump the all-go-mod-patch-and-minor group across 3 directories with 18 updates
Bumps the all-go-mod-patch-and-minor group with 2 updates in the / directory: github.com/jellydator/ttlcache/v3 and github.com/onsi/ginkgo/v2. Bumps the all-go-mod-patch-and-minor group with 6 updates in the /hack/tools directory:
| Package | From | To |
|---|---|---|
| github.com/go-logr/logr | 1.4.1 |
1.4.2 |
| github.com/onsi/ginkgo/v2 | 2.19.0 |
2.20.2 |
| k8s.io/api | 0.26.1 |
0.26.15 |
| honnef.co/go/tools | 0.4.7 |
0.5.1 |
| k8s.io/code-generator | 0.26.1 |
0.26.15 |
| sigs.k8s.io/controller-tools | 0.11.3 |
0.16.3 |
Bumps the all-go-mod-patch-and-minor group with 8 updates in the /test/e2e directory:
| Package | From | To |
|---|---|---|
| github.com/go-logr/logr | 1.4.1 |
1.4.2 |
| github.com/onsi/ginkgo/v2 | 2.19.0 |
2.20.2 |
| k8s.io/api | 0.26.1 |
0.26.15 |
| k8s.io/client-go | 0.26.1 |
0.26.15 |
| k8s.io/component-base | 0.26.1 |
0.26.15 |
| sigs.k8s.io/cluster-api | 1.4.8 |
1.4.9 |
| github.com/Shopify/toxiproxy/v2 | 2.5.0 |
2.9.0 |
| sigs.k8s.io/cluster-api/test | 1.4.8 |
1.4.9 |
Updates github.com/jellydator/ttlcache/v3 from 3.2.0 to 3.3.0
Release notes
Sourced from github.com/jellydator/ttlcache/v3's releases.
v3.3.0
What's Changed
- Add
RangeBackwardsmethod by@k1LoWin jellydator/ttlcache#149- Optimize
Lenmethod by counting expired items in expiration queue by@hongkuancnin jellydator/ttlcache#150New Contributors
@k1LoWmade their first contribution in jellydator/ttlcache#149Full Changelog: https://github.com/jellydator/ttlcache/compare/v3.2.1...v3.3.0
v3.2.1
What's Changed
- Create dependabot.yaml by
@hkadakiain jellydator/ttlcache#128- Add thread safety to features list by
@trajan0xin jellydator/ttlcache#137- Fix update of expired items by
@Snawootin jellydator/ttlcache#124- Fix data race in
Itemsmethod by@hongkuancnin jellydator/ttlcache#146- Exclude expired keys in data retrieval methods by
@hongkuancnin jellydator/ttlcache#148New Contributors
@hkadakiamade their first contribution in jellydator/ttlcache#128@trajan0xmade their first contribution in jellydator/ttlcache#137@Snawootmade their first contribution in jellydator/ttlcache#124@hongkuancnmade their first contribution in jellydator/ttlcache#146Full Changelog: https://github.com/jellydator/ttlcache/compare/v3.2.0...v3.2.1
Commits
09bb8f4OptimizeLenmethod by counting expired items in expiration queue923d329AddRangeBackwardsmethodd22fb9eExclude expired keys in data retrieval methods1e6fd11remove size when initializing mapf4a6991use value directly when range map2371d93Fix data race in Items()66d8e52Bump golang.org/x/sync from 0.7.0 to 0.8.062c3733fix double insertion into expiration queue9ca4fc0add test for update of expired itemsd62194aadd thread safety to features list (#137)- Additional commits viewable in compare view
Updates github.com/onsi/ginkgo/v2 from 2.19.0 to 2.20.2
Release notes
Sourced from github.com/onsi/ginkgo/v2's releases.
v2.20.2
2.20.2
Require Go 1.22+
Maintenance
- bump go to v1.22 [a671816]
v2.20.1
2.20.1
Fixes
- make BeSpecEvent duration matcher more forgiving [d6f9640]
v2.20.0
2.20.0
Features
- Add buildvcs flag [be5ab95]
Maintenance
- Add update-deps to makefile [d303d14]
- bump all dependencies [7a50221]
v2.19.1
2.19.1
Fixes
- update supported platforms for race conditions [63c8c30]
- [build] Allow custom name for binaries. [ff41e27]
Maintenance
Changelog
Sourced from github.com/onsi/ginkgo/v2's changelog.
2.20.2
Require Go 1.22+
Maintenance
- bump go to v1.22 [a671816]
2.20.1
Fixes
- make BeSpecEvent duration matcher more forgiving [d6f9640]
2.20.0
Features
- Add buildvcs flag [be5ab95]
Maintenance
- Add update-deps to makefile [d303d14]
- bump all dependencies [7a50221]
2.19.1
Fixes
- update supported platforms for race conditions [63c8c30]
- [build] Allow custom name for binaries. [ff41e27]
Maintenance
Commits
104752fv2.20.2a671816bump go to v1.224ef0afbv2.20.1d6f9640make BeSpecEvent duration matcher more forgiving265b1a0v2.20.0d303d14Add update-deps to makefile7a50221bump all dependenciesbe5ab95Add buildvcs flag224be5bv2.19.176f4e0cbump gomega- Additional commits viewable in compare view
Updates github.com/onsi/gomega from 1.33.1 to 1.34.1
Release notes
Sourced from github.com/onsi/gomega's releases.
v1.34.1
1.34.1
Maintenance
- Use slices from exp/slices to keep golang 1.20 compat [5e71dcd]
v1.34.0
1.34.0
Features
- Add RoundTripper method to ghttp.Server [c549e0d]
Fixes
- fix incorrect handling of nil slices in HaveExactElements (fixes #771) [878940c]
- issue_765 - fixed bug in Hopcroft-Karp algorithm [ebadb67]
Maintenance
- bump ginkgo [8af2ece]
- Fix typo in docs [123a071]
- Bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3 (#756) [0e69083]
- Bump google.golang.org/protobuf from 1.33.0 to 1.34.1 (#755) [2675796]
- Bump golang.org/x/net from 0.24.0 to 0.25.0 (#754) [4160c0f]
- Bump github-pages from 230 to 231 in /docs (#748) [892c303]
Changelog
Sourced from github.com/onsi/gomega's changelog.
1.34.1
Maintenance
- Use slices from exp/slices to keep golang 1.20 compat [5e71dcd]
1.34.0
Features
- Add RoundTripper method to ghttp.Server [c549e0d]
Fixes
- fix incorrect handling of nil slices in HaveExactElements (fixes #771) [878940c]
- issue_765 - fixed bug in Hopcroft-Karp algorithm [ebadb67]
Maintenance
- bump ginkgo [8af2ece]
- Fix typo in docs [123a071]
- Bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3 (#756) [0e69083]
- Bump google.golang.org/protobuf from 1.33.0 to 1.34.1 (#755) [2675796]
- Bump golang.org/x/net from 0.24.0 to 0.25.0 (#754) [4160c0f]
- Bump github-pages from 230 to 231 in /docs (#748) [892c303]
Commits
fa057b8v1.34.15e71dcdUse slices from exp/slices to keep golang 1.20 compat32e5498v1.34.0cb3fa6arun go mod tidy and wonder why go get doesnt just run it for me in the first ...8af2ecebump ginkgo878940cfix incorrect handling of nil slices in HaveExactElements (fixes #771)f5bec80clean up bipartitegraph testsebadb67issue_765 - fixed bug in Hopcroft-Karp algorithm123a071Fix typo in docsc549e0dAdd RoundTripper method to ghttp.Server- Additional commits viewable in compare view
Updates golang.org/x/text from 0.15.0 to 0.17.0
Commits
b2bec85go.mod: update golang.org/x dependenciesae0cf96LICENSE: update per Google Legal9c2f3a2cmd/gotext: fix segfault in extract & rewrite commands59e1219message: optimize lookupAndFormat function for better performancea20a3e2x/text: update x/tools for go/ssa range-over-func fix- See full diff in compare view
Updates github.com/go-logr/logr from 1.4.1 to 1.4.2
Release notes
Sourced from github.com/go-logr/logr's releases.
v1.4.2
What's Changed
- Fix lint: named but unused params by
@thockinin go-logr/logr#268- Add a Go report card, fix lint by
@thockinin go-logr/logr#271- funcr: Handle nested empty groups properly by
@thockinin go-logr/logr#274Dependencies:
- build(deps): bump github/codeql-action from 3.22.11 to 3.22.12 by
@dependabotin go-logr/logr#254- build(deps): bump github/codeql-action from 3.22.12 to 3.23.0 by
@dependabotin go-logr/logr#256- build(deps): bump actions/upload-artifact from 4.0.0 to 4.1.0 by
@dependabotin go-logr/logr#257- build(deps): bump github/codeql-action from 3.23.0 to 3.23.1 by
@dependabotin go-logr/logr#259- build(deps): bump actions/upload-artifact from 4.1.0 to 4.2.0 by
@dependabotin go-logr/logr#260- build(deps): bump actions/upload-artifact from 4.2.0 to 4.3.0 by
@dependabotin go-logr/logr#263- build(deps): bump github/codeql-action from 3.23.1 to 3.23.2 by
@dependabotin go-logr/logr#262- build(deps): bump github/codeql-action from 3.23.2 to 3.24.0 by
@dependabotin go-logr/logr#264- build(deps): bump actions/upload-artifact from 4.3.0 to 4.3.1 by
@dependabotin go-logr/logr#266- build(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 by
@dependabotin go-logr/logr#267- build(deps): bump github/codeql-action from 3.24.0 to 3.24.3 by
@dependabotin go-logr/logr#270- build(deps): bump github/codeql-action from 3.24.3 to 3.24.5 by
@dependabotin go-logr/logr#272- build(deps): bump github/codeql-action from 3.24.5 to 3.24.6 by
@dependabotin go-logr/logr#275- build(deps): bump actions/checkout from 4.1.1 to 4.1.2 by
@dependabotin go-logr/logr#276- build(deps): bump github/codeql-action from 3.24.6 to 3.24.7 by
@dependabotin go-logr/logr#277- build(deps): bump github/codeql-action from 3.24.7 to 3.24.9 by
@dependabotin go-logr/logr#278- build(deps): bump github/codeql-action from 3.24.9 to 3.24.10 by
@dependabotin go-logr/logr#279- build(deps): bump actions/upload-artifact from 4.3.1 to 4.3.2 by
@dependabotin go-logr/logr#280- build(deps): bump actions/checkout from 4.1.2 to 4.1.3 by
@dependabotin go-logr/logr#281- build(deps): bump github/codeql-action from 3.24.10 to 3.25.1 by
@dependabotin go-logr/logr#282- build(deps): bump github/codeql-action from 3.25.1 to 3.25.3 by
@dependabotin go-logr/logr#283- build(deps): bump golangci/golangci-lint-action from 4.0.0 to 5.0.0 by
@dependabotin go-logr/logr#284- build(deps): bump actions/checkout from 4.1.3 to 4.1.4 by
@dependabotin go-logr/logr#285- build(deps): bump actions/upload-artifact from 4.3.2 to 4.3.3 by
@dependabotin go-logr/logr#286- build(deps): bump actions/setup-go from 5.0.0 to 5.0.1 by
@dependabotin go-logr/logr#288- build(deps): bump golangci/golangci-lint-action from 5.0.0 to 5.3.0 by
@dependabotin go-logr/logr#289- build(deps): bump golangci/golangci-lint-action from 5.3.0 to 6.0.1 by
@dependabotin go-logr/logr#293- build(deps): bump github/codeql-action from 3.25.3 to 3.25.4 by
@dependabotin go-logr/logr#292- build(deps): bump actions/checkout from 4.1.4 to 4.1.5 by
@dependabotin go-logr/logr#291- build(deps): bump ossf/scorecard-action from 2.3.1 to 2.3.3 by
@dependabotin go-logr/logr#290- build(deps): bump github/codeql-action from 3.25.4 to 3.25.5 by
@dependabotin go-logr/logr#294- build(deps): bump actions/checkout from 4.1.5 to 4.1.6 by
@dependabotin go-logr/logr#295Full Changelog: https://github.com/go-logr/logr/compare/v1.4.1...v1.4.2
Commits
1205f42Merge pull request #295 from go-logr/dependabot/github_actions/actions/checko...ccedcbdMerge pull request #294 from go-logr/dependabot/github_actions/github/codeql-...bead577build(deps): bump actions/checkout from 4.1.5 to 4.1.6a492d95build(deps): bump github/codeql-action from 3.25.4 to 3.25.519ad07cbuild(deps): bump ossf/scorecard-action from 2.3.1 to 2.3.31c97a21build(deps): bump actions/checkout from 4.1.4 to 4.1.5f70c5b5build(deps): bump github/codeql-action from 3.25.3 to 3.25.44ade8d3build(deps): bump golangci/golangci-lint-action from 5.3.0 to 6.0.188d98bdMerge pull request #289 from go-logr/dependabot/github_actions/golangci/golan...432cd86Merge pull request #288 from go-logr/dependabot/github_actions/actions/setup-...- Additional commits viewable in compare view
Updates github.com/onsi/ginkgo/v2 from 2.19.0 to 2.20.2
Release notes
Sourced from github.com/onsi/ginkgo/v2's releases.
v2.20.2
2.20.2
Require Go 1.22+
Maintenance
- bump go to v1.22 [a671816]
v2.20.1
2.20.1
Fixes
- make BeSpecEvent duration matcher more forgiving [d6f9640]
v2.20.0
2.20.0
Features
- Add buildvcs flag [be5ab95]
Maintenance
- Add update-deps to makefile [d303d14]
- bump all dependencies [7a50221]
v2.19.1
2.19.1
Fixes
- update supported platforms for race conditions [63c8c30]
- [build] Allow custom name for binaries. [ff41e27]
Maintenance
Changelog
Sourced from github.com/onsi/ginkgo/v2's changelog.
2.20.2
Require Go 1.22+
Maintenance
- bump go to v1.22 [a671816]
2.20.1
Fixes
- make BeSpecEvent duration matcher more forgiving [d6f9640]
2.20.0
Features
- Add buildvcs flag [be5ab95]
Maintenance
- Add update-deps to makefile [d303d14]
- bump all dependencies [7a50221]
2.19.1
Fixes
- update supported platforms for race conditions [63c8c30]
- [build] Allow custom name for binaries. [ff41e27]
Maintenance
Commits
104752fv2.20.2a671816bump go to v1.224ef0afbv2.20.1d6f9640make BeSpecEvent duration matcher more forgiving265b1a0v2.20.0d303d14Add update-deps to makefile7a50221bump all dependenciesbe5ab95Add buildvcs flag224be5bv2.19.176f4e0cbump gomega- Additional commits viewable in compare view
Updates golang.org/x/text from 0.15.0 to 0.17.0
Commits
b2bec85go.mod: update golang.org/x dependenciesae0cf96LICENSE: update per Google Legal9c2f3a2cmd/gotext: fix segfault in extract & rewrite commands59e1219message: optimize lookupAndFormat function for better performancea20a3e2x/text: update x/tools for go/ssa range-over-func fix- See full diff in compare view
Updates k8s.io/api from 0.26.1 to 0.26.15
Commits
f34b283Update dependencies to v0.26.15 tag4143d6bMerge pull request #123767 from liggitt/proto-1.260ac2976[CVE-2024-24786] Bump github.com/golang/protobuf v1.5.4, google.golang.org/pr...989015cMerge pull request #121547dims/automated-cherry-pick-of-#121364b177161bump golang.org/grpc to v1.56.3fd69e66Merge pull request #121126 from MadhavJivrajani/bump-x-net-12608b9677.: bump golang.org/x/net to v0.17.044c5cc8Merge pull request #120210mimowo/automated-cherry-pick-of-#120204c0b0923Mark Job onPodConditions as optional in pod failure policy191d751Merge pull request #119871liggitt/automated-cherry-pick-of-#119835- Additional commits viewable in compare view
Updates k8s.io/apimachinery from 0.26.1 to 0.26.15
Commits
48b9387Merge pull request #123767 from liggitt/proto-1.2608105fc[CVE-2024-24786] Bump github.com/golang/protobuf v1.5.4, google.golang.org/pr...6b469b3Merge pull request #121547dims/automated-cherry-pick-of-#12136419e0eefbump golang.org/grpc to v1.56.34eaec80Merge pull request #121200enj/automated-cherry-pick-of-#121196cd1cacdPrevent rapid reset http2 DOS on API server71fc595Merge pull request #121126 from MadhavJivrajani/bump-x-net-1263135ed8.: bump golang.org/x/net to v0.17.0dd46389Merge pull request #119261HirazawaUi/automated-cherry-pick-of-#11922981488b4Fix the converts an empty string to nil.- Additional commits viewable in compare view
Updates honnef.co/go/tools from 0.4.7 to 0.5.1
Release notes
Sourced from honnef.co/go/tools's releases.
Staticcheck 2024.1.1 (v0.5.1)
This release fixes the detection of the used Go version when Go was compiled with experimental features such as
rangefuncorboringcrypto(#1586).Staticcheck 2024.1 (v0.5.0)
Backwards incompatible changes
Staticcheck 2024.1 contains the following backwards incompatible changes:
- The
keyifyutility has been removed. The recommended alternative is gopls.staticcheck -mergenow exits with a non-zero status if any problems have been found.Improved Go 1.22 support
This release updates Staticcheck’s database of deprecated standard library APIs to cover the Go 1.22 release. Furthermore, checks have been updated to correctly handle the new “for” loop variable scoping behavior as well as ranging over integers.
Added Go 1.23 support
Staticcheck 2024.1 has full support for iterators / range-over-func. Furthermore, SA1015 will skip any code targeting Go 1.23 or newer, as it is now possible to use
time.Tickwithout leaking memory.Improved handling of Go versions
Go 1.21 more rigorously defined the meaning of the
godirective ingo.modfiles, as well as its interactions with//go:build go1.Nbuild constraints. The go directive now specifies a minimum Go version for the module. Furthermore, it sets the language version that is in effect, which may change the semantics of Go code. For example, before Go 1.22, loop variables were reused across iterations, but since Go 1.22, loop variables only exist for the duration of an iteration. Modules that specifygo 1.22will use the new semantics, while modules that specify an older version will not.Individual files can both upgrade and downgrade their language version by using
//go:build go1.Ndirectives. In a module that requires Go 1.22, a file specifying Go 1.21 will experience the old loop variable semantics, and vice versa. Because the Go module as a whole still specifies a minimum version, even files specifying an older version will have access to the standard library of the minimum version.Staticcheck 2024.1 takes all of this into consideration when analyzing the behavior of Go code, when determining which checks are applicable, and when making suggestions. Older versions of Staticcheck were already aware of Go versions, but 2024.1 works on a more fine-grained, per-file basis, and differentiates between the pre- and post-1.21 semantics of the go directive.
The
-gocommand line flag continues to exist. It will override any module-based version selection. This is primarily useful for Go modules that target older Go versions (because here, the go directive didn’t specify a minimum version), or when working outside of Go modules.To prevent misinterpreting code, Staticcheck now refuses to analyze modules that require a version of Go that is newer than that with which Staticcheck was built.
Checks
New checks
The following checks have been added:
- SA1031 flags overlapping destination and source slices passed to certain encoding functions.
- SA1032 flags calls to
errors.Iswhere the two arguments have been swapped.- SA4032 flags impossible comparisons of runtime.GOOS and runtime.GOARCH based on the file’s build tags.
- SA6006 flags
io.WriteString(w, string(b))as it would be both simpler and more efficient to usew.Write(b).- SA9009 flags comments that look like they intend to be compiler directives but which aren’t due to extraneous whitespace.
Changed checks
The following checks have been improved:
- QF1001 no longer panics on expressions involving “key: value” pairs (issue 1484).
- S1008 now understands that some built-in functions never return negative values. For example, it now negates
len(x) > 0aslen(x) == 0(issue 1422).- S1009 now flags unnecessary nil checks that involve selector expressions (issue 1527).
- S1017 no longer flags
if elsebranches (issue 1447).
... (truncated)
Commits
56172d4Version 2024.1.1 (v0.5.1)c972610website: add 2024.1.1 release notes6052711go/loader: handle experimental features in version detection516152danalysis/lint/testutil: unset GO111MODULE in testd6ea187Version 2024.1f2c1fdawebsite: finalize 2024.1 release notesdcae6e2lintcmd: file names are optional in error positions2cef146lintcmd: panic with the right message when we can't parse a position0636bcago/ir: actually build blank functions34db56dVersion 2024.1rc1 (v0.5.0-rc.1)- Additional commits viewable in compare view
Updates k8s.io/code-generator from 0.26.1 to 0.26.15
Commits
d0d5d3aMerge pull request #123767 from liggitt/proto-1.26878d4dd[CVE-2024-24786] Bump github.com/golang/protobuf v1.5.4, google.golang.org/pr...c45891cMerge pull request #121547dims/automated-cherry-pick-of-#121364c8fec61bump golang.org/grpc to v1.56.387375c6Merge pull request #121126 from MadhavJivrajani/bump-x-net-126cc4d3de.: bump golang.org/x/net to v0.17.0b770688Merge pull request #118168neolit123/automated-cherry-pick-of-#118150395ef9ecall ./hack/update-vendor.sh3d1270eMerge pull request #118555 from puerco/bump-1.26-go-1.19.1038348bbupdate-vendor: update vendored go.sums- Additional commits viewable in compare view
Updates sigs.k8s.io/controller-tools from 0.11.3 to 0.16.3
Release notes
Sourced from sigs.k8s.io/controller-tools's releases.
v0.16.3
Published binaries on previous v0.16.x releases were reporting an incorrect version.
What's Changed
- :bug: Allow CLI binaries to set a version by
@josvazgin kubernetes-sigs/controller-tools#1049- ✨ Allow customizing generated webhook configuration's name by
@davidxiain kubernetes-sigs/controller-tools#1002Dependencies
- :seedling: Bump github.com/onsi/gomega from 1.34.1 to 1.34.2 in the all-go-mod-patch-and-minor group by
@dependabotin kubernetes-sigs/controller-tools#1047- :seedling: Bump tj-actions/changed-files from 45.0.0 to 45.0.1 in the all-github-actions group by
@dependabotin kubernetes-sigs/controller-tools#1048- :seedling: Bump peter-evans/create-pull-request from 6.1.0 to 7.0.1 in the all-github-actions group by
@dependabotin kubernetes-sigs/controller-tools#1052New Contributors
@josvazgmade their first contribution in kubernetes-sigs/controller-tools#1049@davidxiamade their first contribution in kubernetes-sigs/controller-tools#1002Full Changelog: https://github.com/kubernetes-sigs/controller-tools/compare/v0.16.2...v0.16.3
v0.16.2
What's Changed
- 🏃 Rename default branch to main by
@sbueringerin kubernetes-sigs/controller-tools#1038- :seedling: Bump tj-actions/changed-files from 44.5.7 to 45.0.0 in the all-github-actions group by
@dependabotin kubernetes-sigs/controller-tools#1042- 🐛 rbac: fix adding nonResourceURLs including normalisation by
@chrischdiin kubernetes-sigs/controller-tools#1044- 🐛 rbac: fix deduplication of core group and add test coverage by
@chrischdiin kubernetes-sigs/controller-tools#1045Full Changelog: https://github.com/kubernetes-sigs/controller-tools/compare/v0.16.1...v0.16.2
v0.16.1
What's Changed
- 🐛 Fix duplicate default value when generating CRDs with corev1.Protocol by
@sbueringerin kubernetes-sigs/controller-tools#1035Full Changelog: https://github.com/kubernetes-sigs/controller-tools/compare/v0.16.0...v0.16.1
v0.16.0
What's Changed
- :warning: Strip comments from CRD descriptions by
@tsaarniin kubernetes-sigs/controller-tools#877- ✨ Add FieldPath and Reason to XValidation marker by
@JoelSpeedin kubernetes-sigs/controller-tools#932- :sparkles: add support for kubernetes +required annotations by
@liggittin kubernetes-sigs/controller-tools#944- ✨ rbac: deduplicate having the same groups, resourceNames, URLs and Verbs by
@chrischdiin kubernetes-sigs/controller-tools#937- ✨ Add support for +default markers by
@liggittin kubernetes-sigs/controller-tools#938- :sparkles: Make the anonymous field of the groupName marker optional by
@twz123in kubernetes-sigs/controller-tools#1000- ✨ Publish controller-gen binaries on release by
@sbueringerin kubernetes-sigs/controller-tools#1026- 🐛 Fix XValidations flattening by
@cezarsain kubernetes-sigs/controller-tools#998- 🏃 Optimize dependabot config by
@sbueringerin kubernetes-sigs/controller-tools#994- 🏃 Enforce go mod tidy via "test" presubmit by
@sbueringerin kubernetes-sigs/controller-tools#1021
... (truncated)
Commits
c69110aMerge pull request #1002 from davidxia/webhook-name287a105:sparkles: Allow customizing generated webhook configuration's name715d27e:bug: Allow CLI binaries to set a version (#1049)6c6bad6Merge pull request #1052 from kubernetes-sigs/dependabot/github_actions/all-g...c3c40c9:seedling: Bump peter-evans/create-pull-requested70d11Merge pull request #1048 from kubernetes-sigs/dependabot/github_actions/all-g...46379c6Merge pull request #1047 from kubernetes-sigs/dependabot/go_modules/all-go-mo...5bb1851:seedling: Bump tj-actions/changed-files in the all-github-actions groupac2cd89:seedling: Bump github.com/onsi/gomega11f0724Merge pull request #1045 from chrischdi/pr-rbac-fix-dedup- Additional commits viewable in compare view
Updates k8s.io/klog/v2 from 2.80.1 to 2.130.1
Release notes
Sourced from k8s.io/klog/v2's releases.
Prepare klog release for Kubernetes v1.31 (Take 2)
What's Changed
- data race: avoid unprotected access to sb.file by
@pohlyin kubernetes/klog#408Full Changelog: https://github.com/kubernetes/klog/compare/v2.130.0...v2.130.1
Prepare klog release for Kubernetes v1.31 (Take 1)
What's Changed
- chore(*): fix spelling of Intel Corporation by
@jsorefin kubernetes/klog#399- build: fix some linter warnings by
@pohlyin kubernetes/klog#402- examples: fix linter warning by
@pohlyin kubernetes/klog#406- Do not acquire lock for file.Sync() fsync call by
@1978629634in kubernetes/klog#404- ktesting: tone down warning about leaked test goroutine by
@pohlyin kubernetes/klog#401New Contributors
@jsorefmade their first contribution in kubernetes/klog#399@1978629634made their first contribution in kubernetes/klog#404Full Changelog: https://github.com/kubernetes/klog/compare/v2.120.1...v2.130.0
Prepare klog release for Kubernetes v1.30 (Take 2)
What's Changed
- textlogger: allow caller to override stack unwinding by
@pohlyin kubernetes/klog#397Full Changelog: https://github.com/kubernetes/klog/compare/v2.120.0...v2.120.1
Prepare klog release for Kubernetes v1.30 (Take 1)
What's Changed
- OWNERS: remove serathius, add mengjiao-liu, promote pohly by
@pohlyin kubernetes/klog#394- docs: clarify relationship between different features by
@pohlyin kubernetes/klog#395- Add SafePtr wrapper by
@kaisozin kubernetes/klog#393- logr v1.4.1 + SetSlogLogger by
@pohlyin kubernetes/klog#396New Contributors
@kaisozmade their first contribution in kubernetes/klog#393Full Changelog: https://github.com/kubernetes/klog/compare/v2.110.1...v2.120.0
Prepare klog release for Kubernetes v1.29 (Take 1)
What's Changed
- fix: SetLogger via klog.SetLogger will output an unexpected newline by
@aimuzin kubernetes/klog#378- resolve comments warning by
@lowang-bhin kubernetes/klog#379- stderrthreshold: fix flag comment by
@pohlyin kubernetes/klog#376- enable "go vet" checks for parameters by
@pohlyin kubernetes/klog#390- promote experimental code to stable by
@pohlyin kubernetes/klog#392- golangci-lint action by
@pohlyin kubernetes/klog#380- output: handle WithName like zapr does by
@pohlyin kubernetes/klog#391- slog support + logr 1.3.0 update by
@pohlyin kubernetes/klog#384
... (truncated)
Commits
75663bbMerge pull request #408 from pohly/klog-flush-sync-fix2327d4cdata race: avoid unprotected access to sb.file16c7d26Merge pull request #401 from pohly/ktesting-warning-delaycd24012ktesting: tone down warning about leaked test goroutine2ee202aMerge pull request #404 from 1978629634/fsync-freelock79575d8Do not acquire lock for file.Sync() fsync call7af45d6Merge pull request #406 from pohly/linterd008cfeexamples: fix linter warningab53041...Description has been truncated
The following labels could not be found: dependabot.
- :x: The email address for the commit (6869376a451211c6a21b51466dbc695d5119e8b2) is not linked to the GitHub account, preventing the EasyCLA check. Consult this Help Article and GitHub Help to resolve. (To view the commit's email address, add .patch at the end of this PR page's URL.) For further assistance with EasyCLA, please submit a support request ticket.
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: dependabot[bot] Once this PR has been reviewed and has the lgtm label, please assign weizhouapache for approval. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
Hi @dependabot[bot]. Thanks for your PR.
I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test label.
I understand the commands that are listed here.
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-sigs/prow repository.
Deploy Preview for kubernetes-sigs-cluster-api-cloudstack failed. Why did it fail? →
| Name | Link |
|---|---|
| Latest commit | 6869376a451211c6a21b51466dbc695d5119e8b2 |
| Latest deploy log | https://app.netlify.com/sites/kubernetes-sigs-cluster-api-cloudstack/deploys/66e8c229d1ce3c0008850c5f |
@dependabot[bot]: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:
| Test name | Commit | Details | Required | Rerun command |
|---|---|---|---|---|
| capi-provider-cloudstack-presubmit-build | 6869376a451211c6a21b51466dbc695d5119e8b2 | link | true | /test capi-provider-cloudstack-presubmit-build |
| capi-provider-cloudstack-presubmit-unit-test | 6869376a451211c6a21b51466dbc695d5119e8b2 | link | true | /test capi-provider-cloudstack-presubmit-unit-test |
| capi-provider-cloudstack-presubmit-e2e-smoke-test | 6869376a451211c6a21b51466dbc695d5119e8b2 | link | true | /test capi-provider-cloudstack-presubmit-e2e-smoke-test |
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.
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-sigs/prow repository. I understand the commands that are listed here.
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs.
This bot triages PRs according to the following rules:
- After 90d of inactivity,
lifecycle/staleis applied - After 30d of inactivity since
lifecycle/stalewas applied,lifecycle/rottenis applied - After 30d of inactivity since
lifecycle/rottenwas applied, the PR is closed
You can:
- Mark this PR as fresh with
/remove-lifecycle stale - Close this PR with
/close - Offer to help out with Issue Triage
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
Superseded by #406.