Skip to content

Commit

Permalink
[RELEASE] - Version 0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
amuraru committed May 3, 2019
1 parent d362a19 commit c799647
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ RUN helm init --client-only
RUN pip2 install -U virtualenv
RUN virtualenv ops
RUN source ops/bin/activate
RUN pip2 install --upgrade https://github.com/adobe/ops-cli/releases/download/0.28/ops-0.28.tar.gz
RUN pip2 install --upgrade https://github.com/adobe/ops-cli/releases/download/0.29/ops-0.29.tar.gz
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ pip2 install -U virtualenv
virtualenv ops
source ops/bin/activate

# install opswrapper v0.28 stable release
pip2 install --upgrade https://github.com/adobe/ops-cli/releases/download/0.28/ops-0.28.tar.gz
# install opswrapper v0.29 stable release
pip2 install --upgrade https://github.com/adobe/ops-cli/releases/download/0.29/ops-0.29.tar.gz

# Optionally, install terraform to be able to access terraform plugin
# See https://www.terraform.io/intro/getting-started/install.html
Expand All @@ -99,7 +99,7 @@ You can try out `ops-cli`, by using docker. The docker image has all required pr

To start out a container, running the latest `ops-cli` docker image run:
```sh
docker run -it costimuraru/ops-cli:0.28 bash
docker run -it costimuraru/ops-cli:0.29 bash
```

After the container has started, you can start using `ops-cli`:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
_requires = [ r for r in open(os.path.sep.join((_mydir,'requirements.txt')), "r").read().split('\n') if len(r)>1 ]
setup(
name='ops',
version='0.28',
version='0.29',
description='Ops simple wrapper',
author='Adobe',
author_email='noreply@adobe.com',
Expand Down

0 comments on commit c799647

Please sign in to comment.