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 8 updates #4690

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 13, 2023

Bumps the dependencies group with 8 updates:

Package From To
github.com/aws/aws-lambda-go 1.41.0 1.42.0
github.com/coreos/ignition/v2 2.16.2 2.17.0
github.com/onsi/ginkgo/v2 2.13.1 2.13.2
github.com/openshift-online/ocm-sdk-go 0.1.388 0.1.389
golang.org/x/crypto 0.15.0 0.16.0
sigs.k8s.io/aws-iam-authenticator 0.6.13 0.6.16
sigs.k8s.io/cluster-api/test 1.5.3 1.6.0
sigs.k8s.io/kustomize/api 0.13.4 0.16.0

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

Release notes

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

v1.42.0

What's Changed

New Contributors

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

Commits

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/onsi/ginkgo/v2 from 2.13.1 to 2.13.2

Release notes

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

v2.13.2

2.13.2

Fixes

  • Fix file handler leak (#1309) [e2e81c8]
  • Avoid allocations with (*regexp.Regexp).MatchString (#1302) [3b2a2a7]
Changelog

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

2.13.2

Fixes

  • Fix file handler leak (#1309) [e2e81c8]
  • Avoid allocations with (*regexp.Regexp).MatchString (#1302) [3b2a2a7]
Commits

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

Release notes

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

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

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

Updates golang.org/x/crypto from 0.15.0 to 0.16.0

Commits
  • 325b735 ssh/test: skip TestSSHCLIAuth on Windows
  • 1eadac5 go.mod: update golang.org/x dependencies
  • b2d7c26 ssh: add (*Client).DialContext method
  • 1c17e20 ssh: fix certificate authentication with OpenSSH 7.2-7.7
  • 270bf25 curve25519/internal/field/_asm: go mod tidy to fix x/sys version
  • 1cf1811 ssh: use the correct token from the client
  • a2edfb5 cryptobyte: fix ReadOptionalASN1Boolean
  • ff15cd5 ssh: eliminate some goroutine leaks in tests and examples
  • See full diff in compare view

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

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/cluster-api/test from 1.5.3 to 1.6.0

Release notes

Sourced from sigs.k8s.io/cluster-api/test's releases.

v1.6.0

👌 Kubernetes version support

  • Management Cluster: v1.25.x -> v1.28.x
  • Workload Cluster: v1.23.x -> v1.28.x

More information about version support can be found here

Highlights

  • MachinePools are now supported in ClusterClass Clusters
  • Metrics, profiling and other diagnostics are now served securely by default
  • Types in ipam.cluster.x-k8s.io have graduated to v1beta1

Deprecation Warning

Changes since v1.5.0

📈 Overview

  • 389 new commits merged
  • 5 breaking changes ⚠️
  • 15 feature additions ✨
  • 35 bugs fixed 🐛

📝 Proposals

  • Community meeting: Add proposal for karpenter integration feature group (#9571)

⚠️ Breaking Changes

  • API: Remove v1alpha3 API Version (#8997)
  • API: Stop serving v1alpha4 API Versions (#8996)
  • clusterctl: Improve Context handling in clusterctl (#8939)
  • Dependency: Bump to controller-runtime v0.16 (#8999)
  • Metrics/Logging: Implement secure diagnostics (metrics, pprof, log level changes) (#9264)

✨ New Features

  • API: Add validation to nested ObjectMeta fields (#8431)
  • CAPD: Add config maps to CAPD RBAC (#9528)
  • CAPD: Add MachinePool Machine implementation to CAPD components (#8842)
  • CAPD: Allow adding custom HA proxy config for CAPD load balancer (#8785)
  • CAPD: Initialize configmap object before getting it (#9529)
  • ClusterClass: Add topology-owned label to MachineHealthChecks. (#9191)
  • ClusterClass: Introduce NamingStrategy and allow generating names using go templates (#9340)
  • ClusterClass: Update API with ClusterClass MachinePool support (#8820)
  • clusterctl: Add RKE2 bootstrap provider to clusterctl (#9720)

... (truncated)

Commits
  • 14efefe Merge pull request #9812 from k8s-infra-cherrypick-robot/cherry-pick-9798-to-...
  • b0c1d91 Remove clusterctl config for proxmox from quickstart docs
  • b014cc1 Add Proxmox infrastructure provider to clusterctl
  • 7cab626 Add Proxmox provider quickstart
  • aaba1ef Merge pull request #9802 from k8s-infra-cherrypick-robot/cherry-pick-9791-to-...
  • 5bc1b1a Use ssa Patch to create machines in MP controller
  • cb515e4 Merge pull request #9788 from k8s-infra-cherrypick-robot/cherry-pick-9777-to-...
  • cdbe583 clusterresourceset: requeue after 1 minute if ErrClusterLocked got hit
  • 58100d7 Merge pull request #9761 from k8s-infra-cherrypick-robot/cherry-pick-9737-to-...
  • 73c6166 Improve output of exec.KubectlApply
  • Additional commits viewable in compare view

Updates sigs.k8s.io/kustomize/api from 0.13.4 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
  • c2ec4bb Merge pull request #5476 from koba1t/pinToCmdConfig
  • 29d0214 Update cmd/config to v0.13.0
  • faf93bb Merge pull request #5475 from koba1t/pinToKyaml
  • 71f6f4c Update kyaml to v0.16.0
  • b22dbc7 Merge pull request #5326 from kubernetes-sigs/dependabot/github_actions/actio...
  • bfe18b8 Merge pull request #5309 from kubernetes-sigs/dependabot/github_actions/joela...
  • 6f47203 Merge pull request #5469 from ncapps/add/reviewer
  • afc2357 Add ncapps to reviewers
  • c1ae80d Merge pull request #5454 from stormqueen1990/fix/support-namespace-remove
  • f23d45f Add deprecation warning message to commonLabels (#5464)
  • 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:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-lambda-go](https://github.com/aws/aws-lambda-go) | `1.41.0` | `1.42.0` |
| [github.com/coreos/ignition/v2](https://github.com/coreos/ignition) | `2.16.2` | `2.17.0` |
| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.13.1` | `2.13.2` |
| [github.com/openshift-online/ocm-sdk-go](https://github.com/openshift-online/ocm-sdk-go) | `0.1.388` | `0.1.389` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.15.0` | `0.16.0` |
| [sigs.k8s.io/aws-iam-authenticator](https://github.com/kubernetes-sigs/aws-iam-authenticator) | `0.6.13` | `0.6.16` |
| [sigs.k8s.io/cluster-api/test](https://github.com/kubernetes-sigs/cluster-api) | `1.5.3` | `1.6.0` |
| [sigs.k8s.io/kustomize/api](https://github.com/kubernetes-sigs/kustomize) | `0.13.4` | `0.16.0` |


Updates `github.com/aws/aws-lambda-go` from 1.41.0 to 1.42.0
- [Release notes](https://github.com/aws/aws-lambda-go/releases)
- [Commits](aws/aws-lambda-go@v1.41.0...v1.42.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/onsi/ginkgo/v2` from 2.13.1 to 2.13.2
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.13.1...v2.13.2)

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

Updates `golang.org/x/crypto` from 0.15.0 to 0.16.0
- [Commits](golang/crypto@v0.15.0...v0.16.0)

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

Updates `sigs.k8s.io/cluster-api/test` from 1.5.3 to 1.6.0
- [Release notes](https://github.com/kubernetes-sigs/cluster-api/releases)
- [Commits](kubernetes-sigs/cluster-api@v1.5.3...v1.6.0)

Updates `sigs.k8s.io/kustomize/api` from 0.13.4 to 0.16.0
- [Release notes](https://github.com/kubernetes-sigs/kustomize/releases)
- [Commits](kubernetes-sigs/kustomize@api/v0.13.4...api/v0.16.0)

---
updated-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/onsi/ginkgo/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: 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/cluster-api/test
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Dec 13, 2023
@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 Dec 13, 2023
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Dec 13, 2023
@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 neolit123 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 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 Dec 13, 2023
@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.

@richardcase
Copy link
Member

Ah, it still has cluster-api dependencies

/hold

@k8s-ci-robot k8s-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Dec 13, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 13, 2023

Looks like these dependencies are no longer being updated by Dependabot, so this is no longer needed.

@dependabot dependabot bot closed this Dec 13, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/dependencies-1cfec3ef28 branch December 13, 2023 22:54
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/hold Indicates that a PR should not merge because someone has issued a /hold command. 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.

5 participants