Author: alinsran
Date: Fri Nov 17 10:17:13 2023
New Revision: 65362

Log:
release APISIX 3.7.0

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

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

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

Added: dev/apisix/3.7.0/apache-apisix-3.7.0-src.tgz.asc
==============================================================================
--- dev/apisix/3.7.0/apache-apisix-3.7.0-src.tgz.asc (added)
+++ dev/apisix/3.7.0/apache-apisix-3.7.0-src.tgz.asc Fri Nov 17 10:17:13 2023
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEgBwVDwyL4Kh6a1S2ljFHd30BN8sFAmVXPLcACgkQljFHd30B
+N8sNHQ//ckztfhByYXfqx21vxU3XekiYG4lJnMcu5wzVzzNSFqtBCMUl2gYmxFgp
+VLdI64EeRnaH0kuNfn7+CllndRRsn7dralhbB/3Ypu3Sau34UGdyZRbQplAAamYm
+vIjA0rB19fWoT1qlQL9ocp/AWTiaByg9mhcd4n3aUTeaXMl6b6aTTP7w0qtb/Qp+
+t51TPA3kjDH63MF6yxX8OnQWiOVnPV6i2wsH0DimsFI6JrHPJ/j7Tx7XmL11bXKp
+sHACkGV+DsuWWoQ8jsklcP0mkykDGCc4bzvvYZaOwgz4HCbgnxiVPpE7NArjJvvc
+KUCtOlNqrwWBInqcfLLj5O+uA8FUzmlJO++6lwKj0wdrGipEBRS0ioEoSWOSWVHC
+YEabdqJYeapOYd1YrqkiMeEh32mVlUQ3r0t9VAaHLr4uQ+jQfMD6NXZaePh7WczW
+J21vWtPCu9R+HdC60yvYZFWt0g/+QI64B8Kykc6/72WPpxp1/MDtTz3mjw88PmT1
+IP1OVf4TqymtXxOlXYIzCzNZDzC3h4V5sHGdTA6+ZgyxTivqN3PNERGJB1XL8QDI
+yJHSsYCI6QlEnKlEuVTM33W/A1CcalT1ooL8AsDPGFmrHhHYtn46GVbpyMyxlUcl
+ZSn6zpPfTam5YjV21aBGzJBB0V2ZQgyfvLfcCsHId5yguuS5JzU=
+=hDuU
+-----END PGP SIGNATURE-----

Added: dev/apisix/3.7.0/apache-apisix-3.7.0-src.tgz.sha512
==============================================================================
--- dev/apisix/3.7.0/apache-apisix-3.7.0-src.tgz.sha512 (added)
+++ dev/apisix/3.7.0/apache-apisix-3.7.0-src.tgz.sha512 Fri Nov 17 10:17:13 2023
@@ -0,0 +1 @@
+88924404faec91be0af0f99af5e0eda917c2d0827333c7d15885217825ec50ca89eb0218b9bba285cbd6a16cc8da48f25802e3d6b01c18afc0ee893b180940cb
  apache-apisix-3.7.0-src.tgz

Added: dev/apisix/3.7.0/apache-apisix-3.7.0-vote-contents.txt
==============================================================================
--- dev/apisix/3.7.0/apache-apisix-3.7.0-vote-contents.txt (added)
+++ dev/apisix/3.7.0/apache-apisix-3.7.0-vote-contents.txt Fri Nov 17 10:17:13 
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.7/CHANGELOG.md#370
+
+The release candidates:
+
+https://dist.apache.org/repos/dist/dev/apisix/3.7.0/
+
+Release Commit ID:
+
+https://github.com/apache/apisix/commit/ec77fb8c
+
+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.7.0/apache-apisix-3.7.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.7.0/apache-apisix-3.7.0-src.tgz.asc
+
+wget 
https://dist.apache.org/repos/dist/dev/apisix/3.7.0/apache-apisix-3.7.0-src.tgz.sha512
+
+gpg --import KEYS
+
+shasum -c apache-apisix-3.7.0-src.tgz.sha512
+
+gpg --verify apache-apisix-3.7.0-src.tgz.asc apache-apisix-3.7.0-src.tgz
+
+3. Unzip and Check files
+
+tar zxvf apache-apisix-3.7.0-src.tgz
+
+4. Build Apache APISIX:
+
+https://github.com/apache/apisix/blob/release/3.7/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