Skip to content

Commit

Permalink
bump version to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tarokkk committed Sep 27, 2019
1 parent e7ac3a5 commit ffac24f
Show file tree
Hide file tree
Showing 7 changed files with 110 additions and 4 deletions.
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.1.0"
appVersion: "2.1.1"
description: A Helm chart to install Banzai Cloud logging-operator
name: logging-operator
version: 2.1.0
version: 2.1.1
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,18 @@ spec:
items:
description: Filter definition for FlowSpec
properties:
dedot:
description: More info at https://github.com/lunardial/fluent-plugin-dedot_filter
properties:
de_dot_nested:
description: Will cause the plugin to recurse through nested
structures (hashes and arrays), and remove dots in those
key-names too.
type: boolean
de_dot_separator:
description: Separator (default:_)
type: string
type: object
parser:
description: https://docs.fluentd.org/filter/parser
properties:
Expand Down Expand Up @@ -99,6 +111,40 @@ spec:
required:
- key_name
type: object
record_transformer:
properties:
auto_typecast:
description: 'Use original value type. (default: true)'
type: boolean
enable_ruby:
description: 'When set to true, the full Ruby syntax is enabled
in the ${...} expression. (default: false)'
type: boolean
keep_keys:
description: A comma-delimited list of keys to keep.
type: string
records:
description: 'Add records docs at: https://docs.fluentd.org/filter/record_transformer
Records are represented as maps: `key: value`'
items:
additionalProperties:
type: string
description: Parameters inside record directives are considered
to be new key-value pairs
type: object
type: array
remove_keys:
description: A comma-delimited list of keys to delete
type: string
renew_record:
description: 'Create new Hash to transform incoming data (default:
false)'
type: boolean
renew_time_key:
description: Specify field name of the record to overwrite
the time of events. Its value must be unix time.
type: string
type: object
stdout:
type: object
tag_normaliser:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,13 @@ spec:
items:
type: string
type: array
file:
properties:
path:
type: string
required:
- path
type: object
forward:
properties:
ack_response_timeout:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,18 @@ spec:
items:
description: Filter definition for FlowSpec
properties:
dedot:
description: More info at https://github.com/lunardial/fluent-plugin-dedot_filter
properties:
de_dot_nested:
description: Will cause the plugin to recurse through nested
structures (hashes and arrays), and remove dots in those
key-names too.
type: boolean
de_dot_separator:
description: Separator (default:_)
type: string
type: object
parser:
description: https://docs.fluentd.org/filter/parser
properties:
Expand Down Expand Up @@ -104,6 +116,40 @@ spec:
required:
- key_name
type: object
record_transformer:
properties:
auto_typecast:
description: 'Use original value type. (default: true)'
type: boolean
enable_ruby:
description: 'When set to true, the full Ruby syntax is enabled
in the ${...} expression. (default: false)'
type: boolean
keep_keys:
description: A comma-delimited list of keys to keep.
type: string
records:
description: 'Add records docs at: https://docs.fluentd.org/filter/record_transformer
Records are represented as maps: `key: value`'
items:
additionalProperties:
type: string
description: Parameters inside record directives are considered
to be new key-value pairs
type: object
type: array
remove_keys:
description: A comma-delimited list of keys to delete
type: string
renew_record:
description: 'Create new Hash to transform incoming data (default:
false)'
type: boolean
renew_time_key:
description: Specify field name of the record to overwrite
the time of events. Its value must be unix time.
type: string
type: object
stdout:
type: object
tag_normaliser:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -665,6 +665,13 @@ spec:
required:
- ssl_verify
type: object
file:
properties:
path:
type: string
required:
- path
type: object
forward:
properties:
ack_response_timeout:
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.1.0
tag: 2.1.1
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down
2 changes: 1 addition & 1 deletion docs/deploy/manifests/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: logging-operator
image: "banzaicloud/logging-operator:2.1.0"
image: "banzaicloud/logging-operator:2.1.1"
imagePullPolicy: IfNotPresent
resources:
{}
Expand Down

0 comments on commit ffac24f

Please sign in to comment.