Skip to content

Commit 989406b

Browse files
committed
Merge branch 'release/0.57.1'
2 parents bcc851f + faa9a3b commit 989406b

File tree

193 files changed

+826
-191
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

193 files changed

+826
-191
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions

bin/provision.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,5 +431,12 @@ function header() {
431431
header "certbot"
432432
}
433433

434+
## Build liquibase
435+
[[ $(checkBuildTarget liquibase) ]] && {
436+
header "liquibase"
437+
clearConfiguration liquibase '*'
438+
deployConfiguration liquibase/general liquibase '*'
439+
}
440+
434441

435442
exit 0

bin/webdevops/Dockerfile.pyc

3.08 KB
Binary file not shown.

bin/webdevops/Provisioner.pyc

6.16 KB
Binary file not shown.

bin/webdevops/__init__.pyc

149 Bytes
Binary file not shown.

docker/ansible/alpine-3/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ FROM webdevops/bootstrap:alpine-3
88
99
LABEL vendor=WebDevOps.io
1010
LABEL io.webdevops.layout=8
11-
LABEL io.webdevops.version=0.57.0
11+
LABEL io.webdevops.version=0.57.1

docker/ansible/centos-7/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ FROM webdevops/bootstrap:centos-7
88
99
LABEL vendor=WebDevOps.io
1010
LABEL io.webdevops.layout=8
11-
LABEL io.webdevops.version=0.57.0
11+
LABEL io.webdevops.version=0.57.1

docker/ansible/debian-7/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ FROM webdevops/bootstrap:debian-7
88
99
LABEL vendor=WebDevOps.io
1010
LABEL io.webdevops.layout=8
11-
LABEL io.webdevops.version=0.57.0
11+
LABEL io.webdevops.version=0.57.1

docker/ansible/debian-8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ FROM webdevops/bootstrap:debian-8
88
99
LABEL vendor=WebDevOps.io
1010
LABEL io.webdevops.layout=8
11-
LABEL io.webdevops.version=0.57.0
11+
LABEL io.webdevops.version=0.57.1

docker/ansible/debian-9/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ FROM webdevops/bootstrap:debian-9
88
99
LABEL vendor=WebDevOps.io
1010
LABEL io.webdevops.layout=8
11-
LABEL io.webdevops.version=0.57.0
11+
LABEL io.webdevops.version=0.57.1

0 commit comments

Comments
 (0)