Skip to content

Commit

Permalink
update to 2.6.0
Browse files Browse the repository at this point in the history
update to 2.6.0
  • Loading branch information
philyuchkoff authored Jun 3, 2022
1 parent 93ad16d commit 945a953
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# RPM builder for HAProxy 2.5 (CentOS 7)
# RPM builder for HAProxy 2.6 (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.5.7 2022/05/13
### [HAProxy](http://www.haproxy.org/) 2.6.0 2022/05/31

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

Expand Down Expand Up @@ -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.5.7-1.el7.x86_64.rpm
sudo yum -y install /opt/HAProxy-2-RPM-builder/rpmbuild/RPMS/x86_64/haproxy-2.6.0-1.el7.x86_64.rpm

or, if you build *.rpm with Docker:

sudo yum -y install RPMS/haproxy-2.5.7-1.el7.x86_64.rpm
sudo yum -y install RPMS/haproxy-2.6.0-1.el7.x86_64.rpm


### Check after install:
Expand All @@ -61,7 +61,7 @@ or, if you build *.rpm with Docker:

Must be like this:

HAProxy version 2.5.7- 2022/05/13
HAProxy version 2.6.0- 2022/05/31


### :exclamation: If some not working:
Expand Down

0 comments on commit 945a953

Please sign in to comment.