Releases: Scalr/runner
Releases · Scalr/runner
0.4.2
0.4.0
Added
- Added new
scalr/runner:x.y.z-slimimage variant.
Changed
- Updated Python: 3.14.4→ 3.15.4
- Updated CLI tools to latest versions:
- kubectl: v1.35.3 → 1.36.1
- gcloud: 564.0.0→ 569.0.0
- aws: 2.34.29 → 2.34.53
- azure: 2.85.0 → 2.86.0
- scalr: 0.17.8 → 0.18.0
- Updated base image:
debian:trixie-slimsnapshot to sha256:b6e2a152f22a40ff69d92cb397223c906017e1391a73c952b588e51af8883bf8.
Full Changelog: 0.3.0...0.4.0
0.3.0
What's Changed
- Updated Python: 3.13.3 → 3.14.4
- Updated CLI tools to latest versions:
- kubectl: v1.35.0 → v1.35.3
- gcloud: 552.0.0 → 564.0.0
- aws: 2.33.2 → 2.34.29
- azure: 2.82.0 → 2.85.0
- scalr: 0.17.6 → 0.17.8
- Updated base image:
debian:trixie-slimsnapshot2026-01-12→2026-04-06
Full Changelog: 0.2.0...0.3.0
0.2.0
- Updated dependencies:
- kubectl: v1.33.1 -> v1.35.0
- gcloud: 525.0.0 -> 552.0.0
- aws_cli: 2.27.32 -> 2.33.2
- azure_cli: 2.74.0 -> 2.82.0
- scalr_cli: 0.17.1 -> 0.17.6
- python: 3.13.3 -> 3.13.11
- Added scalr/runner:x.y.z-python3.9 variant, backward compatible with deprecated https://github.com/Scalr/taco-runner-image pipeline.
0.1.5
0.1.4
0.1.3
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