Skip to content

Commit 3210fbc

Browse files
authored
updated ansible version as well as changed ansible to ansible-core (#3238)
in apropriate docker file. [sc-14721]
1 parent 29e041c commit 3210fbc

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# Default values if not already set
3-
ANSIBLE_VERSION ?= 2.9.*
3+
ANSIBLE_VERSION ?= 2.12.*
44
PGOROOT ?= $(CURDIR)
55
PGO_BASEOS ?= ubi8
66
BASE_IMAGE_OS ?= $(PGO_BASEOS)

build/pgo-deployer/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN if [ "$DFSET" = "centos" ] ; then \
1919
&& ${PACKAGER} -y install \
2020
--setopt=skip_missing_names_on_install=False \
2121
kubectl \
22-
ansible-${ANSIBLE_VERSION} \
22+
ansible-core-${ANSIBLE_VERSION} \
2323
which \
2424
gettext \
2525
nss_wrapper \
@@ -33,7 +33,7 @@ RUN if [ "$BASEOS" = "rhel7" ] ; then \
3333
--setopt=skip_missing_names_on_install=False \
3434
--enablerepo='rhel-7-server-ose-4.4-rpms' \
3535
openshift-clients \
36-
ansible-${ANSIBLE_VERSION} \
36+
ansible-core-${ANSIBLE_VERSION} \
3737
which \
3838
gettext \
3939
nss_wrapper \
@@ -47,7 +47,7 @@ RUN if [ "$BASEOS" = "ubi7" ] ; then \
4747
--setopt=skip_missing_names_on_install=False \
4848
--enablerepo='rhel-7-server-ose-4.4-rpms' \
4949
openshift-clients \
50-
ansible-${ANSIBLE_VERSION} \
50+
ansible-core-${ANSIBLE_VERSION} \
5151
which \
5252
gettext \
5353
nss_wrapper \
@@ -60,7 +60,7 @@ RUN if [ "$BASEOS" = "ubi8" ] ; then \
6060
&& ${PACKAGER} -y install \
6161
--enablerepo='rhocp-4.5-for-rhel-8-x86_64-rpms' \
6262
openshift-clients \
63-
ansible-${ANSIBLE_VERSION} \
63+
ansible-core-${ANSIBLE_VERSION} \
6464
which \
6565
gettext \
6666
nss_wrapper \

docs/content/releases/4.7.6.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ PostgreSQL Operator 4.7.6 release includes the following software versions upgra
1919
## Fixes
2020

2121
- The `pgo test` command now properly displays broken or pending replicas.
22+
- PostgreSQL version information is now properly parsed when upgrading PGO using the `pgo upgrade` command.

0 commit comments

Comments
 (0)