Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@rdimitrov rdimitrov released this 16 Jul 13:54
· 1 commit to master since this release
ecec5d3

Breaking changes

  • This is the first release of go-tuf v2 and it's a complete re-write indicated by the new major version.
  • We also decided to leave go-tuf as a library only.

What's Changed

  • chore: fixes the CI status badge and updates the README.md file by @rdimitrov in #569
  • chore(deps): bump securesystemslib from 0.30.0 to 0.31.0 by @dependabot in #570
  • docs: add Marvin Drees to the list of go-tuf maintainers by @rdimitrov in #571
  • chore(deps): bump actions/setup-python from 4.7.1 to 5.0.0 by @dependabot in #572
  • chore: enable grouping of minor and patch updates. by @kommendorkapten in #580
  • fix: update tests.yml bumping golangci-lint by @rdimitrov in #582
  • chore(deps): bump actions/setup-go from 4.1.0 to 5.0.0 by @dependabot in #573
  • chore(deps): bump github/codeql-action from 2 to 3 by @dependabot in #574
  • chore(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 by @dependabot in #575
  • chore(deps): bump golang.org/x/term from 0.15.0 to 0.16.0 by @dependabot in #577
  • chore(deps): bump the minor-patch group with 2 updates by @dependabot in #581
  • feat!: move rdimitrov/go-tuf-metadata to github.com/theupdateframework/go-tuf/v2 by @rdimitrov in #583
  • Update license from BSD-2-Clause to Apache-2.0 by @rdimitrov in #585
  • chore(deps): bump github.com/sigstore/sigstore from 1.8.0 to 1.8.1 by @dependabot in #584
  • Replace main with master in workflows by @kipz in #587
  • Do not pin to minor Go versions in go.mod by @rdimitrov in #588
  • Fixes for windows & enable in CI by @kipz in #586
  • Bring back SECURITY.md by @trishankatdatadog in #591
  • remove dependency on golang.org/x/exp by @mikedanese in #600
  • Refactor errors to use pointer receivers by @codysoyland in #602
  • move testutils under an ./internal/ directory by @mikedanese in #601
  • Enable macos and windows runners for examples.yml and tests.yml by @rdimitrov in #604
  • Do not run CI for all Go versions and use caching by @rdimitrov in #606
  • chore(deps): bump golang.org/x/crypto from 0.18.0 to 0.19.0 by @dependabot in #610
  • Don't rename unless file is in same dir by @jonnystoten in #603
  • Use filepath.Join when combining filesystem components by @kommendorkapten in #611
  • Always use forward slash when splitting target names by @kommendorkapten in #612
  • chore(deps): bump github.com/sigstore/sigstore from 1.8.1 to 1.8.2 by @dependabot in #614
  • chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #615
  • chore(deps): use stdlib ed25519 instead of x by @MDr164 in #620
  • chore(deps): bump golang.org/x/crypto from 0.20.0 to 0.21.0 by @dependabot in #621
  • chore(ci): bump action hashes by @MDr164 in #618
  • chore(deps): bump gopkg.in/go-jose/go-jose.v2 from 2.6.1 to 2.6.3 by @dependabot in #622
  • Silence govulncheck by @MDr164 in #619
  • feat: replace logrus in sim with slog by @MDr164 in #617
  • repository_simulator_setup.go: Use filepath.Join() instead of concatenation by @udf2457 in #624
  • Fixes README references from rdimitrov/go-tuf-metadata to theupdateframework/go-tuf by @rdimitrov in #626
  • fix: use SHA384 for ECDSA P384 by @mrjoelkamp in #629
  • chore(deps): bump github.com/sigstore/sigstore from 1.8.2 to 1.8.3 by @dependabot in #627
  • Remove nil error from being printed in "persist metadata" error message by @malancas in #633
  • fix: deep targets file path by @mrjoelkamp in #632
  • feat: add missing CODEOWNERS and MAINTAINERS file by @MDr164 in #635
  • Update MAINTAINERS by @trishankatdatadog in #636
  • chore(deps): bump github.com/sigstore/sigstore from 1.8.3 to 1.8.4 by @dependabot in #637
  • chore(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 by @dependabot in #640
  • fix: configurable temp file directory by @mrjoelkamp in #638
  • export API to set RefTime of Updater by @AdamKorcz in #641
  • Add the ability to customize the HTTP user agent by @steiza in #642
  • Increase the default value for MaxRootRotations by @kommendorkapten in #645

New Contributors

Full Changelog: v0.7.0...v2.0.0