Skip to content

Commit

Permalink
Merge pull request #535 from chainguard-dev/chore/release-notes-0.7.1
Browse files Browse the repository at this point in the history
release notes for apko 0.7.1.
  • Loading branch information
kaniini authored Feb 24, 2023
2 parents 0b049d4 + 8ddebd9 commit 89912f3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# Changes from 0.7.0 to 0.7.1

* Fix an issue where the user-requested tag was not being used for
locally built images with the `apko build` command. Now, multi-arch
images built with `apko build` will use the user-requested tag
appended with the architecture the image is for. This is due to a
limitation in Docker.

* Fix a regression where the `/bin/find` symlink to BusyBox was not
properly installed.

# Changes from 0.6.0 to 0.7.0

* `apk-tools` is no longer required to build images, instead a native
Expand Down

0 comments on commit 89912f3

Please sign in to comment.