You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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]>
-[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)
16
16
-[v1.10.0](#v1100)
17
17
-[v1.10.0: TUF fix](#v1100-tuf-fix)
18
18
-[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
102
102
duplication."
103
103
-->
104
104
105
-
## Unreleased
105
+
## v2.0.0
106
106
107
-
### Unreleased: Breaking Change: upload-artifact and download-artifact
107
+
### v2.0.0: Breaking Change: upload-artifact and download-artifact
108
108
109
109
- 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.
110
110
111
-
### Unreleased: Breaking Change: attestation-name Workflow Input and Output
111
+
### v2.0.0: Breaking Change: attestation-name Workflow Input and Output
112
112
113
113
-`attestation-name` as a workflow input to `.github/workflows/generator_generic_slsa3.yml` is now removed. Use `provenance-name` instead.
114
114
115
-
### Unreleased: DSSE Rekor Type
115
+
### v2.0.0: DSSE Rekor Type
116
116
117
117
- When uploading signed provenance to the log, the entry created in the log is now
118
118
a DSSE Rekor type. This fixes a bug where the current intoto type does not
0 commit comments