Skip to content

Commit

Permalink
Release 0.69.1 (2024-09-19)
Browse files Browse the repository at this point in the history
### Bug Fixes

* Use digest to ensure deterministic environment for build system

Bug: N/A
Change-Id: I03d80fb5829452d1270f856cfd4329d3bb103884
GitOrigin-RevId: bad1c577daf44f834830872ffc2a7e6704ad97fa
  • Loading branch information
Privacy Sandbox Team authored and pmeric committed Sep 19, 2024
1 parent 562493c commit d1ee584
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 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.69.1 (2024-09-19)

### Bug Fixes

* Use digest to ensure deterministic environment for build system


## 0.69.0 (2024-09-15)


Expand Down
5 changes: 4 additions & 1 deletion images/build-debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG BASE_IMAGE=ubuntu:focal-20240530
# Use fixed manifest digest to ensure reproducible.
# https://hub.docker.com/layers/library/ubuntu/focal-20240530/images/sha256-85c08a37b74bc18a7b3f8cf89aabdfac51c525cdbc193a753f7907965e310ec2
# ubuntu v20.04, focal-20240530
ARG BASE_IMAGE=ubuntu@sha256:fa17826afb526a9fc7250e0fbcbfd18d03fe7a54849472f86879d8bf562c629e

# ignore this hadolint error as BASE_IMAGE contains an image tag
# hadolint ignore=DL3006
Expand Down
2 changes: 1 addition & 1 deletion tests/data/hashes/build-debian
Original file line number Diff line number Diff line change
@@ -1 +1 @@
83fab12505490f9ed41e5d8747f3c8844f6aee8740ad05c47eca61fd7b42a8d1
dde868d8a135afbb54377acc6c4f8c6ec13978ed86d0a8930e129194c01912f5
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.69.0
0.69.1

0 comments on commit d1ee584

Please sign in to comment.