From a2e7d8a5b290c28810d260dc985e72f6e2a73723 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Tue, 19 May 2026 23:41:58 +0000 Subject: [PATCH 1/5] fix: point archive URLs from GitHub to Gitea; bump version to v0.1.3 - Update archive-url and checksum to v0.1.3 Gitea release - Change homeURL and links from github.com to git.farh.net - Bump version field from 0.1.2 to 0.1.3 Co-Authored-By: Paperclip --- artifacthub-pkg.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/artifacthub-pkg.yml b/artifacthub-pkg.yml index 64b20cd..14f7f5b 100644 --- a/artifacthub-pkg.yml +++ b/artifacthub-pkg.yml @@ -1,4 +1,4 @@ -version: "0.1.2" +version: "0.1.3" name: headlamp-argocd displayName: ArgoCD Headlamp Plugin createdAt: "2026-04-21T00:00:00Z" @@ -6,7 +6,7 @@ description: >- Headlamp plugin for ArgoCD visibility. Monitors ArgoCD Applications, Rollouts, and health status. Read-only — no cluster write operations. license: Apache-2.0 -homeURL: https://github.com/privilegedescalation/headlamp-argocd-plugin +homeURL: https://git.farh.net/privilegedescalation/headlamp-argocd-plugin appVersion: "0.1.0" keywords: - argocd @@ -17,7 +17,7 @@ keywords: - continuous-delivery links: - name: Source - url: https://github.com/privilegedescalation/headlamp-argocd-plugin + url: https://git.farh.net/privilegedescalation/headlamp-argocd-plugin - name: ArgoCD url: https://argo-cd.readthedocs.io/ maintainers: @@ -26,10 +26,10 @@ maintainers: provider: name: privilegedescalation annotations: - headlamp/plugin/archive-url: "https://github.com/privilegedescalation/headlamp-argocd-plugin/releases/download/v0.1.2/privilegedescalation-headlamp-argocd-plugin-0.1.2.tar.gz" - headlamp/plugin/archive-checksum: sha256:e71f84913eed1fd7e2d074912e3bfa668c4b1fefcbb069731a4e4277a998ca28 + headlamp/plugin/archive-url: "https://git.farh.net/privilegedescalation/headlamp-argocd-plugin/releases/download/v0.1.3/privilegedescalation-headlamp-argocd-plugin-0.1.3.tar.gz" + headlamp/plugin/archive-checksum: sha256:cf96084b79a76b341b5f08d4e17ccf77b5de20f4178061ddc5b5e8dfa81d2743 headlamp/plugin/version-compat: ">=0.26" headlamp/plugin/distro-compat: "in-cluster" changes: - - kind: added - description: "Initial v0.1.0 release" + - kind: fixed + description: "Point archive URLs from GitHub to Gitea releases; bump version to v0.1.3" -- 2.52.0 From 681d5474fcc977d0c4a5a16de9ab9584e5179c10 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Wed, 20 May 2026 00:22:30 +0000 Subject: [PATCH 2/5] Restore GitHub archive URLs in artifacthub-pkg.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Per company policy, ArtifactHub archive URLs must point to GitHub. Reverted URLs that were incorrectly changed to Gitea. - homeURL → github.com - links[Source] → github.com - archive-url → github.com/releases/download/v0.1.3/ Version (0.1.3) and checksum unchanged. Co-Authored-By: Paperclip --- artifacthub-pkg.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/artifacthub-pkg.yml b/artifacthub-pkg.yml index 14f7f5b..0236cb7 100644 --- a/artifacthub-pkg.yml +++ b/artifacthub-pkg.yml @@ -6,7 +6,7 @@ description: >- Headlamp plugin for ArgoCD visibility. Monitors ArgoCD Applications, Rollouts, and health status. Read-only — no cluster write operations. license: Apache-2.0 -homeURL: https://git.farh.net/privilegedescalation/headlamp-argocd-plugin +homeURL: https://github.com/privilegedescalation/headlamp-argocd-plugin appVersion: "0.1.0" keywords: - argocd @@ -17,7 +17,7 @@ keywords: - continuous-delivery links: - name: Source - url: https://git.farh.net/privilegedescalation/headlamp-argocd-plugin + url: https://github.com/privilegedescalation/headlamp-argocd-plugin - name: ArgoCD url: https://argo-cd.readthedocs.io/ maintainers: @@ -26,7 +26,7 @@ maintainers: provider: name: privilegedescalation annotations: - headlamp/plugin/archive-url: "https://git.farh.net/privilegedescalation/headlamp-argocd-plugin/releases/download/v0.1.3/privilegedescalation-headlamp-argocd-plugin-0.1.3.tar.gz" + headlamp/plugin/archive-url: "https://github.com/privilegedescalation/headlamp-argocd-plugin/releases/download/v0.1.3/privilegedescalation-headlamp-argocd-plugin-0.1.3.tar.gz" headlamp/plugin/archive-checksum: sha256:cf96084b79a76b341b5f08d4e17ccf77b5de20f4178061ddc5b5e8dfa81d2743 headlamp/plugin/version-compat: ">=0.26" headlamp/plugin/distro-compat: "in-cluster" -- 2.52.0 From 738e5e2299350e97a07db45d1260403c8401d7b2 Mon Sep 17 00:00:00 2001 From: Null Pointer Nancy <8+pe_nancy@noreply.git.farh.net> Date: Wed, 20 May 2026 01:07:26 +0000 Subject: [PATCH 3/5] fix: populate repositoryID in artifacthub-repo.yml Co-Authored-By: Paperclip --- artifacthub-repo.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/artifacthub-repo.yml b/artifacthub-repo.yml index 5b944d9..ad35ee1 100644 --- a/artifacthub-repo.yml +++ b/artifacthub-repo.yml @@ -1,6 +1,6 @@ # Artifact Hub repository metadata # https://artifacthub.io/docs/topics/repositories/#repository-metadata-file -repositoryID: "" +repositoryID: "3648e8a8-54f7-474c-9977-00ec3b4ea1e1" owners: - name: privilegedescalation - email: chris@farhood.org + email: chris@farhood.org \ No newline at end of file -- 2.52.0 From d6cd0ec9d446a68b5ed1f08a6312cfa13a1af9e8 Mon Sep 17 00:00:00 2001 From: Null Pointer Nancy <8+pe_nancy@noreply.git.farh.net> Date: Wed, 20 May 2026 01:07:43 +0000 Subject: [PATCH 4/5] fix: correct changes description in artifacthub-pkg.yml Co-Authored-By: Paperclip --- artifacthub-pkg.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artifacthub-pkg.yml b/artifacthub-pkg.yml index 0236cb7..b282b28 100644 --- a/artifacthub-pkg.yml +++ b/artifacthub-pkg.yml @@ -32,4 +32,4 @@ annotations: headlamp/plugin/distro-compat: "in-cluster" changes: - kind: fixed - description: "Point archive URLs from GitHub to Gitea releases; bump version to v0.1.3" + description: "Fix archive URL to point to GitHub v0.1.3 release and bump version" \ No newline at end of file -- 2.52.0 From f64e574249fd43f8f98ac4582713d685e39a1405 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Wed, 20 May 2026 01:19:35 +0000 Subject: [PATCH 5/5] chore: trigger fresh CI run via empty commit -- 2.52.0