-
Notifications
You must be signed in to change notification settings - Fork 116
Comparing changes
Open a pull request
base repository: theupdateframework/go-tuf
base: v2.3.0
head repository: theupdateframework/go-tuf
compare: v2.3.1
- 9 commits
- 8 files changed
- 4 contributors
Commits on Dec 15, 2025
-
chore(deps): bump golang.org/x/crypto from 0.40.0 to 0.45.0 (#702)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.40.0 to 0.45.0. - [Commits](golang/crypto@v0.40.0...v0.45.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.45.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 98340af - Browse repository at this point
Copy the full SHA 98340afView commit details -
Resolve govulncheck errors by bumping go to 1.24.11 (#707)
Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>
Configuration menu - View commit details
-
Copy full SHA for d52793f - Browse repository at this point
Copy the full SHA d52793fView commit details -
chore(deps): bump github.com/spf13/cobra from 1.10.1 to 1.10.2 (#704)
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.10.1 to 1.10.2. - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.10.1...v1.10.2) --- updated-dependencies: - dependency-name: github.com/spf13/cobra dependency-version: 1.10.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c180bdd - Browse repository at this point
Copy the full SHA c180bddView commit details -
modern go (1.20+) improvements (#705)
* use Go 1.22's range over integers Signed-off-by: udf2457 <udf2457@users.noreply.github.com> * Replace append with slices.Concat for delegations Signed-off-by: udf2457 <udf2457@users.noreply.github.com> * Improve error handling for temporary file removal Join error messages when failing to remove temporary files. Signed-off-by: udf2457 <udf2457@users.noreply.github.com> --------- Signed-off-by: udf2457 <udf2457@users.noreply.github.com> Co-authored-by: Radoslav Dimitrov <radoslav@stacklok.com>
Configuration menu - View commit details
-
Copy full SHA for d8fbc2c - Browse repository at this point
Copy the full SHA d8fbc2cView commit details
Commits on Dec 16, 2025
-
chore(deps): bump github.com/sigstore/sigstore from 1.9.5 to 1.10.3 (#…
…706) * chore(deps): bump github.com/sigstore/sigstore from 1.9.5 to 1.10.3 Bumps [github.com/sigstore/sigstore](https://github.com/sigstore/sigstore) from 1.9.5 to 1.10.3. - [Release notes](https://github.com/sigstore/sigstore/releases) - [Commits](sigstore/sigstore@v1.9.5...v1.10.3) --- updated-dependencies: - dependency-name: github.com/sigstore/sigstore dependency-version: 1.10.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump go to 1.25.5 Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Radoslav Dimitrov <radoslav@stacklok.com>
Configuration menu - View commit details
-
Copy full SHA for 880e8da - Browse repository at this point
Copy the full SHA 880e8daView commit details
Commits on Jan 12, 2026
-
chore(deps): bump github.com/secure-systems-lab/go-securesystemslib f…
…rom 0.9.1 to 0.10.0 (#708) chore(deps): bump github.com/secure-systems-lab/go-securesystemslib Bumps [github.com/secure-systems-lab/go-securesystemslib](https://github.com/secure-systems-lab/go-securesystemslib) from 0.9.1 to 0.10.0. - [Release notes](https://github.com/secure-systems-lab/go-securesystemslib/releases) - [Commits](secure-systems-lab/go-securesystemslib@v0.9.1...v0.10.0) --- updated-dependencies: - dependency-name: github.com/secure-systems-lab/go-securesystemslib dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d3cdc4b - Browse repository at this point
Copy the full SHA d3cdc4bView commit details
Commits on Jan 19, 2026
-
* Perform type assertion Signed-off-by: Fredrik Skogman <kommendorkapten@github.com> * Correct error type Signed-off-by: Fredrik Skogman <kommendorkapten@github.com> --------- Signed-off-by: Fredrik Skogman <kommendorkapten@github.com>
Configuration menu - View commit details
-
Copy full SHA for 73345ab - Browse repository at this point
Copy the full SHA 73345abView commit details -
Add tests for failing type assertions (#711)
Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>
Configuration menu - View commit details
-
Copy full SHA for 876cf2a - Browse repository at this point
Copy the full SHA 876cf2aView commit details -
Verify threshold is valid (#712)
* Verify threshold is valid Signed-off-by: Fredrik Skogman <kommendorkapten@github.com> * Updated tests Signed-off-by: Fredrik Skogman <kommendorkapten@github.com> * Updated tests Signed-off-by: Fredrik Skogman <kommendorkapten@github.com> --------- Signed-off-by: Fredrik Skogman <kommendorkapten@github.com>
Configuration menu - View commit details
-
Copy full SHA for b38d91f - Browse repository at this point
Copy the full SHA b38d91fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.3.0...v2.3.1