Skip to content

Commit

Permalink
Release version 2.10.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cerebro committed Jan 31, 2019
1 parent 7b760fc commit 018549f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## Unreleased
## 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`.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN /opt/armada-docker/armada_backend/scripts/setup_ssh.sh
RUN ln -s /opt/armada-docker/microservice_templates /opt/templates
RUN ln -s /opt/armada-docker/packaging/bin/armada /usr/local/bin/armada

ENV ARMADA_VERSION 2.9.1
ENV ARMADA_VERSION 2.10.0
RUN echo __version__ = \"armada ${ARMADA_VERSION}\" > /opt/armada-docker/armada_command/_version.py

ENV PYTHONPATH /opt/armada-docker:$PYTHONPATH
Expand Down
2 changes: 1 addition & 1 deletion docker-containers/microservice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV LANG='C.UTF-8' LC_ALL='C.UTF-8'
ENV DISTRIB_CODENAME=xenial DISTRIB_RELEASE=16.04
ENV CONFIG_DIR config

ENV MICROSERVICE_VERSION 2.9.1
ENV MICROSERVICE_VERSION 2.10.0

RUN apt-get update
RUN apt-get upgrade -y
Expand Down

0 comments on commit 018549f

Please sign in to comment.