Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab/ci/releases.gitlab-ci.yml9
-rw-r--r--CHANGELOG.md1
-rw-r--r--VERSION2
3 files changed, 10 insertions, 2 deletions
diff --git a/.gitlab/ci/releases.gitlab-ci.yml b/.gitlab/ci/releases.gitlab-ci.yml
index 17bfaf5cc89..d4e0236f3a8 100644
--- a/.gitlab/ci/releases.gitlab-ci.yml
+++ b/.gitlab/ci/releases.gitlab-ci.yml
@@ -25,3 +25,12 @@ sync-stable-branch:
only:
refs:
- /^[\d-]+-stable-ee$/@gitlab-org/gitlab
+
+sync-security-branch:
+ extends: .merge-train-sync
+ variables:
+ SOURCE_PROJECT: gitlab-org/security/gitlab
+ TARGET_PROJECT: gitlab-org/security/gitlab-foss
+ only:
+ refs:
+ - /^[\d-]+-stable-ee$/@gitlab-org/security/gitlab
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c15baafe742..2336cddc352 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,6 @@ entry.
## 12.6.1
-- No changes.
### Fixed (2 changes)
- Handle forbidden error when checking for knative. !22170
diff --git a/VERSION b/VERSION
index 1b62f917260..d5d6c738c06 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-12.6.1
+12.6.1-ee