Skip to content

Commit b5621c0

Browse files
github-actions[bot]muhlba91
authored andcommitted
chore(release): release 2.0.0
1 parent e2aa67a commit b5621c0

File tree

2 files changed

+91
-1
lines changed

2 files changed

+91
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.4"
2+
".": "2.0.0"
33
}

CHANGELOG.md

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,95 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/muhlba91/postgresql-pgvecto-container/compare/v1.1.4...v2.0.0) (2025-05-11)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **deps:** major upgrades for postgresql to v16 and pgvecto.rs to v0.3
9+
10+
### Features
11+
12+
* **deps:** upgrade postgresql to v16.8; upgrade pvecto.rs to v0.3.0 ([e2aa67a](https://github.com/muhlba91/postgresql-pgvecto-container/commit/e2aa67a2e12aa0f5c91416b48b7ca5a993b03445))
13+
14+
15+
### Miscellaneous Chores
16+
17+
* **ci:** update renovate config ([44c9c55](https://github.com/muhlba91/postgresql-pgvecto-container/commit/44c9c55d5486384b586006b16712c9c4d2ef7e4d))
18+
* **deps:** update actions/checkout digest to 11bd719 ([53c6944](https://github.com/muhlba91/postgresql-pgvecto-container/commit/53c6944781bfbe45660d87933d60fa14ae8ccdaa))
19+
* **deps:** update actions/checkout digest to eef6144 ([23b1e2f](https://github.com/muhlba91/postgresql-pgvecto-container/commit/23b1e2fd8d7fcdd4800b6db6f9885fbb6a7e9d01))
20+
* **deps:** update actions/dependency-review-action action to v4.4.0 ([ab17735](https://github.com/muhlba91/postgresql-pgvecto-container/commit/ab177355faf06ef32b63f996e615cfebe8ee5c71))
21+
* **deps:** update actions/dependency-review-action action to v4.5.0 ([b39a4d5](https://github.com/muhlba91/postgresql-pgvecto-container/commit/b39a4d57c2ca253d179923dfe56c0823554b907f))
22+
* **deps:** update actions/dependency-review-action action to v4.6.0 ([b62c3a3](https://github.com/muhlba91/postgresql-pgvecto-container/commit/b62c3a34a711c2b2c7702b871bbd092d2e8e0684))
23+
* **deps:** update actions/dependency-review-action action to v4.7.0 ([a34a0b1](https://github.com/muhlba91/postgresql-pgvecto-container/commit/a34a0b11b3dffee461ac369a6a858d3abac6b3d1))
24+
* **deps:** update actions/upload-artifact action to v4.5.0 ([f7b783c](https://github.com/muhlba91/postgresql-pgvecto-container/commit/f7b783c98de83f8e97b5b0f5b1c83be9d6be7157))
25+
* **deps:** update actions/upload-artifact action to v4.6.0 ([ae9c17d](https://github.com/muhlba91/postgresql-pgvecto-container/commit/ae9c17deff5d321e3467decf83ed5b88c9ecabdb))
26+
* **deps:** update actions/upload-artifact action to v4.6.1 ([e3b138c](https://github.com/muhlba91/postgresql-pgvecto-container/commit/e3b138cf3c69dd26e1532af4c2125ec61d20f6ef))
27+
* **deps:** update actions/upload-artifact action to v4.6.2 ([1326a44](https://github.com/muhlba91/postgresql-pgvecto-container/commit/1326a4477fc2db9c314036a49924b2ee62480f34))
28+
* **deps:** update docker/build-push-action action to v6.10.0 ([c7b981f](https://github.com/muhlba91/postgresql-pgvecto-container/commit/c7b981f115c285d442e9c7baa3400bb3ff1c7470))
29+
* **deps:** update docker/build-push-action action to v6.11.0 ([0cbeeac](https://github.com/muhlba91/postgresql-pgvecto-container/commit/0cbeeace650afc5dca6412d8efafd3d15b78d7fa))
30+
* **deps:** update docker/build-push-action action to v6.12.0 ([2bd86a1](https://github.com/muhlba91/postgresql-pgvecto-container/commit/2bd86a18f3a809b4031c0bfc9095b4512be11771))
31+
* **deps:** update docker/build-push-action action to v6.13.0 ([baf5275](https://github.com/muhlba91/postgresql-pgvecto-container/commit/baf52755e948bdfe8eed8c55b8774ca52d08079b))
32+
* **deps:** update docker/build-push-action action to v6.14.0 ([6064e08](https://github.com/muhlba91/postgresql-pgvecto-container/commit/6064e0876d2c636313e7049a24d52cbee74c62e7))
33+
* **deps:** update docker/build-push-action action to v6.15.0 ([57c5f42](https://github.com/muhlba91/postgresql-pgvecto-container/commit/57c5f425840d116b79b3cabed9d3ae9260f0526a))
34+
* **deps:** update docker/build-push-action action to v6.16.0 ([e7f4237](https://github.com/muhlba91/postgresql-pgvecto-container/commit/e7f4237dc3541dccfa27eb6a3d12d3d54cef5a05))
35+
* **deps:** update docker/login-action action to v3.4.0 ([e284999](https://github.com/muhlba91/postgresql-pgvecto-container/commit/e2849995b9cbcab4059845bcde42c340aee3b43f))
36+
* **deps:** update docker/setup-buildx-action action to v3.10.0 ([05e51bd](https://github.com/muhlba91/postgresql-pgvecto-container/commit/05e51bd8cf1a7f2ca8da2e4e30073c2a4b086910))
37+
* **deps:** update docker/setup-buildx-action action to v3.8.0 ([22b1738](https://github.com/muhlba91/postgresql-pgvecto-container/commit/22b1738b9a9bd468bcd7b6f9c639978472f8d5fb))
38+
* **deps:** update docker/setup-buildx-action action to v3.9.0 ([94a8056](https://github.com/muhlba91/postgresql-pgvecto-container/commit/94a8056eea65fcecbc51da91f6451886175cd58a))
39+
* **deps:** update docker/setup-qemu-action action to v3.3.0 ([eb3c535](https://github.com/muhlba91/postgresql-pgvecto-container/commit/eb3c535462111871346f96e296bc5fd045c4169d))
40+
* **deps:** update docker/setup-qemu-action action to v3.4.0 ([689741c](https://github.com/muhlba91/postgresql-pgvecto-container/commit/689741c1f8fd5e42b45bf1f8cf7eda780dcf2085))
41+
* **deps:** update docker/setup-qemu-action action to v3.5.0 ([717ace4](https://github.com/muhlba91/postgresql-pgvecto-container/commit/717ace42742209fc5399732632dd7b3a0df05476))
42+
* **deps:** update docker/setup-qemu-action action to v3.6.0 ([58a1740](https://github.com/muhlba91/postgresql-pgvecto-container/commit/58a1740ec9d2f925b08e2db28e46ebb31b1d6098))
43+
* **deps:** update ghcr.io/cloudnative-pg/postgresql docker tag to v15.10 ([7fff3bb](https://github.com/muhlba91/postgresql-pgvecto-container/commit/7fff3bbc2d6128c86d2c21289264499048374018))
44+
* **deps:** update github/codeql-action action to v3.27.1 ([efecc5b](https://github.com/muhlba91/postgresql-pgvecto-container/commit/efecc5b845a8a020cc93a9775494b8ec9757b279))
45+
* **deps:** update github/codeql-action action to v3.27.2 ([ebc00f7](https://github.com/muhlba91/postgresql-pgvecto-container/commit/ebc00f7a6e94a7f513a2519a9386f770a66aa5e1))
46+
* **deps:** update github/codeql-action action to v3.27.3 ([46252c0](https://github.com/muhlba91/postgresql-pgvecto-container/commit/46252c041439901333f33c982a8e4d9ef38ff327))
47+
* **deps:** update github/codeql-action action to v3.27.4 ([dba3beb](https://github.com/muhlba91/postgresql-pgvecto-container/commit/dba3beb562ca189838f86d6d8abd97f513a6e15e))
48+
* **deps:** update github/codeql-action action to v3.27.5 ([92ad85f](https://github.com/muhlba91/postgresql-pgvecto-container/commit/92ad85fe7cf573a8f0b0fd072652e8113b1a0abd))
49+
* **deps:** update github/codeql-action action to v3.27.6 ([8abd007](https://github.com/muhlba91/postgresql-pgvecto-container/commit/8abd007fac08f67314aa8a9b44f324af2e71a727))
50+
* **deps:** update github/codeql-action action to v3.27.7 ([96f2f0f](https://github.com/muhlba91/postgresql-pgvecto-container/commit/96f2f0fc4f502b67342a8afedba3aec2e498c4bf))
51+
* **deps:** update github/codeql-action action to v3.27.8 ([8d8365f](https://github.com/muhlba91/postgresql-pgvecto-container/commit/8d8365f0b70c753b95caa6d5ef1ffdcb6fa1ee26))
52+
* **deps:** update github/codeql-action action to v3.27.9 ([9a0680d](https://github.com/muhlba91/postgresql-pgvecto-container/commit/9a0680da799d471950d9e0d2eaea493a8ab21af6))
53+
* **deps:** update github/codeql-action action to v3.28.0 ([7893c64](https://github.com/muhlba91/postgresql-pgvecto-container/commit/7893c64aefe9ccba6537b4ca61882f272eb5a619))
54+
* **deps:** update github/codeql-action action to v3.28.1 ([380eb05](https://github.com/muhlba91/postgresql-pgvecto-container/commit/380eb05111337d5a06414038cf2fcf6730c1d465))
55+
* **deps:** update github/codeql-action action to v3.28.10 ([f0ba70b](https://github.com/muhlba91/postgresql-pgvecto-container/commit/f0ba70b52cf66ece2cac0a1f516c3fcac644b692))
56+
* **deps:** update github/codeql-action action to v3.28.11 ([e763600](https://github.com/muhlba91/postgresql-pgvecto-container/commit/e76360015c007037d27508288be1f57d6e7238d7))
57+
* **deps:** update github/codeql-action action to v3.28.12 ([7f9c019](https://github.com/muhlba91/postgresql-pgvecto-container/commit/7f9c019d66f60321e3d38955554f775893e4e68b))
58+
* **deps:** update github/codeql-action action to v3.28.13 ([f4e6dbf](https://github.com/muhlba91/postgresql-pgvecto-container/commit/f4e6dbfdb2afa42ade4b1232a3647f3c45ffeee4))
59+
* **deps:** update github/codeql-action action to v3.28.14 ([c8a7eb2](https://github.com/muhlba91/postgresql-pgvecto-container/commit/c8a7eb29676143ca8be60280cba6818f3d8948df))
60+
* **deps:** update github/codeql-action action to v3.28.15 ([2599083](https://github.com/muhlba91/postgresql-pgvecto-container/commit/259908374cb55115d9731cb1fa8b09247742d49f))
61+
* **deps:** update github/codeql-action action to v3.28.16 ([469f314](https://github.com/muhlba91/postgresql-pgvecto-container/commit/469f314ee52bb70b8a9664e28faf9f2d8355a79f))
62+
* **deps:** update github/codeql-action action to v3.28.17 ([624b283](https://github.com/muhlba91/postgresql-pgvecto-container/commit/624b283b7e70527d874999d351e79bf7ffe27977))
63+
* **deps:** update github/codeql-action action to v3.28.2 ([5fa42ce](https://github.com/muhlba91/postgresql-pgvecto-container/commit/5fa42ce081435901dbda1ed60a7c610bc7e4d103))
64+
* **deps:** update github/codeql-action action to v3.28.3 ([4723703](https://github.com/muhlba91/postgresql-pgvecto-container/commit/47237032e7cb0808164e0d46d679390190801553))
65+
* **deps:** update github/codeql-action action to v3.28.4 ([b0f9754](https://github.com/muhlba91/postgresql-pgvecto-container/commit/b0f9754b31c2153ce32761e67e98f233669ff715))
66+
* **deps:** update github/codeql-action action to v3.28.5 ([c356e88](https://github.com/muhlba91/postgresql-pgvecto-container/commit/c356e888da42385b61db62333a1dc25ade45b6f3))
67+
* **deps:** update github/codeql-action action to v3.28.6 ([dd2d1db](https://github.com/muhlba91/postgresql-pgvecto-container/commit/dd2d1db79f282c3df37b1f1dd6cdf0be02505bcf))
68+
* **deps:** update github/codeql-action action to v3.28.7 ([0e45658](https://github.com/muhlba91/postgresql-pgvecto-container/commit/0e45658d1c3f1cca63f222354996ee1c66c08902))
69+
* **deps:** update github/codeql-action action to v3.28.8 ([63926f3](https://github.com/muhlba91/postgresql-pgvecto-container/commit/63926f3369ab46f7a86dbc7e964b40467bf07a70))
70+
* **deps:** update github/codeql-action action to v3.28.9 ([358a762](https://github.com/muhlba91/postgresql-pgvecto-container/commit/358a762db19e25f6a6b0f077222d1614690853f8))
71+
* **deps:** update ossf/scorecard-action action to v2.4.1 ([d05fe3a](https://github.com/muhlba91/postgresql-pgvecto-container/commit/d05fe3ae5f2250d299546392cde746c00d472a09))
72+
* **deps:** update pre-commit hook gitleaks/gitleaks to v8.21.2 ([8ab0464](https://github.com/muhlba91/postgresql-pgvecto-container/commit/8ab0464d9a6373d8063de23ab179cc37c777af85))
73+
* **deps:** update pre-commit hook gitleaks/gitleaks to v8.21.3 ([343f572](https://github.com/muhlba91/postgresql-pgvecto-container/commit/343f5727d9c547a9fcfe973fef0780de1d06bf2b))
74+
* **deps:** update pre-commit hook gitleaks/gitleaks to v8.22.0 ([91c1553](https://github.com/muhlba91/postgresql-pgvecto-container/commit/91c1553be9cd07645a9f5844d0e0bd880ffddc11))
75+
* **deps:** update pre-commit hook gitleaks/gitleaks to v8.22.1 ([949accc](https://github.com/muhlba91/postgresql-pgvecto-container/commit/949accc2ec6cc08345708ffad1f28acd89c39bc2))
76+
* **deps:** update pre-commit hook gitleaks/gitleaks to v8.23.0 ([f07a15f](https://github.com/muhlba91/postgresql-pgvecto-container/commit/f07a15fe3c9a05bed94355c13208ab6a35dd771d))
77+
* **deps:** update pre-commit hook gitleaks/gitleaks to v8.23.1 ([2da5b98](https://github.com/muhlba91/postgresql-pgvecto-container/commit/2da5b9846f70e989d80d81c3fb2fccf52f7c5044))
78+
* **deps:** update pre-commit hook gitleaks/gitleaks to v8.23.2 ([1c9f657](https://github.com/muhlba91/postgresql-pgvecto-container/commit/1c9f65705a15caf638ed52f71b51fedc4369def8))
79+
* **deps:** update pre-commit hook gitleaks/gitleaks to v8.23.3 ([65deb6d](https://github.com/muhlba91/postgresql-pgvecto-container/commit/65deb6d88bb73b89d2a111c16506b581620a4669))
80+
* **deps:** update pre-commit hook gitleaks/gitleaks to v8.24.0 ([d96e48c](https://github.com/muhlba91/postgresql-pgvecto-container/commit/d96e48cd6de74f9d904851635d8abaea8f8628a7))
81+
* **deps:** update pre-commit hook gitleaks/gitleaks to v8.24.2 ([af91f39](https://github.com/muhlba91/postgresql-pgvecto-container/commit/af91f3973f72d6fce456212def4e83ba3bc838a6))
82+
* **deps:** update pre-commit hook gitleaks/gitleaks to v8.24.3 ([8566b3a](https://github.com/muhlba91/postgresql-pgvecto-container/commit/8566b3ac5b7bd3a2e5768c73b45cf11597df39f8))
83+
* **deps:** update pre-commit hook gitleaks/gitleaks to v8.25.0 ([9cf59a6](https://github.com/muhlba91/postgresql-pgvecto-container/commit/9cf59a65f5675c2c0f5c1e43e2b66af1e3132138))
84+
* **deps:** update pre-commit hook gitleaks/gitleaks to v8.25.1 ([3a89b4c](https://github.com/muhlba91/postgresql-pgvecto-container/commit/3a89b4c7b88654674887752461e7e4553d32c0c8))
85+
* **deps:** update step-security/harden-runner action to v2.10.2 ([a1b5456](https://github.com/muhlba91/postgresql-pgvecto-container/commit/a1b5456ffffc6ea228c00ae5553448ba5e75ec72))
86+
* **deps:** update step-security/harden-runner action to v2.10.3 ([81ba357](https://github.com/muhlba91/postgresql-pgvecto-container/commit/81ba3579fea9a91745cc3e43a2366e49fb1d18b3))
87+
* **deps:** update step-security/harden-runner action to v2.10.4 ([e4d097a](https://github.com/muhlba91/postgresql-pgvecto-container/commit/e4d097ab89321daf78a906be9a21e31d3a0bcc9e))
88+
* **deps:** update step-security/harden-runner action to v2.11.0 ([70f0c98](https://github.com/muhlba91/postgresql-pgvecto-container/commit/70f0c9816f5a51fe75e461fdfbb183935b5861ff))
89+
* **deps:** update step-security/harden-runner action to v2.11.1 ([605003c](https://github.com/muhlba91/postgresql-pgvecto-container/commit/605003c887b7945a31114d4d5280cd457270bc4d))
90+
* **deps:** update step-security/harden-runner action to v2.12.0 ([1d583dd](https://github.com/muhlba91/postgresql-pgvecto-container/commit/1d583dd4cb5cfdcd2d59de9e5ee83bedaf62e9d7))
91+
* introduce repository and project security scanning ([df75caa](https://github.com/muhlba91/postgresql-pgvecto-container/commit/df75caac9b5dbc3b17aa9993f92b055b16cb77f8))
92+
393
## [1.1.4](https://github.com/muhlba91/postgresql-pgvecto-container/compare/v1.1.3...v1.1.4) (2024-09-18)
494

595

0 commit comments

Comments
 (0)