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

build(deps): bump oras from 0.1.30 to 0.2.24 #7397

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 21, 2024

Bumps oras from 0.1.30 to 0.2.24.

Release notes

Sourced from oras's releases.

Oras Python Release v0.2.2

What's Changed

Full Changelog: oras-project/oras-py@0.2.1...0.2.2

Oras Python Release v0.2.1

What's Changed

New Contributors

Full Changelog: oras-project/oras-py@0.1.30...0.2.1

Changelog

Sourced from oras's changelog.

CHANGELOG

This is a manually generated log to track changes to the repository for each release. Each section should include general headers such as Implemented enhancements and Merged pull requests. Critical items to know are:

  • renamed commands
  • deprecated / removed commands
  • changed defaults
  • backward incompatible changes (recipe file format? image file format?)
  • migration guidance (how to convert images?)
  • changed behaviour (recipe sections work differently)

The versions coincide with releases on pip. Only major versions will be released as tags on Github.

0.0.x (0.0.x)

  • align provider config_path type annotations (0.2.24)
  • add missing prefix property to auth backend (0.2.23)
  • allow for filepaths to include : (0.2.22)
  • release request (0.2.21)
  • add missing basic auth data for request token function in token auth backend (0.2.2)
  • re-enable chunked upload (0.2.1)
  • refactor of auth to be provided by backend modules (0.2.0)
    • bugfix maintain requests's verify valorization for all invocations, augment basic auth header to existing headers
  • Allow generating a Subject from a pre-existing Manifest (0.1.30)
  • add option to not refresh headers during the pushing flow, useful for push with basic auth (0.1.29)
  • enable additionalProperties in schema validation (0.1.28)
  • Introduce the option to not refresh headers when fetching manifests when pulling artifacts (0.1.27)
  • To make it available for more OCI registries, the value of config used when manifest_config is not specified in client.push() has been changed from a pure empty string to {} (0.1.26)
  • refactor tests using fixtures and rework pre-commit configuration (0.1.25)
  • eliminate the additional subdirectory creation while pulling an image to a custom output directory (0.1.24)
  • patch fix for pulling artifacts by digest (0.1.23)
    • patch fix to reject cookies as this could trigger registries into handling the lib as a web client
    • patch fix for proper validation and specification of the subject element
  • add tls_verify to provider class for optional disable tls verification (0.1.22)
  • Allow to pull exactly to PWD (0.1.21)
  • Ensure insecure is passed to provider class (0.1.20)
  • patch fix for blob upload Windows, closes issue 93 (0.1.19)
  • patch fix for empty manifest config on Windows, closes issue 90 (0.1.18)
  • patch fix to correct session url pattern, closes issue 78 (0.1.17)
  • add support for tag deletion and retry decorators (0.1.16)
  • bugfix that pagination sets upper limit of 10K (0.1.15)
  • pagination for tags (and general function for pagination) (0.1.14)
  • expose upload_blob function to be consistent (0.1.13)
  • ensure we always strip path separators before pull/push (0.1.12)
  • exposing download_blob to the user since it uses streaming (0.1.11)
    • adding developer examples for pull.
    • start deprecation for _download_blob, _put_upload, _chunked_upload, _upload_manifest in favor of equivalent public functions.

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot added Dependencies Pull requests that update a dependency Python Pull requests that update Python code labels Oct 21, 2024
@github-actions github-actions bot added the size/small PR with less then 50 lines label Oct 21, 2024
Bumps [oras](https://github.com/oras-project/oras-py) from 0.1.30 to 0.2.24.
- [Release notes](https://github.com/oras-project/oras-py/releases)
- [Changelog](https://github.com/oras-project/oras-py/blob/main/CHANGELOG.md)
- [Commits](https://github.com/oras-project/oras-py/commits)

---
updated-dependencies:
- dependency-name: oras
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@github-actions github-actions bot added the Needs review Seeking for review label Oct 25, 2024
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 Needs review Seeking for review Python Pull requests that update Python code size/small PR with less then 50 lines
Development

Successfully merging this pull request may close these issues.

1 participant