Skip to content

Commit

Permalink
Update analytic stack extensions
Browse files Browse the repository at this point in the history
Make them the latest versions, the better to support Potgres 17.
  • Loading branch information
theory committed Dec 20, 2024
1 parent 36b527d commit 0f9e236
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions conductor/Cargo.lock

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

22 changes: 11 additions & 11 deletions tembo-stacks/src/stacks/specs/analytics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,21 @@ trunk_installs:
- name: hydra_columnar
version: 1.1.1
- name: pg_stat_statements
version: 1.10.0
version: 1.11.0
- name: pg_partman
version: 5.0.1
version: 5.2.2
- name: pg_cron
version: 1.6.2
version: 1.6.4
- name: pg_later
version: 0.3.0
- name: pg_analytics
version: 0.2.1
version: 0.2.3
- name: pg_parquet
version: 0.2.0
- name: postgres_fdw
version: 1.1.0
- name: wrappers
version: 0.4.2
version: 0.4.3
extensions:
- name: columnar
locations:
Expand All @@ -58,23 +58,23 @@ extensions:
locations:
- database: postgres
enabled: true
version: 0.1.1
version: 0.3.0
- name: pg_stat_statements
locations:
- database: postgres
enabled: true
version: 1.10.0
version: 1.11.0
- name: pg_partman
locations:
- database: postgres
enabled: true
version: 5.0.1
version: 5.2.2
- name: pg_cron
description: pg_cron
locations:
- database: postgres
enabled: true
version: 1.6.2
version: 1.6.4
- name: postgres_fdw
description: postgres_fdw
locations:
Expand All @@ -86,13 +86,13 @@ extensions:
locations:
- database: postgres
enabled: true
version: 0.4.2
version: 0.4.3
- name: pg_analytics
description: pg_analytics
locations:
- database: postgres
enabled: true
version: 0.2.1
version: 0.2.3
- name: pg_parquet
description: pg_parquet
locations:
Expand Down

0 comments on commit 0f9e236

Please sign in to comment.