Skip to content

Releases: in-toto/go-witness

v0.2.1

29 Jan 15:43
v0.2.1
61576e0
Compare
Choose a tag to compare

⚠️ Warning ⚠️

go modules have been renamed from github.com/testifysec/go-witness => github.com/in-toto/go-witness

What's Changed

  • Create SECURITY.md by @jkjell in #107
  • chore: bump github/codeql-action from 2.22.9 to 3.22.11 by @dependabot in #110
  • chore: bump actions/download-artifact from 3.0.2 to 4.0.0 by @dependabot in #112
  • chore: bump actions/upload-artifact from 3.1.3 to 4.0.0 by @dependabot in #111
  • chore: bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #115
  • chore: bump github.com/go-git/go-git/v5 from 5.5.2 to 5.11.0 by @dependabot in #119
  • chore: bump github/codeql-action from 3.22.11 to 3.22.12 by @dependabot in #118
  • chore: bump actions/download-artifact from 4.0.0 to 4.1.0 by @dependabot in #117
  • chore: bump k8s.io/apimachinery from 0.26.11 to 0.26.12 by @dependabot in #116
  • Update SECURITY-INSIGHTS.yml with additional information by @jkjell in #108
  • chore: bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 by @dependabot in #121
  • chore: bump actions/dependency-review-action from 3.1.4 to 3.1.5 by @dependabot in #123
  • chore: bump github/codeql-action from 3.22.12 to 3.23.0 by @dependabot in #122
  • fix: added oidc redirect url option for fulcio by @pkwiatkowski1 in #76
  • chore: bump actions/upload-artifact from 4.0.0 to 4.1.0 by @dependabot in #126
  • chore: bump actions/download-artifact from 4.1.0 to 4.1.1 by @dependabot in #127
  • Adding function to add a single attestor by @ChaosInTheCRD in #128

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

15 Dec 15:51
v0.2.0
6094e21
Compare
Choose a tag to compare

Changelog

First release since moving to in-toto org.

⚠️ Warning ⚠️

go modules have been renamed from github.com/testifysec/go-witness => github.com/in-toto/go-witness

What's Changed

  • Add support for controller-gen deepcopy by @jkjell in #53
  • chore(deps): bump github.com/cloudflare/circl from 1.3.2 to 1.3.3 by @dependabot in #44
  • chore(deps): bump golang.org/x/net from 0.7.0 to 0.17.0 by @dependabot in #54
  • chore(deps): bump google.golang.org/grpc from 1.53.0 to 1.56.3 by @dependabot in #60
  • Add maintainers file by @jkjell in #64
  • Add dependabot config, reusable witness workflow, and update pipeline by @jkjell in #67
  • Changed to pointer receiver when both were mixed by @naveensrinivasan in #58
  • chore: bump actions/checkout from 2 to 4 by @dependabot in #68
  • chore: bump actions/setup-go from 2 to 4 by @dependabot in #69
  • chore: bump github.com/aws/aws-sdk-go from 1.44.207 to 1.44.334 by @dependabot in #70
  • chore: bump github.com/spiffe/go-spiffe/v2 from 2.1.2 to 2.1.6 by @dependabot in #71
  • chore: bump go.step.sm/crypto from 0.25.0 to 0.25.2 by @dependabot in #72
  • chore: bump k8s.io/apimachinery from 0.26.1 to 0.26.10 by @dependabot in #73
  • chore: bump github.com/sigstore/sigstore from 1.5.1 to 1.5.2 by @dependabot in #74
  • chore: bump github.com/stretchr/testify from 1.8.2 to 1.8.4 by @dependabot in #80
  • chore: bump k8s.io/apimachinery from 0.26.10 to 0.26.11 by @dependabot in #79
  • chore: bump github.com/mattn/go-isatty from 0.0.17 to 0.0.20 by @dependabot in #77
  • chore: bump github.com/open-policy-agent/opa from 0.49.1 to 0.49.2 by @dependabot in #78
  • chore: bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 by @dependabot in #81
  • Update link to attestor examples by @noqcks in #84
  • Refactoring error messages to use %w formatting directive and fix logging issue by @ChaosInTheCRD in #85
  • [StepSecurity] Apply security best practices by @step-security-bot in #86
  • Fix pre-commit violations by @jkjell in #87
  • Changes to improve CLOMonitor Score by @jkjell in #88
  • Don't run FOSSA Scan on PR from fork by @jkjell in #95
  • chore: bump ossf/scorecard-action from 2.0.6 to 2.3.1 by @dependabot in #89
  • chore: bump actions/setup-go from 4.1.0 to 5.0.0 by @dependabot in #93
  • chore: bump actions/checkout from 3.6.0 to 4.1.1 by @dependabot in #92
  • chore: bump actions/dependency-review-action from 2.5.1 to 3.1.4 by @dependabot in #91
  • chore: bump github/codeql-action from 2.22.8 to 2.22.9 by @dependabot in #90
  • Improving --signer-fulcio-token flag to accept both path and raw token string by @ChaosInTheCRD in #82
  • Updating README by @ChaosInTheCRD in #97
  • Adding go test command to Makefile by @ChaosInTheCRD in #96
  • WIP: Migrating Go module to in-toto by @ChaosInTheCRD in #101
  • Fixing bug introduced in logs - warning and debug logs not printing by @ChaosInTheCRD in #103
  • Point to v0.2.0 of archivista by @jkjell in #105

New Contributors

Full Changelog: v0.1.17...v0.2.0

v0.1.17

10 Aug 17:35
v0.1.17
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.16...v0.1.17

v0.1.16

27 Feb 18:18
v0.1.16
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.15...v0.1.16

v0.1.15

14 Nov 22:09
v0.1.15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.14...v0.1.15

v0.1.14

14 Nov 22:08
v0.1.14
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.13...v0.1.14

v0.1.13

14 Nov 22:08
v0.1.13
Compare
Choose a tag to compare

What's Changed

  • chore: removal of deprecated apis, fmt changes by @mikhailswift in #11
  • fix: don't return error on EOF, break instead. by @colek42 in #12
  • chore: remove fmt.Print functions in favor of log library by @mikhailswift in #13
  • bug: gracefully handle broken symlinks by @mikhailswift in #14
  • feat!: add attestation source library and re-work policy logic by @mikhailswift in #10
  • chore(deps): bump github.com/open-policy-agent/opa from 0.43.0 to 0.43.1 by @dependabot in #15

Full Changelog: v0.1.12...v0.1.13

v0.1.12

01 Aug 16:54
v0.1.12
Compare
Choose a tag to compare

Changelog

Features

Others

v0.1.11

01 Jun 16:57
v0.1.11
Compare
Choose a tag to compare

Changelog

Bug fixes

Others