Skip to content

Commit

Permalink
docs: v1.9.0-rc.0 changelogs (#2648)
Browse files Browse the repository at this point in the history
Signed-off-by: laurentsimon <laurentsimon@google.com>
  • Loading branch information
laurentsimon committed Aug 18, 2023
1 parent 5952cf4 commit 7e31fad
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Expand Up @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- toc -->

- [v1.9.0](#v190)
- [v1.9.0: BYOB framework (beta)](#v190-byob-framework-beta)
- [v1.9.0: Maven builder (beta)](#v190-maven-builder-beta)
- [v1.9.0: Gradle builder (beta)](#v190-gradle-builder-beta)
- [v1.9.0: JReleaser builder](#v190-jreleaser-builder)
- [v1.8.0](#v180)
- [v1.8.0: Generic Generator](#v180-generic-generator)
- [v1.8.0: Node.js Builder (beta)](#v180-nodejs-builder-beta)
Expand Down Expand Up @@ -88,6 +93,28 @@ Use the format "X.Y.Z: Go builder" etc. for format headers to avoid header name
duplication."
-->

## v1.9.0

Release [v1.9.0] includes bug fixes and new features.

See the [full change list](https://github.com/slsa-framework/slsa-github-generator/compare/v1.8.0...v1.9.0).

### v1.9.0: BYOB framework (beta)

- **New**: A [new framework](https://github.com/slsa-framework/slsa-github-generator/blob/main/BYOB.md) to turn GitHub Actions into SLSA compliant builders.

### v1.9.0: Maven builder (beta)

- **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.

### v1.9.0: Gradle builder (beta)

- **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.

### v1.9.0: JReleaser builder

- **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).

## v1.8.0

Release [v1.8.0] includes bug fixes and new features.
Expand Down Expand Up @@ -456,3 +483,4 @@ To learn how to use it, see [./README.md#golang-projects](https://github.com/sls
@asraa @ianlewis @MarkLodato @joshuagl @laurentsimon

[v1.8.0]: https://github.com/slsa-framework/slsa-github-generator/releases/tag/v1.8.0
[v1.9.0]: https://github.com/slsa-framework/slsa-github-generator/releases/tag/v1.9.0

0 comments on commit 7e31fad

Please sign in to comment.