From 3f7e6a8cc29066f3961fb605e03c9158026078e0 Mon Sep 17 00:00:00 2001 From: Bryan Brancotte <bryan.brancotte@pasteur.fr> Date: Mon, 17 Jun 2024 14:41:26 +0200 Subject: [PATCH] mark 0.7.* as EOL --- .gitlab-ci.yml | 8 +------- shiny-server/Chart.yaml | 2 +- shiny-server/templates/NOTES.txt | 13 ++++++++++++- 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8384dd7..bd06c20 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,11 +15,5 @@ upload: fi echo $CHANNEL - helm package shiny-server + - export CHANNEL="stable" # as EOL - curl --request POST --user gitlab-ci-token:$CI_JOB_TOKEN --form "chart=@${CHART_NAME}-${CHART_VERSION}.tgz" "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/helm/api/${CHANNEL}/charts" - - - -trigger_job: - needs: ["upload"] - trigger: - project: hub/shiny-k8s-example \ No newline at end of file diff --git a/shiny-server/Chart.yaml b/shiny-server/Chart.yaml index 6616663..f6c2ecb 100644 --- a/shiny-server/Chart.yaml +++ b/shiny-server/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.7.5 +version: 0.7.6 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/shiny-server/templates/NOTES.txt b/shiny-server/templates/NOTES.txt index 13352d2..26796cd 100644 --- a/shiny-server/templates/NOTES.txt +++ b/shiny-server/templates/NOTES.txt @@ -23,4 +23,15 @@ The documentation of the package deploying your application in kubernetes is ava https://hub.pages.pasteur.fr/shiny-k8s/user_guide If you have any question, maybe the answer is in the FAQ: -https://hub.pages.pasteur.fr/shiny-k8s/user_guide/FAQ_user.html \ No newline at end of file +https://hub.pages.pasteur.fr/shiny-k8s/user_guide/FAQ_user.html + +██ ██ █████ ██████ ███ ██ ██ ███ ██ ██████ +██ ██ ██ ██ ██ ██ ████ ██ ██ ████ ██ ██ +██ █ ██ ███████ ██████ ██ ██ ██ ██ ██ ██ ██ ██ ███ +██ ███ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ + ███ ███ ██ ██ ██ ██ ██ ████ ██ ██ ████ ██████ + +The version you are using is not maintained anymore, +you should upgrade to a more recent version. +See documentation for more at +https://hub.pages.pasteur.fr/shiny-k8s/user_guide/FAQ_user.html#how-to-upgrade-my-helm-dependency-i-can-t-enable-a-feature -- GitLab