-
Couldn't load subscription status.
- Fork 0
chore(flux): update image longhorn 1.9.1 → 1.9.2 #7
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
Merged
Conversation
This file contains hidden or 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
09e4db5 to
2fc79f1
Compare
--- clusters/main/kubernetes/system/longhorn/app Kustomization: flux-system/longhorn HelmRelease: longhorn-system/longhorn
+++ clusters/main/kubernetes/system/longhorn/app Kustomization: flux-system/longhorn HelmRelease: longhorn-system/longhorn
@@ -12,13 +12,13 @@
spec:
chart: longhorn
sourceRef:
kind: HelmRepository
name: home-ops-mirror
namespace: flux-system
- version: 1.9.1
+ version: 1.9.2
install:
crds: CreateReplace
createNamespace: true
remediation:
retries: 3
interval: 5m |
--- HelmRelease: longhorn-system/longhorn DaemonSet: longhorn-system/longhorn-manager
+++ HelmRelease: longhorn-system/longhorn DaemonSet: longhorn-system/longhorn-manager
@@ -18,32 +18,32 @@
app.kubernetes.io/name: longhorn
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/instance: longhorn
spec:
containers:
- name: longhorn-manager
- image: longhornio/longhorn-manager:v1.9.1
+ image: longhornio/longhorn-manager:v1.9.2
imagePullPolicy: IfNotPresent
securityContext:
privileged: true
command:
- longhorn-manager
- -d
- daemon
- --engine-image
- - longhornio/longhorn-engine:v1.9.1
+ - longhornio/longhorn-engine:v1.9.2
- --instance-manager-image
- - longhornio/longhorn-instance-manager:v1.9.1
+ - longhornio/longhorn-instance-manager:v1.9.2
- --share-manager-image
- - longhornio/longhorn-share-manager:v1.9.1
+ - longhornio/longhorn-share-manager:v1.9.2
- --backing-image-manager-image
- - longhornio/backing-image-manager:v1.9.1
+ - longhornio/backing-image-manager:v1.9.2
- --support-bundle-manager-image
- - longhornio/support-bundle-kit:v0.0.61
+ - longhornio/support-bundle-kit:v0.0.69
- --manager-image
- - longhornio/longhorn-manager:v1.9.1
+ - longhornio/longhorn-manager:v1.9.2
- --service-account
- longhorn-service-account
- --upgrade-version-check
ports:
- containerPort: 9500
name: manager
@@ -91,13 +91,13 @@
- name: NODE_NAME
valueFrom:
fieldRef:
fieldPath: spec.nodeName
- name: pre-pull-share-manager-image
imagePullPolicy: IfNotPresent
- image: longhornio/longhorn-share-manager:v1.9.1
+ image: longhornio/longhorn-share-manager:v1.9.2
command:
- sh
- -c
- echo share-manager image pulled && sleep infinity
volumes:
- name: boot
--- HelmRelease: longhorn-system/longhorn Deployment: longhorn-system/longhorn-driver-deployer
+++ HelmRelease: longhorn-system/longhorn Deployment: longhorn-system/longhorn-driver-deployer
@@ -19,28 +19,28 @@
app.kubernetes.io/name: longhorn
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/instance: longhorn
spec:
initContainers:
- name: wait-longhorn-manager
- image: longhornio/longhorn-manager:v1.9.1
+ image: longhornio/longhorn-manager:v1.9.2
command:
- sh
- -c
- while [ $(curl -m 1 -s -o /dev/null -w "%{http_code}" http://longhorn-backend:9500/v1)
!= "200" ]; do echo waiting; sleep 2; done
containers:
- name: longhorn-driver-deployer
- image: longhornio/longhorn-manager:v1.9.1
+ image: longhornio/longhorn-manager:v1.9.2
imagePullPolicy: IfNotPresent
command:
- longhorn-manager
- -d
- deploy-driver
- --manager-image
- - longhornio/longhorn-manager:v1.9.1
+ - longhornio/longhorn-manager:v1.9.2
- --manager-url
- http://longhorn-backend:9500/v1
env:
- name: POD_NAMESPACE
valueFrom:
fieldRef:
--- HelmRelease: longhorn-system/longhorn Deployment: longhorn-system/longhorn-ui
+++ HelmRelease: longhorn-system/longhorn Deployment: longhorn-system/longhorn-ui
@@ -32,13 +32,13 @@
values:
- longhorn-ui
topologyKey: kubernetes.io/hostname
weight: 1
containers:
- name: longhorn-ui
- image: longhornio/longhorn-ui:v1.9.1
+ image: longhornio/longhorn-ui:v1.9.2
imagePullPolicy: IfNotPresent
volumeMounts:
- name: nginx-cache
mountPath: /var/cache/nginx/
- name: nginx-config
mountPath: /var/config/nginx/
--- HelmRelease: longhorn-system/longhorn Job: longhorn-system/longhorn-post-upgrade
+++ HelmRelease: longhorn-system/longhorn Job: longhorn-system/longhorn-post-upgrade
@@ -21,13 +21,13 @@
app.kubernetes.io/name: longhorn
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/instance: longhorn
spec:
containers:
- name: longhorn-post-upgrade
- image: longhornio/longhorn-manager:v1.9.1
+ image: longhornio/longhorn-manager:v1.9.2
imagePullPolicy: IfNotPresent
command:
- longhorn-manager
- post-upgrade
env:
- name: POD_NAMESPACE
--- HelmRelease: longhorn-system/longhorn Job: longhorn-system/longhorn-pre-upgrade
+++ HelmRelease: longhorn-system/longhorn Job: longhorn-system/longhorn-pre-upgrade
@@ -21,13 +21,13 @@
app.kubernetes.io/name: longhorn
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/instance: longhorn
spec:
containers:
- name: longhorn-pre-upgrade
- image: longhornio/longhorn-manager:v1.9.1
+ image: longhornio/longhorn-manager:v1.9.2
imagePullPolicy: IfNotPresent
securityContext:
privileged: true
command:
- longhorn-manager
- pre-upgrade
--- HelmRelease: longhorn-system/longhorn Job: longhorn-system/longhorn-uninstall
+++ HelmRelease: longhorn-system/longhorn Job: longhorn-system/longhorn-uninstall
@@ -21,13 +21,13 @@
app.kubernetes.io/name: longhorn
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/instance: longhorn
spec:
containers:
- name: longhorn-uninstall
- image: longhornio/longhorn-manager:v1.9.1
+ image: longhornio/longhorn-manager:v1.9.2
imagePullPolicy: IfNotPresent
command:
- longhorn-manager
- uninstall
- --force
env: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.9.1->1.9.2Release Notes
longhorn/longhorn (longhorn)
v1.9.2: Longhorn v1.9.2Compare Source
Longhorn v1.9.2 Release Notes
Longhorn 1.9.2 introduces several improvements and bug fixes that are intended to improve system quality, resilience, stability and security.
The Longhorn team appreciates your contributions and expects to receive feedback regarding this release.
Installation
You can install Longhorn using a variety of tools, including Rancher, Kubectl, and Helm. For more information about installation methods and requirements, see Quick Installation in the Longhorn documentation.
Upgrade
Longhorn only allows upgrades from supported versions. For more information about upgrade paths and procedures, see Upgrade in the Longhorn documentation.
Post-Release Known Issues
For information about issues identified after this release, see Release-Known-Issues.
Resolved Issues
Improvement
Deleting orphans on evicted node ...11501 - @yangchiu @derekbitBug
No instance manager for node xxx for update instance state of orphan instance orphan-xxx..11599 - @COLDTURNIP @chriscchientest_recurring_jobs_when_volume_detached_unexpectedlyfailed: backup completed but progress did not reach 100% 11476 - @yangchiu @mantissahztest_replica_auto_balance_node_least_effortIs Sometimes Failed 11391 - @derekbit @chriscchienSIGSEGV: segmentation violation11422 - @derekbit @roger-ryaoNew Contributors
Contributors
Configuration
📅 Schedule: Branch creation - "before 06:00 AM" (UTC), 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 this update again.
This PR has been generated by Renovate Bot.