Skip to content

Commit

Permalink
chore: bump pg_tle version to 1.3.2 (#819)
Browse files Browse the repository at this point in the history
* chore: bump pg_tle version to 1.3.2

* chore: install libkrb5-dev to build latest pg_tle in orioledb Dockerfile

---------

Co-authored-by: Div Arora <[email protected]>
  • Loading branch information
imor and darora authored Jan 18, 2024
1 parent 74c6635 commit 23fe09f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ARG pgroonga_release=2.4.0
ARG wrappers_release=0.2.0
ARG hypopg_release=1.3.1
ARG pgvector_release=0.4.0
ARG pg_tle_release=1.0.3
ARG pg_tle_release=1.3.2
ARG supautils_release=1.9.0
ARG wal_g_release=2.0.1

Expand Down Expand Up @@ -764,6 +764,7 @@ RUN tar -xvf /tmp/pg_tle.tar.gz -C /tmp && \
rm -rf /tmp/pg_tle.tar.gz
RUN apt-get update && apt-get install -y --no-install-recommends \
flex \
libkrb5-dev \
&& rm -rf /var/lib/apt/lists/*
# Build from source
WORKDIR /tmp/pg_tle-${pg_tle_release}
Expand Down
4 changes: 2 additions & 2 deletions ansible/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,5 @@ hypopg_release_checksum: sha256:e7f01ee0259dc1713f318a108f987663d60f3041948c2ada
pgvector_release: "0.5.1"
pgvector_release_checksum: sha256:cc7a8e034a96e30a819911ac79d32f6bc47bdd1aa2de4d7d4904e26b83209dc8

pg_tle_release: "1.0.4"
pg_tle_release_checksum: sha256:679559584d83fb629c3b56825849fca4ff1fa3355b350aaaf8aa0b7b3460b08a
pg_tle_release: "1.3.2"
pg_tle_release_checksum: sha256:d04f72d88b21b954656609743560684ac42645b64a36c800d4d2f84d1f180de1
2 changes: 1 addition & 1 deletion common.vars.pkr.hcl
Original file line number Diff line number Diff line change
@@ -1 +1 @@
postgres-version = "15.1.1.3"
postgres-version = "15.1.1.4"
3 changes: 2 additions & 1 deletion docker/orioledb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ARG pgroonga_release=2.4.0
ARG wrappers_release=0.2.0
ARG hypopg_release=1.3.1
ARG pgvector_release=0.4.0
ARG pg_tle_release=1.0.3
ARG pg_tle_release=1.3.2
ARG supautils_release=1.9.0
ARG wal_g_release=2.0.1

Expand Down Expand Up @@ -871,6 +871,7 @@ RUN tar -xvf /tmp/pg_tle.tar.gz -C /tmp && \
rm -rf /tmp/pg_tle.tar.gz
RUN apt-get update && apt-get install -y --no-install-recommends \
flex \
libkrb5-dev \
&& rm -rf /var/lib/apt/lists/*
# Build from source
WORKDIR /tmp/pg_tle-${pg_tle_release}
Expand Down

0 comments on commit 23fe09f

Please sign in to comment.