Skip to content

Commit

Permalink
pg_vectorize release (#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHend authored Jan 30, 2024
1 parent 4356a79 commit 3e43523
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion conductor/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-operator/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-operator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "controller"
description = "Tembo Operator for Postgres"
version = "0.31.7"
version = "0.31.8"
edition = "2021"
default-run = "controller"
license = "Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions tembo-operator/src/stacks/templates/machine_learning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ trunk_installs:
- name: pgmq
version: 1.1.1
- name: vectorize
version: 0.8.1
version: 0.9.0
- name: pg_later
version: 0.0.11
- name: plpython3u
Expand Down Expand Up @@ -81,7 +81,7 @@ extensions:
locations:
- database: postgres
enabled: true
version: 0.8.1
version: 0.9.0
- name: pg_later
locations:
- database: postgres
Expand Down
4 changes: 2 additions & 2 deletions tembo-operator/src/stacks/templates/vectordb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ trunk_installs:
- name: pgmq
version: 1.1.1
- name: vectorize
version: 0.8.1
version: 0.9.0
- name: pgvector
version: 0.6.0
- name: pg_stat_statements
Expand All @@ -73,7 +73,7 @@ extensions:
locations:
- database: postgres
enabled: true
version: 0.8.1
version: 0.9.0
- name: pg_stat_statements
locations:
- database: postgres
Expand Down

0 comments on commit 3e43523

Please sign in to comment.