mudler / luet

:package: :whale: 0-dependency Container-based Package Manager using SAT solver and QLearning
https://luet.io
GNU General Public License v3.0
254 stars 24 forks source link

⬆️ Bump github.com/docker/distribution from 2.7.1+incompatible to 2.8.0+incompatible #289

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps github.com/docker/distribution from 2.7.1+incompatible to 2.8.0+incompatible.

Release notes

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

v2.8.0

registry 2.8.0

Welcome to the v2.8.0 release of registry!

The 2.8.0 registry release has been a long time overdue. This is the first step towards the last 2.x release. No further active development will continue on 2.x branch. Security vulnerability patches to 2.x might be considered, but all active development will be focussed on v3 release due in 2022. This release includes a security vulnerability fix along with a few minor bug fixes and improvemnts in documentation and CI.

See changelog below for full list of changes.

Bugfixes

  • Close the io.ReadCloser from storage driver #3370
  • Remove empty Content-Type header #3297
  • Make ipfilteredby not required in cloudfront storage middleware #3088

Features

  • Add reference.ParseDockerRef utility function #3002

CI build

  • First draft of actions based ci #3347
  • Fix vndr and check #3001
  • Improve code quality by adding linter checks #3385

Documentation

  • Add redirect for old URL #3197
  • Fix broken table #3073
  • Adding deprecated schema v1 instructions #2987
  • Change should to must in v2 spec (#3495)

Storage drivers

  • S3 Driver: add support for ceph radosgw #3119

Security

Changes

  • Prepare for v2.8.0 release (#3552)
    • d5d89a46 Make this releaes a beta release first.
    • 1ddad0ba Apply suggestions from code review

... (truncated)

Commits
  • dcf6639 Update README so the release pipeline works properly.
  • 212b38e Merge pull request #3552 from milosgajdos/v2.8.0-release
  • 359b97a Merge pull request #3568 from crazy-max/2.8-artifacts
  • d5d89a4 Make this releaes a beta release first.
  • 6241e09 [2.8] Release artifacts
  • 1840415 Merge pull request #3565 from crazy-max/2.8-gha
  • 65ca39e release workflow
  • 1ddad0b Apply suggestions from code review
  • 3960a56 Prepare for v2.8.0 release
  • 3b7b534 Merge pull request from GHSA-qq97-vm5h-rrhg
  • 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/mudler/luet/network/alerts).
codecov-commenter commented 2 years ago

Codecov Report

Merging #289 (746d72f) into master (32a8bd8) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #289   +/-   ##
=======================================
  Coverage   49.96%   49.96%           
=======================================
  Files          59       59           
  Lines        9220     9220           
=======================================
  Hits         4607     4607           
  Misses       4071     4071           
  Partials      542      542           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 32a8bd8...746d72f. Read the comment docs.