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

chore(deps): bump the dev-dependencies group across 1 directory with 12 updates #4959

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 18, 2024

Bumps the dev-dependencies group with 12 updates in the / directory:

Package From To
cloud.google.com/go/compute/metadata 0.5.2 0.6.0
github.com/IBM/go-sdk-core/v5 5.18.2 5.18.3
github.com/Yamashou/gqlgenc 0.27.3 0.27.4
github.com/aws/aws-sdk-go-v2/service/servicediscovery 1.33.7 1.34.0
github.com/cloudflare/cloudflare-go 0.111.0 0.112.0
github.com/digitalocean/godo 1.131.1 1.132.0
github.com/oracle/oci-go-sdk/v65 65.80.0 65.81.1
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common 1.0.1060 1.0.1062
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod 1.0.1060 1.0.1062
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns 1.0.1060 1.0.1062
google.golang.org/api 0.211.0 0.213.0
gopkg.in/ns1/ns1-go.v2 2.12.2 2.13.0

Updates cloud.google.com/go/compute/metadata from 0.5.2 to 0.6.0

Release notes

Sourced from cloud.google.com/go/compute/metadata's releases.

compute/metadata: v0.6.0

0.6.0 (2024-12-13)

Features

Changelog

Sourced from cloud.google.com/go/compute/metadata's changelog.

v0.6.0

  • Beta release of BigQuery, DataStore, Logging and Storage. See the blog post.

  • bigquery:

    • struct support. Read a row directly into a struct with RowIterator.Next, and upload a row directly from a struct with Uploader.Put. You can also use field tags. See the [package documentation][cloud-bigquery-ref] for details.

    • The ValueList type was removed. It is no longer necessary. Instead of

    var v ValueList
    ... it.Next(&v) ..

    use

    var v []Value
    ... it.Next(&v) ...
    • Previously, repeatedly calling RowIterator.Next on the same []Value or ValueList would append to the slice. Now each call resets the size to zero first.

    • Schema inference will infer the SQL type BYTES for a struct field of type []byte. Previously it inferred STRING.

    • The types uint, uint64 and uintptr are no longer supported in schema inference. BigQuery's integer type is INT64, and those types may hold values that are not correctly represented in a 64-bit signed integer.

v0.5.0

  • bigquery:
    • The SQL types DATE, TIME and DATETIME are now supported. They correspond to the Date, Time and DateTime types in the new cloud.google.com/go/civil package.
    • Support for query parameters.
    • Support deleting a dataset.
    • Values from INTEGER columns will now be returned as int64, not int. This will avoid errors arising from large values on 32-bit systems.
  • datastore:
    • Nested Go structs encoded as Entity values, instead of a flattened list of the embedded struct's fields. This means that you may now have twice-nested slices, eg.
      type State struct {
        Cities  []struct{
          Populations []int

... (truncated)

Commits
  • c116c79 bigquery: cache schema inference
  • dd37f36 bigquery: check for recursive types during schema inference
  • 0c87a68 bigquery,logging,storage,datastore: mention beta status in doc comment
  • 1e032f3 datastore: implement structCodec using internal/fields
  • ee72afc README: change "experimental" to "alpha"
  • 9d965e6 README: update status of select clients
  • 3d66f77 fields: factor out fast cache to separate package.
  • e80926d bigquery: support uploading structs directly
  • 5bfd313 internal/fields: adds func for validating struct
  • c9f70e2 bigquery: support struct field tags
  • Additional commits viewable in compare view

Updates github.com/IBM/go-sdk-core/v5 from 5.18.2 to 5.18.3

Release notes

Sourced from github.com/IBM/go-sdk-core/v5's releases.

v5.18.3

5.18.3 (2024-12-13)

Bug Fixes

Changelog

Sourced from github.com/IBM/go-sdk-core/v5's changelog.

5.18.3 (2024-12-13)

Bug Fixes

Commits

Updates github.com/Yamashou/gqlgenc from 0.27.3 to 0.27.4

Release notes

Sourced from github.com/Yamashou/gqlgenc's releases.

v0.27.4

What's Changed

New Contributors

Full Changelog: Yamashou/gqlgenc@v0.27.3...v0.27.4

Commits
  • 35a30c2 version up 0.27.4
  • 3927b80 Merge pull request #252 from Doan-Trang/fix/inputObjectCycle
  • 598ca8f fix endless For-Loop because processTypes[def.Name] never true
  • a7a49e8 Merge pull request #244 from Yamashou/unsafe-chainer
  • 4818563 Add UnsafeChainInterceptor
  • See full diff in compare view

Updates github.com/aws/aws-sdk-go-v2/service/servicediscovery from 1.33.7 to 1.34.0

Changelog

Sourced from github.com/aws/aws-sdk-go-v2/service/servicediscovery's changelog.

Release (2023-06-13)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/cloudtrail: v1.27.0
    • Feature: This feature allows users to view dashboards for CloudTrail Lake event data stores.
  • github.com/aws/aws-sdk-go-v2/service/codegurusecurity: v1.0.0
    • Release: New AWS service client module
    • Feature: Initial release of Amazon CodeGuru Security APIs
  • github.com/aws/aws-sdk-go-v2/service/drs: v1.14.0
    • Feature: Added APIs to support network replication and recovery using AWS Elastic Disaster Recovery.
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.100.0
    • Feature: This release introduces a new feature, EC2 Instance Connect Endpoint, that enables you to connect to a resource over TCP, without requiring the resource to have a public IPv4 address.
  • github.com/aws/aws-sdk-go-v2/service/imagebuilder: v1.23.5
    • Documentation: Change the Image Builder ImagePipeline dateNextRun field to more accurately describe the data.
  • github.com/aws/aws-sdk-go-v2/service/lightsail: v1.27.0
    • Feature: This release adds pagination for the Get Certificates API operation.
  • github.com/aws/aws-sdk-go-v2/service/s3: v1.34.0
    • Feature: Integrate double encryption feature to SDKs.
    • Bug Fix: Fix HeadObject to return types.Nound when an object does not exist. Fixes 2084
  • github.com/aws/aws-sdk-go-v2/service/securityhub: v1.33.0
    • Feature: Add support for Security Hub Automation Rules
  • github.com/aws/aws-sdk-go-v2/service/simspaceweaver: v1.3.0
    • Feature: This release fixes using aws-us-gov ARNs in API calls and adds documentation for snapshot APIs.
  • github.com/aws/aws-sdk-go-v2/service/verifiedpermissions: v1.0.0
    • Release: New AWS service client module
    • Feature: GA release of Amazon Verified Permissions.
  • github.com/aws/aws-sdk-go-v2/service/wafv2: v1.35.0
    • Feature: You can now detect and block fraudulent account creation attempts with the new AWS WAF Fraud Control account creation fraud prevention (ACFP) managed rule group AWSManagedRulesACFPRuleSet.
  • github.com/aws/aws-sdk-go-v2/service/wellarchitected: v1.21.0
    • Feature: AWS Well-Architected now supports Profiles that help customers prioritize which questions to focus on first by providing a list of prioritized questions that are better aligned with their business goals and outcomes.

Release (2023-06-12)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/amplifyuibuilder: v1.11.0
    • Feature: AWS Amplify UIBuilder is launching Codegen UI, a new feature that enables you to generate your amplify uibuilder components and forms.
  • github.com/aws/aws-sdk-go-v2/service/dynamodb: v1.19.8
    • Documentation: Documentation updates for DynamoDB
  • github.com/aws/aws-sdk-go-v2/service/dynamodbstreams: v1.14.12
    • Documentation: Documentation updates for DynamoDB Streams
  • github.com/aws/aws-sdk-go-v2/service/fsx: v1.29.0
    • Feature: Amazon FSx for NetApp ONTAP now supports joining a storage virtual machine (SVM) to Active Directory after the SVM has been created.
  • github.com/aws/aws-sdk-go-v2/service/opensearch: v1.18.0
    • Feature: This release adds support for SkipUnavailable connection property for cross cluster search

... (truncated)

Commits

Updates github.com/cloudflare/cloudflare-go from 0.111.0 to 0.112.0

Release notes

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

v0.112.0

ENHANCEMENTS:

  • access_application: support Access service token + multi-valued authentication for SCIM provisioning (#3708)
  • certificate_authorities: add new methods to interact with Certificate Authorities Hostname Associations API (#3740)
  • content_scanning: Add new support for CRUD operations (#3700)
  • teams: sync latest doc changes (#3743)
  • teams_location: add support for dns_destination_ipv6_block_id to the location payload (#3738)
  • teams_locations: Add dns_destination_ips_id and ipv4_destination_backup (#3699)

BUG FIXES:

  • certificate_authorities: fixes for methods to interact with Certificate Authorities Hostname Associations API (#3742)

DEPENDENCIES:

  • deps: bumps github.com/goccy/go-json from 0.10.3 to 0.10.4 (#3726)
  • deps: bumps golang.org/x/crypto from 0.21.0 to 0.31.0 (#3725)
  • deps: bumps golang.org/x/net from 0.31.0 to 0.32.0 (#3704)
Changelog

Sourced from github.com/cloudflare/cloudflare-go's changelog.

0.112.0 (December 18th, 2024)

ENHANCEMENTS:

  • access_application: support Access service token + multi-valued authentication for SCIM provisioning (#3708)
  • certificate_authorities: add new methods to interact with Certificate Authorities Hostname Associations API (#3740)
  • content_scanning: Add new support for CRUD operations (#3700)
  • teams: sync latest doc changes (#3743)
  • teams_location: add support for dns_destination_ipv6_block_id to the location payload (#3738)
  • teams_locations: Add dns_destination_ips_id and ipv4_destination_backup (#3699)

BUG FIXES:

  • certificate_authorities: fixes for methods to interact with Certificate Authorities Hostname Associations API (#3742)

DEPENDENCIES:

  • deps: bumps github.com/goccy/go-json from 0.10.3 to 0.10.4 (#3726)
  • deps: bumps golang.org/x/crypto from 0.21.0 to 0.31.0 (#3725)
  • deps: bumps golang.org/x/net from 0.31.0 to 0.32.0 (#3704)
Commits
  • ed202ab Update CHANGELOG.md
  • c0f19d6 generate CHANGELOG
  • 1007e86 Merge pull request #3743 from rexscaria/rex/update-teams-docs
  • 455002b prefix exported structs with Teams namespace
  • f2d8cac Merge pull request #3742 from ebisso/bugfix/certificate-authorities-param
  • 7005664 feat: sync teams gateway docs
  • e830fd4 add changelog for #3742
  • c7be137 bugfix: certificate_authorities: fix wrong result structure
  • bd029a5 bugfix: certificate_authorities: add mtls_certificate_id to query params
  • 8d86952 Merge pull request #3741 from cloudflare/update-doc-urls
  • Additional commits viewable in compare view

Updates github.com/digitalocean/godo from 1.131.1 to 1.132.0

Release notes

Sourced from github.com/digitalocean/godo's releases.

v1.132.0

Changelog

Sourced from github.com/digitalocean/godo's changelog.

[v1.132.0] - 2024-12-17

Commits

Updates github.com/oracle/oci-go-sdk/v65 from 65.80.0 to 65.81.1

Release notes

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

65.81.1

Reverted

  • Revert changes in CloudBridge service to 65.80.0

65.81.0

Added

  • Support for backup retention locks on autonomous database create and update operations in the Database service

  • Support for multi-modality flags in data source in the Generative AI service

  • Support for knowledge base statistics in the Generative AI service

  • Support for document id, title and page numbers in citations in the Generative AI service

  • Support for creating and updating Amazon Web Services (AWS) asset-sources, EC2 and Elastic Block Store (EBS) assets in the Cloud Bridge service

  • Support for listing Amazon Web Services (AWS) regions available for discovery and migrations in the Cloud Bridge service

  • Support for stored video analysis in the AI Vision service

  • Support for HTTP or REST endpoint-based metric extensions in the OCI Monitoring service

  • Support for metric extension filter in the list metric extensions operation in the OCI Monitoring service

  • Support for creating and updating private endpoints for model deployments in the Data Science service

  • Support for OCI Identity user integration in the Big Data service

  • Support for user principal session tokens in the Big Data service

  • Support for historical cluster versions in the Big Data service

  • Support for new SKUs for digital assets editions in the Blockchain Platform service

  • Support for Zero ETL pipelines in the GoldenGate service

Breaking Changes

  • The properties Plugin and Etag were removed from the model UpdatePluginResponse in the Cloud Bridge service

  • The property DesiredState was made mandatory in the request model UpdatePluginDetails in the Cloud Bridge service

  • The properties AssetType and Data were made mandatory in the request model ImportInventoryViaAssetsDetails in the Cloud Bridge service

  • The properties Compute, Vm, VmwareVm, and VmwareVCenter were made mandatory in the request model CreateVmwareVmAssetDetails in the Cloud Bridge service

... (truncated)

Changelog

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

65.81.1 - 2024-12-18

Reverted

  • Revert changes in CloudBridge service to 65.80.0

65.81.0 - 2024-12-17

Added

  • Support for backup retention locks on autonomous database create and update operations in the Database service
  • Support for multi-modality flags in data source in the Generative AI service
  • Support for knowledge base statistics in the Generative AI service
  • Support for document id, title and page numbers in citations in the Generative AI service
  • Support for creating and updating Amazon Web Services (AWS) asset-sources, EC2 and Elastic Block Store (EBS) assets in the Cloud Bridge service
  • Support for listing Amazon Web Services (AWS) regions available for discovery and migrations in the Cloud Bridge service
  • Support for stored video analysis in the AI Vision service
  • Support for HTTP or REST endpoint-based metric extensions in the OCI Monitoring service
  • Support for metric extension filter in the list metric extensions operation in the OCI Monitoring service
  • Support for creating and updating private endpoints for model deployments in the Data Science service
  • Support for OCI Identity user integration in the Big Data service
  • Support for user principal session tokens in the Big Data service
  • Support for historical cluster versions in the Big Data service
  • Support for new SKUs for digital assets editions in the Blockchain Platform service
  • Support for Zero ETL pipelines in the GoldenGate service

Breaking Changes

  • The properties Plugin and Etag were removed from the model UpdatePluginResponse in the Cloud Bridge service
  • The property DesiredState was made mandatory in the request model UpdatePluginDetails in the Cloud Bridge service
  • The properties AssetType and Data were made mandatory in the request model ImportInventoryViaAssetsDetails in the Cloud Bridge service
  • The properties Compute, Vm, VmwareVm, and VmwareVCenter were made mandatory in the request model CreateVmwareVmAssetDetails in the Cloud Bridge service
Commits
  • 3c5764e Releasing version 65.81.1
  • b202947 Merge remote-tracking branch 'bitbucket/github' into release_2024-12-17
  • 22d8793 Releasing version 65.81.1
  • 8045a96 Pull request #2981: revert DEXREQ-6626
  • 97f5b2e Releasing version 65.81.0
  • 89e511c Merge remote-tracking branch 'bitbucket/github' into release_2024-12-17
  • 825a7dc Releasing version 65.81.0
  • See full diff in compare view

Updates github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common from 1.0.1060 to 1.0.1062

Commits

Updates github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod from 1.0.1060 to 1.0.1062

Commits

Updates github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns from 1.0.1060 to 1.0.1062

Commits

Updates google.golang.org/api from 0.211.0 to 0.213.0

Release notes

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

v0.213.0

0.213.0 (2024-12-17)

Features

v0.212.0

0.212.0 (2024-12-16)

Features

Changelog

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

0.213.0 (2024-12-17)

Features

0.212.0 (2024-12-16)

Features

Commits

Updates gopkg.in/ns1/ns1-go.v2 from 2.12.2 to 2.13.0

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

…12 updates

Bumps the dev-dependencies group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/compute/metadata](https://github.com/googleapis/google-cloud-go) | `0.5.2` | `0.6.0` |
| [github.com/IBM/go-sdk-core/v5](https://github.com/IBM/go-sdk-core) | `5.18.2` | `5.18.3` |
| [github.com/Yamashou/gqlgenc](https://github.com/Yamashou/gqlgenc) | `0.27.3` | `0.27.4` |
| [github.com/aws/aws-sdk-go-v2/service/servicediscovery](https://github.com/aws/aws-sdk-go-v2) | `1.33.7` | `1.34.0` |
| [github.com/cloudflare/cloudflare-go](https://github.com/cloudflare/cloudflare-go) | `0.111.0` | `0.112.0` |
| [github.com/digitalocean/godo](https://github.com/digitalocean/godo) | `1.131.1` | `1.132.0` |
| [github.com/oracle/oci-go-sdk/v65](https://github.com/oracle/oci-go-sdk) | `65.80.0` | `65.81.1` |
| [github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common](https://github.com/tencentcloud/tencentcloud-sdk-go) | `1.0.1060` | `1.0.1062` |
| [github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod](https://github.com/tencentcloud/tencentcloud-sdk-go) | `1.0.1060` | `1.0.1062` |
| [github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns](https://github.com/tencentcloud/tencentcloud-sdk-go) | `1.0.1060` | `1.0.1062` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.211.0` | `0.213.0` |
| gopkg.in/ns1/ns1-go.v2 | `2.12.2` | `2.13.0` |



Updates `cloud.google.com/go/compute/metadata` from 0.5.2 to 0.6.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@apps/v0.5.2...v0.6.0)

Updates `github.com/IBM/go-sdk-core/v5` from 5.18.2 to 5.18.3
- [Release notes](https://github.com/IBM/go-sdk-core/releases)
- [Changelog](https://github.com/IBM/go-sdk-core/blob/main/CHANGELOG.md)
- [Commits](IBM/go-sdk-core@v5.18.2...v5.18.3)

Updates `github.com/Yamashou/gqlgenc` from 0.27.3 to 0.27.4
- [Release notes](https://github.com/Yamashou/gqlgenc/releases)
- [Commits](Yamashou/gqlgenc@v0.27.3...v0.27.4)

Updates `github.com/aws/aws-sdk-go-v2/service/servicediscovery` from 1.33.7 to 1.34.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.34.0/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@service/fms/v1.33.7...service/s3/v1.34.0)

Updates `github.com/cloudflare/cloudflare-go` from 0.111.0 to 0.112.0
- [Release notes](https://github.com/cloudflare/cloudflare-go/releases)
- [Changelog](https://github.com/cloudflare/cloudflare-go/blob/master/CHANGELOG.md)
- [Commits](cloudflare/cloudflare-go@v0.111.0...v0.112.0)

Updates `github.com/digitalocean/godo` from 1.131.1 to 1.132.0
- [Release notes](https://github.com/digitalocean/godo/releases)
- [Changelog](https://github.com/digitalocean/godo/blob/main/CHANGELOG.md)
- [Commits](digitalocean/godo@v1.131.1...v1.132.0)

Updates `github.com/oracle/oci-go-sdk/v65` from 65.80.0 to 65.81.1
- [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.80.0...v65.81.1)

Updates `github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common` from 1.0.1060 to 1.0.1062
- [Commits](TencentCloud/tencentcloud-sdk-go@v1.0.1060...v1.0.1062)

Updates `github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod` from 1.0.1060 to 1.0.1062
- [Commits](TencentCloud/tencentcloud-sdk-go@v1.0.1060...v1.0.1062)

Updates `github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns` from 1.0.1060 to 1.0.1062
- [Commits](TencentCloud/tencentcloud-sdk-go@v1.0.1060...v1.0.1062)

Updates `google.golang.org/api` from 0.211.0 to 0.213.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.211.0...v0.213.0)

Updates `gopkg.in/ns1/ns1-go.v2` from 2.12.2 to 2.13.0

---
updated-dependencies:
- dependency-name: cloud.google.com/go/compute/metadata
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/IBM/go-sdk-core/v5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/Yamashou/gqlgenc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/servicediscovery
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/cloudflare/cloudflare-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/digitalocean/godo
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/oracle/oci-go-sdk/v65
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: gopkg.in/ns1/ns1-go.v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 18, 2024
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Dec 18, 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-sigs/prow repository.

@k8s-ci-robot k8s-ci-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Dec 18, 2024
@Raffo
Copy link
Contributor

Raffo commented Dec 18, 2024

/ok-to-test

@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 Dec 18, 2024
@Raffo
Copy link
Contributor

Raffo commented Dec 18, 2024

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Dec 18, 2024
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Raffo

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

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Dec 18, 2024
@k8s-ci-robot k8s-ci-robot merged commit 24c0200 into master Dec 18, 2024
19 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/dev-dependencies-a2276e8cdf branch December 18, 2024 10:16
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.

2 participants