Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2025

Bumps the action-dependencies group with 1 update: theupdateframework/tuf-conformance.

Updates theupdateframework/tuf-conformance from 2.2.0 to 2.3.0

Release notes

Sourced from theupdateframework/tuf-conformance's releases.

v2.3.0

Changelog

New tests

  • test_faketime verifies client is compatible with test suites time faking approach
  • test_static_repository[sigstore-root-signing]: Sigstore TUF repo added as static test
  • test_artifact_cache: verifies client caches artifacts. Artifact caching is not required by specification so clients should mark this one expected to fail if they do not support caching

Internal changes

  • Fake time implementation was refactored
  • Static test repositories can now set a fake time (to enable static repositories with short expiries)
  • All test suite infrastructure code was moved to a sub directory: test code should be easier to browse now
Commits
  • 9bfc222 Merge pull request #271 from jku/release-2.3
  • 6ff2a5d Prepare 2.3 release
  • f330877 Merge pull request #270 from jku/fix-faketime-once-again
  • 16019c4 ClientRunner: accept fake time in download_target()
  • f0ae391 Merge pull request #264 from jku/code-cleanup
  • ed830ec Bump ruff from 0.9.5 to 0.9.6 in the python-dependencies group (#267)
  • d7b57e6 Merge pull request #268 from theupdateframework/dependabot/go_modules/clients...
  • 7d61e98 Bump github.com/spf13/cobra from 1.8.1 to 1.9.1 in /clients/go-tuf
  • 4c09df6 Add static test repo from sigstore root-signing
  • 1efa2da Merge pull request #265 from jku/cleanup-refactor-faketime-use
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the action-dependencies group with 1 update: [theupdateframework/tuf-conformance](https://github.com/theupdateframework/tuf-conformance).


Updates `theupdateframework/tuf-conformance` from 2.2.0 to 2.3.0
- [Release notes](https://github.com/theupdateframework/tuf-conformance/releases)
- [Commits](theupdateframework/tuf-conformance@dee4e23...9bfc222)

---
updated-dependencies:
- dependency-name: theupdateframework/tuf-conformance
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: action-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner February 17, 2025 13:42
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 17, 2025
* client was not checking if artifact was cached already: do so to pass
  test_artifact_cache
* Also add some better logging

These changes are copied from the client embedded in tuf-conformance

Signed-off-by: Jussi Kukkonen <[email protected]>
@jku jku merged commit ad480dc into develop Feb 17, 2025
17 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/action-dependencies-d4e5da643c branch February 17, 2025 13:50
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 github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants