diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 641e607..7521177 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -71,6 +71,8 @@ jobs: with: files: ${{ env.TARBALL }} fail_on_unmatched_files: true + draft: false + prerelease: false env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/artifacthub-pkg.yml b/artifacthub-pkg.yml index 468d31c..9f7b31b 100644 --- a/artifacthub-pkg.yml +++ b/artifacthub-pkg.yml @@ -1,4 +1,4 @@ -version: 0.3.7 +version: 0.3.8 name: headlamp-polaris-plugin displayName: Polaris createdAt: "2026-02-05T19:00:00Z" @@ -28,7 +28,7 @@ maintainers: - name: cpfarhood email: "chris@farhood.org" annotations: - headlamp/plugin/archive-url: "https://github.com/cpfarhood/headlamp-polaris-plugin/releases/download/v0.3.7/polaris-0.3.7.tar.gz" + headlamp/plugin/archive-url: "https://github.com/cpfarhood/headlamp-polaris-plugin/releases/download/v0.3.8/polaris-0.3.8.tar.gz" headlamp/plugin/version-compat: ">=0.26" - headlamp/plugin/archive-checksum: sha256:09d199ffc2705fae1c69baef39acf5bfa9aa39b7544c9e680a80fafe8c946fa0 + headlamp/plugin/archive-checksum: sha256:109720d9ab5cf425fbf18619371b34f4eb555983b2877cce2eee0de2ce862a67 headlamp/plugin/distro-compat: in-cluster diff --git a/package.json b/package.json index 2ca7e3e..54a2d7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "polaris", - "version": "0.3.7", + "version": "0.3.8", "description": "Headlamp plugin for Fairwinds Polaris audit results", "repository": { "type": "git",