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

Bump the dev-dependencies group across 1 directory with 9 updates #4497

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 23, 2024

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

Package From To
github.com/aliyun/alibaba-cloud-sdk-go 1.62.737 1.62.743
github.com/aws/aws-sdk-go 1.53.4 1.53.8
github.com/cloudflare/cloudflare-go 0.95.0 0.96.0
github.com/go-logr/logr 1.4.1 1.4.2
github.com/linode/linodego 1.33.1 1.34.0
github.com/oracle/oci-go-sdk/v65 65.65.2 65.65.3
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common 1.0.923 1.0.927
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod 1.0.923 1.0.927
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns 1.0.923 1.0.927

Updates github.com/aliyun/alibaba-cloud-sdk-go from 1.62.737 to 1.62.743

Release notes

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

v1.62.743

  • Generated 2019-09-01 for OceanBasePro. undefined

v1.62.742

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

v1.62.741

  • Generated 2017-11-10 for Ens.
  • Support Spot Instance.

v1.62.740

  • Generated 2018-02-08, 2018-01-29, 2016-05-11 for Domain.
  • Supported for QueryBrokerDemand.

v1.62.739

  • Generated 2022-01-01 for quickbi-public.
  • Add CreateTicket4Copilot API.
  • QueryDatasetList and QueryDatasetInfo APIs add response parameters.

v1.62.738

  • Generated 2020-02-02 for polardbx.
  • DescribeDBInstances, add cpuType.
Changelog

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

2024-05-23 Version: v1.62.743

  • Generated 2019-09-01 for OceanBasePro. undefined

2024-05-22 Version: v1.62.742

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

2024-05-22 Version: v1.62.741

  • Generated 2017-11-10 for Ens.
  • Support Spot Instance.

2024-05-22 Version: v1.62.740

  • Generated 2018-02-08, 2018-01-29, 2016-05-11 for Domain.
  • Supported for QueryBrokerDemand.

2024-05-22 Version: v1.62.739

  • Generated 2022-01-01 for quickbi-public.
  • Add CreateTicket4Copilot API.
  • QueryDatasetList and QueryDatasetInfo APIs add response parameters.

2024-05-22 Version: v1.62.738

  • Generated 2020-02-02 for polardbx.
  • DescribeDBInstances, add cpuType.
Commits
  • 40cf663 Generated 2019-09-01 for OceanBasePro.
  • e9180ab Generated 2020-06-01 for SWAS-OPEN.
  • e1a433b Generated 2017-11-10 for Ens.
  • 6bbfa5d Generated 2018-02-08, 2018-01-29, 2016-05-11 for Domain.
  • 207f182 Generated 2022-01-01 for quickbi-public.
  • 61c1854 Generated 2020-02-02 for polardbx.
  • See full diff in compare view

Updates github.com/aws/aws-sdk-go from 1.53.4 to 1.53.8

Release notes

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

Release v1.53.8 (2024-05-22)

Service Client Updates

  • service/chatbot: Updates service API and documentation
  • service/cloudformation: Updates service API and documentation
    • Added DeletionMode FORCE_DELETE_STACK for deleting a stack that is stuck in DELETE_FAILED state due to resource deletion failure.
  • service/kms: Updates service API and documentation
    • This release includes feature to import customer's asymmetric (RSA, ECC and SM2) and HMAC keys into KMS in China.
  • service/opensearch: Updates service API and documentation
  • service/wafv2: Updates service API and documentation

SDK Bugs

  • service/ec2: Correct empty list serialization behavior.
    • Empty, non-nil lists should NOT be serialized for this service.

Release v1.53.7 (2024-05-21)

Service Client Updates

  • service/cloudfront: Updates service API
    • Model update; no change to SDK functionality.
  • service/glue: Updates service API and documentation
    • Add Maintenance window to CreateJob and UpdateJob APIs and JobRun response. Add a new Job Run State for EXPIRED.
  • service/lightsail: Updates service API and documentation
    • This release adds support for Amazon Lightsail instances to switch between dual-stack or IPv4 only and IPv6-only public IP address types.
  • service/mailmanager: Adds new service
  • service/pi: Updates service API and documentation
  • service/rds: Updates service API, documentation, waiters, paginators, and examples
    • Updates Amazon RDS documentation for Db2 license through AWS Marketplace.
  • service/storagegateway: Updates service API and documentation
    • Added new SMBSecurityStrategy enum named MandatoryEncryptionNoAes128, new mode enforces encryption and disables AES 128-bit algorithums.

Release v1.53.6 (2024-05-20)

Service Client Updates

  • service/bedrock-agent: Updates service API and documentation
  • service/bedrock-agent-runtime: Updates service API and documentation
  • service/controltower: Updates service API, documentation, and paginators
  • service/osis: Updates service API and documentation
  • service/rds: Updates service API, documentation, waiters, paginators, and examples
    • This release adds support for EngineLifecycleSupport on DBInstances, DBClusters, and GlobalClusters.
  • service/secretsmanager: Updates service documentation
    • add v2 smoke tests and smithy smokeTests trait for SDK testing

Release v1.53.5 (2024-05-17)

Service Client Updates

... (truncated)

Commits

Updates github.com/cloudflare/cloudflare-go from 0.95.0 to 0.96.0

Release notes

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

v0.96.0

ENHANCEMENTS:

  • access_application: Add Refresh Token, Custom Claims, and PKCE Without Client Secret support for OIDC SaaS configurations (#1981)
  • ruleset: add support for action parameters fonts and disable_rum (#1832)

DEPENDENCIES:

  • deps: bumps bflad/action-milestone-comment from 1 to 2 (#1991)
  • deps: bumps github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.6 (#1993)
  • deps: bumps goreleaser/goreleaser-action from 5.0.0 to 5.1.0 (#1992)
Changelog

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

0.96.0 (May 22nd, 2024)

ENHANCEMENTS:

  • access_application: Add Refresh Token, Custom Claims, and PKCE Without Client Secret support for OIDC SaaS configurations (#1981)
  • ruleset: add support for action parameters fonts and disable_rum (#1832)

DEPENDENCIES:

  • deps: bumps bflad/action-milestone-comment from 1 to 2 (#1991)
  • deps: bumps github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.6 (#1993)
  • deps: bumps goreleaser/goreleaser-action from 5.0.0 to 5.1.0 (#1992)
Commits

Updates github.com/go-logr/logr from 1.4.1 to 1.4.2

Release notes

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

v1.4.2

What's Changed

Dependencies:

Full Changelog: go-logr/logr@v1.4.1...v1.4.2

Commits
  • 1205f42 Merge pull request #295 from go-logr/dependabot/github_actions/actions/checko...
  • ccedcbd Merge pull request #294 from go-logr/dependabot/github_actions/github/codeql-...
  • bead577 build(deps): bump actions/checkout from 4.1.5 to 4.1.6
  • a492d95 build(deps): bump github/codeql-action from 3.25.4 to 3.25.5
  • 19ad07c build(deps): bump ossf/scorecard-action from 2.3.1 to 2.3.3
  • 1c97a21 build(deps): bump actions/checkout from 4.1.4 to 4.1.5
  • f70c5b5 build(deps): bump github/codeql-action from 3.25.3 to 3.25.4
  • 4ade8d3 build(deps): bump golangci/golangci-lint-action from 5.3.0 to 6.0.1
  • 88d98bd Merge pull request #289 from go-logr/dependabot/github_actions/golangci/golan...
  • 432cd86 Merge pull request #288 from go-logr/dependabot/github_actions/actions/setup-...
  • Additional commits viewable in compare view

Updates github.com/linode/linodego from 1.33.1 to 1.34.0

Release notes

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

v1.34.0

What's Changed

⚠️ Breaking Change

🐛 Bug Fixes

💡 Improvements

⚙️ Repo/CI Improvements

📦 Dependency Updates

New Contributors

Full Changelog: linode/linodego@v1.33.1...v1.34.0

Commits
  • 3bcb4a6 fix: Prevent unexpected warning from Resty when calling Client.SetDebug(false...
  • 30da20d add capabilities enum (#507)
  • 25fe7d3 Mask the value of the Authorization header if debug is enabled (#501)
  • 2f9320e build(deps): bump golangci/golangci-lint-action from 5 to 6 (#506)
  • fee2ec3 build(deps): bump github.com/go-resty/resty/v2 from 2.12.0 to 2.13.1 (#505)
  • 87593bd CI: replace test execution handler with conditional (#502)
  • 7c73ad6 new: [BREAKING] Add support for LKE Control Plane ACL (#495)
  • bb0ff3f build(deps): bump golang.org/x/net from 0.24.0 to 0.25.0 (#500)
  • See full diff in compare view

Updates github.com/oracle/oci-go-sdk/v65 from 65.65.2 to 65.65.3

Release notes

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

65.65.3

Added

  • Support for the Resource Scheduler service

  • Support for Bring Your Own Container (BYOC), custom networking and graceful termination of pipelines in the Data Science service

  • Support for backup and replacement of master, utility, and edge nodes in the Big Data service

  • Support for nested resource principal in the Data Science service

File Checksums (SHA256)

oci-go-sdk-65.65.3.zip 0f1e52f4af7e9a0ac230517e80f800d7bbf29a914c983279256264aa9ecc566d

Changelog

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

65.65.3 - 2024-05-21

Added

  • Support for the Resource Scheduler service
  • Support for Bring Your Own Container (BYOC), custom networking and graceful termination of pipelines in the Data Science service
  • Support for backup and replacement of master, utility, and edge nodes in the Big Data service
  • Support for nested resource principal in the Data Science service
Commits
  • 3649489 Releasing version 65.65.3
  • 30c9d9c Merge remote-tracking branch 'bitbucket/github' into release_2024-05-21
  • 3c73de9 Pull request #2756: Releasing Version 65.65.3
  • See full diff in compare view

Updates github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common from 1.0.923 to 1.0.927

Commits

Updates github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod from 1.0.923 to 1.0.927

Commits

Updates github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns from 1.0.923 to 1.0.927

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

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

| Package | From | To |
| --- | --- | --- |
| [github.com/aliyun/alibaba-cloud-sdk-go](https://github.com/aliyun/alibaba-cloud-sdk-go) | `1.62.737` | `1.62.743` |
| [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.53.4` | `1.53.8` |
| [github.com/cloudflare/cloudflare-go](https://github.com/cloudflare/cloudflare-go) | `0.95.0` | `0.96.0` |
| [github.com/go-logr/logr](https://github.com/go-logr/logr) | `1.4.1` | `1.4.2` |
| [github.com/linode/linodego](https://github.com/linode/linodego) | `1.33.1` | `1.34.0` |
| [github.com/oracle/oci-go-sdk/v65](https://github.com/oracle/oci-go-sdk) | `65.65.2` | `65.65.3` |
| [github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common](https://github.com/tencentcloud/tencentcloud-sdk-go) | `1.0.923` | `1.0.927` |
| [github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod](https://github.com/tencentcloud/tencentcloud-sdk-go) | `1.0.923` | `1.0.927` |
| [github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns](https://github.com/tencentcloud/tencentcloud-sdk-go) | `1.0.923` | `1.0.927` |



Updates `github.com/aliyun/alibaba-cloud-sdk-go` from 1.62.737 to 1.62.743
- [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.737...v1.62.743)

Updates `github.com/aws/aws-sdk-go` from 1.53.4 to 1.53.8
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](aws/aws-sdk-go@v1.53.4...v1.53.8)

Updates `github.com/cloudflare/cloudflare-go` from 0.95.0 to 0.96.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.95.0...v0.96.0)

Updates `github.com/go-logr/logr` from 1.4.1 to 1.4.2
- [Release notes](https://github.com/go-logr/logr/releases)
- [Changelog](https://github.com/go-logr/logr/blob/master/CHANGELOG.md)
- [Commits](go-logr/logr@v1.4.1...v1.4.2)

Updates `github.com/linode/linodego` from 1.33.1 to 1.34.0
- [Release notes](https://github.com/linode/linodego/releases)
- [Commits](linode/linodego@v1.33.1...v1.34.0)

Updates `github.com/oracle/oci-go-sdk/v65` from 65.65.2 to 65.65.3
- [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.65.2...v65.65.3)

Updates `github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common` from 1.0.923 to 1.0.927
- [Commits](TencentCloud/tencentcloud-sdk-go@v1.0.923...v1.0.927)

Updates `github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod` from 1.0.923 to 1.0.927
- [Commits](TencentCloud/tencentcloud-sdk-go@v1.0.923...v1.0.927)

Updates `github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns` from 1.0.923 to 1.0.927
- [Commits](TencentCloud/tencentcloud-sdk-go@v1.0.923...v1.0.927)

---
updated-dependencies:
- dependency-name: github.com/aliyun/alibaba-cloud-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/cloudflare/cloudflare-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/go-logr/logr
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 23, 2024
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign johngmyers for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label May 23, 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 May 23, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 24, 2024

Superseded by #4499.

@dependabot dependabot bot closed this May 24, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/dev-dependencies-960f27fea4 branch May 24, 2024 03:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. dependencies Pull requests that update a dependency file go Pull requests that update Go code needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant