From e05423f85397be30587f0566791ffbb9431169ca Mon Sep 17 00:00:00 2001 From: "privilegedescalation-engineer[bot]" <269729446+privilegedescalation-engineer[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 11:29:58 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20to=20v1.0.1=20=E2=80=94=20fix=20Artifact?= =?UTF-8?q?Hub=20checksum?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps version to 1.0.1 and updates artifacthub-pkg.yml with the correct archive URL for v1.0.1. The archive-checksum is intentionally left blank so the release workflow can compute it after rebuilding the tarball (fixes the v1.0.0 ordering bug fixed in PR #80). Co-Authored-By: Paperclip --- artifacthub-pkg.yml | 10 ++++++---- package.json | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/artifacthub-pkg.yml b/artifacthub-pkg.yml index 6bc7d1b..39a1c0a 100644 --- a/artifacthub-pkg.yml +++ b/artifacthub-pkg.yml @@ -1,6 +1,6 @@ # Artifact Hub package metadata file # https://github.com/artifacthub/hub/blob/master/docs/metadata/artifacthub-pkg.yml -version: "1.0.0" +version: "1.0.1" name: headlamp-sealed-secrets displayName: Sealed Secrets createdAt: "2026-02-12T00:00:00Z" @@ -19,8 +19,8 @@ keywords: - encryption - security annotations: - headlamp/plugin/archive-url: "https://github.com/privilegedescalation/headlamp-sealed-secrets-plugin/releases/download/v1.0.0/sealed-secrets-1.0.0.tar.gz" - headlamp/plugin/archive-checksum: sha256:d387f156b7bf5628073116ef1e406d8038cf60eabefe46e220a0db2d67f5530a + headlamp/plugin/archive-url: "https://github.com/privilegedescalation/headlamp-sealed-secrets-plugin/releases/download/v1.0.1/sealed-secrets-1.0.1.tar.gz" + headlamp/plugin/archive-checksum: "" headlamp/plugin/version-compat: ">=0.13.0" headlamp/plugin/distro-compat: "desktop,in-cluster,web,docker-desktop" links: @@ -59,6 +59,8 @@ install: | For detailed usage instructions, see the [README](https://github.com/privilegedescalation/headlamp-sealed-secrets-plugin/blob/main/README.md). changes: + - kind: fixed + description: "Fix ArtifactHub checksum — release workflow now computes checksums after rebuilding tarball" - kind: changed description: "Bump to v1.0.0 — stable public release with comprehensive tests, ArtifactHub-only installation, and full RBAC-aware UI" - kind: added @@ -71,4 +73,4 @@ maintainers: recommendations: - url: https://artifacthub.io/packages/helm/sealed-secrets/sealed-secrets provider: - name: privilegedescalation + name: privilegedescalation \ No newline at end of file diff --git a/package.json b/package.json index 9ab025a..594331e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sealed-secrets", - "version": "1.0.0", + "version": "1.0.1", "description": "Headlamp plugin for Bitnami Sealed Secrets - manage encrypted Kubernetes secrets", "files": [ "dist",