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 pg_search and pg_analytics #1014

Merged
merged 2 commits into from
Oct 17, 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
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.17.1"
version = "0.17.2"
authors = ["tembo.io"]
edition = "2021"
license = "Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions tembo-stacks/src/stacks/specs/analytics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ trunk_installs:
- name: pg_cron
version: 1.6.2
- name: pg_analytics
version: 0.1.4
version: 0.2.1
extensions:
- name: pg_stat_statements
locations:
Expand All @@ -58,4 +58,4 @@ extensions:
locations:
- database: postgres
enabled: true
version: 0.1.2
version: 0.2.1
8 changes: 4 additions & 4 deletions tembo-stacks/src/stacks/specs/paradedb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ trunk_installs:
- name: pg_stat_statements
version: 1.10.0
- name: pg_analytics
version: 0.1.4
version: 0.2.1
- name: pg_search
version: 0.10.3
version: 0.11.0
- name: pg_cron
version: 1.6.2
- name: pgvector
Expand All @@ -50,7 +50,7 @@ extensions:
locations:
- database: postgres
enabled: true
version: 0.10.3
version: 0.11.0
- name: vector
locations:
- database: postgres
Expand All @@ -66,7 +66,7 @@ extensions:
locations:
- database: postgres
enabled: true
version: 0.1.2
version: 0.2.1
- name: pg_ivm
locations:
- database: postgres
Expand Down