Releases: sigstore/scaffolding
Releases · sigstore/scaffolding
Release list
v0.2.6
What's Changed
- Test with v0.2.5, update docs. by @vaikas in #89
- Add sigstore terraform for GCP by @priyawadhwa in #93
- Add in github action for terraform fmt and tfsec by @priyawadhwa in #98
- sigstore module depends on bastion module by @priyawadhwa in #97
- Add examples for signing and verifying an image, as well as by @vaikas in #94
- Mention there are TF templates, add pointer. by @vaikas in #96
- Resurrect trillian createdb by @k4leung4 in #92
- fix secret keys to match helm chart expectation. by @k4leung4 in #99
- Allow specifying the password to use for creating and encrypting keys and pems by @k4leung4 in #103
- change default cert registration info. by @k4leung4 in #104
- Make enabling CA service with Fulcio optional by @priyawadhwa in #101
- Bump actions/upload-artifact from 2 to 3 by @dependabot in #109
- Bump hashicorp/setup-terraform from 1.3.2 to 1.4.0 by @dependabot in #108
- pin versions using git commit instead of tags by @cpanato in #110
New Contributors
- @priyawadhwa made their first contribution in #93
- @k4leung4 made their first contribution in #92
Full Changelog: v0.2.5...v0.2.6
Thanks to all contributors!
v0.2.5
What's Changed
- Use the go mod tidy -compat=1.17 in goreleaser hook by @vaikas in #90
- sync modules by @cpanato in #91
Full Changelog: v0.2.4...v0.2.5
Thanks to all contributors!
v0.2.4
What's Changed
******* @vaikas screwed up this release :) Do not use, there are no artifacts *******
- more detailed log for fulcio root cert fetch error by @tsl0922 in #84
- Start of an action to install kind,knative and sigstore pieces + tests. by @vaikas in #85
- rename inputs to be more consistent with others. by @vaikas in #86
- Test release with v0.2.3. by @vaikas in #87
- Use apko as base image and add version information by @cpanato in #88
New Contributors
Full Changelog: v0.2.3...v0.2.4
v0.2.3
What's Changed
- Bump docs release version to v0.2.2 and test with it. by @vaikas in #74
- Bump k8s.io/client-go from 0.23.4 to 0.23.5 by @dependabot in #76
- Bump k8s.io/code-generator from 0.23.4 to 0.23.5 by @dependabot in #79
- Bump github.com/go-openapi/runtime from 0.23.2 to 0.23.3 by @dependabot in #77
- Bump google.golang.org/protobuf from 1.27.1 to 1.28.0 by @dependabot in #83
- Bump actions/cache from 2 to 3 by @dependabot in #82
- Starting to play with URLs in e2e tests. by @vaikas in #75
Full Changelog: v0.2.2...v0.2.3
Thanks to all contributors!
v0.2.2
What's Changed
- update license headers and add job to check the boilerplate by @cpanato in #69
- Bump google.golang.org/grpc from 1.44.0 to 1.45.0 by @dependabot in #71
- add shellcheck action job by @cpanato in #72
- Change job
check-oidcname tosign-job. by @vaikas in #73
Full Changelog: v0.2.1...v0.2.2
Thanks to all contributors!
v0.2.1
What's Changed
- Bump sigstore/cosign-installer from 2.0.1 to 2.1.0 by @dependabot in #55
- Bump google.golang.org/grpc from 1.43.0 to 1.44.0 by @dependabot in #59
- Bump github.com/go-openapi/strfmt from 0.21.1 to 0.21.2 by @dependabot in #63
- Bump github.com/go-openapi/runtime from 0.21.0 to 0.23.2 by @dependabot in #62
- Bump github.com/sigstore/rekor from 0.4.0 to 0.5.0 by @dependabot in #61
- Bump k8s.io/apimachinery from 0.23.1 to 0.23.4 by @dependabot in #56
- Bump k8s.io/api from 0.23.1 to 0.23.4 by @dependabot in #60
- Bump k8s.io/client-go from 0.23.1 to 0.23.4 by @dependabot in #58
- Bump k8s.io/code-generator from 0.22.5 to 0.23.4 by @dependabot in #57
- Fix issue #65 by renaming ctlog/createcerts to createctconfig by @vaikas in #67
- fix ko config by @cpanato in #68
Full Changelog: v0.2.0...v0.2.1
Thanks to all contributors!
v0.2.0
What's Changed
- Test with 0.1.19 release. by @vaikas in #49
- Create codeql-analysis.yml by @vaikas in #50
- Clean up README, update links from vaikas/sigstore-scaffolding to sigstore/scaffolding. by @vaikas in #51
- Release job update by @cpanato in #52
- add dependabot by @cpanato in #53
- Bump actions/checkout from 2 to 3 by @dependabot in #54
New Contributors
Full Changelog: v0.1.19...v0.2.0
Thanks to all contributors!
Release v0.1.19
Stop releasing ARM artifacts as they are no longer necessary.
Release v0.1.18
Use the CI version of the trillian db which has schema already in it, so no need for createdb job anymore.