Skip to content

chore(deps): bump the go group with 7 updates#1539

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-f002b0ed7e
Closed

chore(deps): bump the go group with 7 updates#1539
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-f002b0ed7e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2025

Copy link
Copy Markdown
Contributor

Bumps the go group with 7 updates:

Package From To
github.com/docker/cli 28.3.1+incompatible 28.3.2+incompatible
github.com/docker/docker 28.3.1+incompatible 28.3.2+incompatible
github.com/fluxcd/pkg/ssa 0.49.0 0.51.0
github.com/mikefarah/yq/v4 4.45.4 4.46.1
github.com/mittwald/go-helm-client 0.12.17 0.12.18
golang.org/x/net 0.41.0 0.42.0
golang.org/x/text 0.26.0 0.27.0

Updates github.com/docker/cli from 28.3.1+incompatible to 28.3.2+incompatible

Commits
  • 578ccf6 Merge pull request #6170 from thaJeztah/e2e_newline_check
  • 0c5e258 e2e/global: TestPromptExitCode: check for trailing newline
  • 30cad38 Merge pull request #6167 from vvoland/update-go
  • 9bcc886 update to go1.24.5
  • 3302212 Merge pull request #6163 from Benehiko/env-credential-warn
  • ccd5bd8 registry: warn of DOCKER_AUTH_CONFIG usage in login and logout
  • dec07e6 tui/note: add warning note type
  • 28f19a9 Merge pull request #6162 from ArthurFlag/ENGDOCS-2807-cdi-docs-update
  • 219e5ca Merge pull request #6165 from thaJeztah/bump_engine_28.3.1
  • 7e040d9 docs: cdi is not experimental anymore
  • Additional commits viewable in compare view

Updates github.com/docker/docker from 28.3.1+incompatible to 28.3.2+incompatible

Release notes

Sourced from github.com/docker/docker's releases.

28.3.2

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Bug fixes and enhancements

  • Fix --use-api-socket not working correctly when targeting a remote daemon. docker/cli#6157
  • Fix stray "otel error" logs being printed if debug logging is enabled. docker/cli#6160
  • Quote SSH arguments when connecting to a remote daemon over an SSH connection to avoid unexpected expansion. docker/cli#6147
  • Warn when DOCKER_AUTH_CONFIG is set during docker login and docker logout. docker/cli#6163

Packaging updates

Commits

Updates github.com/fluxcd/pkg/ssa from 0.49.0 to 0.51.0

Commits
  • 9e79277 Merge pull request #968 from cappyzawa/feat/runtime-secrets-pointer-based-api
  • 9ee2d52 runtime/secrets: migrate to Secret pointer-based APIs
  • e04986e Merge pull request #967 from fluxcd/bump-pkg
  • 59d65f6 Prepare for release
  • 607f4b2 Merge pull request #966 from fluxcd/update-deps-1.33.2
  • c895e9f Update dependencies to Kubernetes v1.33.2
  • 6c8e4c1 Merge pull request #962 from dgunzy/fix/ignore-paths-diff
  • 1649a3c Add ignorepaths to scan manifests to fix --ignore-paths flag
  • 0749484 Merge pull request #965 from fluxcd/oci-insecure-transport
  • 647e479 oci: Add insecure option to retry transport
  • Additional commits viewable in compare view

Updates github.com/mikefarah/yq/v4 from 4.45.4 to 4.46.1

Release notes

Sourced from github.com/mikefarah/yq/v4's releases.

v4.46.1 - INI support + bug fixes

  • Added INI support
  • Fixed 'add' operator when piped in with no data #2378, #2383, #2384
  • Fixed delete after slice problem (bad node path) #2387 Thanks @​antoinedeschenes
  • Fixed yq small build Thanks @​imzue
  • Switched to YAML org supported go-yaml!
  • Bumped dependencies
Changelog

Sourced from github.com/mikefarah/yq/v4's changelog.

4.46.1:

  • Added INI support
  • Fixed 'add' operator when piped in with no data #2378, #2383, #2384
  • Fixed delete after slice problem (bad node path) #2387 Thanks @​antoinedeschenes
  • Fixed yq small build Thanks @​imzue
  • Switched to YAML org supported go-yaml!
  • Bumped dependencies
Commits
  • 1187c95 Bumping version
  • 08d3789 Preparing release
  • 6a5e95a Merge branch 'imzue-build-small-yq'
  • 221a5b1 Adding tinygo to project words
  • c10bfe0 Switching to YAML org supported go-yaml
  • 99f88df Switching to YAML org supported go-yaml
  • 7696723 Add more build tags to reduce binary size
  • a9f7cc1 Add TinyGo build example
  • 384d227 Add yq_noini tag to build-small-yq
  • 25365a0 Fix compilation errors when building build-small-yq
  • Additional commits viewable in compare view

Updates github.com/mittwald/go-helm-client from 0.12.17 to 0.12.18

Release notes

Sourced from github.com/mittwald/go-helm-client's releases.

v0.12.18

What's Changed

New Contributors

Full Changelog: mittwald/go-helm-client@v0.12.17...v0.12.18

Commits
  • aba3da1 Merge pull request #244 from mittwald/dependabot/go_modules/helm.sh/helm/v3-3...
  • 2e89c87 Bump helm.sh/helm/v3 from 3.17.3 to 3.18.4
  • b1986ab Merge pull request #245 from tariq1890/golangci-lint-v2
  • 5f02b9f migrate to golangci-lint v2
  • 18b435f feat: support IgnoreNotFound, DeletionPropagation (#239)
  • 99b6e10 Merge pull request #234 from mittwald/dependabot/go_modules/golang.org/x/net-...
  • 63ea2c1 Merge pull request #235 from mittwald/dependabot/go_modules/github.com/contai...
  • a547daa Bump github.com/containerd/containerd from 1.7.24 to 1.7.27
  • c09a129 Bump golang.org/x/net from 0.37.0 to 0.38.0
  • 80cd176 Merge pull request #233 from mittwald/dependabot/go_modules/helm.sh/helm/v3-3...
  • Additional commits viewable in compare view

Updates golang.org/x/net from 0.41.0 to 0.42.0

Commits

Updates golang.org/x/text from 0.26.0 to 0.27.0

Commits

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 group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/docker/cli](https://github.com/docker/cli) | `28.3.1+incompatible` | `28.3.2+incompatible` |
| [github.com/docker/docker](https://github.com/docker/docker) | `28.3.1+incompatible` | `28.3.2+incompatible` |
| [github.com/fluxcd/pkg/ssa](https://github.com/fluxcd/pkg) | `0.49.0` | `0.51.0` |
| [github.com/mikefarah/yq/v4](https://github.com/mikefarah/yq) | `4.45.4` | `4.46.1` |
| [github.com/mittwald/go-helm-client](https://github.com/mittwald/go-helm-client) | `0.12.17` | `0.12.18` |
| [golang.org/x/net](https://github.com/golang/net) | `0.41.0` | `0.42.0` |
| [golang.org/x/text](https://github.com/golang/text) | `0.26.0` | `0.27.0` |


Updates `github.com/docker/cli` from 28.3.1+incompatible to 28.3.2+incompatible
- [Commits](docker/cli@v28.3.1...v28.3.2)

Updates `github.com/docker/docker` from 28.3.1+incompatible to 28.3.2+incompatible
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](moby/moby@v28.3.1...v28.3.2)

Updates `github.com/fluxcd/pkg/ssa` from 0.49.0 to 0.51.0
- [Commits](fluxcd/pkg@oci/v0.49.0...oci/v0.51.0)

Updates `github.com/mikefarah/yq/v4` from 4.45.4 to 4.46.1
- [Release notes](https://github.com/mikefarah/yq/releases)
- [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt)
- [Commits](mikefarah/yq@v4.45.4...v4.46.1)

Updates `github.com/mittwald/go-helm-client` from 0.12.17 to 0.12.18
- [Release notes](https://github.com/mittwald/go-helm-client/releases)
- [Commits](mittwald/go-helm-client@v0.12.17...v0.12.18)

Updates `golang.org/x/net` from 0.41.0 to 0.42.0
- [Commits](golang/net@v0.41.0...v0.42.0)

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

---
updated-dependencies:
- dependency-name: github.com/docker/cli
  dependency-version: 28.3.2+incompatible
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/docker/docker
  dependency-version: 28.3.2+incompatible
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/fluxcd/pkg/ssa
  dependency-version: 0.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/mikefarah/yq/v4
  dependency-version: 4.46.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/mittwald/go-helm-client
  dependency-version: 0.12.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: golang.org/x/net
  dependency-version: 0.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: golang.org/x/text
  dependency-version: 0.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added kind/chore chore, maintenance, etc. kind/dependency dependency update, etc. labels Jul 13, 2025
@dependabot dependabot Bot requested a review from a team as a code owner July 13, 2025 08:40
@dependabot dependabot Bot added kind/dependency dependency update, etc. kind/chore chore, maintenance, etc. labels Jul 13, 2025
@github-actions github-actions Bot added the size/m Medium label Jul 13, 2025
@dependabot @github

dependabot Bot commented on behalf of github Jul 14, 2025

Copy link
Copy Markdown
Contributor Author

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

@dependabot dependabot Bot closed this Jul 14, 2025
@dependabot dependabot Bot deleted the dependabot/go_modules/go-f002b0ed7e branch July 14, 2025 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/chore chore, maintenance, etc. kind/dependency dependency update, etc. size/m Medium

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants