Skip to content

Commit c6e9047

Browse files
authored
bump to 2.7.0
bump to 2.7.0
1 parent 19c5de7 commit c6e9047

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# RPM builder for HAProxy 2.6 (CentOS 7)
1+
# RPM builder for HAProxy 2.7 (CentOS 7)
22
## Build latest HAProxy binary with prometheus metrics support
33

44
![GitHub last commit](https://img.shields.io/github/last-commit/philyuchkoff/HAProxy-2-RPM-builder?style=for-the-badge)
55
![GitHub All Releases](https://img.shields.io/github/downloads/philyuchkoff/HAProxy-2-RPM-builder/total?style=for-the-badge)
66

77

8-
### [HAProxy](http://www.haproxy.org/) 2.6.6 2022/09/22
8+
### [HAProxy](http://www.haproxy.org/) 2.7.0 2022/12/01
99

1010
Perform the following steps on a build box as a regular user:
1111

@@ -48,11 +48,11 @@ Resulting RPM will be stored in
4848

4949
### Install:
5050

51-
sudo yum -y install /opt/HAProxy-2-RPM-builder/rpmbuild/RPMS/x86_64/haproxy-2.6.6-1.el7.x86_64.rpm
51+
sudo yum -y install /opt/HAProxy-2-RPM-builder/rpmbuild/RPMS/x86_64/haproxy-2.7.0-1.el7.x86_64.rpm
5252

5353
or, if you build *.rpm with Docker:
5454

55-
sudo yum -y install RPMS/haproxy-2.6.6-1.el7.x86_64.rpm
55+
sudo yum -y install RPMS/haproxy-2.7.0-1.el7.x86_64.rpm
5656

5757

5858
### Check after install:
@@ -61,9 +61,9 @@ or, if you build *.rpm with Docker:
6161

6262
Must be like this:
6363

64-
HAProxy version 2.6.6-274d1a4 2022/09/22 - https://haproxy.org/
65-
Status: long-term supported branch - will stop receiving fixes around Q2 2027.
66-
Known bugs: http://www.haproxy.org/bugs/bugs-2.6.6.html
64+
HAProxy version 2.7.0-437fd28 2022/12/01 - https://haproxy.org/
65+
Status: stable branch - will stop receiving fixes around Q1 2024.
66+
Known bugs: http://www.haproxy.org/bugs/bugs-2.7.0.html
6767

6868

6969
### :exclamation: If some not working:

0 commit comments

Comments
 (0)