Skip to content

Commit a1a1eb4

Browse files
authored
docs: Update CHANGELOG for v1.8.0 (#2415)
Signed-off-by: Ian Lewis <[email protected]>
1 parent b4b7afa commit a1a1eb4

File tree

1 file changed

+30
-4
lines changed

1 file changed

+30
-4
lines changed

CHANGELOG.md

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
<!-- toc -->
1111

12-
- [Unreleased](#unreleased)
12+
- [1.8.0](#180)
13+
- [1.8.0: Generic Generator](#180-generic-generator)
14+
- [1.8.0: Node.js Builder](#180-nodejs-builder)
1315
- [1.7.0](#170)
1416
- [1.7.0: Go builder](#170-go-builder)
1517
- [v1.6.0](#v160)
@@ -79,18 +81,42 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7981

8082
<!-- tocstop -->
8183

82-
## Unreleased
83-
8484
<!--
8585
Information on the next release will be added here.
8686
8787
Use the format "X.Y.Z: Go builder" etc. for format headers to avoid header name
8888
duplication."
8989
-->
9090

91+
## 1.8.0
92+
93+
This release includes bug fixes and new features.
94+
95+
### 1.8.0: Generic Generator
96+
97+
- **Added**: A new
98+
[`base64-subjects-as-file`](https://github.com/slsa-framework/slsa-github-generator/blob/v1.8.0/internal/builders/generic/README.md#workflow-inputs)
99+
was added to allow for specifying a large subject list.
100+
101+
### 1.8.0: Node.js Builder
102+
103+
- **Fixed**: Publishing for non-scoped packages was fixed (See
104+
[#2359](https://github.com/slsa-framework/slsa-github-generator/issues/2359))
105+
- **Fixed**: Documentation was updated to clarify that the GitHub Actions
106+
`deployment` event is not supported.
107+
- **Changed**: The file extension for the generated provenance file was changed
108+
from `.sigstore` to `.build.slsa` in order to make it easier to identify
109+
provenance files regardless of file format.
110+
- **Fixed**: The publish action was fixed to address an issue with the package
111+
name when using Node 16.
112+
91113
## 1.7.0
92114

93-
This release includes the first beta release of the [Container-based builder](https://github.com/slsa-framework/slsa-github-generator/tree/v1.7.0/internal/builders/docker). The Container-based builder provides a GitHub Actions reusable workflow that can be used to invoke a container image with a user-specified command to generate an artifact and SLSA Build L3 compliant provenance.
115+
This release includes the first beta release of the
116+
[Container-based builder](https://github.com/slsa-framework/slsa-github-generator/tree/v1.7.0/internal/builders/docker).
117+
The Container-based builder provides a GitHub Actions reusable workflow that can
118+
be used to invoke a container image with a user-specified command to generate an
119+
artifact and SLSA Build L3 compliant provenance.
94120

95121
### 1.7.0: Go builder
96122

0 commit comments

Comments
 (0)