Releases: jetstack/dependency-track-exporter
Releases · jetstack/dependency-track-exporter
v0.1.2
Changelog
- 7207956 Bump client-go to pick up pagination fix (#51)
- b27ca00 Bump goreleaser/goreleaser-action from 4.1.1 to 4.2.0 (#49)
- a57a990 Enhance Dockerfile adding multistage build (#47)
- 5a51292 Fix required permission to run the exporter (#46)
- bd924cb Bump actions/setup-go from 3.4.0 to 3.5.0 (#41)
- 839b974 Bump github.com/prometheus/common from 0.37.0 to 0.39.0 (#42)
- 067383f Bump actions/checkout from 3.1.0 to 3.3.0 (#43)
- 4b01527 Bump goreleaser/goreleaser-action from 3.2.0 to 4.1.1 (#44)
- b0941d4 Add .gitignore (#45)
- 0a8be94 Only run tests on PR (#37)
- c2ec9bd Use github.com/Dependency-Track/client-go (#36)
- 96edc47 Bump actions/setup-go from 3.3.1 to 3.4.0 (#35)
v0.1.1
Changelog
- e2344ec Update exporter-toolkit (#34)
- 404fddb Use dtrack-client rather than our own implementation (#33)
- a5121f8 Bump github.com/prometheus/client_golang from 1.13.1 to 1.14.0 (#32)
- b0d8f35 Bump github.com/prometheus/exporter-toolkit from 0.7.1 to 0.8.1 (#28)
- 7143e3d Bump goreleaser/goreleaser-action from 3.1.0 to 3.2.0 (#27)
- 08ab493 Bump github.com/prometheus/client_golang from 1.13.0 to 1.13.1 (#29)
- cd70d11 Bump actions/setup-go from 3.3.0 to 3.3.1 (#26)
- 436c91b Bump actions/checkout from 3.0.2 to 3.1.0 (#22)
- b597472 Bump docker/setup-qemu-action from 2.0.0 to 2.1.0 (#24)
- 7f9dddf Bump docker/login-action from 2.0.0 to 2.1.0 (#23)
- 32cdc24 Bump github.com/google/go-cmp from 0.5.8 to 0.5.9 (#21)
- 416b344 Bump actions/setup-go from 3.2.1 to 3.3.0 (#19)
- 6265f61 Bump goreleaser/goreleaser-action from 3.0.0 to 3.1.0 (#20)
- 22be7a2 Bump github.com/prometheus/client_golang from 1.12.2 to 1.13.0 (#18)
- b5b713b Bump github.com/prometheus/common from 0.35.0 to 0.37.0 (#17)
- 1ab233b Bump actions/setup-go from 3.2.0 to 3.2.1 (#16)
- e279b4a Bump github.com/prometheus/common from 0.34.0 to 0.35.0 (#15)
- 56cbf9d Bump actions/setup-go from 3.1.0 to 3.2.0 (#14)
- a7d8dd2 Bump goreleaser/goreleaser-action from 2.9.1 to 3 (#13)
- 708d9e0 Bump github.com/go-kit/log from 0.2.0 to 0.2.1 (#10)
- 0600a9a Bump actions/setup-go from 3.0.0 to 3.1.0 (#12)
- 2c0a8a9 Bump github.com/prometheus/client_golang from 1.12.1 to 1.12.2 (#11)
- df08b82 Bump docker/login-action from 1.14.1 to 2 (#9)
- 6f4c94e Bump docker/setup-qemu-action from 1.2.0 to 2 (#8)
- cf0b89c Bump github.com/google/go-cmp from 0.5.7 to 0.5.8 (#7)
- fe6dd32 Bump github.com/prometheus/common from 0.33.0 to 0.34.0 (#6)
- 1050811 Bump actions/checkout from 3.0.0 to 3.0.2 (#5)
- 16a9b01 Bump github.com/prometheus/common from 0.32.1 to 0.33.0 (#3)
v0.1.0
Changelog
- 32d8676 release: Fetch all tags
- f667d25 Fix release
- 0b7be49 Bump docker/login-action from 1.10.0 to 1.14.1 (#1)
- 23339ee Merge pull request #2 from jetstack/dependabot/go_modules/github.com/google/go-cmp-0.5.7
- 99e6a04 Bump github.com/google/go-cmp from 0.5.6 to 0.5.7
- 835eeba Add dependabot config
- a2e2f14 Fix release workflow name
- 7c65f78 Transfer from ribbybibby to jetstack
- 2d66009 Add required permissions for the API key
- c48b07c Use the latest and greatest exporter tooling
- eef9c8d Add more portfolio metrics
- e0990ee Add LICENSE
- c3e0ff8 Put active and tags into an info metric
- 92fd3a8 Add Dockerfile
- 944e7db Update tag queries in README
- 5ef0675 Initialize violation metrics for every project
- 7dcc1dc Remove TODO from README.md
- 7c9a02c Add project_tags metric
- eb2ce8c Add test/build/release workflows with goreleaser
- 34cf978 It's Dependency-Track, not Dependency Track
- d994025 Add tests
- 26bd24f Update sample query
- 3051ba6 > 0
- b18c453 Fixes and changes
- 181e7a9 First implementation
- 25451ea Initial commit