Releases: rancher-sandbox/sbombastic
Releases · rancher-sandbox/sbombastic
SBOMbastic v0.1.0
What's Changed
- ci: add golangci-lint by @flavio in #1
- chore: tune golangci-lint configuration by @fabriziosestito in #3
- feat: add Image CRD boilerplate by @fabriziosestito in #2
- feat(controller): add fields to RegistrySpec by @fabriziosestito in #4
- feat: add messaging and Publisher abstraction by @fabriziosestito in #5
- feat: Registry discovery reconciliation by @fabriziosestito in #6
- fix(controller): registry status condition constants by @fabriziosestito in #8
- feat(controller): image SBOM discovery reconciliation by @fabriziosestito in #7
- docs: add RFC by @fabriziosestito in #9
- docs: add WIP to README by @fabriziosestito in #11
- docs: add credits to README.md by @fabriziosestito in #12
- feat: add SBOM CRD database storage by @fabriziosestito in #13
- chore: fix RFC extension and formatting by @fabriziosestito in #17
- chore: fix linter and remove apiserver dead code by @fabriziosestito in #19
- test: add messaging.Publisher integration test by @fabriziosestito in #20
- refactor(storage): implement generic store by @fabriziosestito in #18
- feat: add cataloguer by @flavio in #21
- feat: add Subscriber by @fabriziosestito in #23
- refactor(worker): CreateCatalog handler by @fabriziosestito in #24
- feat: move Image to storage and implement field selectors by @fabriziosestito in #25
- feat: SBOM generation by @fabriziosestito in #28
- feat: add scan SBOM handler by @fabriziosestito in #35
- chore: update examples by @fabriziosestito in #36
- fix(storage): tryUpdate should only retry index conflict errors by @fabriziosestito in #37
- fix(storage): return key exists error instead of bubbling up a SQL error by @fabriziosestito in #38
- fix(storage): log failed transaction rollback when err != nil by @fabriziosestito in #39
- test(storage): add tryUpdate non-conflict error test case to GuaranteedUpdate test by @fabriziosestito in #40
- fix: improve the logic of handlers to cover scenarios where resources already exist by @fabriziosestito in #41
- fix(controller): add spec.imageMetadata.registry index to SBOM and Image by @fabriziosestito in #42
- feat(worker): set owner references by @fabriziosestito in #43
- Don't use forked image repository by @kravciak in #45
- chore: switch to slog by @fabriziosestito in #44
- refactor(helm): clean up and prepare Helm chart for production use by @fabriziosestito in #47
- fix: helm chart labels by @fabriziosestito in #48
- fix(storage): field selectors by @fabriziosestito in #49
- fix(storage): resolve GuaranteedUpdate saving an empty object instead of the updated one by @fabriziosestito in #50
- fix(storage): add resourceVersion to list by @fabriziosestito in #51
- chore(Tiltfile): add a development registry to Tilt by @fabriziosestito in #53
- fix(worker): trivy db repositories by @fabriziosestito in #54
- ci: enable dependabot by @flavio in #55
- build(deps): Bump actions/checkout from 4.2.1 to 4.2.2 by @dependabot[bot] in #57
- ci: group k8s dependency bumps by @flavio in #68
- build(deps): Bump github.com/onsi/gomega from 1.34.2 to 1.36.1 by @dependabot[bot] in #71
- build(deps): Bump modernc.org/sqlite from 1.33.1 to 1.34.2 by @dependabot[bot] in #66
- build(deps): Bump actions/setup-go from 5.0.2 to 5.2.0 by @dependabot[bot] in #56
- build(deps): Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot[bot] in #61
- build(deps): Bump sigs.k8s.io/structured-merge-diff/v4 from 4.4.1 to 4.5.0 by @dependabot[bot] in #62
- build(deps): Bump github.com/nats-io/nats-server/v2 from 2.10.21 to 2.10.23 by @dependabot[bot] in #70
- chore: fix kubernetes dependabot group by @fabriziosestito in #72
- build(deps): Bump github.com/onsi/ginkgo/v2 from 2.20.2 to 2.22.0 by @dependabot[bot] in #65
- build(deps): Bump github.com/aquasecurity/trivy from 0.57.0 to 0.58.0 by @dependabot[bot] in #63
- build(deps): Bump golang.org/x/crypto from 0.30.0 to 0.31.0 by @dependabot[bot] in #74
- build(deps): Bump the kubernetes group across 1 directory with 5 updates by @dependabot[bot] in #73
- build(deps): Bump github.com/nats-io/nats-server/v2 from 2.10.23 to 2.10.24 by @dependabot[bot] in #76
- build(deps): Bump modernc.org/sqlite from 1.34.2 to 1.34.3 by @dependabot[bot] in #77
- build(deps): Bump github.com/nats-io/nats.go from 1.37.0 to 1.38.0 by @dependabot[bot] in #75
- build(deps): Bump github.com/onsi/ginkgo/v2 from 2.22.0 to 2.22.1 by @dependabot[bot] in #78
- build(deps): Bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 by @dependabot[bot] in #82
- build(deps): Bump modernc.org/sqlite from 1.34.3 to 1.34.4 by @dependabot[bot] in #79
- build(deps): Bump sigs.k8s.io/controller-runtime from 0.19.3 to 0.19.4 in the kubernetes group by @dependabot[bot] in #83
- build(deps): Bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 by @dependabot[bot] in #88
- chore(deps): update go-git by @flavio in #90
- build(deps): Bump modernc.org/sqlite from 1.34.4 to 1.34.5 by @dependabot[bot] in #87
- build(deps): Bump github.com/google/go-containerregistry from 0.20.2 to 0.20.3 by @dependabot[bot] in #86
- build(deps): Bump the kubernetes group across 1 directory with 6 updates by @dependabot[bot] in #89
- build(deps): Bump actions/setup-go from 5.2.0 to 5.3.0 by @dependabot[bot] in #91
- build(deps): Bump github.com/nats-io/nats-server/v2 from 2.10.24 to 2.10.25 by @dependabot[bot] in #93
- build(deps): Bump sigs.k8s.io/controller-runtime from 0.20.0 to 0.20.1 in the kubernetes group by @dependabot[bot] in #92
- test: enable code coverage by @flavio in #112
- ci: fix golang ci timeout by @pohanhuangtw in #110
- build(deps): Bump codecov/codecov-action from 5.3.1 to 5.4.0 by @dependabot[bot] in #113
- build(deps): Bump the kubernetes group across 1 directory with 6 updates by @dependabot[bot] in #106
- build(deps): Bump golangci/golangci-lint-action from 6.2.0 to 6.5.0 by @dependabot[bot] in #104
- build(deps): Bump github.com/spf13/cobra from 1.8.1 to 1.9.1 by @dependabot[bot] in #105
- build(deps): Bump github.com/nats-io/nats.go from 1.38.0 to 1.39.1 by @dependabot[bot] in #107
- build(deps): Bump modernc.org/sqlite from 1.34.5 to 1.36.0 by @dependabot[bot] in https://github.com/rancher-sandbox/sbombastic/pu...
sbombastic-chart-0.1.0
A Helm chart for Kubernetes