Skip to content

Releases: armadaplatform/armada

2.13.7

12 Nov 11:08

Choose a tag to compare

2.13.7 (2025-11-12)

We do best effort to support docker versions 1.12.0 - 20.10.4 with this release.

  • fix Docker API version for Docker 29.0.0

2.13.5

23 Sep 10:57

Choose a tag to compare

2.13.5 (2025-09-23)

We do best effort to support docker versions 1.12.0 - 20.10.4 with this release.

  • fix in runner

2.13.3

12 Sep 13:43

Choose a tag to compare

2.13.3 (2025-09-12)

We do best effort to support docker versions 1.12.0 - 20.10.4 with this release.

  • Update Sentry integration to use modern sentry-sdk
  • Replace deprecated raven library with sentry-sdk[falcon] for better
  • Falcon 4.x compatibility and automatic error handling integration.

2.13.1

27 May 13:24

Choose a tag to compare

2.13.1 (2025-05-27)

We do best effort to support docker versions 1.12.0 - 20.10.4 with this release.

  • Updated Python dependencies to latest versions (colored, contextlib2, docker, falcon, paramiko, requests, urllib3, ujson, uwsgi)
  • Added support for Ubuntu Noble (24.04) microservice base images
  • Modified Docker client and API integration for compatibility with updated docker library
  • Enhanced ship management and version API functionality
  • Updated development commands and utilities
  • Improved gitignore configuration

2.11.43

06 Mar 16:00

Choose a tag to compare

2.11.43 (2025-03-06)

We do best effort to support docker versions 1.12.0 - 20.10.4 with this release.

2.11.41

18 Feb 17:14

Choose a tag to compare

2.11.41 (2025-02-18)

We do best effort to support docker versions 1.12.0 - 20.10.4 with this release.

2.11.31

18 Feb 16:15

Choose a tag to compare

2.11.31 (2025-02-18)

We do best effort to support docker versions 1.12.0 - 20.10.4 with this release.

2.11.17

18 Feb 13:55

Choose a tag to compare

2.11.17 (2025-02-18)

We do best effort to support docker versions 1.12.0 - 20.10.4 with this release.

2.11.3

10 Mar 10:48

Choose a tag to compare

2.11.3 (2021-03-10)

We do best effort to support docker versions 1.12.0 - 20.10.4 with this release.

Bug fixes

  • Fixed armada ssh command for docker >= 19.03.14.

2.11.2

02 Mar 12:11

Choose a tag to compare

2.11.2 (2021-03-02)

We do best effort to support docker versions 1.12.0 - 17.12.1 with this release.

Bug fixes

  • Fixed armada diagnose command for microservice_focal images on older armada versions
    by adding alias python --> python3 in those images.