Skip to content

Commit

Permalink
Merge pull request #524 from chainguard-dev/chore/news-0.4.0
Browse files Browse the repository at this point in the history
add release notes for Melange 0.4.0
  • Loading branch information
kaniini authored Jun 30, 2023
2 parents c676915 + b0fb83f commit f075522
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,42 @@
# Major changes from 0.3.0 to 0.4.0

* The embedded apko component has been updated to 0.9.0.

* Add support for running builds on a Kubernetes cluster.

* Add support for caching APK dependencies.

* Use `-trimpath` in Go pipelines.

* Add a `split/debug` pipeline.

* Scan subpackage pipelines for additional dependencies when calculating
the final build dependency list.

* Optionally delete fetched artifacts after unpacking them. This will
still not be done by default for backwards compatibility.

* Allow underscores and capitalization in variables, such as `${{vars.FOO-BAR}}`.

* Handle `SOURCE_DATE_EPOCH=` without a valid integer, treating it as equivalent
to `SOURCE_DATE_EPOCH=0`.

* Add support for JSON representation of an APK index.

* Add support for extended attributes in generated APK packages.

* Set the `builddate` property in generated `.PKGINFO` files.

* Add support for quilt-style patch series files to the `patch` pipeline.

* Add an optional `deps` property to the `go/build` pipeline.

* Skip ELF soname analysis SCA phase for binaries which have an ELF interpreter
set.

* Add support for configuring the logger behavior using the `--log-policy`
option.

# Major changes from 0.2.0 to 0.3.0

* The embedded apko component has been updated to 0.7.3.
Expand Down

0 comments on commit f075522

Please sign in to comment.