From f98241cb8d43bc5762fb4586c88b3f532fd5d3e9 Mon Sep 17 00:00:00 2001 From: Privacy Sandbox Team Date: Wed, 2 Aug 2023 16:01:51 -0400 Subject: [PATCH] Release 0.39.0 (2023-08-02) ### Features * Run bazel containers in seccomp=unconfined mode Bug: N/A Change-Id: Ia476a08498aba332c2afd046c25cbc39769f5c37 GitOrigin-RevId: 79db3f15c4fef30edc47b32df97dad2684b0237f --- CHANGELOG.md | 7 +++++++ tools/bazel-debian | 2 +- version.txt | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 202de91..5d40976 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.39.0 (2023-08-02) + + +### Features + +* Run bazel containers in seccomp=unconfined mode + ## 0.38.1 (2023-08-02) diff --git a/tools/bazel-debian b/tools/bazel-debian index d7db292..dbfb146 100755 --- a/tools/bazel-debian +++ b/tools/bazel-debian @@ -30,7 +30,7 @@ CBUILD=$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")/cbuild readonly CBUILD # shellcheck disable=SC1083 -"${CBUILD}" --image "${IMAGE}" --cmd " +"${CBUILD}" --seccomp-unconfined --image "${IMAGE}" --cmd " printf 'bazel output_base: [%s]\n' \"\$(bazel info output_base 2>/dev/null)\" bazel ${BAZEL_STARTUP_ARGS} ${*@Q} ${BAZEL_EXTRA_ARGS} " diff --git a/version.txt b/version.txt index 587da8f..ed3892e 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.38.1 \ No newline at end of file +0.39.0 \ No newline at end of file