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 18 updates #4970

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 6, 2024

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

Package From To
github.com/aws/amazon-vpc-cni-k8s 1.15.4 1.18.1
github.com/aws/aws-lambda-go 1.41.0 1.47.0
github.com/aws/aws-sdk-go 1.51.17 1.52.2
github.com/coreos/ignition/v2 2.16.2 2.18.0
github.com/onsi/ginkgo/v2 2.17.1 2.17.2
github.com/openshift-online/ocm-sdk-go 0.1.414 0.1.419
github.com/openshift/rosa 1.2.35-rc1.0.20240301152457-ad986cecd364 1.2.38
github.com/zgalor/weberr 0.6.0 0.8.2
golang.org/x/text 0.14.0 0.15.0
k8s.io/api 0.29.3 0.29.4
k8s.io/apiextensions-apiserver 0.29.3 0.29.4
k8s.io/cli-runtime 0.29.3 0.29.4
sigs.k8s.io/aws-iam-authenticator 0.6.13 0.6.20
sigs.k8s.io/controller-runtime 0.17.3 0.17.4

Updates github.com/aws/amazon-vpc-cni-k8s from 1.15.4 to 1.18.1

Release notes

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

v1.18.1

Release Notes

None

Changes since v1.18.0

To manually apply this release:

kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.18.1/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.1/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.1/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.1/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.1/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.1
amazon-k8s-cni:v1.18.1
</tr></table> 

... (truncated)

Changelog

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

v1.18.1

v1.18.0

v1.17.1

v1.16.4

... (truncated)

Commits

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 from 1.51.17 to 1.52.2

Release notes

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

Release v1.52.2 (2024-05-03)

Service Client Updates

  • service/bedrock-agent: Updates service API and documentation
  • service/connect: Updates service API and documentation
  • service/connectcases: Updates service API and documentation
  • service/datasync: Updates service API and documentation
  • service/inspector2: Updates service API and documentation
  • service/sagemaker: Updates service API and documentation
    • Amazon SageMaker Inference now supports m6i, c6i, r6i, m7i, c7i, r7i and g5 instance types for Batch Transform Jobs
  • service/sesv2: Updates service API and documentation

Release v1.52.1 (2024-05-02)

Service Client Updates

  • service/dynamodb: Updates service API, documentation, waiters, paginators, and examples
    • This release adds support to specify an optional, maximum OnDemandThroughput for DynamoDB tables and global secondary indexes in the CreateTable or UpdateTable APIs. You can also override the OnDemandThroughput settings by calling the ImportTable, RestoreFromPointInTime, or RestoreFromBackup APIs.
  • service/ec2: Updates service API and documentation
    • This release includes a new API for retrieving the public endorsement key of the EC2 instance's Nitro Trusted Platform Module (NitroTPM).
  • service/personalize: Updates service API and documentation
  • service/redshift-serverless: Updates service API and documentation

Release v1.52.0 (2024-05-01)

Service Client Updates

  • service/bedrock-agent: Updates service API and documentation
  • service/ec2: Updates service documentation
    • Documentation updates for Amazon EC2.
  • service/personalize-runtime: Updates service API and documentation
  • service/securityhub: Updates service API and documentation
  • service/sesv2: Updates service API

SDK Features

  • service/alexaforbusiness: Remove Alexaforbusiness
    • This change removes the Alexaforbusiness service, since it is deprecated.

Release v1.51.32 (2024-04-30)

Service Client Updates

  • service/chime-sdk-voice: Updates service API and documentation
  • service/codeartifact: Updates service API and documentation
  • service/fms: Updates service API and documentation
  • service/omics: Updates service API and documentation
  • service/opensearch: Updates service API and documentation
  • service/pinpoint-sms-voice-v2: Updates service API, documentation, and paginators
  • service/qbusiness: Updates service API, documentation, and waiters

... (truncated)

Commits

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

Release notes

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

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.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

  • Prevent races with udev after disk editing
  • Don't fail to wipe partition table if it's corrupted
Commits
  • 0abc407 Merge pull request #1822 from yasminvalim/ignition-v2.18.0
  • a1c90f9 NEWS: update 2.18.0
  • d84b20f Merge pull request #1818 from coreos/dependabot/go_modules/github.com/aws/aws...
  • 8757652 Merge pull request #1819 from coreos/dependabot/go_modules/google.golang.org/...
  • 93e829a build(deps): bump google.golang.org/api from 0.165.0 to 0.167.0
  • 898778a build(deps): bump github.com/aws/aws-sdk-go from 1.50.20 to 1.50.25
  • 803dc67 Merge pull request #1815 from coreos/dependabot/go_modules/cloud.google.com/g...
  • 953860b build(deps): bump cloud.google.com/go/storage from 1.37.0 to 1.38.0
  • c41c37f Merge pull request #1817 from coreos/dependabot/go_modules/github.com/aws/aws...
  • 28840fd Merge pull request #1816 from coreos/dependabot/go_modules/google.golang.org/...
  • Additional commits viewable in compare view

Updates github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.2

Release notes

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

v2.17.2

2.17.2

Fixes

  • fix: close files [32259c8]
  • fix github output log level for skipped specs [780e7a3]

Maintenance

  • Bump github.com/google/pprof [d91fe4e]
  • Bump github.com/go-task/slim-sprig to v3 [8cb662e]
  • Bump golang.org/x/net in /integration/_fixtures/version_mismatch_fixture (#1391) [3134422]
  • Bump github-pages from 230 to 231 in /docs (#1384) [eca81b4]
  • Bump golang.org/x/tools from 0.19.0 to 0.20.0 (#1383) [760def8]
  • Bump golang.org/x/net from 0.23.0 to 0.24.0 (#1381) [4ce33f4]
  • Fix test for gomega version bump [f2fcd97]
  • Bump github.com/onsi/gomega from 1.30.0 to 1.33.0 (#1390) [fd622d2]
  • Bump golang.org/x/tools from 0.17.0 to 0.19.0 (#1368) [5474a26]
  • Bump github-pages from 229 to 230 in /docs (#1359) [e6d1170]
  • Bump google.golang.org/protobuf from 1.28.0 to 1.33.0 (#1374) [7f447b2]
  • Bump golang.org/x/net from 0.20.0 to 0.23.0 (#1380) [f15239a]
Changelog

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

2.17.2

Fixes

  • fix: close files [32259c8]
  • fix github output log level for skipped specs [780e7a3]

Maintenance

  • Bump github.com/google/pprof [d91fe4e]
  • Bump github.com/go-task/slim-sprig to v3 [8cb662e]
  • Bump golang.org/x/net in /integration/_fixtures/version_mismatch_fixture (#1391) [3134422]
  • Bump github-pages from 230 to 231 in /docs (#1384) [eca81b4]
  • Bump golang.org/x/tools from 0.19.0 to 0.20.0 (#1383) [760def8]
  • Bump golang.org/x/net from 0.23.0 to 0.24.0 (#1381) [4ce33f4]
  • Fix test for gomega version bump [f2fcd97]
  • Bump github.com/onsi/gomega from 1.30.0 to 1.33.0 (#1390) [fd622d2]
  • Bump golang.org/x/tools from 0.17.0 to 0.19.0 (#1368) [5474a26]
  • Bump github-pages from 229 to 230 in /docs (#1359) [e6d1170]
  • Bump google.golang.org/protobuf from 1.28.0 to 1.33.0 (#1374) [7f447b2]
  • Bump golang.org/x/net from 0.20.0 to 0.23.0 (#1380) [f15239a]
Commits
  • 7836496 v2.17.2
  • d91fe4e Bump github.com/google/pprof
  • 8cb662e Bump github.com/go-task/slim-sprig to v3
  • 32259c8 fix: close files
  • 3134422 Bump golang.org/x/net in /integration/_fixtures/version_mismatch_fixture (#1391)
  • eca81b4 Bump github-pages from 230 to 231 in /docs (#1384)
  • 760def8 Bump golang.org/x/tools from 0.19.0 to 0.20.0 (#1383)
  • 4ce33f4 Bump golang.org/x/net from 0.23.0 to 0.24.0 (#1381)
  • f2fcd97 Fix test for gomega version bump
  • fd622d2 Bump github.com/onsi/gomega from 1.30.0 to 1.33.0 (#1390)
  • Additional commits viewable in compare view

Updates github.com/onsi/gomega from 1.32.0 to 1.33.0

Release notes

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

v1.33.0

1.33.0

Features

Receive not accepts Receive(<POINTER>, MATCHER>), allowing you to pick out a specific value on the channel that satisfies the provided matcher and is stored in the provided pointer.

Maintenance

  • Bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.17.1 (#745) [9999deb]
  • Bump github-pages from 229 to 230 in /docs (#735) [cb5ff21]
  • Bump golang.org/x/net from 0.20.0 to 0.23.0 (#746) [bac6596]
Changelog

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

1.33.0

Features

Receive not accepts Receive(<POINTER>, MATCHER>), allowing you to pick out a specific value on the channel that satisfies the provided matcher and is stored in the provided pointer.

Maintenance

  • Bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.17.1 (#745) [9999deb]
  • Bump github-pages from 229 to 230 in /docs (#735) [cb5ff21]
  • Bump golang.org/x/net from 0.20.0 to 0.23.0 (#746) [bac6596]
Commits
  • f2e65fc v1.33.0
  • 02e8706 docs: Receive(POINTER, MATCHER)
  • ec1f186 feat: receiver matcher accepting (POINTER, MATCHER), includes unit tests
  • 9999deb Bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.17.1 (#745)
  • cb5ff21 Bump github-pages from 229 to 230 in /docs (#735)
  • bac6596 Bump golang.org/x/net from 0.20.0 to 0.23.0 (#746)
  • See full diff in compare view

Updates github.com/openshift-online/ocm-sdk-go from 0.1.414 to 0.1.419

Release notes

Sourced from github.com/openshift-online/ocm-sdk-go's releases.

Release 0.1.419

  • Update model version v0.0.372
    • Exposed the /api/clusters_mgmt/v1/clusters/{id}/kubelet_configs endpoint
    • Added name field to KubeletConfig
    • Added kubelet_configs field to NodePool

Release 0.1.418

  • Update model version v0.0.371
    • Add Tags to the AWSMachinePool model to support custom AWS tags for day 2 creation of machine pools

Release 0.1.417

  • Add RolePolicyBindings to the AWS resource model to support STS Arbitrary Policies feature.

Release 0.1.416

  • Update windows api.openshift certs

Release 0.1.415

  • Update model version v0.0.369
    • Update metamodel version to 0.0.60
    • [OCM-6294] add /load_balancer_quota_values endpoint
    • [OCM-7027] feat: document pagination and ordering support for break glass
    • [OCM-7144] Add /storage_quota_values endpoint
    • Add Azure resource to Cluster resource.
    • Fix spacing in description of Azure's ManagedResourceGroupName
Changelog

Sourced from github.com/openshift-online/ocm-sdk-go's changelog.

0.1.419

  • Update model version v0.0.372
    • Exposed the /api/clusters_mgmt/v1/clusters/{id}/kubelet_configs endpoint
    • Added name field to KubeletConfig
    • Added kubelet_configs field to NodePool

0.1.418

  • Update model version v0.0.371
    • Add Tags to the AWSMachinePool model to support custom AWS tags for day 2 creation of machine pools

0.1.417

  • Add RolePolicyBindings to the AWS resource model to support STS Arbitrary Policies feature.

0.1.416

  • Update windows api.openshift certs

0.1.415

  • Update model version v0.0.369
    • Update metamodel version to 0.0.60
    • [OCM-6294] add /load_balancer_quota_values endpoint
    • [OCM-7027] feat: document pagination and ordering support for break glass
    • [OCM-7144] Add /storage_quota_values endpoint
    • Add Azure resource to Cluster resource.
    • Fix spacing in description of Azure's ManagedResourceGroupName
Commits
  • f725c57 Merge pull request #951 from robpblake/ocm-7308-release-notes
  • 6c7ffc8 OCM-7308 | chore: Added release notes for 0.1.419 release
  • 21aebd9 Merge pull request #950 from robpblake/ocm-7308-update-go-sdk
  • 85e458e OCM-7308 | feat: Generated a new version of the OCM-SDK to support KubeletCon...
  • 1f49224 Merge pull request #949 from gdbranco/feat/ocm-6715
  • 9fced33 OCM-6715 | chore: Release v0.1.418
  • a69ff26 OCM-6715 | feat: bump model to .371
  • 3a3ac93 Merge pull request #947 from davidleerh/OCM-6535-SDK-NEW
  • 2d102e5 Update CHANGES.md
  • 8d835b6 OCM-6535 | feat: changes to support sts arbitrary policies
  • Additional commits viewable in compare view

Updates github.com/openshift/rosa from 1.2.35-rc1.0.20240301152457-ad986cecd364 to 1.2.38

Release notes

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

v1.2.38

What's Changed

New Contributors

Full Changelog: openshift/rosa@v1.2.37...v1.2.38

v1.2.38.rc3

What's Changed

... (truncated)

Commits

Updates github.com/zgalor/weberr from 0.6.0 to 0.8.2

Release notes

Sourced from github.com/zgalor/weberr's releases.

v0.8.2

Add a wrapper to go errors Is() func

v0.7.0

Add a wrapper to pkg/errors As() func

Commits

Updates golang.org/x/text from 0.14.0 to 0.15.0

Commits

Updates k8s.io/api from 0.29.3 to 0.29.4

Commits

Updates k8s.io/apiextensions-apiserver from 0.29.3 to 0.29.4

Commits

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

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/amazon-vpc-cni-k8s](https://github.com/aws/amazon-vpc-cni-k8s) | `1.15.4` | `1.18.1` |
| [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](https://github.com/aws/aws-sdk-go) | `1.51.17` | `1.52.2` |
| [github.com/coreos/ignition/v2](https://github.com/coreos/ignition) | `2.16.2` | `2.18.0` |
| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.17.1` | `2.17.2` |
| [github.com/openshift-online/ocm-sdk-go](https://github.com/openshift-online/ocm-sdk-go) | `0.1.414` | `0.1.419` |
| [github.com/openshift/rosa](https://github.com/openshift/rosa) | `1.2.35-rc1.0.20240301152457-ad986cecd364` | `1.2.38` |
| [github.com/zgalor/weberr](https://github.com/zgalor/weberr) | `0.6.0` | `0.8.2` |
| [golang.org/x/text](https://github.com/golang/text) | `0.14.0` | `0.15.0` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.29.3` | `0.29.4` |
| [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) | `0.29.3` | `0.29.4` |
| [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime) | `0.29.3` | `0.29.4` |
| [sigs.k8s.io/aws-iam-authenticator](https://github.com/kubernetes-sigs/aws-iam-authenticator) | `0.6.13` | `0.6.20` |
| [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.17.3` | `0.17.4` |



Updates `github.com/aws/amazon-vpc-cni-k8s` from 1.15.4 to 1.18.1
- [Release notes](https://github.com/aws/amazon-vpc-cni-k8s/releases)
- [Changelog](https://github.com/aws/amazon-vpc-cni-k8s/blob/v1.18.1/CHANGELOG.md)
- [Commits](aws/amazon-vpc-cni-k8s@v1.15.4...v1.18.1)

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` from 1.51.17 to 1.52.2
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](aws/aws-sdk-go@v1.51.17...v1.52.2)

Updates `github.com/coreos/ignition/v2` from 2.16.2 to 2.18.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.18.0)

Updates `github.com/onsi/ginkgo/v2` from 2.17.1 to 2.17.2
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.17.1...v2.17.2)

Updates `github.com/onsi/gomega` from 1.32.0 to 1.33.0
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.32.0...v1.33.0)

Updates `github.com/openshift-online/ocm-sdk-go` from 0.1.414 to 0.1.419
- [Release notes](https://github.com/openshift-online/ocm-sdk-go/releases)
- [Changelog](https://github.com/openshift-online/ocm-sdk-go/blob/main/CHANGES.md)
- [Commits](openshift-online/ocm-sdk-go@v0.1.414...v0.1.419)

Updates `github.com/openshift/rosa` from 1.2.35-rc1.0.20240301152457-ad986cecd364 to 1.2.38
- [Release notes](https://github.com/openshift/rosa/releases)
- [Commits](https://github.com/openshift/rosa/commits/v1.2.38)

Updates `github.com/zgalor/weberr` from 0.6.0 to 0.8.2
- [Release notes](https://github.com/zgalor/weberr/releases)
- [Commits](zgalor/weberr@v0.6.0...v0.8.2)

Updates `golang.org/x/text` from 0.14.0 to 0.15.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.14.0...v0.15.0)

Updates `k8s.io/api` from 0.29.3 to 0.29.4
- [Commits](kubernetes/api@v0.29.3...v0.29.4)

Updates `k8s.io/apiextensions-apiserver` from 0.29.3 to 0.29.4
- [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
- [Commits](kubernetes/apiextensions-apiserver@v0.29.3...v0.29.4)

Updates `k8s.io/apimachinery` from 0.29.3 to 0.29.4
- [Commits](kubernetes/apimachinery@v0.29.3...v0.29.4)

Updates `k8s.io/cli-runtime` from 0.29.3 to 0.29.4
- [Commits](kubernetes/cli-runtime@v0.29.3...v0.29.4)

Updates `k8s.io/client-go` from 0.29.3 to 0.29.4
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.29.3...v0.29.4)

Updates `k8s.io/component-base` from 0.29.3 to 0.29.4
- [Commits](kubernetes/component-base@v0.29.3...v0.29.4)

Updates `sigs.k8s.io/aws-iam-authenticator` from 0.6.13 to 0.6.20
- [Release notes](https://github.com/kubernetes-sigs/aws-iam-authenticator/releases)
- [Changelog](https://github.com/kubernetes-sigs/aws-iam-authenticator/blob/master/CHANGELOG.md)
- [Commits](kubernetes-sigs/aws-iam-authenticator@v0.6.13...v0.6.20)

Updates `sigs.k8s.io/controller-runtime` from 0.17.3 to 0.17.4
- [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.17.3...v0.17.4)

---
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
  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/onsi/ginkgo/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/openshift-online/ocm-sdk-go
  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: github.com/zgalor/weberr
  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: k8s.io/api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: k8s.io/apiextensions-apiserver
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: k8s.io/apimachinery
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: k8s.io/cli-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: k8s.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: k8s.io/component-base
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: sigs.k8s.io/aws-iam-authenticator
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@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 May 6, 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 killianmuldoon 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 k8s-ci-robot requested review from cnmcavoy and faiq May 6, 2024 09:57
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. needs-priority labels May 6, 2024
@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 May 6, 2024
@faiq
Copy link
Contributor

faiq commented May 7, 2024

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label May 7, 2024
@faiq
Copy link
Contributor

faiq commented May 7, 2024

/retest

@faiq
Copy link
Contributor

faiq commented May 7, 2024

/remove-lgtm

@k8s-ci-robot k8s-ci-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label May 7, 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-test 263a36d link true /test pull-cluster-api-provider-aws-test
pull-cluster-api-provider-aws-build 263a36d link true /test pull-cluster-api-provider-aws-build
pull-cluster-api-provider-aws-build-docker 263a36d link true /test pull-cluster-api-provider-aws-build-docker
pull-cluster-api-provider-aws-verify 263a36d 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.

@faiq
Copy link
Contributor

faiq commented May 7, 2024

it requires a golang bump.

Copy link
Contributor Author

dependabot bot commented on behalf of github May 13, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this May 13, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/dependencies-f69ba28766 branch May 13, 2024 09:38
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.

2 participants