Skip to content

Commit 796d1f6

Browse files
authored
docs: Update CHANGELOG for v1.7.0 (#2196)
* docs: Update CHANGELOG for release v1.7.0 --------- Signed-off-by: Asra Ali <[email protected]>
1 parent e9db5e5 commit 796d1f6

File tree

3 files changed

+10
-13
lines changed

3 files changed

+10
-13
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
<!-- toc -->
1111

1212
- [Unreleased](#unreleased)
13-
- [X.Y.Z: Go builder](#xyz-go-builder)
13+
- [1.7.0](#170)
14+
- [1.7.0: Go builder](#170-go-builder)
1415
- [v1.6.0](#v160)
1516
- [Summary of changes](#summary-of-changes)
1617
- [Go builder](#go-builder)
@@ -87,7 +88,11 @@ Use the format "X.Y.Z: Go builder" etc. for format headers to avoid header name
8788
duplication."
8889
-->
8990

90-
### X.Y.Z: Go builder
91+
## 1.7.0
92+
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.
94+
95+
### 1.7.0: Go builder
9196

9297
- **Added**: A new
9398
[go-version-file](https://github.com/slsa-framework/slsa-github-generator/blob/main/internal/builders/go/README.md#workflow-inputs)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ This repository hosts the following builders:
119119
2. [Node.js Builder SLSA Level 3](internal/builders/nodejs/README.md).
120120
**Status**: [Beta since v1.6.0](https://github.com/slsa-framework/slsa-github-generator/milestone/8).
121121
[Expected GA release Jun 2023](https://github.com/slsa-framework/slsa-github-generator/milestone/17).
122-
3. _Container-based Builder SLSA Level 3_. **Status**: [WIP, expected release by Jun 2023](https://github.com/slsa-framework/slsa-github-generator/milestone/4). This builder will build arbitrary artifacts by executing a user-supplied container image.
122+
3. _Container-based Builder SLSA Level 3_. **Status**: [Beta release since v1.7.0](https://github.com/slsa-framework/slsa-github-generator/milestone/4). This builder will build arbitrary artifacts by executing a user-supplied container image.
123123
4. _Container Builder SLSA Level 3_. **Status**: [WIP](https://github.com/slsa-framework/slsa-github-generator/milestone/5).
124124
This builder will build your container image and generate provenance. The generated provenance will be compatible with
125125
[cosign](https://github.com/sigstore/cosign)'s attestation format.

internal/builders/docker/README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,8 @@ from the [generic artifact workflow](../generic/README.md) as it performs the
1515
build as well as generates the provenance. This workflow uses a distinct build
1616
type that provides the full details on the build process.
1717

18-
**NOTE**: This workflow is currently pending
19-
[release](https://github.com/slsa-framework/slsa-github-generator/milestone/4).
20-
For stable testing, use the following reusable workflow that uses the same
21-
inputs and outputs documented below.
22-
23-
```yaml
24-
uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected]
25-
```
26-
27-
This is compatible with the `slsa-verifier` version 2.6.x.
18+
**NOTE**: This workflow is currently in
19+
[beta testing](https://github.com/slsa-framework/slsa-github-generator/milestone/4).
2820

2921
---
3022

0 commit comments

Comments
 (0)