Author: shreemaanabhishek
Date: Tue Mar 19 15:22:26 2024
New Revision: 68009
Log:
release 3.9.0
Added:
dev/apisix/3.9.0/
dev/apisix/3.9.0/apache-apisix-3.9.0-src.tgz (with props)
dev/apisix/3.9.0/apache-apisix-3.9.0-src.tgz.asc
dev/apisix/3.9.0/apache-apisix-3.9.0-src.tgz.sha512
dev/apisix/3.9.0/apache-apisix-3.9.0-vote-contents.txt
Added: dev/apisix/3.9.0/apache-apisix-3.9.0-src.tgz
==============================================================================
Binary file - no diff available.
Propchange: dev/apisix/3.9.0/apache-apisix-3.9.0-src.tgz
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: dev/apisix/3.9.0/apache-apisix-3.9.0-src.tgz.asc
==============================================================================
--- dev/apisix/3.9.0/apache-apisix-3.9.0-src.tgz.asc (added)
+++ dev/apisix/3.9.0/apache-apisix-3.9.0-src.tgz.asc Tue Mar 19 15:22:26 2024
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEE3JidgJMKaZtk9MW8TTqxhLYP3QIFAmX5iygACgkQTTqxhLYP
+3QJe1A/+LPIc86xPcKkRk/5oOwkDKjrBB+fT7gkGpG+1tkdsLbTOLXKjshd3jnU0
+omCMSlWtlVe68dMEzQJNwIvEoGJE5BhZI4fyzKoD/KUdkPHOGMPmZHrqx4b99WMW
+J1pUpmb6tWjHbneVfOJR93dZTlngxMxT+psh/f13T7UsfXABI9AxSnmNfqHhvcxX
+jFbNBvK0/LXyO2gtJiiYRlHeiiIBl2GqkEreZU7LVYGiFJZxASyoB9fGyQ+TCHHa
+PjWhMGoGLSH6TSKeWStAxDigGleH0VWHxSVN0QN7xH+1vgdsh9OrgB+rCUg4/sxW
++dL3y8bv25Jt99m8PBofYRAlJMdu4CW2Rcl005EHyv1mFOsZWisV0gZ9DiiDeEI4
+V3OtjDadsROq+D7HSofjMjcG11QtAOBMbsTibapAxX2zW1NTLAVQp8GKh4z9zItT
+oNXev7IKzNbZab1yFXIhrVpwjCmxQynDLGUWE4cPojz/Jph480t7rABT+Azo3TbH
+qCKaja81I4k9x5hafWUBsXboI5KJigxRTIEZEeO/yEoJmXQR5a6OI30XeYoC34I2
+Tp0HBHZdIuTH77NlZiTplZ8VAh7qvYym4f5dKGpxamRH8oXEdO7gTUz3N2JG9lJ6
+mN+SlAXdLMUEtRCK8oa7eDvuXw8mL9LhnZGnZMdxal3q1Mia1Qs=
+=z/pb
+-----END PGP SIGNATURE-----
Added: dev/apisix/3.9.0/apache-apisix-3.9.0-src.tgz.sha512
==============================================================================
--- dev/apisix/3.9.0/apache-apisix-3.9.0-src.tgz.sha512 (added)
+++ dev/apisix/3.9.0/apache-apisix-3.9.0-src.tgz.sha512 Tue Mar 19 15:22:26 2024
@@ -0,0 +1 @@
+8a3cebda0f34ab6be189158e6a1e51b65b531892bc872f9a28a10889d0c55281ff5aa8a32dd8629d5d85eff70e7d76ae85f32e6cef52e84ab3efb4d5f58115a1
apache-apisix-3.9.0-src.tgz
Added: dev/apisix/3.9.0/apache-apisix-3.9.0-vote-contents.txt
==============================================================================
--- dev/apisix/3.9.0/apache-apisix-3.9.0-vote-contents.txt (added)
+++ dev/apisix/3.9.0/apache-apisix-3.9.0-vote-contents.txt Tue Mar 19 15:22:26
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#390
+
+The release candidates:
+
+https://dist.apache.org/repos/dist/dev/apisix/3.9.0/
+
+Release Commit ID:
+
+https://github.com/apache/apisix/commit/b2d6f50c
+
+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.0/apache-apisix-3.9.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.9.0/apache-apisix-3.9.0-src.tgz.asc
+
+wget
https://dist.apache.org/repos/dist/dev/apisix/3.9.0/apache-apisix-3.9.0-src.tgz.sha512
+
+gpg --import KEYS
+
+shasum -c apache-apisix-3.9.0-src.tgz.sha512
+
+gpg --verify apache-apisix-3.9.0-src.tgz.asc apache-apisix-3.9.0-src.tgz
+
+3. Unzip and Check files
+
+tar zxvf apache-apisix-3.9.0-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