Skip to content

Commit bb32ce2

Browse files
committed
Update timeseries stack extensions (#1103)
Necessary to support Postgres 17, though it cannot be used until pg_tier is updated.
1 parent d06749a commit bb32ce2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

tembo-stacks/src/stacks/specs/timeseries.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@ postgres_config:
3030
value: logical
3131
trunk_installs:
3232
- name: pg_timeseries
33-
version: 0.1.6
33+
version: 0.1.7
3434
- name: hydra_columnar
3535
version: 1.1.1
3636
- name: pg_cron
37-
version: 1.6.2
37+
version: 1.6.4
3838
- name: tembo_ivm
3939
version: 1.9.1
4040
- name: pg_partman
41-
version: 5.0.1
41+
version: 5.2.2
4242
- name: pg_stat_statements
43-
version: 1.10.0
43+
version: 1.11.0
4444
- name: parquet_s3_fdw
4545
version: 1.1.0
4646
- name: pg_tier
@@ -55,13 +55,13 @@ extensions:
5555
locations:
5656
- database: postgres
5757
enabled: true
58-
version: 5.0.1
58+
version: 5.2.2
5959
- name: pg_cron
6060
description: pg_cron
6161
locations:
6262
- database: postgres
6363
enabled: true
64-
version: 1.6.2
64+
version: 1.6.4
6565
- name: pg_ivm
6666
description: pg_ivm
6767
locations:
@@ -77,7 +77,7 @@ extensions:
7777
locations:
7878
- database: postgres
7979
enabled: true
80-
version: 1.10.0
80+
version: 1.11.0
8181
- name: parquet_s3_fdw
8282
locations:
8383
- database: postgres

0 commit comments

Comments
 (0)