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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the go-deps group with 4 updates in the / directory: 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)

pubsub: v1.45.0

1.45.0 (2024-10-22)

Features

  • pubsub: Add IngestionFailureEvent to the external proto (f0b05e2)
  • pubsub: Add support for ingestion platform logging settings (#10969) (c60241f)
Commits
  • 87da3b6 chore(main): release pubsub 1.45.0 (#10989)
  • bd76695 fix(auth): fallback cert lookups for missing files (#11013)
  • e0759f4 chore(storage/internal)!: remove notification, service account, and hmac RPCS...
  • 5b7397b feat(storage): add grpc metrics experimental options (#10984)
  • 5e363a3 fix(spanner): decode PROTO to custom type variant of base type (#11007)
  • a273aab chore(main): release storage 1.45.0 (#10986)
  • 24a7dcc chore(storage): fix ReadStallTimeout test (#10992)
  • a807a7e feat(storage): adding bucket-specific dynamicDelay (#10987)
  • 70d82fe feat(securesourcemanager): Add field instance to message `.google.cloud.sec...
  • 40c3a5b docs(storage): remove preview wording from NewGRPCClient (#11002)
  • 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.45.0

Release notes

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

v0.45.0

Release v0.45.0

Release Date: 2024-10-21

🐞 Fix

  • [84464784] Add missing privileges in simulator role
  • [36ee9a1e] Cross-platform path handling (#3555)
  • [71378bcb] check controller type in simulator configureDevice
  • [c44199a8] update controller's device list in AssignController
  • [17f6966d] ensure proper vSAN URI format in ResolveLibraryItemStorage
  • [60f2a6ea] Use absolute path for reading manifest (#3550)
  • [36cac699] Abort lease on upload failure (#3554)

💫 API Changes

  • [d14cbf39] tags error handling (#3112)

💫 govc (CLI)

  • [407da6c3] rename 'object.collect' -> 'collect'
  • [aec11224] display default provider in kms.ls output
  • [831b722f] Add an unreleased folder.place command for PlaceVMsXCluster
  • [2bbc6d83] support use of service version via GOVC_VIM_VERSION env var

🧹 Chore

  • [888548b9] Update version.go for v0.45.0

⚠️ BREAKING

📖 Commits

  • [888548b9] chore: Update version.go for v0.45.0
  • [407da6c3] govc: rename 'object.collect' -> 'collect'
  • [aec11224] govc: display default provider in kms.ls output
  • [84464784] fix: Add missing privileges in simulator role
  • [36ee9a1e] fix: Cross-platform path handling (#3555)
  • [0083eae5] bug: Do not panic on fault.In for valid errs
  • [831b722f] govc: Add an unreleased folder.place command for PlaceVMsXCluster
  • [71378bcb] fix: check controller type in simulator configureDevice
  • [c44199a8] fix: update controller's device list in AssignController
  • [2bbc6d83] govc: support use of service version via GOVC_VIM_VERSION env var
  • [17f6966d] fix: ensure proper vSAN URI format in ResolveLibraryItemStorage
  • [d14cbf39] api: tags error handling (#3112)
  • [60f2a6ea] fix: Use absolute path for reading manifest (#3550)
  • [36cac699] fix: Abort lease on upload failure (#3554)

... (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
  • 888548b chore: Update version.go for v0.45.0
  • 19de4ba Merge pull request #3599 from dougm/govc-collect
  • 407da6c govc: rename 'object.collect' -> 'collect'
  • 7948ad8 Merge pull request #3598 from dougm/kms-ls-default
  • aec1122 govc: display default provider in kms.ls output
  • 15e0e96 Merge pull request #3596 from Xiol/issue-3555-cross-platform-paths
  • c0321f8 Merge pull request #3556 from Xiol/issue-3554-abort-lease-on-failure
  • 26e9cb4 Merge pull request #3551 from Xiol/issue-3550-readmanifest-abs-path
  • 846c7ee Merge pull request #3597 from dilyar85/fix/update-simulator-role
  • 8446478 fix: Add missing privileges in simulator role
  • 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

Bumps the go-deps group with 4 updates in the / directory: [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...pubsub/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.45.0
- [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.45.0)

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 added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 22, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 23, 2024

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

@dependabot dependabot bot closed this Oct 23, 2024
auto-merge was automatically disabled October 23, 2024 05:02

Pull request was closed

@dependabot dependabot bot deleted the dependabot/go_modules/go-deps-db68479fc9 branch October 23, 2024 05:02
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