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 github.com/docker/distribution from 2.8.1+incompatible to 2.8.2+incompatible #1394

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 11, 2023

Bumps github.com/docker/distribution from 2.8.1+incompatible to 2.8.2+incompatible.

Release notes

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

v2.8.2

What's Changed

Full Changelog: distribution/distribution@v2.8.1...v2.8.2

v2.8.2-beta.2

What's Changed

Full Changelog: distribution/distribution@v2.8.1...v2.8.2-beta.2

v2.8.2-beta.1

NOTE: This is a pre-release that does not contain any artifacts!

What's Changed

Full Changelog: distribution/distribution@v2.8.1...v2.8.2-beta.1

Commits
  • 7c354a4 Merge pull request #3915 from distribution/2.8.2-release-notes
  • a173a9c Add v2.8.2 release notes
  • 4894d35 Merge pull request #3914 from vvoland/handle-forbidden-28
  • f067f66 Merge pull request #3783 from ndeloof/accept-encoding-28
  • 483ad69 registry/errors: Parse http forbidden as denied
  • 2b0f84d Revert "registry/client: set Accept: identity header when getting layers"
  • 320d6a1 Merge pull request #3912 from distribution/2.8.2-beta.2-release-notes
  • 5f3ca1b Add release notes for 2.8.2-beta.2 release
  • cb840f6 Merge pull request #3911 from thaJeztah/2.8_backport_fix_releaser_filenames
  • e884644 Dockerfile: fix filenames of artifacts
  • Additional commits viewable in compare view

Dependabot compatibility score

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [github.com/docker/distribution](https://github.com/docker/distribution) from 2.8.1+incompatible to 2.8.2+incompatible.
- [Release notes](https://github.com/docker/distribution/releases)
- [Commits](distribution/distribution@v2.8.1...v2.8.2)

---
updated-dependencies:
- dependency-name: github.com/docker/distribution
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from alpe as a code owner May 11, 2023 20:47
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 11, 2023
@codecov
Copy link

codecov bot commented May 11, 2023

Codecov Report

Merging #1394 (50828ac) into main (4c906d5) will decrease coverage by 3.23%.
The diff coverage is 22.20%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1394      +/-   ##
==========================================
- Coverage   63.47%   60.25%   -3.23%     
==========================================
  Files          56       59       +3     
  Lines        6971     7543     +572     
==========================================
+ Hits         4425     4545     +120     
- Misses       2218     2662     +444     
- Partials      328      336       +8     
Impacted Files Coverage Δ
x/wasm/client/cli/tx.go 13.22% <0.00%> (+2.72%) ⬆️
x/wasm/module.go 36.64% <0.00%> (-2.39%) ⬇️
x/wasm/types/events.go 0.00% <0.00%> (ø)
x/wasm/client/cli/gov_tx.go 14.42% <14.42%> (ø)
x/wasm/keeper/querier.go 71.80% <54.54%> (-0.27%) ⬇️
x/wasm/keeper/keeper.go 86.51% <62.50%> (-0.23%) ⬇️
x/wasm/keeper/relay.go 96.80% <85.71%> (+0.33%) ⬆️
app/app.go 86.30% <100.00%> (+0.02%) ⬆️
app/wasm.go 100.00% <100.00%> (ø)
x/wasm/ibc.go 68.36% <100.00%> (+1.12%) ⬆️
... and 5 more

@alpe alpe added the backport/v0.3x Backport patches to sdk45 release branch label May 15, 2023
@alpe alpe merged commit 1a1d33e into main May 15, 2023
@alpe alpe deleted the dependabot/go_modules/github.com/docker/distribution-2.8.2incompatible branch May 15, 2023 07:42
alpe added a commit that referenced this pull request May 15, 2023
…incompatible (backport #1394) (#1398)

* Bump github.com/docker/distribution

Bumps [github.com/docker/distribution](https://github.com/docker/distribution) from 2.8.1+incompatible to 2.8.2+incompatible.
- [Release notes](https://github.com/docker/distribution/releases)
- [Commits](distribution/distribution@v2.8.1...v2.8.2)

---
updated-dependencies:
- dependency-name: github.com/docker/distribution
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
(cherry picked from commit 50828ac)

# Conflicts:
#	go.mod
#	go.sum

* Fix conflicts

---------

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex Peters <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/v0.3x Backport patches to sdk45 release branch 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.

1 participant