Skip to content

Commit

Permalink
Release 0.42.1 (2023-08-14)
Browse files Browse the repository at this point in the history
### Bug Fixes

* Revert override of /usr/bin/python links in build-amazonlinux2

Bug: N/A
Change-Id: I66f2636aa1098034793cec11eda54b6f7773f899
GitOrigin-RevId: 16fbcc0def9294f9a98d2f894e0827412f81d369
  • Loading branch information
Privacy Sandbox Team authored and pmeric committed Aug 14, 2023
1 parent 91e7e7f commit ce2d4ef
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 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.42.1 (2023-08-14)


### Bug Fixes

* Revert override of /usr/bin/python links in build-amazonlinux2

## 0.42.0 (2023-08-07)


Expand Down
2 changes: 0 additions & 2 deletions images/build-amazonlinux2/install_apps
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ function install_python() {
mkdir -p /opt/bin
update-alternatives \
--install /opt/bin/python3 python3-opt /usr/bin/python3.8 100 \
--slave /usr/bin/python3 python3-usr /usr/bin/python3.8 \
--slave /usr/bin/python python-usr /usr/bin/python3.8 \
--slave /opt/bin/python python /usr/bin/python3.8

}
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 @@
4965408b8cb84bb5e0d36dba37e860f0877f6da60342411fb746a5911a02391c
7ecd31d8ca27e17acf475eee1fdf719e60310bf63920974294f2ad8bf87f014c
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.42.0
0.42.1

0 comments on commit ce2d4ef

Please sign in to comment.