-
Notifications
You must be signed in to change notification settings - Fork 9
feat(container): update image docker.io/n8nio/n8n to v1.89.2 #6861
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
Open
clarknova99-bot
wants to merge
1
commit into
main
Choose a base branch
from
renovate/docker.io-n8nio-n8n-1.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- kubernetes/apps/kube-system/node-feature-discovery/app Kustomization: flux-system/cluster-apps-node-feature-discovery HelmRelease: kube-system/node-feature-discovery
+++ kubernetes/apps/kube-system/node-feature-discovery/app Kustomization: flux-system/cluster-apps-node-feature-discovery HelmRelease: kube-system/node-feature-discovery
@@ -13,13 +13,13 @@
spec:
chart: node-feature-discovery
sourceRef:
kind: HelmRepository
name: node-feature-discovery
namespace: flux-system
- version: 0.17.1
+ version: 0.16.0
install:
crds: CreateReplace
remediation:
retries: 3
interval: 30m
maxHistory: 2 |
--- HelmRelease: kube-system/node-feature-discovery ClusterRole: kube-system/node-feature-discovery
+++ HelmRelease: kube-system/node-feature-discovery ClusterRole: kube-system/node-feature-discovery
@@ -5,19 +5,12 @@
name: node-feature-discovery
labels:
app.kubernetes.io/name: node-feature-discovery
app.kubernetes.io/instance: node-feature-discovery
app.kubernetes.io/managed-by: Helm
rules:
-- apiGroups:
- - ''
- resources:
- - namespaces
- verbs:
- - watch
- - list
- apiGroups:
- ''
resources:
- nodes
- nodes/status
verbs:
--- 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,14 +14,7 @@
resources:
- nodefeatures
verbs:
- create
- get
- update
- - delete
-- 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
@@ -7,13 +7,12 @@
labels:
app.kubernetes.io/name: node-feature-discovery
app.kubernetes.io/instance: node-feature-discovery
app.kubernetes.io/managed-by: Helm
role: worker
spec:
- revisionHistoryLimit: null
selector:
matchLabels:
app.kubernetes.io/name: node-feature-discovery
app.kubernetes.io/instance: node-feature-discovery
role: worker
template:
@@ -23,32 +22,33 @@
app.kubernetes.io/instance: node-feature-discovery
role: worker
spec:
dnsPolicy: ClusterFirstWithHostNet
serviceAccountName: node-feature-discovery-worker
securityContext: {}
- hostNetwork: false
containers:
- name: worker
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
runAsNonRoot: true
- image: registry.k8s.io/nfd/node-feature-discovery:v0.17.1
+ image: registry.k8s.io/nfd/node-feature-discovery:v0.16.0
imagePullPolicy: IfNotPresent
livenessProbe:
grpc:
port: 8082
initialDelaySeconds: 10
+ periodSeconds: 10
readinessProbe:
grpc:
port: 8082
initialDelaySeconds: 5
+ periodSeconds: 10
failureThreshold: 10
env:
- name: NODE_NAME
valueFrom:
fieldRef:
fieldPath: spec.nodeName
@@ -59,27 +59,26 @@
- name: POD_UID
valueFrom:
fieldRef:
fieldPath: metadata.uid
resources:
limits:
+ cpu: 200m
memory: 512Mi
requests:
cpu: 5m
memory: 64Mi
command:
- nfd-worker
args:
+ - -feature-gates=NodeFeatureAPI=true
- -feature-gates=NodeFeatureGroupAPI=false
- -metrics=8081
- - -grpc-health=8082
ports:
- - containerPort: 8081
- name: metrics
- - containerPort: 8082
- name: health
+ - name: metrics
+ containerPort: 8081
volumeMounts:
- name: host-boot
mountPath: /host-boot
readOnly: true
- name: host-os-release
mountPath: /host-etc/os-release
@@ -92,12 +91,15 @@
readOnly: true
- name: host-lib
mountPath: /host-lib
readOnly: true
- name: host-proc-swaps
mountPath: /host-proc/swaps
+ readOnly: true
+ - name: source-d
+ mountPath: /etc/kubernetes/node-feature-discovery/source.d/
readOnly: true
- name: features-d
mountPath: /etc/kubernetes/node-feature-discovery/features.d/
readOnly: true
- name: nfd-worker-conf
mountPath: /etc/kubernetes/node-feature-discovery
@@ -118,12 +120,15 @@
- name: host-lib
hostPath:
path: /lib
- name: host-proc-swaps
hostPath:
path: /proc/swaps
+ - name: source-d
+ hostPath:
+ path: /etc/kubernetes/node-feature-discovery/source.d/
- name: features-d
hostPath:
path: /etc/kubernetes/node-feature-discovery/features.d/
- name: nfd-worker-conf
configMap:
name: node-feature-discovery-worker-conf
--- 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
@@ -8,13 +8,12 @@
app.kubernetes.io/name: node-feature-discovery
app.kubernetes.io/instance: node-feature-discovery
app.kubernetes.io/managed-by: Helm
role: master
spec:
replicas: 1
- revisionHistoryLimit: null
selector:
matchLabels:
app.kubernetes.io/name: node-feature-discovery
app.kubernetes.io/instance: node-feature-discovery
role: master
template:
@@ -24,58 +23,58 @@
app.kubernetes.io/instance: node-feature-discovery
role: master
spec:
serviceAccountName: node-feature-discovery
enableServiceLinks: false
securityContext: {}
- hostNetwork: false
containers:
- name: master
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
runAsNonRoot: true
- image: registry.k8s.io/nfd/node-feature-discovery:v0.17.1
+ image: registry.k8s.io/nfd/node-feature-discovery:v0.16.0
imagePullPolicy: IfNotPresent
- startupProbe:
- grpc:
- port: 8082
- failureThreshold: 30
livenessProbe:
grpc:
port: 8082
+ initialDelaySeconds: 10
+ periodSeconds: 10
readinessProbe:
grpc:
port: 8082
+ initialDelaySeconds: 5
+ periodSeconds: 10
failureThreshold: 10
ports:
+ - containerPort: 8080
+ name: grpc
- containerPort: 8081
name: metrics
- - containerPort: 8082
- name: health
env:
- name: NODE_NAME
valueFrom:
fieldRef:
fieldPath: spec.nodeName
command:
- nfd-master
resources:
limits:
+ cpu: 300m
memory: 4Gi
requests:
cpu: 100m
memory: 128Mi
args:
- - -enable-leader-election
+ - -crd-controller=true
+ - -feature-gates=NodeFeatureAPI=true
- -feature-gates=NodeFeatureGroupAPI=false
- -metrics=8081
- - -grpc-health=8082
volumeMounts:
- name: nfd-master-conf
mountPath: /etc/kubernetes/node-feature-discovery
readOnly: true
volumes:
- name: nfd-master-conf
--- 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
@@ -8,13 +8,12 @@
app.kubernetes.io/name: node-feature-discovery
app.kubernetes.io/instance: node-feature-discovery
app.kubernetes.io/managed-by: Helm
role: gc
spec:
replicas: 1
- revisionHistoryLimit: null
selector:
matchLabels:
app.kubernetes.io/name: node-feature-discovery
app.kubernetes.io/instance: node-feature-discovery
role: gc
template:
@@ -24,28 +23,28 @@
app.kubernetes.io/instance: node-feature-discovery
role: gc
spec:
serviceAccountName: node-feature-discovery-gc
dnsPolicy: ClusterFirstWithHostNet
securityContext: {}
- hostNetwork: false
containers:
- name: gc
- image: registry.k8s.io/nfd/node-feature-discovery:v0.17.1
+ image: registry.k8s.io/nfd/node-feature-discovery:v0.16.0
imagePullPolicy: IfNotPresent
env:
- name: NODE_NAME
valueFrom:
fieldRef:
fieldPath: spec.nodeName
command:
- nfd-gc
args:
- -gc-interval=1h
resources:
limits:
+ cpu: 20m
memory: 1Gi
requests:
cpu: 10m
memory: 128Mi
securityContext:
allowPrivilegeEscalation: false
--- HelmRelease: kube-system/node-feature-discovery Job: kube-system/node-feature-discovery-prune
+++ HelmRelease: kube-system/node-feature-discovery Job: kube-system/node-feature-discovery-prune
@@ -27,13 +27,13 @@
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
runAsNonRoot: true
- image: registry.k8s.io/nfd/node-feature-discovery:v0.17.1
+ image: registry.k8s.io/nfd/node-feature-discovery:v0.16.0
imagePullPolicy: IfNotPresent
command:
- nfd-master
args:
- -prune
restartPolicy: Never |
36db941
to
e63e1a5
Compare
e63e1a5
to
a8d3d39
Compare
cd6c9ff
to
ae40f0e
Compare
ae40f0e
to
ed75a84
Compare
ed75a84
to
202f480
Compare
202f480
to
2469223
Compare
2469223
to
4c6da3a
Compare
4c6da3a
to
30d8036
Compare
30d8036
to
b65bc43
Compare
b65bc43
to
6ca812a
Compare
55e9075
to
fe63d1b
Compare
81c51cb
to
6ac248b
Compare
6ac248b
to
69fdd00
Compare
69fdd00
to
57a5b89
Compare
57a5b89
to
99062ac
Compare
99062ac
to
c747cd1
Compare
c747cd1
to
8f8c32b
Compare
8f8c32b
to
d8a6772
Compare
d8a6772
to
300b992
Compare
300b992
to
0c83823
Compare
0c83823
to
e553c93
Compare
e553c93
to
322b23b
Compare
322b23b
to
2f28a40
Compare
2f28a40
to
f0cf73b
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/ansible
Changes made in the ansible directory
area/github
Changes made in the github directory
area/kubernetes
Changes made in the kubernetes directory
renovate/container
type/minor
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.45.0
->1.89.2
Release Notes
n8n-io/n8n (docker.io/n8nio/n8n)
v1.89.0
Bug Fixes
Features
v1.88.0
Bug Fixes
indexURL
to load the pyodide runtime (#14487) (860bb1e)execute
andexecuteBatch
commands (#14381) (84e85c9)Features
Performance Improvements
v1.87.0
Bug Fixes
AddNodes
node type (#14317) (a245a5c)Features
@n8n/n8n-extension-insights
extension package (#14360) (b91be49)[@tool](https://github.com/tool)
displayOption (#14318) (73748e3)v1.86.0
Bug Fixes
Features
v1.85.0
Bug Fixes
url.includes
to check for domain names (#13802) (d3bc80c)Features
v1.84.0
Bug Fixes
test step
option in context menu for sub-nodes (#13816) (b6d5092)rewriteFramesIntegration
prefix (no-changleog) (#13900) (1eec246)Features
v1.83.0
Bug Fixes
NODE_PATH
to task runners (#13652) (906770a)=
(#13699) (9e83ff5)Features
v1.82.0
Bug Fixes
index.html
caching entirely (#13563) (afba8f9)Features
Configuration
📅 Schedule: Branch creation - "on saturday" in timezone America/New_York, 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 these updates again.
This PR has been generated by Renovate Bot.