Skip to content

build(deps): bump the go-deps group across 1 directory with 27 updates#2068

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-deps-012ead6013
Open

build(deps): bump the go-deps group across 1 directory with 27 updates#2068
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-deps-012ead6013

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 1, 2026

Bumps the go-deps group with 14 updates in the / directory:

Package From To
github.com/Masterminds/semver/v3 3.4.0 3.5.0
github.com/elazarl/goproxy 1.8.3 1.8.4
github.com/fluxcd/cli-utils 0.37.2-flux.1 1.2.1
github.com/fluxcd/pkg/apis/event 0.25.0 0.26.0
github.com/fluxcd/pkg/apis/meta 1.26.0 1.28.0
github.com/fluxcd/pkg/artifact 0.13.0 0.15.0
github.com/fluxcd/pkg/auth 0.42.0 0.48.0
github.com/fluxcd/pkg/git 0.47.0 0.49.0
github.com/fluxcd/pkg/helmtestserver 0.38.0 0.39.0
github.com/fluxcd/pkg/http/transport 0.7.0 0.8.0
github.com/fluxcd/pkg/masktoken 0.8.0 0.9.0
github.com/fluxcd/pkg/runtime 0.105.0 0.107.0
github.com/minio/minio-go/v7 7.0.99 7.2.0
github.com/sigstore/sigstore 1.10.5 1.10.8

Updates github.com/Masterminds/semver/v3 from 3.4.0 to 3.5.0

Release notes

Sourced from github.com/Masterminds/semver/v3's releases.

v3.5.0

What's Changed

New Contributors

Full Changelog: Masterminds/semver@v3.4.0...v3.5.0

Changelog

Sourced from github.com/Masterminds/semver/v3's changelog.

Changelog

Commits
  • 8b89c86 Merge pull request #287 from mattfarina/fix-da-issues
  • 29d51d0 Fixing some quality issues
  • 87f651d Merge pull request #286 from mattfarina/update-devcontainer
  • 158a685 Updating gitignore for devcontainers
  • 7e83c08 Merge pull request #284 from Masterminds/dependabot/github_actions/golangci/g...
  • 697e27f Merge pull request #283 from Masterminds/dependabot/github_actions/actions/ca...
  • 1591f8e Merge pull request #282 from Masterminds/dependabot/github_actions/github/cod...
  • 3f5ff17 Bump golangci/golangci-lint-action from 7.0.1 to 9.2.0
  • 04baa33 Bump actions/cache from 4.2.3 to 5.0.5
  • 45939fe Bump github/codeql-action from 4.35.1 to 4.35.2
  • Additional commits viewable in compare view

Updates github.com/elazarl/goproxy from 1.8.3 to 1.8.4

Release notes

Sourced from github.com/elazarl/goproxy's releases.

v1.8.4

What's Changed

New Contributors

Full Changelog: elazarl/goproxy@v1.8.3...v1.8.4

Commits
  • 636207d fix: append headers instead of overwriting when keepDestHeaders is true (#771)
  • 6584eee fix: restore examples module health and clarify sample apps (#780)
  • 038e3b9 fix(https): close client connection when target connection errors (#779)
  • e493e1c Avoid chunked response when there is http.NoBody (#776)
  • f97c264 Remove insecure skip verify from origin transport (#774)
  • a89a8d6 http: forward upstream response trailers (#773)
  • 7d1c3b5 Add test to verify that the response handler can add a value to a header with...
  • 5013f6d docs: add missing godoc comments to exported symbols (#768)
  • 3c677be Merge pull request #770 from Yanhu007/fix/304-transfer-encoding
  • 503e66e fix: don't set Transfer-Encoding: chunked on 304 responses
  • See full diff in compare view

Updates github.com/fluxcd/cli-utils from 0.37.2-flux.1 to 1.2.1

Release notes

Sourced from github.com/fluxcd/cli-utils's releases.

v1.2.1

What's Changed

New Contributors

Full Changelog: fluxcd/cli-utils@v1.2.0...v1.2.1

v1.2.0

What's Changed

Full Changelog: fluxcd/cli-utils@v1.1.0...v1.2.0

v1.1.0

What's Changed

Full Changelog: fluxcd/cli-utils@v1.0.0...v1.1.0

v1.0.0

What's Changed

Full Changelog: fluxcd/cli-utils@v0.38.0-flux.1...v1.0.0

v0.38.0-flux.1

What's Changed

Full Changelog: https://github.com/fluxcd/cli-utils/commits/v0.38.0-flux.1

Commits
  • 967855f Merge pull request #35 from fluxcd/update-controller-runtime-v0.24.1
  • f05e590 Upgrade controller-runtime to v0.24.1
  • 0aaa266 Merge pull request #34 from vocarista/bug/kustomize-controller/491
  • 116b2dc Add support for RBAC names with underscores
  • 3ff5ae4 Merge pull request #33 from fluxcd/ci-checks
  • fed8ebe Upgrade controller-runtime to v0.24.0
  • 3497b94 Add check for building against controller-runtime
  • 4390742 Merge pull request #31 from fluxcd/go-1.26-k8s-1.36
  • 5723331 Upgrade Go to 1.26 and Kubernetes to 1.36
  • 5efd6fb Merge pull request #30 from fluxcd/govulncheck-v1.1.4
  • Additional commits viewable in compare view

Updates github.com/fluxcd/pkg/apis/event from 0.25.0 to 0.26.0

Commits
  • 877b123 Merge pull request #904 from fluxcd/git-mtls
  • ee8655f Remove duplicate err return
  • 3465f32 Wire ClientCert and ClientKey into gogit client
  • f069943 Add ClientCert and ClientKey to Git auth options
  • 7579486 Merge pull request #910 from fluxcd/renew-certs
  • b890f1b Renew testdata certs
  • f7fc565 Merge pull request #905 from fluxcd/update-sops-action
  • 28f52c0 actions: Update SOPS repository
  • 155709e Merge pull request #891 from fluxcd/fix-impersonator-namespace
  • 8af0b98 Fix: Impersonator namespace was used by both ServiceAccount and KubeConfig
  • Additional commits viewable in compare view

Updates github.com/fluxcd/pkg/apis/meta from 1.26.0 to 1.28.0

Commits
  • 2b9f4c5 Merge pull request #1216 from fluxcd/release-main
  • 715a46d Prepare for release
  • 482ea79 Merge pull request #1129 from Iam-Karan-Suresh/refactor/extract-dependencyref...
  • 4281774 refactor: move DependencyReference to apis/meta
  • fa13036 Merge pull request #1215 from fluxcd/release-main
  • e944ed2 Prepare for release
  • dce25dd Merge pull request #1214 from fluxcd/ci-jwt
  • 55b3741 auth: introduce JWT signing with JWK for CI systems
  • f50d611 Merge pull request #1213 from fluxcd/release-main
  • 39163c0 Prepare for release
  • Additional commits viewable in compare view

Updates github.com/fluxcd/pkg/artifact from 0.13.0 to 0.15.0

Commits
  • cc785fa Merge pull request #686 from fluxcd/k8s-1.28
  • 1d7d31b all: Group github.com/fluxcd/cli-utils imports
  • 09ba5d8 runtime: Add pprof.GetHandlers to help setup the metrics server
  • 768085d runtime: Update sigs.k8s.io/controller-runtime to v0.16.3
  • 2e007cb ssa: Update Kubernetes to v1.28.4
  • e7686cf kustomize: Update Kustomize to v5.2.1
  • 3be575d oci: Update sigs.k8s.io/controller-runtime to v0.16.3
  • 7f72436 helmtestserver: Update Helm to v3.13.2
  • fe543f5 git: Update golang.org/x/crypto to v0.15.0
  • 129adfd apis: Update Kubernetes to v1.28
  • Additional commits viewable in compare view

Updates github.com/fluxcd/pkg/auth from 0.42.0 to 0.48.0

Commits

Updates github.com/fluxcd/pkg/cache from 0.13.0 to 0.14.0

Commits
  • 909b315 Merge pull request #651 from fluxcd/git-upgrade-deps
  • 3249e6d git: upgrade dependencies
  • 6eae7b4 Merge pull request #650 from pjbgf/upstream-billy
  • e8ee260 git/gogit: Replaces fs with upstream osfs.BoundOS
  • 01981ea Merge pull request #649 from fluxcd/dependabot/github_actions/ci-915f3d3f9a
  • c6bb1fa build(deps): bump the ci group with 2 updates
  • eedb1a0 Merge pull request #646 from fluxcd/oci-cr-logger
  • e6669d8 oci/auth: Add test to check for non-test flags
  • f01d884 oci: Use controller-runtime pkg/log explicitly
  • 488252e Merge pull request #643 from fluxcd/dependabot/github_actions/ci-81eb07bab1
  • Additional commits viewable in compare view

Updates github.com/fluxcd/pkg/git from 0.47.0 to 0.49.0

Commits
  • 1315c8a Merge pull request #1203 from fluxcd/release-main
  • 02eca91 Prepare for release
  • 9b9641b Merge pull request #1204 from fluxcd/go-git-5.19.1
  • fc3cde7 Upgrade go-git to v5.19.1
  • 92f4559 Merge pull request #1201 from fluxcd/gcp-oci-sovereign
  • 1a3b308 auth/gcp: add support for sovereign cloud artifact registry
  • f3ad4b5 Merge pull request #1195 from fluxcd/release-main
  • f35b4fd Prepare for release
  • 18e165c Merge pull request #1194 from fluxcd/k8s-1.36
  • fe43778 Update controller-gen to v0.21.0
  • Additional commits viewable in compare view

Updates github.com/fluxcd/pkg/gittestserver from 0.27.0 to 0.29.0

Commits
  • 3ba849f Merge pull request #919 from fluxcd/auth-valid-registry
  • d89e633 [RFC-0010] Validate artifact repository for all auth providers
  • 1985bd8 Merge pull request #918 from fluxcd/gogit-agnostic
  • 5b6454a Package git/gogit should be agnostic of providers
  • 00782ed Merge pull request #917 from fluxcd/test-auth-providers
  • 3976c50 [RFC-0010] Add tests for auth providers
  • 182841a Merge pull request #916 from fluxcd/cache-op-label
  • 1e41450 Introduce operation label for cache event metric
  • aa3cde9 Merge pull request #909 from fluxcd/auth-azure
  • 9e0e8bc [RFC-0010] Add azure auth library
  • Additional commits viewable in compare view

Updates github.com/fluxcd/pkg/helmtestserver from 0.38.0 to 0.39.0

Commits
  • 572c0fc Merge pull request #1058 from fluxcd/dependabot/github_actions/ci-30d17f4058
  • ac6c615 build(deps): bump the ci group across 1 directory with 4 updates
  • 7dedb99 Merge pull request #1067 from fluxcd/git-unify
  • 0e641e6 git: merge gogit module into git module
  • fd7874f Merge pull request #1055 from yozel/yozel/bug-fix
  • 2cd3485 Fix incorrect metadata patch generation
  • f92d4c6 Merge pull request #1064 from fluxcd/gh-refactor
  • 6b57946 git: refactor GitHub App auth to use go-github direclty
  • 3f44dbd Merge pull request #1063 from fluxcd/test-chunks
  • 387d652 Revert "Use large runners for tests"
  • Additional commits viewable in compare view

Updates github.com/fluxcd/pkg/http/transport from 0.7.0 to 0.8.0

Commits
  • be8df7e Merge pull request #801 from fluxcd/k8s-1.31
  • 76035f8 Update Helm to v3.15.4
  • 3f5cf4c Build with Go 1.23
  • 4b90241 Update dependencies to Kubernetes v1.31.0
  • 0e61a3b Merge pull request #799 from fluxcd/dependabot/github_actions/ci-9f4b007c5b
  • 6bf4bad build(deps): bump the ci group with 4 updates
  • 968f190 Merge pull request #795 from fluxcd/dependabot/github_actions/ci-8fa51b1870
  • bce8cab build(deps): bump the ci group across 1 directory with 8 updates
  • 7d033c1 Merge pull request #798 from fluxcd/cleanup-aws-nuke
  • e98ccfa workflow: Set aws-nuke region for cleanup
  • Additional commits viewable in compare view

Updates github.com/fluxcd/pkg/masktoken from 0.8.0 to 0.9.0

Commits
  • b83bd25 Merge pull request #817 from fluxcd/refactor-cache
  • a29e42f cache: Return ErrNotFound error from Get()
  • 72d6f8c oci: Remove cache from auth and int tests code
  • 061b9ac cache: Allow setting cache metrics prefix
  • a961051 Simplify the cache
  • 9e2947d Merge pull request #829 from fluxcd/helm-v3.16.3
  • 802b6e3 Update dependencies
  • 19c00ad Merge pull request #828 from fluxcd/kustomize-v5.5
  • f9cbcaf Add doc to auth pkg
  • 33f3829 Update dependencies
  • Additional commits viewable in compare view

Updates github.com/fluxcd/pkg/oci from 0.65.0 to 0.66.0

Commits

Updates github.com/fluxcd/pkg/runtime from 0.105.0 to 0.107.0

Commits
  • 2b9f4c5 Merge pull request #1216 from fluxcd/release-main
  • 715a46d Prepare for release
  • 482ea79 Merge pull request #1129 from Iam-Karan-Suresh/refactor/extract-dependencyref...
  • 4281774 refactor: move DependencyReference to apis/meta
  • fa13036 Merge pull request #1215 from fluxcd/release-main
  • e944ed2 Prepare for release
  • dce25dd Merge pull request #1214 from fluxcd/ci-jwt
  • 55b3741 auth: introduce JWT signing with JWK for CI systems
  • f50d611 Merge pull request #1213 from fluxcd/release-main
  • 39163c0 Prepare for release
  • Additional commits viewable in compare view

Updates github.com/fluxcd/pkg/sourceignore from 0.17.0 to 0.18.0

Commits
  • 288cd7a Merge pull request #752 from fluxcd/handle-in-cluster-annotation
  • 4971c85 Return a DiffTypeExclude when exclusion annotation is set in cluster
  • 46467e7 Merge pull request #754 from fluxcd/update-docker
  • 43f36aa Update docker dependencies
  • e350b5b Merge pull request #750 from fluxcd/update-deps-go-1.22
  • 3ad72d9 Update dependencies to Go 1.22 and Kubernetes 1.29.3
  • 6ad47ef Merge pull request #751 from fluxcd/disable-bitbucket-server-tests
  • 9ba119b Disable bitbucket-server e2e
  • e8f9e40 Merge pull request #723 from gdasson/main
  • 5c27146 Adding common "reason" constants
  • Additional commits viewable in compare view

Updates github.com/fluxcd/pkg/ssh from 0.24.0 to 0.25.0

Commits
  • 090c3ce Merge pull request #886 from dipti-pai/move-github-provider
  • 84883b4 Move auth/github to git/github
  • 0d627fb Merge pull request #885 from fluxcd/gh-app-cache-key
  • 4380ea7 Take the hash of all the parts in the GitHub App token cache key
  • 84d0d45 Merge pull request #882 from kathleenfrench/kfrench/cel-eval-string
  • 567773d support string evaluation in CEL expressions
  • 8b1f852 Merge pull request #881 from fluxcd/token-cache-flags
  • 4b34b01 Add CLI flags for the token cache and method to delete all events
  • c05eb67 Merge pull request #880 from fluxcd/cache-custom-metric-labels
  • 4d91aae Add option for custom event namespace label in cache metrics
  • Additional commits viewable in compare view

Updates github.com/fluxcd/pkg/tar from 1.1.0 to 1.2.0

Commits

Updates github.com/fluxcd/pkg/testserver from 0.13.0 to 0.14.0

Commits
  • 909b315 Merge pull request #651 from fluxcd/git-upgrade-deps
  • 3249e6d git: upgrade dependencies
  • 6eae7b4 Merge pull request #650 from pjbgf/upstream-billy
  • e8ee260 git/gogit: Replaces fs with upstream osfs.BoundOS
  • 01981ea Merge pull request #649 from fluxcd/dependabot/github_actions/ci-915f3d3f9a
  • c6bb1fa build(deps): bump the ci group with 2 updates
  • eedb1a0 Merge pull request #646 from fluxcd/oci-cr-logger
  • e6669d8 oci/auth: Add test to check for non-test flags
  • f01d884 oci: Use controller-runtime pkg/log explicitly
  • 488252e Merge pull request #643 from fluxcd/dependabot/github_actions/ci-81eb07bab1
  • Additional commits viewable in compare view

Updates github.com/fluxcd/pkg/version from 0.14.0 to 0.15.0

Commits
  • cc785fa Merge pull request #686 from fluxcd/k8s-1.28
  • 1d7d31b all: Group github.com/fluxcd/cli-utils imports
  • 09ba5d8 runtime: Add pprof.GetHandlers to help setup the metrics server
  • 768085d runtime: Update sigs.k8s.io/controller-runtime to v0.16.3
  • 2e007cb ssa: Update Kubernetes to v1.28.4
  • e7686cf kustomize: Update Kustomize to v5.2.1
  • 3be575d oci: Update sigs.k8s.io/controller-runtime to v0.16.3
  • 7f72436 helmtestserver: Update Helm to v3.13.2
  • fe543f5 git: Update golang.org/x/crypto to v0.15.0
  • 129adfd apis: Update Kubernetes to v1.28
  • Additional commits viewable in compare view

Updates github.com/go-git/go-billy/v5 from 5.8.0 to 5.9.0

Release notes

Sourced from github.com/go-git/go-billy/v5's releases.

v5.9.0

What's Changed

Full Changelog: go-git/go-billy@v5.8.0...v5.9.0

Commits
  • 237e529 Merge pull request #206 from pjbgf/v5-improvements
  • 04edb39 build: Add go-git integration test
  • d8efefd osfs: preserve empty ChrootOS base
  • 07f2a0b Merge pull request #205 from pjbgf/v5-improvements
  • 25207c8 build: Bump Go versions in workflows
  • 2fda229 osfs: ChrootOS eval baseDir on creation
  • 427b27f Merge pull request #203 from pjbgf/v5-improvements
  • 7d5a23e chroot: Reject symlink loops
  • 2c2287a util: avoid following symlinks in RemoveAll fallback
  • cbd88e9 Fix mount path handling
  • Additional commits viewable in compare view

Updates github.com/go-git/go-git/v5 from 5.18.0 to 5.19.1

Release notes

Sourced from github.com/go-git/go-git/v5's releases.

v5.19.1

What's Changed

Full Changelog: go-git/go-git@v5.19.0...v5.19.1

v5.19.0

What's Changed

Full Changelog: go-git/go-git@v5.18.0...v5.19.0

Commits
  • 3c3be60 Merge pull request #2137 from go-git/validate-v5
  • 3fba897 plumbing: format/packfile, cap delta chain depth in parser
  • a97d660 Merge pull request #2125 from hiddeco/v5/format-input-bounds
  • aeaa125 plumbing: format/objfile, require Header before Read
  • Description has been truncated

Bumps the go-deps group with 14 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/Masterminds/semver/v3](https://github.com/Masterminds/semver) | `3.4.0` | `3.5.0` |
| [github.com/elazarl/goproxy](https://github.com/elazarl/goproxy) | `1.8.3` | `1.8.4` |
| [github.com/fluxcd/cli-utils](https://github.com/fluxcd/cli-utils) | `0.37.2-flux.1` | `1.2.1` |
| [github.com/fluxcd/pkg/apis/event](https://github.com/fluxcd/pkg) | `0.25.0` | `0.26.0` |
| [github.com/fluxcd/pkg/apis/meta](https://github.com/fluxcd/pkg) | `1.26.0` | `1.28.0` |
| [github.com/fluxcd/pkg/artifact](https://github.com/fluxcd/pkg) | `0.13.0` | `0.15.0` |
| [github.com/fluxcd/pkg/auth](https://github.com/fluxcd/pkg) | `0.42.0` | `0.48.0` |
| [github.com/fluxcd/pkg/git](https://github.com/fluxcd/pkg) | `0.47.0` | `0.49.0` |
| [github.com/fluxcd/pkg/helmtestserver](https://github.com/fluxcd/pkg) | `0.38.0` | `0.39.0` |
| [github.com/fluxcd/pkg/http/transport](https://github.com/fluxcd/pkg) | `0.7.0` | `0.8.0` |
| [github.com/fluxcd/pkg/masktoken](https://github.com/fluxcd/pkg) | `0.8.0` | `0.9.0` |
| [github.com/fluxcd/pkg/runtime](https://github.com/fluxcd/pkg) | `0.105.0` | `0.107.0` |
| [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) | `7.0.99` | `7.2.0` |
| [github.com/sigstore/sigstore](https://github.com/sigstore/sigstore) | `1.10.5` | `1.10.8` |



Updates `github.com/Masterminds/semver/v3` from 3.4.0 to 3.5.0
- [Release notes](https://github.com/Masterminds/semver/releases)
- [Changelog](https://github.com/Masterminds/semver/blob/master/CHANGELOG.md)
- [Commits](Masterminds/semver@v3.4.0...v3.5.0)

Updates `github.com/elazarl/goproxy` from 1.8.3 to 1.8.4
- [Release notes](https://github.com/elazarl/goproxy/releases)
- [Commits](elazarl/goproxy@v1.8.3...v1.8.4)

Updates `github.com/fluxcd/cli-utils` from 0.37.2-flux.1 to 1.2.1
- [Release notes](https://github.com/fluxcd/cli-utils/releases)
- [Commits](fluxcd/cli-utils@v0.37.2-flux.1...v1.2.1)

Updates `github.com/fluxcd/pkg/apis/event` from 0.25.0 to 0.26.0
- [Commits](fluxcd/pkg@git/v0.25.0...git/v0.26.0)

Updates `github.com/fluxcd/pkg/apis/meta` from 1.26.0 to 1.28.0
- [Commits](fluxcd/pkg@apis/meta/v1.26.0...apis/meta/v1.28.0)

Updates `github.com/fluxcd/pkg/artifact` from 0.13.0 to 0.15.0
- [Commits](fluxcd/pkg@git/v0.13.0...git/v0.15.0)

Updates `github.com/fluxcd/pkg/auth` from 0.42.0 to 0.48.0
- [Commits](fluxcd/pkg@git/v0.42.0...git/v0.48.0)

Updates `github.com/fluxcd/pkg/cache` from 0.13.0 to 0.14.0
- [Commits](fluxcd/pkg@git/v0.13.0...git/v0.14.0)

Updates `github.com/fluxcd/pkg/git` from 0.47.0 to 0.49.0
- [Commits](fluxcd/pkg@git/v0.47.0...git/v0.49.0)

Updates `github.com/fluxcd/pkg/gittestserver` from 0.27.0 to 0.29.0
- [Commits](fluxcd/pkg@git/v0.27.0...git/v0.29.0)

Updates `github.com/fluxcd/pkg/helmtestserver` from 0.38.0 to 0.39.0
- [Commits](fluxcd/pkg@git/v0.38.0...git/v0.39.0)

Updates `github.com/fluxcd/pkg/http/transport` from 0.7.0 to 0.8.0
- [Commits](fluxcd/pkg@tar/v0.7.0...tar/v0.8.0)

Updates `github.com/fluxcd/pkg/masktoken` from 0.8.0 to 0.9.0
- [Commits](fluxcd/pkg@tar/v0.8.0...tar/v0.9.0)

Updates `github.com/fluxcd/pkg/oci` from 0.65.0 to 0.66.0
- [Commits](fluxcd/pkg@oci/v0.65.0...oci/v0.66.0)

Updates `github.com/fluxcd/pkg/runtime` from 0.105.0 to 0.107.0
- [Commits](fluxcd/pkg@runtime/v0.105.0...runtime/v0.107.0)

Updates `github.com/fluxcd/pkg/sourceignore` from 0.17.0 to 0.18.0
- [Commits](fluxcd/pkg@git/v0.17.0...git/v0.18.0)

Updates `github.com/fluxcd/pkg/ssh` from 0.24.0 to 0.25.0
- [Commits](fluxcd/pkg@git/v0.24.0...git/v0.25.0)

Updates `github.com/fluxcd/pkg/tar` from 1.1.0 to 1.2.0
- [Commits](fluxcd/pkg@tar/v1.1.0...tar/v1.2.0)

Updates `github.com/fluxcd/pkg/testserver` from 0.13.0 to 0.14.0
- [Commits](fluxcd/pkg@git/v0.13.0...git/v0.14.0)

Updates `github.com/fluxcd/pkg/version` from 0.14.0 to 0.15.0
- [Commits](fluxcd/pkg@git/v0.14.0...git/v0.15.0)

Updates `github.com/go-git/go-billy/v5` from 5.8.0 to 5.9.0
- [Release notes](https://github.com/go-git/go-billy/releases)
- [Commits](go-git/go-billy@v5.8.0...v5.9.0)

Updates `github.com/go-git/go-git/v5` from 5.18.0 to 5.19.1
- [Release notes](https://github.com/go-git/go-git/releases)
- [Changelog](https://github.com/go-git/go-git/blob/main/HISTORY.md)
- [Commits](go-git/go-git@v5.18.0...v5.19.1)

Updates `github.com/minio/minio-go/v7` from 7.0.99 to 7.2.0
- [Release notes](https://github.com/minio/minio-go/releases)
- [Commits](minio/minio-go@v7.0.99...v7.2.0)

Updates `github.com/onsi/gomega` from 1.39.1 to 1.40.0
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.39.1...v1.40.0)

Updates `github.com/sigstore/sigstore` from 1.10.5 to 1.10.8
- [Release notes](https://github.com/sigstore/sigstore/releases)
- [Commits](sigstore/sigstore@v1.10.5...v1.10.8)

Updates `golang.org/x/crypto` from 0.50.0 to 0.51.0
- [Commits](golang/crypto@v0.50.0...v0.51.0)

Updates `google.golang.org/api` from 0.272.0 to 0.278.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.272.0...v0.278.0)

---
updated-dependencies:
- dependency-name: github.com/Masterminds/semver/v3
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/elazarl/goproxy
  dependency-version: 1.8.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/fluxcd/cli-utils
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: go-deps
- dependency-name: github.com/fluxcd/pkg/apis/event
  dependency-version: 0.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/fluxcd/pkg/apis/meta
  dependency-version: 1.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/fluxcd/pkg/artifact
  dependency-version: 0.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/fluxcd/pkg/auth
  dependency-version: 0.48.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/fluxcd/pkg/cache
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/fluxcd/pkg/git
  dependency-version: 0.49.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/fluxcd/pkg/gittestserver
  dependency-version: 0.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/fluxcd/pkg/helmtestserver
  dependency-version: 0.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/fluxcd/pkg/http/transport
  dependency-version: 0.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/fluxcd/pkg/masktoken
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/fluxcd/pkg/oci
  dependency-version: 0.66.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/fluxcd/pkg/runtime
  dependency-version: 0.107.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/fluxcd/pkg/sourceignore
  dependency-version: 0.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/fluxcd/pkg/ssh
  dependency-version: 0.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/fluxcd/pkg/tar
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/fluxcd/pkg/testserver
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/fluxcd/pkg/version
  dependency-version: 0.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/go-git/go-billy/v5
  dependency-version: 5.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/go-git/go-git/v5
  dependency-version: 5.19.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/minio/minio-go/v7
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/onsi/gomega
  dependency-version: 1.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/sigstore/sigstore
  dependency-version: 1.10.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: golang.org/x/crypto
  dependency-version: 0.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: google.golang.org/api
  dependency-version: 0.278.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency label Jun 1, 2026
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants