Skip to content

Commit

Permalink
Merge pull request #93 from privacysandbox/release-0.65.1
Browse files Browse the repository at this point in the history
Release 0.65.1
  • Loading branch information
prb1222 authored Jun 4, 2024
2 parents 30e0cc9 + b22caec commit 32a142d
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 32a142d

Please sign in to comment.