Author: alinsran
Date: Tue Aug 29 15:45:43 2023
New Revision: 63689

Log:
release 3.5.0

Added:
    dev/apisix/3.5.0/
    dev/apisix/3.5.0/apache-apisix-3.5.0-src.tgz   (with props)
    dev/apisix/3.5.0/apache-apisix-3.5.0-src.tgz.asc
    dev/apisix/3.5.0/apache-apisix-3.5.0-src.tgz.sha512
    dev/apisix/3.5.0/apache-apisix-3.5.0-vote-contents.txt

Added: dev/apisix/3.5.0/apache-apisix-3.5.0-src.tgz
==============================================================================
Binary file - no diff available.

Propchange: dev/apisix/3.5.0/apache-apisix-3.5.0-src.tgz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/apisix/3.5.0/apache-apisix-3.5.0-src.tgz.asc
==============================================================================
--- dev/apisix/3.5.0/apache-apisix-3.5.0-src.tgz.asc (added)
+++ dev/apisix/3.5.0/apache-apisix-3.5.0-src.tgz.asc Tue Aug 29 15:45:43 2023
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEgBwVDwyL4Kh6a1S2ljFHd30BN8sFAmTuEdIACgkQljFHd30B
+N8vyCQ//YlumBWEZTN0LP77Nk60vShcIfiJ3ZSC3UaAS+FlmHdBOcTcFFjheEhsS
+zn1GxF1jr52b6bYGzZERnf3U1qDrQt0dCIPUklRVIp2TSmePrgdvCMPMLWBFWEZ6
+oAR0HcLg7xXME5SKLihgKCFM8JMdkVxheso0PU+IG9BKbb15k7VOISxn0fO63puW
+Va+UYLIHFV4wx1073vDBOY15az2D/fUFjwHwM6SOUtKwAJkqiMR0YikXdY7DEjUc
+mhB1TidmaGsbZfr0scYAnoQUwhf+rKCxrvFFrVqG04O+JjZgYvqCjz2f3RhIcUvc
+qX1wTNZD5hRODbgpmpvXBl2kCXtvcPXjyfcmVrDqjSIcEmEany5EMdtS/J5xAuoB
+b1sZCuB0wx0eoXgY9lTYCkemLolDTTt91oapAZh6EaFZxGPp+laT5VrOLyj5kOGl
+rmCpaOVPct6ZqdhnmaNLGvFLo7ISKjXnKX5SdIY7BrLXP1zccM9E7TIPWPlbvEV9
+YvbJcLRwzntU+WHYaspg2EVp8gPNka91H7J8Moc+KiZM4BVPZeEBivpVg2ian27F
+xDAisR7vD7olo8lCAjYO/gx7WBSodLXWqv0Gn2ftA8IXYZDcXALygFAxPkR2NQfD
+AfUM6Gzvy6injntkdU93yKyMY/iwJVlBTt1mqxCCWbkDSic1ll0=
+=BIg7
+-----END PGP SIGNATURE-----

Added: dev/apisix/3.5.0/apache-apisix-3.5.0-src.tgz.sha512
==============================================================================
--- dev/apisix/3.5.0/apache-apisix-3.5.0-src.tgz.sha512 (added)
+++ dev/apisix/3.5.0/apache-apisix-3.5.0-src.tgz.sha512 Tue Aug 29 15:45:43 2023
@@ -0,0 +1 @@
+10ec75ba8548532668c547fe48ed565cc2a63733c0da2596ed32e34746aa5c7755a74282143ccf628aaf6f6c740ead3bf29d41935109e0377396a266893721ee
  apache-apisix-3.5.0-src.tgz

Added: dev/apisix/3.5.0/apache-apisix-3.5.0-vote-contents.txt
==============================================================================
--- dev/apisix/3.5.0/apache-apisix-3.5.0-vote-contents.txt (added)
+++ dev/apisix/3.5.0/apache-apisix-3.5.0-vote-contents.txt Tue Aug 29 15:45:43 
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.5/CHANGELOG.md#350
+
+The release candidates:
+
+https://dist.apache.org/repos/dist/dev/apisix/3.5.0/
+
+Release Commit ID:
+
+https://github.com/apache/apisix/commit/76344d39
+
+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.5.0/apache-apisix-3.5.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.5.0/apache-apisix-3.5.0-src.tgz.asc
+
+wget 
https://dist.apache.org/repos/dist/dev/apisix/3.5.0/apache-apisix-3.5.0-src.tgz.sha512
+
+gpg --import KEYS
+
+shasum -c apache-apisix-3.5.0-src.tgz.sha512
+
+gpg --verify apache-apisix-3.5.0-src.tgz.asc apache-apisix-3.5.0-src.tgz
+
+3. Unzip and Check files
+
+tar zxvf apache-apisix-3.5.0-src.tgz
+
+4. Build Apache APISIX:
+
+https://github.com/apache/apisix/blob/release/3.5/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


Reply via email to