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/node-feature-discovery): update 0.15.1 ➼ 0.15.7 #641

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tinfoild[bot]
Copy link
Contributor

@tinfoild tinfoild bot commented Mar 12, 2024

This PR contains the following updates:

Package Update Change OpenSSF
node-feature-discovery patch 0.15.1 -> 0.15.7 OpenSSF Scorecard

Release Notes

kubernetes-sigs/node-feature-discovery (node-feature-discovery)

v0.15.7

Compare Source

What's Changed

This patch release updates dependencies.

Full Changelog: kubernetes-sigs/node-feature-discovery@v0.15.6...v0.15.7

v0.15.6

Compare Source

What's Changed

Fixes an issue where node labels were temporarily removed on nfd-worker pod restarts.

Full Changelog: kubernetes-sigs/node-feature-discovery@v0.15.5...v0.15.6

v0.15.5

Compare Source

Changelog

This patch release fixes nfd-topology-updater on IPv6 clusters.

List of PRs
  • go.mod: update dependencies (#​1676)
  • topology-updater: properly handle IPv6 from NODE_ADDRESS (#​1732)

v0.15.4

Compare Source

This patch release fixes a potential crash in nfd-master (#​1644).

v0.15.3

Compare Source

Changelog

This patch release fixes a critical memory leak in nfd-master, along with updating dependencies.

Full Changelog: kubernetes-sigs/node-feature-discovery@v0.15.2...v0.15.3

v0.15.2

Compare Source

Changelog

This release fixes a bug in hooks and updates dependencies.

Full Changelog: kubernetes-sigs/node-feature-discovery@v0.15.1...v0.15.2


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.

@tinfoild
Copy link
Contributor Author

tinfoild bot commented Mar 12, 2024

--- kube/deploy/core/hardware/node-feature-discovery/app Kustomization: flux-system/1-core-hardware-node-feature-discovery-app HelmRelease: kube-system/node-feature-discovery

+++ kube/deploy/core/hardware/node-feature-discovery/app Kustomization: flux-system/1-core-hardware-node-feature-discovery-app HelmRelease: kube-system/node-feature-discovery

@@ -12,13 +12,13 @@

     spec:
       chart: node-feature-discovery
       sourceRef:
         kind: HelmRepository
         name: node-feature-discovery
         namespace: flux-system
-      version: 0.15.1
+      version: 0.15.7
   driftDetection:
     ignore:
     - paths:
       - /spec/replicas
     mode: warn
   install:

@tinfoild
Copy link
Contributor Author

tinfoild bot commented Mar 12, 2024

--- HelmRelease: kube-system/node-feature-discovery Role: kube-system/node-feature-discovery-worker

+++ HelmRelease: kube-system/node-feature-discovery Role: kube-system/node-feature-discovery-worker

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

   resources:
   - nodefeatures
   verbs:
   - create
   - get
   - update
+- apiGroups:
+  - ''
+  resources:
+  - pods
+  verbs:
+  - get
 
--- HelmRelease: kube-system/node-feature-discovery DaemonSet: kube-system/node-feature-discovery-worker

+++ HelmRelease: kube-system/node-feature-discovery DaemonSet: kube-system/node-feature-discovery-worker

@@ -31,13 +31,13 @@

           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL
           readOnlyRootFilesystem: true
           runAsNonRoot: true
-        image: registry.k8s.io/nfd/node-feature-discovery:v0.15.1
+        image: registry.k8s.io/nfd/node-feature-discovery:v0.15.7
         imagePullPolicy: IfNotPresent
         env:
         - name: NODE_NAME
           valueFrom:
             fieldRef:
               fieldPath: spec.nodeName
--- HelmRelease: kube-system/node-feature-discovery Deployment: kube-system/node-feature-discovery-master

+++ HelmRelease: kube-system/node-feature-discovery Deployment: kube-system/node-feature-discovery-master

@@ -32,13 +32,13 @@

           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL
           readOnlyRootFilesystem: true
           runAsNonRoot: true
-        image: registry.k8s.io/nfd/node-feature-discovery:v0.15.1
+        image: registry.k8s.io/nfd/node-feature-discovery:v0.15.7
         imagePullPolicy: IfNotPresent
         livenessProbe:
           grpc:
             port: 8080
           initialDelaySeconds: 10
           periodSeconds: 10
--- HelmRelease: kube-system/node-feature-discovery Deployment: kube-system/node-feature-discovery-gc

+++ HelmRelease: kube-system/node-feature-discovery Deployment: kube-system/node-feature-discovery-gc

@@ -25,13 +25,13 @@

     spec:
       serviceAccountName: node-feature-discovery-gc
       dnsPolicy: ClusterFirstWithHostNet
       securityContext: {}
       containers:
       - name: gc
-        image: registry.k8s.io/nfd/node-feature-discovery:v0.15.1
+        image: registry.k8s.io/nfd/node-feature-discovery:v0.15.7
         imagePullPolicy: IfNotPresent
         env:
         - name: NODE_NAME
           valueFrom:
             fieldRef:
               fieldPath: spec.nodeName

@tinfoild tinfoild bot force-pushed the renovate/node-feature-discovery-0.15.x branch 10 times, most recently from a849f8b to ff675a5 Compare March 13, 2024 19:39
@JJGadgets JJGadgets force-pushed the main branch 2 times, most recently from 7c3b5a1 to 546d200 Compare March 13, 2024 19:56
@tinfoild tinfoild bot force-pushed the renovate/node-feature-discovery-0.15.x branch 6 times, most recently from c08da17 to 5bc3501 Compare March 14, 2024 20:07
@tinfoild tinfoild bot changed the title fix(helm): update chart node-feature-discovery to 0.15.2 fix(helm): update chart node-feature-discovery to 0.15.3 Mar 15, 2024
@tinfoild tinfoild bot force-pushed the renovate/node-feature-discovery-0.15.x branch from 5bc3501 to 66b74db Compare March 15, 2024 12:50
@JJGadgets JJGadgets force-pushed the main branch 5 times, most recently from f447170 to dcbe93e Compare March 28, 2024 21:26
@tinfoild tinfoild bot force-pushed the renovate/node-feature-discovery-0.15.x branch from fd58280 to 958ada6 Compare September 5, 2024 02:38
@tinfoild tinfoild bot force-pushed the renovate/node-feature-discovery-0.15.x branch 10 times, most recently from f47a3be to 048f34c Compare October 1, 2024 13:40
@tinfoild tinfoild bot force-pushed the renovate/node-feature-discovery-0.15.x branch 2 times, most recently from 80591e9 to 43e8154 Compare October 28, 2024 16:27
@tinfoild tinfoild bot changed the title fix(helm): update chart node-feature-discovery to 0.15.6 fix(helm): update chart node-feature-discovery to 0.15.7 Oct 28, 2024
@tinfoild tinfoild bot changed the title fix(helm): update chart node-feature-discovery to 0.15.7 fix(helm/node-feature-discovery): update helm release node-feature-discovery ➼ 0.15.7 Dec 4, 2024
@tinfoild tinfoild bot force-pushed the renovate/node-feature-discovery-0.15.x branch from 43e8154 to 10c9b1c Compare December 4, 2024 11:40
@tinfoild tinfoild bot changed the title fix(helm/node-feature-discovery): update helm release node-feature-discovery ➼ 0.15.7 fix(helm/node-feature-discovery): update ➼ 0.15.7 Dec 4, 2024
@tinfoild tinfoild bot changed the title fix(helm/node-feature-discovery): update ➼ 0.15.7 fix(helm/node-feature-discovery): update 0.15.1 ➼ 0.15.7 Dec 4, 2024
@tinfoild tinfoild bot force-pushed the renovate/node-feature-discovery-0.15.x branch 4 times, most recently from a7a8c13 to 1c98057 Compare December 6, 2024 02:22
@tinfoild tinfoild bot force-pushed the renovate/node-feature-discovery-0.15.x branch from 1c98057 to b6aa399 Compare December 6, 2024 15:40
@tinfoild tinfoild bot changed the title fix(helm/node-feature-discovery): update 0.15.1 ➼ 0.15.7 fix(helm/node-feature-discovery): update 0.15.1 ➼ 0.15.7 - autoclosed Dec 16, 2024
@tinfoild tinfoild bot closed this Dec 16, 2024
@tinfoild tinfoild bot deleted the renovate/node-feature-discovery-0.15.x branch December 16, 2024 05:13
@tinfoild tinfoild bot changed the title fix(helm/node-feature-discovery): update 0.15.1 ➼ 0.15.7 - autoclosed fix(helm/node-feature-discovery): update 0.15.1 ➼ 0.15.7 Dec 16, 2024
@tinfoild tinfoild bot reopened this Dec 16, 2024
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.

0 participants