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
@@ -88,6 +93,28 @@ Use the format "X.Y.Z: Go builder" etc. for format headers to avoid header name
88
93
duplication."
89
94
-->
90
95
96
+
## v1.9.0
97
+
98
+
Release [v1.9.0] includes bug fixes and new features.
99
+
100
+
See the [full change list](https://github.com/slsa-framework/slsa-github-generator/compare/v1.8.0...v1.9.0).
101
+
102
+
### v1.9.0: BYOB framework (beta)
103
+
104
+
-**New**: A [new framework](https://github.com/slsa-framework/slsa-github-generator/blob/main/BYOB.md) to turn GitHub Actions into SLSA compliant builders.
105
+
106
+
### v1.9.0: Maven builder (beta)
107
+
108
+
-**New**: A [Maven builder](https://github.com/slsa-framework/slsa-github-generator/tree/main/internal/builders/maven) to build Java projects and publish to Maven central.
109
+
110
+
### v1.9.0: Gradle builder (beta)
111
+
112
+
-**New**: A [Gradle builder](https://github.com/slsa-framework/slsa-github-generator/tree/main/internal/builders/gradle) to build Java projects and publish to Maven central.
113
+
114
+
### v1.9.0: JReleaser builder
115
+
116
+
-**New**: A [JReleaser builder](https://github.com/jreleaser/release-action/tree/v1.0.0-java) that wraps the official [JReleaser Action](https://github.com/jreleaser/release-action/tree/v1.0.0-java).
117
+
91
118
## v1.8.0
92
119
93
120
Release [v1.8.0] includes bug fixes and new features.
@@ -456,3 +483,4 @@ To learn how to use it, see [./README.md#golang-projects](https://github.com/sls
0 commit comments