Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.

Commit be8c391

Browse files
Privacy Sandbox Teamcopybara-github
authored andcommitted
Release version v1.31.0-rc01
GitOrigin-RevId: b643ddd8b31452a31522fb82a131327cfb90c423
1 parent 9053f22 commit be8c391

5 files changed

Lines changed: 12 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# Changelog
2+
## [1.31.0](https://github.com/privacysandbox/coordinator-services-and-shared-libraries/compare/release-v1.30...release-v1.31) (2025-08-19)
3+
4+
### Changes
5+
- BUILD
6+
- [CA] Update container dependencies.
7+
- PBS
8+
- [CA] Cleanup google_pbs_stop_serving_v1_request
9+
210
## [1.30.0](https://github.com/privacysandbox/coordinator-services-and-shared-libraries/compare/v1.29.0...v1.30.0) (2025-08-05)
311

412
### Changes
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sha256:9852c9b122fa2dce95ea33a096292ce649a12a7ff321a6a6f1a40eca4989a9fc
1+
sha256:cea2634840f5a87503d8210e4df97b9f23a2acd67ff860a76c133d963032f866

build_defs/container_dependencies.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
# - java_base: Distroless image for running Java.
2424
################################################################################
2525

26-
# Updated as of: 2025-07-21
26+
# Updated as of: 2025-08-16
2727

2828
CONTAINER_DEPS = {
2929
"amazonlinux_2": {
30-
"digest": "sha256:0048961a5091ceb5b949ef4ac8d403137ce2ea674dd3007fba8d48b588dc03bb",
30+
"digest": "sha256:eacf1efd27f5f31876797544ef7311d7f11cee31f17e2371ffba155027e1fd3a",
3131
"registry": "index.docker.io",
3232
"repository": "amazonlinux",
3333
},

coordinator/terraform/gcp/modules/distributedpbs_managed_instance_group_environment/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ locals {
5757
google_scp_otel_metric_export_interval_msec = "60000",
5858
google_scp_otel_metric_export_timeout_msec = "50000",
5959
OTEL_METRICS_EXPORTER = "googlecloud",
60-
google_pbs_stop_serving_v1_request = "true",
6160
}
6261
pbs_cloud_run_environment_variables = {
6362
google_scp_pbs_http2_server_use_tls = "false"

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.30.1-rc03
1+
v1.31.0-rc01

0 commit comments

Comments
 (0)