Skip to content

Bump the golang group across 1 directory with 3 updates#472

Merged
dependabot[bot] merged 2 commits into
mainfrom
dependabot/go_modules/golang-b6dba2f1a1
Feb 28, 2025
Merged

Bump the golang group across 1 directory with 3 updates#472
dependabot[bot] merged 2 commits into
mainfrom
dependabot/go_modules/golang-b6dba2f1a1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 28, 2025

Copy link
Copy Markdown
Contributor

Bumps the golang group with 3 updates in the / directory: github.com/vmware/govmomi, golang.org/x/net and google.golang.org/grpc.

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

Release notes

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

v0.48.1

Release v0.48.1

Release Date: 2025-02-11

🐞 Fix

  • [92adc453] Drop operationID soap header for unsupported endpoints

💫 govc (CLI)

  • [8df82543] Rewrite kms.export URL to use the host we connected to vCenter with
  • [93efaa51] Add storage.policy.create '-e' option to enable encryption

🧹 Chore

  • [cc1a61ba] Update version.go for v0.48.1

⚠️ BREAKING

📖 Commits

  • [cc1a61ba] chore: Update version.go for v0.48.1
  • [f642f66f] build(deps): bump golang.org/x/text from 0.21.0 to 0.22.0
  • [92adc453] fix: Drop operationID soap header for unsupported endpoints
  • [8df82543] govc: Rewrite kms.export URL to use the host we connected to vCenter with
  • [93efaa51] govc: Add storage.policy.create '-e' option to enable encryption

v0.48.0

Release v0.48.0

Release Date: 2025-01-27

🐞 Fix

  • [8aefcdd8] add DirectPathProfileManager to mo registry
  • [90bd9759] support multiple property.Collector.Retrieve base type fields
  • [64dd41d1] Add session lookup fallback for soap header auth (#3636)
  • [ac1c7713] govc: import.ovf remote support regression (#3596)

💫 API Changes

  • [116ba7e8] add vlsm.GlobalObjectManager.List method

💫 govc (CLI)

... (truncated)

Commits
  • cc1a61b chore: Update version.go for v0.48.1
  • f642f66 build(deps): bump golang.org/x/text from 0.21.0 to 0.22.0
  • 92adc45 fix: Drop operationID soap header for unsupported endpoints
  • 8df8254 govc: Rewrite kms.export URL to use the host we connected to vCenter with
  • 93efaa5 govc: Add storage.policy.create '-e' option to enable encryption
  • 648bbc7 chore: Update version.go for v0.48.0
  • 040a633 Merge pull request #3686 from dougm/ignore-resourceConfigSpecDetailed
  • 13cb119 Merge pull request #3682 from dougm/vcsim-vslm
  • ca8c642 Add ResourcePool.resourceConfigSpecDetailed to missingSet filter
  • a6f1508 Merge pull request #3684 from dougm/vcsim-cacerts
  • Additional commits viewable in compare view

Updates golang.org/x/net from 0.34.0 to 0.35.0

Commits
  • df97a48 go.mod: update golang.org/x dependencies
  • 2dab271 route: treat short sockaddr lengths as unspecified
  • b914489 internal/http3: refactor in prep for sharing transport/server code
  • ebd23f8 route: fix parsing network address of length zero
  • 938a9fb internal/http3: add request/response body transfer
  • 145b2d7 internal/http3: add RoundTrip
  • 5bda71a internal/http3: define connection and stream error types
  • 3c1185a internal/http3: return error on mid-frame EOF
  • a6c2c7f http2, internal/httpcommon: factor out common request header logic for h2/h3
  • c72e89d internal/http3: QPACK encoding and decoding
  • Additional commits viewable in compare view

Updates google.golang.org/grpc from 1.69.4 to 1.70.0

Release notes

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

Release 1.70.0

Behavior Changes

  • client: reject service configs containing an invalid retryPolicy in accordance with gRFCs A21 and A6. (#7905)
    • Note that this is a potential breaking change for some users using an invalid configuration, but continuing to allow this behavior would violate our cross-language compatibility requirements.

New Features

  • xdsclient: fallback to a secondary management server (if specified in the bootstrap configuration) when the primary is down is enabled by default. Can be disabled by setting the environment variable GRPC_EXPERIMENTAL_XDS_FALLBACK to false. (#7949)
  • experimental/credentials: experimental transport credentials are added which don't enforce ALPN. (#7980)
    • These credentials will be removed in an upcoming grpc-go release. Users must not rely on these credentials directly. Instead, they should either vendor a specific version of gRPC or copy the relevant credentials into their own codebase if absolutely necessary.

Bug Fixes

  • xds: fix a possible deadlock that happens when both the client application and the xDS management server (responsible for configuring the client) are using the xds:/// scheme in their target URIs. (#8011)

Performance

  • server: for unary requests, free raw request message data as soon as parsing is finished instead of waiting until the method handler returns. (#7998)

Documentation

  • examples/features/gracefulstop: add example to demonstrate server graceful stop. (#7865)
Commits
  • 98a0092 Change version to 1.70.0 (#7984)
  • bf380de Cherrypick #7998, #8011, #8010 into 1.70.x (#8028)
  • 54b3eb9 experimental/credentials: Add credentials that don't enforce ALPN (#7980) (#8...
  • 62b9185 clustetresolver: Copy endpoints.Addresses slice from DNS updates to avoid dat...
  • 724f450 examples/features/csm_observability: use helloworld client and server instead...
  • e8d5feb rbac: add method name to :path in headers (#7965)
  • e912015 cleanup: Fix usages of non-constant format strings (#7959)
  • 681334a cleanup: replace dial with newclient (#7943)
  • 063d352 internal/resolver: introduce a new resolver to handle target URI and proxy ad...
  • 10c7e13 outlierdetection: Support health listener for ejection updates (#7908)
  • 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 golang group with 3 updates in the / directory: [github.com/vmware/govmomi](https://github.com/vmware/govmomi), [golang.org/x/net](https://github.com/golang/net) and [google.golang.org/grpc](https://github.com/grpc/grpc-go).


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

Updates `golang.org/x/net` from 0.34.0 to 0.35.0
- [Commits](golang/net@v0.34.0...v0.35.0)

Updates `google.golang.org/grpc` from 1.69.4 to 1.70.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.69.4...v1.70.0)

---
updated-dependencies:
- dependency-name: github.com/vmware/govmomi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Feb 28, 2025
@dependabot dependabot Bot requested a review from abhi16394 as a code owner February 28, 2025 16:39
@dependabot dependabot Bot added the go Pull requests that update Go code label Feb 28, 2025
@santhoshatdell

Copy link
Copy Markdown
Contributor

@dependabot merge

@dependabot dependabot Bot merged commit 0a7855d into main Feb 28, 2025
@dependabot dependabot Bot deleted the dependabot/go_modules/golang-b6dba2f1a1 branch February 28, 2025 18:40
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.

2 participants