Skip to content

Commit

Permalink
Merge pull request #978 from seriva/set-version-branch
Browse files Browse the repository at this point in the history
Set version nr and release date of 0.5.3
  • Loading branch information
seriva committed Mar 9, 2020
2 parents 4b8e1dd + 176a22b commit f5aae18
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG-0.5.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog 0.5

## [0.5.3] 2020-xx-xx
## [0.5.3] 2020-03-09

### Added

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Reference for actual cluster component versions can be found [here](docs/home/CO

### 0.5.x

- [CHANGELOG-0.5.3](./CHANGELOG-0.5.md#051-2020-xx-xx)
- [CHANGELOG-0.5.3](./CHANGELOG-0.5.md#051-2020-03-09)
- [CHANGELOG-0.5.2](./CHANGELOG-0.5.md#051-2020-02-17)
- [CHANGELOG-0.5.1](./CHANGELOG-0.5.md#051-2020-01-23)
- [CHANGELOG-0.5.0](./CHANGELOG-0.5.md#050-2020-01-17)
Expand Down
2 changes: 1 addition & 1 deletion core/src/epicli/Dockerfile-debian
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY /dist/ /epicli
WORKDIR /epicli

RUN apt-get update \
&& apt-get -y install gcc make musl-dev libffi-dev tar unzip
&& apt-get -y install gcc make musl-dev libffi-dev tar unzip openssh-client

RUN pip install epicli-${EPICLI_VERSION}-py3-none-any.whl

Expand Down
2 changes: 1 addition & 1 deletion core/src/epicli/cli/version.txt.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.2
0.5.3
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG BUILD_ID
FROM epicli:$BUILD_ID

RUN apt-get update \
&& apt-get -y install ruby-full openssh-client \
&& apt-get -y install ruby-full \
&& gem install serverspec rake rspec_junit_formatter

RUN ssh-keygen -q -t rsa -m PEM -N '' -f ~/.ssh/id_rsa
Expand Down

0 comments on commit f5aae18

Please sign in to comment.