File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11
22# Default values if not already set
3- ANSIBLE_VERSION ?= 2.9 .*
3+ ANSIBLE_VERSION ?= 2.12 .*
44PGOROOT ?= $(CURDIR )
55PGO_BASEOS ?= ubi8
66BASE_IMAGE_OS ?= $(PGO_BASEOS )
Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments