Skip to content

Commit

Permalink
feat: bump wrappers to v0.3.0 (#923)
Browse files Browse the repository at this point in the history
* feat: bump wrappers to v0.3.0

* add wrappers suffix for staging

* update nix wrappers to 0.3.0

* remove RC tag

---------

Co-authored-by: Oliver Rice <[email protected]>
  • Loading branch information
burmecia and olirice authored Apr 5, 2024
1 parent 8d73a7d commit 1b494f5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ARG pg_repack_release=1.4.8
ARG vault_release=0.2.8
ARG groonga_release=12.0.8
ARG pgroonga_release=2.4.0
ARG wrappers_release=0.2.0
ARG wrappers_release=0.3.0
ARG hypopg_release=1.3.1
ARG pgvector_release=0.4.0
ARG pg_tle_release=1.3.2
Expand Down
2 changes: 1 addition & 1 deletion ansible/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ groonga_release_checksum: sha256:1c2d1a6981c1ad3f02a11aff202b15ba30cb1c6147f1fa9
pgroonga_release: "3.0.7"
pgroonga_release_checksum: sha256:885ff3878cc30e9030e5fc56d561bc8b66df3ede1562c9d802bc0ea04fe5c203

wrappers_release: "0.2.0"
wrappers_release: "0.3.0"

hypopg_release: "1.3.1"
hypopg_release_checksum: sha256:e7f01ee0259dc1713f318a108f987663d60f3041948c2ada57a94b469565ca8e
Expand Down
3 changes: 2 additions & 1 deletion common.vars.pkr.hcl
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
postgres-version = "15.1.1.37"
postgres-version = "15.1.1.38"

4 changes: 2 additions & 2 deletions nix/ext/wrappers/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@

buildPgrxExtension_0_11_0 rec {
pname = "supabase-wrappers";
version = "0.2.0";
version = "0.3.0";
inherit postgresql;

src = fetchFromGitHub {
owner = "supabase";
repo = "wrappers";
rev = "v${version}";
hash = "sha256-F+S5uyubL3Tb3RTJ08Zf9gN8oLE/WkCWFA8RcKkDqes=";
hash = "sha256-ogpF8NJ7kW3Ut8jaKMDiKYIXnI38nfRq2mMK4rqFAIA=";
};

nativeBuildInputs = [ pkg-config ];
Expand Down

0 comments on commit 1b494f5

Please sign in to comment.