From 743a2df6bee5bbde7a16a3a6d4722e8d8c575ca7 Mon Sep 17 00:00:00 2001 From: Privacy Sandbox Team Date: Mon, 6 Nov 2023 10:22:15 -0500 Subject: [PATCH] Release 0.50.0 (2023-11-06) ### Features * Add openssh-client to build-debian image Bug: N/A Change-Id: I4d539f84e89321be0b7f63cc50afa555b4e23876 GitOrigin-RevId: 5fc31a6941717a5e03b1cbebf36aecf8c2b876d5 --- CHANGELOG.md | 7 +++++++ images/build-debian/install_apps | 3 ++- tests/data/hashes/build-debian | 2 +- version.txt | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e300d3..1734620 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.50.0 (2023-11-06) + + +### Features + +* Add openssh-client to build-debian image + ## 0.49.1 (2023-10-30) diff --git a/images/build-debian/install_apps b/images/build-debian/install_apps index c7d8e4a..a93df03 100755 --- a/images/build-debian/install_apps +++ b/images/build-debian/install_apps @@ -70,12 +70,13 @@ function install_misc() { chrpath="0.16-*" \ libcurl4="7.68.*" \ curl="7.68.*" \ - file="1:5*" \ + file="1:5.*" \ gettext="0.19.*" \ git="1:2.25.*" \ gnupg="2.2.*" \ locales="2.31-*" \ lsb-release="11.1.*" \ + openssh-client="1:8.2*" \ patch="2.7.*" \ rename="1.10-*" \ software-properties-common="0.99.*" \ diff --git a/tests/data/hashes/build-debian b/tests/data/hashes/build-debian index 1e7e375..8ff298f 100644 --- a/tests/data/hashes/build-debian +++ b/tests/data/hashes/build-debian @@ -1 +1 @@ -a10495fe1e23472aea6770b0c9760e1cdfc011a4883ff5fb3d488774e6995ae6 +c5c1f804b797e6d37fe7d1766123706b9a9db5e1ac2f99b131624adf0eac7718 diff --git a/version.txt b/version.txt index 9cc9210..84767f2 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.49.1 \ No newline at end of file +0.50.0 \ No newline at end of file