Skip to content

Commit

Permalink
Update to TimescaleDB 2.12.1 (#423)
Browse files Browse the repository at this point in the history
* Add TimescaleDB 2.12.1

* Remove Patroni patch

The problem has been fixed in the new release of Patroni
  • Loading branch information
alexeyklyukin authored Oct 12, 2023
1 parent 298a3ec commit a63e19c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ COPY --chown=postgres:postgres build_scripts /build/scripts/
# This need to be done after the PostgreSQL packages have been installed,
# to ensure we have the preferred libpq installations etc.
RUN apt-get install -y python3-etcd python3-requests python3-pystache python3-kubernetes python3-pysyncobj patroni
RUN cd /usr/lib/python3/dist-packages/patroni && git apply /build/scripts/patroni_issue_2837.patch

RUN apt-get install -y timescaledb-tools

Expand Down
12 changes: 0 additions & 12 deletions build_scripts/patroni_issue_2837.patch

This file was deleted.

2 changes: 2 additions & 0 deletions build_scripts/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ timescaledb:
2.11.2:
2.12.0:
pg-min: 13
2.12.1:
pg-min: 13

promscale:
0.5.0:
Expand Down

0 comments on commit a63e19c

Please sign in to comment.