forked from actions/actions-runner-controller
-
Notifications
You must be signed in to change notification settings - Fork 0
Bump the gomod group with 20 updates #1
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
Open
dependabot
wants to merge
1
commit into
master
Choose a base branch
from
dependabot/go_modules/gomod-eb8a3abd44
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the gomod group with 20 updates: | Package | From | To | | --- | --- | --- | | [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go) | `1.17.0` | `1.19.1` | | [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go) | `1.8.1` | `1.10.1` | | [github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azsecrets](https://github.com/Azure/azure-sdk-for-go) | `1.3.0` | `1.4.0` | | [github.com/bradleyfalzon/ghinstallation/v2](https://github.com/bradleyfalzon/ghinstallation) | `2.14.0` | `2.17.0` | | [github.com/go-logr/logr](https://github.com/go-logr/logr) | `1.4.2` | `1.4.3` | | [github.com/gruntwork-io/terratest](https://github.com/gruntwork-io/terratest) | `0.48.2` | `0.51.0` | | [github.com/hashicorp/go-retryablehttp](https://github.com/hashicorp/go-retryablehttp) | `0.7.7` | `0.7.8` | | [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.23.3` | `2.26.0` | | [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.36.3` | `1.38.2` | | [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.21.1` | `1.23.2` | | [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.10.0` | `1.11.1` | | [golang.org/x/net](https://github.com/golang/net) | `0.38.0` | `0.43.0` | | [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.28.0` | `0.30.0` | | [golang.org/x/sync](https://github.com/golang/sync) | `0.12.0` | `0.16.0` | | [k8s.io/api](https://github.com/kubernetes/api) | `0.32.3` | `0.34.0` | | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.32.3` | `0.34.0` | | [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.32.3` | `0.34.0` | | [k8s.io/utils](https://github.com/kubernetes/utils) | `0.0.0-20241210054802-24370beab758` | `0.0.0-20250604170112-4c0f3b243397` | | [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.20.4` | `0.22.3` | | [sigs.k8s.io/yaml](https://github.com/kubernetes-sigs/yaml) | `1.4.0` | `1.6.0` | Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.17.0 to 1.19.1 - [Release notes](https://github.com/Azure/azure-sdk-for-go/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/sdk-breaking-changes-guide-migration.md) - [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.17.0...sdk/azcore/v1.19.1) Updates `github.com/Azure/azure-sdk-for-go/sdk/azidentity` from 1.8.1 to 1.10.1 - [Release notes](https://github.com/Azure/azure-sdk-for-go/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/sdk-breaking-changes-guide-migration.md) - [Commits](Azure/azure-sdk-for-go@sdk/azidentity/v1.8.1...sdk/azidentity/v1.10.1) Updates `github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azsecrets` from 1.3.0 to 1.4.0 - [Release notes](https://github.com/Azure/azure-sdk-for-go/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/sdk-breaking-changes-guide-migration.md) - [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.3.0...sdk/azcore/v1.4.0) Updates `github.com/bradleyfalzon/ghinstallation/v2` from 2.14.0 to 2.17.0 - [Release notes](https://github.com/bradleyfalzon/ghinstallation/releases) - [Commits](bradleyfalzon/ghinstallation@v2.14.0...v2.17.0) Updates `github.com/go-logr/logr` from 1.4.2 to 1.4.3 - [Release notes](https://github.com/go-logr/logr/releases) - [Changelog](https://github.com/go-logr/logr/blob/master/CHANGELOG.md) - [Commits](go-logr/logr@v1.4.2...v1.4.3) Updates `github.com/gruntwork-io/terratest` from 0.48.2 to 0.51.0 - [Release notes](https://github.com/gruntwork-io/terratest/releases) - [Commits](gruntwork-io/terratest@v0.48.2...v0.51.0) Updates `github.com/hashicorp/go-retryablehttp` from 0.7.7 to 0.7.8 - [Changelog](https://github.com/hashicorp/go-retryablehttp/blob/main/CHANGELOG.md) - [Commits](hashicorp/go-retryablehttp@v0.7.7...v0.7.8) Updates `github.com/onsi/ginkgo/v2` from 2.23.3 to 2.26.0 - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](onsi/ginkgo@v2.23.3...v2.26.0) Updates `github.com/onsi/gomega` from 1.36.3 to 1.38.2 - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.36.3...v1.38.2) Updates `github.com/prometheus/client_golang` from 1.21.1 to 1.23.2 - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.21.1...v1.23.2) Updates `github.com/stretchr/testify` from 1.10.0 to 1.11.1 - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.10.0...v1.11.1) Updates `golang.org/x/net` from 0.38.0 to 0.43.0 - [Commits](golang/net@v0.38.0...v0.43.0) Updates `golang.org/x/oauth2` from 0.28.0 to 0.30.0 - [Commits](golang/oauth2@v0.28.0...v0.30.0) Updates `golang.org/x/sync` from 0.12.0 to 0.16.0 - [Commits](golang/sync@v0.12.0...v0.16.0) Updates `k8s.io/api` from 0.32.3 to 0.34.0 - [Commits](kubernetes/api@v0.32.3...v0.34.0) Updates `k8s.io/apimachinery` from 0.32.3 to 0.34.0 - [Commits](kubernetes/apimachinery@v0.32.3...v0.34.0) Updates `k8s.io/client-go` from 0.32.3 to 0.34.0 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.32.3...v0.34.0) Updates `k8s.io/utils` from 0.0.0-20241210054802-24370beab758 to 0.0.0-20250604170112-4c0f3b243397 - [Commits](https://github.com/kubernetes/utils/commits) Updates `sigs.k8s.io/controller-runtime` from 0.20.4 to 0.22.3 - [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases) - [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md) - [Commits](kubernetes-sigs/controller-runtime@v0.20.4...v0.22.3) Updates `sigs.k8s.io/yaml` from 1.4.0 to 1.6.0 - [Release notes](https://github.com/kubernetes-sigs/yaml/releases) - [Changelog](https://github.com/kubernetes-sigs/yaml/blob/master/RELEASE.md) - [Commits](kubernetes-sigs/yaml@v1.4.0...v1.6.0) --- updated-dependencies: - dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore dependency-version: 1.19.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity dependency-version: 1.10.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azsecrets dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: github.com/bradleyfalzon/ghinstallation/v2 dependency-version: 2.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: github.com/go-logr/logr dependency-version: 1.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod - dependency-name: github.com/gruntwork-io/terratest dependency-version: 0.51.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: github.com/hashicorp/go-retryablehttp dependency-version: 0.7.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod - dependency-name: github.com/onsi/ginkgo/v2 dependency-version: 2.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: github.com/onsi/gomega dependency-version: 1.38.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: github.com/prometheus/client_golang dependency-version: 1.23.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: github.com/stretchr/testify dependency-version: 1.11.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: golang.org/x/net dependency-version: 0.43.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: golang.org/x/oauth2 dependency-version: 0.30.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: golang.org/x/sync dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: k8s.io/api dependency-version: 0.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: k8s.io/apimachinery dependency-version: 0.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: k8s.io/client-go dependency-version: 0.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: k8s.io/utils dependency-version: 0.0.0-20250604170112-4c0f3b243397 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod - dependency-name: sigs.k8s.io/controller-runtime dependency-version: 0.22.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: sigs.k8s.io/yaml dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod ... Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the gomod group with 20 updates:
1.17.01.19.11.8.11.10.11.3.01.4.02.14.02.17.01.4.21.4.30.48.20.51.00.7.70.7.82.23.32.26.01.36.31.38.21.21.11.23.21.10.01.11.10.38.00.43.00.28.00.30.00.12.00.16.00.32.30.34.00.32.30.34.00.32.30.34.00.0.0-20241210054802-24370beab7580.0.0-20250604170112-4c0f3b2433970.20.40.22.31.4.01.6.0Updates
github.com/Azure/azure-sdk-for-go/sdk/azcorefrom 1.17.0 to 1.19.1Release notes
Sourced from github.com/Azure/azure-sdk-for-go/sdk/azcore's releases.
Commits
b75b3dcPrep azcore v1.19.1 for release (#25228)f1cef39[keyvault] update build.go files (#25200)02dfb45[Release] sdk/resourcemanager/sql/armsql/2.0.0-beta.7 (#25220)5dd8b77Upgrade emitter and TypeSpec packages to latest versions (#25221)9efb424[Release] sdk/resourcemanager/iotfirmwaredefense/armiotfirmwaredefense/2.0.0 ...fa86806Upgrade azidentity dependencies (#25192)feb6e13Return ResponseError for LROs with an unsuccessful initial response (#25206)6167922Users/gupta kashish/deprecation date update (#25201)61af7e1upgrade autorest.go (#25195)f3e42c2CLI credentials return errors when given claims (#25186)Updates
github.com/Azure/azure-sdk-for-go/sdk/azidentityfrom 1.8.1 to 1.10.1Release notes
Sourced from github.com/Azure/azure-sdk-for-go/sdk/azidentity's releases.
Commits
a98a0dbPrepare azidentity v1.10.1 for release (#24746)8aa9f8b[Release] sdk/resourcemanager/avs/armavs/2.1.0 (#24709)01782abFix typo in azidentity troubleshooting guide (#24748)6ba8640remove reprecated service (#24744)18ff882[keyvault] upgrade to 7.6 (#24733)214f119Add in a simple service bus troubleshooting guide. (#24741)bb804de[Release] sdk/resourcemanager/containerservice/armcontainerservice/7.0.0-beta...542616aSupport 1es canary template validation for unified pipeline (#24731)6d7f1b2[Release] sdk/resourcemanager/mongodbatlas/armmongodbatlas/0.1.0 (#24590)466a17bupgrade dependency (#24736)Updates
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azsecretsfrom 1.3.0 to 1.4.0Release notes
Sourced from github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azsecrets's releases.
... (truncated)
Commits
988beb5Prepare azcore v1.4.0 for release (#20310)a698b9bSync eng/common directory with azure-sdk-tools for PR 5540 (#20309)834001aupdate proxy version to include Info/Active against individual sessions + all...330be67[Release] sdk/resourcemanager/voiceservices/armvoiceservices/0.1.0 generation...80187b3[azeventhubs] Client identifier support (#20045)2877174Some minor refactoring of azcore (#20291)dae8ab4add changelog for Azure/azure-sdk-for-go#20009 (#20049)29ba214AddClone()method forarm/policy.ClientOptions(#20288)15aa35dSync eng/common directory with azure-sdk-tools for PR 5568 (#20290)09b540e[Release] sdk/resourcemanager/cosmos/armcosmos/2.2.0 (#20018)Updates
github.com/bradleyfalzon/ghinstallation/v2from 2.14.0 to 2.17.0Release notes
Sourced from github.com/bradleyfalzon/ghinstallation/v2's releases.
Commits
6efd7deUpdate google/go-github to v75a41d4c3fix branch name8faada7update golangci-lint to v2.2.xfed3685Update go-github to v73050fa87Update README: improve formatting, replace GoDoc with GoReferencecf2f966Bump golangci/golangci-lint-action from 7.0.0 to 8.0.0874b1a2Bump actions/setup-go from 5.4.0 to 5.5.0 in the actions groupc8bdda0Update to go-github v72c2f5b85upgrade golangci-lint to v2 and use best practices for the workflows66b63f8update go-github to v71Updates
github.com/go-logr/logrfrom 1.4.2 to 1.4.3Release notes
Sourced from github.com/go-logr/logr's releases.
Commits
38a1c47build(deps): bump github/codeql-action from 3.28.17 to 3.28.18f08beddbuild(deps): bump actions/setup-go from 5.4.0 to 5.5.06295e99build(deps): bump golangci/golangci-lint-action from 7.0.0 to 8.0.0028840dbuild(deps): bump github/codeql-action from 3.28.15 to 3.28.17511e5faMerge pull request #367 from go-logr/dependabot/github_actions/github/codeql-...d806463build(deps): bump github/codeql-action from 3.28.13 to 3.28.15158c311Merge pull request #366 from thockin/masterc79ddb3Update to support golangci-lint v220a64babuild(deps): bump github/codeql-action from 3.28.12 to 3.28.130385e14Add comments around slog exceptionsUpdates
github.com/gruntwork-io/terratestfrom 0.48.2 to 0.51.0Release notes
Sourced from github.com/gruntwork-io/terratest's releases.
... (truncated)
Commits
af08d0fMerge pull request #1592 from gruntwork-io/dependabot/bundler/docs/rexml-3.4.2a31ec8dBump rexml from 3.3.9 to 3.4.2 in /docs67c39c5Merge pull request #1590 from gruntwork-io/upgrade-k8s-libd369cf0Fix non-constant format string errors in fmt.Errorf and fmt.Fprintf callsa1284a1upgrade k8s liba4af63bMerge pull request #1585 from gruntwork-io/dependabot/go_modules/github.com/u...52a7e07Merge branch 'main' into dependabot/go_modules/github.com/ulikunitz/xz-0.5.146765b93Merge pull request #1576 from gruntwork-io/feat/opa-extra-argsa4eb7a2Bump github.com/ulikunitz/xz from 0.5.10 to 0.5.1474b0cf3fmtUpdates
github.com/hashicorp/go-retryablehttpfrom 0.7.7 to 0.7.8Commits
e1f5485Add a new RateLimitLinearJitterBackoff policyb0cac1eMerge pull request #262 from hashicorp/dependabot-intge66c110bfew new parameters added to dependabot.yml25b39e6IND-3836 additions of new parameters to dependabot.ymleeac125add comment for bodyType param in client.Post390c1d8Merge pull request #254 from hashicorp/compliance/add-headersf4d7325[COMPLIANCE] Add Copyright and License Headersa881d6cMerge pull request #251 from hashicorp/build-test9c1b40bgo-version matrix updatede3867e3resolved commentsUpdates
github.com/onsi/ginkgo/v2from 2.23.3 to 2.26.0Release notes
Sourced from github.com/onsi/ginkgo/v2's releases.
... (truncated)
Changelog
Sourced from github.com/onsi/ginkgo/v2's changelog.
... (truncated)
Commits
02f7324v2.26.06bc5566Merge branch 'pseudo-su-add-go-json-reporter'b470f61fix failing specs486687eadd sponsors64df0b4fix maxprocs build constraint148401aContainer-aware GOMAXPROCS is available in golang 1.256438ff2Bump actions/setup-go from 5 to 6 (#1591)a7c972av2.25.3fdc65b1emit --github-output group only for progress report itselfd82298fdocsUpdates
github.com/onsi/gomegafrom 1.36.3 to 1.38.2Release notes
Sourced from github.com/onsi/gomega's releases.
Changelog
Sourced from github.com/onsi/gomega's changelog.
Commits
79b8a75v1.38.2c404969roll back to go 1.23.0c36e89av1.38.192eaa57go mod tidyb9ed3cddeprecate CompileTest*2a5bf77fix invalid fmt.Errorf3e9e385bump ginkgo7f37abeReplacegopkg.in/yaml.v3withgo.yaml.in/yaml/v369e4761fix(async_assertion): use correct error in errors.As95737c0Bump golang.org/x/net from 0.41.0 to 0.43.0 (#856)Updates
github.com/prometheus/client_golangfrom 1.21.1 to 1.23.2Release notes
Sourced from github.com/prometheus/client_golang's releases.
... (truncated)
Changelog
Sourced from github.com/prometheus/client_golang's changelog.
Commits
8179a56Cut v1.23.2 (#1870)4142b59Merge pull request #1869 from prometheus/arve/upgrade-common4ff40f0Cut v1.23.1 (#1867)989b029Upgrade to prometheus/common v0.66 (#1866)e4b2208Cut v1.23.0 (#1848)d9492afcut v1.23.0-rc.1 (#1842)aeae8a0Cut v1.23.0-rc.0 (#1837)b157309Update common Prometheus files (#1832)a704e28build(deps): bump the github-actions group with 3 updates (#1826)c774311Fix errNotImplemented reference (#1835)Updates
github.com/stretchr/testifyfrom 1.10.0 to 1.11.1Release notes
Sourced from github.com/stretchr/testify's releases.