Skip to content

Commit

Permalink
Merge pull request #110 from privacysandbox/release-0.76.0
Browse files Browse the repository at this point in the history
Release 0.76.0
  • Loading branch information
pmeric authored Dec 25, 2024
2 parents 3e3f435 + 2393543 commit dae6759
Show file tree
Hide file tree
Showing 15 changed files with 11 additions and 181 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.76.0 (2024-12-16)


### Features

* Remove support for Amazon Linux 2

## 0.75.1 (2024-11-22)


Expand Down
1 change: 0 additions & 1 deletion images/build-amazonlinux2/.bazelversion

This file was deleted.

35 changes: 0 additions & 35 deletions images/build-amazonlinux2/Dockerfile

This file was deleted.

1 change: 0 additions & 1 deletion images/build-amazonlinux2/generate_system_bazelrc

This file was deleted.

1 change: 0 additions & 1 deletion images/build-amazonlinux2/get_workspace_mount

This file was deleted.

1 change: 0 additions & 1 deletion images/build-amazonlinux2/gitconfig

This file was deleted.

101 changes: 0 additions & 101 deletions images/build-amazonlinux2/install_apps

This file was deleted.

1 change: 0 additions & 1 deletion images/build-amazonlinux2/install_go.sh

This file was deleted.

1 change: 0 additions & 1 deletion images/build-amazonlinux2/install_golang_apps

This file was deleted.

29 changes: 0 additions & 29 deletions images/build-amazonlinux2/test/commands.yaml

This file was deleted.

1 change: 0 additions & 1 deletion tests/data/hashes/build-amazonlinux2

This file was deleted.

8 changes: 2 additions & 6 deletions tools/builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ function builder::docker_img_to_nitro() {
local -r docker_image_tag="$3"
local -r output_path="$4"
local -r eif_name="$5"
local -r image="${6-build-amazonlinux2}"
local -r image="${6-build-amazonlinux2023}"
local -r temp_tag="$(mktemp --dry-run temp-XXXXXX)"
docker load -i "${docker_image_tar}"
# add a temp tag to reduce the chance of conflicts or race conditions
Expand All @@ -155,7 +155,7 @@ function builder::docker_img_to_nitro() {
function builder::docker_uri_to_nitro() {
local -r docker_uri="$1"
local -r output_base_fname="$2"
local -r image="${3-build-amazonlinux2}"
local -r image="${3-build-amazonlinux2023}"
local -r output_eif="${output_base_fname}".eif
local -r output_json="${output_base_fname}".json
local -r output_pcr0_json="${output_base_fname}".pcr0.json
Expand Down Expand Up @@ -189,10 +189,6 @@ function builder::cbuild_al() {
"${cbuild}" ${CBUILD_ARGS} "${env_args[@]}" --image "${image}" --cmd "$*"
}

function builder::cbuild_al2() {
builder::cbuild_al build-amazonlinux2 "$@"
}

function builder::cbuild_al2023() {
builder::cbuild_al build-amazonlinux2023 "$@"
}
Expand Down
1 change: 0 additions & 1 deletion tools/cbuild
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ IMAGE="build-debian"
VERBOSE=0
declare -r -a IMAGE_LIST=(
"build-debian"
"build-amazonlinux2"
"build-amazonlinux2023"
"presubmit"
)
Expand Down
2 changes: 1 addition & 1 deletion tools/convert-docker-to-nitro
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function cleanup() {
exit ${status}
}

declare BUILDER_IMAGE_NAME=build-amazonlinux2
declare BUILDER_IMAGE_NAME=build-amazonlinux2023

function usage() {
declare -r -i exitval=${1-1}
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.75.1
0.76.0

0 comments on commit dae6759

Please sign in to comment.