Skip to content

Bump the all-go-mod-patch-and-minor group across 1 directory with 2 updates#89

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/all-go-mod-patch-and-minor-80d39ff709
Closed

Bump the all-go-mod-patch-and-minor group across 1 directory with 2 updates#89
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/all-go-mod-patch-and-minor-80d39ff709

Conversation

@dependabot
Copy link
Contributor

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

Bumps the all-go-mod-patch-and-minor group with 2 updates in the / directory: github.com/microsoftgraph/msgraph-sdk-go and helm.sh/helm/v3.

Updates github.com/microsoftgraph/msgraph-sdk-go from 1.72.0 to 1.73.0

Release notes

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

v1.73.0

1.73.0 (2025-06-03)

Features

  • generation: update request builders and models (7ce8404)
Changelog

Sourced from github.com/microsoftgraph/msgraph-sdk-go's changelog.

1.73.0 (2025-06-03)

Features

  • generation: update request builders and models (7ce8404)
Commits
  • 38b5a6e Merge pull request #882 from microsoftgraph/release-please--branches--main--c...
  • 3f8dd90 chore(main): release 1.73.0
  • 20ad7a7 Merge pull request #881 from microsoftgraph/v1.0/pipelinebuild/189193
  • 7ce8404 feat(generation): update request builders and models
  • See full diff in compare view

Updates helm.sh/helm/v3 from 3.18.0 to 3.18.2

Release notes

Sourced from helm.sh/helm/v3's releases.

Helm 3.18.2

Helm v3.18.2 is a patch release. Users are encouraged to upgrade for the best experience. Users are encouraged to upgrade for the best experience.

The community keeps growing, and we'd love to see you there!

  • Join the discussion in Kubernetes Slack:
    • for questions and just to hang out
    • for discussing PRs, code, and bugs
  • Hang out at the Public Developer Call: Thursday, 9:30 Pacific via Zoom
  • Test, debug, and contribute charts: ArtifactHub/packages

Installation and Upgrading

Download Helm v3.18.2. The common platform binaries are here:

This release was signed with 672C 657B E06B 4B30 969C 4A57 4614 49C2 5E36 B98E and can be found at @​mattfarina keybase account. Please use the attached signatures for verifying this release using gpg.

The Quickstart Guide will get you going from there. For upgrade instructions or detailed installation notes, check the install guide. You can also use a script to install on any system with bash.

What's Next

  • 3.18.3 is the next patch release and will be on July 09, 2025
  • 3.19.0 is the next minor release and will be on September 11, 2025

Changelog

  • fix: legacy docker support broken for login 04cad4610054e5d546aa5c5d9c1b1d5cf68ec1f8 (Terry Howe)
  • Handle an empty registry config file. bc9f8a2d8baad5a54f7b421275f44c04117eb5cb (Matt Farina)

Helm v3.18.1 is a patch release. Users are encouraged to upgrade for the best experience. Users are encouraged to upgrade for the best experience.

Notes:

  • This release fixes regressions around template generation and OCI registry interaction in 3.18.0
  • There are at least 2 known regressions unaddressed in this release. They are being worked on.
    • Empty registry configuration files. When the file exists but it is empty.
    • Login to Docker Hub on some domains fails.

... (truncated)

Commits
  • 04cad46 fix: legacy docker support broken for login
  • bc9f8a2 Handle an empty registry config file.
  • f6f8700 fix(client): skipnode utilization for PreCopy
  • 4da7015 fix(client): layers now returns manifest - remove duplicate from descriptors
  • 1a8507f fix(client): return nil on non-allowed media types
  • 015531c Prevent fetching newReference again as we have in calling method
  • 9db1a12 Prevent failure when resolving version tags in oras memory store
  • e8bfa0e Update pkg/plugin/plugin.go
  • 24b4490 Update pkg/plugin/plugin.go
  • 7e8f534 Wait for Helm v4 before raising when platformCommand and Command are set
  • 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

…pdates

Bumps the all-go-mod-patch-and-minor group with 2 updates in the / directory: [github.com/microsoftgraph/msgraph-sdk-go](https://github.com/microsoftgraph/msgraph-sdk-go) and [helm.sh/helm/v3](https://github.com/helm/helm).


Updates `github.com/microsoftgraph/msgraph-sdk-go` from 1.72.0 to 1.73.0
- [Release notes](https://github.com/microsoftgraph/msgraph-sdk-go/releases)
- [Changelog](https://github.com/microsoftgraph/msgraph-sdk-go/blob/main/CHANGELOG.md)
- [Commits](microsoftgraph/msgraph-sdk-go@v1.72.0...v1.73.0)

Updates `helm.sh/helm/v3` from 3.18.0 to 3.18.2
- [Release notes](https://github.com/helm/helm/releases)
- [Commits](helm/helm@v3.18.0...v3.18.2)

---
updated-dependencies:
- dependency-name: github.com/microsoftgraph/msgraph-sdk-go
  dependency-version: 1.73.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: helm.sh/helm/v3
  dependency-version: 3.18.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 9, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 16, 2025

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

@dependabot dependabot bot closed this Jun 16, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/all-go-mod-patch-and-minor-80d39ff709 branch June 16, 2025 14:57
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.

0 participants