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 across 1 directory with 8 updates #1133

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 9, 2025

Bumps the go-deps group with 5 updates in the / directory:

Package From To
cloud.google.com/go/compute 1.28.1 1.31.1
cloud.google.com/go/storage 1.43.0 1.50.0
github.com/containers/common 0.60.4 0.61.0
github.com/vmware/govmomi 0.42.0 0.47.1
google.golang.org/api 0.214.0 0.215.0

Updates cloud.google.com/go/compute from 1.28.1 to 1.31.1

Changelog

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

Changes

1.35.1 (2025-01-02)

Bug Fixes

  • documentai: Update golang.org/x/net to v0.33.0 (e9b0b69)

1.35.0 (2024-10-23)

Features

  • documentai: Add RESOURCE_EXHAUSTED to retryable status codes for ProcessDocument method (6e69d2e)
  • documentai: Added an url for issue reporting and api short name (6e69d2e)
  • documentai: Updated the exponential backoff settings for the Document AI ProcessDocument and BatchProcessDocuments methods (6e69d2e)

Bug Fixes

  • documentai: Update google.golang.org/api to v0.203.0 (8bb87d5)
  • documentai: WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see googleapis/google-cloud-go#11020. (8bb87d5)

1.34.0 (2024-09-12)

Features

  • documentai: Add API fields for the descriptions of entity type and property in the document schema (2d5a9f9)

Bug Fixes

  • documentai: Bump dependencies (2ddeb15)

1.33.0 (2024-08-20)

Features

  • documentai: Add support for Go 1.23 iterators (84461c0)

1.32.0 (2024-08-08)

Features

  • documentai: A new field gen_ai_model_info is added to message .google.cloud.documentai.v1.ProcessorVersion (649c075)

... (truncated)

Commits

Updates cloud.google.com/go/storage from 1.43.0 to 1.50.0

Release notes

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

storage: v1.50.0

1.50.0 (2025-01-09)

Features

  • storage/internal: Add new appendable Object to BidiWrite API (2e4feb9)
  • storage/internal: Add new preview BidiReadObject API (2e4feb9)
  • storage: Add support for gRPC bi-directional multi-range reads. This API is in private preview and not generally and is not yet available for general use. (#11377) (b4d86a5)
  • storage: Add support for ReadHandle, a gRPC feature that allows for accelerated resumption of streams when one is interrupted. ReadHandle requires the bi-directional read API, which is in private preview and is not yet available for general use. (#11377) (b4d86a5)
  • storage: Support appendable semantics for writes in gRPC. This API is in preview. (#11377) (b4d86a5)
  • storage: Refactor gRPC writer flow (#11377) (b4d86a5)

Bug Fixes

  • storage: Add mutex around uses of mrd variables (#11405) (54bfc32)
  • storage: Return the appropriate error for method not supported (#11416) (56d704e)

Documentation

  • storage/internal: Add IAM information to RPC comments for reference documentation (2e4feb9)
  • storage: Add preview comment to NewMultiRangeDownloader (#11420) (4ec1d66)
Commits
  • 22ab199 chore(main): release spanner 1.50.0 (#8484)
  • a79e693 feat(auth): add idtoken package (#8580)
  • 5feb3ea chore(alloydb/connectors): add config to generate apiv1 (#8636)
  • 57fc1a6 feat(networkconnectivity): add Network Connectivity Center APIs related to VP...
  • 38b957d chore(main): release bigtable 1.20.0 (#8243)
  • 69a8347 feat(auth): add grpctransport package (#8625)
  • 852a230 chore(auth): cleanup some small todos (#8628)
  • dd0b039 chore: fix publish job (#8627)
  • 2b5a2b5 chore(bigtable): switch to google.golang.org/protobuf (#8626)
  • 6933c5a feat(auth/oauth2adapt): adds a new module to translate types (#8595)
  • Additional commits viewable in compare view

Updates github.com/containers/common from 0.60.4 to 0.61.0

Release notes

Sourced from github.com/containers/common's releases.

v0.61.0

What's Changed

... (truncated)

Commits
  • 8d156f7 Bump c/common to v0.61.0
  • fb81002 Bump to c/storage to v1.56.0, c/image to v5.33.0
  • c174769 Merge pull request #2239 from Luap99/unmount-netns
  • 9819e05 Merge pull request #2233 from Luap99/resolv-ipv6-link-local
  • ef5388b pkg/netns: do not loop forever
  • 50126e3 pkg/netns: simplify UnmountNS()
  • 13a63dc Merge pull request #2235 from containers/renovate/golang.org-x-crypto-0.x
  • ec11e80 fix(deps): update module golang.org/x/crypto to v0.29.0
  • d830bf8 libnetwork/resolvconf: filter out ipv6 link local
  • e522662 Merge pull request #2174 from neverpanic/cllang-modernize-fips-mounts
  • Additional commits viewable in compare view

Updates github.com/containers/image/v5 from 5.32.2 to 5.33.0

Release notes

Sourced from github.com/containers/image/v5's releases.

v5.33.0

What's Changed

... (truncated)

Commits
  • c3a2029 Bump to c/image v5.33.0
  • 04d69d5 Bump to c/storage v1.56.0
  • 59417ae Merge pull request #2609 from mtrmac/copy-resolve-destination
  • 6ba898f HACK: Only return an image ID from ReportResolvedReference for c/storage
  • 125f862 Return a precise reference to the created image when writing to containers-st...
  • 91d22b2 Introduce private.ImageDestination.CommitWithOptions
  • 831269d Rename an options variable to imgOptions
  • ba2a4ae Merge pull request #2616 from containers/renovate/golang.org-x-exp-digest
  • 6bcb929 fix(deps): update golang.org/x/exp digest to f66d83c
  • 228de93 Merge pull request #2615 from containers/renovate/github.com-containers-stora...
  • Additional commits viewable in compare view

Updates github.com/containers/storage from 1.55.0 to 1.56.0

Release notes

Sourced from github.com/containers/storage's releases.

v1.56.0

What's Changed

... (truncated)

Commits
  • 043e4b7 Bump c/storage to v1.56.0
  • ad5f2a4 Merge pull request #2156 from nalind/config-disable-partial-pull
  • 435aa93 Disable partial pulls (zstd:chunked) by default
  • ec3af4e Merge pull request #2158 from containers/renovate/golang.org-x-exp-digest
  • a832e5d fix(deps): update golang.org/x/exp digest to f66d83c
  • 960e8dd Merge pull request #2117 from anderbubble/dircopy-leave-socket
  • 5958b09 Merge pull request #2154 from containers/renovate/github.com-microsoft-hcsshi...
  • 6e4298e Update copy.DirCopy to not unlink sockets
  • 4266f4c fix(deps): update module github.com/microsoft/hcsshim to v0.12.9
  • d7f8028 Merge pull request #2153 from giuseppe/make-error-lowercase
  • Additional commits viewable in compare view

Updates github.com/vmware/govmomi from 0.42.0 to 0.47.1

Release notes

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

v0.47.1

Release v0.47.1

Release Date: 2025-01-07

🐞 Fix

  • [27d06f39] Add session lookup fallback for soap header auth (#3636)
  • [1de5fbfd] govc: import.ovf remote support regression (#3596)

🧹 Chore

  • [f8416022] Update version.go for v0.47.1
  • [5d76bdab] Update version.go for v0.47.1

⏮ Reverts

  • [42a6a31e] chore: Update version.go for v0.47.1

⚠️ BREAKING

📖 Commits

  • [f8416022] chore: Update version.go for v0.47.1
  • [27d06f39] fix: Add session lookup fallback for soap header auth (#3636)
  • [42a6a31e] Revert "chore: Update version.go for v0.47.1"
  • [5d76bdab] chore: Update version.go for v0.47.1
  • [1de5fbfd] fix: govc: import.ovf remote support regression (#3596)

v0.47.0

Release v0.47.0

Release Date: 2025-01-02

🐞 Fix

  • [3793a5b2] govc fix field.info name (-n flag) validation
  • [8adeb8b5] SOAP vcSessionCookie value must be from vim25.Client
  • [2271a788] toolbox: add freebsd stub for fileExtendedInfoFormat (#3620)
  • [f08496ed] vcsim: swap order of xsi type attribute (#2114)
  • [973a2240] assert Entity interface in mo.Value()
  • [ad24cb43] Property Collector updates should be triggered on the empty FilterSet (#3631)
  • [29de346f] vcsim: output signed byte in ByteSlice.MarshalXML (#3615)
  • [71b9c764] govc: wire up flags for namespace service create
  • [5e9a140d] vcsim: avoid possible panic when applying PropertyFilter

... (truncated)

Changelog

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

Release v0.43.0

Release Date: 2024-09-10

🐞 Fix

  • [97aa7214] vcsim: avoid possible race when encoding PropertyCollector response
  • [ad2d3573] use complete InventoryPath in Datacenter.Folders

💫 API Changes

  • [476704a3] Fault helpers
  • [caad54aa] add VirtualMachine.AddDeviceWithProfile method
  • [a316da5c] VirtualMachine.AttachDisk unitNumber param is optional
  • [8491321a] ToString for vim types
  • [64610213] add namespace.RegisterVM binding
  • [e602029e] Fix panic when encoding nil iface ptrs to JSON

💫 govc (CLI)

  • [8fd86912] add disk.create '-profile' flag
  • [ea3cf257] add vm.disk.create '-profile' flag
  • [e73c34fa] add vm.disk.attach '-profile' flag
  • [06dcf31a] Add '-size' flag to datastore.create
  • [23390c23] add namespace.registervm command
  • [1892eecd] Support thick/eager disk opts on vm.create

💫 vcsim (Simulator)

  • [8421b678] Support PlaceVm with relocate placement type
  • [9234233e] Support PlaceVm with reconfigure placement type
  • [f06d0834] add VirtualMachine AttachDisk and DetachDisk methods
  • [35dc193f] Support VM crypto spec in vC Sim
  • [0517b87e] add namespace/registervm implementation

🧹 Chore

  • [b17abb20] Update version.go for v0.43.0
  • [93da4a20] sync generated govc/USAGE.md
  • [51105db8] govc: add common StorageProfileFlag

⚠️ BREAKING

VirtualMachine.AttachDisk unitNumber param is optional [a316da5c]: switching from int32 to *int32, otherwise the client must choose a valid unitNumber. vCenter will choose a unitNumber when not provided.

📖 Commits

... (truncated)

Commits
  • f841602 chore: Update version.go for v0.47.1
  • 27d06f3 fix: Add session lookup fallback for soap header auth
  • 42a6a31 Revert "chore: Update version.go for v0.47.1"
  • 5d76bda chore: Update version.go for v0.47.1
  • 1de5fbf fix: govc: import.ovf remote support regression
  • 95396cd chore: Update version.go for v0.47.0
  • 4eab163 Merge pull request #3666 from dougm/datastore-download-json
  • 80de29b Merge pull request #3667 from akutz/feature/api-9.0.0.0.rc1
  • ad5c90a govc: Update govc usage doc
  • a447f4d api: Fix OVF param to use interface
  • Additional commits viewable in compare view

Updates golang.org/x/tools from 0.24.0 to 0.26.0

Commits
  • 2ab3b51 go.mod: update golang.org/x dependencies
  • 2683c79 gopls/internal/golang/stubmethods: rename analysis/stubmethods
  • efd951d gopls/internal/analysis/stubmethods: merge into CodeAction
  • d0d0d9e gopls/internal/cache: memoize dependent hash on analysisNode
  • a19eef6 gopls/internal/cache: express packageHandle as a state machine
  • dd745ec gopls/internal/test/marker: update regression test issue68918.txt
  • a02ee35 go/analysis/passes/stdversion: reenable tests
  • a24facf all: set gotypesalias=0 explicitly
  • ce2a33e gopls/internal: fix extract refactor for cases with anonymous functions
  • a2ff832 go/ssa: remove references to GOEXPERIMENT range
  • Additional commits viewable in compare view

Updates google.golang.org/api from 0.214.0 to 0.215.0

Release notes

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

v0.215.0

0.215.0 (2025-01-01)

Features

Changelog

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

0.215.0 (2025-01-01)

Features

  • all: Auto-regenerate discovery clients (#2933) (

Bumps the go-deps group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/compute](https://github.com/googleapis/google-cloud-go) | `1.28.1` | `1.31.1` |
| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.43.0` | `1.50.0` |
| [github.com/containers/common](https://github.com/containers/common) | `0.60.4` | `0.61.0` |
| [github.com/vmware/govmomi](https://github.com/vmware/govmomi) | `0.42.0` | `0.47.1` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.214.0` | `0.215.0` |



Updates `cloud.google.com/go/compute` from 1.28.1 to 1.31.1
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md)
- [Commits](googleapis/google-cloud-go@compute/v1.28.1...compute/v1.31.1)

Updates `cloud.google.com/go/storage` from 1.43.0 to 1.50.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@pubsub/v1.43.0...spanner/v1.50.0)

Updates `github.com/containers/common` from 0.60.4 to 0.61.0
- [Release notes](https://github.com/containers/common/releases)
- [Commits](containers/common@v0.60.4...v0.61.0)

Updates `github.com/containers/image/v5` from 5.32.2 to 5.33.0
- [Release notes](https://github.com/containers/image/releases)
- [Commits](containers/image@v5.32.2...v5.33.0)

Updates `github.com/containers/storage` from 1.55.0 to 1.56.0
- [Release notes](https://github.com/containers/storage/releases)
- [Changelog](https://github.com/containers/storage/blob/main/docs/containers-storage-changes.md)
- [Commits](containers/storage@v1.55.0...v1.56.0)

Updates `github.com/vmware/govmomi` from 0.42.0 to 0.47.1
- [Release notes](https://github.com/vmware/govmomi/releases)
- [Changelog](https://github.com/vmware/govmomi/blob/main/CHANGELOG.md)
- [Commits](vmware/govmomi@v0.42.0...v0.47.1)

Updates `golang.org/x/tools` from 0.24.0 to 0.26.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.24.0...v0.26.0)

Updates `google.golang.org/api` from 0.214.0 to 0.215.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.214.0...v0.215.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/compute
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: cloud.google.com/go/storage
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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/containers/storage
  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: golang.org/x/tools
  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 Jan 9, 2025
@schutzbot schutzbot enabled auto-merge January 9, 2025 13:33
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