Author: alinsran
Date: Mon Jul 17 08:48:50 2023
New Revision: 63032

Log:
release 3.4.1

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

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

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

Added: dev/apisix/3.4.1/apache-apisix-3.4.1-src.tgz.asc
==============================================================================
--- dev/apisix/3.4.1/apache-apisix-3.4.1-src.tgz.asc (added)
+++ dev/apisix/3.4.1/apache-apisix-3.4.1-src.tgz.asc Mon Jul 17 08:48:50 2023
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEzfGaA2WoRKGRM7Us9lpinskPWggFAmS0/1cACgkQ9lpinskP
+Wgj95g/9F2YUxdVKQsltog+DUidrxPr3rkJoy40EDDNy4BbTMQTtCPcDJbUnOqpB
+IimobnyynTj4t60IQofxf4YAwGLdocNkxHamnMLSHZaVaPZA2FOBDo7TS7bs3iEs
+Sl7DFl9VhSvqcFtWbiD7g9xZrY3Sjy5sOmI/c3GTgqqmeYvfErfRIxfZ6BOmN8ir
+ZndcyfsQIGjjtSgW7eBpx9i3+/klpYanyr9rwxGLlLKOBp8WdxxEs5nAEQT/Tlx0
+ccZwO3xBP55kvupluQ6DXP644HMS86pELgXEkyxxuy63q6GiWv28q/6SLuh03gXd
+w+zNt8QpVEIqk0zZkT9+g+2X87X4hWEAdnCM7vJRn00er3mu2vGjDDkOn1fHf+Cw
+NQB6i1Q82SpaUaROUBHRz/fp6rm8DjPz28MqC6DWrdVUfRdcwfxm+zsmaYJ9+RJH
+lTHZPQGJ2dTTJRpIABSEySGBd+Hczy2ZyE2YPG1I3PWgRYSr7izLDqP7+Qsw0Uwo
+6cEZvxqZFF5EAq59x2NJqpqYHtI8Q9S637JUQ6wFlehUgCZKqDLh/7w6Rq9BrCZc
+dDMhrOL+seM0qlmls4l/Hm7I40tD1sG5WVWItWHK3Ak/GOUMN1kHa9mt7lz/3b7G
+sHvEOVWwlPIofyQ2fcuF/ELTusIX3FZ3E/BioDz7ZEL9c2Lya1M=
+=nvWg
+-----END PGP SIGNATURE-----

Added: dev/apisix/3.4.1/apache-apisix-3.4.1-src.tgz.sha512
==============================================================================
--- dev/apisix/3.4.1/apache-apisix-3.4.1-src.tgz.sha512 (added)
+++ dev/apisix/3.4.1/apache-apisix-3.4.1-src.tgz.sha512 Mon Jul 17 08:48:50 2023
@@ -0,0 +1 @@
+5fa33293f3efe83c5dc7fe56fb56eb813e0d55fb8e97d346e66e603e3ae45ceb73ce8d961a9df9a9f543f17f2daf62d6a6353169ac0a5bb42f78060d7ed9b3c2
  apache-apisix-3.4.1-src.tgz

Added: dev/apisix/3.4.1/apache-apisix-3.4.1-vote-contents.txt
==============================================================================
--- dev/apisix/3.4.1/apache-apisix-3.4.1-vote-contents.txt (added)
+++ dev/apisix/3.4.1/apache-apisix-3.4.1-vote-contents.txt Mon Jul 17 08:48:50 
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.4/CHANGELOG.md#341
+
+The release candidates:
+
+https://dist.apache.org/repos/dist/dev/apisix/3.4.1/
+
+Release Commit ID:
+
+https://github.com/apache/apisix/commit/04b8bca4
+
+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.4.1/apache-apisix-3.4.1-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.4.1/apache-apisix-3.4.1-src.tgz.asc
+
+wget 
https://dist.apache.org/repos/dist/dev/apisix/3.4.1/apache-apisix-3.4.1-src.tgz.sha512
+
+gpg --import KEYS
+
+shasum -c apache-apisix-3.4.1-src.tgz.sha512
+
+gpg --verify apache-apisix-3.4.1-src.tgz.asc apache-apisix-3.4.1-src.tgz
+
+3. Unzip and Check files
+
+tar zxvf apache-apisix-3.4.1-src.tgz
+
+4. Build Apache APISIX:
+
+https://github.com/apache/apisix/blob/release/3.4/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