diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a30e7d..3e4de09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## 0.65.1 (2024-06-04) + + +### Bug Fixes + +* Support multiple etc files in a single image + ## 0.65.0 (2024-06-04) diff --git a/tools/get-builder-image-tagged b/tools/get-builder-image-tagged index 35371ae..bc14958 100755 --- a/tools/get-builder-image-tagged +++ b/tools/get-builder-image-tagged @@ -199,7 +199,7 @@ function _tar_for_dir() { # shellcheck disable=SC2012 ls -A -1 "${FILEPATH}" "${ETC_DIR}" | sort | uniq -d ls -A -1 "${WORKSPACE}" - } | sort | uniq -d)" + } | sort | uniq -d | tr '\n' ' ')" # create a deterministic tarball of the collected files docker run \ --rm \ diff --git a/version.txt b/version.txt index aa4ceb3..ad4ae44 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.65.0 \ No newline at end of file +0.65.1 \ No newline at end of file