Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 16, 2025

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

Package From To
github.com/Masterminds/semver/v3 3.3.0 3.3.1
github.com/fluxcd/pkg/apis/meta 1.11.0 1.12.0
github.com/fluxcd/pkg/auth 0.12.0 0.13.0
github.com/fluxcd/pkg/git 0.29.0 0.30.0
github.com/fluxcd/pkg/git/gogit 0.31.0 0.32.0
github.com/notaryproject/notation-core-go 1.2.0 1.3.0
github.com/notaryproject/notation-go 1.3.0 1.3.2
github.com/ory/dockertest/v3 3.11.0 3.12.0
github.com/sigstore/sigstore 1.8.15 1.9.4
golang.org/x/crypto 0.37.0 0.38.0
golang.org/x/oauth2 0.29.0 0.30.0
oras.land/oras-go/v2 2.5.0 2.6.0

Updates github.com/Masterminds/semver/v3 from 3.3.0 to 3.3.1

Release notes

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

v3.3.1

What's Changed

Full Changelog: Masterminds/semver@v3.3.0...v3.3.1

Changelog

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

Changelog

Commits
  • 1558ca3 Merge pull request #253 from mattfarina/fix-bad-versions
  • 252dd61 Fix for allowing some version that were invalid
  • See full diff in compare view

Updates github.com/fluxcd/pkg/apis/meta from 1.11.0 to 1.12.0

Commits
  • 7a72e48 Merge pull request #927 from fluxcd/rfc-0010-feature-gate
  • d1cd390 [RFC-0010] Introduce feature gate for enabling object-level workload identity
  • a556f82 Merge pull request #926 from fluxcd/azure-int-tests
  • d8a62c1 Enable scheduled Azure integration tests
  • a7adfff Merge pull request #922 from fluxcd/dependabot/github_actions/ci-1bf90fd100
  • b5058d4 build(deps): bump the ci group across 1 directory with 4 updates
  • 8204f92 Merge pull request #925 from fluxcd/federation
  • 4d58d6d [RFC-0010] Support cross-cloud object-level workload identity
  • 284f566 Merge pull request #924 from fluxcd/wi-int-tests
  • 0b6d5a6 [RFC-0010] Add integration tests for object-level workload identity
  • Additional commits viewable in compare view

Updates github.com/fluxcd/pkg/auth from 0.12.0 to 0.13.0

Commits
  • 04a0963 Merge pull request #597 from fluxcd/tag-verification
  • 0f40956 git: add support for lightweight tags
  • 320d78f git/gogit: add tag info to commit if refname points to an annotated tag
  • 5658f3b git/gogit: add tag info to commit when checking out via semver
  • 75c942d git/gogit: add tag info to commit when checking out via tag
  • fba7100 git: add support for linking a parent tag to a commit
  • 540f61e Merge pull request #631 from mihaiandreiratoiu/feature/gov-arm
  • 174a5e9 Ops: Update azure cloud token auth
  • 5eb935a Merge pull request #632 from fluxcd/disable-azure-ci-jobs
  • 1330800 Disable azure CI jobs
  • Additional commits viewable in compare view

Updates github.com/fluxcd/pkg/git from 0.29.0 to 0.30.0

Commits
  • 7a72e48 Merge pull request #927 from fluxcd/rfc-0010-feature-gate
  • d1cd390 [RFC-0010] Introduce feature gate for enabling object-level workload identity
  • a556f82 Merge pull request #926 from fluxcd/azure-int-tests
  • d8a62c1 Enable scheduled Azure integration tests
  • a7adfff Merge pull request #922 from fluxcd/dependabot/github_actions/ci-1bf90fd100
  • b5058d4 build(deps): bump the ci group across 1 directory with 4 updates
  • 8204f92 Merge pull request #925 from fluxcd/federation
  • 4d58d6d [RFC-0010] Support cross-cloud object-level workload identity
  • 284f566 Merge pull request #924 from fluxcd/wi-int-tests
  • 0b6d5a6 [RFC-0010] Add integration tests for object-level workload identity
  • Additional commits viewable in compare view

Updates github.com/fluxcd/pkg/git/gogit from 0.31.0 to 0.32.0

Commits
  • 6dc2f17 Merge pull request #656 from fluxcd/update-tar-deps
  • ec9b48a Update internal dependencies
  • 5275de8 Decommission untar package
  • 57d9588 Merge pull request #655 from fluxcd/oci-skip-symlinks
  • c62dc82 Skip symlinks during OCI layer decompression
  • 4f69e78 Merge pull request #653 from errordeveloper/pull-any-artifact
  • 887bad4 oci/clinet: ensure Pull sets URL field in metadata it returns
  • 3b8d634 oci/client: drop custom platfrom from default client options
  • 0202722 oci/client: relax annotation parser
  • 56bc0ab Merge pull request #654 from fluxcd/dependabot/github_actions/ci-663ed1f0b6
  • Additional commits viewable in compare view

Updates github.com/notaryproject/notation-core-go from 1.2.0 to 1.3.0

Release notes

Sourced from github.com/notaryproject/notation-core-go's releases.

v1.3.0

Vote PASSED [+4 -0]: #271

Updates

  • Support of delta CRL during certificate revocation check.
  • Upgraded go version to v1.23.0
  • Error message fix and dependency updates.

What's Changed since v1.2.0

Full Changelog: notaryproject/notation-core-go@v1.2.0...v1.3.0

Commits
  • ef87896 fix: error message of SignatureAuthenticityError (#269)
  • 46726d8 build(deps): bump golang.org/x/crypto from 0.36.0 to 0.37.0 (#267)
  • b85e8f7 build(deps): bump github.com/fxamacker/cbor/v2 from 2.7.0 to 2.8.0 (#265)
  • 4d73532 build(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 (#263)
  • 6a378d5 build(deps): bump golang.org/x/crypto from 0.35.0 to 0.36.0 (#262)
  • ea37e4e fix: use iterator instead of looping through multiple slices (#259)
  • fcf4512 build(deps): bump apache/skywalking-eyes from 0.6.0 to 0.7.0 (#258)
  • 9c4662f build(deps): bump golang.org/x/crypto from 0.32.0 to 0.35.0 (#261)
  • 441bbe8 bump: update go v1.23 (#260)
  • 7510083 feat: delta CRL (#247)
  • See full diff in compare view

Updates github.com/notaryproject/notation-go from 1.3.0 to 1.3.2

Release notes

Sourced from github.com/notaryproject/notation-go's releases.

v1.3.2

Vote PASSED [+5 -0]: #538

Update

  • Error message and dependency updates

What's Changed since notation-go v1.3.1

Full Changelog: notaryproject/notation-go@v1.3.1...v1.3.2

New Contributors

v1.3.1

Vote PASSED [+5 -0]: #517

Bug fix

  • This patch release removes the timestamp check against signing time during authentic timestamp verification due to potential time skew and the unauthenticated nature of signing time field.

What's Changed

Full Changelog: notaryproject/notation-go@v1.3.0...v1.3.1

Commits

Updates github.com/ory/dockertest/v3 from 3.11.0 to 3.12.0

Release notes

Sourced from github.com/ory/dockertest/v3's releases.

v3.12.0

What's Changed

New Contributors

Full Changelog: ory/dockertest@v3.11.0...v3.12.0

Commits

Updates github.com/sigstore/sigstore from 1.8.15 to 1.9.4

Release notes

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

v1.9.4

What's Changed

Full Changelog: sigstore/sigstore@v1.9.3...v1.9.4

v1.9.3

What's Changed

New Contributors

Full Changelog: sigstore/sigstore@v1.9.2...v1.9.3

v1.9.2

What's Changed

New Contributors

Full Changelog: sigstore/sigstore@v1.9.1...v1.9.2

v1.9.1

What's Changed

Full Changelog: sigstore/sigstore@v1.9.0...v1.9.1

v1.9.0

What's Changed

Full Changelog: sigstore/sigstore@v1.8.15...v1.9.0

Commits
  • 0c2ec3a Update to use Tink v2.3.0 API (#2069)
  • 8f79f87 Add a Name field to the TargetFile struct (#2068)
  • 0923918 Update signing algorithm policy (#2066)
  • d49b18c build(deps): Bump cloud.google.com/go/kms (#2067)
  • 844f42d build(deps): Bump golang.org/x/net in /pkg/signature/kms/hashivault (#2064)
  • 2f15489 build(deps): Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity (#2057)
  • 6e3c093 build(deps): Bump golang.org/x/oauth2 from 0.28.0 to 0.29.0 (#2052)
  • 20f1b38 build(deps): Bump github.com/tink-crypto/tink-go/v2 from 2.3.0 to 2.4.0 (#2053)
  • ca90b6d build(deps): Bump github.com/coreos/go-oidc/v3 from 3.13.0 to 3.14.1 (#2055)
  • fcf4f5d build(deps): Bump github.com/Azure/azure-sdk-for-go/sdk/azcore (#2059)
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.37.0 to 0.38.0

Commits
  • aae6e61 go.mod: update golang.org/x dependencies
  • 9c1aa6a ssh/test: reset the random source before capturing a recording
  • 8819902 ssh/test: enable Diffie-Hellman key exchange algorithms
  • 3f311e4 acme: return error from pre-authorization when unsupported
  • 1f7c62c ssh/test: skip unsupported tests on js/wasm
  • a5f8048 acme/autocert: use standard functions to pick the cache directory
  • 958cde8 Revert "chacha20: add loong64 SIMD implementation"
  • 51f005c Revert "salsa20: add loong64 SIMD implementation"
  • 7c35866 Revert "argon2: add loong64 SIMD implementation"
  • 0091fc8 Revert "blake2s: add loong64 SIMD implementation"
  • Additional commits viewable in compare view

Updates golang.org/x/oauth2 from 0.29.0 to 0.30.0

Commits
  • cf14319 oauth2: fix expiration time window check
  • 32d34ef internal: include clientID in auth style cache key
  • 2d34e30 oauth2: replace a magic number with AuthStyleUnknown
  • 696f7b3 all: modernize with doc links and any
  • 471209b oauth2: drop dependency on go-cmp
  • 6968da2 oauth2: sync Token.ExpiresIn from internal Token
  • d2c4e0a oauth2: context instead of golang.org/x/net/context in doc
  • 883dc3c endpoints: add various endpoints from stale CLs
  • 1c06e87 all: make use of oauth.Token.ExpiresIn
  • See full diff in compare view

Updates golang.org/x/sync from 0.13.0 to 0.14.0

Commits

Updates oras.land/oras-go/v2 from 2.5.0 to 2.6.0

Release notes

Sourced from oras.land/oras-go/v2's releases.

v2.6.0

New Features

Bug Fixes

  • Fix #640: Unclear error message from oci.NewFromTar
  • Fix #865: Symbolic links are not automatically overwritten when extracted from tar archive to File store
  • Fix #851: Dot‑prefixed paths in tar archives were not recognized by ReadOnlyOCIStore
  • Fix #880: The index.json generated by the OCI store lacked a mediaType field
  • Fix #895: The Docker-Content-Digest header was not verified in Repository.Blobs().Fetch()
  • Fix #916: Incorrect use of atomic.Value in the syncutil.Go utility function causes panics
  • Fix #923: Pushing descriptors with invalid digests to memory or file store caused panics
  • Other minor bug fixes

Documentation

  • Add documentation for artifact modeling
  • Add documentation for targets and content store
  • Add quickstart tutorial
  • Improve examples
  • Other minor improvements

Other Changes

  • Upgrade the Go support window to [1.23, 1.24]
  • Increase test coverage to 80%
  • Update dependencies
  • Minor optimization

Detailed Commits

... (truncated)

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-deps group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/Masterminds/semver/v3](https://github.com/Masterminds/semver) | `3.3.0` | `3.3.1` |
| [github.com/fluxcd/pkg/apis/meta](https://github.com/fluxcd/pkg) | `1.11.0` | `1.12.0` |
| [github.com/fluxcd/pkg/auth](https://github.com/fluxcd/pkg) | `0.12.0` | `0.13.0` |
| [github.com/fluxcd/pkg/git](https://github.com/fluxcd/pkg) | `0.29.0` | `0.30.0` |
| [github.com/fluxcd/pkg/git/gogit](https://github.com/fluxcd/pkg) | `0.31.0` | `0.32.0` |
| [github.com/notaryproject/notation-core-go](https://github.com/notaryproject/notation-core-go) | `1.2.0` | `1.3.0` |
| [github.com/notaryproject/notation-go](https://github.com/notaryproject/notation-go) | `1.3.0` | `1.3.2` |
| [github.com/ory/dockertest/v3](https://github.com/ory/dockertest) | `3.11.0` | `3.12.0` |
| [github.com/sigstore/sigstore](https://github.com/sigstore/sigstore) | `1.8.15` | `1.9.4` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.37.0` | `0.38.0` |
| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.29.0` | `0.30.0` |
| [oras.land/oras-go/v2](https://github.com/oras-project/oras-go) | `2.5.0` | `2.6.0` |



Updates `github.com/Masterminds/semver/v3` from 3.3.0 to 3.3.1
- [Release notes](https://github.com/Masterminds/semver/releases)
- [Changelog](https://github.com/Masterminds/semver/blob/master/CHANGELOG.md)
- [Commits](Masterminds/semver@v3.3.0...v3.3.1)

Updates `github.com/fluxcd/pkg/apis/meta` from 1.11.0 to 1.12.0
- [Commits](fluxcd/pkg@apis/meta/v1.11.0...apis/meta/v1.12.0)

Updates `github.com/fluxcd/pkg/auth` from 0.12.0 to 0.13.0
- [Commits](fluxcd/pkg@git/v0.12.0...git/v0.13.0)

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

Updates `github.com/fluxcd/pkg/git/gogit` from 0.31.0 to 0.32.0
- [Commits](fluxcd/pkg@oci/v0.31.0...oci/v0.32.0)

Updates `github.com/notaryproject/notation-core-go` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/notaryproject/notation-core-go/releases)
- [Commits](notaryproject/notation-core-go@v1.2.0...v1.3.0)

Updates `github.com/notaryproject/notation-go` from 1.3.0 to 1.3.2
- [Release notes](https://github.com/notaryproject/notation-go/releases)
- [Changelog](https://github.com/notaryproject/notation-go/blob/main/RELEASE_CHECKLIST.md)
- [Commits](notaryproject/notation-go@v1.3.0...v1.3.2)

Updates `github.com/ory/dockertest/v3` from 3.11.0 to 3.12.0
- [Release notes](https://github.com/ory/dockertest/releases)
- [Commits](ory/dockertest@v3.11.0...v3.12.0)

Updates `github.com/sigstore/sigstore` from 1.8.15 to 1.9.4
- [Release notes](https://github.com/sigstore/sigstore/releases)
- [Commits](sigstore/sigstore@v1.8.15...v1.9.4)

Updates `golang.org/x/crypto` from 0.37.0 to 0.38.0
- [Commits](golang/crypto@v0.37.0...v0.38.0)

Updates `golang.org/x/oauth2` from 0.29.0 to 0.30.0
- [Commits](golang/oauth2@v0.29.0...v0.30.0)

Updates `golang.org/x/sync` from 0.13.0 to 0.14.0
- [Commits](golang/sync@v0.13.0...v0.14.0)

Updates `oras.land/oras-go/v2` from 2.5.0 to 2.6.0
- [Release notes](https://github.com/oras-project/oras-go/releases)
- [Commits](oras-project/oras-go@v2.5.0...v2.6.0)

---
updated-dependencies:
- dependency-name: github.com/Masterminds/semver/v3
  dependency-version: 3.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/fluxcd/pkg/apis/meta
  dependency-version: 1.12.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.13.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.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/fluxcd/pkg/git/gogit
  dependency-version: 0.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/notaryproject/notation-core-go
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/notaryproject/notation-go
  dependency-version: 1.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/ory/dockertest/v3
  dependency-version: 3.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/sigstore/sigstore
  dependency-version: 1.9.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: golang.org/x/crypto
  dependency-version: 0.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: golang.org/x/oauth2
  dependency-version: 0.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: golang.org/x/sync
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: oras.land/oras-go/v2
  dependency-version: 2.6.0
  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 the dependencies Pull requests that update a dependency label May 16, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 20, 2025

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

@dependabot dependabot bot closed this May 20, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/go-deps-beb7e20fa6 branch May 20, 2025 03:03
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.

1 participant