From 3e0555b02a685dbcad3d62b376acc901bfa9680d Mon Sep 17 00:00:00 2001
From: gitbot <gitbot.north@seco.com>
Date: Mon, 14 Oct 2024 09:11:04 +0000
Subject: [PATCH] Integrate
 gitlab-ci/cleaos-449-changelog-path-for-custom-projects-in-release and 1 more

--

Commit: https://git.seco.com/clea-os/infrastructure/gitlab-ci/-/commit/d6cac3d185f7758f2ae87c893f7add541afb7659

[CHANGELOG] Adjust changelog filename for custom projects in the release

--

Commit: https://git.seco.com/clea-os/infrastructure/gitlab-ci/-/commit/5b87d9701f4bc7b72d26d92d7f552c2adf7d10d6

[FIX][TEST][RELEASE] fix in image update job and in custom release
- The bmap files are not accessible from the custom project release pages, this is due to the fact that the access token appended to the links grants access to the "image" files. This commit fix that;
- Delete the appended token in custom images links because another token is already added in the deploy stage, when the deploy_artifacts.sh script is called.
---
 .gitlab-ci     | 2 +-
 .gitlab-ci.yml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci b/.gitlab-ci
index a4de07e..d6cac3d 160000
--- a/.gitlab-ci
+++ b/.gitlab-ci
@@ -1 +1 @@
-Subproject commit a4de07e983ec27d8b8682bf6e42494d3c2fc3f02
+Subproject commit d6cac3d185f7758f2ae87c893f7add541afb7659
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 604de03..ca13b13 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,8 +4,8 @@
 # ---------------------------------------------------------------------------------------
 include:
   - project: '${CI_PROJECT_ROOT_NAMESPACE}/infrastructure/gitlab-ci'
-    ref: a4de07e983ec27d8b8682bf6e42494d3c2fc3f02
+    ref: d6cac3d185f7758f2ae87c893f7add541afb7659
     file: 'manifest-integration.yml'
 
 variables:
-  GITLAB_CI_REVISION: a4de07e983ec27d8b8682bf6e42494d3c2fc3f02
+  GITLAB_CI_REVISION: d6cac3d185f7758f2ae87c893f7add541afb7659
-- 
GitLab