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 15 updates #4785

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 2, 2024

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

Package From To
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/privatedns/armprivatedns 1.2.0 1.3.0
github.com/aliyun/alibaba-cloud-sdk-go 1.63.18 1.63.23
github.com/aws/aws-sdk-go-v2/config 1.27.38 1.27.39
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue 1.15.7 1.15.8
github.com/aws/aws-sdk-go-v2/service/route53 1.44.2 1.44.3
github.com/aws/aws-sdk-go-v2/service/servicediscovery 1.32.2 1.32.3
github.com/civo/civogo 0.3.79 0.3.81
github.com/cloudflare/cloudflare-go 0.105.0 0.106.0
github.com/oracle/oci-go-sdk/v65 65.75.0 65.75.1
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common 1.0.1011 1.0.1015
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod 1.0.1011 1.0.1015
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns 1.0.1011 1.0.1015

Updates github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/privatedns/armprivatedns from 1.2.0 to 1.3.0

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/privatedns/armprivatedns's releases.

sdk/storage/azfile/v1.3.0

1.3.0 (2024-07-18)

Other Changes

  • GetProperties() was called twice in DownloadFile method. Enhanced to call it only once, reducing latency.
  • Updated azcore version to 1.13.0

sdk/resourcemanager/eventhub/armeventhub/v1.3.0

1.3.0 (2024-07-24)

Features Added

  • New value PublicNetworkAccessFlagSecuredByPerimeter added to enum type PublicNetworkAccessFlag
  • New enum type ApplicationGroupPolicyType with values ApplicationGroupPolicyTypeThrottlingPolicy
  • New enum type CaptureIdentityType with values CaptureIdentityTypeSystemAssigned, CaptureIdentityTypeUserAssigned
  • New enum type CleanupPolicyRetentionDescription with values CleanupPolicyRetentionDescriptionCompact, CleanupPolicyRetentionDescriptionDelete
  • New enum type MetricID with values MetricIDIncomingBytes, MetricIDIncomingMessages, MetricIDOutgoingBytes, MetricIDOutgoingMessages
  • New enum type NetworkSecurityPerimeterConfigurationProvisioningState with values NetworkSecurityPerimeterConfigurationProvisioningStateAccepted, NetworkSecurityPerimeterConfigurationProvisioningStateCanceled, NetworkSecurityPerimeterConfigurationProvisioningStateCreating, NetworkSecurityPerimeterConfigurationProvisioningStateDeleted, NetworkSecurityPerimeterConfigurationProvisioningStateDeleting, NetworkSecurityPerimeterConfigurationProvisioningStateFailed, NetworkSecurityPerimeterConfigurationProvisioningStateInvalidResponse, NetworkSecurityPerimeterConfigurationProvisioningStateSucceeded, NetworkSecurityPerimeterConfigurationProvisioningStateSucceededWithIssues, NetworkSecurityPerimeterConfigurationProvisioningStateUnknown, NetworkSecurityPerimeterConfigurationProvisioningStateUpdating
  • New enum type NspAccessRuleDirection with values NspAccessRuleDirectionInbound, NspAccessRuleDirectionOutbound
  • New enum type ProvisioningState with values ProvisioningStateActive, ProvisioningStateCanceled, ProvisioningStateCreating, ProvisioningStateDeleting, ProvisioningStateFailed, ProvisioningStateScaling, ProvisioningStateSucceeded, ProvisioningStateUnknown
  • New enum type PublicNetworkAccess with values PublicNetworkAccessDisabled, PublicNetworkAccessEnabled, PublicNetworkAccessSecuredByPerimeter
  • New enum type ResourceAssociationAccessMode with values ResourceAssociationAccessModeAuditMode, ResourceAssociationAccessModeEnforcedMode, ResourceAssociationAccessModeLearningMode, ResourceAssociationAccessModeNoAssociationMode, ResourceAssociationAccessModeUnspecifiedMode
  • New enum type TLSVersion with values TLSVersionOne0, TLSVersionOne1, TLSVersionOne2
  • New function NewApplicationGroupClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ApplicationGroupClient, error)
  • New function *ApplicationGroupClient.CreateOrUpdateApplicationGroup(context.Context, string, string, string, ApplicationGroup, *ApplicationGroupClientCreateOrUpdateApplicationGroupOptions) (ApplicationGroupClientCreateOrUpdateApplicationGroupResponse, error)
  • New function *ApplicationGroupClient.Delete(context.Context, string, string, string, *ApplicationGroupClientDeleteOptions) (ApplicationGroupClientDeleteResponse, error)
  • New function *ApplicationGroupClient.Get(context.Context, string, string, string, *ApplicationGroupClientGetOptions) (ApplicationGroupClientGetResponse, error)
  • New function *ApplicationGroupClient.NewListByNamespacePager(string, string, *ApplicationGroupClientListByNamespaceOptions) *runtime.Pager[ApplicationGroupClientListByNamespaceResponse]
  • New function *ApplicationGroupPolicy.GetApplicationGroupPolicy() *ApplicationGroupPolicy
  • New function *ClientFactory.NewApplicationGroupClient() *ApplicationGroupClient
  • New function *ClientFactory.NewNetworkSecurityPerimeterConfigurationClient() *NetworkSecurityPerimeterConfigurationClient
  • New function *ClientFactory.NewNetworkSecurityPerimeterConfigurationsClient() *NetworkSecurityPerimeterConfigurationsClient
  • New function *ThrottlingPolicy.GetApplicationGroupPolicy() *ApplicationGroupPolicy
  • New function NewNetworkSecurityPerimeterConfigurationClient(string, azcore.TokenCredential, *arm.ClientOptions) (*NetworkSecurityPerimeterConfigurationClient, error)
  • New function *NetworkSecurityPerimeterConfigurationClient.List(context.Context, string, string, *NetworkSecurityPerimeterConfigurationClientListOptions) (NetworkSecurityPerimeterConfigurationClientListResponse, error)
  • New function NewNetworkSecurityPerimeterConfigurationsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*NetworkSecurityPerimeterConfigurationsClient, error)
  • New function *NetworkSecurityPerimeterConfigurationsClient.BeginCreateOrUpdate(context.Context, string, string, string, *NetworkSecurityPerimeterConfigurationsClientBeginCreateOrUpdateOptions) (*runtime.Poller[NetworkSecurityPerimeterConfigurationsClientCreateOrUpdateResponse], error)
  • New struct ApplicationGroup
  • New struct ApplicationGroupListResult
  • New struct ApplicationGroupProperties
  • New struct CaptureIdentity
  • New struct NetworkSecurityPerimeter
  • New struct NetworkSecurityPerimeterConfiguration
  • New struct NetworkSecurityPerimeterConfigurationList
  • New struct NetworkSecurityPerimeterConfigurationProperties
  • New struct NetworkSecurityPerimeterConfigurationPropertiesProfile
  • New struct NetworkSecurityPerimeterConfigurationPropertiesResourceAssociation
  • New struct NspAccessRule
  • New struct NspAccessRuleProperties
  • New struct NspAccessRulePropertiesSubscriptionsItem
  • New struct ProvisioningIssue

... (truncated)

Commits
  • 3a7a4f3 Prepare azcore v1.3.0 for release (#19759)
  • 6a1b839 Request.SetBody() allows overwriting with an empty body (#19754)
  • 5210814 AzureCLICredential reports token expiration time in UTC (#19761)
  • 2679c6b Adding tests for FilterBlobs and fixing encoding issue (#19742)
  • 00a8837 [azeventhubs] Fixing issues with connection and link robustness for Event Hub...
  • 1e67666 Revert "Migrate eng/common (except job-matrix) to Ubuntu 22.04 (#5005)" for p...
  • ca6a318 Sync eng/common directory with azure-sdk-tools for PR 5027 (#19753)
  • 377d008 Updating changelogs for release next week (#19752)
  • 53c0f49 Updating codeowners (#19751)
  • 794c96c Migrate eng/common (except job-matrix) to Ubuntu 22.04 (#19746)
  • Additional commits viewable in compare view

Updates github.com/aliyun/alibaba-cloud-sdk-go from 1.63.18 to 1.63.23

Release notes

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

v1.63.23

  • Generated 2018-08-28 for Tag. undefined

v1.63.22

  • Generated 2021-12-21 for wss. undefined

v1.63.21

  • Generated 2020-05-18 for dataworks-public.

v1.63.20

  • Generated 2022-02-20 for ecs-workbench.
  • Support command audit for ecs.

v1.63.19

  • Generated 2016-11-01 for live.
  • Update to support new apis.
Changelog

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

2024-09-30 Version: v1.63.23

  • Generated 2018-08-28 for Tag. undefined

2024-09-29 Version: v1.63.22

  • Generated 2021-12-21 for wss. undefined

2024-09-29 Version: v1.63.21

  • Generated 2020-05-18 for dataworks-public.

2024-09-27 Version: v1.63.20

  • Generated 2022-02-20 for ecs-workbench.
  • Support command audit for ecs.

2024-09-26 Version: v1.63.19

  • Generated 2016-11-01 for live.
  • Update to support new apis.
Commits
  • 8b3ff05 Generated 2018-08-28 for Tag.
  • b72ec35 Update core version
  • 2332d30 Generated 2021-12-21 for wss.
  • 4f31016 Generated 2020-05-18 for dataworks-public.
  • c7d848f Generated 2022-02-20 for ecs-workbench.
  • fc452ae Generated 2016-11-01 for live.
  • See full diff in compare view

Updates github.com/aws/aws-sdk-go-v2/config from 1.27.38 to 1.27.39

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.17.36 to 1.17.37

Commits

Updates github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue from 1.15.7 to 1.15.8

Commits

Updates github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.35.2 to 1.35.3

Changelog

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

Release (2023-04-07)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/dlm: v1.15.0
    • Announcement: This release includes breaking changes for the timestamp trait on the data lifecycle management client.
    • Feature: Updated timestamp format for GetLifecyclePolicy API
    • Bug Fix: Correct timestamp type for data lifecycle manager.
  • github.com/aws/aws-sdk-go-v2/service/docdb: v1.21.0
    • Feature: This release adds a new parameter 'DBClusterParameterGroupName' to 'RestoreDBClusterFromSnapshot' API to associate the name of the DB cluster parameter group while performing restore.
  • github.com/aws/aws-sdk-go-v2/service/fsx: v1.28.8
    • Documentation: Amazon FSx for Lustre now supports creating data repository associations on Persistent_1 and Scratch_2 file systems.
  • github.com/aws/aws-sdk-go-v2/service/lambda: v1.31.0
    • Feature: This release adds a new Lambda InvokeWithResponseStream API to support streaming Lambda function responses. The release also adds a new InvokeMode parameter to Function Url APIs to control whether the response will be streamed or buffered.
  • github.com/aws/aws-sdk-go-v2/service/quicksight: v1.34.0
    • Feature: This release has two changes: adding the OR condition to tag-based RLS rules in CreateDataSet and UpdateDataSet; adding RefreshSchedule and Incremental RefreshProperties operations for users to programmatically configure SPICE dataset ingestions.
  • github.com/aws/aws-sdk-go-v2/service/redshiftdata: v1.19.3
    • Documentation: Update documentation of API descriptions as needed in support of temporary credentials with IAM identity.
  • github.com/aws/aws-sdk-go-v2/service/servicecatalog: v1.18.1
    • Documentation: Updates description for property

Release (2023-04-06)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/cloudformation: v1.27.0
    • Feature: Including UPDATE_COMPLETE as a failed status for DeleteStack waiter.
  • github.com/aws/aws-sdk-go-v2/service/greengrassv2: v1.22.0
    • Feature: Add support for SUCCEEDED value in coreDeviceExecutionStatus field. Documentation updates for Greengrass V2.
  • github.com/aws/aws-sdk-go-v2/service/proton: v1.21.0
    • Feature: This release adds support for the AWS Proton service sync feature. Service sync enables managing an AWS Proton service (creating and updating instances) and all of it's corresponding service instances from a Git repository.
  • github.com/aws/aws-sdk-go-v2/service/rds: v1.42.1
    • Documentation: Adds and updates the SDK examples

Release (2023-04-05)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/configservice: v1.31.0
    • Feature: This release adds resourceType enums for types released in March 2023.
  • github.com/aws/aws-sdk-go-v2/service/ecs: v1.24.3
    • Documentation: This is a document only updated to add information about Amazon Elastic Inference (EI).
  • github.com/aws/aws-sdk-go-v2/service/identitystore: v1.16.7
    • Documentation: Documentation updates for Identity Store CLI command reference.
  • github.com/aws/aws-sdk-go-v2/service/ivsrealtime: v1.1.0
    • Feature: Fix ParticipantToken ExpirationTime format
  • github.com/aws/aws-sdk-go-v2/service/networkfirewall: v1.26.0
    • Feature: AWS Network Firewall now supports IPv6-only subnets.
  • github.com/aws/aws-sdk-go-v2/service/servicecatalog: v1.18.0
    • Feature: removed incorrect product type value

... (truncated)

Commits

Updates github.com/aws/aws-sdk-go-v2/service/route53 from 1.44.2 to 1.44.3

Commits

Updates github.com/aws/aws-sdk-go-v2/service/servicediscovery from 1.32.2 to 1.32.3

Commits

Updates github.com/aws/aws-sdk-go-v2/service/sts from 1.31.2 to 1.31.3

Commits
  • fcc0f5d Release 2023-04-10
  • cd750e0 Regenerated Clients
  • 1bc2f05 Update endpoints model
  • b964f5c Update API model
  • fd69015 fix APIGW exports nullability exceptions
  • fae239a Merge pull request #2089 from aws/auditAccessibility
  • acf33a2 Update aws-sdk-go-v2's comment codegened from Smithy Go's updated document sm...
  • 27360c1 fix APIGW exports nullability exceptions
  • See full diff in compare view

Updates github.com/civo/civogo from 0.3.79 to 0.3.81

Release notes

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

v0.3.81

What's Changed

Full Changelog: civo/civogo@v0.3.80...v0.3.81

v0.3.80

What's Changed

Full Changelog: civo/civogo@v0.3.79...v0.3.80

Commits

Updates github.com/cloudflare/cloudflare-go from 0.105.0 to 0.106.0

Release notes

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

v0.106.0

ENHANCEMENTS:

  • access_application: added target contexts support for access application type infrastructure (#3186)
  • access_policy: added infrastructure connection rule support for access policy (#3186)
Changelog

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

0.106.0 (September 27th, 2024)

ENHANCEMENTS:

  • access_application: added target contexts support for access application type infrastructure (#3186)
  • access_policy: added infrastructure connection rule support for access policy (#3186)
Commits
  • e9034aa Update CHANGELOG.md
  • d6ec26a generate changelog
  • 5958d1b Merge pull request #3250 from SaiDadireddy/sdadireddy/infra-app
  • f7dbab2 expand Infra => Infrastructure with correct namespace
  • 8c36601 add changelog
  • 4721188 small fix
  • 12ad68e Add connection rules to access policy tests
  • e27fa59 Struct types should use pointers as they are optional
  • 24fb45c Move infra related types to appropriate file
  • 76fa2f7 Cleanup comments
  • Additional commits viewable in compare view

Updates github.com/oracle/oci-go-sdk/v65 from 65.75.0 to 65.75.1

Release notes

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

65.75.1

Added

  • Support for calling Oracle Cloud Infrastructure services in the us-somerset-1 region

  • Support for calling Oracle Cloud Infrastructure services in the us-thames-1 region

  • Support for Security Attribute service

  • Support for Zero Trust Packet Routing service

  • Support for zero trust packet routing security attributes in the Database service

  • Support for zero trust packet routing security attributes in the Networking service

  • Support for zero trust packet routing security attributes in the Network Load Balancer service

  • Support for disaster recovery failover in the Integration Cloud service

We have identified a problem with setting the endpoint for Zero Trust Packet Routing service. For more information, see the issue on GitHub

File Checksums (SHA256)

oci-go-sdk-65.75.1.zip 42beb62ea5e050615cd004188ff4d2c0f8d5cf981fc44db7902fdab377e627d8

Changelog

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

65.75.1 - 2024-10-01

Added

  • Support for calling Oracle Cloud Infrastructure services in the us-somerset-1 region
  • Support for calling Oracle Cloud Infrastructure services in the us-thames-1 region
  • Support for Security Attribute service
  • Support for Zero Trust Packet Routing service
  • Support for zero trust packet routing security attributes in the Database service
  • Support for zero trust packet routing security attributes in the Networking service
  • Support for zero trust packet routing security attributes in the Network Load Balancer service
  • Support for disaster recovery failover in the Integration Cloud service
Commits
  • 4576a42 Releasing version 65.75.1
  • d998dc4 Merge remote-tracking branch 'bitbucket/github' into release_2024-10-01
  • c844d0a Releasing version 65.75.1
  • See full diff in compare view

Updates github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common from 1.0.1011 to 1.0.1015

Commits

Updates github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod from 1.0.1011 to 1.0.1015

Commits

Updates github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns from 1.0.1011 to 1.0.1015

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

…15 updates

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

| Package | From | To |
| --- | --- | --- |
| [github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/privatedns/armprivatedns](https://github.com/Azure/azure-sdk-for-go) | `1.2.0` | `1.3.0` |
| [github.com/aliyun/alibaba-cloud-sdk-go](https://github.com/aliyun/alibaba-cloud-sdk-go) | `1.63.18` | `1.63.23` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.27.38` | `1.27.39` |
| [github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue](https://github.com/aws/aws-sdk-go-v2) | `1.15.7` | `1.15.8` |
| [github.com/aws/aws-sdk-go-v2/service/route53](https://github.com/aws/aws-sdk-go-v2) | `1.44.2` | `1.44.3` |
| [github.com/aws/aws-sdk-go-v2/service/servicediscovery](https://github.com/aws/aws-sdk-go-v2) | `1.32.2` | `1.32.3` |
| [github.com/civo/civogo](https://github.com/civo/civogo) | `0.3.79` | `0.3.81` |
| [github.com/cloudflare/cloudflare-go](https://github.com/cloudflare/cloudflare-go) | `0.105.0` | `0.106.0` |
| [github.com/oracle/oci-go-sdk/v65](https://github.com/oracle/oci-go-sdk) | `65.75.0` | `65.75.1` |
| [github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common](https://github.com/tencentcloud/tencentcloud-sdk-go) | `1.0.1011` | `1.0.1015` |
| [github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod](https://github.com/tencentcloud/tencentcloud-sdk-go) | `1.0.1011` | `1.0.1015` |
| [github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns](https://github.com/tencentcloud/tencentcloud-sdk-go) | `1.0.1011` | `1.0.1015` |



Updates `github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/privatedns/armprivatedns` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md)
- [Commits](Azure/azure-sdk-for-go@v1.2...sdk/azcore/v1.3.0)

Updates `github.com/aliyun/alibaba-cloud-sdk-go` from 1.63.18 to 1.63.23
- [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.63.18...v1.63.23)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.27.38 to 1.27.39
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.27.38...config/v1.27.39)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.17.36 to 1.17.37
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.17.36...credentials/v1.17.37)

Updates `github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue` from 1.15.7 to 1.15.8
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.15.7...config/v1.15.8)

Updates `github.com/aws/aws-sdk-go-v2/service/dynamodb` from 1.35.2 to 1.35.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/iot/v1.35.3/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@service/iot/v1.35.2...service/iot/v1.35.3)

Updates `github.com/aws/aws-sdk-go-v2/service/route53` from 1.44.2 to 1.44.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ssm/v1.44.2...service/ecs/v1.44.3)

Updates `github.com/aws/aws-sdk-go-v2/service/servicediscovery` from 1.32.2 to 1.32.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/efs/v1.32.2...service/efs/v1.32.3)

Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.31.2 to 1.31.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.31.2...service/s3/v1.31.3)

Updates `github.com/civo/civogo` from 0.3.79 to 0.3.81
- [Release notes](https://github.com/civo/civogo/releases)
- [Changelog](https://github.com/civo/civogo/blob/master/changelog.yml)
- [Commits](civo/civogo@v0.3.79...v0.3.81)

Updates `github.com/cloudflare/cloudflare-go` from 0.105.0 to 0.106.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.105.0...v0.106.0)

Updates `github.com/oracle/oci-go-sdk/v65` from 65.75.0 to 65.75.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.75.0...v65.75.1)

Updates `github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common` from 1.0.1011 to 1.0.1015
- [Commits](TencentCloud/tencentcloud-sdk-go@v1.0.1011...v1.0.1015)

Updates `github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod` from 1.0.1011 to 1.0.1015
- [Commits](TencentCloud/tencentcloud-sdk-go@v1.0.1011...v1.0.1015)

Updates `github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns` from 1.0.1011 to 1.0.1015
- [Commits](TencentCloud/tencentcloud-sdk-go@v1.0.1011...v1.0.1015)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/privatedns/armprivatedns
  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-v2/config
  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-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/dynamodb
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/route53
  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-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
  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/cloudflare/cloudflare-go
  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-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] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 2, 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 raffo 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 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 Oct 2, 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/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Oct 2, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 3, 2024

Superseded by #4787.

@dependabot dependabot bot closed this Oct 3, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/dev-dependencies-40d5903d5c branch October 3, 2024 03:28
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/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant