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

build(deps): bump the go-deps group with 7 updates #514

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 13, 2024

Bumps the go-deps group with 7 updates:

Package From To
cloud.google.com/go/storage 1.39.0 1.39.1
github.com/aws/aws-sdk-go 1.50.31 1.50.37
github.com/containers/common 0.57.4 0.46.0
github.com/containers/image/v5 5.29.2 5.18.0
github.com/gophercloud/gophercloud 1.10.0 1.11.0
github.com/vmware/govmomi 0.35.0 0.36.1
google.golang.org/api 0.168.0 0.169.0

Updates cloud.google.com/go/storage from 1.39.0 to 1.39.1

Release notes

Sourced from cloud.google.com/go/storage's releases.

storage: v1.39.1

1.39.1 (2024-03-11)

Bug Fixes

  • storage: Add object validation case and test (#9521) (386bef3)
Commits
  • 71dc4c6 chore(main): release storage 1.39.1 (#9524)
  • ae7dc65 chore(apphub): add config to generate apiv1 (#9550)
  • 50fcc6e chore(main): release bigtable 1.22.0 (#9551)
  • 74dcd1f chore(securitycenter): add config to generate apiv2 (#9549)
  • 3f4d7c2 chore(cloudcontrolspartner): add config to generate apiv1 (#9548)
  • 48614ab chore(bigtable): release 1.22.0 (#9547)
  • 511d9b2 fix(vertexai): clarify Client.GenerativeModel documentation (#9533)
  • f0a2781 chore: re-drop weak refs to parent modules and tag (#9545)
  • bdf2f17 chore(main): release auth 0.1.1 (#8920)
  • 9b97ce7 feat(spanner/spansql): support Table rename & Table synonym (#9275)
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go from 1.50.31 to 1.50.37

Release notes

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

Release v1.50.37 (2024-03-12)

Service Client Updates

  • service/cloudformation: Updates service documentation
    • CloudFormation documentation update for March, 2024
  • service/connect: Updates service API and documentation
  • service/ec2: Updates service documentation
    • Documentation updates for Amazon EC2.
  • service/kafka: Updates service API and documentation
  • service/ssm: Updates service documentation
    • March 2024 doc-only updates for Systems Manager.

Release v1.50.36 (2024-03-11)

Service Client Updates

  • service/codestar-connections: Updates service API and documentation
  • service/elasticache: Updates service documentation
    • Revisions to API text that are now to be carried over to SDK text, changing usages of "SFO" in code examples to "us-west-1", and some other typos.
  • service/mediapackagev2: Updates service API and documentation

Release v1.50.35 (2024-03-08)

Service Client Updates

  • service/batch: Updates service API and documentation
    • This release adds JobStateTimeLimitActions setting to the Job Queue API. It allows you to configure an action Batch can take for a blocking job in front of the queue after the defined period of time. The new parameter applies for ECS, EKS, and FARGATE Job Queues.
  • service/bedrock-agent-runtime: Updates service API and documentation
  • service/cloudtrail: Updates service API and documentation
    • Added exceptions to CreateTrail, DescribeTrails, and ListImportFailures APIs.
  • service/codebuild: Updates service documentation
    • This release adds support for a new webhook event: PULL_REQUEST_CLOSED.
  • service/cognito-idp: Updates service API and documentation
  • service/guardduty: Updates service API and documentation
    • Add RDS Provisioned and Serverless Usage types
  • service/transfer: Updates service API and documentation
    • Added DES_EDE3_CBC to the list of supported encryption algorithms for messages sent with an AS2 connector.

Release v1.50.34 (2024-03-07)

Service Client Updates

  • service/appconfig: Updates service API and documentation
  • service/ec2: Updates service API and documentation
    • This release adds an optional parameter to RegisterImage and CopyImage APIs to support tagging AMIs at the time of creation.
  • service/grafana: Updates service API and documentation
  • service/lambda: Updates service documentation
    • Documentation updates for AWS Lambda
  • service/payment-cryptography-data: Updates service API and documentation

... (truncated)

Commits

Updates github.com/containers/common from 0.57.4 to 0.46.0

Commits
  • 850904b Bump to v0.46.0
  • 85dfc28 Merge pull request #786 from dilyanpalauzov/containers_conf_tautology
  • 386ed7f containers.conf.5.md: simplify wording to avoit tautology
  • f49fe9b Merge pull request #782 from ashley-cui/machine
  • 04c709f Merge pull request #784 from vrothberg/load-error
  • b39f9e8 libimage: load: improve error messages
  • 5d68f83 Add machine table to containers.conf
  • 458d21c Merge pull request #781 from rhatdan/VERSION
  • 0ebdb47 Move to v0.45.1-dev
  • af26e3f Bump to v0.45.0
  • Additional commits viewable in compare view

Updates github.com/containers/image/v5 from 5.29.2 to 5.18.0

Commits
  • b30c330 v5.18.0
  • e6e2409 Merge pull request #1434 from mtrmac/openpgp-lint
  • 7ac14b6 Update golang.org/x/crypto, and silence warnings about openpgp
  • 551c31f Merge pull request #1433 from mtrmac/dep-updates
  • 73f80d6 Update github.com/containerd/containerd to 1.5.9
  • caf0bb4 Fix the pseudo-version of github.com/opencontainers/image-spec
  • 8293142 Merge pull request #1432 from mtrmac/GetAllCredentials-not-found
  • 390990b Fix handling of missing data in GetAllCredentials
  • 05bf651 Simplify a check for missing credentials
  • a36c455 Merge pull request #1428 from containers/dependabot/go_modules/github.com/doc...
  • Additional commits viewable in compare view

Updates github.com/gophercloud/gophercloud from 1.10.0 to 1.11.0

Release notes

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

v1.11.0

What's Changed

This release replaces v1.9 and v1.10, making the Context embedded in the Provider client working again as expected.

Full Changelog: gophercloud/gophercloud@v1.10.0...v1.11.0

Changelog

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

v1.11.0 (2024-03-07)

This version reverts the inclusion of Context in the v1 branch. This inclusion didn't add much value because no packages were using it; on the other hand, it introduced a bug when using the Context property of the Provider client.

Commits
  • 4a0303d Merge pull request #2971 from shiftstack/remove_context
  • f7678f8 Prepare v1.11.0
  • 322ccdf Revert "Context-aware methods to ProviderClient and ServiceClient"
  • 6046211 Revert "tokens: Add WithContext functions"
  • 4bd4c38 Revert "client: Add WithContext functions"
  • 2e1a5f8 Revert "pager: Add WithContext functions"
  • da1523b Revert "Authenticate with a clouds.yaml"
  • 52d12ec Revert "clouds: fix default /etc/openstack/clouds.yaml selection"
  • fbfac92 Revert "clouds: export ParseOption to allow conditionally compose With* opts"
  • 16b3cd5 Revert "Fix AllowReauth reauthentication"
  • See full diff in compare view

Updates github.com/vmware/govmomi from 0.35.0 to 0.36.1

Release notes

Sourced from github.com/vmware/govmomi's releases.

v0.36.1

Release v0.36.1

Release Date: 2024-03-12

🐞 Fix

  • [edf70dc3] lookup client to use envoy sidecar url if enabled

🧹 Chore

  • [cc533e4b] Update version.go for v0.36.1

⚠️ BREAKING

📖 Commits

  • [cc533e4b] chore: Update version.go for v0.36.1
  • [27996347] Add support for SHA256 thumbprint based vCenter authentication
  • [edf70dc3] fix: lookup client to use envoy sidecar url if enabled

v0.36.0

Release v0.36.0

Release Date: 2024-03-07

🐞 Fix

  • [fd3840e3] vcsim Fetch method causes runtime panic when property is not set (#3337)
  • [4254c59c] Update summary.config.hwVersion in simulator
  • [44610f43] govc: use session KeepAlive in library.export command (#3356)

💫 vcsim (Simulator)

  • [c46ad1af] Enhanced sim support for upgrade VM

🧹 Chore

  • [ef3a3d62] Update version.go for v0.36.0
  • [01a069da] bump Go versions
  • [08d2fd0b] Better support for ESXi & HW versions

⚠️ BREAKING

📖 Commits

... (truncated)

Changelog

Sourced from github.com/vmware/govmomi's changelog.

Release v0.36.0

Release Date: 2024-03-07

🐞 Fix

  • [fd3840e3] vcsim Fetch method causes runtime panic when property is not set
  • [4254c59c] Update summary.config.hwVersion in simulator
  • [44610f43] govc: use session KeepAlive in library.export command

💫 vcsim (Simulator)

  • [c46ad1af] Enhanced sim support for upgrade VM

🧹 Chore

  • [ef3a3d62] Update version.go for v0.36.0
  • [01a069da] bump Go versions
  • [08d2fd0b] Better support for ESXi & HW versions

⚠️ BREAKING

📖 Commits

  • [ef3a3d62] chore: Update version.go for v0.36.0
  • [89693ada] Updating CONTRIBUTORS
  • [fd3840e3] fix: vcsim Fetch method causes runtime panic when property is not set
  • [75505549] Add APIs for vLCM enablement on a cluster and base ESXi image selection
  • [01a069da] chore: bump Go versions
  • [7998478a] build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0
  • [4ad8f689] Add API for vLCM - offline depots and cluster baseline images
  • [08d2fd0b] chore: Better support for ESXi & HW versions
  • [c46ad1af] vcsim: Enhanced sim support for upgrade VM
  • [4254c59c] fix: Update summary.config.hwVersion in simulator
  • [de2ce182] test fixes
  • [44610f43] fix: govc: use session KeepAlive in library.export command
  • [41907150] Add service locator to CNS RelocateVolume spec
  • [ef555e78] Add "AggregatedSnapshotCapacityInMb" to CnsSnapshotCreateResult and CnsSnapshotDeleteResult.

Commits
  • cc533e4 chore: Update version.go for v0.36.1
  • 2799634 Add support for SHA256 thumbprint based vCenter authentication
  • edf70dc fix: lookup client to use envoy sidecar url if enabled
  • ef3a3d6 chore: Update version.go for v0.36.0
  • 89693ad Updating CONTRIBUTORS
  • 7df218a Merge pull request #3381 from bardielle/fix_3337
  • fd3840e fix: vcsim Fetch method causes runtime panic when property is not set
  • ce4bd63 Merge pull request #3377 from stoyanzhelyazkov/feature/cluster-enable-lcm
  • 7550554 Add APIs for vLCM enablement on a cluster and base ESXi image selection
  • c676481 Merge pull request #3380 from dougm/golang-version
  • Additional commits viewable in compare view

Updates google.golang.org/api from 0.168.0 to 0.169.0

Release notes

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

v0.169.0

0.169.0 (2024-03-07)

Features

Changelog

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

0.169.0 (2024-03-07)

Features

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 go-deps group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.39.0` | `1.39.1` |
| [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.50.31` | `1.50.37` |
| [github.com/containers/common](https://github.com/containers/common) | `0.57.4` | `0.46.0` |
| [github.com/containers/image/v5](https://github.com/containers/image) | `5.29.2` | `5.18.0` |
| [github.com/gophercloud/gophercloud](https://github.com/gophercloud/gophercloud) | `1.10.0` | `1.11.0` |
| [github.com/vmware/govmomi](https://github.com/vmware/govmomi) | `0.35.0` | `0.36.1` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.168.0` | `0.169.0` |


Updates `cloud.google.com/go/storage` from 1.39.0 to 1.39.1
- [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@spanner/v1.39.0...storage/v1.39.1)

Updates `github.com/aws/aws-sdk-go` from 1.50.31 to 1.50.37
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](aws/aws-sdk-go@v1.50.31...v1.50.37)

Updates `github.com/containers/common` from 0.57.4 to 0.46.0
- [Release notes](https://github.com/containers/common/releases)
- [Commits](containers/common@v0.57.4...v0.46.0)

Updates `github.com/containers/image/v5` from 5.29.2 to 5.18.0
- [Release notes](https://github.com/containers/image/releases)
- [Commits](containers/image@v5.29.2...v5.18.0)

Updates `github.com/gophercloud/gophercloud` from 1.10.0 to 1.11.0
- [Release notes](https://github.com/gophercloud/gophercloud/releases)
- [Changelog](https://github.com/gophercloud/gophercloud/blob/v1.11.0/CHANGELOG.md)
- [Commits](gophercloud/gophercloud@v1.10.0...v1.11.0)

Updates `github.com/vmware/govmomi` from 0.35.0 to 0.36.1
- [Release notes](https://github.com/vmware/govmomi/releases)
- [Changelog](https://github.com/vmware/govmomi/blob/main/CHANGELOG.md)
- [Commits](vmware/govmomi@v0.35.0...v0.36.1)

Updates `google.golang.org/api` from 0.168.0 to 0.169.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.168.0...v0.169.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/containers/common
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/containers/image/v5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/gophercloud/gophercloud
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/vmware/govmomi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
...

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 Mar 13, 2024
@schutzbot schutzbot enabled auto-merge March 13, 2024 04:38
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 14, 2024

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

@dependabot dependabot bot closed this Mar 14, 2024
auto-merge was automatically disabled March 14, 2024 04:25

Pull request was closed

@dependabot dependabot bot deleted the dependabot/go_modules/go-deps-363feb4ecf branch March 14, 2024 04:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant