theupdateframework / tuf-on-ci-template

3 stars 1 forks source link

Bump theupdateframework/tuf-on-ci from 0.0.1 to 0.1.0 #7

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

Bumps theupdateframework/tuf-on-ci from 0.0.1 to 0.1.0.

Release notes

Sourced from theupdateframework/tuf-on-ci's releases.

v0.1.0

NOTE: This is a major API break, users should not just upgrade the action versions but should replace their workflows with new workflows from tuf-on-ci-template.

Release contains:

  • Major refactoring of actions: New actions are more logical and enable separating publishing fron online signing. The repository now contains a new branch "publish" that always points to the newest publishable repository version
  • Improved Sigstore signer registration flow
  • Bug fixes

Upgrade instructions:

  • Remove your existing tuf-on-ci workflows and replace them with the ones from current tuf-on-ci-template.
  • In Settings->Environments->github-pages change deployment branch from main to publish
  • If you use the experimental sigstore online signing: After updating run tuf-on-ci-delegate sign/update-online-key timestamp re-select sigstore as the signing system: This creates a new signing event that is required for online signing to work.

Thanks to contributors Radoslav Dimitrov, Meredith Lancaster and lv291.

Changelog

Sourced from theupdateframework/tuf-on-ci's changelog.

Changelog

v0.1.0

NOTE: This is a major API break, users should not just upgrade the action versions but should replace their workflows with new workflows from tuf-on-ci-template.

Release contains:

  • Major refactoring of actions: New actions are more logical and enable separating publishing fron online signing. The repository now contains a new branch "publish" that always points to the newest publishable repository version
  • Improved Sigstore signer registration flow
  • Bug fixes

Upgrade instructions:

  • Remove your existing tuf-on-ci workflows and replace them with the ones from current tuf-on-ci-template.
  • In Settings->Environments->github-pages change deployment branch from main to publish
  • If you use the experimental sigstore online signing: After updating run tuf-on-ci-delegate sign/update-online-key timestamp re-select sigstore as the signing system: This creates a new signing event that is required for online signing to work.

Thanks to contributors Radoslav Dimitrov, Meredith Lancaster and lv291.

v0.0.1

initial release of TUF-on-CI.

TUF-on-CI is a repository and signer implementation of https://theupdateframework.io/ that runs on a Continuous Integration platform. Features include:

  • Threshold signing with hardware keys and Sigstore
  • Automated online signing with multiple KMSs
  • Polished signing user experience
  • No custom code required

The signer is not available from PyPI in this release but will be in future releases. See README.md for repository and signer setup instructions.

Upgrading an existing repository installation

Commits
  • 6d32b94 Merge pull request #97 from jku/release-v0.1.0
  • 2b564de Release v0.1.0
  • 8a7d6d2 Merge pull request #94 from jku/fix-artifacts-in-delegations
  • 4d6087d Merge pull request #90 from jku/import-fix
  • 259ffa3 Merge pull request #91 from rdimitrov/patch-1
  • e8c4cad tests: Add e2e test for artifact changes in delegations
  • 36c4165 repo: Fix tuf-on-ci-status when artifacts are added to delegates
  • 7aae64b Update SIGNER-SETUP.md
  • 5edcf28 Merge pull request #92 from kommendorkapten/fix/targets-path
  • e2d7a51 Revert change of artifats path to targets.
  • 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 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)
jku commented 11 months ago

closing for #6

dependabot[bot] commented 11 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.