From 4ac4bcb0307a77a55a74ecdf089116f3deef1e96 Mon Sep 17 00:00:00 2001 From: Privacy Sandbox Team Date: Sat, 14 Sep 2024 21:32:26 -0400 Subject: [PATCH] Release 0.69.0 (2024-09-15) ### Features * Pin build-debian ubuntu base image from 20.04 to focal-20240530 Bug: N/A Change-Id: Ie4dbf5e076efb001974b613f03f4e86f65b4e263 GitOrigin-RevId: 1a8cb7e11c5c6e8e6abff0072fdffcb7de20a262 --- CHANGELOG.md | 7 +++++++ images/build-debian/Dockerfile | 2 +- tests/data/hashes/build-debian | 2 +- version.txt | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d0ac97..af695dc 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.69.0 (2024-09-15) + + +### Features + +* Pin build-debian ubuntu base image from 20.04 to focal-20240530 + ## 0.68.1 (2024-08-21) ### Bug Fixes diff --git a/images/build-debian/Dockerfile b/images/build-debian/Dockerfile index 735d9b6..4b61581 100644 --- a/images/build-debian/Dockerfile +++ b/images/build-debian/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG BASE_IMAGE=ubuntu:20.04 +ARG BASE_IMAGE=ubuntu:focal-20240530 # ignore this hadolint error as BASE_IMAGE contains an image tag # hadolint ignore=DL3006 diff --git a/tests/data/hashes/build-debian b/tests/data/hashes/build-debian index 57095ae..b0a607d 100644 --- a/tests/data/hashes/build-debian +++ b/tests/data/hashes/build-debian @@ -1 +1 @@ -c194dafd287978093f8fe6e16e981fb22028e37345e20a4d7ca84caa43f0d4c0 +83fab12505490f9ed41e5d8747f3c8844f6aee8740ad05c47eca61fd7b42a8d1 diff --git a/version.txt b/version.txt index 6552919..acdcb83 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.68.1 \ No newline at end of file +0.69.0 \ No newline at end of file