Skip to content

Commit

Permalink
Merge pull request #114 from privacysandbox/release-0.79.1
Browse files Browse the repository at this point in the history
Release 0.79.1
  • Loading branch information
jrereyi2000 authored Feb 18, 2025
2 parents 0a315e4 + c91d4ec commit 9f3c17b
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.79.1 (2025-02-18)


### Bug Fixes

* Sandboxing strategy for privileged containers

## 0.79.0 (2025-02-09)


Expand Down
2 changes: 1 addition & 1 deletion tools/bazel-debian
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ declare -r -a ARGLIST=("$@")
partition_array ARGLIST BAZEL_ARGS APP_ARGS

# run bazel without sandboxing
BAZEL_ARGS+=("--spawn_strategy=local")
BAZEL_ARGS+=("--spawn_strategy=processwrapper-sandbox")

# shellcheck disable=SC2086
"${CBUILD}" ${EXTRA_CBUILD_ARGS} --seccomp-unconfined --privileged --image "${IMAGE}" --cmd "
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.79.0
0.79.1

0 comments on commit 9f3c17b

Please sign in to comment.