Skip to content

Commit

Permalink
Release 0.65.1 (2024-06-04)
Browse files Browse the repository at this point in the history
### Bug Fixes

* Support multiple etc files in a single image

Bug: b/344980583
Change-Id: I9b5199c79e373782941b8658889d015390c03816
GitOrigin-RevId: 427b2f253411d68c428e312b444e60b9fca52774
  • Loading branch information
Privacy Sandbox Team authored and prb1222 committed Jun 4, 2024
1 parent 30e0cc9 commit b22caec
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion tools/get-builder-image-tagged
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.65.0
0.65.1

0 comments on commit b22caec

Please sign in to comment.