From a53772f87dabc06dc6c296a44ba1d84422f38b20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Goinvic?= Date: Mon, 31 Mar 2025 11:13:01 +0200 Subject: [PATCH 1/3] artifacthub: fix regex --- artifacthub-repo.yaml | 2 +- newsfragments/334.internal.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 newsfragments/334.internal.md diff --git a/artifacthub-repo.yaml b/artifacthub-repo.yaml index 5b92f210..4a81443c 100644 --- a/artifacthub-repo.yaml +++ b/artifacthub-repo.yaml @@ -8,4 +8,4 @@ owners: email: onprem-support@element.io ignore: - name: matrix-stack - version: "[0-9]+\\.[0-9]+\\.[0-9]+\\..+" + version: "[0-9]+\\.[0-9]+\\.[0-9]+.+" diff --git a/newsfragments/334.internal.md b/newsfragments/334.internal.md new file mode 100644 index 00000000..b1bad5d6 --- /dev/null +++ b/newsfragments/334.internal.md @@ -0,0 +1 @@ +Fix artifacthub chart versions list. From d2a36539c0a594fd37b751ad6a83bc76a6b382f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Goinvic?= Date: Mon, 31 Mar 2025 11:27:02 +0200 Subject: [PATCH 2/3] fix refs to artifacthub.io --- artifacthub-repo.yaml | 4 ++-- docs/advanced.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/artifacthub-repo.yaml b/artifacthub-repo.yaml index 4a81443c..c554c6c7 100644 --- a/artifacthub-repo.yaml +++ b/artifacthub-repo.yaml @@ -2,10 +2,10 @@ # # SPDX-License-Identifier: AGPL-3.0-only -repositoryID: f900b890-eb67-4328-9100-336301f7cefe +repositoryID: 6a910e71-6940-45a6-9d63-07ec0080aa55 owners: - name: Element Server Products Team email: onprem-support@element.io ignore: - name: matrix-stack - version: "[0-9]+\\.[0-9]+\\.[0-9]+.+" + version: "[0-9]+\\.[0-9]+\\.[0-9]+-sha.+" diff --git a/docs/advanced.md b/docs/advanced.md index 3c26a63c..4f5ca94f 100644 --- a/docs/advanced.md +++ b/docs/advanced.md @@ -22,7 +22,7 @@ SPDX-License-Identifier: AGPL-3.0-only - The GitHub repository [values files](https://github.com/element-hq/ess-helm/blob/main/charts/matrix-stack/values.yaml). - The chart [README](https://github.com/element-hq/ess-helm/blob/main/charts/matrix-stack/README.md). -- [Artifacthub.io](https://artifacthub.io/packages/helm/element/matrix-stack). +- [Artifacthub.io](https://artifacthub.io/packages/helm/element-server-suite-community/matrix-stack). Configuration samples are available [in the GitHub repository](https://github.com/element-hq/ess-helm/tree/main/charts/matrix-stack/ci). From e339242ec627bdb2fe31403dbfe7480a37d3cb68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Goinvic?= <97093369+gaelgatelement@users.noreply.github.com> Date: Mon, 31 Mar 2025 11:56:53 +0200 Subject: [PATCH 3/3] Exclude both sha & legacy dev builds Co-authored-by: Ben Banfield-Zanin --- artifacthub-repo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artifacthub-repo.yaml b/artifacthub-repo.yaml index c554c6c7..9a49a2f1 100644 --- a/artifacthub-repo.yaml +++ b/artifacthub-repo.yaml @@ -8,4 +8,4 @@ owners: email: onprem-support@element.io ignore: - name: matrix-stack - version: "[0-9]+\\.[0-9]+\\.[0-9]+-sha.+" + version: "[0-9]+\\.[0-9]+\\.[0-9]+-(sha.+|dev)"