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

NO-JIRA: Bump the misc-dependencies group with 5 updates #3634

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2024

Bumps the misc-dependencies group with 5 updates:

Package From To
go.uber.org/zap 1.26.0 1.27.0
google.golang.org/grpc 1.61.1 1.62.0
sigs.k8s.io/cluster-api 1.6.1 1.6.2
sigs.k8s.io/cluster-api-provider-aws/v2 2.3.1 2.3.4
sigs.k8s.io/cluster-api-provider-azure 1.13.1 1.13.2

Updates go.uber.org/zap from 1.26.0 to 1.27.0

Release notes

Sourced from go.uber.org/zap's releases.

v1.27.0

Enhancements:

  • #1378[]: Add WithLazy method for SugaredLogger.
  • #1399[]: zaptest: Add NewTestingWriter for customizing TestingWriter with more flexibility than NewLogger.
  • #1406[]: Add Log, Logw, Logln methods for SugaredLogger.
  • #1416[]: Add WithPanicHook option for testing panic logs.

Thanks to @​defval, @​dimmo, @​arxeiss, and @​MKrupauskas for their contributions to this release.

#1378: uber-go/zap#1378 #1399: uber-go/zap#1399 #1406: uber-go/zap#1406 #1416: uber-go/zap#1416

Changelog

Sourced from go.uber.org/zap's changelog.

1.27.0 (20 Feb 2024)

Enhancements:

  • #1378[]: Add WithLazy method for SugaredLogger.
  • #1399[]: zaptest: Add NewTestingWriter for customizing TestingWriter with more flexibility than NewLogger.
  • #1406[]: Add Log, Logw, Logln methods for SugaredLogger.
  • #1416[]: Add WithPanicHook option for testing panic logs.

Thanks to @​defval, @​dimmo, @​arxeiss, and @​MKrupauskas for their contributions to this release.

#1378: uber-go/zap#1378 #1399: uber-go/zap#1399 #1406: uber-go/zap#1406 #1416: uber-go/zap#1416

Commits

Updates google.golang.org/grpc from 1.61.1 to 1.62.0

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.62.0

New Features

  • grpc: Add StaticMethod CallOption as a signal to stats handler that a method is safe to use as an instrument key (#6986)

Behavior Changes

  • grpc: Return canonical target string from ClientConn.Target() and resolver.Address.String() (#6923)

Bug Fixes

  • server: wait to close connection until incoming socket is drained (with timeout) to prevent data loss on client-side (#6977)

Performance Improvements

  • *: Allow building without x/net/trace by using grpcnotrace to enable dead code elimination (#6954)
  • rand: improve performance and simplify implementation of grpcrand by adopting math/rand's top-level functions for go version 1.21.0 and newer. (#6925)

Dependencies

  • *: Use google.golang.org/protobuf/proto instead of github.com/golang/protobuf. (#6919)

[!NOTE] The above change in proto library usage introduces a minor behavior change within those libraries. The old github.com/golang/protobuf library would error if given a nil message to Marshal, while the new google.golang.org/protobuf library will successfully output zero bytes in this case. This means server method handlers that did return nil, nil will now return an empty message and no error, while it used to return an error. This also affects the client side, where clients sending nil messages used to fail without sending the RPC, and now they will send an empty message.

Commits

Updates sigs.k8s.io/cluster-api from 1.6.1 to 1.6.2

Release notes

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

v1.6.2

Highlights

  • ⚠️ Warning: This release fixes a bug (#10051) that was introduced in v1.6.0, which caused a regression in the conversion of v1alpha3/v1alpha4 objects. It is recommended to upgrade to v1.6.2 to avoid the issue.

👌 Kubernetes version support

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

More information about version support can be found here

Changes since v1.6.1

📈 Overview

  • 16 new commits merged
  • 3 bugs fixed 🐛

🐛 Bug Fixes

  • [API/e2e]: Restore v1alpha3/v1alpha4 conversion to fix SSA issue & add e2e test coverage (#10151)
    • ⚠️ Warning: This change is a fix for the conversion bug that was introduced in v1.6.0.
  • ClusterCacheTracker: Fix ClusterCacheTracker memory leak (#10064)
  • Machine: Watch external objects for machine before deleting (#10177)

🌱 Others

  • clusterctl: Bump cert-manager to v1.14.2 (#10120) (#10127)
  • clusterctl: Clarify rules for adding new clusterctl default providers (#10109)
  • Community meeting: Promote chrischdi to Cluster API maintainer (#10089)
  • Dependency: Bump controller runtime v0.16.5 (#10163)
  • Dependency: Bump Go to 1.21.5 (#10152)
  • e2e: Use manager in test extension (#10106)
  • Testing: Print conformance image used in kubetest (#10081)

📖 Additionally, there have been 4 contributions to our documentation and book. (#10024, #10047, #10105, #10116)

Thanks to all our contributors! 😊

Commits
  • da795db Merge pull request #10177 from g-gaston/race-condition-machine-controller-rel...
  • a64cd41 Watch external objects for machine before deleting
  • fc43a06 Merge pull request #10163 from g-gaston/bump-controller-runtime-0-16.5
  • 2720d7e Bump controller-runtime to v0.16.5
  • 4179b24 Merge pull request #10105 from k8s-infra-cherrypick-robot/cherry-pick-10100-t...
  • f085905 Merge pull request #10152 from sbueringer/release-1.6-go-1.21
  • ff6ed3f Merge pull request #10151 from sbueringer/pr-1.6-fix-apiversion-issue-with-fix
  • 2086542 Bump Go to 1.21.5
  • bc778cd Address review comments / fix issues
  • fc176cb Add e2e test to reproduce SSA apiVersion issue - add v1alpha3 test
  • Additional commits viewable in compare view

Updates sigs.k8s.io/cluster-api-provider-aws/v2 from 2.3.1 to 2.3.4

Commits
  • d6dae05 Merge pull request #4810 from richardcase/rollback_cloudbuild
  • dce5021 chore: rollback changes to cloudbuild file
  • baec556 Merge pull request #4809 from richardcase/fix_build
  • a5e5acb fix: toolchain directive is causing build failure
  • 1b49010 Merge pull request #4805 from k8s-infra-cherrypick-robot/cherry-pick-4799-to-...
  • 897de7a bug: Delete VPC endpoints only if s3 bucket is enabled
  • 6cfd980 Merge pull request #4801 from k8s-infra-cherrypick-robot/cherry-pick-4798-to-...
  • ddafd7b Merge pull request #4803 from damdo/release-2.3-bump-go-to-1.21
  • 82080ca release-2.3: bump go version to 1.21
  • 1f28ade Bump kubernetes/release notes tool to v0.16.5
  • See full diff in compare view

Updates sigs.k8s.io/cluster-api-provider-azure from 1.13.1 to 1.13.2

Release notes

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

v1.13.2

Changes by Kind

Bug or Regression

  • Service CIDR addition to AKS Cluster should be independent of DNS Service IP (#4549, @​nawazkh)

Other (Cleanup or Flake)

Dependencies

Added

Nothing has changed.

Changed

  • sigs.k8s.io/cluster-api/test: v1.6.1 → v1.6.2
  • sigs.k8s.io/cluster-api: v1.6.1 → v1.6.2
  • sigs.k8s.io/controller-runtime: v0.16.3 → v0.16.5
  • sigs.k8s.io/kind: v0.20.0 → v0.22.0

Removed

Nothing has changed.

Commits
  • 761bde4 Merge pull request #4590 from mboersma/bump-capi-to-1.6.2-release-1.13
  • e22d57e Bump CAPI to v1.6.2
  • 4816c6b Merge pull request #4588 from k8s-infra-cherrypick-robot/cherry-pick-4584-to-...
  • 9435823 wait for cluster to be Ready before hitting API server
  • 739b0f2 Merge pull request #4549 from k8s-infra-cherrypick-robot/cherry-pick-4503-to-...
  • daffc8b make Service CIDR in managedClusters independent
  • See full diff 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 misc-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.26.0` | `1.27.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.61.1` | `1.62.0` |
| [sigs.k8s.io/cluster-api](https://github.com/kubernetes-sigs/cluster-api) | `1.6.1` | `1.6.2` |
| [sigs.k8s.io/cluster-api-provider-aws/v2](https://github.com/kubernetes-sigs/cluster-api-provider-aws) | `2.3.1` | `2.3.4` |
| [sigs.k8s.io/cluster-api-provider-azure](https://github.com/kubernetes-sigs/cluster-api-provider-azure) | `1.13.1` | `1.13.2` |


Updates `go.uber.org/zap` from 1.26.0 to 1.27.0
- [Release notes](https://github.com/uber-go/zap/releases)
- [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
- [Commits](uber-go/zap@v1.26.0...v1.27.0)

Updates `google.golang.org/grpc` from 1.61.1 to 1.62.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.61.1...v1.62.0)

Updates `sigs.k8s.io/cluster-api` from 1.6.1 to 1.6.2
- [Release notes](https://github.com/kubernetes-sigs/cluster-api/releases)
- [Commits](kubernetes-sigs/cluster-api@v1.6.1...v1.6.2)

Updates `sigs.k8s.io/cluster-api-provider-aws/v2` from 2.3.1 to 2.3.4
- [Release notes](https://github.com/kubernetes-sigs/cluster-api-provider-aws/releases)
- [Commits](kubernetes-sigs/cluster-api-provider-aws@v2.3.1...v2.3.4)

Updates `sigs.k8s.io/cluster-api-provider-azure` from 1.13.1 to 1.13.2
- [Release notes](https://github.com/kubernetes-sigs/cluster-api-provider-azure/releases)
- [Commits](kubernetes-sigs/cluster-api-provider-azure@v1.13.1...v1.13.2)

---
updated-dependencies:
- dependency-name: go.uber.org/zap
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: sigs.k8s.io/cluster-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: misc-dependencies
- dependency-name: sigs.k8s.io/cluster-api-provider-aws/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: misc-dependencies
- dependency-name: sigs.k8s.io/cluster-api-provider-azure
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: misc-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added area/ci-tooling Indicates the PR includes changes for CI or tooling ok-to-test Indicates a non-member PR verified by an org member that is safe to test. labels Feb 23, 2024
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Feb 23, 2024
@openshift-ci-robot
Copy link

@dependabot[bot]: This pull request explicitly references no jira issue.

In response to this:

Bumps the misc-dependencies group with 5 updates:

Package From To
go.uber.org/zap 1.26.0 1.27.0
google.golang.org/grpc 1.61.1 1.62.0
sigs.k8s.io/cluster-api 1.6.1 1.6.2
sigs.k8s.io/cluster-api-provider-aws/v2 2.3.1 2.3.4
sigs.k8s.io/cluster-api-provider-azure 1.13.1 1.13.2

Updates go.uber.org/zap from 1.26.0 to 1.27.0

Release notes

Sourced from go.uber.org/zap's releases.

v1.27.0

Enhancements:

  • #1378[]: Add WithLazy method for SugaredLogger.
  • #1399[]: zaptest: Add NewTestingWriter for customizing TestingWriter with more flexibility than NewLogger.
  • #1406[]: Add Log, Logw, Logln methods for SugaredLogger.
  • #1416[]: Add WithPanicHook option for testing panic logs.

Thanks to @​defval, @​dimmo, @​arxeiss, and @​MKrupauskas for their contributions to this release.

#1378: uber-go/zap#1378 #1399: uber-go/zap#1399 #1406: uber-go/zap#1406 #1416: uber-go/zap#1416

Changelog

Sourced from go.uber.org/zap's changelog.

1.27.0 (20 Feb 2024)

Enhancements:

  • #1378[]: Add WithLazy method for SugaredLogger.
  • #1399[]: zaptest: Add NewTestingWriter for customizing TestingWriter with more flexibility than NewLogger.
  • #1406[]: Add Log, Logw, Logln methods for SugaredLogger.
  • #1416[]: Add WithPanicHook option for testing panic logs.

Thanks to @​defval, @​dimmo, @​arxeiss, and @​MKrupauskas for their contributions to this release.

#1378: uber-go/zap#1378 #1399: uber-go/zap#1399 #1406: uber-go/zap#1406 #1416: uber-go/zap#1416

Commits

Updates google.golang.org/grpc from 1.61.1 to 1.62.0

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.62.0

New Features

  • grpc: Add StaticMethod CallOption as a signal to stats handler that a method is safe to use as an instrument key (#6986)

Behavior Changes

  • grpc: Return canonical target string from ClientConn.Target() and resolver.Address.String() (#6923)

Bug Fixes

  • server: wait to close connection until incoming socket is drained (with timeout) to prevent data loss on client-side (#6977)

Performance Improvements

  • *: Allow building without x/net/trace by using grpcnotrace to enable dead code elimination (#6954)
  • rand: improve performance and simplify implementation of grpcrand by adopting math/rand's top-level functions for go version 1.21.0 and newer. (#6925)

Dependencies

  • *: Use google.golang.org/protobuf/proto instead of github.com/golang/protobuf. (#6919)

[!NOTE] The above change in proto library usage introduces a minor behavior change within those libraries. The old github.com/golang/protobuf library would error if given a nil message to Marshal, while the new google.golang.org/protobuf library will successfully output zero bytes in this case. This means server method handlers that did return nil, nil will now return an empty message and no error, while it used to return an error. This also affects the client side, where clients sending nil messages used to fail without sending the RPC, and now they will send an empty message.

Commits

Updates sigs.k8s.io/cluster-api from 1.6.1 to 1.6.2

Release notes

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

v1.6.2

Highlights

  • ⚠️ Warning: This release fixes a bug (#10051) that was introduced in v1.6.0, which caused a regression in the conversion of v1alpha3/v1alpha4 objects. It is recommended to upgrade to v1.6.2 to avoid the issue.

👌 Kubernetes version support

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

More information about version support can be found here

Changes since v1.6.1

📈 Overview

  • 16 new commits merged
  • 3 bugs fixed 🐛

🐛 Bug Fixes

  • [API/e2e]: Restore v1alpha3/v1alpha4 conversion to fix SSA issue & add e2e test coverage (#10151)
    • ⚠️ Warning: This change is a fix for the conversion bug that was introduced in v1.6.0.
  • ClusterCacheTracker: Fix ClusterCacheTracker memory leak (#10064)
  • Machine: Watch external objects for machine before deleting (#10177)

🌱 Others

  • clusterctl: Bump cert-manager to v1.14.2 (#10120) (#10127)
  • clusterctl: Clarify rules for adding new clusterctl default providers (#10109)
  • Community meeting: Promote chrischdi to Cluster API maintainer (#10089)
  • Dependency: Bump controller runtime v0.16.5 (#10163)
  • Dependency: Bump Go to 1.21.5 (#10152)
  • e2e: Use manager in test extension (#10106)
  • Testing: Print conformance image used in kubetest (#10081)

📖 Additionally, there have been 4 contributions to our documentation and book. (#10024, #10047, #10105, #10116)

Thanks to all our contributors! 😊

Commits
  • da795db Merge pull request #10177 from g-gaston/race-condition-machine-controller-rel...
  • a64cd41 Watch external objects for machine before deleting
  • fc43a06 Merge pull request #10163 from g-gaston/bump-controller-runtime-0-16.5
  • 2720d7e Bump controller-runtime to v0.16.5
  • 4179b24 Merge pull request #10105 from k8s-infra-cherrypick-robot/cherry-pick-10100-t...
  • f085905 Merge pull request #10152 from sbueringer/release-1.6-go-1.21
  • ff6ed3f Merge pull request #10151 from sbueringer/pr-1.6-fix-apiversion-issue-with-fix
  • 2086542 Bump Go to 1.21.5
  • bc778cd Address review comments / fix issues
  • fc176cb Add e2e test to reproduce SSA apiVersion issue - add v1alpha3 test
  • Additional commits viewable in compare view

Updates sigs.k8s.io/cluster-api-provider-aws/v2 from 2.3.1 to 2.3.4

Commits
  • d6dae05 Merge pull request #4810 from richardcase/rollback_cloudbuild
  • dce5021 chore: rollback changes to cloudbuild file
  • baec556 Merge pull request #4809 from richardcase/fix_build
  • a5e5acb fix: toolchain directive is causing build failure
  • 1b49010 Merge pull request #4805 from k8s-infra-cherrypick-robot/cherry-pick-4799-to-...
  • 897de7a bug: Delete VPC endpoints only if s3 bucket is enabled
  • 6cfd980 Merge pull request #4801 from k8s-infra-cherrypick-robot/cherry-pick-4798-to-...
  • ddafd7b Merge pull request #4803 from damdo/release-2.3-bump-go-to-1.21
  • 82080ca release-2.3: bump go version to 1.21
  • 1f28ade Bump kubernetes/release notes tool to v0.16.5
  • See full diff in compare view

Updates sigs.k8s.io/cluster-api-provider-azure from 1.13.1 to 1.13.2

Release notes

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

v1.13.2

Changes by Kind

Bug or Regression

  • Service CIDR addition to AKS Cluster should be independent of DNS Service IP (#4549, @​nawazkh)

Other (Cleanup or Flake)

Dependencies

Added

Nothing has changed.

Changed

  • sigs.k8s.io/cluster-api/test: v1.6.1 → v1.6.2
  • sigs.k8s.io/cluster-api: v1.6.1 → v1.6.2
  • sigs.k8s.io/controller-runtime: v0.16.3 → v0.16.5
  • sigs.k8s.io/kind: v0.20.0 → v0.22.0

Removed

Nothing has changed.

Commits
  • 761bde4 Merge pull request #4590 from mboersma/bump-capi-to-1.6.2-release-1.13
  • e22d57e Bump CAPI to v1.6.2
  • 4816c6b Merge pull request #4588 from k8s-infra-cherrypick-robot/cherry-pick-4584-to-...
  • 9435823 wait for cluster to be Ready before hitting API server
  • 739b0f2 Merge pull request #4549 from k8s-infra-cherrypick-robot/cherry-pick-4503-to-...
  • daffc8b make Service CIDR in managedClusters independent
  • See full diff 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

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 openshift-eng/jira-lifecycle-plugin repository.

Copy link
Contributor

openshift-ci bot commented Feb 23, 2024

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

I'm waiting for a openshift 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.

@bryan-cox
Copy link
Member

/test e2e-aws

@bryan-cox
Copy link
Member

/approve

Copy link
Contributor

openshift-ci bot commented Feb 24, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: bryan-cox, dependabot[bot]

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

The pull request process is described 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

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Feb 24, 2024
@sjenning
Copy link
Contributor

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Feb 27, 2024
@openshift-ci-robot
Copy link

/retest-required

Remaining retests: 0 against base HEAD 11d8247 and 2 for PR HEAD 51a05b9 in total

Copy link
Contributor

openshift-ci bot commented Feb 27, 2024

@dependabot: all tests passed!

Full PR test history. Your PR dashboard.

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. I understand the commands that are listed here.

@openshift-merge-bot openshift-merge-bot bot merged commit ea452ac into main Feb 27, 2024
12 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/misc-dependencies-2d5448e407 branch February 27, 2024 07:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. area/ci-tooling Indicates the PR includes changes for CI or tooling jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants