diff --git a/CHANGELOG.md b/CHANGELOG.md index 81a361b..58572a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## Unreleased + +## Added + +Set `ENV PIP_BREAK_SYSTEM_PACKAGES=1` within the Dockerfile to enable system-wide Python package installations by default, bypassing the externally-managed-environment error (PEP 668). This removes the need to explicitly use --break-system-packages or initialize a virtual environment for global pip installs during the image build process. + +## Updated + +Kubectl: from v1.33.0 to v1.33.1 +Google Cloud CLI (gcloud): from 519.0.0 to 525.0.0 +AWS CLI: from 2.27.1 to 2.27.32 +Azure CLI: from 2.71.0 to 2.74.0 +Scalr CLI: from 0.17.0 to 0.17.1 + ## [0.1.2](https://github.com/Scalr/runner/tree/0.1.2) (2025-05-07) [Full Changelog](https://github.com/Scalr/runner/compare/0.1.1...0.1.2) @@ -16,6 +30,4 @@ - SCALRCORE-34486 \> Basic Repository Setup [\#1](https://github.com/Scalr/runner/pull/1) ([artemvang](https://github.com/artemvang)) - - \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* diff --git a/Dockerfile b/Dockerfile index 8288211..78030a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,6 +32,10 @@ RUN <