Skip to content

Commit d0dae0d

Browse files
committed
Update timeseries stack extensions (#1103)
Necessary to support Postgres 17, though it cannot be used until pg_tier and columnar are updated. Therefore remove the Postgres 17 config, which has yet to work.
1 parent eea3b83 commit d0dae0d

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

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

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ images:
66
14: "standard-cnpg:14-35b0240"
77
15: "standard-cnpg:15-35b0240"
88
16: "standard-cnpg:16-35b0240"
9-
17: "standard-cnpg:17-35b0240"
109
stack_version: 0.1.0
1110
postgres_config_engine: olap
1211
postgres_config:
@@ -30,17 +29,17 @@ postgres_config:
3029
value: logical
3130
trunk_installs:
3231
- name: pg_timeseries
33-
version: 0.1.6
32+
version: 0.1.7
3433
- name: hydra_columnar
3534
version: 1.1.1
3635
- name: pg_cron
37-
version: 1.6.2
36+
version: 1.6.4
3837
- name: tembo_ivm
3938
version: 1.9.1
4039
- name: pg_partman
41-
version: 5.0.1
40+
version: 5.2.4
4241
- name: pg_stat_statements
43-
version: 1.10.0
42+
version: 1.11.0
4443
- name: parquet_s3_fdw
4544
version: 1.1.0
4645
- name: pg_tier
@@ -55,13 +54,13 @@ extensions:
5554
locations:
5655
- database: postgres
5756
enabled: true
58-
version: 5.0.1
57+
version: 5.2.4
5958
- name: pg_cron
6059
description: pg_cron
6160
locations:
6261
- database: postgres
6362
enabled: true
64-
version: 1.6.2
63+
version: 1.6.4
6564
- name: pg_ivm
6665
description: pg_ivm
6766
locations:
@@ -77,7 +76,7 @@ extensions:
7776
locations:
7877
- database: postgres
7978
enabled: true
80-
version: 1.10.0
79+
version: 1.11.0
8180
- name: parquet_s3_fdw
8281
locations:
8382
- database: postgres

0 commit comments

Comments
 (0)