Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the gomod group with 3 updates #3377

Merged
merged 2 commits into from
Jul 11, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 11, 2024

Bumps the gomod group with 3 updates: github.com/aws/aws-sdk-go-v2/config, github.com/aws/aws-sdk-go-v2/service/ecr and github.com/distribution/distribution/v3.

Updates github.com/aws/aws-sdk-go-v2/config from 1.27.24 to 1.27.26

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ecr from 1.30.1 to 1.30.3

Commits

Updates github.com/distribution/distribution/v3 from 3.0.0-alpha.1 to 3.0.0-beta.1

Release notes

Sourced from github.com/distribution/distribution/v3's releases.

v3.0.0-beta.1

Welcome to the 3.0.0-beta.1 release of registry!

This is the last major pre-release of registry.

See the changelog below for full list of changes.

Deprecated

  • the default configuration path has changed to /etc/distribution/config.yml

Notable Changes

  • Support for sparse indexes enables selective mirroring of platform images
  • Auth config now requires explicit declaration of token signing algorithms if using an unsupported signing algorithm
  • Support for OpenTelemetry tracing has been added
  • Redis cache now supports clustering and custom TLS config
  • Caching proxy bug fixes and minor improvements
  • Garbage collection fixes and improvements
  • Documentation has received several updates

What's Changed

... (truncated)

Commits
  • c709432 Prep for v3-beta1 release (#4399)
  • c72db41 Prep for v3-beta1 release
  • 60da193 Bump Go and golang linter (#4389)
  • 948a39d Update docs: JWKS credentials and AZ identity (#4397)
  • d3cc664 Update docs: JWKS credentials and AZ identity
  • 4dd0ac9 feat: implement 'rewrite' storage middleware (#4146)
  • 306f4ff Replace custom Redis config struct with go-redis UniversalOptions (adds senti...
  • 558ace1 feat: implement 'rewrite' storage middleware
  • 6d59119 Update Redis configuration docs with TLS options
  • 3a84995 docs: disable base element override (#4391)
  • 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 gomod group with 3 updates: [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2), [github.com/aws/aws-sdk-go-v2/service/ecr](https://github.com/aws/aws-sdk-go-v2) and [github.com/distribution/distribution/v3](https://github.com/distribution/distribution).


Updates `github.com/aws/aws-sdk-go-v2/config` from 1.27.24 to 1.27.26
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.27.24...config/v1.27.26)

Updates `github.com/aws/aws-sdk-go-v2/service/ecr` from 1.30.1 to 1.30.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.30.1...v1.30.3)

Updates `github.com/distribution/distribution/v3` from 3.0.0-alpha.1 to 3.0.0-beta.1
- [Release notes](https://github.com/distribution/distribution/releases)
- [Commits](distribution/distribution@v3.0.0-alpha.1...v3.0.0-beta.1)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ecr
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/distribution/distribution/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
...

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 Jul 11, 2024
* Use go.opentelemetry.io/otel v1.24.0 instead of 1.25.0 as the
  distribution package is not compatible with 1.25.0 yet
* Use github.com/buildpacks/pack v0.33.1 as 0.34.2 needs
  go.opentelemetry.io/otel v1.25.0. We are ok with not using latest hare
  as the only thing we use from the pack module is an utlity that
  converts a zip to a tar

Co-authored-by: Danail Branekov <danailster@gmail.com>
@danail-branekov danail-branekov merged commit 35c2f73 into main Jul 11, 2024
11 checks passed
@danail-branekov danail-branekov deleted the dependabot/go_modules/gomod-e684c9d759 branch July 11, 2024 14:19
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.

None yet

2 participants