Skip to content
This repository was archived by the owner on Apr 1, 2020. It is now read-only.

Commit f3196cb

Browse files
committed
Upgrade curator and fluentd, added changelog
1 parent 6a64968 commit f3196cb

File tree

7 files changed

+15
-6
lines changed

7 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# v0.2.0
2+
Upgraded all elastic components to 7.4.0
3+
Added curator with 3 days history
4+
The following namespaces are ommited for logging:
5+
- default
6+
- kube-system
7+
- kube-node-lease
8+
- kube-public
9+
- giantswarm
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

helm/kubernetes-elastic-stack-elastic-logging/requirements.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dependencies:
44
version: 0.2.1
55
- name: fluentd-elasticsearch
66
repository: https://giantswarm.github.com/sample-catalog
7-
version: 0.2.1
7+
version: 0.2.2
88
- name: kibana
99
repository: https://giantswarm.github.com/sample-catalog
1010
version: 0.2.0
@@ -13,6 +13,6 @@ dependencies:
1313
version: 0.1.0
1414
- name: elasticsearch-curator
1515
repository: https://giantswarm.github.com/sample-catalog
16-
version: 2.0.2
17-
digest: sha256:fe7032d0d145941d7e434696bacdbeb8c1b5ebc1635ad8fe3a23126295da6760
18-
generated: "2019-10-10T09:21:20.568641981+02:00"
16+
version: 2.0.3
17+
digest: sha256:781eb64e46319b3d7295ac2484cc77c63294439aeaf40af8e92bceed6db3def7
18+
generated: "2019-10-10T17:04:52.598372363+02:00"

helm/kubernetes-elastic-stack-elastic-logging/requirements.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies:
55
condition: elasticsearch.enabled
66

77
- name: fluentd-elasticsearch
8-
version: "0.2.1"
8+
version: "0.2.2"
99
repository: https://giantswarm.github.com/sample-catalog
1010
condition: fluentd-elasticsearch.enabled
1111

@@ -25,6 +25,6 @@ dependencies:
2525
condition: elasticsearch-exporter.enabled
2626

2727
- name: elasticsearch-curator
28-
version: "2.0.2"
28+
version: "2.0.3"
2929
repository: https://giantswarm.github.com/sample-catalog
3030
condition: elasticsearch-curator.enabled

0 commit comments

Comments
 (0)