diff --git a/CHANGELOG.md b/CHANGELOG.md index f24f37e..ba4d57e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- **ArtifactHub namespace** — updated `provider.name` and `maintainers[].name` in `artifacthub-pkg.yml` from `privilegedescalation` to `headlamp` to reflect the ArtifactHub package namespace + ## [1.0.0] - 2026-03-24 ### Added diff --git a/artifacthub-pkg.yml b/artifacthub-pkg.yml index 70740c8..05f8d30 100644 --- a/artifacthub-pkg.yml +++ b/artifacthub-pkg.yml @@ -18,10 +18,10 @@ links: - name: source url: https://github.com/privilegedescalation/headlamp-rook-plugin maintainers: - - name: privilegedescalation + - name: headlamp email: privilegedescalation@users.noreply.github.com provider: - name: privilegedescalation + name: headlamp changes: - kind: changed description: "Bump to v1.0.1 patch release — fix ArtifactHub checksum"