Skip to content

chore(deps): update dependency securesystemslib to v1 #45

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

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

Conversation

renovate-rancher[bot]
Copy link
Contributor

@renovate-rancher renovate-rancher bot commented Feb 11, 2025

This PR contains the following updates:

Package Update Change
securesystemslib major ==0.30.0 -> ==1.3.0

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

secure-systems-lab/securesystemslib (securesystemslib)

v1.3.0

Compare Source

The hash module will be removed in the next major version. Consider using
hashlib from the standard library directly instead.

Added
Changed
  • Deprecate hash module (#​977)
  • Modernize license metadata (#​942)
Internals

v1.2.0

Compare Source

Small release with mostly internal changes.

Thanks to @​L77H and @​NicholasTanz for the bulk of the work on this release.

Added
  • ecdsa-sha2-nistp521 supported in signer API (#​852)
  • SigstoreSigner now has a convenience function for creating a signing
    identity for GitHub Actions workflow (#​842)
Internals
  • Linting refactoring, switched to ruff
  • Modern annotations used in most of the code base

v1.1.0

Compare Source

This is a small release that only re-enables the use of SigstoreSigner.
Note that SigstoreSigner and SigstoreKey are still not part of the default
set of supported signers & keys but now they can be enabled.

Changed
  • SigstoreSigner: Re-enable compatibility with Sigstore (#​781)

v1.0.0

Compare Source

Securesystemslib API is now considered stable. The core functionality is
provided in the Signer interface and the half a dozen integrated Signer
implementations that can be found in the signer module. Smaller helper
modules dsse, formats, hash and storage are also part of the API.
Several legacy modules have been removed.

Added
  • Signer: add public_key attribute to interface (#​756)
  • VaultSigner: Signer implementation for HashiCorp Vault (#​800)
  • CryptoSigner: support ecdsa keytype that is no longer in spec (#​711)
  • CryptoSigner: add private_bytes property (#​799)
  • CryptoSigner: add "file2" signer uri (#​759)
  • test: use localstack to test AWSSigner (#​777)
Removed
  • CryptoSigner: remove "file" signer uri (#​759)
  • migration script for legacy keys (#​770)
  • SSlibSigner class and *_securesystemslib_key methods (#​771)
  • legacy key key*, interface, util and schema modules (#​772, #​773, #​776)
  • unused functions in hash, and formats module (#​774, #​776)
  • unused global key constants (#​806)
Changed
Fixed
  • Fix check-upstream-ed25519 workflow permission (#​706)
  • SSlibKey: fix default scheme and test for ecdsa nistp384 key (#​763 #​794)

v0.31.0

Compare Source

Added
  • CryptoSigner: create from cryptography private key with new constructor (#​675)
  • SSlibKey: create from cryptography public key with new from_crypto method (#​678)
  • Release: auto-release with PyPI Trusted Publishing (#​683)
  • Docs to migrate legacy key files (#​658)
Removed
  • Removed SSlibKey.from_pem factory method in favor of from_crypto (#​678)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@renovate-rancher renovate-rancher bot force-pushed the renovate/securesystemslib-1.x branch 2 times, most recently from 20c61d3 to 6786821 Compare March 20, 2025 04:36
@holyspectral holyspectral added the upstream Upstream issue label Mar 20, 2025
@renovate-rancher renovate-rancher bot force-pushed the renovate/securesystemslib-1.x branch from 6786821 to 817555a Compare May 2, 2025 04:38
@renovate-rancher renovate-rancher bot force-pushed the renovate/securesystemslib-1.x branch from 817555a to 9fbbede Compare May 2, 2025 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant