##// END OF EJS Templates
chore(build): build new rcscript
super-admin -
Show More
@@ -4,13 +4,46 b' Release History'
4 ---------------
4 ---------------
5
5
6
6
7 5.1.0 (2023-11-02)
8 ++++++++++++++++++
9
10 Fixes
11 ^^^^^
12
13 * **core:** moved the custom build files and definition to subfolders
14 * **core:** fixed svn apps to not override by default SVN env variables
15
16 Chore
17 ^^^^^
18
19 * **ignore:** added extra ignore dirs in config
20
21 Docs
22 ^^^^
23
24 * **migration:** added more comprehensive instructions for upgrade task
25 * **upgrade:** added additional step for upgrade doc
26
27
7 5.0.8 (2023-10-25)
28 5.0.8 (2023-10-25)
8 ++++++++++++++++++
29 ++++++++++++++++++
9
30
10 * services: bumped to library/redis:7.0.14
31 Fixes
11 * router: bumped to traefik:v2.10.5
32 ^^^^^
12 * services: fixed healthcheck syntax to be more reliable
33
13 * docs: updated migration guide
34
35 * **services**: fixed healthcheck syntax to be more reliable
36
37 Chore
38 ^^^^^
39
40 * **dependencies**: bumped to traefik:v2.10.5
41 * **dependencies**: bumped to library/redis:7.0.14
42
43 Docs
44 ^^^^
45
46 * **migration**: updated migration guide
14
47
15
48
16 5.0.7 (2023-10-23)
49 5.0.7 (2023-10-23)
@@ -1539,7 +1539,6 b' rcstack_build_source_usage() {'
1539 # :flag.usage
1539 # :flag.usage
1540 printf " %s\n" "--source-build-yaml BUILD_SOURCE_YAML"
1540 printf " %s\n" "--source-build-yaml BUILD_SOURCE_YAML"
1541 printf " yaml file to build source against\n"
1541 printf " yaml file to build source against\n"
1542 printf " Default: docker-compose-apps.source.yaml\n"
1543 echo
1542 echo
1544
1543
1545 # :flag.usage
1544 # :flag.usage
@@ -1554,8 +1553,8 b' rcstack_build_source_usage() {'
1554
1553
1555 # :command.usage_examples
1554 # :command.usage_examples
1556 printf "%s\n" "Examples:"
1555 printf "%s\n" "Examples:"
1557 printf " ./rcstack build-source --version-name 4.28.0.REL.2023.02.02.1\n"
1556 printf " ./rcstack build-source --source-build-yaml\n build_yaml/docker-compose-apps.5.yaml --version-name 5.0.0.beta1 --tag beta\n"
1558 printf " ./rcstack build-source --source-build-yaml docker-compose-apps.venv.yaml\n --version-name 4.28.0.REL.2023.02.02.1\n"
1557 printf " ./rcstack build-source --source-build-yaml\n build_yaml/docker-compose-apps.venv.yaml --version-name 4.28.0\n"
1559 echo
1558 echo
1560
1559
1561 fi
1560 fi
@@ -3064,15 +3063,6 b' rcstack_stack_rhodecode_command() {'
3064 -f docker-compose-base.yaml \
3063 -f docker-compose-base.yaml \
3065 -f docker-compose-apps.yaml $RC_STACK_RHODECODE_EXT_LCL"
3064 -f docker-compose-apps.yaml $RC_STACK_RHODECODE_EXT_LCL"
3066
3065
3067 CMD_RHODECODE_SOURCE="\
3068 RC_ENV_FILE=$ENV_FILE docker compose \
3069 --env-file $ENV_FILE \
3070 $ENV_EXPAND \
3071 -p $stack_prefix \
3072 -f docker-compose-base.yaml \
3073 -f docker-compose-apps.yaml \
3074 -f docker-compose-apps.source.yaml $RC_STACK_RHODECODE_EXT_LCL"
3075
3076 sub_cmd=${other_args[0]}
3066 sub_cmd=${other_args[0]}
3077
3067
3078 if [[ $sub_cmd == "up" ]]; then
3068 if [[ $sub_cmd == "up" ]]; then
@@ -6773,7 +6763,6 b' rcstack_build_source_parse_requirements() {'
6773
6763
6774 # :command.default_assignments
6764 # :command.default_assignments
6775 [[ -n ${args['--version-name']:-} ]] || args['--version-name']="$RC_CLI_VERSION_NAME"
6765 [[ -n ${args['--version-name']:-} ]] || args['--version-name']="$RC_CLI_VERSION_NAME"
6776 [[ -n ${args['--source-build-yaml']:-} ]] || args['--source-build-yaml']="docker-compose-apps.source.yaml"
6777
6766
6778 }
6767 }
6779
6768
@@ -6823,7 +6812,7 b' rcstack__completions_parse_requirements() {'
6823
6812
6824 # :command.initialize
6813 # :command.initialize
6825 initialize() {
6814 initialize() {
6826 version="5.0.7"
6815 version="5.1.0"
6827 long_usage=''
6816 long_usage=''
6828 set -e
6817 set -e
6829
6818
@@ -6841,10 +6830,10 b' initialize() {'
6841 rhodecode_default_config_path=config/_shared/rhodecode.ini
6830 rhodecode_default_config_path=config/_shared/rhodecode.ini
6842 vcsserver_default_config_path=config/_shared/vcsserver.ini
6831 vcsserver_default_config_path=config/_shared/vcsserver.ini
6843
6832
6844 RC_STACK_ROUTER_VER=v1.0.0
6833 RC_STACK_ROUTER_VER=1.0.0
6845 RC_STACK_SERVICES_VER=v1.0.0
6834 RC_STACK_SERVICES_VER=1.0.0
6846 RC_STACK_RHODECODE_VER=v1.0.0
6835 RC_STACK_RHODECODE_VER=1.0.0
6847 RC_STACK_METRICS_VER=v1.0.0
6836 RC_STACK_METRICS_VER=1.0.0
6848
6837
6849 RC_SCRIPT_NAME=rcstack
6838 RC_SCRIPT_NAME=rcstack
6850 # bootstrap file is a config file at the same time
6839 # bootstrap file is a config file at the same time
General Comments 0
You need to be logged in to leave comments. Login now