diff --git a/README.md b/README.md index 1c01b8c..931225b 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ It shall NOT be edited by hand. Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features -**Shipped version:** 17.1.1~ynh1 +**Shipped version:** 17.1.2~ynh1 **Demo:** diff --git a/README_es.md b/README_es.md index 500b553..9117906 100644 --- a/README_es.md +++ b/README_es.md @@ -18,7 +18,7 @@ No se debe editar a mano. Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features -**Versión actual:** 17.1.1~ynh1 +**Versión actual:** 17.1.2~ynh1 **Demo:** diff --git a/README_eu.md b/README_eu.md index 0113106..f1119c6 100644 --- a/README_eu.md +++ b/README_eu.md @@ -18,7 +18,7 @@ EZ editatu eskuz. Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features -**Paketatutako bertsioa:** 17.1.1~ynh1 +**Paketatutako bertsioa:** 17.1.2~ynh1 **Demoa:** diff --git a/README_fr.md b/README_fr.md index d527a14..347a447 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main. Gestionnaire de dépôts Git proposant des fonctionnalités de wiki, suivi de bugs et de pipeline CI/CD -**Version incluse :** 17.1.1~ynh1 +**Version incluse :** 17.1.2~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index 90e58c6..01feddb 100644 --- a/README_gl.md +++ b/README_gl.md @@ -18,7 +18,7 @@ NON debe editarse manualmente. Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features -**Versión proporcionada:** 17.1.1~ynh1 +**Versión proporcionada:** 17.1.2~ynh1 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 2b336cb..a12b99a 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -18,7 +18,7 @@ Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features -**分发版本:** 17.1.1~ynh1 +**分发版本:** 17.1.2~ynh1 **演示:** diff --git a/manifest.toml b/manifest.toml index daaa886..29c9752 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "GitLab" description.en = "Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features" description.fr = "Gestionnaire de dépôts Git proposant des fonctionnalités de wiki, suivi de bugs et de pipeline CI/CD" -version = "17.1.1~ynh1" +version = "17.1.2~ynh1" maintainers = ["kay0u"] diff --git a/scripts/upgrade.d/upgrade.last.sh b/scripts/upgrade.d/upgrade.last.sh index 1912ade..c63b19b 100644 --- a/scripts/upgrade.d/upgrade.last.sh +++ b/scripts/upgrade.d/upgrade.last.sh @@ -1,22 +1,22 @@ #!/bin/bash -gitlab_version="17.1.1" +gitlab_version="17.1.2" # Upgrade path: https://gitlab-com.gitlab.io/support/toolbox/upgrade-path/ # sha256sum found here: https://packages.gitlab.com/gitlab gitlab_debian_version="$(lsb_release -sc)" -gitlab_x86_64_bookworm_source_sha256="3473650c6c31c9db979f8e8992af22d39b888436a4bbb4e57d4939a3fd5bd27c" -gitlab_x86_64_bullseye_source_sha256="aa4d58f2610fae0ff74ae20fda3efa72bb0a93b641b349f3460295aaf8a5beb3" -gitlab_x86_64_buster_source_sha256="9041b06759acc9022c3e2863d5e8e67e29ce56b56a110b94bf02352a25ac72d2" +gitlab_x86_64_bookworm_source_sha256="a850a4fc326ceabd2da3c687ef076bdfb86a212134ed41d9f87a87406a1bd0cf" +gitlab_x86_64_bullseye_source_sha256="652eaaf440b9729cc8a09da1982a1fac177ab425ed94ca6f78944f5bd42eaf9f" +gitlab_x86_64_buster_source_sha256="f50136bdd32781a89238adbc6456b43c72f74235bb3e21c4c5005549f5f54508" -gitlab_arm64_bookworm_source_sha256="d8e7840465cf00e91ea49564e042b457a96e69b3141b40c8a772b6b895cd0382" -gitlab_arm64_bullseye_source_sha256="62aea1242324131d41b00aa34bd48b92a76bfa28172a970c69323ee8727c7fb7" -gitlab_arm64_buster_source_sha256="3a954b7a417c6329238b23bba0a9ab9c087b85b2dd46448b2187178678dd45b3" +gitlab_arm64_bookworm_source_sha256="dd893cd820902c3b82abb1feace7dc68824cfadbd2175c0ef0a0f1ec12dca5da" +gitlab_arm64_bullseye_source_sha256="a4f317b6750708dd9be0ee3cee0109bc44fb003df48e02a066af7b7433ff6053" +gitlab_arm64_buster_source_sha256="e3dfef1873d6a6caf802ea9c6d662b95c4f71c7cd1dce11b5b6e7c64c32109c5" gitlab_arm_bookworm_source_sha256="" -gitlab_arm_bullseye_source_sha256="63b11f5f5b69447acfc40cddaf7ee41c7d52b24cfabc782c096317595df06156" -gitlab_arm_buster_source_sha256="8dd975749d6a8d8ffb83c813ea57623e87bf9577025fbbcaab046dbd3394a534" +gitlab_arm_bullseye_source_sha256="ac1fd6d947f88208fe8b0439c4574d117a9ad4fdfd18d5f934d981672c15465e" +gitlab_arm_buster_source_sha256="1f2f8d497a29fd0552188920616cf60896157fca99d08af6e365c99d3cd1953d" architecture=$(ynh_app_setting_get --app="$app" --key=architecture)