Skip to content

chore(deps): bump the dev-dependencies group with 9 updates - #6343

Merged
k8s-ci-robot merged 1 commit into
masterfrom
dependabot/go_modules/dev-dependencies-d1ebd22a26
Apr 3, 2026
Merged

chore(deps): bump the dev-dependencies group with 9 updates#6343
k8s-ci-robot merged 1 commit into
masterfrom
dependabot/go_modules/dev-dependencies-d1ebd22a26

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 3, 2026

Copy link
Copy Markdown
Contributor

Bumps the dev-dependencies group with 9 updates:

Package From To
github.com/aws/aws-sdk-go-v2/config 1.32.13 1.32.14
github.com/aws/aws-sdk-go-v2/credentials 1.19.13 1.19.14
github.com/aws/smithy-go 1.24.2 1.24.3
github.com/linode/linodego 1.66.0 1.67.0
github.com/oracle/oci-go-sdk/v65 65.109.3 65.110.0
github.com/transip/gotransip/v6 6.26.1 6.26.2
go.etcd.io/etcd/api/v3 3.6.9 3.6.10
go.etcd.io/etcd/client/v3 3.6.9 3.6.10
google.golang.org/api 0.273.0 0.274.0

Updates github.com/aws/aws-sdk-go-v2/config from 1.32.13 to 1.32.14

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.19.13 to 1.19.14

Commits

Updates github.com/aws/smithy-go from 1.24.2 to 1.24.3

Changelog

Sourced from github.com/aws/smithy-go's changelog.

Release (2026-04-02)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.24.3
    • Bug Fix: Add additional sigv4 configuration.
  • github.com/aws/smithy-go/aws-http-auth: v1.1.3
    • Bug Fix: Add additional sigv4 configuration.

Release (2026-02-27)

General Highlights

  • Dependency Update: Bump minimum go version to 1.24.

Release (2026-02-20)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.24.1
    • Feature: Add new middleware functions to get event stream output from middleware

Release (2025-12-01)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.24.0
    • Feature: Improve allocation footprint of the middleware stack. This should convey a ~10% reduction in allocations per SDK request.

Release (2025-11-03)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.23.2
    • Bug Fix: Adjust the initial sizes of each middleware phase to avoid some unnecessary reallocation.
    • Bug Fix: Avoid unnecessary allocation overhead from the metrics system when not in use.

Release (2025-10-15)

General Highlights

  • Dependency Update: Bump minimum go version to 1.23.
  • Dependency Update: Updated to the latest SDK module versions

... (truncated)

Commits

Updates github.com/linode/linodego from 1.66.0 to 1.67.0

Release notes

Sourced from github.com/linode/linodego's releases.

v1.67.0

What's Changed

⚠️ Breaking Change

🐛 Bug Fixes

🚀 New Features

💡 Improvements

⚙️ Repo/CI Improvements

📖 Documentation

📦 Dependency Updates

Full Changelog: linode/linodego@v1.66.0...v1.67.0

Commits
  • 09803f2 Cleanup LA notices for block storage encryption (#902)
  • 2b51e3c TPT-4234: Fix firewall device for linode interfaces and add entities field to...
  • 6a5e955 build(deps): bump golang.org/x/net from 0.51.0 to 0.52.0 (#911)
  • 69df217 TPT-3807: Added DiskEncryption field for LKE Node Pool creation (#917)
  • fb8c404 TPT-4318: Add @​linode/dx-sdets to CODEOWNERS (#920)
  • 4a2a3ed build(deps): bump actions/github-script from 7 to 8 (#918)
  • 245707c build(deps): bump slackapi/slack-github-action from 2.1.1 to 3.0.1 (#916)
  • dc00ea0 TPT-4320: Update FirewallID to use single pointer in LinodeInterfaceCreateOpt...
  • 76d9391 TPT-4014: Redact sensitive data from logging (#906)
  • cf20b58 TPT-4298: Added PR title checking to lint workflow and new clean up release n...
  • Additional commits viewable in compare view

Updates github.com/oracle/oci-go-sdk/v65 from 65.109.3 to 65.110.0

Release notes

Sourced from github.com/oracle/oci-go-sdk/v65's releases.

65.110.0

Added

  • Support for the Container Registry service

  • Support for the Service Enablement Lifecycle Framework (SELF) service

  • Support for custom CA certificates for LDAP on mount targets in the File Storage service

  • Support for using IPv6 addresses as mount target IP addresses in the File Storage service

  • Support for natural language to SQL (NL2SQL) in the Generative AI Data service

  • Support for Zero Data Loss recovery in the Database service

  • Support for private network replication in the Cloud Migrations service

  • Support for reserved private IPs in the Network Load Balancer service

  • Support for creating and updating model deployments with public egress in the Data Science service

  • Support for validation of migrated Disaster Recovery instances in the Integration service

  • Support for additional AI Autonomous Database types (Autonomous JSON DB (AJD), Autonomous APEX (APEX), and Autonomous Vector DB (AVD)) in the Ops Insights service

  • Support for controlled updates in the MySQL HeatWave service  

Breaking Changes

  • The field OpcCompartmentId was removed from the model GenerateSqlFromNlRequest in the Generative AI Data service

  • The field CompartmentId was removed from the model GenerateSqlFromNlJob in the Generative AI Data service

File Checksums (SHA256)

oci-go-sdk-65.110.0.zip 9de6705c4c5d958b6a628c7bca1c32ff7e4948f433c87aa9ec75f9a4f7a7fd3b

Changelog

Sourced from github.com/oracle/oci-go-sdk/v65's changelog.

65.110.0 - 2026-03-31

Added

  • Support for the Container Registry service
  • Support for the Service Enablement Lifecycle Framework (SELF) service
  • Support for custom CA certificates for LDAP on mount targets in the File Storage service
  • Support for using IPv6 addresses as mount target IP addresses in the File Storage service
  • Support for natural language to SQL (NL2SQL) in the Generative AI Data service
  • Support for Zero Data Loss recovery in the Database service
  • Support for private network replication in the Cloud Migrations service
  • Support for reserved private IPs in the Network Load Balancer service
  • Support for creating and updating model deployments with public egress in the Data Science service
  • Support for validation of migrated Disaster Recovery instances in the Integration service
  • Support for additional AI Autonomous Database types (Autonomous JSON DB (AJD), Autonomous APEX (APEX), and Autonomous Vector DB (AVD)) in the Ops Insights service
  • Support for controlled updates in the MySQL HeatWave service  

Breaking Changes

  • The field OpcCompartmentId was removed from the model GenerateSqlFromNlRequest in the Generative AI Data service
  • The field CompartmentId was removed from the model GenerateSqlFromNlJob in the Generative AI Data service
Commits
  • eeafe55 Releasing version 65.110.0
  • feab3c7 Merge remote-tracking branch 'scm/github' into release_2026-03-31
  • 89f74e6 Releasing version 65.110.0
  • See full diff in compare view

Updates github.com/transip/gotransip/v6 from 6.26.1 to 6.26.2

Release notes

Sourced from github.com/transip/gotransip/v6's releases.

v6.26.2

Add orderDate to SslCertificate

Commits

Updates go.etcd.io/etcd/api/v3 from 3.6.9 to 3.6.10

Release notes

Sourced from go.etcd.io/etcd/api/v3's releases.

v3.6.10

Please check out CHANGELOG for a full list of changes. And make sure to read upgrade guide before upgrading etcd (there may be breaking changes).

For installation guides, please check out play.etcd.io and operating etcd. Latest support status for common architectures and operating systems can be found at supported platforms.

Linux
ETCD_VER=v3.6.10
choose either URL
GOOGLE_URL=https://storage.googleapis.com/etcd
GITHUB_URL=https://github.com/etcd-io/etcd/releases/download
DOWNLOAD_URL=${GOOGLE_URL}
rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
rm -rf /tmp/etcd-download-test && mkdir -p /tmp/etcd-download-test
curl -L ${DOWNLOAD_URL}/${ETCD_VER}/etcd-${ETCD_VER}-linux-amd64.tar.gz -o /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
tar xzvf /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz -C /tmp/etcd-download-test --strip-components=1 --no-same-owner
rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
/tmp/etcd-download-test/etcd --version
/tmp/etcd-download-test/etcdctl version
/tmp/etcd-download-test/etcdutl version
start a local etcd server
/tmp/etcd-download-test/etcd
write,read to etcd
/tmp/etcd-download-test/etcdctl --endpoints=localhost:2379 put foo bar
/tmp/etcd-download-test/etcdctl --endpoints=localhost:2379 get foo

macOS (Darwin)
ETCD_VER=v3.6.10
choose either URL
GOOGLE_URL=https://storage.googleapis.com/etcd
GITHUB_URL=https://github.com/etcd-io/etcd/releases/download
DOWNLOAD_URL=${GOOGLE_URL}
rm -f /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
rm -rf /tmp/etcd-download-test && mkdir -p /tmp/etcd-download-test
curl -L ${DOWNLOAD_URL}/${ETCD_VER}/etcd-${ETCD_VER}-darwin-amd64.zip -o /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
unzip /tmp/etcd-${ETCD_VER}-darwin-amd64.zip -d /tmp && rm -f /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
mv /tmp/etcd-${ETCD_VER}-darwin-amd64/* /tmp/etcd-download-test && rm -rf mv /tmp/etcd-${ETCD_VER}-darwin-amd64
</tr></table>

... (truncated)

Commits
  • db8d13a version: bump up to 3.6.10
  • 83bb20d Merge pull request #21549 from etcd-io/cherry-pick-36/allow-non-admin-user-to...
  • c99cf0c etcdserver: allow non-admin to fetch member list and alarms
  • 8a1830c Merge pull request #21530 from k8s-infra-cherrypick-robot/cherry-pick-21528-t...
  • e841e10 Merge pull request #21531 from ahrtr/20260327_dep
  • f2173cd Bump golang.org/x/image to v0.38.0 to resolve GO-2026-4815
  • e0f7af4 Fix etcdctl endpoint command with option --cluster when auth is enabled
  • See full diff in compare view

Updates go.etcd.io/etcd/client/v3 from 3.6.9 to 3.6.10

Release notes

Sourced from go.etcd.io/etcd/client/v3's releases.

v3.6.10

Please check out CHANGELOG for a full list of changes. And make sure to read upgrade guide before upgrading etcd (there may be breaking changes).

For installation guides, please check out play.etcd.io and operating etcd. Latest support status for common architectures and operating systems can be found at supported platforms.

Linux
ETCD_VER=v3.6.10
choose either URL
GOOGLE_URL=https://storage.googleapis.com/etcd
GITHUB_URL=https://github.com/etcd-io/etcd/releases/download
DOWNLOAD_URL=${GOOGLE_URL}
rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
rm -rf /tmp/etcd-download-test && mkdir -p /tmp/etcd-download-test
curl -L ${DOWNLOAD_URL}/${ETCD_VER}/etcd-${ETCD_VER}-linux-amd64.tar.gz -o /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
tar xzvf /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz -C /tmp/etcd-download-test --strip-components=1 --no-same-owner
rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
/tmp/etcd-download-test/etcd --version
/tmp/etcd-download-test/etcdctl version
/tmp/etcd-download-test/etcdutl version
start a local etcd server
/tmp/etcd-download-test/etcd
write,read to etcd
/tmp/etcd-download-test/etcdctl --endpoints=localhost:2379 put foo bar
/tmp/etcd-download-test/etcdctl --endpoints=localhost:2379 get foo

macOS (Darwin)
ETCD_VER=v3.6.10
choose either URL
GOOGLE_URL=https://storage.googleapis.com/etcd
GITHUB_URL=https://github.com/etcd-io/etcd/releases/download
DOWNLOAD_URL=${GOOGLE_URL}
rm -f /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
rm -rf /tmp/etcd-download-test && mkdir -p /tmp/etcd-download-test
curl -L ${DOWNLOAD_URL}/${ETCD_VER}/etcd-${ETCD_VER}-darwin-amd64.zip -o /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
unzip /tmp/etcd-${ETCD_VER}-darwin-amd64.zip -d /tmp && rm -f /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
mv /tmp/etcd-${ETCD_VER}-darwin-amd64/* /tmp/etcd-download-test && rm -rf mv /tmp/etcd-${ETCD_VER}-darwin-amd64
</tr></table>

... (truncated)

Commits
  • db8d13a version: bump up to 3.6.10
  • 83bb20d Merge pull request #21549 from etcd-io/cherry-pick-36/allow-non-admin-user-to...
  • c99cf0c etcdserver: allow non-admin to fetch member list and alarms
  • 8a1830c Merge pull request #21530 from k8s-infra-cherrypick-robot/cherry-pick-21528-t...
  • e841e10 Merge pull request #21531 from ahrtr/20260327_dep
  • f2173cd Bump golang.org/x/image to v0.38.0 to resolve GO-2026-4815
  • e0f7af4 Fix etcdctl endpoint command with option --cluster when auth is enabled
  • See full diff in compare view

Updates google.golang.org/api from 0.273.0 to 0.274.0

Release notes

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

v0.274.0

0.274.0 (2026-04-02)

Features

v0.273.1

0.273.1 (2026-03-31)

Bug Fixes

  • Merge duplicate x-goog-request-params header (#3547) (2008108)
Changelog

Sourced from google.golang.org/api's changelog.

0.274.0 (2026-04-02)

Features

0.273.1 (2026-03-31)

Bug Fixes

  • Merge duplicate x-goog-request-params header (#3547) (2008108)
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 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 dev-dependencies group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.32.13` | `1.32.14` |
| [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2) | `1.19.13` | `1.19.14` |
| [github.com/aws/smithy-go](https://github.com/aws/smithy-go) | `1.24.2` | `1.24.3` |
| [github.com/linode/linodego](https://github.com/linode/linodego) | `1.66.0` | `1.67.0` |
| [github.com/oracle/oci-go-sdk/v65](https://github.com/oracle/oci-go-sdk) | `65.109.3` | `65.110.0` |
| [github.com/transip/gotransip/v6](https://github.com/transip/gotransip) | `6.26.1` | `6.26.2` |
| [go.etcd.io/etcd/api/v3](https://github.com/etcd-io/etcd) | `3.6.9` | `3.6.10` |
| [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd) | `3.6.9` | `3.6.10` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.273.0` | `0.274.0` |


Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.13 to 1.32.14
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.32.13...config/v1.32.14)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.19.13 to 1.19.14
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.19.13...credentials/v1.19.14)

Updates `github.com/aws/smithy-go` from 1.24.2 to 1.24.3
- [Release notes](https://github.com/aws/smithy-go/releases)
- [Changelog](https://github.com/aws/smithy-go/blob/main/CHANGELOG.md)
- [Commits](aws/smithy-go@v1.24.2...v1.24.3)

Updates `github.com/linode/linodego` from 1.66.0 to 1.67.0
- [Release notes](https://github.com/linode/linodego/releases)
- [Commits](linode/linodego@v1.66.0...v1.67.0)

Updates `github.com/oracle/oci-go-sdk/v65` from 65.109.3 to 65.110.0
- [Release notes](https://github.com/oracle/oci-go-sdk/releases)
- [Changelog](https://github.com/oracle/oci-go-sdk/blob/master/CHANGELOG.md)
- [Commits](oracle/oci-go-sdk@v65.109.3...v65.110.0)

Updates `github.com/transip/gotransip/v6` from 6.26.1 to 6.26.2
- [Release notes](https://github.com/transip/gotransip/releases)
- [Commits](transip/gotransip@v6.26.1...v6.26.2)

Updates `go.etcd.io/etcd/api/v3` from 3.6.9 to 3.6.10
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](etcd-io/etcd@v3.6.9...v3.6.10)

Updates `go.etcd.io/etcd/client/v3` from 3.6.9 to 3.6.10
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](etcd-io/etcd@v3.6.9...v3.6.10)

Updates `google.golang.org/api` from 0.273.0 to 0.274.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.273.0...v0.274.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.32.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-version: 1.19.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/aws/smithy-go
  dependency-version: 1.24.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/linode/linodego
  dependency-version: 1.67.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/oracle/oci-go-sdk/v65
  dependency-version: 65.110.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/transip/gotransip/v6
  dependency-version: 6.26.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: go.etcd.io/etcd/api/v3
  dependency-version: 3.6.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: go.etcd.io/etcd/client/v3
  dependency-version: 3.6.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: google.golang.org/api
  dependency-version: 0.274.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 3, 2026
@k8s-ci-robot k8s-ci-robot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Apr 3, 2026
@k8s-ci-robot

Copy link
Copy Markdown
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.

Details

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 size/M Denotes a PR that changes 30-99 lines, ignoring generated files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Apr 3, 2026
@coveralls

Copy link
Copy Markdown

Pull Request Test Coverage Report for Build 23932614983

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage decreased (-0.004%) to 80.524%

Files with Coverage Reduction New Missed Lines %
openshift_route.go 1 82.93%
Totals Coverage Status
Change from base Build 23903893422: -0.004%
Covered Lines: 17158
Relevant Lines: 21308

💛 - Coveralls

@ivankatliarchuk

Copy link
Copy Markdown
Member

/ok-to-test
/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Apr 3, 2026
@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Apr 3, 2026
@k8s-ci-robot

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ivankatliarchuk

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

The pull request process is described here

Details 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 the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 3, 2026
@k8s-ci-robot
k8s-ci-robot merged commit 3a30b7e into master Apr 3, 2026
27 checks passed
@k8s-ci-robot
k8s-ci-robot deleted the dependabot/go_modules/dev-dependencies-d1ebd22a26 branch April 3, 2026 08:39
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. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. dependencies Pull requests that update a dependency file go Pull requests that update Go code lgtm "Looks good to me", 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. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants