Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(helm): update headlamp ( 0.28.0 → 0.28.1 ) #3676

Merged
merged 1 commit into from
Feb 7, 2025

Conversation

smurf-bot[bot]
Copy link
Contributor

@smurf-bot smurf-bot bot commented Feb 7, 2025

This PR contains the following updates:

Package Update Change
headlamp (source) patch 0.28.0 -> 0.28.1

Release Notes

headlamp-k8s/headlamp (headlamp)

v0.28.1: 0.28.1

Compare Source

🐞 Bug fixes
  • Fix not showing any items because the user's role has no access to listing all namespaces
    • Now it falls back to showing the cluster's default namespace (if set) when there are listing related permissions issues
  • Fix recursive loading issue in port-forward (desktop only)
  • Prevent storing Electron's different preferences profiles each time (desktop only)
  • Fix showing a plugin's payload origin (it was showing the ArtifactHub's package URL but now shows the actual plugin archive URL) (desktop only)
  • Fix other important security issues
💻 Development
  • Refactor some of the plugin manager's code including fixing types

Container image: 🐳 ghcr.io/headlamp-k8s/headlamp:v0.28.1
Desktop Apps:

🐧 Flatpak / Linux (AMD64)
🐧 Linux AppImage AMD64, ARM64, ARMv7l
🐧 Linux Tarball AMD64, ARM64, ARMv7l
🐧 Debian / Linux AMD64
🍏 Mac (AMD64)
🍏 Mac (ARM/M1)
🟦 Windows (AMD64)


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

| datasource | package  | from   | to     |
| ---------- | -------- | ------ | ------ |
| helm       | headlamp | 0.28.0 | 0.28.1 |
@smurf-bot smurf-bot bot requested a review from joryirving as a code owner February 7, 2025 16:02
@smurf-bot smurf-bot bot added area/kubernetes Changes made in the kubernetes directory cluster/main cluster/utility labels Feb 7, 2025
@smurf-bot
Copy link
Contributor Author

smurf-bot bot commented Feb 7, 2025

--- kubernetes/utility/apps/flux-system/headlamp/app Kustomization: flux-system/headlamp HelmRelease: flux-system/headlamp

+++ kubernetes/utility/apps/flux-system/headlamp/app Kustomization: flux-system/headlamp HelmRelease: flux-system/headlamp

@@ -14,13 +14,13 @@

       chart: headlamp
       interval: 30m
       sourceRef:
         kind: HelmRepository
         name: headlamp
         namespace: flux-system
-      version: 0.28.0
+      version: 0.28.1
   install:
     remediation:
       retries: 3
   interval: 30m
   upgrade:
     cleanupOnFail: true

@smurf-bot
Copy link
Contributor Author

smurf-bot bot commented Feb 7, 2025

--- HelmRelease: flux-system/headlamp Deployment: flux-system/headlamp

+++ HelmRelease: flux-system/headlamp Deployment: flux-system/headlamp

@@ -35,13 +35,13 @@

       - name: headlamp
         securityContext:
           privileged: false
           runAsGroup: 101
           runAsNonRoot: true
           runAsUser: 100
-        image: ghcr.io/headlamp-k8s/headlamp:v0.28.0
+        image: ghcr.io/headlamp-k8s/headlamp:v0.28.1
         imagePullPolicy: IfNotPresent
         env: null
         args:
         - -in-cluster
         - -plugins-dir=/build/plugins
         ports:

@smurf-bot
Copy link
Contributor Author

smurf-bot bot commented Feb 7, 2025

--- kubernetes/main/apps/flux-system/headlamp/app Kustomization: flux-system/headlamp HelmRelease: flux-system/headlamp

+++ kubernetes/main/apps/flux-system/headlamp/app Kustomization: flux-system/headlamp HelmRelease: flux-system/headlamp

@@ -14,13 +14,13 @@

       chart: headlamp
       interval: 30m
       sourceRef:
         kind: HelmRepository
         name: headlamp
         namespace: flux-system
-      version: 0.28.0
+      version: 0.28.1
   install:
     remediation:
       retries: 3
   interval: 30m
   upgrade:
     cleanupOnFail: true

@smurf-bot
Copy link
Contributor Author

smurf-bot bot commented Feb 7, 2025

--- HelmRelease: flux-system/headlamp Deployment: flux-system/headlamp

+++ HelmRelease: flux-system/headlamp Deployment: flux-system/headlamp

@@ -37,13 +37,13 @@

       - name: headlamp
         securityContext:
           privileged: false
           runAsGroup: 101
           runAsNonRoot: true
           runAsUser: 100
-        image: ghcr.io/headlamp-k8s/headlamp:v0.28.0
+        image: ghcr.io/headlamp-k8s/headlamp:v0.28.1
         imagePullPolicy: IfNotPresent
         env: null
         args:
         - -in-cluster
         - -plugins-dir=/build/plugins
         ports:

@joryirving joryirving merged commit 217386c into main Feb 7, 2025
19 checks passed
@joryirving joryirving deleted the renovate/headlamp-0.28.x branch February 7, 2025 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant