-
Notifications
You must be signed in to change notification settings - Fork 267
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
chore(deps): bump the dependencies group with 6 updates #650
base: master
Are you sure you want to change the base?
Conversation
Fixes issue that showed up in argoproj#650 [Error](https://github.com/argoproj/gitops-engine/actions/runs/12300709584/job/34329534904?pr=650#step:5:96) Signed-off-by: jmeridth <[email protected]>
Fixes issue that showed up in #650 [Error](https://github.com/argoproj/gitops-engine/actions/runs/12300709584/job/34329534904?pr=650#step:5:96) Signed-off-by: jmeridth <[email protected]>
@dependabot rebase |
Sorry, only users with push access can use that command. |
Dependabot should auto-detect a rebase is needed or an @argoproj/argocd-approvers could explicitly issue |
d01a065
to
e0d6452
Compare
@dependabot rebase |
Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request |
@jmeridth seems like dependabot will eventually rebase when it re-evaluates the PR. |
Bumps the dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [github.com/google/gnostic-models](https://github.com/google/gnostic-models) | `0.6.8` | `0.6.9` | | [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.9.0` | `1.10.0` | | [golang.org/x/sync](https://github.com/golang/sync) | `0.7.0` | `0.10.0` | | google.golang.org/protobuf | `1.34.2` | `1.35.1` | | [k8s.io/kubernetes](https://github.com/kubernetes/kubernetes) | `1.31.0` | `1.32.0` | | [sigs.k8s.io/structured-merge-diff/v4](https://github.com/kubernetes-sigs/structured-merge-diff) | `4.4.4-0.20241211184406-7bf59b3d70ee` | `4.5.0` | Updates `github.com/google/gnostic-models` from 0.6.8 to 0.6.9 - [Commits](google/gnostic-models@v0.6.8...v0.6.9) Updates `github.com/stretchr/testify` from 1.9.0 to 1.10.0 - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.9.0...v1.10.0) Updates `golang.org/x/sync` from 0.7.0 to 0.10.0 - [Commits](golang/sync@v0.7.0...v0.10.0) Updates `google.golang.org/protobuf` from 1.34.2 to 1.35.1 Updates `k8s.io/kubernetes` from 1.31.0 to 1.32.0 - [Release notes](https://github.com/kubernetes/kubernetes/releases) - [Commits](kubernetes/kubernetes@v1.31.0...v1.32.0) Updates `sigs.k8s.io/structured-merge-diff/v4` from 4.4.4-0.20241211184406-7bf59b3d70ee to 4.5.0 - [Release notes](https://github.com/kubernetes-sigs/structured-merge-diff/releases) - [Changelog](https://github.com/kubernetes-sigs/structured-merge-diff/blob/master/RELEASE.md) - [Commits](https://github.com/kubernetes-sigs/structured-merge-diff/commits/v4.5.0) --- updated-dependencies: - dependency-name: github.com/google/gnostic-models dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: golang.org/x/sync dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: google.golang.org/protobuf dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: k8s.io/kubernetes dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: sigs.k8s.io/structured-merge-diff/v4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
e0d6452
to
a2e2d6f
Compare
Quality Gate passedIssues Measures |
Bumps the dependencies group with 6 updates:
0.6.8
0.6.9
1.9.0
1.10.0
0.7.0
0.10.0
1.34.2
1.35.1
1.31.0
1.32.0
4.4.4-0.20241211184406-7bf59b3d70ee
4.5.0
Updates
github.com/google/gnostic-models
from 0.6.8 to 0.6.9Commits
8182012
Merge pull request #12 from Jefftree/protobuf-bumpbea6589
recompile protobuf7a87dbb
bump dependencies1a23962
Merge pull request #13 from Jefftree/add-protobuf-compilation-script111f194
Add protobuf compilation scriptfd6fd48
Merge pull request #6 from Jefftree/Jefftree-patch-1-29459ad1
Create Makefilec7be7c7
Merge pull request #5 from pkwarren/pkw/add-annotations-protof1b8172
Merge pull request #2 from Jefftree/gh-actions2063bfc
Merge pull request #1 from Jefftree/protobuf-deprecateUpdates
github.com/stretchr/testify
from 1.9.0 to 1.10.0Release notes
Sourced from github.com/stretchr/testify's releases.
... (truncated)
Commits
89cbdd9
Merge pull request #1626 from arjun-1/fix-functional-options-diff-indirect-calls07bac60
Merge pull request #1667 from sikehish/flaky716de8d
Increase timeouts in Test_Mock_Called_blocks to reduce flakiness in CI118fb83
NotSame should fail if args are not pointers #1661 (#1664)7d99b2b
attempt 205f87c0
more similarea7129e
better fmta1b9c9e
Merge pull request #1663 from ybrustin/master8302de9
Merge branch 'master' into master89352f7
Merge pull request #1518 from hendrywiranto/adjust-readme-remove-v2Updates
golang.org/x/sync
from 0.7.0 to 0.10.0Commits
913fb63
singleflight: fix typo in singleflight_test.go151027e
README: don't recommend go get411f99e
LICENSE: update per Google LegalUpdates
google.golang.org/protobuf
from 1.34.2 to 1.35.1Updates
k8s.io/kubernetes
from 1.31.0 to 1.32.0Release notes
Sourced from k8s.io/kubernetes's releases.
... (truncated)
Commits
70d3cc9
Release commit for Kubernetes v1.32.0ac32886
Merge remote-tracking branch 'origin/master' into release-1.328a39b60
CHANGELOG: Update directory for v1.31.4 release3fe11b2
CHANGELOG: Update directory for v1.30.8 release135c7d1
CHANGELOG: Update directory for v1.29.12 release4c081a4
Merge remote-tracking branch 'origin/master' into release-1.32a499fac
Merge pull request #128954 from sanposhiho/conflict-error22b14e5
Merge remote-tracking branch 'origin/master' into release-1.32bfe431b
Merge pull request #129103 from liggitt/drop-winreadlinkvolume3046fe2
Drop use of winreadlinkvolume godebug optionUpdates
sigs.k8s.io/structured-merge-diff/v4
from 4.4.4-0.20241211184406-7bf59b3d70ee to 4.5.0Commits
Dependabot 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