From 211d13144bac7976d4d66f1d2d3a0b41fc3d8b11 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Thu, 27 Apr 2023 06:48:19 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/jupyter/4.0.10/app-changelog.md | 9 --------- .../jupyter/{4.0.10 => 4.0.11}/CHANGELOG.md | 18 +++++++++--------- stable/jupyter/{4.0.10 => 4.0.11}/Chart.yaml | 2 +- stable/jupyter/{4.0.10 => 4.0.11}/README.md | 0 stable/jupyter/4.0.11/app-changelog.md | 9 +++++++++ .../jupyter/{4.0.10 => 4.0.11}/app-readme.md | 0 .../charts/common-12.6.1.tgz | Bin .../jupyter/{4.0.10 => 4.0.11}/ix_values.yaml | 16 ++++++++-------- .../jupyter/{4.0.10 => 4.0.11}/questions.yaml | 0 .../{4.0.10 => 4.0.11}/templates/NOTES.txt | 0 .../{4.0.10 => 4.0.11}/templates/common.yaml | 0 stable/jupyter/{4.0.10 => 4.0.11}/values.yaml | 0 12 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 stable/jupyter/4.0.10/app-changelog.md rename stable/jupyter/{4.0.10 => 4.0.11}/CHANGELOG.md (90%) rename stable/jupyter/{4.0.10 => 4.0.11}/Chart.yaml (97%) rename stable/jupyter/{4.0.10 => 4.0.11}/README.md (100%) create mode 100644 stable/jupyter/4.0.11/app-changelog.md rename stable/jupyter/{4.0.10 => 4.0.11}/app-readme.md (100%) rename stable/jupyter/{4.0.10 => 4.0.11}/charts/common-12.6.1.tgz (100%) rename stable/jupyter/{4.0.10 => 4.0.11}/ix_values.yaml (69%) rename stable/jupyter/{4.0.10 => 4.0.11}/questions.yaml (100%) rename stable/jupyter/{4.0.10 => 4.0.11}/templates/NOTES.txt (100%) rename stable/jupyter/{4.0.10 => 4.0.11}/templates/common.yaml (100%) rename stable/jupyter/{4.0.10 => 4.0.11}/values.yaml (100%) diff --git a/stable/jupyter/4.0.10/app-changelog.md b/stable/jupyter/4.0.10/app-changelog.md deleted file mode 100644 index b87c389b8ea..00000000000 --- a/stable/jupyter/4.0.10/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [jupyter-4.0.10](https://github.com/truecharts/charts/compare/jupyter-4.0.9...jupyter-4.0.10) (2023-04-25) - -### Chore - -- update helm general non-major ([#8153](https://github.com/truecharts/charts/issues/8153)) - - \ No newline at end of file diff --git a/stable/jupyter/4.0.10/CHANGELOG.md b/stable/jupyter/4.0.11/CHANGELOG.md similarity index 90% rename from stable/jupyter/4.0.10/CHANGELOG.md rename to stable/jupyter/4.0.11/CHANGELOG.md index ad0574f4f9e..7ecc721b205 100644 --- a/stable/jupyter/4.0.10/CHANGELOG.md +++ b/stable/jupyter/4.0.11/CHANGELOG.md @@ -4,6 +4,15 @@ +## [jupyter-4.0.11](https://github.com/truecharts/charts/compare/jupyter-4.0.10...jupyter-4.0.11) (2023-04-27) + +### Chore + +- update jupyter to v2023-04 (minor) ([#8282](https://github.com/truecharts/charts/issues/8282)) + + + + ## [jupyter-4.0.10](https://github.com/truecharts/charts/compare/jupyter-4.0.9...jupyter-4.0.10) (2023-04-25) ### Chore @@ -88,12 +97,3 @@ - bump common on the 222 ([#7927](https://github.com/truecharts/charts/issues/7927)) - - -## [jupyter-4.0.0](https://github.com/truecharts/charts/compare/jupyter-3.0.18...jupyter-4.0.0) (2023-04-11) - -### Feat - -- BREAKING CHANGE migrate to new common part 1 ([#7900](https://github.com/truecharts/charts/issues/7900)) - - diff --git a/stable/jupyter/4.0.10/Chart.yaml b/stable/jupyter/4.0.11/Chart.yaml similarity index 97% rename from stable/jupyter/4.0.10/Chart.yaml rename to stable/jupyter/4.0.11/Chart.yaml index be401ea16c6..848d985f584 100644 --- a/stable/jupyter/4.0.10/Chart.yaml +++ b/stable/jupyter/4.0.11/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/jupyter - https://github.com/jupyter/docker-stacks type: application -version: 4.0.10 +version: 4.0.11 annotations: truecharts.org/catagories: | - Cloud diff --git a/stable/jupyter/4.0.10/README.md b/stable/jupyter/4.0.11/README.md similarity index 100% rename from stable/jupyter/4.0.10/README.md rename to stable/jupyter/4.0.11/README.md diff --git a/stable/jupyter/4.0.11/app-changelog.md b/stable/jupyter/4.0.11/app-changelog.md new file mode 100644 index 00000000000..06e546cbf46 --- /dev/null +++ b/stable/jupyter/4.0.11/app-changelog.md @@ -0,0 +1,9 @@ + + +## [jupyter-4.0.11](https://github.com/truecharts/charts/compare/jupyter-4.0.10...jupyter-4.0.11) (2023-04-27) + +### Chore + +- update jupyter to v2023-04 (minor) ([#8282](https://github.com/truecharts/charts/issues/8282)) + + \ No newline at end of file diff --git a/stable/jupyter/4.0.10/app-readme.md b/stable/jupyter/4.0.11/app-readme.md similarity index 100% rename from stable/jupyter/4.0.10/app-readme.md rename to stable/jupyter/4.0.11/app-readme.md diff --git a/stable/jupyter/4.0.10/charts/common-12.6.1.tgz b/stable/jupyter/4.0.11/charts/common-12.6.1.tgz similarity index 100% rename from stable/jupyter/4.0.10/charts/common-12.6.1.tgz rename to stable/jupyter/4.0.11/charts/common-12.6.1.tgz diff --git a/stable/jupyter/4.0.10/ix_values.yaml b/stable/jupyter/4.0.11/ix_values.yaml similarity index 69% rename from stable/jupyter/4.0.10/ix_values.yaml rename to stable/jupyter/4.0.11/ix_values.yaml index 2ce43e04884..9e8112b5b73 100644 --- a/stable/jupyter/4.0.10/ix_values.yaml +++ b/stable/jupyter/4.0.11/ix_values.yaml @@ -1,35 +1,35 @@ image: repository: tccr.io/truecharts/jupyter-base pullPolicy: IfNotPresent - tag: v2023-02@sha256:5ecd118b72b7776fd4ebb224951659c27c13241cb5b1c2f76fd0a88eda825f8e + tag: v2023-04@sha256:4870dd23fb4bfeb7bf9514e677906c3da849ea7e7ec5f9d94f16951461f69317 minimalImage: repository: tccr.io/truecharts/jupyter-minimal pullPolicy: IfNotPresent - tag: v2023-02@sha256:8d304f2278b4290be9bfbc74c39217fcb685f4ec8db819ba758b470b610a666a + tag: v2023-04@sha256:33ee1fcaafc2b72694d6497ca65ab70d02c65d7fe4ab4a71544c283b20a5c3ee rImage: repository: tccr.io/truecharts/jupyter-r pullPolicy: IfNotPresent - tag: v2023-02@sha256:eae18e0088945f90e33b828e0495d7f369fc0e39e48ab6b66ebc42482ba135a0 + tag: v2023-04@sha256:de8de0ffcb89fd839bd11c6a57a41fbd675123917e9f0b5e16a033d5e1a031a1 scipyImage: repository: tccr.io/truecharts/jupyter-scipy pullPolicy: IfNotPresent - tag: v2023-02@sha256:d5ddd03802ac329fc9fa64f933367e455fbcd6bbcd686aae1a4e200fbed26421 + tag: v2023-04@sha256:46515e070c2bf29e56456df5357a2a209c3ca336b57df990d39923cac2b8a18e tensorflowImage: repository: tccr.io/truecharts/jupyter-tensorflow pullPolicy: IfNotPresent - tag: v2023-02@sha256:3de87e752abdb676eb6882a51819c0ea24e78b107837a2723ed9175e8a13569a + tag: v2023-04@sha256:061890ceca00c97c6231f68d6dd8f24799e78d49e04b19b9d4ac9d6d2a6986bd datascienceImage: repository: tccr.io/truecharts/jupyter-datascience pullPolicy: IfNotPresent - tag: v2023-02@sha256:4d616ad831c1fe374d4c2c60a2c9d393d1719d5cbb163f7c5405960cdfa73d91 + tag: v2023-04@sha256:3386ec7210b037d071bb82319e812734dff6a67facd2a9838ad07d9d676a760f pysparkImage: repository: tccr.io/truecharts/jupyter-pyspark pullPolicy: IfNotPresent - tag: v2023-02@sha256:b7bac31b159a5d4d40159068aab3f28ce9b6cdebe3b6b9c54862b7db13ee215c + tag: v2023-04@sha256:473c17d167f992bd0fb78554968370c76aa794e70a85e04607bcf9ad4c512aa0 allsparkImage: repository: tccr.io/truecharts/jupyter-all-spark pullPolicy: IfNotPresent - tag: v2023-02@sha256:fe321309b5a660918a6a77928e59b67a33d6b881aeebfc215e0a22fe80e63eb0 + tag: v2023-04@sha256:eb7d2a9085fbbaba743df92e4b810c2e3ab899db153fc793b638edf47c5afd55 jupyter: jupyter_cmd: lab restartable: true diff --git a/stable/jupyter/4.0.10/questions.yaml b/stable/jupyter/4.0.11/questions.yaml similarity index 100% rename from stable/jupyter/4.0.10/questions.yaml rename to stable/jupyter/4.0.11/questions.yaml diff --git a/stable/jupyter/4.0.10/templates/NOTES.txt b/stable/jupyter/4.0.11/templates/NOTES.txt similarity index 100% rename from stable/jupyter/4.0.10/templates/NOTES.txt rename to stable/jupyter/4.0.11/templates/NOTES.txt diff --git a/stable/jupyter/4.0.10/templates/common.yaml b/stable/jupyter/4.0.11/templates/common.yaml similarity index 100% rename from stable/jupyter/4.0.10/templates/common.yaml rename to stable/jupyter/4.0.11/templates/common.yaml diff --git a/stable/jupyter/4.0.10/values.yaml b/stable/jupyter/4.0.11/values.yaml similarity index 100% rename from stable/jupyter/4.0.10/values.yaml rename to stable/jupyter/4.0.11/values.yaml