Skip to content

Commit

Permalink
Upgrade pg_analytics to 0.3.1 (#1139)
Browse files Browse the repository at this point in the history
Also build tembo-cli for `x86_64-unknown-linux-musl` with Rust 1.82; it
was failing with 1.76 due to an updated version in `Cargo.lock`.
Increment the tembo-cli version to trigger a new release.
  • Loading branch information
theory committed Jan 31, 2025
1 parent 3b27715 commit 8376462
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tembo_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- target: x86_64-unknown-linux-musl
asset_name: x86_64-linux
os: ubuntu-20.04
container: quay.io/tembo/muslrust:1.76.0-stable
container: quay.io/tembo/muslrust:1.82.0-stable
executable: tembo
- target: aarch64-unknown-linux-musl
asset_name: aarch64-linux
Expand Down
2 changes: 1 addition & 1 deletion tembo-cli/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-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
workspace = { members = ["temboclient", "tembodataclient"] }
[package]
name = "tembo-cli"
version = "0.21.0"
version = "0.21.1"
edition = "2021"
authors = ["Tembo.io"]
description = "The CLI for Tembo"
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.25.0"
version = "0.25.1"
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 @@ -41,7 +41,7 @@ trunk_installs:
- name: pg_later
version: 0.3.0
- name: pg_analytics
version: 0.2.3
version: 0.3.1
- name: pg_parquet
version: 0.2.0
- name: postgres_fdw
Expand Down Expand Up @@ -98,7 +98,7 @@ extensions:
locations:
- database: postgres
enabled: true
version: 0.2.3
version: 0.3.1
- name: pg_parquet
description: pg_parquet
locations:
Expand Down
4 changes: 2 additions & 2 deletions tembo-stacks/src/stacks/specs/paradedb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ trunk_installs:
- name: pg_stat_statements
version: 1.11.0
- name: pg_analytics
version: 0.2.3
version: 0.3.1
- name: pg_search
version: 0.14.1
- name: pg_cron
Expand Down Expand Up @@ -67,7 +67,7 @@ extensions:
locations:
- database: postgres
enabled: true
version: 0.2.3
version: 0.3.1
- name: pg_ivm
locations:
- database: postgres
Expand Down

0 comments on commit 8376462

Please sign in to comment.