Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update timeseries stack extensions #1103

Merged
merged 1 commit into from
Jan 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tembo-stacks/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tembo-stacks/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tembo-stacks"
description = "Tembo Stacks for Postgres"
version = "0.23.8"
version = "0.23.9"
authors = ["tembo.io"]
edition = "2021"
license = "Apache-2.0"
Expand Down
15 changes: 7 additions & 8 deletions tembo-stacks/src/stacks/specs/timeseries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ images:
14: "standard-cnpg:14-35b0240"
15: "standard-cnpg:15-35b0240"
16: "standard-cnpg:16-35b0240"
17: "standard-cnpg:17-35b0240"
stack_version: 0.1.0
postgres_config_engine: olap
postgres_config:
Expand All @@ -30,17 +29,17 @@ postgres_config:
value: logical
trunk_installs:
- name: pg_timeseries
version: 0.1.6
version: 0.1.7
- name: hydra_columnar
version: 1.1.1
- name: pg_cron
version: 1.6.2
version: 1.6.4
- name: tembo_ivm
version: 1.9.1
- name: pg_partman
version: 5.0.1
version: 5.2.4
- name: pg_stat_statements
version: 1.10.0
version: 1.11.0
- name: parquet_s3_fdw
version: 1.1.0
- name: pg_tier
Expand All @@ -55,13 +54,13 @@ extensions:
locations:
- database: postgres
enabled: true
version: 5.0.1
version: 5.2.4
- name: pg_cron
description: pg_cron
locations:
- database: postgres
enabled: true
version: 1.6.2
version: 1.6.4
- name: pg_ivm
description: pg_ivm
locations:
Expand All @@ -77,7 +76,7 @@ extensions:
locations:
- database: postgres
enabled: true
version: 1.10.0
version: 1.11.0
- name: parquet_s3_fdw
locations:
- database: postgres
Expand Down
Loading