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

[dev-v2.9] rancher-logging k8s 1.29 & 1.30 support #3908

Merged
merged 2 commits into from
Jun 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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