Skip to content

Commit 8510360

Browse files
authored
feat: update oriole to latest release, add testing suffix (#1507)
* feat: update oriole to latest release, add testing suffix * chore: bump versions to release
1 parent e25f220 commit 8510360

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

ansible/vars.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ postgres_major:
99

1010
# Full version strings for each major version
1111
postgres_release:
12-
postgresorioledb-17: "17.0.1.58-orioledb"
13-
postgres17: "17.4.1.008"
14-
postgres15: "15.8.1.065"
12+
postgresorioledb-17: "17.0.1.59-orioledb"
13+
postgres17: "17.4.1.009"
14+
postgres15: "15.8.1.066"
1515

1616
# Non Postgres Extensions
1717
pgbouncer_release: "1.19.0"

nix/ext/orioledb.nix

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ stdenv.mkDerivation rec {
66
src = fetchFromGitHub {
77
owner = "orioledb";
88
repo = "orioledb";
9-
rev = "beta9";
10-
sha256 = "sha256-z2EHWsY+hhtnYzAxOl2PWjqfyJ+wp9SCau5LKPT2ec0=";
9+
rev = "beta10";
10+
sha256 = "sha256-O4OTi8ickylVXE9FURm5R++A+l15Z22YLna7OVzVMjc=";
1111
};
12-
version = "beta9";
12+
version = "beta10";
1313
buildInputs = [ curl libkrb5 postgresql python3 openssl ];
14-
buildPhase = "make USE_PGXS=1 ORIOLEDB_PATCHSET_VERSION=5";
14+
buildPhase = "make USE_PGXS=1 ORIOLEDB_PATCHSET_VERSION=6";
1515
installPhase = ''
1616
runHook preInstall
1717

nix/postgresql/orioledb-17.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import ./generic.nix {
2-
version = "17_5";
3-
hash = "sha256-OgXLpFanNp+ngPFKyCEDUFvIEWQ9nK/1csUO9lVTXaQ=";
2+
version = "17_6";
3+
hash = "sha256-HbuTcXNanFOl9YfvlSzQJon8CfAhc8TFwo/y7jXy51w=";
44
}

0 commit comments

Comments
 (0)