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 4 updates #988

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the go-deps group with 4 updates: cloud.google.com/go/storage, github.com/containers/storage, github.com/vmware/govmomi and golang.org/x/tools.

Updates cloud.google.com/go/storage from 1.44.0 to 1.45.0

Release notes

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

storage: v1.45.0

1.45.0 (2024-10-17)

Features

  • storage/internal: Adds support for restore token (70d82fe)
  • storage: Adding bucket-specific dynamicDelay (#10987) (a807a7e)
  • storage: Dynamic read request stall timeout (#10958) (a09f00e)

Documentation

  • storage: Remove preview wording from NewGRPCClient (#11002) (40c3a5b)
Commits
  • c43900b chore(main): release spanner 1.45.0 (#7462)
  • 688d4ab fix: deadlock with inline begin transaction when first statement response is ...
  • 7afc98a chore(internal/postprocessor): add MoveSnippets to main.go (#7523)
  • a6c6701 refactor(bigquery): amend name for MaxTimeTravel on datasets (#7707)
  • 22a666c feat(bigquery): expose dataset MaxTimeTravelHours (#7706)
  • 3b8bfb4 feat(bigquery/storage/managedwriter): expose connection multiplexing as exper...
  • e660af8 chore: cleanup gapicgen a bit (#7703)
  • 4fedc34 chore(storage): handle object metadata (grpc) (#7688)
  • 2a5c165 chore: onboard compute to owlbot (#7705)
  • 7a9e211 feat(bigquery): Add Iceberg as DataFormat option. (#7155)
  • Additional commits viewable in compare view

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

Release notes

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

v1.55.1

What's Changed

Full Changelog: containers/storage@v1.55.0...v1.55.1

Commits
  • c31627e Merge pull request #2139 from nalind/v1.55.1
  • 16bdeb5 Bump the version to v1.55.1
  • 465d8c0 Merge pull request #2135 from mheon/backport_2024_9676_release155
  • eccfbd0 Force lint to golang:1.21
  • 097de28 Use securejoin.SecureJoin when forming userns paths
  • 9b22eea userns: skip "nogroup"
  • 5401ebd users: fix path for /etc/group in the container
  • 8038220 userns: fix off-by-one userns max size detection
  • See full diff in compare view

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

Release notes

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

v0.44.1

Release v0.44.1

Release Date: 2024-10-09

🐞 Fix

  • [05544f74] ensure proper vSAN URI format in ResolveLibraryItemStorage

🧹 Chore

  • [8234db49] Update version.go for v0.44.1

⚠️ BREAKING

📖 Commits

  • [8234db49] chore: Update version.go for v0.44.1
  • [05544f74] fix: ensure proper vSAN URI format in ResolveLibraryItemStorage

v0.44.0

Release v0.44.0

Release Date: 2024-10-07

🐞 Fix

  • [bf6e1626] synchronize access to session.Manager.userSession (#3571)

💡 Examples

  • [da37212c] add ExampleListView_ofContainerView

💫 API Changes

  • [733f1c0c] Update folder.PlaceVMsXCluster to support several placement types
  • [4665dff2] disable http.Transport.ForceAttemptHTTP2 by default (#3564)
  • [d95d3508] add vapi/crypto package with support for native KMS
  • [d2ccadf4] add rest.Client.DownloadAttachment method
  • [cb0453c9] extract NewDatastoreURL from Datastore.NewURL method
  • [9a02a4a9] Support querying PBM profile for IOFILTERS
  • [92797d40] Helpers for key management servers

💫 govc (CLI)

  • [844fa1cc] update help url

... (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
  • 8234db4 chore: Update version.go for v0.44.1
  • 05544f7 fix: ensure proper vSAN URI format in ResolveLibraryItemStorage
  • ff95505 chore: Update version.go for v0.44.0
  • f807c48 chore: fixup internal version
  • 5aff45e Merge pull request #3579 from vmware/dependabot/go_modules/golang.org/x/text-...
  • e2e45b8 Merge pull request #3584 from dougm/vcsim-view-manager-race
  • 7687bd3 Merge pull request #3583 from vmware/govc/update-help-url
  • 5a9567f vcsim: lock ViewManager in RegisterObject callbacks
  • 844fa1c govc: update help url
  • 131e69e Merge pull request #3578 from dougm/vcsim-object-update
  • 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

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 18, 2024
Bumps the go-deps group with 4 updates: [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go), [github.com/containers/storage](https://github.com/containers/storage), [github.com/vmware/govmomi](https://github.com/vmware/govmomi) and [golang.org/x/tools](https://github.com/golang/tools).


Updates `cloud.google.com/go/storage` from 1.44.0 to 1.45.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.44.0...spanner/v1.45.0)

Updates `github.com/containers/storage` from 1.55.0 to 1.55.1
- [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.55.1)

Updates `github.com/vmware/govmomi` from 0.42.0 to 0.44.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.44.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)

---
updated-dependencies:
- 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/storage
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/go-deps-3975d9db09 branch from f130fc8 to 8a92967 Compare October 21, 2024 04:18
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 22, 2024

Superseded by #992.

@dependabot dependabot bot closed this Oct 22, 2024
auto-merge was automatically disabled October 22, 2024 04:24

Pull request was closed

@dependabot dependabot bot deleted the dependabot/go_modules/go-deps-3975d9db09 branch October 22, 2024 04:24
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