From b361c31fc0839dfe2ce45729e81625ec04a2094b Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Mon, 11 Oct 2021 10:36:41 +0200 Subject: [PATCH] Reduce update_all_components.md by steps done by renovate --- .gitlab/issue_templates/update_all_components.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.gitlab/issue_templates/update_all_components.md b/.gitlab/issue_templates/update_all_components.md index 5883f9a84..286d2129d 100644 --- a/.gitlab/issue_templates/update_all_components.md +++ b/.gitlab/issue_templates/update_all_components.md @@ -1,11 +1,9 @@ To update all applications, check the following files: -* CI Container image in `Dockerfile`: - * [ ] Base image (`FROM`) - * [ ] All app versions in `Dockerfile`, especially: +* `Dockerfile`: + * [ ] All apk app versions + * [ ] All non-apk app versions in `Dockerfile`, especially: * [ ] flux (Make sure the version is the same as in `ansible/group_vars/all/oas.yml`, `flux.version`) -* [ ] `requirements.in` - * [ ] Run `pip install -r requirements-dev.txt && pip-compile` * [ ] Mitogen version in `ansible/plugins` In `ansible/group_vars/all/oas.yml`: @@ -18,7 +16,6 @@ In `ansible/group_vars/all/oas.yml`: Installed by flux: -* [ ] Run `find flux2 -name '*release*.yaml'` and paste the resulting list here * Update our custom helm-charts and their dependencies, make sure they install latest versions * [ ] [nextcloud](https://open.greenhost.net/openappstack/nextcloud) -- GitLab