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 longhorn to 1.6.2 #2653

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 29, 2024

This PR contains the following updates:

Package Update Change
longhorn (source) patch 1.6.0 -> 1.6.2

Release Notes

longhorn/charts (longhorn)

v1.6.2

Compare Source

Longhorn is a distributed block storage system for Kubernetes.

v1.6.1

Compare Source

Longhorn is a distributed block storage system for Kubernetes.


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 was generated by Mend Renovate. View the repository job log.

Copy link
Contributor

github-actions bot commented Mar 29, 2024

Path: cluster/core/longhorn-system/helmrelease.yaml
Version: 1.6.0 -> 1.6.2

@@ -99,6 +99,7 @@
       fromBackup: ""
       fsType: "ext4"
       dataLocality: "disabled"
+      unmapMarkSnapChainRemoved: "ignored"
 ---
 # Source: longhorn/templates/crds.yaml
 apiVersion: apiextensions.k8s.io/v1
@@ -424,6 +425,9 @@
                         type: string
                       uuid:
                         type: string
+                      virtualSize:
+                        format: int64
+                        type: integer
                     type: object
                   nullable: true
                   type: object
@@ -527,6 +531,10 @@
           jsonPath: .status.size
           name: Size
           type: string
+        - description: The virtual size of the image (may be larger than file size)
+          jsonPath: .status.virtualSize
+          name: VirtualSize
+          type: string
         - jsonPath: .metadata.creationTimestamp
           name: Age
           type: date
@@ -595,6 +603,10 @@
                   type: integer
                 uuid:
                   type: string
+                virtualSize:
+                  description: Virtual size of image, which may be larger than physical size. Will be zero until known (e.g. while a backing image is uploading)
+                  format: int64
+                  type: integer
               type: object
           type: object
       served: true
@@ -1499,7 +1511,6 @@
 metadata:
   annotations:
     controller-gen.kubebuilder.io/version: v0.7.0
-  creationTimestamp: null
   labels:
     app.kubernetes.io/name: longhorn
     app.kubernetes.io/managed-by: Helm
@@ -1515,6 +1526,7 @@
     shortNames:
       - lhe
     singular: engine
+  preserveUnknownFields: false
   scope: Namespaced
   versions:
     - additionalPrinterColumns:
@@ -1790,6 +1802,11 @@
                     type: string
                   nullable: true
                   type: object
+                replicaTransitionTimeMap:
+                  additionalProperties:
+                    type: string
+                  description: ReplicaTransitionTimeMap records the time a replica in ReplicaModeMap transitions from one mode to another (or from not being in the ReplicaModeMap to being in it). This information is sometimes required by other controllers (e.g. the volume controller uses it to determine the correct value for replica.Spec.lastHealthyAt).
+                  type: object
                 restoreStatus:
                   additionalProperties:
                     properties:
@@ -1874,7 +1891,6 @@
 metadata:
   annotations:
     controller-gen.kubebuilder.io/version: v0.7.0
-  creationTimestamp: null
   labels:
     app.kubernetes.io/name: longhorn
     app.kubernetes.io/managed-by: Helm
@@ -1890,6 +1906,7 @@
     shortNames:
       - lhim
     singular: instancemanager
+  preserveUnknownFields: false
   scope: Namespaced
   versions:
     - additionalPrinterColumns:
@@ -2010,6 +2027,7 @@
                           conditions:
                             additionalProperties:
                               type: boolean
+                            nullable: true
                             type: object
                           endpoint:
                             type: string
@@ -2052,6 +2070,7 @@
                           conditions:
                             additionalProperties:
                               type: boolean
+                            nullable: true
                             type: object
                           endpoint:
                             type: string
@@ -2094,6 +2113,7 @@
                           conditions:
                             additionalProperties:
                               type: boolean
+                            nullable: true
                             type: object
                           endpoint:
                             type: string
@@ -2664,7 +2684,6 @@
 metadata:
   annotations:
     controller-gen.kubebuilder.io/version: v0.7.0
-  creationTimestamp: null
   labels:
     app.kubernetes.io/name: longhorn
     app.kubernetes.io/managed-by: Helm
@@ -2680,6 +2699,7 @@
     shortNames:
       - lhr
     singular: replica
+  preserveUnknownFields: false
   scope: Namespaced
   versions:
     - additionalPrinterColumns:
@@ -2800,13 +2820,21 @@
                 evictionRequested:
                   type: boolean
                 failedAt:
+                  description: FailedAt is set when a running replica fails or when a running engine is unable to use a replica for any reason. FailedAt indicates the time the failure occurred. When FailedAt is set, a replica is likely to have useful (though possibly stale) data. A replica with FailedAt set must be rebuilt from a non-failed replica (or it can be used in a salvage if all replicas are failed). FailedAt is cleared before a rebuild or salvage. FailedAt may be later than the corresponding entry in an engine's replicaTransitionTimeMap because it is set when the volume controller acknowledges the change.
                   type: string
                 hardNodeAffinity:
                   type: string
                 healthyAt:
+                  description: HealthyAt is set the first time a replica becomes read/write in an engine after creation or rebuild. HealthyAt indicates the time the last successful rebuild occurred. When HealthyAt is set, a replica is likely to have useful (though possibly stale) data. HealthyAt is cleared before a rebuild. HealthyAt may be later than the corresponding entry in an engine's replicaTransitionTimeMap because it is set when the volume controller acknowledges the change.
                   type: string
                 image:
                   type: string
+                lastFailedAt:
+                  description: LastFailedAt is always set at the same time as FailedAt. Unlike FailedAt, LastFailedAt is never cleared. LastFailedAt is not a reliable indicator of the state of a replica's data. For example, a replica with LastFailedAt may already be healthy and in use again. However, because it is never cleared, it can be compared to LastHealthyAt to help prevent dangerous replica deletion in some corner cases. LastFailedAt may be later than the corresponding entry in an engine's replicaTransitionTimeMap because it is set when the volume controller acknowledges the change.
+                  type: string
+                lastHealthyAt:
+                  description: LastHealthyAt is set every time a replica becomes read/write in an engine. Unlike HealthyAt, LastHealthyAt is never cleared. LastHealthyAt is not a reliable indicator of the state of a replica's data. For example, a replica with LastHealthyAt set may be in the middle of a rebuild. However, because it is never cleared, it can be compared to LastFailedAt to help prevent dangerous replica deletion in some corner cases. LastHealthyAt may be later than the corresponding entry in an engine's replicaTransitionTimeMap because it is set when the volume controller acknowledges the change.
+                  type: string
                 logRequested:
                   type: boolean
                 nodeID:
@@ -2899,7 +2927,6 @@
 metadata:
   annotations:
     controller-gen.kubebuilder.io/version: v0.7.0
-  creationTimestamp: null
   labels:
     app.kubernetes.io/name: longhorn
     app.kubernetes.io/managed-by: Helm
@@ -2915,6 +2942,7 @@
     shortNames:
       - lhs
     singular: setting
+  preserveUnknownFields: false
   scope: Namespaced
   versions:
     - additionalPrinterColumns:
@@ -4351,7 +4379,7 @@
     spec:
       containers:
         - name: longhorn-manager
-          image: longhornio/longhorn-manager:v1.6.0
+          image: longhornio/longhorn-manager:v1.6.2
           imagePullPolicy: IfNotPresent
           securityContext:
             privileged: true
@@ -4360,17 +4388,17 @@
             - -d
             - daemon
             - --engine-image
-            - "longhornio/longhorn-engine:v1.6.0"
+            - "longhornio/longhorn-engine:v1.6.2"
             - --instance-manager-image
-            - "longhornio/longhorn-instance-manager:v1.6.0"
+            - "longhornio/longhorn-instance-manager:v1.6.2"
             - --share-manager-image
-            - "longhornio/longhorn-share-manager:v1.6.0"
+            - "longhornio/longhorn-share-manager:v1.6.2"
             - --backing-image-manager-image
-            - "longhornio/backing-image-manager:v1.6.0"
+            - "longhornio/backing-image-manager:v1.6.2"
             - --support-bundle-manager-image
-            - "longhornio/support-bundle-kit:v0.0.33"
+            - "longhornio/support-bundle-kit:v0.0.37"
             - --manager-image
-            - "longhornio/longhorn-manager:v1.6.0"
+            - "longhornio/longhorn-manager:v1.6.2"
             - --service-account
             - longhorn-service-account
             - --upgrade-version-check
@@ -4456,18 +4484,18 @@
     spec:
       initContainers:
         - name: wait-longhorn-manager
-          image: longhornio/longhorn-manager:v1.6.0
+          image: longhornio/longhorn-manager:v1.6.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.6.0
+          image: longhornio/longhorn-manager:v1.6.2
           imagePullPolicy: IfNotPresent
           command:
             - longhorn-manager
             - -d
             - deploy-driver
             - --manager-image
-            - "longhornio/longhorn-manager:v1.6.0"
+            - "longhornio/longhorn-manager:v1.6.2"
             - --manager-url
             - http://longhorn-backend:9500/v1
           env:
@@ -4484,17 +4512,17 @@
                 fieldRef:
                   fieldPath: spec.serviceAccountName
             - name: CSI_ATTACHER_IMAGE
-              value: "longhornio/csi-attacher:v4.4.2"
+              value: "longhornio/csi-attacher:v4.5.1"
             - name: CSI_PROVISIONER_IMAGE
-              value: "longhornio/csi-provisioner:v3.6.2"
+              value: "longhornio/csi-provisioner:v3.6.4"
             - name: CSI_NODE_DRIVER_REGISTRAR_IMAGE
               value: "longhornio/csi-node-driver-registrar:v2.9.2"
             - name: CSI_RESIZER_IMAGE
-              value: "longhornio/csi-resizer:v1.9.2"
+              value: "longhornio/csi-resizer:v1.10.1"
             - name: CSI_SNAPSHOTTER_IMAGE
-              value: "longhornio/csi-snapshotter:v6.3.2"
+              value: "longhornio/csi-snapshotter:v6.3.4"
             - name: CSI_LIVENESS_PROBE_IMAGE
-              value: "longhornio/livenessprobe:v2.11.0"
+              value: "longhornio/livenessprobe:v2.12.0"
       priorityClassName: "longhorn-critical"
       serviceAccountName: longhorn-service-account
       securityContext:
@@ -4539,7 +4567,7 @@
                 topologyKey: kubernetes.io/hostname
       containers:
         - name: longhorn-ui
-          image: longhornio/longhorn-ui:v1.6.0
+          image: longhornio/longhorn-ui:v1.6.2
           imagePullPolicy: IfNotPresent
           volumeMounts:
             - name: nginx-cache
@@ -4631,7 +4659,7 @@
     spec:
       containers:
         - name: longhorn-post-upgrade
-          image: longhornio/longhorn-manager:v1.6.0
+          image: longhornio/longhorn-manager:v1.6.2
           imagePullPolicy: IfNotPresent
           command:
             - longhorn-manager
@@ -4671,7 +4699,7 @@
     spec:
       containers:
         - name: longhorn-pre-upgrade
-          image: longhornio/longhorn-manager:v1.6.0
+          image: longhornio/longhorn-manager:v1.6.2
           imagePullPolicy: IfNotPresent
           command:
             - longhorn-manager
@@ -4710,7 +4738,7 @@
     spec:
       containers:
         - name: longhorn-uninstall
-          image: longhornio/longhorn-manager:v1.6.0
+          image: longhornio/longhorn-manager:v1.6.2
           imagePullPolicy: IfNotPresent
           command:
             - longhorn-manager

@npawelek npawelek force-pushed the master branch 6 times, most recently from 43f9f5f to 75f63dd Compare April 14, 2024 04:42
@npawelek npawelek force-pushed the master branch 2 times, most recently from d41b585 to f9025c9 Compare May 13, 2024 21:56
@renovate renovate bot changed the title fix(helm): update chart longhorn to 1.6.1 fix(helm): update chart longhorn to 1.6.2 May 23, 2024
@renovate renovate bot force-pushed the renovate/longhorn-1.6.x branch from c81228d to f25bed8 Compare May 23, 2024 04:02
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.

None yet

1 participant