From e390273f005e6afba6392a19661f048a91532aba Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sun, 28 May 2023 11:37:17 +0200 Subject: [PATCH] chore: rename metallb to metallb-config and cert-manager to clusterissuer (#9202) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** The current name `cert-manager` causes users to think it contains `cert-manager`, while it infact just contains the clusterissuer resources. At the same time `metallb` does not contain `metallb` but just the configuration, we also cannot, in the future, create a `metallb-operator` chart as that would cause confusion with the seperate project `metallb-operator` from the creators of metallb. **โš™๏ธ Type of change** - [ ] โš™๏ธ Feature/App addition - [ ] ๐Ÿช› Bugfix - [x] โš ๏ธ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [x] ๐Ÿ”ƒ Refactor of current code **๐Ÿงช How Has This Been Tested?** **๐Ÿ“ƒ Notes:** **โœ”๏ธ Checklist:** - [x] โš–๏ธ My code follows the style guidelines of this project - [x] ๐Ÿ‘€ I have performed a self-review of my own code - [x] #๏ธโƒฃ I have commented my code, particularly in hard-to-understand areas - [x] ๐Ÿ“„ I have made corresponding changes to the documentation - [x] โš ๏ธ My changes generate no new warnings - [x] ๐Ÿงช 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 **โž• App addition** If this PR is an app addition please make sure you have done the following. - [ ] ๐Ÿชž I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] ๐Ÿ–ผ๏ธ 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._ --- charts/enterprise/cert-manager/CHANGELOG.md | 0 .../.helmignore | 0 .../Chart.yaml | 8 +- .../{cert-manager => clusterissuer}/LICENSE | 0 .../{cert-manager => clusterissuer}/README.md | 0 .../ci/CA-values.yaml | 0 .../ci/basic-values.yaml | 0 .../crds/cert-manager.yaml | 0 .../docs/how-to.md | 0 .../docs/img/cert-manager1.png | Bin .../docs/img/cert-manager2.png | Bin .../docs/img/cert-manager3.png | Bin .../docs/img/cert-manager4.png | Bin .../docs/img/cert-manager5.png | Bin .../docs/validation.md | 0 .../{cert-manager => clusterissuer}/icon.png | Bin .../questions.yaml | 0 .../templates/NOTES.txt | 0 .../templates/_metrics.tpl | 0 .../templates/clusterissuer/_ACME.tpl | 0 .../templates/clusterissuer/_CA.tpl | 0 .../templates/clusterissuer/_selfSigned.tpl | 0 .../templates/common.yaml | 0 .../values.yaml | 0 .../{metallb => metallb-config}/.helmignore | 0 .../{metallb => metallb-config}/Chart.yaml | 4 +- .../{metallb => metallb-config}/LICENSE | 0 .../{metallb => metallb-config}/README.md | 0 .../ci/basic-values.yaml | 0 .../ci/pool-values.yaml | 0 .../img/metallb_guide_addresspool_basic.png | Bin .../docs/img/metallb_guide_disableLB.png | Bin .../img/metallb_guide_l2advertisement.png | Bin .../docs/img/metallb_guide_specifyIP.png | Bin .../docs/setup-guide.md | 0 .../{metallb => metallb-config}/icon.png | Bin .../questions.yaml | 0 .../templates/NOTES.txt | 0 .../templates/_bgpadvertisement.tpl | 0 .../templates/_community.tpl | 0 .../templates/_ipaddresspool.tpl | 0 .../templates/_l2advertisement.tpl | 0 .../templates/_peers.tpl | 0 .../templates/common.yaml | 0 .../{metallb => metallb-config}/values.yaml | 0 charts/enterprise/metallb/CHANGELOG.md | 391 ------------------ 46 files changed, 6 insertions(+), 397 deletions(-) delete mode 100644 charts/enterprise/cert-manager/CHANGELOG.md rename charts/enterprise/{cert-manager => clusterissuer}/.helmignore (100%) rename charts/enterprise/{cert-manager => clusterissuer}/Chart.yaml (91%) rename charts/enterprise/{cert-manager => clusterissuer}/LICENSE (100%) rename charts/enterprise/{cert-manager => clusterissuer}/README.md (100%) rename charts/enterprise/{cert-manager => clusterissuer}/ci/CA-values.yaml (100%) rename charts/enterprise/{cert-manager => clusterissuer}/ci/basic-values.yaml (100%) rename charts/enterprise/{cert-manager => clusterissuer}/crds/cert-manager.yaml (100%) rename charts/enterprise/{cert-manager => clusterissuer}/docs/how-to.md (100%) rename charts/enterprise/{cert-manager => clusterissuer}/docs/img/cert-manager1.png (100%) rename charts/enterprise/{cert-manager => clusterissuer}/docs/img/cert-manager2.png (100%) rename charts/enterprise/{cert-manager => clusterissuer}/docs/img/cert-manager3.png (100%) rename charts/enterprise/{cert-manager => clusterissuer}/docs/img/cert-manager4.png (100%) rename charts/enterprise/{cert-manager => clusterissuer}/docs/img/cert-manager5.png (100%) rename charts/enterprise/{cert-manager => clusterissuer}/docs/validation.md (100%) rename charts/enterprise/{cert-manager => clusterissuer}/icon.png (100%) rename charts/enterprise/{cert-manager => clusterissuer}/questions.yaml (100%) rename charts/enterprise/{cert-manager => clusterissuer}/templates/NOTES.txt (100%) rename charts/enterprise/{cert-manager => clusterissuer}/templates/_metrics.tpl (100%) rename charts/enterprise/{cert-manager => clusterissuer}/templates/clusterissuer/_ACME.tpl (100%) rename charts/enterprise/{cert-manager => clusterissuer}/templates/clusterissuer/_CA.tpl (100%) rename charts/enterprise/{cert-manager => clusterissuer}/templates/clusterissuer/_selfSigned.tpl (100%) rename charts/enterprise/{cert-manager => clusterissuer}/templates/common.yaml (100%) rename charts/enterprise/{cert-manager => clusterissuer}/values.yaml (100%) rename charts/enterprise/{metallb => metallb-config}/.helmignore (100%) rename charts/enterprise/{metallb => metallb-config}/Chart.yaml (95%) rename charts/enterprise/{metallb => metallb-config}/LICENSE (100%) rename charts/enterprise/{metallb => metallb-config}/README.md (100%) rename charts/enterprise/{metallb => metallb-config}/ci/basic-values.yaml (100%) rename charts/enterprise/{metallb => metallb-config}/ci/pool-values.yaml (100%) rename charts/enterprise/{metallb => metallb-config}/docs/img/metallb_guide_addresspool_basic.png (100%) rename charts/enterprise/{metallb => metallb-config}/docs/img/metallb_guide_disableLB.png (100%) rename charts/enterprise/{metallb => metallb-config}/docs/img/metallb_guide_l2advertisement.png (100%) rename charts/enterprise/{metallb => metallb-config}/docs/img/metallb_guide_specifyIP.png (100%) rename charts/enterprise/{metallb => metallb-config}/docs/setup-guide.md (100%) rename charts/enterprise/{metallb => metallb-config}/icon.png (100%) rename charts/enterprise/{metallb => metallb-config}/questions.yaml (100%) rename charts/enterprise/{metallb => metallb-config}/templates/NOTES.txt (100%) rename charts/enterprise/{metallb => metallb-config}/templates/_bgpadvertisement.tpl (100%) rename charts/enterprise/{metallb => metallb-config}/templates/_community.tpl (100%) rename charts/enterprise/{metallb => metallb-config}/templates/_ipaddresspool.tpl (100%) rename charts/enterprise/{metallb => metallb-config}/templates/_l2advertisement.tpl (100%) rename charts/enterprise/{metallb => metallb-config}/templates/_peers.tpl (100%) rename charts/enterprise/{metallb => metallb-config}/templates/common.yaml (100%) rename charts/enterprise/{metallb => metallb-config}/values.yaml (100%) delete mode 100644 charts/enterprise/metallb/CHANGELOG.md diff --git a/charts/enterprise/cert-manager/CHANGELOG.md b/charts/enterprise/cert-manager/CHANGELOG.md deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/charts/enterprise/cert-manager/.helmignore b/charts/enterprise/clusterissuer/.helmignore similarity index 100% rename from charts/enterprise/cert-manager/.helmignore rename to charts/enterprise/clusterissuer/.helmignore diff --git a/charts/enterprise/cert-manager/Chart.yaml b/charts/enterprise/clusterissuer/Chart.yaml similarity index 91% rename from charts/enterprise/cert-manager/Chart.yaml rename to charts/enterprise/clusterissuer/Chart.yaml index a3802248522..c69ea4bf3ee 100644 --- a/charts/enterprise/cert-manager/Chart.yaml +++ b/charts/enterprise/clusterissuer/Chart.yaml @@ -5,8 +5,8 @@ description: Certificate management for Kubernetes home: https://truecharts.org/charts/enterprise/cert-manager icon: https://truecharts.org/img/hotlink-ok/chart-icons/cert-manager.png keywords: - - metallb - - loadbalancer + - cert-manager + - certificates dependencies: - name: common repository: https://library-charts.truecharts.org @@ -16,12 +16,12 @@ maintainers: - email: info@truecharts.org name: TrueCharts url: https://truecharts.org -name: cert-manager +name: clusterissuer sources: - https://github.com/truecharts/charts/tree/master/charts/enterprise/cert-manager - https://cert-manager.io/ type: application -version: 1.0.37 +version: 1.0.0 annotations: truecharts.org/catagories: | - core diff --git a/charts/enterprise/cert-manager/LICENSE b/charts/enterprise/clusterissuer/LICENSE similarity index 100% rename from charts/enterprise/cert-manager/LICENSE rename to charts/enterprise/clusterissuer/LICENSE diff --git a/charts/enterprise/cert-manager/README.md b/charts/enterprise/clusterissuer/README.md similarity index 100% rename from charts/enterprise/cert-manager/README.md rename to charts/enterprise/clusterissuer/README.md diff --git a/charts/enterprise/cert-manager/ci/CA-values.yaml b/charts/enterprise/clusterissuer/ci/CA-values.yaml similarity index 100% rename from charts/enterprise/cert-manager/ci/CA-values.yaml rename to charts/enterprise/clusterissuer/ci/CA-values.yaml diff --git a/charts/enterprise/cert-manager/ci/basic-values.yaml b/charts/enterprise/clusterissuer/ci/basic-values.yaml similarity index 100% rename from charts/enterprise/cert-manager/ci/basic-values.yaml rename to charts/enterprise/clusterissuer/ci/basic-values.yaml diff --git a/charts/enterprise/cert-manager/crds/cert-manager.yaml b/charts/enterprise/clusterissuer/crds/cert-manager.yaml similarity index 100% rename from charts/enterprise/cert-manager/crds/cert-manager.yaml rename to charts/enterprise/clusterissuer/crds/cert-manager.yaml diff --git a/charts/enterprise/cert-manager/docs/how-to.md b/charts/enterprise/clusterissuer/docs/how-to.md similarity index 100% rename from charts/enterprise/cert-manager/docs/how-to.md rename to charts/enterprise/clusterissuer/docs/how-to.md diff --git a/charts/enterprise/cert-manager/docs/img/cert-manager1.png b/charts/enterprise/clusterissuer/docs/img/cert-manager1.png similarity index 100% rename from charts/enterprise/cert-manager/docs/img/cert-manager1.png rename to charts/enterprise/clusterissuer/docs/img/cert-manager1.png diff --git a/charts/enterprise/cert-manager/docs/img/cert-manager2.png b/charts/enterprise/clusterissuer/docs/img/cert-manager2.png similarity index 100% rename from charts/enterprise/cert-manager/docs/img/cert-manager2.png rename to charts/enterprise/clusterissuer/docs/img/cert-manager2.png diff --git a/charts/enterprise/cert-manager/docs/img/cert-manager3.png b/charts/enterprise/clusterissuer/docs/img/cert-manager3.png similarity index 100% rename from charts/enterprise/cert-manager/docs/img/cert-manager3.png rename to charts/enterprise/clusterissuer/docs/img/cert-manager3.png diff --git a/charts/enterprise/cert-manager/docs/img/cert-manager4.png b/charts/enterprise/clusterissuer/docs/img/cert-manager4.png similarity index 100% rename from charts/enterprise/cert-manager/docs/img/cert-manager4.png rename to charts/enterprise/clusterissuer/docs/img/cert-manager4.png diff --git a/charts/enterprise/cert-manager/docs/img/cert-manager5.png b/charts/enterprise/clusterissuer/docs/img/cert-manager5.png similarity index 100% rename from charts/enterprise/cert-manager/docs/img/cert-manager5.png rename to charts/enterprise/clusterissuer/docs/img/cert-manager5.png diff --git a/charts/enterprise/cert-manager/docs/validation.md b/charts/enterprise/clusterissuer/docs/validation.md similarity index 100% rename from charts/enterprise/cert-manager/docs/validation.md rename to charts/enterprise/clusterissuer/docs/validation.md diff --git a/charts/enterprise/cert-manager/icon.png b/charts/enterprise/clusterissuer/icon.png similarity index 100% rename from charts/enterprise/cert-manager/icon.png rename to charts/enterprise/clusterissuer/icon.png diff --git a/charts/enterprise/cert-manager/questions.yaml b/charts/enterprise/clusterissuer/questions.yaml similarity index 100% rename from charts/enterprise/cert-manager/questions.yaml rename to charts/enterprise/clusterissuer/questions.yaml diff --git a/charts/enterprise/cert-manager/templates/NOTES.txt b/charts/enterprise/clusterissuer/templates/NOTES.txt similarity index 100% rename from charts/enterprise/cert-manager/templates/NOTES.txt rename to charts/enterprise/clusterissuer/templates/NOTES.txt diff --git a/charts/enterprise/cert-manager/templates/_metrics.tpl b/charts/enterprise/clusterissuer/templates/_metrics.tpl similarity index 100% rename from charts/enterprise/cert-manager/templates/_metrics.tpl rename to charts/enterprise/clusterissuer/templates/_metrics.tpl diff --git a/charts/enterprise/cert-manager/templates/clusterissuer/_ACME.tpl b/charts/enterprise/clusterissuer/templates/clusterissuer/_ACME.tpl similarity index 100% rename from charts/enterprise/cert-manager/templates/clusterissuer/_ACME.tpl rename to charts/enterprise/clusterissuer/templates/clusterissuer/_ACME.tpl diff --git a/charts/enterprise/cert-manager/templates/clusterissuer/_CA.tpl b/charts/enterprise/clusterissuer/templates/clusterissuer/_CA.tpl similarity index 100% rename from charts/enterprise/cert-manager/templates/clusterissuer/_CA.tpl rename to charts/enterprise/clusterissuer/templates/clusterissuer/_CA.tpl diff --git a/charts/enterprise/cert-manager/templates/clusterissuer/_selfSigned.tpl b/charts/enterprise/clusterissuer/templates/clusterissuer/_selfSigned.tpl similarity index 100% rename from charts/enterprise/cert-manager/templates/clusterissuer/_selfSigned.tpl rename to charts/enterprise/clusterissuer/templates/clusterissuer/_selfSigned.tpl diff --git a/charts/enterprise/cert-manager/templates/common.yaml b/charts/enterprise/clusterissuer/templates/common.yaml similarity index 100% rename from charts/enterprise/cert-manager/templates/common.yaml rename to charts/enterprise/clusterissuer/templates/common.yaml diff --git a/charts/enterprise/cert-manager/values.yaml b/charts/enterprise/clusterissuer/values.yaml similarity index 100% rename from charts/enterprise/cert-manager/values.yaml rename to charts/enterprise/clusterissuer/values.yaml diff --git a/charts/enterprise/metallb/.helmignore b/charts/enterprise/metallb-config/.helmignore similarity index 100% rename from charts/enterprise/metallb/.helmignore rename to charts/enterprise/metallb-config/.helmignore diff --git a/charts/enterprise/metallb/Chart.yaml b/charts/enterprise/metallb-config/Chart.yaml similarity index 95% rename from charts/enterprise/metallb/Chart.yaml rename to charts/enterprise/metallb-config/Chart.yaml index e297acd9252..7758effa6c0 100644 --- a/charts/enterprise/metallb/Chart.yaml +++ b/charts/enterprise/metallb-config/Chart.yaml @@ -16,13 +16,13 @@ maintainers: - email: info@truecharts.org name: TrueCharts url: https://truecharts.org -name: metallb +name: metallb-config sources: - https://github.com/truecharts/charts/tree/master/charts/enterprise/metallb - https://github.com/metallb/metallb - https://metallb.universe.tf type: application -version: 8.0.32 +version: 1.0.0 annotations: truecharts.org/catagories: | - core diff --git a/charts/enterprise/metallb/LICENSE b/charts/enterprise/metallb-config/LICENSE similarity index 100% rename from charts/enterprise/metallb/LICENSE rename to charts/enterprise/metallb-config/LICENSE diff --git a/charts/enterprise/metallb/README.md b/charts/enterprise/metallb-config/README.md similarity index 100% rename from charts/enterprise/metallb/README.md rename to charts/enterprise/metallb-config/README.md diff --git a/charts/enterprise/metallb/ci/basic-values.yaml b/charts/enterprise/metallb-config/ci/basic-values.yaml similarity index 100% rename from charts/enterprise/metallb/ci/basic-values.yaml rename to charts/enterprise/metallb-config/ci/basic-values.yaml diff --git a/charts/enterprise/metallb/ci/pool-values.yaml b/charts/enterprise/metallb-config/ci/pool-values.yaml similarity index 100% rename from charts/enterprise/metallb/ci/pool-values.yaml rename to charts/enterprise/metallb-config/ci/pool-values.yaml diff --git a/charts/enterprise/metallb/docs/img/metallb_guide_addresspool_basic.png b/charts/enterprise/metallb-config/docs/img/metallb_guide_addresspool_basic.png similarity index 100% rename from charts/enterprise/metallb/docs/img/metallb_guide_addresspool_basic.png rename to charts/enterprise/metallb-config/docs/img/metallb_guide_addresspool_basic.png diff --git a/charts/enterprise/metallb/docs/img/metallb_guide_disableLB.png b/charts/enterprise/metallb-config/docs/img/metallb_guide_disableLB.png similarity index 100% rename from charts/enterprise/metallb/docs/img/metallb_guide_disableLB.png rename to charts/enterprise/metallb-config/docs/img/metallb_guide_disableLB.png diff --git a/charts/enterprise/metallb/docs/img/metallb_guide_l2advertisement.png b/charts/enterprise/metallb-config/docs/img/metallb_guide_l2advertisement.png similarity index 100% rename from charts/enterprise/metallb/docs/img/metallb_guide_l2advertisement.png rename to charts/enterprise/metallb-config/docs/img/metallb_guide_l2advertisement.png diff --git a/charts/enterprise/metallb/docs/img/metallb_guide_specifyIP.png b/charts/enterprise/metallb-config/docs/img/metallb_guide_specifyIP.png similarity index 100% rename from charts/enterprise/metallb/docs/img/metallb_guide_specifyIP.png rename to charts/enterprise/metallb-config/docs/img/metallb_guide_specifyIP.png diff --git a/charts/enterprise/metallb/docs/setup-guide.md b/charts/enterprise/metallb-config/docs/setup-guide.md similarity index 100% rename from charts/enterprise/metallb/docs/setup-guide.md rename to charts/enterprise/metallb-config/docs/setup-guide.md diff --git a/charts/enterprise/metallb/icon.png b/charts/enterprise/metallb-config/icon.png similarity index 100% rename from charts/enterprise/metallb/icon.png rename to charts/enterprise/metallb-config/icon.png diff --git a/charts/enterprise/metallb/questions.yaml b/charts/enterprise/metallb-config/questions.yaml similarity index 100% rename from charts/enterprise/metallb/questions.yaml rename to charts/enterprise/metallb-config/questions.yaml diff --git a/charts/enterprise/metallb/templates/NOTES.txt b/charts/enterprise/metallb-config/templates/NOTES.txt similarity index 100% rename from charts/enterprise/metallb/templates/NOTES.txt rename to charts/enterprise/metallb-config/templates/NOTES.txt diff --git a/charts/enterprise/metallb/templates/_bgpadvertisement.tpl b/charts/enterprise/metallb-config/templates/_bgpadvertisement.tpl similarity index 100% rename from charts/enterprise/metallb/templates/_bgpadvertisement.tpl rename to charts/enterprise/metallb-config/templates/_bgpadvertisement.tpl diff --git a/charts/enterprise/metallb/templates/_community.tpl b/charts/enterprise/metallb-config/templates/_community.tpl similarity index 100% rename from charts/enterprise/metallb/templates/_community.tpl rename to charts/enterprise/metallb-config/templates/_community.tpl diff --git a/charts/enterprise/metallb/templates/_ipaddresspool.tpl b/charts/enterprise/metallb-config/templates/_ipaddresspool.tpl similarity index 100% rename from charts/enterprise/metallb/templates/_ipaddresspool.tpl rename to charts/enterprise/metallb-config/templates/_ipaddresspool.tpl diff --git a/charts/enterprise/metallb/templates/_l2advertisement.tpl b/charts/enterprise/metallb-config/templates/_l2advertisement.tpl similarity index 100% rename from charts/enterprise/metallb/templates/_l2advertisement.tpl rename to charts/enterprise/metallb-config/templates/_l2advertisement.tpl diff --git a/charts/enterprise/metallb/templates/_peers.tpl b/charts/enterprise/metallb-config/templates/_peers.tpl similarity index 100% rename from charts/enterprise/metallb/templates/_peers.tpl rename to charts/enterprise/metallb-config/templates/_peers.tpl diff --git a/charts/enterprise/metallb/templates/common.yaml b/charts/enterprise/metallb-config/templates/common.yaml similarity index 100% rename from charts/enterprise/metallb/templates/common.yaml rename to charts/enterprise/metallb-config/templates/common.yaml diff --git a/charts/enterprise/metallb/values.yaml b/charts/enterprise/metallb-config/values.yaml similarity index 100% rename from charts/enterprise/metallb/values.yaml rename to charts/enterprise/metallb-config/values.yaml diff --git a/charts/enterprise/metallb/CHANGELOG.md b/charts/enterprise/metallb/CHANGELOG.md deleted file mode 100644 index 940b70c9c9c..00000000000 --- a/charts/enterprise/metallb/CHANGELOG.md +++ /dev/null @@ -1,391 +0,0 @@ -# Changelog - - - -## [blocky-2.0.0](https://github.com/truecharts/charts/compare/blocky-1.1.10...blocky-2.0.0) (2022-11-10) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Major Change to GUI - - update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342)) - - update helm general non-major ([#4349](https://github.com/truecharts/charts/issues/4349)) - - update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329)) - - ### Fix - -- change container config label - - - - -## [blocky-1.1.13](https://github.com/truecharts/charts/compare/blocky-1.1.10...blocky-1.1.13) (2022-11-08) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342)) - - update helm general non-major ([#4349](https://github.com/truecharts/charts/issues/4349)) - - update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329)) - - - - -## [blocky-1.1.12](https://github.com/truecharts/charts/compare/blocky-1.1.10...blocky-1.1.12) (2022-11-08) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342)) - - update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329)) - - - - -## [blocky-1.1.12](https://github.com/truecharts/charts/compare/blocky-1.1.10...blocky-1.1.12) (2022-11-08) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342)) - - update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329)) - - - - -## [blocky-1.1.12](https://github.com/truecharts/charts/compare/blocky-1.1.10...blocky-1.1.12) (2022-11-08) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342)) - - update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329)) - - - - -## [blocky-1.1.11](https://github.com/truecharts/charts/compare/blocky-1.1.10...blocky-1.1.11) (2022-11-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329)) - - - - -## [blocky-1.1.11](https://github.com/truecharts/charts/compare/blocky-1.1.10...blocky-1.1.11) (2022-11-06) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329)) - - - - -## [blocky-1.1.10](https://github.com/truecharts/charts/compare/blocky-1.1.9...blocky-1.1.10) (2022-11-06) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4317](https://github.com/truecharts/charts/issues/4317)) - - - - -## [blocky-1.1.9](https://github.com/truecharts/charts/compare/blocky-1.1.8...blocky-1.1.9) (2022-11-05) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4308](https://github.com/truecharts/charts/issues/4308)) - - - - -## [blocky-1.1.8](https://github.com/truecharts/charts/compare/blocky-1.1.7...blocky-1.1.8) (2022-11-02) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4261](https://github.com/truecharts/charts/issues/4261)) - - - - -## [blocky-1.1.7](https://github.com/truecharts/charts/compare/blocky-1.1.6...blocky-1.1.7) (2022-10-31) - -### Chore - -- Auto-update chart README [skip ci] - - ### Fix - -- fix UI, wrong variable names ([#4258](https://github.com/truecharts/charts/issues/4258)) - - - - -## [blocky-1.1.6](https://github.com/truecharts/charts/compare/blocky-1.1.5...blocky-1.1.6) (2022-10-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4182](https://github.com/truecharts/charts/issues/4182)) - - - - -## [blocky-1.1.5](https://github.com/truecharts/charts/compare/blocky-1.1.4...blocky-1.1.5) (2022-10-19) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) - - - - -## [blocky-1.1.4](https://github.com/truecharts/charts/compare/blocky-1.1.3...blocky-1.1.4) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [blocky-1.1.3](https://github.com/truecharts/charts/compare/blocky-1.1.2...blocky-1.1.3) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [blocky-1.1.3](https://github.com/truecharts/charts/compare/blocky-1.1.2...blocky-1.1.3) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [blocky-1.1.2](https://github.com/truecharts/charts/compare/blocky-1.1.1...blocky-1.1.2) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [blocky-1.1.1](https://github.com/truecharts/charts/compare/blocky-1.1.0...blocky-1.1.1) (2022-09-30) - -### Chore - -- Auto-update chart README [skip ci] - - ### Feat - -- add blocky documentation links to descriptions ([#3964](https://github.com/truecharts/charts/issues/3964)) - - - - -## [blocky-1.1.0](https://github.com/truecharts/charts/compare/blocky-1.0.11...blocky-1.1.0) (2022-09-29) - -### Feat - -- add DoH support on main ingress ([#3959](https://github.com/truecharts/charts/issues/3959)) - - - - -## [blocky-1.0.10](https://github.com/truecharts/charts/compare/blocky-1.0.9...blocky-1.0.10) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [blocky-1.0.9](https://github.com/truecharts/charts/compare/blocky-1.0.7...blocky-1.0.9) (2022-09-26) - -### Chore - -- Auto-update chart README [skip ci] - - - - -## [blocky-1.0.7](https://github.com/truecharts/charts/compare/blocky-1.0.6...blocky-1.0.7) (2022-09-26) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - ### Fix - -- fix GUI apiurl and prometheus metrics ([#3908](https://github.com/truecharts/charts/issues/3908)) - - - - -## [blocky-1.0.6](https://github.com/truecharts/charts/compare/blocky-1.0.5...blocky-1.0.6) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - bump version - - ### Fix - -- allow port changes, allow dot, fix prometheus and fix api access ([#3899](https://github.com/truecharts/charts/issues/3899)) - - - - -## [blocky-1.0.5](https://github.com/truecharts/charts/compare/blocky-1.0.4...blocky-1.0.5) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [blocky-1.0.4](https://github.com/truecharts/charts/compare/blocky-1.0.3...blocky-1.0.4) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - ### Fix - -- update redis - - - - -## [blocky-1.0.3](https://github.com/truecharts/charts/compare/blocky-1.0.2...blocky-1.0.3) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - ### Fix - -- use new common SA handler - - - - -## [blocky-1.0.2](https://github.com/truecharts/charts/compare/blocky-1.0.1...blocky-1.0.2) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - ### Fix - -- disable probes until next release ([#3886](https://github.com/truecharts/charts/issues/3886)) - - - - -## [blocky-1.0.1](https://github.com/truecharts/charts/compare/blocky-1.0.0...blocky-1.0.1) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - ### Fix - -- set defaults to some durations ([#3885](https://github.com/truecharts/charts/issues/3885)) - - - - -## [blocky-1.0.0](https://github.com/truecharts/charts/compare/blocky-0.0.4...blocky-1.0.0) (2022-09-24) - -### Chore - -- move blocky to enterprise ([#3875](https://github.com/truecharts/charts/issues/3875)) - - - - -## [blocky-0.0.4](https://github.com/truecharts/charts/compare/blocky-0.0.3...blocky-0.0.4) (2022-09-24) - -### Chore - -- Auto-update chart README [skip ci] - - ### Fix - -- Finish up UI ([#3866](https://github.com/truecharts/charts/issues/3866)) - - - - -## [blocky-0.0.3](https://github.com/truecharts/charts/compare/blocky-0.0.2...blocky-0.0.3) (2022-09-24) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3860](https://github.com/truecharts/charts/issues/3860)) - - - - -## [blocky-0.0.2](https://github.com/truecharts/charts/compare/blocky-0.0.1...blocky-0.0.2) (2022-09-23) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update docker general non-major ([#3850](https://github.com/truecharts/charts/issues/3850)) - - - - -## [blocky-0.0.1]blocky-0.0.1 (2022-09-22) - -### Feat - -- add blocky ([#3735](https://github.com/truecharts/charts/issues/3735))