Skip to content

Releases: Scalr/runner

0.4.2

25 Jun 13:10
0e0d45e

Choose a tag to compare

Changed

  • git-lfs: use custom-built binary with patched Go dependencies.

Full Changelog: 0.4.0...0.4.2

0.4.0

26 May 13:43
4b04826

Choose a tag to compare

Added

  • Added new scalr/runner:x.y.z-slim image 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-slim snapshot to sha256:b6e2a152f22a40ff69d92cb397223c906017e1391a73c952b588e51af8883bf8.

Full Changelog: 0.3.0...0.4.0

0.3.0

13 Apr 13:58
c29899a

Choose a tag to compare

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-slim snapshot 2026-01-122026-04-06

Full Changelog: 0.2.0...0.3.0

0.2.0

19 Jan 15:07
8175ada

Choose a tag to compare

  • 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

15 Jan 13:32
d6a0751

Choose a tag to compare

Added scalr scalr user (1000:1000) to Docker image.

0.1.4

12 Jun 14:02
b5fb500

Choose a tag to compare

Changes

Switch to the standalone Python build. The Python installation in this image is compatible with scalr-agent versions 0.48.0 and above.

0.1.3

10 Jun 13:52
cc31884

Choose a tag to compare

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