diff --git a/inference-gateway/docker/Dockerfile.postgres b/inference-gateway/docker/Dockerfile.postgres index d64e25f6e..825571d75 100644 --- a/inference-gateway/docker/Dockerfile.postgres +++ b/inference-gateway/docker/Dockerfile.postgres @@ -1,7 +1,8 @@ FROM quay.io/tembo/tembo-local -RUN trunk install pg_timeseries --version 0.1.5 +RUN trunk install pg_timeseries --version 0.1.6 RUN trunk install pg_cron --version 1.6.2 +RUN trunk install tembo_ivm --version 1.9 RUN trunk install pg_partman --version 5.0.1 RUN trunk install postgres_fdw --version 1.1.0 RUN trunk install pgmq --version 1.3.3 diff --git a/tembo-stacks/Cargo.lock b/tembo-stacks/Cargo.lock index bf67e71be..e7bcfbeaf 100644 --- a/tembo-stacks/Cargo.lock +++ b/tembo-stacks/Cargo.lock @@ -2471,7 +2471,7 @@ dependencies = [ [[package]] name = "tembo-stacks" -version = "0.16.2" +version = "0.16.3" dependencies = [ "anyhow", "clap", diff --git a/tembo-stacks/Cargo.toml b/tembo-stacks/Cargo.toml index 5c2ca9a55..6206a76f3 100644 --- a/tembo-stacks/Cargo.toml +++ b/tembo-stacks/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tembo-stacks" description = "Tembo Stacks for Postgres" -version = "0.16.2" +version = "0.16.3" authors = ["tembo.io"] edition = "2021" license = "Apache-2.0" diff --git a/tembo-stacks/src/stacks/specs/timeseries.yaml b/tembo-stacks/src/stacks/specs/timeseries.yaml index 1219ead94..8c6e61e1b 100644 --- a/tembo-stacks/src/stacks/specs/timeseries.yaml +++ b/tembo-stacks/src/stacks/specs/timeseries.yaml @@ -29,11 +29,13 @@ postgres_config: value: logical trunk_installs: - name: pg_timeseries - version: 0.1.5 + version: 0.1.6 - name: hydra_columnar version: 1.1.1 - name: pg_cron version: 1.6.2 + - name: tembo_ivm + version: 1.9 - name: pg_partman version: 5.0.1 - name: pg_stat_statements @@ -59,11 +61,17 @@ extensions: - database: postgres enabled: true version: 1.6.2 + - name: pg_ivm + description: pg_ivm + locations: + - database: postgres + enabled: true + version: 1.9 - name: timeseries locations: - database: postgres enabled: true - version: 0.1.5 + version: 0.1.6 - name: pg_stat_statements locations: - database: postgres