Skip to content
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 Dockerfile-multigres
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

ARG ALPINE_VERSION=3.23
ARG GOLANG_VERSION=1.26
ARG PGCTLD_REV=1e3bad798972600778ee27eb08ab7d34cc8be8e9 # Pinned to the commit that introduced --pg-initdb-sql-dirs (MUL-484)
ARG PGCTLD_REV=54b4c18f6f5f188ac00ac3cba1369b915a8bb34e
ARG SUPABASE_IMAGE=supabase-postgres:17

####################
Expand Down
6 changes: 3 additions & 3 deletions ansible/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ postgres_major:
# This is the source of truth for Postgres versions used in the Dockerfiles, and
# is used to derive image tags and base images in the release matrix.
postgres_release:
postgresorioledb-17: "17.9.0.009-orioledb"
postgres17: "17.6.1.156"
postgres15: "15.14.1.156"
postgresorioledb-17: "17.9.0.010-orioledb"
postgres17: "17.6.1.157"
postgres15: "15.14.1.157"

# Docker release matrix — base images built first, layered images built on top.
# tag and base_tag are derived at build time from postgres_release via release_key.
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions nix/packages/pgctld.nix
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
lib,
buildGoModule,
buildGo126Module,
multigres-src,
}:
buildGoModule {
buildGo126Module {
pname = "pgctld";
version = multigres-src.rev;
src = multigres-src;
Expand All @@ -17,7 +17,7 @@ buildGoModule {
'';
# Tests require a running PostgreSQL instance (integration tests); skip in sandbox.
doCheck = false;
vendorHash = "sha256-lObK/Oukh1oEPQENlhny8eNxRhSlTKywO3GCGZ8u5Qw=";
vendorHash = "sha256-oRP1ZvRmE8eqYmJIuZSad3/BVicmAFkBJ4qSaiD6F0E=";

meta = {
description = "PostgreSQL control daemon for Multigres cluster lifecycle management";
Expand Down
Loading