Author: alinsran
Date: Wed Apr 24 06:27:33 2024
New Revision: 68739

Log:
release 3.9.1

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

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

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

Added: dev/apisix/3.9.1/apache-apisix-3.9.1-src.tgz.asc
==============================================================================
--- dev/apisix/3.9.1/apache-apisix-3.9.1-src.tgz.asc (added)
+++ dev/apisix/3.9.1/apache-apisix-3.9.1-src.tgz.asc Wed Apr 24 06:27:33 2024
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEgBwVDwyL4Kh6a1S2ljFHd30BN8sFAmYolJ4ACgkQljFHd30B
+N8veMA//e7ISKho/SfF19v9tNVzSQsMjkLOfJuF2i7V2jSHi1jkFn2W0ZLnsfCK/
+tTS25RI+/42r/6pA0oPNa7rUNrW2BA8YU5jEQzSlt3wBr5vpMjFbOzRedKx142oK
+vLuVYc5Yhj6qlLNUas6dQuT9wfhe9lR7AJ0+xyVC2h2pzlCt6yuBrHBbZ7HsDBOL
+HaaV2+EM2ZuVBg7vhE5ktmhLFJ3TP0ztuWb2IRQ3ocn9PKUOwmMsMV3tYCmR7mN3
+bCuzPWDHgPv5X239tyZkwivbzAqu+AyLQ2WySTqOBj/xUV6CL+nDU8Bo0aey1Y0g
++PCAck++pmTN6Apesmm1BXx9MDoRPkMXxev9JnMBwBPfm0QT9wV6SI43sakolwIP
+Cf+SIUcygrhb0dqq/6JBPrp/mSCwblcC4+EqN6xbfYwU0gM8b/JhDbVG7O97U67a
+uIwt2jIgtX6UShYs2/SBRGsax5dlZ7k8LvCyvct9PNi2CkgqWdgtw1A6YQGPXUxt
+bKgDLXPnFZetkr40jMddv+fbIfs39MfSru0nrClmLfYIcHjTb5SnVXQGORLjn8P8
+M0PgG8KFtcaJ3/ohCvuiugGzJPT1Uqf7fb9PJbLt29sdUfG8DHKhsVogr0s4fLWo
+t2PhhHCgRI2OFEkF7zHx2bsZpV0grYXom+QbYo3dmozvVgReZZ4=
+=Yk4U
+-----END PGP SIGNATURE-----

Added: dev/apisix/3.9.1/apache-apisix-3.9.1-src.tgz.sha512
==============================================================================
--- dev/apisix/3.9.1/apache-apisix-3.9.1-src.tgz.sha512 (added)
+++ dev/apisix/3.9.1/apache-apisix-3.9.1-src.tgz.sha512 Wed Apr 24 06:27:33 2024
@@ -0,0 +1 @@
+2ed51c6545528b2cf2ceee6820d60689cacc5064fe9b9b0b8bcb652dbf89d9fe68420d54511a5551612c64d02192eff5340ad63a38de56f5771159203bb53a71
  apache-apisix-3.9.1-src.tgz

Added: dev/apisix/3.9.1/apache-apisix-3.9.1-vote-contents.txt
==============================================================================
--- dev/apisix/3.9.1/apache-apisix-3.9.1-vote-contents.txt (added)
+++ dev/apisix/3.9.1/apache-apisix-3.9.1-vote-contents.txt Wed Apr 24 06:27:33 
2024
@@ -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.9/CHANGELOG.md#391
+
+The release candidates:
+
+https://dist.apache.org/repos/dist/dev/apisix/3.9.1/
+
+Release Commit ID:
+
+https://github.com/apache/apisix/commit/507f0a02
+
+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.9.1/apache-apisix-3.9.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.9.1/apache-apisix-3.9.1-src.tgz.asc
+
+wget 
https://dist.apache.org/repos/dist/dev/apisix/3.9.1/apache-apisix-3.9.1-src.tgz.sha512
+
+gpg --import KEYS
+
+shasum -c apache-apisix-3.9.1-src.tgz.sha512
+
+gpg --verify apache-apisix-3.9.1-src.tgz.asc apache-apisix-3.9.1-src.tgz
+
+3. Unzip and Check files
+
+tar zxvf apache-apisix-3.9.1-src.tgz
+
+4. Build Apache APISIX:
+
+https://github.com/apache/apisix/blob/release/3.9/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