From 50e0c521b3d19c52f07ab5d06c7054df768407b4 Mon Sep 17 00:00:00 2001 From: kqmaverick <121722567+kqmaverick@users.noreply.github.com> Date: Fri, 18 Oct 2024 08:10:17 -0700 Subject: [PATCH] feat(automatic-music-downloader): deprecate (#27960) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** Project is dead and image has been removed. ⚒️ Fixes # **⚙️ Type of change** - [X] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** **📃 Notes:** **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [X] ⬆️ I increased versions for any altered app according to semantic versioning - [X] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):` or `chore(chart-name):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --- .../stable/automatic-music-downloader/.helmignore | 0 .../stable/automatic-music-downloader/CHANGELOG.md | 0 .../stable/automatic-music-downloader/Chart.yaml | 4 ++-- .../stable/automatic-music-downloader/README.md | 0 .../automatic-music-downloader/icon-small.webp | Bin .../stable/automatic-music-downloader/icon.webp | Bin .../automatic-music-downloader/templates/NOTES.txt | 0 .../templates/common.yaml | 0 .../stable/automatic-music-downloader/values.yaml | 0 9 files changed, 2 insertions(+), 2 deletions(-) rename {charts => archive/charts}/stable/automatic-music-downloader/.helmignore (100%) rename {charts => archive/charts}/stable/automatic-music-downloader/CHANGELOG.md (100%) rename {charts => archive/charts}/stable/automatic-music-downloader/Chart.yaml (96%) rename {charts => archive/charts}/stable/automatic-music-downloader/README.md (100%) rename {charts => archive/charts}/stable/automatic-music-downloader/icon-small.webp (100%) rename {charts => archive/charts}/stable/automatic-music-downloader/icon.webp (100%) rename {charts => archive/charts}/stable/automatic-music-downloader/templates/NOTES.txt (100%) rename {charts => archive/charts}/stable/automatic-music-downloader/templates/common.yaml (100%) rename {charts => archive/charts}/stable/automatic-music-downloader/values.yaml (100%) diff --git a/charts/stable/automatic-music-downloader/.helmignore b/archive/charts/stable/automatic-music-downloader/.helmignore similarity index 100% rename from charts/stable/automatic-music-downloader/.helmignore rename to archive/charts/stable/automatic-music-downloader/.helmignore diff --git a/charts/stable/automatic-music-downloader/CHANGELOG.md b/archive/charts/stable/automatic-music-downloader/CHANGELOG.md similarity index 100% rename from charts/stable/automatic-music-downloader/CHANGELOG.md rename to archive/charts/stable/automatic-music-downloader/CHANGELOG.md diff --git a/charts/stable/automatic-music-downloader/Chart.yaml b/archive/charts/stable/automatic-music-downloader/Chart.yaml similarity index 96% rename from charts/stable/automatic-music-downloader/Chart.yaml rename to archive/charts/stable/automatic-music-downloader/Chart.yaml index 094664887f9..ac48e329cb4 100644 --- a/charts/stable/automatic-music-downloader/Chart.yaml +++ b/archive/charts/stable/automatic-music-downloader/Chart.yaml @@ -15,7 +15,7 @@ dependencies: alias: "" tags: [] import-values: [] -deprecated: false +deprecated: true description: A Lidarr companion script to automatically download music for Lidarr. home: https://truecharts.org/charts/stable/automatic-music-downloader icon: https://truecharts.org/img/hotlink-ok/chart-icons/automatic-music-downloader.webp @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/automatic-music-downloader - https://hub.docker.com/r/randomninjaatk/amd type: application -version: 11.2.0 +version: 12.0.0 diff --git a/charts/stable/automatic-music-downloader/README.md b/archive/charts/stable/automatic-music-downloader/README.md similarity index 100% rename from charts/stable/automatic-music-downloader/README.md rename to archive/charts/stable/automatic-music-downloader/README.md diff --git a/charts/stable/automatic-music-downloader/icon-small.webp b/archive/charts/stable/automatic-music-downloader/icon-small.webp similarity index 100% rename from charts/stable/automatic-music-downloader/icon-small.webp rename to archive/charts/stable/automatic-music-downloader/icon-small.webp diff --git a/charts/stable/automatic-music-downloader/icon.webp b/archive/charts/stable/automatic-music-downloader/icon.webp similarity index 100% rename from charts/stable/automatic-music-downloader/icon.webp rename to archive/charts/stable/automatic-music-downloader/icon.webp diff --git a/charts/stable/automatic-music-downloader/templates/NOTES.txt b/archive/charts/stable/automatic-music-downloader/templates/NOTES.txt similarity index 100% rename from charts/stable/automatic-music-downloader/templates/NOTES.txt rename to archive/charts/stable/automatic-music-downloader/templates/NOTES.txt diff --git a/charts/stable/automatic-music-downloader/templates/common.yaml b/archive/charts/stable/automatic-music-downloader/templates/common.yaml similarity index 100% rename from charts/stable/automatic-music-downloader/templates/common.yaml rename to archive/charts/stable/automatic-music-downloader/templates/common.yaml diff --git a/charts/stable/automatic-music-downloader/values.yaml b/archive/charts/stable/automatic-music-downloader/values.yaml similarity index 100% rename from charts/stable/automatic-music-downloader/values.yaml rename to archive/charts/stable/automatic-music-downloader/values.yaml