Skip to content

Commit

Permalink
Upgrade search stack with v0.9.4 pg_search (#944)
Browse files Browse the repository at this point in the history
  • Loading branch information
shhnwz authored Sep 6, 2024
1 parent cf0d7b4 commit c831c8a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions tembo-operator/yaml/sample-search.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
- name: pg_stat_statements
version: 1.10.0
- name: pg_search
version: 0.7.6
version: 0.9.4
extensions:
- name: pg_stat_statements
locations:
Expand All @@ -49,7 +49,7 @@ spec:
locations:
- database: postgres
enabled: true
version: 0.7.6
version: 0.9.4
runtime_config:
- name: shared_buffers
value: 512MB
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.15.4"
version = "0.15.5"
authors = ["tembo.io"]
edition = "2021"
license = "Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions tembo-stacks/src/stacks/specs/search.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ trunk_installs:
- name: pg_stat_statements
version: 1.10.0
- name: pg_search
version: 0.7.6
version: 0.9.4
extensions:
- name: pg_stat_statements
locations:
Expand All @@ -52,4 +52,4 @@ extensions:
locations:
- database: postgres
enabled: true
version: 0.7.6
version: 0.9.4

0 comments on commit c831c8a

Please sign in to comment.