SpatiumPortae / portal

Portal is a quick and easy command-line file transfer utility from any computer to another 🌌 ✨
https://portal.spatiumportae.com
MIT License
1.47k stars 38 forks source link

build(deps): bump github.com/docker/distribution from 2.7.1+incompatible to 2.8.0+incompatible #37

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year 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/SpatiumPortae/portal/network/alerts).
codecov[bot] commented 1 year ago

Codecov Report

Base: 28.91% // Head: 36.94% // Increases project coverage by +8.03% :tada:

Coverage data is based on head (c6810e5) compared to base (f157c34). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #37 +/- ## ========================================== + Coverage 28.91% 36.94% +8.03% ========================================== Files 6 6 Lines 249 249 ========================================== + Hits 72 92 +20 + Misses 157 130 -27 - Partials 20 27 +7 ``` | [Impacted Files](https://codecov.io/gh/SpatiumPortae/portal/pull/37?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=SpatiumPortae) | Coverage Δ | | |---|---|---| | [portal/portal.go](https://codecov.io/gh/SpatiumPortae/portal/pull/37?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=SpatiumPortae#diff-cG9ydGFsL3BvcnRhbC5nbw==) | `36.11% <0.00%> (+36.11%)` | :arrow_up: | | [portal/config.go](https://codecov.io/gh/SpatiumPortae/portal/pull/37?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=SpatiumPortae#diff-cG9ydGFsL2NvbmZpZy5nbw==) | `100.00% <0.00%> (+100.00%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=SpatiumPortae). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=SpatiumPortae)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.