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

Update all non-major dependencies (main) #181

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate-rancher[bot]
Copy link
Contributor

@renovate-rancher renovate-rancher bot commented Mar 6, 2025

This PR contains the following updates:

Package Type Update Change
github.com/caarlos0/env/v11 require minor v11.1.0 -> v11.3.1
github.com/k3s-io/helm-controller require patch v0.16.6 -> v0.16.10
github.com/onsi/ginkgo/v2 require minor v2.22.2 -> v2.23.4
github.com/onsi/gomega require minor v1.36.2 -> v1.37.0
github.com/rancher/lasso require minor v0.0.0-20250109193533-00757eec2dbd -> v0.2.1
github.com/rancher/wrangler/v3 require patch v3.2.0-rc.2 -> v3.2.0
github.com/samber/lo require minor v1.47.0 -> v1.49.1
github.com/spf13/cobra require minor v1.8.1 -> v1.9.1
github.com/spf13/viper require minor v1.10.0 -> v1.20.1
go (source) toolchain patch 1.23.4 -> 1.23.8
go.uber.org/mock require minor v0.4.0 -> v0.5.1
golang.org/x/mod require minor v0.22.0 -> v0.24.0
golang.org/x/text require minor v0.21.0 -> v0.24.0
helm.sh/helm/v3 require minor v3.15.3 -> v3.17.2
mikefarah/yq minor v4.25.1 -> v4.45.1
rancher/helm minor v3.9.0 -> v3.11.3
rancher/kubectl minor v1.25.16 -> v1.31.7
rancher/shell minor v0.1.19 -> v0.4.0

Release Notes

caarlos0/env (github.com/caarlos0/env/v11)

v11.3.1

Compare Source

Changelog

Bug fixes
Other work

Released with GoReleaser Pro!

v11.3.0

Compare Source

Changelog

New Features
Bug fixes
Documentation updates
Other work

Released with GoReleaser Pro!

v11.2.2

Compare Source

Changelog

Documentation updates

Released with GoReleaser Pro!

v11.2.1

Compare Source

Changelog

Bug fixes
Documentation updates

Released with GoReleaser Pro!

v11.2.0

Compare Source

Changelog

New Features
Documentation updates

Released with GoReleaser Pro!

k3s-io/helm-controller (github.com/k3s-io/helm-controller)

v0.16.10

Compare Source

What's Changed

Full Changelog: k3s-io/helm-controller@v0.16.9...v0.16.10

v0.16.9

Compare Source

What's Changed

Full Changelog: k3s-io/helm-controller@v0.16.8...v0.16.9

v0.16.8

Compare Source

What's Changed

New Contributors

Full Changelog: k3s-io/helm-controller@v0.16.6...v0.16.8

v0.16.7

Compare Source

What's Changed

New Contributors

Full Changelog: k3s-io/helm-controller@v0.16.6...v0.16.7

onsi/ginkgo (github.com/onsi/ginkgo/v2)

v2.23.4

Compare Source

2.23.4

Prior to this release Ginkgo would compute the incorrect number of available CPUs when running with -p in a linux container. Thanks to @​emirot for the fix!

Features
  • Add automaxprocs for using CPUQuota [2b9c428]
Fixes
  • clarify gotchas about -vet flag [1f59d07]
Maintenance

v2.23.3

Compare Source

2.23.3

Fixes
  • allow - as a standalone argument [cfcc1a5]
  • Bug Fix: Add GinkoTBWrapper.Chdir() and GinkoTBWrapper.Context() [feaf292]
  • ignore exit code for symbol test on linux [88e2282]

v2.23.2

Compare Source

2.23.2

🎉🎉🎉

At long last, some long-standing performance gaps between ginkgo and go test have been resolved!

Ginkgo operates by running go test -c to generate test binaries, and then running those binaries. It turns out that the compilation step of go test -c is slower than go test's compilation step because go test strips out debug symbols (ldflags=-w) whereas go test -c does not.

Ginkgo now passes the appropriate ldflags to go test -c when running specs to strip out symbols. This is only done when it is safe to do so and symbols are preferred when profiling is enabled and when ginkgo build is called explicitly.

This, coupled, with the instructions for disabling XProtect on MacOS yields a much better performance experience with Ginkgo.

v2.23.1

Compare Source

2.23.1

🚨 For users on MacOS 🚨

A long-standing Ginkgo performance issue on MacOS seems to be due to mac's antimalware XProtect. You can follow the instructions here to disable it in your terminal. Doing so sped up Ginkgo's own test suite from 1m8s to 47s.

Fixes

Ginkgo's CLI is now a bit clearer if you pass flags in incorrectly:

  • make it clearer that you need to pass a filename to the various profile flags, not an absolute directory [a0e52ff]
  • emit an error and exit if the ginkgo invocation includes flags after positional arguments [b799d8d]

This might cause existing CI builds to fail. If so then it's likely that your CI build was misconfigured and should be corrected. Open an issue if you need help.

v2.23.0

Compare Source

2.23.0

Ginkgo 2.23.0 adds a handful of methods to GinkgoT() to make it compatible with the testing.TB interface in Go 1.24. GinkgoT().Context(), in particular, is a useful shorthand for generating a new context that will clean itself up in a DeferCleanup(). This has subtle behavior differences from the golang implementation but should make sense in a Ginkgo... um... context.

Features
  • bump to go 1.24.0 - support new testing.TB methods and add a test to cover testing.TB regressions [37a511b]
Fixes
  • fix edge case where build -o is pointing at an explicit file, not a directory [7556a86]
  • Fix binary paths when precompiling multiple suites. [4df06c6]
Maintenance
onsi/gomega (github.com/onsi/gomega)

v1.37.0

Compare Source

1.37.0

Features
  • add To/ToNot/NotTo aliases for AsyncAssertion [5666f98]

v1.36.3

Compare Source

1.36.3

Maintenance
rancher/lasso (github.com/rancher/lasso)

v0.2.1

Compare Source

What's Changed

New Contributors

Full Changelog: rancher/lasso@v0.2.0...v0.2.1

v0.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/rancher/lasso/commits/v0.2.0

rancher/wrangler (github.com/rancher/wrangler/v3)

v3.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: rancher/wrangler@v3.1.0...v3.2.0

v3.2.0-rc.3

Compare Source

What's Changed

New Contributors

Full Changelog: rancher/wrangler@v3.2.0-rc.2...v3.2.0-rc.3

samber/lo (github.com/samber/lo)

v1.49.1

Compare Source

What's Changed

Full Changelog: samber/lo@v1.49.0...v1.49.1

v1.49.0

Compare Source

What's Changed


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@renovate-rancher renovate-rancher bot requested a review from a team as a code owner March 6, 2025 04:37
@renovate-rancher renovate-rancher bot force-pushed the renovate/main-all-minor-patch branch 3 times, most recently from 5083d48 to a1addfb Compare March 19, 2025 04:36
@renovate-rancher renovate-rancher bot force-pushed the renovate/main-all-minor-patch branch from a1addfb to 0ccc09c Compare March 21, 2025 04:36
@renovate-rancher renovate-rancher bot force-pushed the renovate/main-all-minor-patch branch from 0ccc09c to 62d5d46 Compare March 28, 2025 04:38
Copy link
Contributor Author

renovate-rancher bot commented Mar 28, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 25 additional dependencies were updated

Details:

Package Change
k8s.io/api v0.32.0 -> v0.32.2
k8s.io/apiextensions-apiserver v0.32.0 -> v0.32.2
k8s.io/apimachinery v0.32.0 -> v0.32.2
k8s.io/client-go v0.32.0 -> v0.32.2
github.com/Masterminds/semver/v3 v3.2.1 -> v3.3.0
github.com/cyphar/filepath-securejoin v0.2.4 -> v0.3.6
github.com/evanphx/json-patch v5.9.0+incompatible -> v5.9.11+incompatible
github.com/fsnotify/fsnotify v1.7.0 -> v1.8.0
github.com/google/go-cmp v0.6.0 -> v0.7.0
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad -> v0.0.0-20250403155104-27863c87afa6
github.com/jmoiron/sqlx v1.3.5 -> v1.4.0
github.com/rubenv/sql-migrate v1.5.2 -> v1.7.1
github.com/spf13/afero v1.6.0 -> v1.12.0
github.com/spf13/cast v1.5.0 -> v1.7.1
github.com/spf13/pflag v1.0.5 -> v1.0.6
github.com/subosito/gotenv v1.2.0 -> v1.6.0
golang.org/x/net v0.33.0 -> v0.37.0
golang.org/x/oauth2 v0.24.0 -> v0.25.0
golang.org/x/sync v0.10.0 -> v0.13.0
golang.org/x/sys v0.28.0 -> v0.32.0
golang.org/x/term v0.27.0 -> v0.30.0
golang.org/x/tools v0.28.0 -> v0.31.0
google.golang.org/protobuf v1.36.1 -> v1.36.5
k8s.io/code-generator v0.32.0 -> v0.32.2
k8s.io/gengo v0.0.0-20240911193312-2b36238f13e9 -> v0.0.0-20250130153323-76c5745d3511

@renovate-rancher renovate-rancher bot force-pushed the renovate/main-all-minor-patch branch 4 times, most recently from 257a3db to 41cc6dd Compare April 2, 2025 16:43
@renovate-rancher renovate-rancher bot force-pushed the renovate/main-all-minor-patch branch 2 times, most recently from 57a3626 to ceb8b00 Compare April 7, 2025 04:37
@renovate-rancher renovate-rancher bot force-pushed the renovate/main-all-minor-patch branch from ceb8b00 to 7ad96bc Compare April 8, 2025 04:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants