Author: alinsran
Date: Wed Jul 19 15:04:24 2023
New Revision: 63088
Log:
release3.2.2
Added:
dev/apisix/3.2.2/
dev/apisix/3.2.2/apache-apisix-3.2.2-src.tgz (with props)
dev/apisix/3.2.2/apache-apisix-3.2.2-src.tgz.asc
dev/apisix/3.2.2/apache-apisix-3.2.2-src.tgz.sha512
dev/apisix/3.2.2/apache-apisix-3.2.2-vote-contents.txt
Added: dev/apisix/3.2.2/apache-apisix-3.2.2-src.tgz
==============================================================================
Binary file - no diff available.
Propchange: dev/apisix/3.2.2/apache-apisix-3.2.2-src.tgz
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: dev/apisix/3.2.2/apache-apisix-3.2.2-src.tgz.asc
==============================================================================
--- dev/apisix/3.2.2/apache-apisix-3.2.2-src.tgz.asc (added)
+++ dev/apisix/3.2.2/apache-apisix-3.2.2-src.tgz.asc Wed Jul 19 15:04:24 2023
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEf8LPC2LDJcel3qiTbuNqDjI97RgFAmS3+r8ACgkQbuNqDjI9
+7RjUhw/9HErkNENkUiQiZ+8vuk4Iqx9NztgQowd7ti21knFHXL87iK7ogqopdAUR
+YkTcN+fCT5daKbj0QN0QkSyhVyZ7rtJnIstOi1h3zFE0zAll/TUPI7YqAZXkPsWA
+h4x2i1RVFPQW+tAqIaQPQDJj0sSBQA7xLs1kTrOlVmbmkQW/mml4poBFwtlaI/XO
+7URWFJw16aGIo41H2i5WLquwGxO5dEcgqP89CtS97rr9nI8N4WksaZQi3wKKg6jf
+YT9Ytc1CViTk4QOniSGiDoIFmjPU5AQvvSCKoA7q55kgv6gemBksU0Fp8IonjY00
+kWBCeWnJiTfQqBwwQ1SMpWW3ep2q5BMLXiBmoe8Cr/w6vEQOcQJl6NBDwFfqq1Ys
+BdV1mZwUgXzOZY6H9pdJTAFS3XH+t1THa32QDc8aR1FX+s5OfesIKEGUBTKJxfz6
+JYRow7jtr5IoOxUlyUhivumnD89e/vCD+FwKnF2svO2uweLLoalcGPaiBKo5RgRL
+vQ3WDeQGHZfydyVJDfSxEfurkRSodZr6Xi+NPbINoEjoMEsOXQiqsA1kxLQKi4yF
+MZHVjQwWjf6xyl9m0R0Ivam5WheRG2wdsQCHZXvTE7UQew479W0nTCu8pTVZiEyy
+FYG3DHRryYiov/2XTb4fjXErYiGUHS4Hl6+azUWecJ81mNfW3VQ=
+=Un05
+-----END PGP SIGNATURE-----
Added: dev/apisix/3.2.2/apache-apisix-3.2.2-src.tgz.sha512
==============================================================================
--- dev/apisix/3.2.2/apache-apisix-3.2.2-src.tgz.sha512 (added)
+++ dev/apisix/3.2.2/apache-apisix-3.2.2-src.tgz.sha512 Wed Jul 19 15:04:24 2023
@@ -0,0 +1 @@
+774eed7de15639e2dd686b58fa2f023df8797e671a4ecbc32b72929b3eff4cb4b3ae56a2a7da2f70db22f22c131dbf4b1ad62d725e5d179b905451f0d0a5070d
apache-apisix-3.2.2-src.tgz
Added: dev/apisix/3.2.2/apache-apisix-3.2.2-vote-contents.txt
==============================================================================
--- dev/apisix/3.2.2/apache-apisix-3.2.2-vote-contents.txt (added)
+++ dev/apisix/3.2.2/apache-apisix-3.2.2-vote-contents.txt Wed Jul 19 15:04:24
2023
@@ -0,0 +1,56 @@
+Hello, Community,
+
+This is a call for the vote to release Apache APISIX version
+
+Release notes:
+
+https://github.com/apache/apisix/blob/release/3.2/CHANGELOG.md#322
+
+The release candidates:
+
+https://dist.apache.org/repos/dist/dev/apisix/3.2.2/
+
+Release Commit ID:
+
+https://github.com/apache/apisix/commit/77704832
+
+Keys to verify the Release Candidate:
+
+https://dist.apache.org/repos/dist/dev/apisix/KEYS
+
+Steps to validating the release:
+
+1. Download the release
+
+wget
https://dist.apache.org/repos/dist/dev/apisix/3.2.2/apache-apisix-3.2.2-src.tgz
+
+2. Checksums and signatures
+
+wget https://dist.apache.org/repos/dist/dev/apisix/KEYS
+
+wget
https://dist.apache.org/repos/dist/dev/apisix/3.2.2/apache-apisix-3.2.2-src.tgz.asc
+
+wget
https://dist.apache.org/repos/dist/dev/apisix/3.2.2/apache-apisix-3.2.2-src.tgz.sha512
+
+gpg --import KEYS
+
+shasum -c apache-apisix-3.2.2-src.tgz.sha512
+
+gpg --verify apache-apisix-3.2.2-src.tgz.asc apache-apisix-3.2.2-src.tgz
+
+3. Unzip and Check files
+
+tar zxvf apache-apisix-3.2.2-src.tgz
+
+4. Build Apache APISIX:
+
+https://github.com/apache/apisix/blob/release/3.2/docs/en/latest/building-apisix.md#building-apisix-from-source
+
+The vote will be open for at least 72 hours or until necessary number of
+votes are reached.
+
+Please vote accordingly:
+
+[ ] +1 approve
+[ ] +0 no opinion
+[ ] -1 disapprove with the reason
\ No newline at end of file