From 734869d512054c30f6140fe327413566d8b35e06 2022-12-13 13:04:21 From: RhodeCode Admin Date: 2022-12-13 13:04:21 Subject: [PATCH] rccontrol: version bump --- diff --git a/scripts/rccontrol/rccontrol b/scripts/rccontrol/rccontrol index fa5ef30..6fdb49a 100755 --- a/scripts/rccontrol/rccontrol +++ b/scripts/rccontrol/rccontrol @@ -457,7 +457,7 @@ rccontrol_stack_usage() { # :command.usage_examples printf "Examples:\n" - printf " - ./rccontrol stack router up # run router stack with output to\n console\n - ./rccontrol stack router up --detach # run router stack detached\n - ./rccontrol stack router down # stop whole router stack\n - ./rccontrol stack router ps # check status of router stack\n \n # run router stack with your overrides compose file\n - ./rccontrol stack router -f docker-overrides.yaml up -d\n \n # Upgrade whole metrics stack\n - ./rccontrol stack metrics up --force-recreate --build --detach\n" + printf " - ./rccontrol stack router up # run router stack with output to\n stdout\n - ./rccontrol stack router up --detach # run router stack detached\n - ./rccontrol stack router down # stop whole router stack\n - ./rccontrol stack router ps # check status of router stack\n \n # scale a single stack service[s] to more replicas (horizontally)\n - ./rccontrol stack rhodecode up --detach --no-recreate --scale rhodecode=2\n --scale vcsserver=2\n \n # run router stack with your overrides compose file\n - ./rccontrol stack router -f docker-overrides.yaml up -d\n \n # Upgrade whole metrics stack\n - ./rccontrol stack metrics up --force-recreate --build --detach\n" echo fi @@ -3793,7 +3793,7 @@ rccontrol__completions_parse_requirements() { # :command.initialize initialize() { - version="4.28.0.rel2022.12.12.3" + version="4.28.0.rel2022.12.13.1" long_usage='' set -e