Releases: stacklok/trusty-sdk-go
Releases · stacklok/trusty-sdk-go
v0.2.2
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
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- Bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 by @dependabot in #26
- Bump golang.org/x/oauth2 from 0.21.0 to 0.22.0 by @dependabot in #27
- Allow users to specify a subset of options by @eleftherias in #28
Full Changelog: v0.2.0...v0.2.1
v0.2.0
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
- Bump actions/setup-go from 5.0.1 to 5.0.2 by @dependabot in #21
- Bump aquasecurity/trivy-action from 0.23.0 to 0.24.0 by @dependabot in #20
- Update API response types by @puerco in #22
- Update Trusty API response types by @puerco in #24
- Support parallel lookups by @puerco in #23
Full Changelog: v0.1.1...v0.2.0
v0.1.1: Bump aquasecurity/trivy-action from 0.22.0 to 0.23.0 (#19)
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
This release includes the first simple REST client to talk to the trusty API.
v0.0.1
What's Changed
- Import trusty action packages by @JAORMX in #1
- Add Dependabot configuration for gomod by @stacklokbot in #2
- Add Trivy repository scan configuration by @stacklokbot in #3
New Contributors
- @JAORMX made their first contribution in #1
- @stacklokbot made their first contribution in #2
Full Changelog: https://github.com/stacklok/trusty-sdk-go/commits/v0.0.1