Skip to content

Commit 1d8361d

Browse files
authored
chore: bump version to 0.6.1 (#2149)
* chore: bump version to 0.6.1 * updaet wrappers package hash * update clickhouse dependency hash * update test cases * update test cases row count * bump version for testing * revert test AMI versions
1 parent 3594bf0 commit 1d8361d

8 files changed

Lines changed: 53 additions & 8 deletions

ansible/vars.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ postgres_major:
1010

1111
# Full version strings for each major version
1212
postgres_release:
13-
postgresorioledb-17: "17.6.0.078-orioledb"
14-
postgres17: "17.6.1.121"
15-
postgres15: "15.14.1.121"
13+
postgresorioledb-17: "17.6.0.079-orioledb"
14+
postgres17: "17.6.1.122"
15+
postgres15: "15.14.1.122"
1616

1717
# Non Postgres Extensions
1818
pgbouncer_release: 1.25.1

nix/ext/versions.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -724,6 +724,16 @@
724724
"hash": "sha256-z4mtEn//qMwPOIpPcUdeHuwmJP5IgVuGCaXJve/f3cg=",
725725
"pgrx": "0.16.1",
726726
"rust": "1.88.0"
727+
},
728+
"0.6.1": {
729+
"postgresql": [
730+
"15",
731+
"17",
732+
"orioledb-17"
733+
],
734+
"hash": "sha256-s0nuhL9HkQmEUcepgKtvGEgwVi9oBz6W5DJDTKsfBC4=",
735+
"pgrx": "0.16.1",
736+
"rust": "1.88.0"
727737
}
728738
},
729739
"pg_hashids": {

nix/ext/wrappers/default.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@ let
104104
"clickhouse-rs-1.1.0-alpha.1" = "sha256-nKiGzdsAgJej8NgyVOqHaD1sZLrNF1RPfEhu2pRwZ6o=";
105105
"iceberg-catalog-s3tables-0.6.0" = "sha256-AUK7B0wMqQZwJho91woLs8uOC4k1RdUEEN5Khw2OoqQ=";
106106
}
107+
else if builtins.compareVersions "0.6.1" version == 0 then
108+
{
109+
"clickhouse-rs-1.1.0-alpha.1" = "sha256-3CIKx0/imCCXl1VGUAX0E9TqbsZSTEdCpe4ps5p6Ax4=";
110+
}
107111
else
108112
{
109113
"clickhouse-rs-1.1.0-alpha.1" = "sha256-nKiGzdsAgJej8NgyVOqHaD1sZLrNF1RPfEhu2pRwZ6o=";
@@ -185,6 +189,7 @@ let
185189
);
186190
# All versions that were previously packaged (historical list)
187191
allPreviouslyPackagedVersions = [
192+
"0.6.0"
188193
"0.5.7"
189194
"0.5.6"
190195
"0.5.5"

nix/tests/expected/z_15_ext_interface.out

Lines changed: 7 additions & 1 deletion
Large diffs are not rendered by default.

nix/tests/expected/z_17_ext_interface.out

Lines changed: 7 additions & 1 deletion
Large diffs are not rendered by default.

nix/tests/expected/z_multigres-17_ext_interface.out

Lines changed: 7 additions & 1 deletion
Large diffs are not rendered by default.

nix/tests/expected/z_multigres-orioledb-17_ext_interface.out

Lines changed: 7 additions & 1 deletion
Large diffs are not rendered by default.

nix/tests/expected/z_orioledb-17_ext_interface.out

Lines changed: 7 additions & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)