Prepare 1.53.0 release

This commit is contained in:
Oliver Smith 2023-05-17 20:45:59 +02:00
parent acb94beaf9
commit 6d0aa127d5
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
2 changed files with 3 additions and 2 deletions

View File

@ -15,7 +15,7 @@ from .helpers import mount
from .helpers import other
# pmbootstrap version
__version__ = "1.52.0"
__version__ = "1.53.0"
# Python version check
version = sys.version_info

View File

@ -26,7 +26,8 @@ arch_native = pmb.parse.arch.alpine_native()
# Update this frequently to prevent a MITM attack with an outdated version
# (which may contain a vulnerable apk/openssl, and allows an attacker to
# exploit the system!)
apk_tools_min_version = {"edge": "2.14.0_rc1-r0",
apk_tools_min_version = {"edge": "2.14.0-r5",
"v3.18": "2.14.0-r2",
"v3.17": "2.12.10-r1",
"v3.16": "2.12.9-r3",
"v3.15": "2.12.7-r3",