From aafaa04ec75d0290cda97a99a5cd66ba31cbd1b6 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Tue, 13 Jun 2023 07:57:18 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- enterprise/metallb-config/1.1.7/app-changelog.md | 9 --------- .../metallb-config/{1.1.7 => 1.1.8}/CHANGELOG.md | 9 +++++++++ .../metallb-config/{1.1.7 => 1.1.8}/Chart.yaml | 2 +- enterprise/metallb-config/{1.1.7 => 1.1.8}/LICENSE | 0 .../metallb-config/{1.1.7 => 1.1.8}/README.md | 0 enterprise/metallb-config/1.1.8/app-changelog.md | 9 +++++++++ .../metallb-config/{1.1.7 => 1.1.8}/app-readme.md | 0 .../{1.1.7 => 1.1.8}/charts/common-12.14.1.tgz | Bin .../metallb-config/{1.1.7 => 1.1.8}/ix_values.yaml | 0 .../metallb-config/{1.1.7 => 1.1.8}/questions.yaml | 0 .../{1.1.7 => 1.1.8}/templates/NOTES.txt | 0 .../templates/_bgpadvertisement.tpl | 0 .../{1.1.7 => 1.1.8}/templates/_community.tpl | 0 .../{1.1.7 => 1.1.8}/templates/_ipaddresspool.tpl | 0 .../{1.1.7 => 1.1.8}/templates/_l2advertisement.tpl | 0 .../{1.1.7 => 1.1.8}/templates/_peers.tpl | 0 .../{1.1.7 => 1.1.8}/templates/common.yaml | 0 .../metallb-config/{1.1.7 => 1.1.8}/values.yaml | 0 18 files changed, 19 insertions(+), 10 deletions(-) delete mode 100644 enterprise/metallb-config/1.1.7/app-changelog.md rename enterprise/metallb-config/{1.1.7 => 1.1.8}/CHANGELOG.md (89%) rename enterprise/metallb-config/{1.1.7 => 1.1.8}/Chart.yaml (98%) rename enterprise/metallb-config/{1.1.7 => 1.1.8}/LICENSE (100%) rename enterprise/metallb-config/{1.1.7 => 1.1.8}/README.md (100%) create mode 100644 enterprise/metallb-config/1.1.8/app-changelog.md rename enterprise/metallb-config/{1.1.7 => 1.1.8}/app-readme.md (100%) rename enterprise/metallb-config/{1.1.7 => 1.1.8}/charts/common-12.14.1.tgz (100%) rename enterprise/metallb-config/{1.1.7 => 1.1.8}/ix_values.yaml (100%) rename enterprise/metallb-config/{1.1.7 => 1.1.8}/questions.yaml (100%) rename enterprise/metallb-config/{1.1.7 => 1.1.8}/templates/NOTES.txt (100%) rename enterprise/metallb-config/{1.1.7 => 1.1.8}/templates/_bgpadvertisement.tpl (100%) rename enterprise/metallb-config/{1.1.7 => 1.1.8}/templates/_community.tpl (100%) rename enterprise/metallb-config/{1.1.7 => 1.1.8}/templates/_ipaddresspool.tpl (100%) rename enterprise/metallb-config/{1.1.7 => 1.1.8}/templates/_l2advertisement.tpl (100%) rename enterprise/metallb-config/{1.1.7 => 1.1.8}/templates/_peers.tpl (100%) rename enterprise/metallb-config/{1.1.7 => 1.1.8}/templates/common.yaml (100%) rename enterprise/metallb-config/{1.1.7 => 1.1.8}/values.yaml (100%) diff --git a/enterprise/metallb-config/1.1.7/app-changelog.md b/enterprise/metallb-config/1.1.7/app-changelog.md deleted file mode 100644 index 5183370a21b..00000000000 --- a/enterprise/metallb-config/1.1.7/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [metallb-config-1.1.7](https://github.com/truecharts/charts/compare/metallb-config-1.1.6...metallb-config-1.1.7) (2023-06-11) - -### Chore - -- update helm general non-major ([#9558](https://github.com/truecharts/charts/issues/9558)) - - \ No newline at end of file diff --git a/enterprise/metallb-config/1.1.7/CHANGELOG.md b/enterprise/metallb-config/1.1.8/CHANGELOG.md similarity index 89% rename from enterprise/metallb-config/1.1.7/CHANGELOG.md rename to enterprise/metallb-config/1.1.8/CHANGELOG.md index b8300223f1e..f19e92d5eec 100644 --- a/enterprise/metallb-config/1.1.7/CHANGELOG.md +++ b/enterprise/metallb-config/1.1.8/CHANGELOG.md @@ -4,6 +4,15 @@ +## [metallb-config-1.1.8](https://github.com/truecharts/charts/compare/metallb-config-1.1.7...metallb-config-1.1.8) (2023-06-13) + +### Feat + +- update metallb docs for operator-based version ([#9587](https://github.com/truecharts/charts/issues/9587)) + + + + ## [metallb-config-1.1.7](https://github.com/truecharts/charts/compare/metallb-config-1.1.6...metallb-config-1.1.7) (2023-06-11) ### Chore diff --git a/enterprise/metallb-config/1.1.7/Chart.yaml b/enterprise/metallb-config/1.1.8/Chart.yaml similarity index 98% rename from enterprise/metallb-config/1.1.7/Chart.yaml rename to enterprise/metallb-config/1.1.8/Chart.yaml index b4e04d5bdbb..dd8144f12cc 100644 --- a/enterprise/metallb-config/1.1.7/Chart.yaml +++ b/enterprise/metallb-config/1.1.8/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/metallb/metallb - https://metallb.universe.tf type: application -version: 1.1.7 +version: 1.1.8 annotations: truecharts.org/catagories: | - core diff --git a/enterprise/metallb-config/1.1.7/LICENSE b/enterprise/metallb-config/1.1.8/LICENSE similarity index 100% rename from enterprise/metallb-config/1.1.7/LICENSE rename to enterprise/metallb-config/1.1.8/LICENSE diff --git a/enterprise/metallb-config/1.1.7/README.md b/enterprise/metallb-config/1.1.8/README.md similarity index 100% rename from enterprise/metallb-config/1.1.7/README.md rename to enterprise/metallb-config/1.1.8/README.md diff --git a/enterprise/metallb-config/1.1.8/app-changelog.md b/enterprise/metallb-config/1.1.8/app-changelog.md new file mode 100644 index 00000000000..ad7311879f3 --- /dev/null +++ b/enterprise/metallb-config/1.1.8/app-changelog.md @@ -0,0 +1,9 @@ + + +## [metallb-config-1.1.8](https://github.com/truecharts/charts/compare/metallb-config-1.1.7...metallb-config-1.1.8) (2023-06-13) + +### Feat + +- update metallb docs for operator-based version ([#9587](https://github.com/truecharts/charts/issues/9587)) + + \ No newline at end of file diff --git a/enterprise/metallb-config/1.1.7/app-readme.md b/enterprise/metallb-config/1.1.8/app-readme.md similarity index 100% rename from enterprise/metallb-config/1.1.7/app-readme.md rename to enterprise/metallb-config/1.1.8/app-readme.md diff --git a/enterprise/metallb-config/1.1.7/charts/common-12.14.1.tgz b/enterprise/metallb-config/1.1.8/charts/common-12.14.1.tgz similarity index 100% rename from enterprise/metallb-config/1.1.7/charts/common-12.14.1.tgz rename to enterprise/metallb-config/1.1.8/charts/common-12.14.1.tgz diff --git a/enterprise/metallb-config/1.1.7/ix_values.yaml b/enterprise/metallb-config/1.1.8/ix_values.yaml similarity index 100% rename from enterprise/metallb-config/1.1.7/ix_values.yaml rename to enterprise/metallb-config/1.1.8/ix_values.yaml diff --git a/enterprise/metallb-config/1.1.7/questions.yaml b/enterprise/metallb-config/1.1.8/questions.yaml similarity index 100% rename from enterprise/metallb-config/1.1.7/questions.yaml rename to enterprise/metallb-config/1.1.8/questions.yaml diff --git a/enterprise/metallb-config/1.1.7/templates/NOTES.txt b/enterprise/metallb-config/1.1.8/templates/NOTES.txt similarity index 100% rename from enterprise/metallb-config/1.1.7/templates/NOTES.txt rename to enterprise/metallb-config/1.1.8/templates/NOTES.txt diff --git a/enterprise/metallb-config/1.1.7/templates/_bgpadvertisement.tpl b/enterprise/metallb-config/1.1.8/templates/_bgpadvertisement.tpl similarity index 100% rename from enterprise/metallb-config/1.1.7/templates/_bgpadvertisement.tpl rename to enterprise/metallb-config/1.1.8/templates/_bgpadvertisement.tpl diff --git a/enterprise/metallb-config/1.1.7/templates/_community.tpl b/enterprise/metallb-config/1.1.8/templates/_community.tpl similarity index 100% rename from enterprise/metallb-config/1.1.7/templates/_community.tpl rename to enterprise/metallb-config/1.1.8/templates/_community.tpl diff --git a/enterprise/metallb-config/1.1.7/templates/_ipaddresspool.tpl b/enterprise/metallb-config/1.1.8/templates/_ipaddresspool.tpl similarity index 100% rename from enterprise/metallb-config/1.1.7/templates/_ipaddresspool.tpl rename to enterprise/metallb-config/1.1.8/templates/_ipaddresspool.tpl diff --git a/enterprise/metallb-config/1.1.7/templates/_l2advertisement.tpl b/enterprise/metallb-config/1.1.8/templates/_l2advertisement.tpl similarity index 100% rename from enterprise/metallb-config/1.1.7/templates/_l2advertisement.tpl rename to enterprise/metallb-config/1.1.8/templates/_l2advertisement.tpl diff --git a/enterprise/metallb-config/1.1.7/templates/_peers.tpl b/enterprise/metallb-config/1.1.8/templates/_peers.tpl similarity index 100% rename from enterprise/metallb-config/1.1.7/templates/_peers.tpl rename to enterprise/metallb-config/1.1.8/templates/_peers.tpl diff --git a/enterprise/metallb-config/1.1.7/templates/common.yaml b/enterprise/metallb-config/1.1.8/templates/common.yaml similarity index 100% rename from enterprise/metallb-config/1.1.7/templates/common.yaml rename to enterprise/metallb-config/1.1.8/templates/common.yaml diff --git a/enterprise/metallb-config/1.1.7/values.yaml b/enterprise/metallb-config/1.1.8/values.yaml similarity index 100% rename from enterprise/metallb-config/1.1.7/values.yaml rename to enterprise/metallb-config/1.1.8/values.yaml