Skip to content

Commit

Permalink
Release 2.4.0 (#214)
Browse files Browse the repository at this point in the history
* - [x] Chart version update
- [x] Image version update

* Helm CRD update

* Chart version bump
  • Loading branch information
ahma authored and tarokkk committed Nov 6, 2019
1 parent 76bbe22 commit 40c6ccd
Show file tree
Hide file tree
Showing 12 changed files with 117 additions and 47 deletions.
4 changes: 2 additions & 2 deletions charts/logging-operator-logging/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: "2.3.0"
appVersion: "2.4.0"
description: A Helm chart to configure logging resource for the logging-operator
name: logging-operator-logging
version: 2.3.0
version: 2.4.0
4 changes: 2 additions & 2 deletions charts/logging-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: "2.3.0"
appVersion: "2.4.0"
description: A Helm chart to install Banzai Cloud logging-operator
name: logging-operator
version: 2.3.1
version: 2.4.0
2 changes: 1 addition & 1 deletion charts/logging-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The following tables lists the configurable parameters of the logging-operator c
| Parameter | Description | Default |
| --------------------------------------------------- | ------------------------------------------------------ | ------------------------------ |
| `image.repository` | Container image repository | `banzaicloud/logging-operator` |
| `image.tag` | Container image tag | `2.3.0` |
| `image.tag` | Container image tag | `2.4.0` |
| `image.pullPolicy` | Container pull policy | `IfNotPresent` |
| `nameOverride` | Override name of app | `` |
| `fullnameOverride` | Override full name of app | `` |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2366,12 +2366,17 @@ spec:
extra_labels:
additionalProperties:
type: string
description: Set of labels to include with every Loki stream.
description: Set of extra labels to include with every Loki stream.
type: object
extract_kubernetes_labels:
description: 'Extract kubernetes labels as loki labels (default:
false)'
type: boolean
labels:
additionalProperties:
type: string
description: Set of labels to include with every Loki stream.
type: object
line_format:
description: 'Format to use when flattening the record to a log
line: json, key_value (default: key_value)'
Expand Down
118 changes: 89 additions & 29 deletions charts/logging-operator/templates/logging.banzaicloud.io_loggings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,53 @@ spec:
additionalProperties:
type: string
type: object
bufferStorage:
description: BufferStorage is the Service Section Configuration
of fluent-bit
properties:
storage.backlog.mem_limit:
description: If storage.path is set, Fluent Bit will look for
data chunks that were not delivered and are still in the storage
layer, these are called backlog data. This option configure
a hint of maximum value of memory to use when processing these
records. (default:5M)
type: string
storage.checksum:
description: Enable the data integrity check when writing and
reading data from the filesystem. The storage layer uses the
CRC32 algorithm. (default:Off)
type: string
storage.path:
description: Set an optional location in the file system to
store streams and chunks of data. If this parameter is not
set, Input plugins can only use in-memory buffering.
type: string
storage.sync:
description: Configure the synchronization mode used to store
the data into the file system. It can take the values normal
or full. (default:normal)
type: string
type: object
bufferStorageVolume:
properties:
host_path:
description: Represents a host path mapped into a pod. Host
path volumes do not support ownership management or SELinux
relabeling.
properties:
path:
description: 'Path of the directory on the host. If the
path is a symlink, it will follow the link to the real
path. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath'
type: string
type:
description: 'Type for HostPath Volume Defaults to "" More
info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath'
type: string
required:
- path
type: object
type: object
customConfigSecret:
type: string
filterKubernetes:
Expand Down Expand Up @@ -160,9 +207,9 @@ spec:
tag:
type: string
required:
- pullPolicy
- repository
- tag
- pullPolicy
- repository
- tag
type: object
inputTail:
description: InputTail defines Fluentbit tail input configuration
Expand Down Expand Up @@ -278,6 +325,10 @@ spec:
Tag_Regex:
description: Set a regex to extract fields from the file.
type: string
storage.type:
description: Specify the buffering mechanism to use. It can
be memory or filesystem. (default:memory)
type: string
type: object
metrics:
description: Metrics defines the service monitor endpoints
Expand Down Expand Up @@ -317,7 +368,7 @@ spec:
info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath'
type: string
required:
- path
- path
type: object
type: object
resources:
Expand Down Expand Up @@ -435,8 +486,8 @@ spec:
description: Value of a property to set
type: string
required:
- name
- value
- name
- value
type: object
type: array
type: object
Expand Down Expand Up @@ -564,8 +615,8 @@ spec:
sharedKey:
type: string
required:
- enabled
- secretName
- enabled
- secretName
type: object
tolerations:
items:
Expand Down Expand Up @@ -624,9 +675,9 @@ spec:
tag:
type: string
required:
- pullPolicy
- repository
- tag
- pullPolicy
- repository
- tag
type: object
disablePvc:
type: boolean
Expand Down Expand Up @@ -664,8 +715,8 @@ spec:
description: Name is the name of resource being referenced
type: string
required:
- kind
- name
- kind
- name
type: object
resources:
description: 'Resources represents the minimum resources the
Expand Down Expand Up @@ -717,8 +768,8 @@ spec:
type: string
type: array
required:
- key
- operator
- key
- operator
type: object
type: array
matchLabels:
Expand Down Expand Up @@ -755,9 +806,9 @@ spec:
tag:
type: string
required:
- pullPolicy
- repository
- tag
- pullPolicy
- repository
- tag
type: object
metrics:
description: Metrics defines the service monitor endpoints
Expand Down Expand Up @@ -802,6 +853,15 @@ spec:
to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/'
type: object
type: object
scaling:
description: FluentdScaling enables configuring the scaling behaviour
of the fluentd statefulset
properties:
replicas:
type: integer
required:
- replicas
type: object
security:
description: Security defines Fluentd, Fluentbit deployment security
properties
Expand Down Expand Up @@ -898,8 +958,8 @@ spec:
description: Value of a property to set
type: string
required:
- name
- value
- name
- value
type: object
type: array
type: object
Expand Down Expand Up @@ -1022,8 +1082,8 @@ spec:
sharedKey:
type: string
required:
- enabled
- secretName
- enabled
- secretName
type: object
tolerations:
items:
Expand Down Expand Up @@ -1074,9 +1134,9 @@ spec:
tag:
type: string
required:
- pullPolicy
- repository
- tag
- pullPolicy
- repository
- tag
type: object
type: object
loggingRef:
Expand All @@ -1086,7 +1146,7 @@ spec:
type: string
type: array
required:
- controlNamespace
- controlNamespace
type: object
status:
description: LoggingStatus defines the observed state of Logging
Expand All @@ -1099,9 +1159,9 @@ spec:
type: object
version: v1beta1
versions:
- name: v1beta1
served: true
storage: true
- name: v1beta1
served: true
storage: true
status:
acceptedNames:
kind: ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2362,12 +2362,17 @@ spec:
extra_labels:
additionalProperties:
type: string
description: Set of labels to include with every Loki stream.
description: Set of extra labels to include with every Loki stream.
type: object
extract_kubernetes_labels:
description: 'Extract kubernetes labels as loki labels (default:
false)'
type: boolean
labels:
additionalProperties:
type: string
description: Set of labels to include with every Loki stream.
type: object
line_format:
description: 'Format to use when flattening the record to a log
line: json, key_value (default: key_value)'
Expand Down
2 changes: 1 addition & 1 deletion charts/logging-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1

image:
repository: banzaicloud/logging-operator
tag: 2.3.0
tag: 2.4.0
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down
4 changes: 2 additions & 2 deletions charts/nginx-logging-cw-demo/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: "2.3.0"
appVersion: "2.4.0"
description: A Demo application for the logging-operator AWS CloudWatch backend
name: nginx-logging-cw-demo
version: 2.3.0
version: 2.4.0
maintainers:
- name: Banzai Cloud
email: info@banzaicloud.com
4 changes: 2 additions & 2 deletions charts/nginx-logging-demo/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: "2.3.0"
appVersion: "2.4.0"
description: A Demo application for the logging-operator
name: nginx-logging-demo
version: 2.3.0
version: 2.4.0
maintainers:
- name: Banzai Cloud
email: info@banzaicloud.com
4 changes: 2 additions & 2 deletions charts/nginx-logging-es-demo/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: "2.3.0"
appVersion: "2.4.0"
description: A Demo application for the logging-operator
name: nginx-logging-es-demo
version: 2.3.0
version: 2.4.0
maintainers:
- name: Banzai Cloud
email: info@banzaicloud.com
4 changes: 2 additions & 2 deletions charts/nginx-logging-kafka-demo/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: "2.3.0"
appVersion: "2.4.0"
description: A Helm chart for Kubernetes
name: nginx-logging-kafka-demo
version: 2.3.0
version: 2.4.0
4 changes: 2 additions & 2 deletions charts/nginx-logging-loki-demo/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: "2.3.0"
appVersion: "2.4.0"
description: A Demo application for the logging-operator
name: nginx-logging-loki-demo
version: 2.3.0
version: 2.4.0
maintainers:
- name: Banzai Cloud
email: info@banzaicloud.com

0 comments on commit 40c6ccd

Please sign in to comment.