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

🌱 Bump the dependencies group across 1 directory with 11 updates #5163

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 16, 2024

Bumps the dependencies group with 8 updates in the / directory:

Package From To
github.com/aws/amazon-vpc-cni-k8s 1.15.5 1.18.5
github.com/aws/aws-lambda-go 1.41.0 1.47.0
github.com/aws/aws-sdk-go-v2/service/sts 1.28.6 1.32.2
github.com/coreos/ignition/v2 2.16.2 2.19.0
github.com/gofrs/flock 0.8.1 0.12.1
github.com/onsi/ginkgo/v2 2.19.1 2.20.2
github.com/openshift/rosa 1.2.46-rc1.0.20241003145806-a4af6ae81a7c 1.2.46
sigs.k8s.io/aws-iam-authenticator 0.6.13 0.6.27

Updates github.com/aws/amazon-vpc-cni-k8s from 1.15.5 to 1.18.5

Release notes

Sourced from github.com/aws/amazon-vpc-cni-k8s's releases.

v1.18.5

What's Changed

New Contributors

To manually apply this release:

kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.18.5/config/master/aws-k8s-cni.yaml

Note that the following regions use different manifests:

us-gov-east-1:

kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.18.5/config/master/aws-k8s-cni-us-gov-east-1.yaml

us-gov-west-1:

kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.18.5/config/master/aws-k8s-cni-us-gov-west-1.yaml

cn:

kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.18.5/config/master/aws-k8s-cni-cn.yaml

To apply this release using helm:

Follow the installation instructions in https://github.com/aws/amazon-vpc-cni-k8s/blob/v1.18.5/charts/aws-vpc-cni/README.md#installing-the-chart

Verify the update:

$ kubectl describe daemonset aws-node -n kube-system | grep Image | cut -d "/" -f 2-3
amazon-k8s-cni-init:v1.18.5
amazon-k8s-cni:v1.18.5
amazon/aws-network-policy-agent:v1.1.3

Full Changelog: aws/amazon-vpc-cni-k8s@v1.18.4...v1.18.5

v1.18.4

What's Changed

... (truncated)

Changelog

Sourced from github.com/aws/amazon-vpc-cni-k8s's changelog.

v1.18.5

What's Changed

New Contributors

v1.18.4

What's Changed

v1.18.3

What's Changed

... (truncated)

Commits
  • a121a8a Changelog, chart and manifest updates for v1.18.5 (#3050)
  • 500236a Merge master to release-1.18 (#3049)
  • 6d40196 Release manifest, changelog and chart changes (#3048)
  • 77b89f9 Revert test script changes in canary and integration test (#3046)
  • 447afe9 Resolve merge conflicts for release 1.18.4 release (#3043)
  • 128a08e Changelog, Chart Versions and Config Version update for CNI Release v1.18.3 (...
  • 49667a1 Fix Charts Release 1.18 Branch. (#2991)
  • 7f137be Merge changes from master to release-1.18 branch for 1.18.3 release. (#2989)
  • dbd4aa0 Fix the Charts Version for v1.18.2 (#2943)
  • 965f89f Changelog and Updated CNI Charts for v1.18.2 Release (#2942)
  • Additional commits viewable in compare view

Updates github.com/aws/aws-lambda-go from 1.41.0 to 1.47.0

Release notes

Sourced from github.com/aws/aws-lambda-go's releases.

v1.47.0

What's Changed

Full Changelog: aws/aws-lambda-go@v1.46.0...v1.47.0

v1.46.0

What's Changed

Full Changelog: aws/aws-lambda-go@v1.45.0...v1.46.0

v1.45.0

What's Changed

Full Changelog: aws/aws-lambda-go@v1.44.0...v1.45.0

v1.44.0

What's Changed

New Contributors

Full Changelog: aws/aws-lambda-go@v1.43.0...v1.44.0

v1.43.0

What's Changed

New Contributors

Full Changelog: aws/aws-lambda-go@v1.42.0...v1.43.0

v1.42.0

What's Changed

... (truncated)

Commits

Updates github.com/aws/aws-sdk-go-v2/service/sts from 1.28.6 to 1.32.2

Commits

Updates github.com/coreos/ignition/v2 from 2.16.2 to 2.19.0

Release notes

Sourced from github.com/coreos/ignition/v2's releases.

V2.19.0

Features

  • Support Akamai Connected Cloud (Linode)
  • Support LUKS encryption using IBM CEX secure keys

v2.18.0

Ignition 2.18.0

Breaking changes

  • Only include dracut module in initramfs if requested (see distributor notes for details)

Features

  • Support Scaleway

Changes

  • Require Go 1.20+

v2.17.0

Starting with this release, ignition-validate binaries are signed with the Fedora 39 key.

Features

  • Support the native Apple Hypervisor
  • Support Hetzner Cloud
  • A GRUB configuration suitable for use with https://github.com/coreos/bootupd can now be installed; use make install-grub-for-bootupd to install it

Changes

  • Require Go 1.19+

Bug fixes

  • Prevent races with udev after disk editing
  • Don't fail to wipe partition table if it's corrupted
Changelog

Sourced from github.com/coreos/ignition/v2's changelog.

Ignition 2.19.0 (2024-06-05)

Starting with this release, ignition-validate binaries are signed with the Fedora 40 key.

Features

  • Support Akamai Connected Cloud (Linode)
  • Support LUKS encryption using IBM CEX secure keys

Ignition 2.18.0 (2024-03-01)

Breaking changes

  • Only include dracut module in initramfs if requested (see distributor notes for details)

Features

  • Support Scaleway

Changes

  • Require Go 1.20+

Bug fixes

  • Fix failure when config only disables units already disabled
  • Retry HTTP requests on Azure on status codes 404, 410, and 429

Ignition 2.17.0 (2023-11-20)

Starting with this release, ignition-validate binaries are signed with the Fedora 39 key.

Features

  • Support the native Apple Hypervisor
  • Support Hetzner Cloud
  • A GRUB configuration suitable for use with https://github.com/coreos/bootupd can now be installed; use make install-grub-for-bootupd to install it

Changes

  • Require Go 1.19+

Bug fixes

... (truncated)

Commits
  • 09c99e0 Merge pull request #1880 from prestist/r-2.19
  • ab90007 docs/release-notes: update for 2.19.0
  • 32221a9 Merge pull request #1871 from coreos/dependabot/go_modules/google.golang.org/...
  • 86aab2a Merge pull request #1872 from coreos/dependabot/go_modules/github.com/aws/aws...
  • 155e143 build(deps): bump google.golang.org/api from 0.177.0 to 0.181.0
  • aeebda0 build(deps): bump github.com/aws/aws-sdk-go from 1.53.0 to 1.53.5
  • a40b9e7 Merge pull request #1873 from coreos/dependabot/go_modules/github.com/beevik/...
  • ba44425 Merge pull request #1874 from coreos/dependabot/go_modules/cloud.google.com/g...
  • af92f73 build(deps): bump cloud.google.com/go/storage from 1.40.0 to 1.41.0
  • 1218f73 build(deps): bump github.com/beevik/etree from 1.3.0 to 1.4.0
  • Additional commits viewable in compare view

Updates github.com/gofrs/flock from 0.8.1 to 0.12.1

Release notes

Sourced from github.com/gofrs/flock's releases.

v0.12.1

What's Changed

New Contributors

Full Changelog: gofrs/flock@v0.12.0...v0.12.1

v0.12.0

What's Changed

Full Changelog: gofrs/flock@v0.11.0...v0.12.0

v0.11.0

What's Changed

Full Changelog: gofrs/flock@v0.10.0...v0.11.0

v0.10.0

What's Changed

New Contributors

Full Changelog: gofrs/flock@v0.9.0...v0.10.0

v0.9.0

What's Changed

New Contributors

... (truncated)

Commits
  • 9de625d fix: missing read-write flag in reopenFDOnError (#95)
  • ffdd9d4 chore: update github-action monthly
  • 384c6ff chore(deps): bump github/codeql-action from 3.25.12 to 3.25.13 in the all gro...
  • f691d55 chore(deps): bump github/codeql-action from 3.25.11 to 3.25.12 in the all gro...
  • 2962fb7 chore(deps): bump actions/upload-artifact from 4.3.3 to 4.3.4 in the all grou...
  • 7ff173f chore: factorize (#91)
  • 688d3b5 chore(deps): bump golang.org/x/sys from 0.21.0 to 0.22.0 in the all group (#90)
  • b26fb4d chore: change default branch
  • c08bb66 tests: add tests about directory support (#89)
  • 5169644 chore: use global issue templates
  • Additional commits viewable in compare view

Updates github.com/onsi/ginkgo/v2 from 2.19.1 to 2.20.2

Release notes

Sourced from github.com/onsi/ginkgo/v2's releases.

v2.20.2

2.20.2

Require Go 1.22+

Maintenance

  • bump go to v1.22 [a671816]

v2.20.1

2.20.1

Fixes

  • make BeSpecEvent duration matcher more forgiving [d6f9640]

v2.20.0

2.20.0

Features

  • Add buildvcs flag [be5ab95]

Maintenance

  • Add update-deps to makefile [d303d14]
  • bump all dependencies [7a50221]
Changelog

Sourced from github.com/onsi/ginkgo/v2's changelog.

2.20.2

Require Go 1.22+

Maintenance

  • bump go to v1.22 [a671816]

2.20.1

Fixes

  • make BeSpecEvent duration matcher more forgiving [d6f9640]

2.20.0

Features

  • Add buildvcs flag [be5ab95]

Maintenance

  • Add update-deps to makefile [d303d14]
  • bump all dependencies [7a50221]
Commits

Updates github.com/onsi/gomega from 1.34.0 to 1.34.1

Release notes

Sourced from github.com/onsi/gomega's releases.

v1.34.1

1.34.1

Maintenance

  • Use slices from exp/slices to keep golang 1.20 compat [5e71dcd]
Changelog

Sourced from github.com/onsi/gomega's changelog.

1.34.1

Maintenance

  • Use slices from exp/slices to keep golang 1.20 compat [5e71dcd]
Commits

Updates github.com/openshift/rosa from 1.2.46-rc1.0.20241003145806-a4af6ae81a7c to 1.2.46

Release notes

Sourced from github.com/openshift/rosa's releases.

v1.2.46

Changelog

Features

  • 5890a193 OCM-10939 | feat: bump sdk to v0.1.440
  • b321be7a OCM-10939 | feat: use error message built from SDK
  • a6bf2e45 OCM-10943 | feat: show disk size in output for list node pools
  • d3831423 OCM-11113 | feat: bump ocm-common to lower np min disk size to 75
  • c985ceb2 OCM-7315 | feat: client support for configurable registries
  • df51177b OCM-7315 | feat: describe client support for configurable registries
  • 965cea4d OCM-7568 | feat: Clarify that 'billing-account' expects an account ID
  • 7e55ff88 OCM-9882 | feat: print custom worker disk size in describe nodepool

Bug fixes

  • 669c0ee9 OCM-10374 | fix: Add Limited Support Reason Override support
  • ef063660 OCM-10512 | fix: Fixing OCM-10512 bug
  • 4b89bfce OCM-10679 | fix: use default user agent
  • a5828569 OCM-10777 | fix: fixing OCM-10777 + OCM-10818
  • 7faae064 OCM-10846 | fix: adjust error message for ingress identifier
  • d8c4d95d OCM-10852 | fix: fix bash syntax error in prow_ci.sh
  • eb6416b5 OCM-11019 | fix: Do not accept clusterID for thumbprint if programmatic
  • fae3ea6a OCM-11019 | fix: Fix create/provider when cluster name provided
  • 2d4fded8 OCM-11019 | fix: Fix issue with classic clusters without --oidc-config-id flag
  • af682efc OCM-11054 | fix: add unit to disk size on describe nodepool
  • 30c7b240 OCM-11201 | fix: make target ensuring release builds and publishes to github
  • b9a4fa45 OCM-11241 | fix: update description for 36293
  • 8509eb3b OCM-11295 | fix: adjust check for policy tags
  • 7464a08d OCM-11364 | fix: Regression, HCP nodepool creation validation used for classic
  • 9ddb8a56 OCM-11400 | fix: registry config platform allowlist should hide from help
  • 18a63d97 OCM-11405 | fix: A few bug fixes for registry config
  • f5fb057f OCM-11407 | fix: Error msg for editing nodepool; autoscaling+ 0 replicas
  • 81e82627 OCM-11438 | fix: when filters are empty consider true
  • 34d1db91 OCM-11467 | fix: A few more bug fixes for registry config
  • 51edf0a2 OCM-11482 | fix: loosen registry regex check
  • 4b573547 OCM-7315 | fix: when classic topology return nil
  • a97aa366 OCM-8760 | fix: update test ids: 43070, 74661
  • edb3970f OCM-9804 | fix: Add etcd to reduce confusion
  • fabd5b5e OCM-9804 | fix: Fix etcd kms key arn space

Others

  • 19d46e74 OCM-10628 | ci: Make NAME_PREFIX required for cluster creation
  • 851cbfbd OCM-10638 | test: Automated ids:54864,73672,66761
  • 714b138a OCM-10674 | test: automated ids:59547,62161
  • 7e9ddbe1 OCM-10690 | test: updated id:34102
  • cf08a1b1 OCM-10712 | test: fixed ids:75210
  • 4fd24a25 OCM-10815 | test: automate ids:75904,76925,76927
  • 2b77f941 OCM-10837 | test: Automated ids:37177,38857,37176,38837,68219
  • 05214fee OCM-10854 | test: fix id:57094
  • 7705e79d OCM-10856 | test: fix id:55883
  • 3f9bc7a4 OCM-10866 | test: automated ids:75603,52693
  • 280114d7 OCM-10868 | test: Automate id:56224
  • cd3d7d2c OCM-10897 | ci: Enhance the functions detection about the parameter in prow_ch.sh
  • 68626aa7 OCM-10897 | ci: fix the unbound FOCUS variable

... (truncated)

Commits

Updates golang.org/x/crypto from 0.25.0 to 0.26.0

Commits
  • 5bcd010 go.mod: update golang.org/x dependencies
  • 3375612 ssh: add support for unpadded RSA signatures
  • bb80217 ssh: don't use dsa keys in integration tests
  • 6879722 ssh: remove go 1.21+ dependency on slices
  • e983fa2 sha3: Avo port of keccakf_amd64.s
  • 80fd972 LICENSE: update per Google Legal
  • f2bc3a6 x509roots/fallback/internal/goissue52287: delete
  • d66d9c3 x509roots/fallback: update bundle
  • See full diff in compare view

Updates golang.org/x/text from 0.16.0 to 0.17.0

Commits

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

Release notes

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

v0.6.27

Changelog

  • 5f0f6e16d28d636d2f5cee08591de2350e86f7d9 Merge pull request #763 from bhavi-koduru/release-0.6
  • b27d3030f5d48e87bd1eef871713a15e453e5db7 Create new release 0.6.27
  • 861e573b7492146a2e1ebcb94055395633f4d82b Merge pull request #761 from bhavi-koduru/release-0.6
  • 68ef820502d95b1fbebd79a0e59b0954c2a609a2 use protobuf content type instead of json for k8s client

v0.6.26

Changelog

  • ed7005b41b8ded3fa2828b97b44a0c8300c65ba6 Merge pull request #752 from haoranleo/release-0.6
  • 6b2d23def1208cbee00c10e0b9f2df5122732b1b Create new release 0.6.26
  • 525dad33470f346e9aa5996d34fba99b7f00981b Merge pull request #751 from haoranleo/add-source-arc-to-sts-headers-release-0.6
  • af020f9a6196a6c72b9c845fc396c6a73f7a2453 Parse source account from sourceARN
  • 026a35668d35e7815f59afa2164a3909eef02612 Add sourceArn to sts through headers

v0.6.25

Changelog

  • 637fcb726fab1c2301a117a7be6d115eaeac9248 Merge pull request #748 from modulitos/release-0.6-bump-version
  • dbd349dfd9d8e85fc2bad9610ca3907ab90c8d6d Reapply "create new release 0.6.25"
  • 2bacc53e6d471b615a7906731c3f9527fe06653e Merge pull request #747 from modulitos/release-0.6
  • 4bd0616834c4f50e277d11e08d2735d2e0f70512 Revert "create new release 0.6.25"
  • 9ebe7b8850b0f08e3de88de82525c61c0fdd304d create new release 0.6.25
  • 43042b98dcdccc8f901eb325e540eb5a752c6900 cleanup to use composite literals
  • 8ec9d2b96c963d80cdfd7eda4e8a1f7031788665 update to sig.k8s.io namespace
  • c07669231d896efccf71aaa00d829a5378b00db5 retain original field
  • 1ecf00d1e52a491b5ccc3ca8fdfeedf83a9b4b8f add a namespaced field

v0.6.24

Changelog

  • 163e0355a85491e8c59ff56ca80d2a5d2422e51b Merge pull request #746 from kmala/release-0.6
  • 85e80f19b39321a09e2a1d9fa38d0b8208815e87 create new release 0.6.24
  • eb4cd5cc68cca75b2c66bb6f49ba1a3d64fd6dfb Merge pull request #745 from kmala/release-0.6
  • 99d363af4d6255b768956699517014f96863a985 update the image to latest to fix CVE-2024-39689

v0.6.23

Changelog

  • d0854b72b5b2de941d73f1cf7147776f875d77c2 Merge pull request #740 from shizuchanw/cherry-pick-1.31-release
  • cab860f40a4bc89e387056e1ebf1ca6ee4fed82d Create new release 0.6.23
  • 81be554a128ccc5d9d0541bf67082f3fb8757bf0 Update upstream dependencies to v1.31.0

v0.6.22

Changelog

  • af051688 Merge pull request #735 from kmala/release-0.6
  • 308e9dc2 new release 0.6.22
  • 76d888d6 Merge pull request #734 from kmala/release-0.6
  • 81116802 update the go version to 1.22.5
  • e7daa8fc Add unit test
  • 6c15092c skip service validation to get the default regions endpoint

v0.6.21

... (truncated)

Commits
  • 5f0f6e1 Merge pull request #763 from bhavi-koduru/release-0.6
  • b27d303 Create new release 0.6.27
  • 861e573 Merge pull request #761 from bhavi-koduru/release-0.6
  • 68ef820 use protobuf content type instead of json for k8s client
  • ed7005b Merge pull request #752 from haoranleo/release-0.6
  • 6b2d23d Create new release 0.6.26
  • 525dad3 Merge pull request #751 from haoranleo/add-source-arc-to-sts-headers-release-0.6
  • af020f9 Parse source account from sourceARN
  • 026a356 Add sourceArn to sts through headers
  • 637fcb7 Merge pull request #748 from modulitos/release-0.6-bump-version
  • 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

Bumps the dependencies group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/amazon-vpc-cni-k8s](https://github.com/aws/amazon-vpc-cni-k8s) | `1.15.5` | `1.18.5` |
| [github.com/aws/aws-lambda-go](https://github.com/aws/aws-lambda-go) | `1.41.0` | `1.47.0` |
| [github.com/aws/aws-sdk-go-v2/service/sts](https://github.com/aws/aws-sdk-go-v2) | `1.28.6` | `1.32.2` |
| [github.com/coreos/ignition/v2](https://github.com/coreos/ignition) | `2.16.2` | `2.19.0` |
| [github.com/gofrs/flock](https://github.com/gofrs/flock) | `0.8.1` | `0.12.1` |
| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.19.1` | `2.20.2` |
| [github.com/openshift/rosa](https://github.com/openshift/rosa) | `1.2.46-rc1.0.20241003145806-a4af6ae81a7c` | `1.2.46` |
| [sigs.k8s.io/aws-iam-authenticator](https://github.com/kubernetes-sigs/aws-iam-authenticator) | `0.6.13` | `0.6.27` |



Updates `github.com/aws/amazon-vpc-cni-k8s` from 1.15.5 to 1.18.5
- [Release notes](https://github.com/aws/amazon-vpc-cni-k8s/releases)
- [Changelog](https://github.com/aws/amazon-vpc-cni-k8s/blob/master/CHANGELOG.md)
- [Commits](aws/amazon-vpc-cni-k8s@v1.15.5...v1.18.5)

Updates `github.com/aws/aws-lambda-go` from 1.41.0 to 1.47.0
- [Release notes](https://github.com/aws/aws-lambda-go/releases)
- [Commits](aws/aws-lambda-go@v1.41.0...v1.47.0)

Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.28.6 to 1.32.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/acm/v1.28.6...v1.32.2)

Updates `github.com/coreos/ignition/v2` from 2.16.2 to 2.19.0
- [Release notes](https://github.com/coreos/ignition/releases)
- [Changelog](https://github.com/coreos/ignition/blob/main/docs/release-notes.md)
- [Commits](coreos/ignition@v2.16.2...v2.19.0)

Updates `github.com/gofrs/flock` from 0.8.1 to 0.12.1
- [Release notes](https://github.com/gofrs/flock/releases)
- [Commits](gofrs/flock@v0.8.1...v0.12.1)

Updates `github.com/onsi/ginkgo/v2` from 2.19.1 to 2.20.2
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.19.1...v2.20.2)

Updates `github.com/onsi/gomega` from 1.34.0 to 1.34.1
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.34.0...v1.34.1)

Updates `github.com/openshift/rosa` from 1.2.46-rc1.0.20241003145806-a4af6ae81a7c to 1.2.46
- [Release notes](https://github.com/openshift/rosa/releases)
- [Changelog](https://github.com/openshift/rosa/blob/master/.goreleaser.yaml)
- [Commits](https://github.com/openshift/rosa/commits/v1.2.46)

Updates `golang.org/x/crypto` from 0.25.0 to 0.26.0
- [Commits](golang/crypto@v0.25.0...v0.26.0)

Updates `golang.org/x/text` from 0.16.0 to 0.17.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.16.0...v0.17.0)

Updates `sigs.k8s.io/aws-iam-authenticator` from 0.6.13 to 0.6.27
- [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.13...v0.6.27)

---
updated-dependencies:
- dependency-name: github.com/aws/amazon-vpc-cni-k8s
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-lambda-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/coreos/ignition/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/gofrs/flock
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/openshift/rosa
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: golang.org/x/text
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: sigs.k8s.io/aws-iam-authenticator
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added area/dependency Issues or PRs related to dependency changes kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. release-note-none Denotes a PR that doesn't merit a release note. labels Oct 16, 2024
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Oct 16, 2024
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign dlipovetsky for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot
Copy link
Contributor

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@k8s-ci-robot k8s-ci-robot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Oct 16, 2024
@k8s-ci-robot
Copy link
Contributor

@dependabot[bot]: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-cluster-api-provider-aws-build fa00ba3 link true /test pull-cluster-api-provider-aws-build
pull-cluster-api-provider-aws-test fa00ba3 link true /test pull-cluster-api-provider-aws-test
pull-cluster-api-provider-aws-build-docker fa00ba3 link true /test pull-cluster-api-provider-aws-build-docker
pull-cluster-api-provider-aws-verify fa00ba3 link true /test pull-cluster-api-provider-aws-verify

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependency Issues or PRs related to dependency changes cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. needs-priority ok-to-test Indicates a non-member PR verified by an org member that is safe to test. release-note-none Denotes a PR that doesn't merit a release note. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant