Skip to content

Commit

Permalink
Release version v1.0.2
Browse files Browse the repository at this point in the history
  - Kokoro release: Cut off new release v1.0.2.
  - internal: Update dependencies
  - internal: Update change log for 1.0.2
  - [fix] [293863713] pin and lock nsm-api dependency cargo v...
  - Kokoro release: Cut off new release v1.0.1.
  - Revert "Kokoro release: Cut off new release v1.0.1."

GitOrigin-RevId: 7e4a5e2397400aa485c4399bc877ab78c7d81864
  • Loading branch information
Privacy Sandbox Team authored and taoliaoleo committed Aug 4, 2023
1 parent e05e84c commit 41eb45a
Show file tree
Hide file tree
Showing 12 changed files with 587 additions and 32 deletions.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ exclude: (?x)^(
.bazel_output/.*|
builders/.*|
javatests/testData/.*|
version.txt
version.txt|
.*\.patch
)$

fail_fast: true
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.0.2](https://github.com/privacysandbox/aggregation-service/compare/v1.0.1...v1.0.2) (2023-08-03)

### Changes

- Pinned and locked nsm-api dependency cargo versions in nitro-kms dependency.

## [1.0.1](https://github.com/privacysandbox/aggregation-service/compare/v1.0.0...v1.0.1) (2023-07-26)

### Changes

- Fixed bug in summary report output sharding that caused aggregation service to stop processing
jobs.
- Fixed LocalTestingTool Otel registration to allow for parallel execution.
- Updated dependencies.

## [1.0.0](https://github.com/privacysandbox/aggregation-service/compare/v0.12.0...v1.0.0) (2023-07-11)

### Changes
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.2
16 changes: 8 additions & 8 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ git_repository(
],
remote = "https://github.com/privacysandbox/coordinator-services-and-shared-libraries",
patches = [
"//build_defs/scp:v1.0.0-1.patch",
"//build_defs/scp:v1.0.patch",
"//build_defs/scp:coordinator.patch",
],
tag = COORDINATOR_VERSION,
Expand Down Expand Up @@ -315,7 +315,7 @@ load("@io_bazel_rules_docker//container:container.bzl", "container_pull")
# Distroless image for running Java.
container_pull(
name = "java_base",
# Using SHA-256 for reproducibility. The tag is latest-amd64. Latest as of 2023-07-10.
# Using SHA-256 for reproducibility. The tag is latest-amd64. Latest as of 2023-08-03.
digest = "sha256:052076466984fd56979c15a9c3b7433262b0ad9aae55bc0c53d1da8ffdd829c3",
registry = "gcr.io",
repository = "distroless/java17-debian11",
Expand Down Expand Up @@ -344,11 +344,11 @@ container_pull(
# Pulls AWS Otel Collector
container_pull(
name = "aws_otel_collector",
# latest as of 2023-06-12.
digest = "sha256:f06aa8c7cd49e38cd5cdc568efc28435863766dc28d191a5191b1653bbd4fbd2",
# latest as of 2023-08-03.
digest = "sha256:4703de9f02fdb23602b2e9961aeb151e476775ce2ac38a401b4864c3f979644d",
registry = "public.ecr.aws",
repository = "aws-observability/aws-otel-collector",
tag = "v0.30.0",
tag = "v0.31.0",
)

#############
Expand Down Expand Up @@ -479,11 +479,11 @@ http_archive(
# Needed for reproducibly building AL2 binaries (e.g. //cc/aws/proxy)
container_pull(
name = "amazonlinux_2",
# Latest as of 2023-07-10.
digest = "sha256:d41496df5f949d9b7567512efa42ecc21ec9dd2c49539f7452945ed435b0058a",
# Latest as of 2023-08-03.
digest = "sha256:8493322bcbf25417bb2acf5de53302811c30558965fb9c91bd8dfe3a9db7a06e",
registry = "index.docker.io",
repository = "amazonlinux",
tag = "2.0.20230612.0",
tag = "2.0.20230719.0",
)

################################################################################
Expand Down
4 changes: 2 additions & 2 deletions build-scripts/aws/build-container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# bookworm-slim stable with latest security updates 2023-07-10
FROM debian@sha256:01bd742e2c269abf94e2fefb47b08b5b61c9a880b993417d23a1d0bd9fa60dc4
# bookworm-slim stable with latest security updates 2023-08-03
FROM debian@sha256:5bbfcb9f36a506f9c9c2fb53205f15f6e9d1f0e032939378ddc049a2d26d651e

RUN \
# This makes add-apt-repository available.
Expand Down
12 changes: 0 additions & 12 deletions build_defs/scp/v1.0.0-1.patch

This file was deleted.

Loading

0 comments on commit 41eb45a

Please sign in to comment.