Skip to content

Commit

Permalink
Merge pull request #85 from privacysandbox/release-0.60.0
Browse files Browse the repository at this point in the history
Release 0.60.0
  • Loading branch information
pmeric authored May 8, 2024
2 parents 78737ff + 4389861 commit b27f48f
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 11 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.60.0 (2024-05-07)


### Dependencies

* **deps:** Upgrade coverage-tools to ubuntu 24.04
* **deps:** Upgrade golang to 1.22.2

## 0.59.0 (2024-05-02)


Expand Down
2 changes: 1 addition & 1 deletion images/coverage-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM ubuntu:20.04
FROM ubuntu:24.04

COPY install_apps /scripts/

Expand Down
2 changes: 1 addition & 1 deletion images/coverage-tools/install_apps
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function apt_update() {
function install_misc() {
DEBIAN_FRONTEND=noninteractive apt-get --quiet install -y --no-install-recommends \
google-perftools="2.*" \
lcov="1.*"
lcov="2.*"
}

function clean_debian() {
Expand Down
6 changes: 3 additions & 3 deletions images/install_go.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ function _golang_install_dir() {
function install_golang() {
declare -r _ARCH="$1"
declare -r FNAME=gobin.tar.gz
declare -r VERSION=1.20.4
declare -r VERSION=1.22.2
# shellcheck disable=SC2155
declare -r GO_INSTALL_DIR="$(_golang_install_dir)"
declare -r -A GO_HASHES=(
[amd64]="698ef3243972a51ddb4028e4a1ac63dc6d60821bf18e59a807e051fee0a385bd"
[arm64]="105889992ee4b1d40c7c108555222ca70ae43fccb42e20fbf1eebb822f5e72c6"
[amd64]="5901c52b7a78002aeff14a21f93e0f064f74ce1360fce51c6ee68cd471216a17"
[arm64]="36e720b2d564980c162a48c7e97da2e407dfcc4239e1e58d98082dfa2486a0c1"
)
declare -r GO_HASH=${GO_HASHES[${_ARCH}]}
if [[ -z ${GO_HASH} ]]; then
Expand Down
2 changes: 1 addition & 1 deletion tests/data/hashes/build-amazonlinux2
Original file line number Diff line number Diff line change
@@ -1 +1 @@
be3feaecca950e3351c87d7145a762ab96d7f6df535bb54b032a36d6e8d5367d
57ca4f2381a0fc193b0476663171c4d339b6ef66c0d1f1c24bb3f48d368b38ab
2 changes: 1 addition & 1 deletion tests/data/hashes/build-amazonlinux2023
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d265bebb0359d722218308664f95ed4e713f20b9bf6de0148ea942dd5663e402
8d01333fe93d2ac2102dd8360a58717724b7b594d51fe4e412ec20aae181efce
2 changes: 1 addition & 1 deletion tests/data/hashes/build-debian
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bdf3f349d7db3e83392b4144220c0c5da523a4ca4806621b0fd5325092b54c6e
c194dafd287978093f8fe6e16e981fb22028e37345e20a4d7ca84caa43f0d4c0
2 changes: 1 addition & 1 deletion tests/data/hashes/coverage-tools
Original file line number Diff line number Diff line change
@@ -1 +1 @@
76820b4e44af6dff7e4be27c76179037a6879494201defa1605df6697e842caf
b768060d602e2ed1b60573edfa6afad5379e96a9d6153cd721b2a0665075fe98
2 changes: 1 addition & 1 deletion tests/data/hashes/presubmit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
052b4c6a492ea8b0bafd04b20bc7fd862073514855315351603e5ee1fae29c8f
afaf1932764d07d480c4e833e6b08877f069abae87401bdac4782277c535a298
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.59.0
0.60.0

0 comments on commit b27f48f

Please sign in to comment.