Skip to content

Commit 5f89252

Browse files
authored
docs: Update changelog with unreleased changes (#3263)
Adds unreleased changes to the CHANGELOG to make it easier when doing the next release. --------- Signed-off-by: Ian Lewis <[email protected]>
1 parent 52372c6 commit 5f89252

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

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

1010
<!-- toc -->
1111

12+
- [Unreleased](#unreleased)
13+
- [Unreleased: Gradle Builder](#unreleased-gradle-builder)
14+
- [Unreleased: Go Builder](#unreleased-go-builder)
15+
- [Unreleased: Container Generator](#unreleased-container-generator)
1216
- [v1.9.0](#v190)
1317
- [v1.9.0: BYOB framework (beta)](#v190-byob-framework-beta)
1418
- [v1.9.0: Maven builder (beta)](#v190-maven-builder-beta)
@@ -93,6 +97,23 @@ Use the format "X.Y.Z: Go builder" etc. for format headers to avoid header name
9397
duplication."
9498
-->
9599

100+
## Unreleased
101+
102+
### Unreleased: Gradle Builder
103+
104+
- The Gradle Builder was fixed when the project root is the same as the
105+
repository root (#2727)
106+
107+
### Unreleased: Go Builder
108+
109+
- The `go-version-file` input was fixed so that it can find the `go.mod` file
110+
(#2661)
111+
112+
### Unreleased: Container Generator
113+
114+
- A new `provenance-repository` input was added to allow reading provenance from
115+
a different container repository than the image itself (#2956)
116+
96117
## v1.9.0
97118

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

0 commit comments

Comments
 (0)