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 23 updates #4615

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
cloud.google.com/go/compute/metadata 0.3.0 0.5.0
github.com/Azure/azure-sdk-for-go/sdk/azidentity 1.6.0 1.7.0
github.com/F5Networks/k8s-bigip-ctlr/v2 2.17.0 2.17.1
github.com/IBM-Cloud/ibm-cloud-cli-sdk 1.4.0 1.5.0
github.com/IBM/go-sdk-core/v5 5.17.3 5.17.4
github.com/IBM/networking-go-sdk 0.47.1 0.49.0
github.com/aliyun/alibaba-cloud-sdk-go 1.62.771 1.62.790
github.com/ans-group/sdk-go 1.17.0 1.17.1
github.com/aws/aws-sdk-go 1.54.4 1.54.19
github.com/civo/civogo 0.3.70 0.3.72
github.com/cloudflare/cloudflare-go 0.98.0 0.99.0
github.com/gophercloud/gophercloud 1.12.0 1.13.0
github.com/linode/linodego 1.35.0 1.37.0
github.com/oracle/oci-go-sdk/v65 65.67.2 65.69.1
github.com/scaleway/scaleway-sdk-go 1.0.0-beta.28 1.0.0-beta.29
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common 1.0.945 1.0.964
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod 1.0.945 1.0.964
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns 1.0.945 1.0.964
google.golang.org/api 0.185.0 0.188.0
istio.io/api 1.22.1 1.22.2
istio.io/client-go 1.22.1 1.22.2
k8s.io/klog/v2 2.130.0 2.130.1

Updates cloud.google.com/go/compute/metadata from 0.3.0 to 0.5.0

Release notes

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

parallelstore: v0.4.0

0.4.0 (2024-07-10)

Features

  • parallelstore: Add iam.googleapis.com/ServiceAccount resource definition (b660d68)
  • parallelstore: Adding Import/Export BYOSA to the import Data request (b660d68)

Bug Fixes

  • parallelstore: Bump google.golang.org/grpc@v1.64.1 (8ecc4e9)

grafeas: v0.3.8

0.3.8 (2024-07-10)

Bug Fixes

  • grafeas: Bump google.golang.org/grpc@v1.64.1 (8ecc4e9)
Changelog

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

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
        }
      }
      See the announcement for more details.
    • Contexts no longer hold namespaces; instead you must set a key's namespace explicitly. Also, key functions have been changed and renamed.
    • The WithNamespace function has been removed. To specify a namespace in a Query, use the Query.Namespace method:
      q := datastore.NewQuery("Kind").Namespace("ns")
    • All the fields of Key are exported. That means you can construct any Key with a struct literal:
      k := &Key{Kind: "Kind",  ID: 37, Namespace: "ns"}
    • As a result of the above, the Key methods Kind, ID, d.Name, Parent, SetParent and Namespace have been removed.
    • NewIncompleteKey has been removed, replaced by IncompleteKey. Replace
      NewIncompleteKey(ctx, kind, parent)
      with
      IncompleteKey(kind, parent)
      and if you do use namespaces, make sure you set the namespace on the returned key.
    • NewKey has been removed, replaced by NameKey and IDKey. Replace
      NewKey(ctx, kind, name, 0, parent)
      NewKey(ctx, kind, "", id, parent)
      with
      NameKey(kind, name, parent)

... (truncated)

Commits
  • 7959a9f bigquery: support struct field parameters
  • a64eb5d bigquery: support array query parameters
  • 2861f2e bigquery: support scalar query parameters
  • a2e776e civil: civil time types
  • 918f8d5 fields: test that a tagged field takes precedence
  • e86221f bigtable/bttest: RowKeyFilter support in emulator.
  • 648bc87 bigquery: support BYTES data type
  • 7bb67ec bigtable/bttest: TimestampRangeFilter improvements
  • 8b767ae fields: simplify dominantField
  • 8ee8376 fields: add Match optimizations
  • Additional commits viewable in compare view

Updates github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.6.0 to 1.7.0

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/azidentity's releases.

sdk/messaging/azservicebus/v1.7.0

1.7.0 (2024-04-02)

Features Added

  • Add in ability to handle emulator connection strings. (PR#22663)

sdk/internal/v1.7.0

1.7.0 (2024-05-01)

Features Added

  • Support for local repo override (via presence of eng/target_proxy_version.txt) of invoked test-proxy version.

  • RemoveRegisteredSanitizers selectively disables sanitizers the test proxy enables by default since version 1.0.0-dev.20240422.1

Breaking Changes

  • Deprecated the go-vcr based test recording API. Its methods now return errors or panic.
  • Changed value of recording.SanitizedValue from "sanitized" to "Sanitized" to match the test proxy

sdk/azidentity/v1.7.0

1.7.0 (2024-06-20)

Features Added

  • AzurePipelinesCredential authenticates an Azure Pipelines service connection with workload identity federation

Breaking Changes

These changes affect only code written against a beta version such as v1.7.0-beta.1

  • Removed the persistent token caching API. It will return in v1.8.0-beta.1

sdk/azidentity/v1.7.0-beta.1

1.7.0-beta.1 (2024-06-10)

Features Added

  • Restored AzurePipelinesCredential and persistent token caching API

Breaking Changes

These changes affect only code written against a beta version such as v1.6.0-beta.4

  • Values which NewAzurePipelinesCredential read from environment variables in prior versions are now parameters
  • Renamed AzurePipelinesServiceConnectionCredentialOptions to AzurePipelinesCredentialOptions

Bugs Fixed

  • Managed identity bug fixes
Commits

Updates github.com/F5Networks/k8s-bigip-ctlr/v2 from 2.17.0 to 2.17.1

Release notes

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

Release v2.17.1

  • 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.17.1
docker pull quay.io/f5networks/k8s-bigip-ctlr:2.17.1
Changelog

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

2.17.1

Added Functionality

**What's new:**
    * CRD
        * `Issue 3378 <https://github.com/F5Networks/k8s-bigip-ctlr/issues/3378>`_: Support to control ciphers groups and ssl options in TLSProfile CRD, See `Example <https://github.com/F5Networks/k8s-bigip-ctlr/blob/2.x-master/docs/config_examples/customResource/VirtualServerWithTLSProfile/tls-with-tlsCipher/>`_
    * Improved performance for Hub Mode using the isTenantNameServiceNamespace label in the AS3 configmap, See `Example <https://github.com/F5Networks/k8s-bigip-ctlr/blob/2.x-master/docs/config_examples/configmap/user-defined-configmap/hubmode-configmap/hubmode-cmap.yaml>`_
    * Pod Graceful Shutdown support for AS3 ConfigMap using CIS deployment parameter *pod-graceful-shutdown*

Bug Fixes

* `Issue 3395 &lt;https://github.com/F5Networks/k8s-bigip-ctlr/issues/3395&gt;`_: BIG-IP controller 2.16.0 removes F5 configuration when removing Kubernetes resources in namespace.
* `Issue 3424 &lt;https://github.com/F5Networks/k8s-bigip-ctlr/issues/3424&gt;`_: Static routes are not added if a label is not added to a namespace when using `--namespace-label` flag.
* `Issue 3443 &lt;https://github.com/F5Networks/k8s-bigip-ctlr/issues/3443&gt;`_: Addressed the problem with IPAM IP allocation on resource recreation.
* `Issue 3406 &lt;https://github.com/F5Networks/k8s-bigip-ctlr/issues/3406&gt;`_: Upon deletion of all CRD resources, the default route domain of the CIS-managed Partition resets to 0.
* `Issue 3405 &lt;https://github.com/F5Networks/k8s-bigip-ctlr/issues/3405&gt;`_: Resolved the issue where Helm Chart does not enable ingressClass after creating it.
*  Resolved the issue where LB Services remain stuck in a Pending state when using IPAM.

Upgrade notes

Starting with CIS version 2.17.1:

  • Re-sync period for the service in hub mode is the same as the periodic sync interval configured in the CIS deployment parameter periodic-sync-interval, for which the default value is 30 seconds.

  • If the --ipam-cluster-label is already enabled in previous versions, it's recommended to remove the ipam CR created by the previous version of CIS and recreate it. For example, you can use the command:

    kubectl -n kube-system delete ipam &lt;CIS_deployment_name&gt;.&lt;CIS_managed_bigip_partition&gt;.ipam

    • If you wish to enable --ipam-cluster-label in CIS or modify the --ipam-cluster-label configuration, it is still recommended to remove the ipam CR created by the previous version of CIS.
Commits

Updates github.com/IBM-Cloud/ibm-cloud-cli-sdk from 1.4.0 to 1.5.0

Release notes

Sourced from github.com/IBM-Cloud/ibm-cloud-cli-sdk's releases.

v1.5.0

Change Logs

Core config changes

  • Added entries for the fallback tokens (to be inserted into the default token / refresh token values upon leave-ing of an assumed TP) & the ID of any currently-assumed TP

Other changes

  • Small code change with the stringification of the model for a CRN, to prevent the return of a misleading non-empty string when a CRN is fully empty
  • Added fake stubs for PluginConfig
Commits
  • f6bda08 Merge pull request #410 from IBM-Cloud/dev
  • 9a70219 Merge branch 'master' into dev
  • 7f32cde Merge pull request #409 from IBM-Cloud/chore-create-version-1dot5dot0
  • 71e0e89 change the minor version number
  • 9b519ef Merge pull request #408 from IBM-Cloud/fix/readd-plugin-fakes
  • f7abdc9 Merge pull request #407 from IBM-Cloud/fix-add-bogus-crn-prevention
  • 5c7cdfa chore: readded plugin fakes
  • b07ac18 comments
  • fc7d6d4 Merge remote-tracking branch 'origin/add-assumed-tp-to-config' into fix-add-b...
  • 3824294 add protection for faulty empty CRN return
  • Additional commits viewable in compare view

Updates github.com/IBM/go-sdk-core/v5 from 5.17.3 to 5.17.4

Release notes

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

v5.17.4

5.17.4 (2024-06-25)

Bug Fixes

This also includes the change to bump go-retryablehttp from v0.7.5 to v0.7.7 to avoid a vulnerability.

Changelog

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

5.17.4 (2024-06-25)

Bug Fixes

Commits
  • 7c8519e chore(release): 5.17.4 release notes [skip ci]
  • 6425333 Update version numbers from 5.17.3 -> 5.17.4 [skip ci]
  • 5da6409 fix: tidy Go modules (#221)
  • f209755 chore(deps): bump go-retryablehttp v0.7.5 => v0.7.7 (#220)
  • See full diff in compare view

Updates github.com/IBM/networking-go-sdk from 0.47.1 to 0.49.0

Release notes

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

v0.49.0

0.49.0 (2024-07-12)

Features

  • CIS: origin post quantum encryption and max HTTP version (#201) (10dc3c5)

v0.48.0

0.48.0 (2024-07-02)

Features

  • CIS: add order advanced certificate and origin certificate (#187) (321347b)

v0.47.2

0.47.2 (2024-07-02)

Bug Fixes

  • fix: Reverting Previous Dependency Updates (9d6745e)
  • fixing deployement issues (#194) (0a1223a)
  • fixing deployment issue (#186) (851a472)
  • fixing deployment issue (#199) (6ade25d)
  • fixing the deployment issue (#185) (39c812a)
  • fixng Uncontrolled resource consumption in braces (#184) (27ce9ab)
  • reverting previous dependency update chnages (#192) (6f63583)
  • reverting previous dependency update chnages (#193) (fd7031e)
  • reverting previous dependency update chnages (#197) (f94dddd)
  • reverting previous dependency update chnages (#198) (fe11a39)
  • Reverting Previous Dependency Updates (#189) (21e156b)
Changelog

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

0.49.0 (2024-07-12)

Features

  • CIS: origin post quantum encryption and max HTTP version (#201) (10dc3c5)

0.48.0 (2024-07-02)

Features

  • CIS: add order advanced certificate and origin certificate (#187) (321347b)

0.47.2 (2024-07-02)

Bug Fixes

  • fix: Reverting Previous Dependency Updates (9d6745e)
  • fixing deployement issues (#194) (0a1223a)
  • fixing deployment issue (#186) (851a472)
  • fixing deployment issue (#199) (6ade25d)
  • fixing the deployment issue (#185) (39c812a)
  • fixng Uncontrolled resource consumption in braces (#184) (27ce9ab)
  • reverting previous dependency update chnages (#192) (6f63583)
  • reverting previous dependency update chnages (#193) (fd7031e)
  • reverting previous dependency update chnages (#197) (f94dddd)
  • reverting previous dependency update chnages (#198) (fe11a39)
  • Reverting Previous Dependency Updates (#189) (21e156b)
Commits
  • 074bbda chore(release): 0.49.0 [skip ci]
  • b9501e9 Update version 0.48.0 -> 0.49.0 [skip ci]
  • 10dc3c5 feat(CIS): origin post quantum encryption and max HTTP version (#201)
  • e0a1585 chore(release): 0.48.0 [skip ci]
  • 66de9c2 Update version 0.47.2 -> 0.48.0 [skip ci]
  • 321347b feat(CIS): add order advanced certificate and origin certificate (#187)
  • f15724b chore(release): 0.47.2 [skip ci]
  • bff06c1 Update version 0.47.1 -> 0.47.2 [skip ci]
  • 6ade25d fix: fixing deployment issue (#199)
  • fe11a39 fix: reverting previous dependency update chnages (#198)
  • Additional commits viewable in compare view

Updates github.com/aliyun/alibaba-cloud-sdk-go from 1.62.771 to 1.62.790

Release notes

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

v1.62.790

  • Generated 2020-06-01 for SWAS-OPEN. undefined

v1.62.789

  • Generated 2022-12-13 for PaiRecService. undefined

v1.62.788

  • Generated 2015-01-01 for R-kvstore.
  • Account management add SourceBiz parameters.

v1.62.787

  • Generated 2022-12-13 for PaiRecService. undefined

v1.62.786

  • Generated 2022-12-13 for PaiRecService. undefined

v1.62.785

  • Generated 2021-01-18 for mseap.
  • Added param for ActivateLicenseResponse .

v1.62.784

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

v1.62.783

  • Generated 2021-12-16 for nis.
  • Publish Api:GetNisNetworkRanking
  • Publish Api:GetNisNetworkMetrics

v1.62.782

  • Generated 2019-09-01 for OceanBasePro. undefined

v1.62.781

  • Generated 2014-08-28 for Ess.
  • ModifyScalingGroup add ScalingPolicy params.

v1.62.780

  • Generated 2017-11-10 for Ens.
  • Supported APIs DescribeSDG,PreloadRegionSDG,UnloadRegionSDG,DeployInstanceSDG,RemoveInstanceSDG.

v1.62.779

  • Generated 2023-01-20 for csas. undefined

v1.62.778

... (truncated)

Changelog

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

2024-07-16 Version: v1.62.790

  • Generated 2020-06-01 for SWAS-OPEN. undefined

2024-07-12 Version: v1.62.789

  • Generated 2022-12-13 for PaiRecService. undefined

2024-07-12 Version: v1.62.788

  • Generated 2015-01-01 for R-kvstore.
  • Account management add SourceBiz parameters.

2024-07-11 Version: v1.62.787

  • Generated 2022-12-13 for PaiRecService. undefined

2024-07-11 Version: v1.62.786

  • Generated 2022-12-13 for PaiRecService. undefined

2024-07-10 Version: v1.62.785

  • Generated 2021-01-18 for mseap.
  • Added param for ActivateLicenseResponse .

2024-07-05 Version: v1.62.784

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

2024-07-04 Version: v1.62.783

  • Generated 2021-12-16 for nis.
  • Publish Api:GetNisNetworkRanking
  • Publish Api:GetNisNetworkMetrics

2024-07-04 Version: v1.62.782

  • Generated 2019-09-01 for OceanBasePro. undefined

2024-07-04 Version: v1.62.781

  • Generated 2014-08-28 for Ess.
  • ModifyScalingGroup add ScalingPolicy params.

2024-07-03 Version: v1.62.780

  • Generated 2017-11-10 for Ens.
  • Supported APIs DescribeSDG,PreloadRegionSDG,UnloadRegionSDG,DeployInstanceSDG,RemoveInstanceSDG.

2024-07-03 Version: v1.62.779

  • Generated 2023-01-20 for csas. undefined

2024-07-02 Version: v1.62.778

... (truncated)

Commits
  • 182e8cc Generated 2020-06-01 for SWAS-OPEN.
  • da7f272 Generated 2022-12-13 for PaiRecService.
  • 2b75a7a Generated 2015-01-01 for R-kvstore.
  • dc83ede Generated 2022-12-13 for PaiRecService.
  • 7cbd966 Generated 2022-12-13 for PaiRecService.
  • 2ceb88c Generated 2021-01-18 for mseap.
  • 152d8c8 Generated 2016-11-01 for live.
  • cd95c56 Generated 2021-12-16 for nis.
  • b95f6e4 Generated 2019-09-01 for OceanBasePro.
  • ee4427d Generated 2014-08-28 for Ess.
  • Additional commits viewable in compare view

Updates github.com/ans-group/sdk-go from 1.17.0 to 1.17.1

Commits

Updates github.com/aws/aws-sdk-go from 1.54.4 to 1.54.19

Release notes

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

Release v1.54.19 (2024-07-12)

Service Client Updates

  • service/acm-pca: Updates service API, documentation, waiters, and paginators
  • service/arc-zonal-shift: Updates service API and documentation
  • service/autoscaling: Adds new service
    • Add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • service/codebuild: Adds new service
    • Add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • service/dynamodb: Updates service API, documentation, waiters, paginators, and examples
    • Add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • service/globalaccelerator: Updates service API
  • service/pinpoint: Updates service API and documentation
    • Add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • service/quicksight: Updates service API and documentation
    • Vega ally control options and Support for Reviewed Answers in Topics
  • service/rds: Updates service API, documentation, waiters, paginators, and examples
    • Update path for CreateDBCluster resource identifier, and Add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • service/sns: Adds new service
    • Add v2 smoke tests and smithy smokeTests trait for SDK testing.

Release v1.54.18 (2024-07-10)

Service Client Updates

  • service/batch: Updates service API and documentation
    • This feature allows AWS Batch Jobs with EKS container orchestration type to be run as Multi-Node Parallel Jobs.
  • service/bedrock: Updates service API and documentation
  • service/bedrock-agent: Updates service API, documentation, and paginators
  • service/bedrock-agent-runtime: Updates service API, documentation, and paginators
  • service/bedrock-runtime: Updates service API and documentation
  • service/ec2: Updates service API and documentation
    • Add parameters to enable provisioning IPAM BYOIPv4 space at a Local Zone Network Border Group level
  • service/glue: Updates service API and documentation
    • Add recipe step support for recipe node
  • service/groundstation: Updates service API and documentation
  • service/license-manager-linux-subscriptions: Updates service API, documentation, and paginators
  • service/mediaconnect: Updates service API and documentation

Release v1.54.17 (2024-07-09)

Service Client Updates

  • service/datazone: Updates service API
  • service/fsx: Updates service API and documentation
  • service/opensearch: Updates service API and documentation
  • service/sagemaker: Updates service API, documentation, and paginators
    • This release 1/ enables optimization jobs that allows customers to perform Ahead-of-time compilation and quantization. 2/ allows customers to control access to Amazon Q integration in SageMaker Studio. 3/ enables AdditionalModelDataSources for CreateModel action.

... (truncated)

Commits

Updates github.com/civo/civogo from 0.3.70 to 0.3.72

Commits

Updates github.com/cloudflare/cloudflare-go from 0.98.0 to 0.99.0

Release notes

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

v0.99.0

ENHANCEMENTS:

  • teams: added per account certificate setting to teams gateway configuration (#2713)
  • teams_list: Added description to ZT list item (#2621)
  • teams_rules: Added ZT rule settings ignore_cname_category_matches (#2621)

DEPENDENCIES:

  • deps: bumps github.com/hashicorp/go-retryablehttp from 0.7.1 to 0.7.7 (#2699)
Changelog

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

0.99.0 (July 3rd, 2024)

ENHANCEMENTS:

  • teams: added per account certificate setting to teams gateway configuration (#2713)
  • teams_list: Added description to ZT list item (#2621)
  • teams_rules: Added ZT rule settings ignore_cname_category_matches (#2621)

DEPENDENCIES:

  • deps: bumps github.com/hashicorp/go-retryablehttp from 0.7.1 to 0.7.7 (#2699)
Commits
  • dd115ee Update CHANGELOG.md
  • 73a085b generate CHANGELOG
  • 8b5a963 Merge pull request #2713 from alyssamw/master
  • ca5c8a4 GIN-341: terraform for per account certificate setting
  • f5d3137 Merge pull request #2699 from cloudflare/dependabot/go_modules/internal/tools...
  • a41b1b5 add CHANGELOG for #2699
  • ecea241 Bump github.com/hashicorp/go-retryablehttp in /internal/tools
  • 9d6b4dc Merge pull request #2621 from rexscaria/rex/teams-add-new-rule-settings
  • 6aecd6a add tests assertion
  • a866c3b add type definition for IgnoreCNAMECategoryMatches
  • Additional commits viewable in compare view

Updates github.com/gophercloud/gophercloud from 1.12.0 to 1.13.0

Release notes

Sourced from github.com/gophercloud/gophercloud's releases.

v1.13.0

What's Changed

Full Changelog: gophercloud/gophercloud@v1.12.0...v1.13.0

Changelog

Sourced from github.com/gophercloud/gophercloud's changelog.

v1.13.0 (2024-07-08)

  • GH-3044 [v1] Add ci jobs for openstack caracal
  • GH-3073 [v1] Adding missing QoS field for router
  • GH-3080 [networking]: add BGP VPNs support (backport to 1.x)
Commits
  • c08ddc8 Merge pull request #3087 from shiftstack/prepare_v1.13.0
  • 62aae90 Prepare v1.13.0
  • 7e6e378 Merge pull request #3080 from kayrus/bgpvpn-1x
  • e3b10b8 [networking]: add BGP VPNs support
  • 7c0ae2f Merge pull request #3073 from gophercloud/bp-v1-f29f4a5-f7533c9
  • 89c670f Adding missing QoS field for router
  • 73074af Added tests for gateway qos_policy
  • e15dab7 Merge pull request #3044 from gophercloud/bp-v1-0541b41
  • 357c644 Add ci jobs for openstack caracal
  • See full diff in compare view

Updates github.com/linode/linodego from 1.35.0 to 1.37.0

Release notes

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

v1.37.0

What's Changed

🚀 New Features

📦 Dependency Updates

Full Changelog: linode/linodego@v1.36.2...v1.37.0

v1.36.2

What's Changed

💡 Improvements

🧪 Testing Improvements

Full Changelog: linode/linodego@v1.36.1...v1.36.2

v1.36.1

What's Changed

🐛 Bug Fixes

💡 Improvements

🧪 Testing Improvements

New Contributors

Full Changelog: linode/linodego@v1.36.0...v1.36.1

v1.36.0

What's Changed

⚠️ Breaking Change

... (truncated)

Commits
  • ea893ef Migrate LKE and MySQL Client Functions to Utilize Request Helpers (#540)
  • 3cb05c9 build(deps): bump golang.org/x/net from 0.26.0 to 0.27.0 (#542)
  • 4243c0e project: MultiCluster Object Storage (#522)
  • 2a5ae92 Migrated firewall_rules to instance_firewalls to request helpers (#533)
  • 72ef4eb Migrated network_ips to nodebalancer and reran fixtures (#543)
  • 8ce268c add submodule checkout in cross repo test workflow (#545)
  • 1328865 Added helper to improve readability of pointer literals (#535)
  • bd61260 Migrated instance_ips to kernels to request helpers (#537)
  • a9a7dcf Restored legacy PagedResponse structs and added deprecation notice (#539)
  • 87439ea sanitizing fixtures (#538)
  • Additional commits viewable in compare view

Updates github.com/oracle/oci-go-sdk/v65 from 65.67.2 to 65.69.1

Release notes

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

65.69.1

Added

  • Support for cost management of shared resources in the Usage service

    ...

    Description has been truncated

…23 updates

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

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/compute/metadata](https://github.com/googleapis/google-cloud-go) | `0.3.0` | `0.5.0` |
| [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go) | `1.6.0` | `1.7.0` |
| [github.com/F5Networks/k8s-bigip-ctlr/v2](https://github.com/F5Networks/k8s-bigip-ctlr) | `2.17.0` | `2.17.1` |
| [github.com/IBM-Cloud/ibm-cloud-cli-sdk](https://github.com/IBM-Cloud/ibm-cloud-cli-sdk) | `1.4.0` | `1.5.0` |
| [github.com/IBM/go-sdk-core/v5](https://github.com/IBM/go-sdk-core) | `5.17.3` | `5.17.4` |
| [github.com/IBM/networking-go-sdk](https://github.com/IBM/networking-go-sdk) | `0.47.1` | `0.49.0` |
| [github.com/aliyun/alibaba-cloud-sdk-go](https://github.com/aliyun/alibaba-cloud-sdk-go) | `1.62.771` | `1.62.790` |
| [github.com/ans-group/sdk-go](https://github.com/ans-group/sdk-go) | `1.17.0` | `1.17.1` |
| [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.54.4` | `1.54.19` |
| [github.com/civo/civogo](https://github.com/civo/civogo) | `0.3.70` | `0.3.72` |
| [github.com/cloudflare/cloudflare-go](https://github.com/cloudflare/cloudflare-go) | `0.98.0` | `0.99.0` |
| [github.com/gophercloud/gophercloud](https://github.com/gophercloud/gophercloud) | `1.12.0` | `1.13.0` |
| [github.com/linode/linodego](https://github.com/linode/linodego) | `1.35.0` | `1.37.0` |
| [github.com/oracle/oci-go-sdk/v65](https://github.com/oracle/oci-go-sdk) | `65.67.2` | `65.69.1` |
| [github.com/scaleway/scaleway-sdk-go](https://github.com/scaleway/scaleway-sdk-go) | `1.0.0-beta.28` | `1.0.0-beta.29` |
| [github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common](https://github.com/tencentcloud/tencentcloud-sdk-go) | `1.0.945` | `1.0.964` |
| [github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod](https://github.com/tencentcloud/tencentcloud-sdk-go) | `1.0.945` | `1.0.964` |
| [github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns](https://github.com/tencentcloud/tencentcloud-sdk-go) | `1.0.945` | `1.0.964` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.185.0` | `0.188.0` |
| [istio.io/api](https://github.com/istio/api) | `1.22.1` | `1.22.2` |
| [istio.io/client-go](https://github.com/istio/client-go) | `1.22.1` | `1.22.2` |
| [k8s.io/klog/v2](https://github.com/kubernetes/klog) | `2.130.0` | `2.130.1` |



Updates `cloud.google.com/go/compute/metadata` from 0.3.0 to 0.5.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@v0.3.0...v0.5.0)

Updates `github.com/Azure/azure-sdk-for-go/sdk/azidentity` from 1.6.0 to 1.7.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@sdk/azcore/v1.6.0...sdk/azcore/v1.7.0)

Updates `github.com/F5Networks/k8s-bigip-ctlr/v2` from 2.17.0 to 2.17.1
- [Release notes](https://github.com/F5Networks/k8s-bigip-ctlr/releases)
- [Changelog](https://github.com/F5Networks/k8s-bigip-ctlr/blob/v2.17.1/docs/RELEASE-NOTES.rst)
- [Commits](F5Networks/k8s-bigip-ctlr@v2.17.0...v2.17.1)

Updates `github.com/IBM-Cloud/ibm-cloud-cli-sdk` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/IBM-Cloud/ibm-cloud-cli-sdk/releases)
- [Commits](IBM-Cloud/ibm-cloud-cli-sdk@v1.4.0...v1.5.0)

Updates `github.com/IBM/go-sdk-core/v5` from 5.17.3 to 5.17.4
- [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.17.3...v5.17.4)

Updates `github.com/IBM/networking-go-sdk` from 0.47.1 to 0.49.0
- [Release notes](https://github.com/IBM/networking-go-sdk/releases)
- [Changelog](https://github.com/IBM/networking-go-sdk/blob/master/CHANGELOG.md)
- [Commits](IBM/networking-go-sdk@v0.47.1...v0.49.0)

Updates `github.com/aliyun/alibaba-cloud-sdk-go` from 1.62.771 to 1.62.790
- [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.771...v1.62.790)

Updates `github.com/ans-group/sdk-go` from 1.17.0 to 1.17.1
- [Release notes](https://github.com/ans-group/sdk-go/releases)
- [Commits](ans-group/sdk-go@v1.17.0...v1.17.1)

Updates `github.com/aws/aws-sdk-go` from 1.54.4 to 1.54.19
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](aws/aws-sdk-go@v1.54.4...v1.54.19)

Updates `github.com/civo/civogo` from 0.3.70 to 0.3.72
- [Release notes](https://github.com/civo/civogo/releases)
- [Changelog](https://github.com/civo/civogo/blob/master/changelog.yml)
- [Commits](civo/civogo@v0.3.70...v0.3.72)

Updates `github.com/cloudflare/cloudflare-go` from 0.98.0 to 0.99.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.98.0...v0.99.0)

Updates `github.com/gophercloud/gophercloud` from 1.12.0 to 1.13.0
- [Release notes](https://github.com/gophercloud/gophercloud/releases)
- [Changelog](https://github.com/gophercloud/gophercloud/blob/v1.13.0/CHANGELOG.md)
- [Commits](gophercloud/gophercloud@v1.12.0...v1.13.0)

Updates `github.com/linode/linodego` from 1.35.0 to 1.37.0
- [Release notes](https://github.com/linode/linodego/releases)
- [Commits](linode/linodego@v1.35.0...v1.37.0)

Updates `github.com/oracle/oci-go-sdk/v65` from 65.67.2 to 65.69.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.67.2...v65.69.1)

Updates `github.com/scaleway/scaleway-sdk-go` from 1.0.0-beta.28 to 1.0.0-beta.29
- [Release notes](https://github.com/scaleway/scaleway-sdk-go/releases)
- [Changelog](https://github.com/scaleway/scaleway-sdk-go/blob/master/CHANGELOG.md)
- [Commits](scaleway/scaleway-sdk-go@v1.0.0-beta.28...v1.0.0-beta.29)

Updates `github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common` from 1.0.945 to 1.0.964
- [Commits](TencentCloud/tencentcloud-sdk-go@v1.0.945...v1.0.964)

Updates `github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod` from 1.0.945 to 1.0.964
- [Commits](TencentCloud/tencentcloud-sdk-go@v1.0.945...v1.0.964)

Updates `github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns` from 1.0.945 to 1.0.964
- [Commits](TencentCloud/tencentcloud-sdk-go@v1.0.945...v1.0.964)

Updates `golang.org/x/net` from 0.26.0 to 0.27.0
- [Commits](golang/net@v0.26.0...v0.27.0)

Updates `google.golang.org/api` from 0.185.0 to 0.188.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.185.0...v0.188.0)

Updates `istio.io/api` from 1.22.1 to 1.22.2
- [Commits](istio/api@1.22.1...1.22.2)

Updates `istio.io/client-go` from 1.22.1 to 1.22.2
- [Commits](istio/client-go@1.22.1...1.22.2)

Updates `k8s.io/klog/v2` from 2.130.0 to 2.130.1
- [Release notes](https://github.com/kubernetes/klog/releases)
- [Changelog](https://github.com/kubernetes/klog/blob/main/RELEASE.md)
- [Commits](kubernetes/klog@v2.130.0...v2.130.1)

---
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/Azure/azure-sdk-for-go/sdk/azidentity
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/F5Networks/k8s-bigip-ctlr/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/IBM-Cloud/ibm-cloud-cli-sdk
  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/IBM/networking-go-sdk
  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/ans-group/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/cloudflare/cloudflare-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/gophercloud/gophercloud
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/linode/linodego
  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/scaleway/scaleway-sdk-go
  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
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: istio.io/api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: istio.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: k8s.io/klog/v2
  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 Jul 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 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 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 Jul 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 the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Jul 16, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 17, 2024

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

@dependabot dependabot bot closed this Jul 17, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/dev-dependencies-c02345ae13 branch July 17, 2024 03:22
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.

None yet

1 participant