Skip to content

Releases: nsmith5/rekor-sidekick

v0.1.5

08 Jul 14:53
Compare
Choose a tag to compare

Mostly dependency updates

v0.1.4

16 Mar 00:39
Compare
Choose a tag to compare

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

27 Jan 00:25
Compare
Choose a tag to compare

Changelog

  • 0e8e3c2 Build windows and freebsd and packages
  • 10535c7 Fix version command

v0.1.2

26 Jan 16:53
Compare
Choose a tag to compare

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

16 Jan 06:30
24775f3
Compare
Choose a tag to compare

🐎 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

06 Jan 06:30
f9557ce
Compare
Choose a tag to compare

Changelog

  • f9557ce Merge pull request #12 from nsmith5/logging
  • ba47a40 Refactor logging for clarity and structure
  • f867448 Refactor entry and output data structures
  • 601df9e Refactor policy code
  • 21b63c1 Format security policy doc

v0.0.3

06 Jan 02:28
822d554
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

Changelog

  • 822d554 Merge pull request #7 from nsmith5/stdout-output
  • 1836494 Fix up output registry and add spammy logging
  • b5e60cd WIP: stdout output

v0.0.2

05 Jan 10:35
7cfb64f
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

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

v0.0.1

04 Jan 00:32
d57191b
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

Changelog