Skip to content

Releases: stacklok/trusty-sdk-go

v0.2.2

08 Nov 14:38
a2cea2e
Compare
Choose a tag to compare

What's Changed

  • Bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 by @dependabot in #29
  • Bump actions/checkout from 4.1.7 to 4.2.0 by @dependabot in #31
  • Bump sigs.k8s.io/release-utils from 0.8.4 to 0.8.5 by @dependabot in #30
  • Honor Trusty package ingestion status by @puerco in #32
  • Bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 by @dependabot in #33
  • Bump aquasecurity/trivy-action from 0.24.0 to 0.27.0 by @dependabot in #35
  • Bump actions/checkout from 4.2.0 to 4.2.1 by @dependabot in #36
  • Bump aquasecurity/trivy-action from 0.27.0 to 0.28.0 by @dependabot in #37
  • Bump actions/setup-go from 5.0.2 to 5.1.0 by @dependabot in #38
  • Bump kubernetes-sigs/release-actions from 0.2.0 to 0.3.0 by @dependabot in #40
  • Bump actions/checkout from 4.2.1 to 4.2.2 by @dependabot in #39
  • Bump go-github to version v66. by @blkt in #49
  • Add trivy db mirror. by @blkt in #50
  • Move v1 client and structs to its own package. by @blkt in #51

New Contributors

  • @blkt made their first contribution in #49

Full Changelog: v0.2.1...v0.2.2

v0.2.1

05 Aug 09:49
840c198
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

02 Aug 16:11
285be63
Compare
Choose a tag to compare

⚠️ Breaking Change ⚠️

This release introduces a breaking change in the Activity and Typosquatting structs. The trusty response data structure now include extra details in their Description fields. Previously the field was just a string.

What's Changed

Full Changelog: v0.1.1...v0.2.0

v0.1.1: Bump aquasecurity/trivy-action from 0.22.0 to 0.23.0 (#19)

08 Jul 16:41
05e52e7
Compare
Choose a tag to compare
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.22.0 to 0.23.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](https://github.com/aquasecurity/trivy-action/compare/595be6a0f6560a0a8fc419ddf630567fc623531d...7c2007bcb556501da015201bcba5aa14069b74e2)

---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.1.0

06 Jun 01:50
2e2c233
Compare
Choose a tag to compare

This release includes the first simple REST client to talk to the trusty API.

v0.0.1

08 May 12:04
764c6d4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/stacklok/trusty-sdk-go/commits/v0.0.1