Releases: armadaplatform/armada
2.11.3
2.11.2
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 formicroservice_focal
images on older armada versions
by adding aliaspython
-->python3
in those images.
2.11.1
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
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 to2.11.0
. - A new
microservice_python3_focal
base image added (based onmicroservice_focal
). - Armada built on top of the
microservice_python3_focal
base image. It's version bumped to2.11.0
. - Armada commands migrated to python3. Python2 dependency dropped.
Haproxy
version upgraded from1.8
to2.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 to2.10.1
.
2.10.0
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 frompython3.6
topython3.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
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
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 unsupportedv4.x
version.
Bug fixes
- Fix generating
CONFIG_PATH
on renamed microservices.
2.8.1
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
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
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.