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

Release timeseries 0.1.6/IVM #982

Merged
merged 1 commit into from
Sep 30, 2024
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
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.1
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.1
- 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
Loading