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

build(deps): bump the all-go-mod-patch-and-minor group across 1 directory with 7 updates #832

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 25, 2024

Bumps the all-go-mod-patch-and-minor group with 6 updates in the / directory:

Package From To
github.com/stretchr/testify 1.9.0 1.10.0
golang.org/x/oauth2 0.23.0 0.24.0
golang.org/x/sync 0.8.0 0.9.0
k8s.io/api 0.31.1 0.31.3
k8s.io/client-go 0.31.1 0.31.3
sigs.k8s.io/aws-iam-authenticator 0.6.27 0.6.28

Updates github.com/stretchr/testify from 1.9.0 to 1.10.0

Release notes

Sourced from github.com/stretchr/testify's releases.

v1.10.0

What's Changed

Functional Changes

Fixes

Documantation, Build & CI

New Contributors

... (truncated)

Commits
  • 89cbdd9 Merge pull request #1626 from arjun-1/fix-functional-options-diff-indirect-calls
  • 07bac60 Merge pull request #1667 from sikehish/flaky
  • 716de8d Increase timeouts in Test_Mock_Called_blocks to reduce flakiness in CI
  • 118fb83 NotSame should fail if args are not pointers #1661 (#1664)
  • 7d99b2b attempt 2
  • 05f87c0 more similar
  • ea7129e better fmt
  • a1b9c9e Merge pull request #1663 from ybrustin/master
  • 8302de9 Merge branch 'master' into master
  • 89352f7 Merge pull request #1518 from hendrywiranto/adjust-readme-remove-v2
  • Additional commits viewable in compare view

Updates golang.org/x/oauth2 from 0.23.0 to 0.24.0

Commits

Updates golang.org/x/sync from 0.8.0 to 0.9.0

Commits

Updates k8s.io/api from 0.31.1 to 0.31.3

Commits

Updates k8s.io/apimachinery from 0.31.1 to 0.31.3

Commits

Updates k8s.io/client-go from 0.31.1 to 0.31.3

Commits

Updates sigs.k8s.io/aws-iam-authenticator from 0.6.27 to 0.6.28

Release notes

Sourced from sigs.k8s.io/aws-iam-authenticator's releases.

v0.6.28

Changelog

  • 2e9e69bd8253b87e08b937d59b1a2b8593942d13 Merge pull request #775 from sushanth0910/release-0.6
  • d1d6af111d32f53f6a210e96525be1f1ae582d8d create new release 0.6.28
  • 45429fc62507c548838a5938e56802a3fee37598 Merge pull request #773 from sushanth0910/release-0.6
  • 5a86962cb517226e9e367b6b477c8572167fa389 update owners list to sync master branch
  • 51b0daf73db978a9f02f7d26cecce979f86d9343 update owners list to sync master branch
  • 66a2493c48a58421c8d11093e8404014a505a963 remove nnmin-aws from approver list
  • 4a08d3037ad2f15fb40cadff727cba2ccce94962 add kmala to the owners list
  • cfeb268382e8c3f0a9e9b6cab2d4b585a5ead5eb update code and add tests
  • f52d25810e616ad709055085bc5061e7e3206ef2 update code and add tests
  • e0a7fff8c6ca8151a36eaab5ac39fd099849c507 update metrics dimention to stsregion
  • ce8536d6ba9d7b8b906a7b0cf869d8f5d207760e log sts host instead of global/regional
  • 95f5bb876481eff8cfcdec215b250cd77e774fee log sts host instead of global/regional
  • 7770163691c16fc8f97b17f9c48050420961da44 update log
  • 093aa71571a802021cad35c9a2672126e9090e64 remove typo and log line
  • eed45ab07ff84ef67d4ccacf2c178876330ce0fb remove typo and log line
  • 831a8ca032949dd9d3ed201c9aa74f5437247bf8 remove typo
  • 12831eae1bfd45811404e877dd3995a8a32d2750 add logs and metrics dimentions to find sts call success/failures on global/regional endpoints
  • 6fe64b3180a3c6c8968ef16c473ef8815a4a2450 add logs and metrics dimentions to find sts call success/failures on global/regional endpoints
  • 9831b8909aeb513e5c7354d2cba2831cd90b1497 Bump test go versions
  • 29decf4131e76d5c399fc65aa122cf14ab7c19ed Bump go minor version
  • 32a6154f1007b7443436801ff2ca5419f7322232 add default timeout for http client
  • 69c0d7637ca58e94f8a21adb7d2fe1f5bfae3644 Bump go-restful in e2e and integration tests
  • 18e8889a741055ec9b9b84e5fa9d0ee908762787 Bump go-restful
  • e92213c081fdf30686b3bc962d9ee642ce57f245 Update filecache to use AWS SDK Go V2 with wrappers
  • 8742633db4f690e1237c52323d4de770677620f1 Refactored token filecache
  • c1dab952d550a8988a3a4c7a1b7a7e29e6157e17 Replace deprecated ioutil package
  • dbe95730a36d14fc7f74dce64f152f6df1b84f33 Fix x-amz-expires header value
  • 31f3b60ab43bdacdef39daf10d7e9c3c3970e724 Remove parameterized AWS session from token.go
  • dc28c71617cee34b7e0889597581dec7b04b8835 Add configurable Now time for signature generation
  • 7071e2d669b0ff4e0bfaf08938a00e09470dadf4 return 429 for STS throttling
Commits
  • 2e9e69b Merge pull request #775 from sushanth0910/release-0.6
  • d1d6af1 create new release 0.6.28
  • 45429fc Merge pull request #773 from sushanth0910/release-0.6
  • 5a86962 update owners list to sync master branch
  • 51b0daf update owners list to sync master branch
  • 66a2493 remove nnmin-aws from approver list
  • 4a08d30 add kmala to the owners list
  • cfeb268 update code and add tests
  • f52d258 update code and add tests
  • e0a7fff update metrics dimention to stsregion
  • Additional commits viewable in compare view

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

…tory with 7 updates

Bumps the all-go-mod-patch-and-minor group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.9.0` | `1.10.0` |
| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.23.0` | `0.24.0` |
| [golang.org/x/sync](https://github.com/golang/sync) | `0.8.0` | `0.9.0` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.31.1` | `0.31.3` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.31.1` | `0.31.3` |
| [sigs.k8s.io/aws-iam-authenticator](https://github.com/kubernetes-sigs/aws-iam-authenticator) | `0.6.27` | `0.6.28` |



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/oauth2` from 0.23.0 to 0.24.0
- [Commits](golang/oauth2@v0.23.0...v0.24.0)

Updates `golang.org/x/sync` from 0.8.0 to 0.9.0
- [Commits](golang/sync@v0.8.0...v0.9.0)

Updates `k8s.io/api` from 0.31.1 to 0.31.3
- [Commits](kubernetes/api@v0.31.1...v0.31.3)

Updates `k8s.io/apimachinery` from 0.31.1 to 0.31.3
- [Commits](kubernetes/apimachinery@v0.31.1...v0.31.3)

Updates `k8s.io/client-go` from 0.31.1 to 0.31.3
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.31.1...v0.31.3)

Updates `sigs.k8s.io/aws-iam-authenticator` from 0.6.27 to 0.6.28
- [Release notes](https://github.com/kubernetes-sigs/aws-iam-authenticator/releases)
- [Changelog](https://github.com/kubernetes-sigs/aws-iam-authenticator/blob/master/docs/RELEASE.md)
- [Commits](kubernetes-sigs/aws-iam-authenticator@v0.6.27...v0.6.28)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: golang.org/x/sync
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/apimachinery
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: sigs.k8s.io/aws-iam-authenticator
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 25, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 9, 2024

Superseded by #834.

@dependabot dependabot bot closed this Dec 9, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/all-go-mod-patch-and-minor-b41fe365b1 branch December 9, 2024 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants