File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ yum -y install python2-pip
86
86
87
87
pip install pyping
88
88
89
- VERSION=1.7.0
89
+ VERSION=1.7.1
90
90
yum -y --setopt=tsflags= install \
91
91
" https://github.com/AlekseyChudov/powergslb/releases/download/$VERSION /powergslb-$VERSION -1.el7.noarch.rpm" \
92
92
" https://github.com/AlekseyChudov/powergslb/releases/download/$VERSION /powergslb-admin-$VERSION -1.el7.noarch.rpm" \
@@ -111,7 +111,7 @@ systemctl status mariadb.service
111
111
112
112
mysql_secure_installation
113
113
114
- VERSION=1.7.0
114
+ VERSION=1.7.1
115
115
mysql -p << EOF
116
116
CREATE DATABASE powergslb;
117
117
GRANT ALL ON powergslb.* TO powergslb@localhost IDENTIFIED BY 'your-database-password-here';
@@ -230,7 +230,7 @@ Please read [How to create an RPM package](https://fedoraproject.org/wiki/How_to
230
230
yum -y update
231
231
yum -y install @Development\ Tools
232
232
233
- VERSION=1.7.0
233
+ VERSION=1.7.1
234
234
curl " https://codeload.github.com/AlekseyChudov/powergslb/tar.gz/$VERSION " -o " powergslb-$VERSION .tar.gz"
235
235
rpmbuild -tb --define " version $VERSION " " powergslb-$VERSION .tar.gz"
236
236
```
@@ -248,7 +248,7 @@ Upon successful completion you will have three packages
248
248
For quick setup, you can pull all-in-one Docker image from docker.io.
249
249
250
250
```
251
- VERSION=1.7.0
251
+ VERSION=1.7.1
252
252
253
253
docker pull docker.io/alekseychudov/powergslb:"$VERSION"
254
254
@@ -272,7 +272,7 @@ semanage boolean --modify --on container_manage_cgroup
272
272
To create an all-in-one Docker image.
273
273
274
274
```
275
- VERSION=1.7.0
275
+ VERSION=1.7.1
276
276
277
277
docker build -f docker/Dockerfile --build-arg VERSION="$VERSION" \
278
278
--force-rm --no-cache -t powergslb:"$VERSION" https://github.com/AlekseyChudov/powergslb.git
Original file line number Diff line number Diff line change 5
5
"""
6
6
7
7
__author__ = 'Aleksey Chudov <aleksey.chudov@gmail.com>'
8
- __date__ = '2 Feb 2019'
9
- __version__ = '1.7.0 '
8
+ __date__ = '1 Apr 2019'
9
+ __version__ = '1.7.1 '
You can’t perform that action at this time.
0 commit comments