Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #405 from hortonworks/rc-1.16
Browse files Browse the repository at this point in the history
Rc 1.16
  • Loading branch information
keyki authored Nov 16, 2017
2 parents 61ae8da + efeb56b commit 94a1ae0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.16.4
1.16.5
2 changes: 1 addition & 1 deletion include/azure-tools.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
azure-configure-arm() {
declare desc="Configure new ARM application"
docker run -v "$PWD/.azure:/root/.azure" -it sequenceiq/azure-cli-tools:1.4 configure-arm "$@"
docker run -it hortonworks/cloudbreak-azure-cli-tools:1.8 configure-arm "$@"
}
10 changes: 5 additions & 5 deletions include/cloudbreak.bash
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ cloudbreak-conf-tags() {
env-import DOCKER_TAG_UAA 3.6.5
env-import DOCKER_TAG_AMBASSADOR 0.5.0
env-import DOCKER_TAG_CERT_TOOL 0.2.0
env-import DOCKER_TAG_PERISCOPE 1.16.4
env-import DOCKER_TAG_CLOUDBREAK 1.16.4
env-import DOCKER_TAG_ULUWATU 1.16.4
env-import DOCKER_TAG_SULTANS 1.16.4
env-import DOCKER_TAG_CLOUDBREAK_SHELL 1.16.4
env-import DOCKER_TAG_PERISCOPE 1.16.5
env-import DOCKER_TAG_CLOUDBREAK 1.16.5
env-import DOCKER_TAG_ULUWATU 1.16.5
env-import DOCKER_TAG_SULTANS 1.16.5
env-import DOCKER_TAG_CLOUDBREAK_SHELL 1.16.5
env-import DOCKER_TAG_POSTGRES 9.6.1-alpine

env-import DOCKER_TAG_CBD_SMARTSENSE 0.10.0
Expand Down

0 comments on commit 94a1ae0

Please sign in to comment.