Releases: nsmith5/rekor-sidekick
Releases · nsmith5/rekor-sidekick
v0.1.5
v0.1.4
What's Changed
- Add contributor guide by @nsmith5 in #38
- Refactor build workflow and add linting by @nsmith5 in #41
- chore(deps): bump ossf/scorecard-action from 1.0.2 to 1.0.3 by @dependabot in #43
- chore(deps): bump sigstore/cosign-installer from 1.4.1 to 2.0.0 by @dependabot in #42
- feat(deps): bump github.com/open-policy-agent/opa from 0.36.1 to 0.37.1 by @dependabot in #44
- feat(deps): bump github.com/open-policy-agent/opa from 0.37.1 to 0.37.2 by @dependabot in #45
- chore(deps): bump ossf/scorecard-action from 1.0.3 to 1.0.4 by @dependabot in #46
- chore(deps): bump sigstore/cosign-installer from 2.0.0 to 2.0.1 by @dependabot in #47
- Upload code coverage report to CodeCov by @nsmith5 in #48
- chore(deps): bump golangci/golangci-lint-action from 2 to 3 by @dependabot in #49
- chore(deps): bump actions/checkout from 2 to 3 by @dependabot in #50
- feat(deps): bump github.com/open-policy-agent/opa from 0.37.2 to 0.38.0 by @dependabot in #51
- chore(deps): bump sigstore/cosign-installer from 2.0.1 to 2.1.0 by @dependabot in #53
- feat(deps): bump github.com/spf13/cobra from 1.3.0 to 1.4.0 by @dependabot in #54
- README.md: nitpick example policy by @srenatus in #55
- chore(deps): bump anchore/sbom-action from 0.6.0 to 0.7.0 by @dependabot in #52
- feat(deps): bump github.com/open-policy-agent/opa from 0.38.0 to 0.38.1 by @dependabot in #57
New Contributors
Full Changelog: v0.1.3...v0.1.4
v0.1.3
v0.1.2
Adds support for rekor-sidekick version
subcommand. Thanks for your contribution @developer-guy!
Changelog
- dabfc96 feat: version support
- bdcb9bd Merge pull request #32 from nsmith5/dependabot/go_modules/github.com/PagerDuty/go-pagerduty-1.5.0
- 8ac17e0 feat(deps): bump github.com/PagerDuty/go-pagerduty from 1.4.3 to 1.5.0
- 41ccaff Merge pull request #27 from vaikas/scaffolding-e2e
- 7b772f0 Create a minimal e2e test using the release from vaikas/sigstore-scaffolding.
- 35403ff Merge pull request #28 from vaikas/n00b
- 98e551e Add a TODO for vaikas for CE example. Formatting.
v0.1.1
🐎 Here come the output drivers! v0.1.1 adds support for cloud events (http procotol only right now.. but more to come) and Pager Duty. Now you can achieve your dream of being woken up in the middle of the night because of something in the Rekor log ❤️
Changelog
- 24775f3 Merge pull request #24 from nsmith5/outputs/pagerduty
- 3658746 outputs: add Pager Duty support
- dd756e3 Merge pull request #22 from nsmith5/dependabot/go_modules/github.com/open-policy-agent/opa-0.36.1
- b68f41d feat(deps): bump github.com/open-policy-agent/opa from 0.36.0 to 0.36.1
- 3ca8a8a Merge pull request #20 from nsmith5/outputs/cloudevents
- cddaa5c Add support for cloud events output
- 6d0bafe Merge pull request #14 from nsmith5/readme-edits
- effa96e Clean up README.md
- 04efedb Spruce up the readme
- 14575f4 Merge pull request #13 from nsmith5/logging/middleware
- 288dc79 Use a middleware pattern for all logging.
- d29522c Update example config
- 6c1db4b Push agent and CLI into packages
v0.1.0
v0.0.3
v0.0.2
Changelog
- 7cfb64f Merge pull request #6 from nsmith5/policy
- 78bc70c Clean up debugging log line
- 96c1355 Add basic policy checking
- b392866 Merge pull request #5 from nsmith5/dependabot/go_modules/github.com/spf13/viper-1.10.1
- 4015952 feat(deps): bump github.com/spf13/viper from 1.10.0 to 1.10.1
- 9384edf Move CLI code to its own file
- c4d5eec Refactor rekor client code
- 169610c Merge pull request #4 from nsmith5/rekor-client
- 6ec938f Add config parsing and launching agent in CLI
- 7a68b39 Wire up rekor client into agent
- d42664d Basic rekor client