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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
<!-- toc -->
11
11
12
12
-[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)
14
15
-[v1.6.0](#v160)
15
16
-[Summary of changes](#summary-of-changes)
16
17
-[Go builder](#go-builder)
@@ -87,7 +88,11 @@ Use the format "X.Y.Z: Go builder" etc. for format headers to avoid header name
87
88
duplication."
88
89
-->
89
90
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.
**Status**: [Beta since v1.6.0](https://github.com/slsa-framework/slsa-github-generator/milestone/8).
121
121
[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.
0 commit comments