Skip to content

Releases: armadaplatform/armada

2.11.3

10 Mar 10:48
Compare
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
Compare
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.

2.11.1

11 Feb 09:42
Compare
Choose a tag to compare

2.11.1 (2021-02-11)

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

Bug fixes

  • Fix armada installation for docker >= 18.09.0.
  • Fix pip locale problems during armada installation.

2.11.0

02 Feb 12:10
a252ab5
Compare
Choose a tag to compare

2.11.0 (2021-01-29)

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

Features

Improvements

  • A new microservice_focal (ubuntu20.04) base image added. It's version bumped to 2.11.0.
  • A new microservice_python3_focal base image added (based on microservice_focal).
  • Armada built on top of the microservice_python3_focal base image. It's version bumped to 2.11.0.
  • Armada commands migrated to python3. Python2 dependency dropped.
  • Haproxy version upgraded from 1.8 to 2.2.
  • Dropping support for Amazon Linux 1.
  • RPM package of Armada works fine with Amazon Linux 2.

Bug fixes

  • Fix broken dependency (Falcon Json Middleware) for backend.
  • Allow binding armada to interfaces with more than one IP address.
  • Fix broken dependencies for armada-microservice.deb package. Bump version to 2.10.1.

2.10.0

31 Jan 10:23
Compare
Choose a tag to compare

2.10.0 (2019-01-31)

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

Improvements

  • Python3 version in base image microservice_python3 has been upgraded from python3.6 to python3.7.
  • Don't build deprecated microservice_python3.5.
  • Armada internal API is now running on python3.7.
  • By default don't show logs from garbage collector in microservice_node*

2.9.1

02 Nov 13:37
Compare
Choose a tag to compare

2.9.1 (2018-11-02)

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

Bug fixes

  • Fix microservice image not starting.

2.9.0

31 Oct 11:15
Compare
Choose a tag to compare

2.9.0 (2018-10-31)

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

Features

  • Add nodejs v10.x, remove unsupported v4.x version.

Bug fixes

  • Fix generating CONFIG_PATH on renamed microservices.

2.8.1

09 May 08:59
Compare
Choose a tag to compare

2.8.1 (2018-05-09)

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

Bug fixes

-Fix stopping/recovering services saved to KV-store using ship IP instead of name.

2.8.0

24 Apr 11:33
Compare
Choose a tag to compare

2.8.0 (2018-04-24)

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

Features

  • Added new microservice_flask base image
  • Added flask template

2.7.1

29 Mar 12:25
Compare
Choose a tag to compare

2.7.1 (2018-03-29)

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

Bug fixes

  • Fix pushing images to remote dockyards with passwords.