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 in-toto from 2.1.1 to 2.2.0 #66

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 12, 2024

Bumps in-toto from 2.1.1 to 2.2.0.

Release notes

Sourced from in-toto's releases.

v2.2.0

See CHANGELOG.md for details.

Changelog

Sourced from in-toto's changelog.

v2.2.0

NOTE: This release, fully integrates the new securesystemslib Signer API . Most notably, runlib API methods receive a new optional argument to sign the resulting metadata with a securesystemslib Signer (see securesystemslib for available implementations). In addition, the in-toto CLI provides new arguments to read consistent standard key file formats for signing (PEM/PKCS8) and signature verification (PEM/subjectPublicKeyInfo).

Related legacy key arguments are deprecated and will be removed in the next major release. securesystemslib provides a script to migrate key files .

Added

  • in-toto-run/record CLI: --signing-key arg (#649, #651)
  • in-toto-verify CLI: --verification-keys arg (#652)
  • runlib API: signer arg (#612)
  • Release automation with PyPI Trusted Publishers (#674)

Changed

  • Update key file formats in internal in-toto-sign CLI (#654)
  • Refactor model methods to use modern Signer API (#653, #660)
  • Refactor model and input validation (#665)
  • Misc CI improvements (#635, #636, #637, #650)
  • Misc docs improvements (#641, #664)
  • Misc test improvements (#655, #656, #668)

Deprecated

  • in-toto-run/record CLI: -k, --key arg (#649, #651)
  • in-toto-verify CLI: -k, --layout-keys arg (#674)
  • runlib API: signing_key arg (#612)
  • model API: Metablock.sign() method (#659)

Removed

  • Python 3.7 support (#634)
  • in-toto-keygen CLI (#657)
Commits
  • 0c1a97f Merge pull request #682 from lukpueh/release-2.2.0
  • ca8aec6 Release in-toto 2.2.0
  • be81710 Merge pull request #674 from lukpueh/add-cd
  • 890a199 build: add workaround to auto-update build system
  • 8c3cdb5 build: add cd GitHub workflow
  • bc776ab build: pin build dependencies for reproducibility
  • 7f42e81 build: move ci tests to reusable partial
  • 40f40ce Merge pull request #668 from lukpueh/refactor-verifylib-tests
  • 7a8dee0 Refactor setup and signing verifylib tests
  • 79332ff Add test CryptoSigner and public key dict store
  • 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 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)

Bumps [in-toto](https://github.com/in-toto/in-toto) from 2.1.1 to 2.2.0.
- [Release notes](https://github.com/in-toto/in-toto/releases)
- [Changelog](https://github.com/in-toto/in-toto/blob/develop/CHANGELOG.md)
- [Commits](in-toto/in-toto@v2.1.1...v2.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 12, 2024
@lukpueh
Copy link
Member

lukpueh commented Jan 17, 2024

Tests fail because of new deprecation warnings. An easy fix would be to add the warnings to the expected output. The preferred fix is to adopt the replacement arguments. See #68.

@lukpueh
Copy link
Member

lukpueh commented May 9, 2024

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github May 9, 2024

Superseded by #70.

@dependabot dependabot bot closed this May 9, 2024
@dependabot dependabot bot deleted the dependabot/pip/in-toto-2.2.0 branch May 9, 2024 07:39
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 file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant