Skip to content

Commit

Permalink
Bump wal-g version to v2.0.0-rc1
Browse files Browse the repository at this point in the history
This enables support for eks iam role authentication.

See:

- wal-g/wal-g#1209
- zalando/postgres-operator#1124 (comment)
  • Loading branch information
Jasper-Ben committed Apr 27, 2022
1 parent 29fb0d9 commit cb60498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres-appliance/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
# Install patroni, wal-e and wal-g
ENV PATRONIVERSION=2.1.1
ENV WALE_VERSION=1.1.1
ENV WALG_VERSION=v1.1
ENV WALG_VERSION=v2.0.0-rc1
RUN export DEBIAN_FRONTEND=noninteractive \
&& set -ex \
&& BUILD_PACKAGES="python3-pip python3-wheel python3-dev git patchutils binutils" \
Expand Down

0 comments on commit cb60498

Please sign in to comment.