Author: alinsran
Date: Sat Sep 30 22:04:20 2023
New Revision: 64279
Log:
release APISIX 3.6.0
Added:
dev/apisix/3.6.0/
dev/apisix/3.6.0/apache-apisix-3.6.0-src.tgz (with props)
dev/apisix/3.6.0/apache-apisix-3.6.0-src.tgz.asc
dev/apisix/3.6.0/apache-apisix-3.6.0-src.tgz.sha512
dev/apisix/3.6.0/apache-apisix-3.6.0-vote-contents.txt
Added: dev/apisix/3.6.0/apache-apisix-3.6.0-src.tgz
==============================================================================
Binary file - no diff available.
Propchange: dev/apisix/3.6.0/apache-apisix-3.6.0-src.tgz
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: dev/apisix/3.6.0/apache-apisix-3.6.0-src.tgz.asc
==============================================================================
--- dev/apisix/3.6.0/apache-apisix-3.6.0-src.tgz.asc (added)
+++ dev/apisix/3.6.0/apache-apisix-3.6.0-src.tgz.asc Sat Sep 30 22:04:20 2023
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEgBwVDwyL4Kh6a1S2ljFHd30BN8sFAmUYmk8ACgkQljFHd30B
+N8thXhAAlrfv2BBxrk8H9Hc2sdTAuoscAUehndCHll4czYOgNam+8f11mVW6bOQK
+EbjPfVMOljBVZSceWxXb5jnqD20f/xNQ/g2lhqNHrcj9pZDp6/CaM2eUFNNj9mTv
+CsJNjxmxKQeN+YSXQqNuCW/UsBA5Fp0hEEpfgh4ncaz/G9Q1H8tSSMzPXhzClVEj
+yOkf7DpPBhh9hpLPTfhlEcyCs/6esj/VPAOs1BHLf5UaT9SXnqJ5pL4y1nkkhgzA
+BuCVbg17ieyChENFi+vuHrhrv29Y8b5YcKDdlN6UBUWKVenF9U/pjWO8LVZewGr7
+bISKgYZSITbV1Qa8V8XU9gs4JTzQOvspxVz6DuyE2mY8aY11+QOKtOwmg+YUh7xk
+TDN2gODi9Aap2DhMjqYwG4jFiyZWC858cWAAgDhGykCVP4+6HS0ayUDMiHm1V4d8
++YyT7M3KWY0QWMDQ7nYeKl06L4JKYiaA8qYPRWDnwhE4slaNewkaZztqC+Q9OaXf
+4p1rtSvBsDpQ/xGts+lHk23mPTP39W+VGQP4UdhOtODkC/diBuWwsGaBazS0vwYM
+W9706N5N/6DNlvtzwLpPYvvrqsgwYpbF7YDeyECjfS+bQGs/RWs2LTqM9Hdj0R88
+58Z8HMJGABEsx1MUF+vA8n2p3L37T0R0Pf314fhXSRTvKv52ZCE=
+=OXY5
+-----END PGP SIGNATURE-----
Added: dev/apisix/3.6.0/apache-apisix-3.6.0-src.tgz.sha512
==============================================================================
--- dev/apisix/3.6.0/apache-apisix-3.6.0-src.tgz.sha512 (added)
+++ dev/apisix/3.6.0/apache-apisix-3.6.0-src.tgz.sha512 Sat Sep 30 22:04:20 2023
@@ -0,0 +1 @@
+07b00355ace5a5f1cf96a9529ee6608add5a6fd902462d0ef44d600b3d4fff0bcce02f8aab0a1afec16cb28665f9554ba94a223705747db8eb146f50cd8ca034
apache-apisix-3.6.0-src.tgz
Added: dev/apisix/3.6.0/apache-apisix-3.6.0-vote-contents.txt
==============================================================================
--- dev/apisix/3.6.0/apache-apisix-3.6.0-vote-contents.txt (added)
+++ dev/apisix/3.6.0/apache-apisix-3.6.0-vote-contents.txt Sat Sep 30 22:04:20
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.6/CHANGELOG.md#360
+
+The release candidates:
+
+https://dist.apache.org/repos/dist/dev/apisix/3.6.0/
+
+Release Commit ID:
+
+https://github.com/apache/apisix/commit/105993f4
+
+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.6.0/apache-apisix-3.6.0-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.6.0/apache-apisix-3.6.0-src.tgz.asc
+
+wget
https://dist.apache.org/repos/dist/dev/apisix/3.6.0/apache-apisix-3.6.0-src.tgz.sha512
+
+gpg --import KEYS
+
+shasum -c apache-apisix-3.6.0-src.tgz.sha512
+
+gpg --verify apache-apisix-3.6.0-src.tgz.asc apache-apisix-3.6.0-src.tgz
+
+3. Unzip and Check files
+
+tar zxvf apache-apisix-3.6.0-src.tgz
+
+4. Build Apache APISIX:
+
+https://github.com/apache/apisix/blob/release/3.6/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