Skip to content

Commit f523fd8

Browse files
Merge pull request #145 from bradmwilliams/ocp-1.0.20
Preparing version 1.0.20
2 parents da86e47 + fd34ce1 commit f523fd8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ansible/rebuild_module.digest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
c5673e31caac351fcbb7328e3c33868b -
1+
d2800ec0e827b83a8423e15704e7699f -

ansible/roles/openshift_client_python/library/openshift_client_python.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

images/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.ci.openshift.org/origin/4.13:cli as cli
1+
FROM registry.ci.openshift.org/origin/4.16:cli as cli
22

33
FROM registry.ci.openshift.org/origin/centos:stream8
44
LABEL maintainer="[email protected]"

packages/openshift/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from .ansible import ansible
1313

1414
# Single source for module version
15-
__VERSION__ = '1.0.19'
15+
__VERSION__ = '1.0.20'
1616

1717
null = None # Allow scripts to specify null in object definitions
1818

0 commit comments

Comments
 (0)