From 42844170906676f5ef31f38b10b35a20f55aa170 Mon Sep 17 00:00:00 2001 From: Vasily Nemkov Date: Thu, 22 Dec 2022 17:21:11 +0400 Subject: [PATCH 1/2] Update release_branches.yml --- .github/workflows/release_branches.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release_branches.yml b/.github/workflows/release_branches.yml index 4ea7fb996af3..9b5a999f28b1 100644 --- a/.github/workflows/release_branches.yml +++ b/.github/workflows/release_branches.yml @@ -15,10 +15,9 @@ on: # yamllint disable-line rule:truthy release: types: - published - # push: - # branches: - # # Anything/22.3 (e.g customizations/22.3) - # - '**/22.3*' + push: + branches: + - 'releases/22.3*' jobs: DockerHubPushAarch64: From 015e0cab59611e79c4d07e5f16293b584e56143d Mon Sep 17 00:00:00 2001 From: Vasily Nemkov Date: Thu, 22 Dec 2022 17:24:39 +0400 Subject: [PATCH 2/2] Fixed version and CI/CD launch condiditions --- .github/workflows/release_branches.yml | 6 +++--- cmake/autogenerated_versions.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release_branches.yml b/.github/workflows/release_branches.yml index 9b5a999f28b1..39a8db322b65 100644 --- a/.github/workflows/release_branches.yml +++ b/.github/workflows/release_branches.yml @@ -12,9 +12,9 @@ on: # yamllint disable-line rule:truthy - opened branches: - '**/22.3*' - release: - types: - - published +# release: +# types: +# - published push: branches: - 'releases/22.3*' diff --git a/cmake/autogenerated_versions.txt b/cmake/autogenerated_versions.txt index 9b42613410b5..628cef38105f 100644 --- a/cmake/autogenerated_versions.txt +++ b/cmake/autogenerated_versions.txt @@ -7,9 +7,9 @@ SET(VERSION_MAJOR 22) SET(VERSION_MINOR 3) SET(VERSION_PATCH 15) SET(VERSION_GITHASH 74956bfee4df521cb8963eef79bc211bdec8f0ef) -SET(VERSION_DESCRIBE v22.3.15.2-altinitystable) -SET(VERSION_STRING 22.3.15.2.altinitystable) +SET(VERSION_DESCRIBE v22.3.15.34-altinitystable) +SET(VERSION_STRING 22.3.15.34.altinitystable) -SET(VERSION_TWEAK 2) +SET(VERSION_TWEAK 34) SET(VERSION_FLAVOUR altinitystable) # end of autochange