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 chart node-feature-discovery to 0.11.3 #742

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

Conversation

chii-bot[bot]
Copy link
Contributor

@chii-bot chii-bot bot commented Aug 24, 2022

This PR contains the following updates:

Package Update Change
node-feature-discovery patch 0.11.1 -> 0.11.3

⚠ 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.11.3

Compare Source

Changelog

This point release fixes a bug in nfd-topology-updater that caused it to silently stop in some scenarios. It also updates dependencies and refreshes the base container image to Debian bullseye-slim.

List of PRs

  • docs: fix incorrect shell snippet for removing labels (#​893)
  • Update base image to Debian bullseye (#​942)
  • cpu: ignore unknown cpuid flags on non-x86 (#​943)
  • topology-updater: continue looping on scan error (#​941)
  • go.mod: bump kubernetes to v1.23.13 (#​944)

v0.11.2

Compare Source

Changelog

This point release fixes an issue with NodeFeatureRule templating. It also provides a fresh build with updated golang and updated base image addressing an issue with cve security scan (#​853).

List of PRs
  • docs: update x86 cpuid feature list (#​823)
  • docs: fix operator deployment instructions (#​813)
  • docs: small typo fix in cpuid feature list (#​826)
  • dockerfile: bump builder image to golang v1.17.13 (#​869)
  • Fix templates for NodeFeatureRule with MatchAny (#​872)

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, click this checkbox.

This PR has been generated by Renovate Bot.

@chii-bot chii-bot bot requested a review from toboshii as a code owner August 24, 2022 16:26
@chii-bot chii-bot bot added renovate/helm type/patch area/cluster Changes made in the cluster directory size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Aug 24, 2022
@chii-bot
Copy link
Contributor Author

chii-bot bot commented Aug 24, 2022

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

@@ -344,7 +344,7 @@
 - ALL
 readOnlyRootFilesystem: true
 runAsNonRoot: true
- image: "k8s.gcr.io/nfd/node-feature-discovery:v0.11.1"
+ image: "k8s.gcr.io/nfd/node-feature-discovery:v0.11.3"
 imagePullPolicy: IfNotPresent
 env:
 - name: NODE_NAME
@@ -441,7 +441,7 @@
 - ALL
 readOnlyRootFilesystem: true
 runAsNonRoot: true
- image: "k8s.gcr.io/nfd/node-feature-discovery:v0.11.1"
+ image: "k8s.gcr.io/nfd/node-feature-discovery:v0.11.3"
 imagePullPolicy: IfNotPresent
 livenessProbe:
 exec:

@chii-bot
Copy link
Contributor Author

chii-bot bot commented Aug 24, 2022

MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Elapsed time
❌ COPYPASTE jscpd yes 2 1.25s
✅ REPOSITORY git_diff yes no 0.01s
✅ REPOSITORY secretlint yes no 1.52s
✅ YAML prettier 1 0 0.45s
✅ YAML yamllint 1 0 0.12s

See errors details in artifact MegaLinter reports on CI Job page
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

| datasource | package                | from   | to     |
| ---------- | ---------------------- | ------ | ------ |
| helm       | node-feature-discovery | 0.11.1 | 0.11.3 |
@chii-bot chii-bot bot changed the title fix(helm): update chart node-feature-discovery to 0.11.2 fix(helm): update chart node-feature-discovery to 0.11.3 Nov 1, 2022
@chii-bot chii-bot bot force-pushed the renovate/patch-node-feature-discovery branch from c1bd3b7 to 92dc473 Compare November 1, 2022 11:16
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