Skip to content

Commit

Permalink
Release timeseries 0.1.6/IVM
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmp85 committed Sep 26, 2024
1 parent 4ea4227 commit d5a1b4e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
3 changes: 2 additions & 1 deletion inference-gateway/docker/Dockerfile.postgres
Original file line number Diff line number Diff line change
@@ -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.0
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
Expand Down
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.16.2"
version = "0.16.3"
authors = ["tembo.io"]
edition = "2021"
license = "Apache-2.0"
Expand Down
12 changes: 10 additions & 2 deletions tembo-stacks/src/stacks/specs/timeseries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0
- name: pg_partman
version: 5.0.1
- name: pg_stat_statements
Expand All @@ -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
Expand Down

0 comments on commit d5a1b4e

Please sign in to comment.