Skip to content

Commit

Permalink
Release 0.39.0 (2023-08-02)
Browse files Browse the repository at this point in the history
### Features

* Run bazel containers in seccomp=unconfined mode

Bug: N/A
Change-Id: Ia476a08498aba332c2afd046c25cbc39769f5c37
GitOrigin-RevId: 79db3f15c4fef30edc47b32df97dad2684b0237f
  • Loading branch information
Privacy Sandbox Team authored and pmeric committed Aug 2, 2023
1 parent 52ebd33 commit f98241c
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.39.0 (2023-08-02)


### Features

* Run bazel containers in seccomp=unconfined mode

## 0.38.1 (2023-08-02)


Expand Down
2 changes: 1 addition & 1 deletion tools/bazel-debian
Original file line number Diff line number Diff line change
Expand Up @@ -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}
"
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.38.1
0.39.0

0 comments on commit f98241c

Please sign in to comment.