From 4c8250b2e73a2282572282cc8a881f5a4df89104 2024-06-03 09:53:45 From: Andrii Date: 2024-06-03 09:53:45 Subject: [PATCH] release: added 5.11.1 rcstack version and set new rhodecode image to 5.0.2 --- diff --git a/CHANGES.rst b/CHANGES.rst index 352f4bf..6c26440 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,26 @@ Release History --------------- +v5.11.1 (2024-06-03) +++++++++++++++++++++ + +Features +^^^^^^^^ + + +Fixes +^^^^^ + + +Chore +^^^^^ + +**release:** set 5.0.2 as default installation method + +Docs +^^^^ + + v5.11.0 (2024-05-31) ++++++++++++++++++++ @@ -18,6 +38,13 @@ Fixes * **configuration:** no longer set smtp server as it's leads to email sending error by default * **nginx:** fixed nginx static data detection and path misconfiguration +Chore +^^^^^ + + +Docs +^^^^ + v5.10.1 (2024-05-23) ++++++++++++++++++++ diff --git a/VERSION b/VERSION index 57f82f7..da75665 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.11.0 \ No newline at end of file +5.11.1 \ No newline at end of file diff --git a/scripts/rcstack/rcstack b/scripts/rcstack/rcstack index 1a988f2..55c1717 100755 --- a/scripts/rcstack/rcstack +++ b/scripts/rcstack/rcstack @@ -7766,7 +7766,7 @@ rcstack__completions_parse_requirements() { # :command.initialize initialize() { - version="5.11.0" + version="5.11.1" long_usage='' set -e @@ -7779,7 +7779,7 @@ initialize() { # src/initialize.sh - rc_image_ver=5.0.1 + rc_image_ver=5.0.2 rhodecode_default_config_path=config/_shared/rhodecode.ini vcsserver_default_config_path=config/_shared/vcsserver.ini diff --git a/service/rhodecode/rhodecode_5.dockerfile b/service/rhodecode/rhodecode_5.dockerfile index 365d4ae..a0cbe29 100644 --- a/service/rhodecode/rhodecode_5.dockerfile +++ b/service/rhodecode/rhodecode_5.dockerfile @@ -345,7 +345,7 @@ RUN \ # sudo make install \ # -ARG RHODECODE_VERSION=5.0.1 +ARG RHODECODE_VERSION=5.0.2 # env are runtime ENV \