Skip to content

Commit b0ed31d

Browse files
author
Vlad Surugiu
committed
[RELEASE] - Release version 1.11.8
1 parent 4de48ad commit b0ed31d

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.11.7
2+
current_version = 1.11.8
33
commit = True
44
tag = True
55
tag_name = {new_version}

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ workon ops
143143
# uninstall previous `ops` version (if you have it)
144144
pip uninstall ops --yes
145145

146-
# install ops-cli v1.11.7 stable release
146+
# install ops-cli v1.11.8 stable release
147147
pip install --upgrade ops-cli
148148
```
149149

@@ -162,7 +162,7 @@ source ops/bin/activate
162162
# uninstall previous `ops` version (if you have it)
163163
pip uninstall ops --yes
164164

165-
# install ops-cli v1.11.7 stable release
165+
# install ops-cli v1.11.8 stable release
166166
pip2 install --upgrade ops-cli
167167
```
168168

@@ -178,7 +178,7 @@ You can try out `ops-cli`, by using docker. The docker image has all required pr
178178

179179
To start out a container, running the latest `ops-cli` docker image run:
180180
```sh
181-
docker run -it adobe/ops-cli:1.11.7 bash
181+
docker run -it adobe/ops-cli:1.11.8 bash
182182
```
183183

184184
After the container has started, you can start using `ops-cli`:

build_scripts/docker_push.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
set -e
33

44
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
5-
docker tag ops adobe/ops-cli:1.11.7
6-
docker push adobe/ops-cli:1.11.7
5+
docker tag ops adobe/ops-cli:1.11.8
6+
docker push adobe/ops-cli:1.11.8

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
_requires = [r for r in open(os.path.sep.join((_mydir, 'requirements.txt')), "r").read().split('\n') if len(r) > 1]
2424
setup(
2525
name='ops-cli',
26-
version='1.11.7',
26+
version='1.11.8',
2727
description='Ops - wrapper for Terraform, Ansible, and SSH for cloud automation',
2828
long_description=_readme + '\n\n',
2929
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)