Skip to content

Commit 3789345

Browse files
docs: v.2.0.0: finalize CHANGELOG.md (#3577)
# Summary #3576 First step before a release, marking all "Unreleased" changes in CHANGELOG.md as "v2.0.0" ## Testing Process ... ## Checklist - [x] Review the contributing [guidelines](./../CONTRIBUTING.md) - [x] Add a reference to related issues in the PR description. - [ ] Update documentation if applicable. - [ ] Add unit tests if applicable. - [x] Add changes to the [CHANGELOG](./../CHANGELOG.md) if applicable. --------- Signed-off-by: Ramon Petgrave <[email protected]>
1 parent 02fc78b commit 3789345

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

CHANGELOG.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
<!-- toc -->
1111

12-
- [Unreleased](#unreleased)
13-
- [Unreleased: Breaking Change: upload-artifact and download-artifact](#unreleased-breaking-change-upload-artifact-and-download-artifact)
14-
- [Unreleased: Breaking Change: attestation-name Workflow Input and Output](#unreleased-breaking-change-attestation-name-workflow-input-and-output)
15-
- [Unreleased: DSSE Rekor Type](#unreleased-dsse-rekor-type)
12+
- [v2.0.0](#v200)
13+
- [v2.0.0: Breaking Change: upload-artifact and download-artifact](#v200-breaking-change-upload-artifact-and-download-artifact)
14+
- [v2.0.0: Breaking Change: attestation-name Workflow Input and Output](#v200-breaking-change-attestation-name-workflow-input-and-output)
15+
- [v2.0.0: DSSE Rekor Type](#v200-dsse-rekor-type)
1616
- [v1.10.0](#v1100)
1717
- [v1.10.0: TUF fix](#v1100-tuf-fix)
1818
- [v1.10.0: Gradle Builder](#v1100-gradle-builder)
@@ -102,17 +102,17 @@ Use the format "X.Y.Z: Go builder" etc. for format headers to avoid header name
102102
duplication."
103103
-->
104104

105-
## Unreleased
105+
## v2.0.0
106106

107-
### Unreleased: Breaking Change: upload-artifact and download-artifact
107+
### v2.0.0: Breaking Change: upload-artifact and download-artifact
108108

109109
- Our workflows now use the new `@v4`s of `actions/upload-artifact` and `actions/download-artifact`, which are incompatiblle with the prior `@v3`. See Our docs on the [generic generator](./internal/builders/generic/README.md#compatibility-with-actionsdownload-artifact) for more information and how to upgrade.
110110

111-
### Unreleased: Breaking Change: attestation-name Workflow Input and Output
111+
### v2.0.0: Breaking Change: attestation-name Workflow Input and Output
112112

113113
- `attestation-name` as a workflow input to `.github/workflows/generator_generic_slsa3.yml` is now removed. Use `provenance-name` instead.
114114

115-
### Unreleased: DSSE Rekor Type
115+
### v2.0.0: DSSE Rekor Type
116116

117117
- When uploading signed provenance to the log, the entry created in the log is now
118118
a DSSE Rekor type. This fixes a bug where the current intoto type does not

0 commit comments

Comments
 (0)