From 33bc999d9d2e5b4e4b1a9ea21a764a575396e909 Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Tue, 17 Oct 2023 13:28:27 -0400 Subject: [PATCH] Update NEWS.md Signed-off-by: Jason Hall --- NEWS.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 74eaa92a0..6c5521ebf 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,9 +1,21 @@ -# Changes from 0.10.0 to 0.10.1 +# Changes from 0.10.0 to 0.11.0 * Improve error messages when modifying paths. * Optimize SBOM generation. +* Add `apko dot`: https://github.com/chainguard-dev/apko/pull/894 + +* Add hidden `apko resolve`: https://github.com/chainguard-dev/apko/pull/902 + +* Allow writing to OCI layout directory: https://github.com/chainguard-dev/apko/pull/882 + +* Add `--offline` flag: https://github.com/chainguard-dev/apko/pull/860 + +* Performance improvements and bug fixes + +Full diff: https://github.com/chainguard-dev/apko/compare/v0.10.0..main + # Changes from 0.9.0 to 0.10.0 * Fix `--package-version-flag`.