From c6e90475b5cd20408ea9e4651c3bb837e115b326 Mon Sep 17 00:00:00 2001 From: Vitaliy Filyuchkov Date: Tue, 6 Dec 2022 19:22:22 +0300 Subject: [PATCH] bump to 2.7.0 bump to 2.7.0 --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 0b13e72..456201b 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# RPM builder for HAProxy 2.6 (CentOS 7) +# RPM builder for HAProxy 2.7 (CentOS 7) ## Build latest HAProxy binary with prometheus metrics support ![GitHub last commit](https://img.shields.io/github/last-commit/philyuchkoff/HAProxy-2-RPM-builder?style=for-the-badge) ![GitHub All Releases](https://img.shields.io/github/downloads/philyuchkoff/HAProxy-2-RPM-builder/total?style=for-the-badge) -### [HAProxy](http://www.haproxy.org/) 2.6.6 2022/09/22 +### [HAProxy](http://www.haproxy.org/) 2.7.0 2022/12/01 Perform the following steps on a build box as a regular user: @@ -48,11 +48,11 @@ Resulting RPM will be stored in ### Install: - sudo yum -y install /opt/HAProxy-2-RPM-builder/rpmbuild/RPMS/x86_64/haproxy-2.6.6-1.el7.x86_64.rpm + sudo yum -y install /opt/HAProxy-2-RPM-builder/rpmbuild/RPMS/x86_64/haproxy-2.7.0-1.el7.x86_64.rpm or, if you build *.rpm with Docker: - sudo yum -y install RPMS/haproxy-2.6.6-1.el7.x86_64.rpm + sudo yum -y install RPMS/haproxy-2.7.0-1.el7.x86_64.rpm ### Check after install: @@ -61,9 +61,9 @@ or, if you build *.rpm with Docker: Must be like this: - HAProxy version 2.6.6-274d1a4 2022/09/22 - https://haproxy.org/ - Status: long-term supported branch - will stop receiving fixes around Q2 2027. - Known bugs: http://www.haproxy.org/bugs/bugs-2.6.6.html + HAProxy version 2.7.0-437fd28 2022/12/01 - https://haproxy.org/ + Status: stable branch - will stop receiving fixes around Q1 2024. + Known bugs: http://www.haproxy.org/bugs/bugs-2.7.0.html ### :exclamation: If some not working: