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

build(deps): bump the dev-dependencies group with 9 updates #4323

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 20, 2024

Bumps the dev-dependencies group with 9 updates:

Package From To
github.com/F5Networks/k8s-bigip-ctlr/v2 2.15.1 2.16.0
github.com/aliyun/alibaba-cloud-sdk-go 1.62.695 1.62.696
github.com/aws/aws-sdk-go 1.51.1 1.51.3
github.com/civo/civogo 0.3.63 0.3.65
github.com/oracle/oci-go-sdk/v65 65.61.1 65.61.2
github.com/projectcontour/contour 1.28.1 1.28.2
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common 1.0.879 1.0.881
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod 1.0.879 1.0.881
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns 1.0.879 1.0.881

Updates github.com/F5Networks/k8s-bigip-ctlr/v2 from 2.15.1 to 2.16.0

Release notes

Sourced from github.com/F5Networks/k8s-bigip-ctlr/v2's releases.

Release v2.16.0

  • See release notes for details on what has changed in this release.
  • The container F5 Container Ingress Services for Kubernetes and OpenShift is available on DockerHub and can be downloaded using the Docker CLI:
docker pull docker.io/f5networks/k8s-bigip-ctlr:2.16.0
docker pull quay.io/f5networks/k8s-bigip-ctlr:2.16.0
Changelog

Sourced from github.com/F5Networks/k8s-bigip-ctlr/v2's changelog.

2.16.0

Added Functionality

**What's new:**
    * Multi Cluster
      * `Issue 3284 <https://github.com/F5Networks/k8s-bigip-ctlr/issues/3284>`_: Add support to avoid service pool creation for clusters under maintenance. See `Example <https://github.com/F5Networks/k8s-bigip-ctlr/blob/2.x-master/docs/config_examples/multicluster/extendedConfigmap/>`_
      * Streamline the naming convention for extended service references and multi cluster references annotations.
        * See `Example with the updated field names for extendedServiceReferences in VS CRD: <https://github.com/F5Networks/k8s-bigip-ctlr/blob/2.x-master/docs/config_examples/multicluster/customResource/virtualServer/vs-with-extended-services.yaml>`_
        * See `Example the updated field names for multiClusterServices annotation in NextGenRoutes: <https://github.com/F5Networks/k8s-bigip-ctlr/blob/2.x-master/docs/config_examples/multicluster/routes/route-with-multicluster-service-annotation.yaml>`_
    * CRD
      * `Issue 3225 <https://github.com/F5Networks/k8s-bigip-ctlr/issues/3225>`_: Support for Host Persistence to configure and disable the Persistence in VS Policy Rule action based on host in VirtualServer. See `Example <https://github.com/F5Networks/k8s-bigip-ctlr/blob/2.x-master/docs/config_examples/customResource/VirtualServer/virtual-server-with-hostPersistence/>`_
      * `Issue 3262 <https://github.com/F5Networks/k8s-bigip-ctlr/issues/3262>`_: Support for Host Aliases to allow defining multiple hosts in VS CRD. See `Example <https://github.com/F5Networks/k8s-bigip-ctlr/blob/2.x-master/docs/config_examples/customResource/VirtualServer/virtual-with-hostAliases>`_.
      * `Issue 3263 <https://github.com/F5Networks/k8s-bigip-ctlr/issues/3263>`_: Support for Host group virtual server name in virtual server to customise the virtual server name when Host Group exists. See `Example <https://github.com/F5Networks/k8s-bigip-ctlr/blob/2.x-master/docs/config_examples/customResource/VirtualServer/host-group-virtual-server-name>`_
      * `Issue 3279 <https://github.com/F5Networks/k8s-bigip-ctlr/issues/3279>`_: Support for disabling default partition in AS3 legacy nodeport mode.
      * `Issue 3295 <https://github.com/F5Networks/k8s-bigip-ctlr/issues/3295>`_: Support for setting the default pool via policy CRD for virtual server and nextgen routes. See `Example <https://github.com/F5Networks/k8s-bigip-ctlr/blob/2.x-master/docs/config_examples/customResource/Policy>`_.
      * `Issue 3239 <https://github.com/F5Networks/k8s-bigip-ctlr/issues/3239>`_: Support for mix of k8s Secret and bigip reference in TLSProfile. See `Example <https://github.com/F5Networks/k8s-bigip-ctlr/tree/2.x-master/docs/config_examples/customResource/VirtualServerWithTLSProfile/reencrypt-hybrid-reference>`_
      * Support for setting sslProfile with https monitor in virtualServer and nextgen routes.
        * See `Example for Virtual Server CRD <https://github.com/F5Networks/k8s-bigip-ctlr/blob/2.x-master/docs/config_examples/customResource/VirtualServerWithTLSProfile/tls-with-health-monitor/>`_
        * See `Example for NextGenRoutes <https://github.com/F5Networks/k8s-bigip-ctlr/blob/2.x-master/docs/config_examples/next-gen-routes/routes/route-with-target-port-health-monitor.yaml>`_
      * Support self value for SNAT in virtualServer and transportServer.
    * Support for pool-member-type auto for CRD, NextGen Routes and multiCluster mode. Please refer `Documentation <https://github.com/F5Networks/k8s-bigip-ctlr/blob/2.x-master/docs/config_examples/PoolType-Auto/README.md>`_
    * Support for CIS deployment parameters "trusted-certs-cfgmap" && "insecure"  in CRD and NextGen. See `Example <https://github.com/F5Networks/k8s-bigip-ctlr/blob/2.x-master/docs/config_examples/configmap/trusted-certs-configmap/>`_
    * CIS compatible with AS3 3.50

Bug Fixes

* `Issue 3230 &lt;https://github.com/F5Networks/k8s-bigip-ctlr/issues/3230&gt;`_: CRD multicluster configuration triggers Raw response from Big-IP: map[code:422 declarationFullId: message:declaration has duplicate values in rules]. Please refer FAQ in `Documentation &lt;https://github.com/F5Networks/k8s-bigip-ctlr/blob/2.x-master/docs/config_examples/multicluster/README.md&gt;`_
* `Issue 3232 &lt;https://github.com/F5Networks/k8s-bigip-ctlr/issues/3232&gt;`_: Enhance as3 response add the runtime attribute.
* `Issue 3266 &lt;https://github.com/F5Networks/k8s-bigip-ctlr/issues/3266&gt;`_: Improve log when admitting next gen routes.
* `Issue 3267 &lt;https://github.com/F5Networks/k8s-bigip-ctlr/issues/3267&gt;`_: Improve log for certificate host name validation.
* `Issue 3268 &lt;https://github.com/F5Networks/k8s-bigip-ctlr/issues/3268&gt;`_: Handle embedded certificates appropriately when missing SAN and hostnames mismatch. 
* `Issue 3277 &lt;https://github.com/F5Networks/k8s-bigip-ctlr/issues/3277&gt;`_: Additional PoolMember properties in ConfigMap not preserved for NodePortLocal mode.
* `Issue 3299 &lt;https://github.com/F5Networks/k8s-bigip-ctlr/issues/3299&gt;`_: Fix for EDNS in AS3 and CCCL modes.
* `Issue 3312 &lt;https://github.com/F5Networks/k8s-bigip-ctlr/issues/3312&gt;`_: CIS 2.15 crashes due to interface conversion panic.
* Fix for wildcard domain with multiple hosts in tls profile.
* Improve documentation for HTTP2 profile. Please refer `Documentation &lt;https://github.com/F5Networks/k8s-bigip-ctlr/blob/2.x-master/docs/config_examples/customResource/VirtualServerWithTLSProfile/tls-with-http2-profile&gt;`_

Upgrade notes

  • From this version, in CRD, the default value of "--insecure" will be false and if "trusted-certs-cfgmap" deployment parameter is not configured, CIS might crash with error "x509: certificate signed by unknown authority".
  • From this version, in multicluster, serviceName replaced with service and port replaced with servicePort in the extendedServiceReferences.
Commits

Updates github.com/aliyun/alibaba-cloud-sdk-go from 1.62.695 to 1.62.696

Release notes

Sourced from github.com/aliyun/alibaba-cloud-sdk-go's releases.

v1.62.696

  • Generated 2022-01-01 for quickbi-public.
  • Add QueryWorkspaceRoleConfig, ListWorkspaceRoleUsers, ListWorkspaceRoles, QueryOrganizationRoleConfig, ListOrganizationRoleUsers and ListOrganizationRoles APIs.
Changelog

Sourced from github.com/aliyun/alibaba-cloud-sdk-go's changelog.

2024-03-19 Version: v1.62.696

  • Generated 2022-01-01 for quickbi-public.
  • Add QueryWorkspaceRoleConfig, ListWorkspaceRoleUsers, ListWorkspaceRoles, QueryOrganizationRoleConfig, ListOrganizationRoleUsers and ListOrganizationRoles APIs.
Commits

Updates github.com/aws/aws-sdk-go from 1.51.1 to 1.51.3

Release notes

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

Release v1.51.3 (2024-03-19)

Service Client Updates

  • service/cloudformation: Updates service documentation
    • Documentation update, March 2024. Corrects some formatting.
  • service/ec2: Updates service API, documentation, and paginators
    • This release adds the new DescribeMacHosts API operation for getting information about EC2 Mac Dedicated Hosts. Users can now see the latest macOS versions that their underlying Apple Mac can support without needing to be updated.
  • service/finspace: Updates service API and documentation
  • service/logs: Updates service API and documentation
    • Update LogSamples field in Anomaly model to be a list of LogEvent
  • service/managedblockchain-query: Updates service API, documentation, and paginators

Release v1.51.2 (2024-03-18)

Service Client Updates

  • service/cloudformation: Updates service API and documentation
    • This release supports for a new API ListStackSetAutoDeploymentTargets, which provider auto-deployment configuration as a describable resource. Customers can now view the specific combinations of regions and OUs that are being auto-deployed.
  • service/kms: Updates service API and documentation
    • Adds the ability to use the default policy name by omitting the policyName parameter in calls to PutKeyPolicy and GetKeyPolicy
  • service/mediatailor: Updates service API and documentation
  • service/rds: Updates service API, documentation, waiters, paginators, and examples
    • This release launches the ModifyIntegration API and support for data filtering for zero-ETL Integrations.
  • service/s3: Updates service API and examples
    • Fix two issues with response root node names.
  • service/timestream-query: Updates service documentation
Commits

Updates github.com/civo/civogo from 0.3.63 to 0.3.65

Release notes

Sourced from github.com/civo/civogo's releases.

v0.3.65

What's Changed

Full Changelog: civo/civogo@v0.3.64...v0.3.65

v0.3.64

What's Changed

Full Changelog: civo/civogo@v0.3.63...v0.3.64

Commits
  • 80038af Merge pull request #178 from civo/feature/lables_tains
  • a1fa5d1 Merge branch 'master' into feature/lables_tains
  • 962532a Merge pull request #189 from civo/db
  • 4f360aa Update comment
  • 92560ba Add delete,get,find method for database backup
  • 2a5ecfa Revert "Add delete,get,find for database backup"
  • 6354363 Add delete,get,find for database backup
  • 6acbff0 Update Go versions in CI workflows
  • 1fd9833 Update KubernetesClusterPoolConfig struct with Labels and Taints
  • See full diff in compare view

Updates github.com/oracle/oci-go-sdk/v65 from 65.61.1 to 65.61.2

Release notes

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

65.61.2

Added

  • Support for standalone Oracle HTTP server discovery and monitoring in the Stack Monitoring service

  • Support for attribute management for traces in the Application Performance Monitoring service

  • Support for async jobs and document translations in the AI language service

File Checksums (SHA256)

oci-go-sdk-65.61.2.zip 14c6cd6fa1f23f815dce1d1a458d1a0e99cee2c8ad209e18fd243ce5b0a2cd47

Changelog

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

65.61.2 - 2024-03-19

Added

  • Support for standalone Oracle HTTP server discovery and monitoring in the Stack Monitoring service
  • Support for attribute management for traces in the Application Performance Monitoring service
  • Support for async jobs and document translations in the AI language service
Commits
  • 212affb Releasing version 65.61.2
  • a653727 Merge remote-tracking branch 'bitbucket/github' into release_2024-03-19
  • 2db62c0 Merge pull request #2691 in SDK/oci-go-sdk from merge_to_github2024-03-18 to ...
  • See full diff in compare view

Updates github.com/projectcontour/contour from 1.28.1 to 1.28.2

Release notes

Sourced from github.com/projectcontour/contour's releases.

Contour v1.28.2

We are delighted to present version v1.28.2 of Contour, our layer 7 HTTP reverse proxy for Kubernetes clusters.

All Changes

Update Envoy to v1.29.2

See the release notes here.

Note that this Envoy version reverts the HTTP/2 codec back to nghttp2 from oghttp2.

Disable Envoy removing TE header

As of version v1.29.0, Envoy removes the hop-by-hop TE header. However, this causes issues with HTTP/2, particularly gRPC, with implementations expecting the header to be present (and set to trailers). Contour disables this via Envoy runtime setting and reverts to the v1.28.x and prior behavior of allowing the header to be proxied.

Once this Envoy PR that enables the TE header including trailers to be forwarded is backported to a release or a new minor is cut, Contour will no longer set the aforementioned runtime key.

Installing and Upgrading

For a fresh install of Contour, consult the getting started documentation.

To upgrade an existing Contour installation, please consult the upgrade documentation.

Compatible Kubernetes Versions

Contour v1.28.2 is tested against Kubernetes 1.27 through 1.29.

Are you a Contour user? We would love to know!

If you're using Contour and want to add your organization to our adopters list, please visit this page. If you prefer to keep your organization name anonymous but still give us feedback into your usage and scenarios for Contour, please post on this GitHub thread.

Commits
  • 71ce498 Update Contour Docker image to v1.28.2.
  • a807fc6 release-1.28: Disable Envoy removing TE request header (#6290)
  • 91e3b45 Bump Envoy to v1.29.2 (#6289)
  • eb2ef2c build(deps): bump github/codeql-action from 3.24.6 to 3.24.8 (#6284)
  • 34a15ba build(deps): bump the k8s-dependencies group with 4 updates (#6275)
  • 8304160 build(deps): bump github.com/cert-manager/cert-manager (#6258)
  • ce294ab build(deps): bump actions/cache from 4.0.0 to 4.0.1 (#6242)
  • d00f009 build(deps): bump github/codeql-action from 3.24.5 to 3.24.6 (#6241)
  • cdce726 build(deps): bump the artifact-actions group with 1 update (#6240)
  • dba7d0c build(deps): bump github/codeql-action from 3.24.3 to 3.24.5 (#6221)
  • Additional commits viewable in compare view

Updates github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common from 1.0.879 to 1.0.881

Commits

Updates github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod from 1.0.879 to 1.0.881

Commits

Updates github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns from 1.0.879 to 1.0.881

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 dev-dependencies group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/F5Networks/k8s-bigip-ctlr/v2](https://github.com/F5Networks/k8s-bigip-ctlr) | `2.15.1` | `2.16.0` |
| [github.com/aliyun/alibaba-cloud-sdk-go](https://github.com/aliyun/alibaba-cloud-sdk-go) | `1.62.695` | `1.62.696` |
| [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.51.1` | `1.51.3` |
| [github.com/civo/civogo](https://github.com/civo/civogo) | `0.3.63` | `0.3.65` |
| [github.com/oracle/oci-go-sdk/v65](https://github.com/oracle/oci-go-sdk) | `65.61.1` | `65.61.2` |
| [github.com/projectcontour/contour](https://github.com/projectcontour/contour) | `1.28.1` | `1.28.2` |
| [github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common](https://github.com/tencentcloud/tencentcloud-sdk-go) | `1.0.879` | `1.0.881` |
| [github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod](https://github.com/tencentcloud/tencentcloud-sdk-go) | `1.0.879` | `1.0.881` |
| [github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns](https://github.com/tencentcloud/tencentcloud-sdk-go) | `1.0.879` | `1.0.881` |


Updates `github.com/F5Networks/k8s-bigip-ctlr/v2` from 2.15.1 to 2.16.0
- [Release notes](https://github.com/F5Networks/k8s-bigip-ctlr/releases)
- [Changelog](https://github.com/F5Networks/k8s-bigip-ctlr/blob/v2.16.0/docs/RELEASE-NOTES.rst)
- [Commits](F5Networks/k8s-bigip-ctlr@v2.15.1...v2.16.0)

Updates `github.com/aliyun/alibaba-cloud-sdk-go` from 1.62.695 to 1.62.696
- [Release notes](https://github.com/aliyun/alibaba-cloud-sdk-go/releases)
- [Changelog](https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/ChangeLog.txt)
- [Commits](aliyun/alibaba-cloud-sdk-go@v1.62.695...v1.62.696)

Updates `github.com/aws/aws-sdk-go` from 1.51.1 to 1.51.3
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](aws/aws-sdk-go@v1.51.1...v1.51.3)

Updates `github.com/civo/civogo` from 0.3.63 to 0.3.65
- [Release notes](https://github.com/civo/civogo/releases)
- [Changelog](https://github.com/civo/civogo/blob/master/changelog.yml)
- [Commits](civo/civogo@v0.3.63...v0.3.65)

Updates `github.com/oracle/oci-go-sdk/v65` from 65.61.1 to 65.61.2
- [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.61.1...v65.61.2)

Updates `github.com/projectcontour/contour` from 1.28.1 to 1.28.2
- [Release notes](https://github.com/projectcontour/contour/releases)
- [Changelog](https://github.com/projectcontour/contour/blob/main/RELEASES.md)
- [Commits](projectcontour/contour@v1.28.1...v1.28.2)

Updates `github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common` from 1.0.879 to 1.0.881
- [Commits](TencentCloud/tencentcloud-sdk-go@v1.0.879...v1.0.881)

Updates `github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod` from 1.0.879 to 1.0.881
- [Commits](TencentCloud/tencentcloud-sdk-go@v1.0.879...v1.0.881)

Updates `github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns` from 1.0.879 to 1.0.881
- [Commits](TencentCloud/tencentcloud-sdk-go@v1.0.879...v1.0.881)

---
updated-dependencies:
- dependency-name: github.com/F5Networks/k8s-bigip-ctlr/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/aliyun/alibaba-cloud-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/civo/civogo
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/oracle/oci-go-sdk/v65
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/projectcontour/contour
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Mar 20, 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 johngmyers 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 the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Mar 20, 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.

@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/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Mar 20, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 21, 2024

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

@dependabot dependabot bot closed this Mar 21, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/dev-dependencies-6dc55ec7fb branch March 21, 2024 03:32
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. dependencies Pull requests that update a dependency file go Pull requests that update Go code needs-ok-to-test Indicates a PR that requires an org member to verify it 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.

None yet

1 participant