Skip to content

Commit

Permalink
[dev-v2.9] rancher-logging k8s 1.29 & 1.30 support (rancher#3908)
Browse files Browse the repository at this point in the history
  • Loading branch information
mallardduck authored and skanakal committed Jun 7, 2024
1 parent de66623 commit 22a1ae3
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
Binary file modified assets/rancher-logging/rancher-logging-104.0.0-rc1+up4.4.0.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions charts/rancher-logging/104.0.0-rc1+up4.4.0/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ annotations:
catalog.cattle.io/certified: rancher
catalog.cattle.io/deploys-on-os: windows
catalog.cattle.io/display-name: Logging
catalog.cattle.io/kube-version: '>= 1.23.0-0 < 1.29.0-0'
catalog.cattle.io/kube-version: '>= 1.26.0-0 < 1.31.0-0'
catalog.cattle.io/namespace: cattle-logging-system
catalog.cattle.io/permits-os: linux,windows
catalog.cattle.io/provides-gvr: logging.banzaicloud.io.clusterflow/v1beta1
Expand All @@ -21,7 +21,7 @@ keywords:
- logging
- fluentd
- fluentbit
kubeVersion: '>=1.22.0-0'
kubeVersion: '>=1.26.0-0'
name: rancher-logging
sources:
- https://github.com/kube-logging/logging-operator
Expand Down
8 changes: 4 additions & 4 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14593,7 +14593,7 @@ entries:
catalog.cattle.io/certified: rancher
catalog.cattle.io/deploys-on-os: windows
catalog.cattle.io/display-name: Logging
catalog.cattle.io/kube-version: '>= 1.23.0-0 < 1.29.0-0'
catalog.cattle.io/kube-version: '>= 1.26.0-0 < 1.31.0-0'
catalog.cattle.io/namespace: cattle-logging-system
catalog.cattle.io/permits-os: linux,windows
catalog.cattle.io/provides-gvr: logging.banzaicloud.io.clusterflow/v1beta1
Expand All @@ -14604,16 +14604,16 @@ entries:
catalog.cattle.io/upstream-version: 4.4.0
apiVersion: v2
appVersion: 4.4.0
created: "2024-05-17T09:28:37.061150326+05:30"
created: "2024-06-05T13:06:18.789135-04:00"
description: Logging operator for Kubernetes based on Fluentd and Fluentbit.
digest: 703d185f4dca6dbc757d32560533af7fad2b2bdedacbec35382b45beaec68cd6
digest: 7914e14b752c46bca761a9e71cf0cecdc363e4e158dcc3f79ac75871284a3c3e
home: https://kube-logging.github.io
icon: file://assets/logos/rancher-logging.svg
keywords:
- logging
- fluentd
- fluentbit
kubeVersion: '>=1.22.0-0'
kubeVersion: '>=1.26.0-0'
name: rancher-logging
sources:
- https://github.com/kube-logging/logging-operator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
+ catalog.cattle.io/certified: rancher
+ catalog.cattle.io/deploys-on-os: windows
+ catalog.cattle.io/display-name: Logging
+ catalog.cattle.io/kube-version: '>= 1.23.0-0 < 1.29.0-0'
+ catalog.cattle.io/kube-version: '>= 1.26.0-0 < 1.31.0-0'
+ catalog.cattle.io/namespace: cattle-logging-system
+ catalog.cattle.io/permits-os: linux,windows
+ catalog.cattle.io/provides-gvr: logging.banzaicloud.io.clusterflow/v1beta1
Expand All @@ -24,8 +24,9 @@
- logging
- fluentd
- fluentbit
kubeVersion: '>=1.22.0-0'
-kubeVersion: '>=1.22.0-0'
-name: logging-operator
+kubeVersion: '>=1.26.0-0'
+name: rancher-logging
sources:
- https://github.com/kube-logging/logging-operator
Expand Down
2 changes: 1 addition & 1 deletion packages/rancher-logging/templates/crd-template/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
version: 3.10.0
version: 4.4.0
description: Installs the CRDs for rancher-logging.
name: rancher-logging-crd
type: application
Expand Down

0 comments on commit 22a1ae3

Please sign in to comment.