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: update helm chart node-feature-discovery to 0.12.2 #3700

Merged
merged 1 commit into from
Apr 3, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 3, 2023

Mend Renovate

This PR contains the following updates:

Package Update Change
node-feature-discovery patch 0.12.1 -> 0.12.2

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

kubernetes-sigs/node-feature-discovery

v0.12.2

Compare Source

What's Changed

This patch release updates dependencies and fixes some issues with the Helm chart.

List of PRs

  • docs: Fix link for Helm docs (#​1041)
  • helm: fix topology-updater rbac (#​1103)
  • go.mod: update kubernetes to v1.26.2 (#​1107)
  • go.mod: update kubernetes to v1.26.3 (#​1108)
  • source/cpu: fix build flags of cpuid detection (#​1104)
  • deployment: fixes for mounting kubelet config (#​1105)

Full Changelog: kubernetes-sigs/node-feature-discovery@v0.12.1...v0.12.2


Configuration

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

🚦 Automerge: Enabled.

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

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


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

This PR has been generated by Mend Renovate. View repository job log here.

Signed-off-by: Zee Aslam <h3mmy@users.noreply.github.com>
@renovate renovate bot requested a review from h3mmy as a code owner April 3, 2023 12:05
@bloopy-boi bloopy-boi bot added area/cluster Changes made in the cluster directory size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Apr 3, 2023
@bloopy-boi
Copy link
Contributor

bloopy-boi bot commented Apr 3, 2023

Path: cluster/apps/kube-system/node-feature-discovery/helm-release.yaml
Version: 0.12.1 -> 0.12.2

@@ -171,12 +171,6 @@
 - update
 - list
 - apiGroups:
- - ""
- resources:
- - nodes/proxy
- verbs:
- - get
- - apiGroups:
 - nfd.k8s-sigs.io
 resources:
 - nodefeatures
@@ -204,6 +198,24 @@
 name: node-feature-discovery
 namespace: default
 ---
+# Source: node-feature-discovery/templates/clusterrolebinding.yaml
+apiVersion: rbac.authorization.k8s.io/v1
+kind: ClusterRoleBinding
+metadata:
+ name: node-feature-discovery-topology-updater
+ labels:
+ app.kubernetes.io/name: node-feature-discovery
+ app.kubernetes.io/instance: node-feature-discovery
+ app.kubernetes.io/managed-by: Helm
+roleRef:
+ apiGroup: rbac.authorization.k8s.io
+ kind: ClusterRole
+ name: node-feature-discovery-topology-updater
+subjects:
+ - kind: ServiceAccount
+ name: default
+ namespace: default
+---
 # Source: node-feature-discovery/templates/role.yaml
 apiVersion: rbac.authorization.k8s.io/v1
 kind: Role
@@ -303,7 +315,7 @@
 - ALL
 readOnlyRootFilesystem: true
 runAsNonRoot: true
- image: "registry.k8s.io/nfd/node-feature-discovery:v0.12.1"
+ image: "registry.k8s.io/nfd/node-feature-discovery:v0.12.2"
 imagePullPolicy: IfNotPresent
 env:
 - name: NODE_NAME
@@ -412,7 +424,7 @@
 - ALL
 readOnlyRootFilesystem: true
 runAsNonRoot: true
- image: "registry.k8s.io/nfd/node-feature-discovery:v0.12.1"
+ image: "registry.k8s.io/nfd/node-feature-discovery:v0.12.2"
 imagePullPolicy: IfNotPresent
 livenessProbe:
 exec:

@bloopy-boi
Copy link
Contributor

bloopy-boi bot commented Apr 3, 2023

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 1.12s
✅ YAML prettier 1 1 0 0.54s
✅ YAML yamllint 1 0 0.26s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@renovate renovate bot merged commit fed8c61 into main Apr 3, 2023
@renovate renovate bot deleted the renovate/patch-node-feature-discovery branch April 3, 2023 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cluster Changes made in the cluster directory renovate/helm size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. type/patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants