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 with 7 updates #4954

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dev-dependencies group with 7 updates:

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/aws/aws-sdk-go-v2/service/servicediscovery 1.33.7 1.34.0
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common 1.0.1060 1.0.1061
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod 1.0.1060 1.0.1061
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns 1.0.1060 1.0.1061
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/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/tencentcloud/tencentcloud-sdk-go/tencentcloud/common from 1.0.1060 to 1.0.1061

Commits

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

Commits

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

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

Bumps the dev-dependencies group with 7 updates:

| 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/aws/aws-sdk-go-v2/service/servicediscovery](https://github.com/aws/aws-sdk-go-v2) | `1.33.7` | `1.34.0` |
| [github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common](https://github.com/tencentcloud/tencentcloud-sdk-go) | `1.0.1060` | `1.0.1061` |
| [github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod](https://github.com/tencentcloud/tencentcloud-sdk-go) | `1.0.1060` | `1.0.1061` |
| [github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns](https://github.com/tencentcloud/tencentcloud-sdk-go) | `1.0.1060` | `1.0.1061` |
| 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/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/tencentcloud/tencentcloud-sdk-go/tencentcloud/common` from 1.0.1060 to 1.0.1061
- [Commits](TencentCloud/tencentcloud-sdk-go@v1.0.1060...v1.0.1061)

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

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

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/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/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: 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] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 16, 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 mloiseleur 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 Dec 16, 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 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 Dec 16, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 17, 2024

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

@dependabot dependabot bot closed this Dec 17, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/dev-dependencies-127cb5e8e2 branch December 17, 2024 03:37
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.

1 participant