-
Notifications
You must be signed in to change notification settings - Fork 11
Bump the go-deps group across 1 directory with 7 updates #215
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
Conversation
@dependabot recreate |
c7002de
to
0c90495
Compare
@dependabot recreate |
Bumps the go-deps group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/go-logr/logr](https://github.com/go-logr/logr) | `1.4.2` | `1.4.3` | | [github.com/hashicorp/go-retryablehttp](https://github.com/hashicorp/go-retryablehttp) | `0.7.7` | `0.7.8` | | [github.com/hashicorp/vault/api](https://github.com/hashicorp/vault) | `1.16.0` | `1.20.0` | | [github.com/spf13/cast](https://github.com/spf13/cast) | `1.8.0` | `1.9.2` | | [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) | `1.17.3` | `1.17.4` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.38.0` | `0.39.0` | | [sigs.k8s.io/yaml](https://github.com/kubernetes-sigs/yaml) | `1.4.0` | `1.5.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/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/hashicorp/vault/api` from 1.16.0 to 1.20.0 - [Release notes](https://github.com/hashicorp/vault/releases) - [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG.md) - [Commits](hashicorp/vault@v1.16.0...v1.20.0) Updates `github.com/spf13/cast` from 1.8.0 to 1.9.2 - [Release notes](https://github.com/spf13/cast/releases) - [Commits](spf13/cast@v1.8.0...v1.9.2) Updates `go.mongodb.org/mongo-driver` from 1.17.3 to 1.17.4 - [Release notes](https://github.com/mongodb/mongo-go-driver/releases) - [Commits](mongodb/mongo-go-driver@v1.17.3...v1.17.4) Updates `golang.org/x/crypto` from 0.38.0 to 0.39.0 - [Commits](golang/crypto@v0.38.0...v0.39.0) Updates `sigs.k8s.io/yaml` from 1.4.0 to 1.5.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.5.0) --- updated-dependencies: - dependency-name: github.com/go-logr/logr dependency-version: 1.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-deps - dependency-name: github.com/hashicorp/go-retryablehttp dependency-version: 0.7.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-deps - dependency-name: github.com/hashicorp/vault/api dependency-version: 1.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/spf13/cast dependency-version: 1.9.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: go.mongodb.org/mongo-driver dependency-version: 1.17.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-deps - dependency-name: golang.org/x/crypto dependency-version: 0.39.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: sigs.k8s.io/yaml dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps ... Signed-off-by: dependabot[bot] <support@github.com>
c3105d8
to
1b8a214
Compare
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This is a dependency maintenance pull request that updates 7 Go packages to their latest versions, including security updates and bug fixes.
- Updates include security fixes in Vault API, bug fixes in MongoDB driver, and various feature enhancements across logging, casting, and YAML processing libraries
- Updates third-party license references to reflect the new dependency versions
- Includes indirect dependency updates for related packages
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
File | Description |
---|---|
go.mod | Updates 7 direct dependencies and several indirect dependencies to latest versions |
LICENSE-THIRD-PARTY | Updates license references and URLs to match the new dependency versions |
# Conflicts: # go.mod # go.sum
// In this case we want to skip it and delete in the next step | ||
if ok && dstVal == nil { | ||
continue | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
new condition added.
The rest is unchanged besides renaming structAsMap
to dstMap
and unmodifiedOriginalMap
to srcMap
Because we are bumping the github.com/spf13/cast library it makes behaviour of mergo-utils different - cast.ToStringMap previously returned empty map[string]interface{} and now it returns nil, which makes merge function throw nil pointer exception. I've fixed that error here.
Bumps the go-deps group with 7 updates in the / directory:
1.4.2
1.4.3
0.7.7
0.7.8
1.16.0
1.20.0
1.8.0
1.9.2
1.17.3
1.17.4
0.38.0
0.39.0
1.4.0
1.5.0
Updates
github.com/go-logr/logr
from 1.4.2 to 1.4.3Release notes
Sourced from github.com/go-logr/logr's releases.
Commits
38a1c47
build(deps): bump github/codeql-action from 3.28.17 to 3.28.18f08bedd
build(deps): bump actions/setup-go from 5.4.0 to 5.5.06295e99
build(deps): bump golangci/golangci-lint-action from 7.0.0 to 8.0.0028840d
build(deps): bump github/codeql-action from 3.28.15 to 3.28.17511e5fa
Merge pull request #367 from go-logr/dependabot/github_actions/github/codeql-...d806463
build(deps): bump github/codeql-action from 3.28.13 to 3.28.15158c311
Merge pull request #366 from thockin/masterc79ddb3
Update to support golangci-lint v220a64ba
build(deps): bump github/codeql-action from 3.28.12 to 3.28.130385e14
Add comments around slog exceptionsUpdates
github.com/hashicorp/go-retryablehttp
from 0.7.7 to 0.7.8Commits
e1f5485
Add a new RateLimitLinearJitterBackoff policyb0cac1e
Merge pull request #262 from hashicorp/dependabot-intge66c110b
few new parameters added to dependabot.yml25b39e6
IND-3836 additions of new parameters to dependabot.ymleeac125
add comment for bodyType param in client.Post390c1d8
Merge pull request #254 from hashicorp/compliance/add-headersf4d7325
[COMPLIANCE] Add Copyright and License Headersa881d6c
Merge pull request #251 from hashicorp/build-test9c1b40b
go-version matrix updatede3867e3
resolved commentsUpdates
github.com/hashicorp/vault/api
from 1.16.0 to 1.20.0Release notes
Sourced from github.com/hashicorp/vault/api's releases.
... (truncated)
Changelog
Sourced from github.com/hashicorp/vault/api's changelog.
... (truncated)
Commits
6fdd6b5
[VAULT-37323] This is an automated pull request to build all artifacts for a ...aa9c6cc
Backport of Add Enos benchmark scenario into release/1.20.x (#31055)fbdc4e9
backport of commit 0e11fbfe59f8d38f36384269019991891bf64400 (#31060)f168725
backport of commit ed31706e40227be22f1d61de82f15713643634ce (#31047)4721701
backport of commit 642b4f18173d8c5d759ab840c7a2f010b262f7ae (#31046)030d564
backport of commit 1d2c3caa21dea8b233ee069303820f383c11ff9e (#31040)469b476
[DOCS] LTS upgrade summary (#30981) (#31041)dbac299
backport of commit bc7456370fc5e3c56eeecbbe4cbe1f7bf86dca61 (#31039)be7fcd6
backport of commit d755c7cd1d826835c98e1843bea975ac17a75278 (#31033)78ae0ca
enos(fips1403): simplify semver constraint to only consider currently mixed v...Updates
github.com/spf13/cast
from 1.8.0 to 1.9.2Release notes
Sourced from github.com/spf13/cast's releases.
Commits
40e8e07
Merge pull request #276 from spf13/improve-string-floatfa4ea64
fix: float string to number parsingcb5df5f
Merge pull request #273 from spf13/fix-indiretion1b425f3
fix: indirection of typed nilsa79ffed
Merge pull request #271 from spf13/alias3166f3b
test: add more alias testsf8fe065
chore: bump minimum Go version to 1.219ffddd4
feat: add alias resolutiona6d26bd
feat: add alias resolution function633e5d0
Merge pull request #269 from spf13/mapsUpdates
go.mongodb.org/mongo-driver
from 1.17.3 to 1.17.4Release notes
Sourced from go.mongodb.org/mongo-driver's releases.
Commits
4c4cafc
BUMP v1.17.4431cf52
GODRIVER-3524 Sync updates to reflect showExpandedEvents omissions (#2084)835c5e1
GODRIVER-3560 Assume ec2 role explicitly in CI (#2080)6966434
GODRIVER-3516 Remove isAlive (#2060)029da41
GODRIVER-3549 Fix timeouts in CSE custom endpoint test (#2028) (#2031) (#2061)49f0c81
Ignore unmaintained branches when merging up (#2062)7d03307
GODRIVER-3476 Escape for Regex Options. (#1929)785d943
Use different credentials for merge-up PRs (#1968)c2ca35c
Add GitHub Actions workflow for merge ups (#1962)Updates
golang.org/x/crypto
from 0.38.0 to 0.39.0Commits
3bf9d2a
ssh/test: skip KEX test if unsupported by system SSH client9bab967
go.mod: update golang.org/x dependencies4f9f0ca
x509roots/fallback: add init time benchmarkeac7cf0
x509roots/fallback: move parsing code to a non-generated file18228cd
acme: return err from deprecated TLS-SNI-[01|02] functions73f6362
acme: remove dead codeebc8e46
ssh: add server side support for Diffie Hellman Group Exchangee944286
ssh: expose negotiated algorithms78a1fd7
ssh: automatically add curve25519-sha256@libssh.org KEX aliasac58737
ssh: export supported algorithmsUpdates
sigs.k8s.io/yaml
from 1.4.0 to 1.5.0Release notes
Sourced from sigs.k8s.io/yaml's releases.
Commits
0f318dc
Merge pull request #134 from kubernetes-sigs/forgot-to-add-redirects-for-cons...b8fc0c0
Forgot to add redirects for v3 constants8eaa802
Merge pull request #133 from kubernetes-sigs/deprecate-code-in-goyaml.v3-goya...69e45c1
Deprecate code in goyaml.v2/goyaml.v3 directories and redirect0fe7da3
Merge pull request #125 from kragniz/go-1.2414cbb88
Test against go 1.24.xc6ac2c9
Merge pull request #126 from kragniz/remove-travis203ded9
Remove old travisci config fileb9a9b1c
Merge pull request #106 from ThatsMrTalbot/patch-14c6913f
fix: wrap errors returned by JSON unmarshalDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions