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 with 10 updates #4736

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 15, 2024

Bumps the dependencies group with 10 updates:

Package From To
github.com/aws/amazon-vpc-cni-k8s 1.15.4 1.16.0
github.com/aws/aws-lambda-go 1.41.0 1.44.0
github.com/coreos/ignition/v2 2.16.2 2.17.0
github.com/go-logr/logr 1.3.0 1.4.1
github.com/onsi/ginkgo/v2 2.13.2 2.14.0
github.com/openshift-online/ocm-sdk-go 0.1.388 0.1.392
github.com/prometheus/client_golang 1.17.0 1.18.0
golang.org/x/crypto 0.17.0 0.18.0
sigs.k8s.io/aws-iam-authenticator 0.6.13 0.6.17
sigs.k8s.io/kustomize/api 0.13.5-0.20230601165947-6ce0bf390ce3 0.16.0

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

Release notes

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

v1.16.0

Release Notes

  • The VPC CNI now uses CNI spec 1.0.0: https://github.com/aws/amazon-vpc-cni-k8s/blob/v1.16.0/misc/10-aws.conflist
  • With VPC CNI v1.16.0, Security Groups for Pods is now supported on IPv6 clusters.
    • One caveat to be aware of compared to IPv4 is that ICMPv6 Neighbor Discovery must be allowed in EC2 security groups in order for pods to properly resolve IPv6 addresses to MAC addresses.

Changes since v1.15.5

To manually apply this release:

kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.16.0/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.16.0/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.16.0/config/master/aws-k8s-cni-us-gov-west-1.yaml

cn:

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

... (truncated)

Changelog

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

v1.16.0

v1.15.5

Commits
  • 870ead7 CHANGELOG, chart, and manifest updates for v1.16.0 release (#2725)
  • 3208cc5 revert #2697 from release-1.16 branch (#2724)
  • b7cf951 Bump github.com/containerd/containerd from 1.7.6 to 1.7.11 (#2718)
  • 80b8ed7 add instance types (#2720)
  • 3be5799 update golang.org/x/crypto to v0.17.0 (#2719)
  • e0e0411 Update CHANGELOG, charts, and manifests for v1.15.5 release; update aws-vpc-c...
  • 224bcaa adding feature flags to configmap charts (#2715)
  • 2c8af2d no need to set accept_ra systcl for non-primary interfaces (#2708)
  • f40ff9c Update upstream CNI plugins to v1.4.0 (#2713)
  • 3c97b82 check if ipv4Addr or ipv6Addr is empty before calling AnnotatePod() (#2702)
  • Additional commits viewable in compare view

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

Release notes

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

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

New Contributors

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

Commits
  • cce0845 linter config: reformat the lists (#545)
  • c5ef6f1 'Building your function' README updates (#543)
  • 501c2f3 Add S3ObjectLambdaEvent (#536)
  • 50dbfb1 [479] CloudWatchEvent renamed to EventBridgeEvent (#537)
  • f079271 refactor: use assert.PanicsWithValue (#541)
  • c42f056 fixed test event for Cognito pretokenV2 (#540)
  • 326401a Added support for Cognito pre token generation with access token customizatio...
  • 30d7c7e update linter version (#539)
  • 752114b Add options lambdaurl.WithDetectContentType and lambda.WithContextValue (#516)
  • 1dca084 Plumb JSON Decoder options (#515)
  • Additional commits viewable in compare view

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

Release notes

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

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.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
  • 45e9d39 Merge pull request #1756 from yasminvalim/update-release-notes
  • c73064e NEWS: update 2.17.0
  • 9eb672b Merge pull request #1752 from prestist/add-packit
  • fa70614 Merge pull request #1754 from coreos/dependabot/go_modules/google.golang.org/...
  • 3c69062 build(deps): bump google.golang.org/api from 0.150.0 to 0.151.0
  • 35ef733 Merge pull request #1746 from coreos/dependabot/go_modules/cloud.google.com/g...
  • 6a625c9 packit: add initial support
  • 6df393a build(deps): bump cloud.google.com/go/storage from 1.34.1 to 1.35.1
  • c17515a Merge pull request #1747 from coreos/dependabot/go_modules/github.com/aws/aws...
  • 03d32f0 Merge pull request #1749 from coreos/dependabot/go_modules/google.golang.org/...
  • Additional commits viewable in compare view

Updates github.com/go-logr/logr from 1.3.0 to 1.4.1

Release notes

Sourced from github.com/go-logr/logr's releases.

v1.4.1

What's Changed

Full Changelog: go-logr/logr@v1.4.0...v1.4.1

v1.4.0

This release dramatically improves interoperability with Go's log/slog package. In particular, logr.NewContext and logr.NewContextWithSlogLogger use the same context key, which allows logr.FromContext and logr.FromContextAsSlogLogger to return logr.Logger or *slog.Logger respectively, including transparently converting each to the other as needed.

Functions logr/slogr.NewLogr and logr/slogr.ToSlogHandler have been superceded by logr.FromSlogHandler and logr.ToSlogHandler respectively, and type logr/slogr.SlogSink has been superceded by logr.SlogSink. All of the old names in logr/slogr remain, for compatibility.

Package logr/funcr now supports logr.SlogSink, meaning that it's output passes all but one of the Slog conformance tests (that exception being that funcr handles the timestamp itself).

Users who have a logr.Logger and need a *slog.Logger can call slog.New(logr.ToSlogHandler(...)) and all output will go through the same stack.

Users who have a *slog.Logger or slog.Handler can call logr.FromSlogHandler(...) and all output will go through the same stack.

What's Changed

New Contributors

Full Changelog: go-logr/logr@v1.3.0...v1.4.0

Commits
  • dcdc3f2 slogr: fix unintended API break in v0.8.0 (#253)
  • 5d88f52 funcr: Add LogInfoLevel Option to skip logging level in the info log (#240)
  • 177005d build(deps): bump actions/upload-artifact from 3.1.3 to 4.0.0
  • e7f489a build(deps): bump github/codeql-action from 2.22.9 to 3.22.11
  • cf56c3b build(deps): bump actions/setup-go from 4 to 5
  • 2ad296e build(deps): bump github/codeql-action from 2.22.8 to 2.22.9
  • d55b4e2 Merge pull request #241 from thockin/master
  • 98ee9d9 Clean up slog testing and restore coverage
  • b228ba8 Break examples to new file
  • 6432877 Add benchmarks for slogSink
  • Additional commits viewable in compare view

Updates github.com/onsi/ginkgo/v2 from 2.13.2 to 2.14.0

Release notes

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

v2.14.0

2.14.0

Features

You can now use GinkgoTB() when you need an instance of testing.TB to pass to a library.

Prior to this release table testing only supported generating individual Its for each test entry. DescribeTableSubtree extends table testing support to entire testing subtrees - under the hood DescrieTableSubtree generates a new container for each entry and invokes your function to fill our the container. See the docs to learn more.

  • Introduce DescribeTableSubtree [65ec56d]
  • add GinkgoTB() to docs [4a2c832]
  • Add GinkgoTB() function (#1333) [92b6744]

Fixes

  • Fix typo in internal/suite.go (#1332) [beb9507]
  • Fix typo in docs/index.md (#1319) [4ac3a13]
  • allow wasm to compile with ginkgo present (#1311) [b2e5bc5]

Maintenance

  • Bump golang.org/x/tools from 0.16.0 to 0.16.1 (#1316) [465a8ec]
  • Bump actions/setup-go from 4 to 5 (#1313) [eab0e40]
  • Bump github/codeql-action from 2 to 3 (#1317) [fbf9724]
  • Bump golang.org/x/crypto (#1318) [3ee80ee]
  • Bump golang.org/x/tools from 0.14.0 to 0.16.0 (#1306) [123e1d5]
  • Bump github.com/onsi/gomega from 1.29.0 to 1.30.0 (#1297) [558f6e0]
  • Bump golang.org/x/net from 0.17.0 to 0.19.0 (#1307) [84ff7f3]
Changelog

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

2.14.0

Features

You can now use GinkgoTB() when you need an instance of testing.TB to pass to a library.

Prior to this release table testing only supported generating individual Its for each test entry. DescribeTableSubtree extends table testing support to entire testing subtrees - under the hood DescrieTableSubtree generates a new container for each entry and invokes your function to fill our the container. See the docs to learn more.

  • Introduce DescribeTableSubtree [65ec56d]
  • add GinkgoTB() to docs [4a2c832]
  • Add GinkgoTB() function (#1333) [92b6744]

Fixes

  • Fix typo in internal/suite.go (#1332) [beb9507]
  • Fix typo in docs/index.md (#1319) [4ac3a13]
  • allow wasm to compile with ginkgo present (#1311) [b2e5bc5]

Maintenance

  • Bump golang.org/x/tools from 0.16.0 to 0.16.1 (#1316) [465a8ec]
  • Bump actions/setup-go from 4 to 5 (#1313) [eab0e40]
  • Bump github/codeql-action from 2 to 3 (#1317) [fbf9724]
  • Bump golang.org/x/crypto (#1318) [3ee80ee]
  • Bump golang.org/x/tools from 0.14.0 to 0.16.0 (#1306) [123e1d5]
  • Bump github.com/onsi/gomega from 1.29.0 to 1.30.0 (#1297) [558f6e0]
  • Bump golang.org/x/net from 0.17.0 to 0.19.0 (#1307) [84ff7f3]
Commits

Updates github.com/openshift-online/ocm-sdk-go from 0.1.388 to 0.1.392

Release notes

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

Release 0.1.392

  • Update model version v0.0.346
    • Modify notify_details response

Release 0.1.391

  • Update model version v0.0.345
    • Add validate_credentials resource to AwsInquiries
  • Update model version v0.0.344
    • Add the /notify_details endpoint to the SDK

Release 0.1.390

  • Update model version v0.0.343
    • Add Platformto subnet_network_verification_type resource

Release 0.1.389

  • Update model version v0.0.342
    • Add Search and Order methods to List /api/clusters_mgmt/v1/clusters/{id}/node_pools
Changelog

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

0.1.392

  • Update model version v0.0.346
    • Modify notify_details response

0.1.391

  • Update model version v0.0.345
    • Add validate_credentials resource to AwsInquiries
  • Update model version v0.0.344
    • Add the /notify_details endpoint to the SDK

0.1.390

  • Update model version v0.0.343
    • Add Platformto subnet_network_verification_type resource

0.1.389

  • Update model version v0.0.342
    • Add Search and Order methods to List /api/clusters_mgmt/v1/clusters/{id}/node_pools
Commits
  • 4b8c50e Merge pull request #886 from Lir10/release-392
  • 4c3ce9d Prepare v0.1.392 release
  • 574f4e5 Merge pull request #884 from gdbranco/feat/ocm-1706
  • a4c6fd4 chore: Release v0.1.391
  • b9d42b3 OCM-1706 | chore: bump model to v0.0.345
  • 6e2ea48 Merge pull request #881 from davidleerh/OCM-5312-SDK
  • 8eacbdc Update CHANGES.md
  • 8110ace OCM-5312 | Add Platform to subnet_network_verification_type
  • 821b411 Merge pull request #880 from chenz4027/prepare-v-0.1.389
  • 66d765f Prepare v0.1.389 release
  • See full diff in compare view

Updates github.com/prometheus/client_golang from 1.17.0 to 1.18.0

Release notes

Sourced from github.com/prometheus/client_golang's releases.

v1.18.0

What's Changed

  • [FEATURE] promlint: Allow creation of custom metric validations. #1311
  • [FEATURE] Go programs using client_golang can be built in wasip1 OS. #1350
  • [BUGFIX] histograms: Add timer to reset ASAP after bucket limiting has happened. #1367
  • [BUGFIX] testutil: Fix comparison of metrics with empty Help strings. #1378
  • [ENHANCEMENT] Improved performance of MetricVec.WithLabelValues(...). #1360

New Contributors

Full Changelog: prometheus/client_golang@v1.17.0...v1.18.0

Changelog

Sourced from github.com/prometheus/client_golang's changelog.

1.18.0 / 2023-12-22

  • [FEATURE] promlint: Allow creation of custom metric validations. #1311
  • [FEATURE] Go programs using client_golang can be built in wasip1 OS. #1350
  • [BUGFIX] histograms: Add timer to reset ASAP after bucket limiting has happened. #1367
  • [BUGFIX] testutil: Fix comparison of metrics with empty Help strings. #1378
  • [ENHANCEMENT] Improved performance of MetricVec.WithLabelValues(...). #1360
Commits
  • 53be91d Revert "change api http.client to interface"
  • 1a2d072 Add 1.18 changelog
  • 239b123 Merge pull request #1387 from tsipo/main
  • 3f8bd73 Merge pull request #1370 from prometheus/dependabot/go_modules/tutorial/whats...
  • 5e55b31 Bump google.golang.org/grpc from 1.53.0 to 1.56.3 in /tutorial/whatsup
  • e96fb18 Merge pull request #1401 from prometheus/dependabot/go_modules/golang.org/x/s...
  • 2a8fc90 Bump golang.org/x/sys from 0.13.0 to 0.15.0
  • 24d59e9 change client to interface, allow override by other implementations (e.g. git...
  • 80d3f0b Normalize empty help values in CollectAndCompare (#1378)
  • 3f80cd1 Add example of NewConstMetricWithCreatedTimestamp (#1375)
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.17.0 to 0.18.0

Commits
  • dbb6ec1 ssh/test: skip tests on darwin that fail on the darwin-amd64-longtest LUCI bu...
  • 403f699 ssh/test: avoid leaking a net.UnixConn in server.TryDialWithAddr
  • 055043d go.mod: update golang.org/x dependencies
  • 08396bb internal/poly1305: drop Go 1.12 compatibility
  • See full diff in compare view

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

Release notes

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

v0.6.14

What's Changed

Full Changelog: kubernetes-sigs/aws-iam-authenticator@v0.6.13...v0.6.14

Commits

Updates sigs.k8s.io/kustomize/api from 0.13.5-0.20230601165947-6ce0bf390ce3 to 0.16.0

Release notes

Sourced from sigs.k8s.io/kustomize/api's releases.

api/v0.16.0

#5082: perf: MakeDefaultConfig once #5270: helm: add support for kube-version and add cli args for both kube-version and api-versions #5293: fix: local helm chart with version but no repo #5328: fix failed tests are depends on external container images #5364: fix: goroutine leak #5381: hotfix: return error instead of log at FromMapAndOption #5390: Add negative case for testing keyValuesFromLine #5402: release cleanup, unpin the modules #5412: Use upstream go-yaml fork and remove our internal one #5421: Replace gopkg.in/yaml.v2 with sigs.k8s.io/yaml/goyaml.v2 #5424: Run go work sync #5464: Add deprecation warning message to commonLabels #5475: Update kyaml to v0.16.0

kyaml/v0.16.0

#5328: fix failed tests are depends on external container images #5412: Use upstream go-yaml fork and remove our internal one #5421: Replace gopkg.in/yaml.v2 with sigs.k8s.io/yaml/goyaml.v2 #5424: Run go work sync

api/v0.15.0

#5167: kustomize: Add support for OCI based helm repos #5189: Add test for issue #5131 #5193: [refactor]: Internalize loader api #5194: fix a patch files accept multiple patches #5196: fix: patch additions honor source key style #5197: Switch to json-patch v5 #5225: Add accumulateResources error tests for local files #5261: [Refactor] Move image to internal #5262: [Refactor] Internalize konfig constants #5263: Fix reject needing both current and previous ids #5342: Update imdario/mergo to v0.3.13 #5353: git submodule need origin #5367: fix: add namespace option to 'edit add configmap' command #5393: Update kyaml to v0.15.0

kyaml/v0.15.0

#5076: perf: limit initSchema calls from openapi.IsNamespaceScoped #5167: kustomize: Add support for OCI based helm repos #5196: fix: patch additions honor source key style #5291: refactor: Remove setters from kyaml #5324: update deprecated doc refs #5370: merge2: fix duplicate test case

kyaml/v0.14.3

#5155: performance: eliminate unnecessary RNode creation #5186: Update gnostic dependency with gnostic-models #5187: Bump to go 1.20

... (truncated)

Commits

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 10 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/amazon-vpc-cni-k8s](https://github.com/aws/amazon-vpc-cni-k8s) | `1.15.4` | `1.16.0` |
| [github.com/aws/aws-lambda-go](https://github.com/aws/aws-lambda-go) | `1.41.0` | `1.44.0` |
| [github.com/coreos/ignition/v2](https://github.com/coreos/ignition) | `2.16.2` | `2.17.0` |
| [github.com/go-logr/logr](https://github.com/go-logr/logr) | `1.3.0` | `1.4.1` |
| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.13.2` | `2.14.0` |
| [github.com/openshift-online/ocm-sdk-go](https://github.com/openshift-online/ocm-sdk-go) | `0.1.388` | `0.1.392` |
| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.17.0` | `1.18.0` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.17.0` | `0.18.0` |
| [sigs.k8s.io/aws-iam-authenticator](https://github.com/kubernetes-sigs/aws-iam-authenticator) | `0.6.13` | `0.6.17` |
| [sigs.k8s.io/kustomize/api](https://github.com/kubernetes-sigs/kustomize) | `0.13.5-0.20230601165947-6ce0bf390ce3` | `0.16.0` |


Updates `github.com/aws/amazon-vpc-cni-k8s` from 1.15.4 to 1.16.0
- [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.4...v1.16.0)

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

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

Updates `github.com/go-logr/logr` from 1.3.0 to 1.4.1
- [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.3.0...v1.4.1)

Updates `github.com/onsi/ginkgo/v2` from 2.13.2 to 2.14.0
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.13.2...v2.14.0)

Updates `github.com/openshift-online/ocm-sdk-go` from 0.1.388 to 0.1.392
- [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.388...v0.1.392)

Updates `github.com/prometheus/client_golang` from 1.17.0 to 1.18.0
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.17.0...v1.18.0)

Updates `golang.org/x/crypto` from 0.17.0 to 0.18.0
- [Commits](golang/crypto@v0.17.0...v0.18.0)

Updates `sigs.k8s.io/aws-iam-authenticator` from 0.6.13 to 0.6.17
- [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.17)

Updates `sigs.k8s.io/kustomize/api` from 0.13.5-0.20230601165947-6ce0bf390ce3 to 0.16.0
- [Release notes](https://github.com/kubernetes-sigs/kustomize/releases)
- [Commits](https://github.com/kubernetes-sigs/kustomize/commits/api/v0.16.0)

---
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/coreos/ignition/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/go-logr/logr
  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/openshift-online/ocm-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: golang.org/x/crypto
  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
- dependency-name: sigs.k8s.io/kustomize/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. label Jan 15, 2024
@k8s-ci-robot
Copy link
Contributor

Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it.

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/test-infra repository.

@k8s-ci-robot k8s-ci-robot added the do-not-merge/release-note-label-needed Indicates that a PR should not merge because it's missing one of the release note labels. label Jan 15, 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 richardcase 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 added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. needs-priority needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Jan 15, 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/test-infra repository.

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 18, 2024

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

@dependabot dependabot bot closed this Jan 18, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/dependencies-173ca8374f branch January 18, 2024 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. do-not-merge/release-note-label-needed Indicates that a PR should not merge because it's missing one of the release note labels. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. needs-priority 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