From b42aa280632137e7d2bda35d63b34860cddf33cb Mon Sep 17 00:00:00 2001
From: Varac <varac@varac.net>
Date: Mon, 16 Aug 2021 15:01:55 +0200
Subject: [PATCH] Include upgrade test and app updates in release issue
 template

---
 .gitlab/issue_templates/release.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.gitlab/issue_templates/release.md b/.gitlab/issue_templates/release.md
index cc5bc7ee8..64765c75e 100644
--- a/.gitlab/issue_templates/release.md
+++ b/.gitlab/issue_templates/release.md
@@ -1,5 +1,11 @@
 # Release checklist
 
+## Before finalizing release
+
+* [ ] Ensure all applications/dependencies/charts are at their latest versions
+      see `.gitlab/issue_templates/update_all_components.md`
+* [ ] Upgrade test from last version to `master` succeeds
+
 ## In the master branch before releasing
 
 * [ ] Create a MR for the master branch for the following changes:
-- 
GitLab