diff --git a/.github/workflows/cargo-test.yaml b/.github/workflows/cargo-test.yaml index 85ba34c99..afe4088ac 100644 --- a/.github/workflows/cargo-test.yaml +++ b/.github/workflows/cargo-test.yaml @@ -63,6 +63,8 @@ jobs: - name: Cargo format and clippy run: | set -xe + sudo apt-get update + sudo apt-get install -y build-essential cd ${{ matrix.path }} cargo --version cargo fmt --all --check @@ -88,7 +90,7 @@ jobs: run: | set -xe sudo apt-get update - sudo apt-get install -y pkg-config libssl-dev lsb-release wget + sudo apt-get install -y pkg-config libssl-dev lsb-release wget build-essential sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list' wget -qO- https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo tee /etc/apt/trusted.gpg.d/pgdg.asc &>/dev/null sudo apt-get update && sudo apt-get install -y postgresql-client diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2920e33a2..0915bcb75 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -57,7 +57,7 @@ jobs: with: repository: tembo-io/tembo path: ./.tembo - ref: 3714d336a0efdfc82234db7ccb708ecf80346e84 + ref: 9be38d643b2451325dc98807e190b02d50a96db0 - name: Determine which tags to publish id: tags run: | @@ -118,4 +118,4 @@ jobs: ssh_key: ${{ secrets.SERVICE_USER_GITHUB_SSH_KEY }} branch: ${{ matrix.branch }} version: ${{ needs.find_directories.outputs.short_sha }} - subdirectory: ${{ matrix.subdirectory }} \ No newline at end of file + subdirectory: ${{ matrix.subdirectory }} diff --git a/.github/workflows/helm-test.yaml b/.github/workflows/helm-test.yaml index a6e6a686b..63998cbed 100644 --- a/.github/workflows/helm-test.yaml +++ b/.github/workflows/helm-test.yaml @@ -2,9 +2,9 @@ name: Lint/Test Helm charts on: pull_request: - branches: [ "main" ] + branches: ["main"] paths: - - 'charts/**' + - "charts/**" jobs: find_directories: @@ -20,7 +20,7 @@ jobs: with: repository: tembo-io/tembo path: ./.tembo - ref: 84664df742ce9774a3029e08111940f9f1fb345e + ref: 9be38d643b2451325dc98807e190b02d50a96db0 - name: Find directories with Chart.yaml that changed id: find_directories uses: ./.tembo/.github/actions/find-changed-directories @@ -43,7 +43,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - path: 'code' + path: "code" - name: Fetch main branch run: | diff --git a/conductor/Cargo.lock b/conductor/Cargo.lock index b4a3e48ad..556ffb787 100644 --- a/conductor/Cargo.lock +++ b/conductor/Cargo.lock @@ -874,7 +874,7 @@ checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" [[package]] name = "controller" -version = "0.50.0" +version = "0.50.2" dependencies = [ "actix-web", "anyhow", diff --git a/tembo-stacks/Cargo.lock b/tembo-stacks/Cargo.lock index 18a03604d..2df1d2807 100644 --- a/tembo-stacks/Cargo.lock +++ b/tembo-stacks/Cargo.lock @@ -2471,7 +2471,7 @@ dependencies = [ [[package]] name = "tembo-stacks" -version = "0.17.1" +version = "0.17.2" dependencies = [ "anyhow", "clap", diff --git a/tembo-stacks/Cargo.toml b/tembo-stacks/Cargo.toml index 3bd0d6eb7..9dd30d119 100644 --- a/tembo-stacks/Cargo.toml +++ b/tembo-stacks/Cargo.toml @@ -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" diff --git a/tembo-stacks/src/stacks/specs/analytics.yaml b/tembo-stacks/src/stacks/specs/analytics.yaml index 2669b93a5..32226b3ff 100644 --- a/tembo-stacks/src/stacks/specs/analytics.yaml +++ b/tembo-stacks/src/stacks/specs/analytics.yaml @@ -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: @@ -58,4 +58,4 @@ extensions: locations: - database: postgres enabled: true - version: 0.1.2 + version: 0.2.1 diff --git a/tembo-stacks/src/stacks/specs/paradedb.yaml b/tembo-stacks/src/stacks/specs/paradedb.yaml index 533949ef5..dc4a9fe5a 100644 --- a/tembo-stacks/src/stacks/specs/paradedb.yaml +++ b/tembo-stacks/src/stacks/specs/paradedb.yaml @@ -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 @@ -50,7 +50,7 @@ extensions: locations: - database: postgres enabled: true - version: 0.10.3 + version: 0.11.0 - name: vector locations: - database: postgres @@ -66,7 +66,7 @@ extensions: locations: - database: postgres enabled: true - version: 0.1.2 + version: 0.2.1 - name: pg_ivm locations: - database: postgres