Author: alinsran
Date: Tue Jan  9 07:33:57 2024
New Revision: 66502

Log:
release APISIX 3.8.0

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

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

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

Added: dev/apisix/3.8.0/apache-apisix-3.8.0-src.tgz.asc
==============================================================================
--- dev/apisix/3.8.0/apache-apisix-3.8.0-src.tgz.asc (added)
+++ dev/apisix/3.8.0/apache-apisix-3.8.0-src.tgz.asc Tue Jan  9 07:33:57 2024
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEgBwVDwyL4Kh6a1S2ljFHd30BN8sFAmWc9L4ACgkQljFHd30B
+N8s08w//Zz67mYJd6Jw/b2C+fwIGTiFbaGUV6hiFu8iJYEfDE5u/A9QiLop5NsYS
+GEcih4Cvzcvz/Xq38ZIHPbaVUDHY4E379fGxFN8C6XEM7gt80TgjQyN6GvvY7hW9
++Wq0R5+qU+UNXmdSNuydvCAH7eNfAR9f6GRZ0Iwvevkisx1AaoPtQRMY0Feo8KVv
+tJQb8ljxxHmbIHI/Dtc/EmYBfwve03xsxPVfPeRtm/RMj2KrFdKunNMYknzEl4ae
+KSvUTVBtapOqI0R0/sUvrnRcrvQ559q813ThPMMtvuPPc03ajDIv1uRLQp4XDbFr
+ePsPoCNS2FVrSVshP8ggIAsTIDZYCQNOclhv3Qy8LVYbd1/MYuh6m1KkmN0Z8+jF
+lfCzzAze9Xaqkm3+c/UE8UTlYJiNVrBLadA9VBFQdUYuFNq+O7vSkY0pTWqVmPBN
+ZrH/+ficVOioyQzzHFMSFIMPoDrljVZfymf1H83QO86hmR9NkNd7KSLo0mbyTWLv
+++bkSCnWZk699vOJ8PPIw2KUghG2zwoU/FauS/7MBoSw1SYyuA7mM4LtLVRP14q4
+eVpOvuGWapblONNTZOHFceqA5XLaiTkVZ2E/lt72rJnKt0jdT7t0iVq1zH9c53Cz
+wonRRT+XAuSf/u9DG73/qTtwDoRSaB+lVFIGAKAc/U60SdRfd7Q=
+=BNhf
+-----END PGP SIGNATURE-----

Added: dev/apisix/3.8.0/apache-apisix-3.8.0-src.tgz.sha512
==============================================================================
--- dev/apisix/3.8.0/apache-apisix-3.8.0-src.tgz.sha512 (added)
+++ dev/apisix/3.8.0/apache-apisix-3.8.0-src.tgz.sha512 Tue Jan  9 07:33:57 2024
@@ -0,0 +1 @@
+8f32204bcc34e2329fed44abedfc545986fe243c93a29d0441b83523830dc112eea3999ab4f89b8da60de7d334fbb650a939739f04c2e8c33af427bc9ec12b6e
  apache-apisix-3.8.0-src.tgz

Added: dev/apisix/3.8.0/apache-apisix-3.8.0-vote-contents.txt
==============================================================================
--- dev/apisix/3.8.0/apache-apisix-3.8.0-vote-contents.txt (added)
+++ dev/apisix/3.8.0/apache-apisix-3.8.0-vote-contents.txt Tue Jan  9 07:33:57 
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.8/CHANGELOG.md#380
+
+The release candidates:
+
+https://dist.apache.org/repos/dist/dev/apisix/3.8.0/
+
+Release Commit ID:
+
+https://github.com/apache/apisix/commit/e01b7e43
+
+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.8.0/apache-apisix-3.8.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.8.0/apache-apisix-3.8.0-src.tgz.asc
+
+wget 
https://dist.apache.org/repos/dist/dev/apisix/3.8.0/apache-apisix-3.8.0-src.tgz.sha512
+
+gpg --import KEYS
+
+shasum -c apache-apisix-3.8.0-src.tgz.sha512
+
+gpg --verify apache-apisix-3.8.0-src.tgz.asc apache-apisix-3.8.0-src.tgz
+
+3. Unzip and Check files
+
+tar zxvf apache-apisix-3.8.0-src.tgz
+
+4. Build Apache APISIX:
+
+https://github.com/apache/apisix/blob/release/3.8/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