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

Upgrade Elasticsearch Curator to v5.8.3 #1960

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
7 changes: 4 additions & 3 deletions CHANGELOG-0.9.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@
- [#1770](https://github.com/epiphany-platform/epiphany/issues/1770) - Upgrade Filebeat to the latest version (7.9.2)
- [#1848](https://github.com/epiphany-platform/epiphany/issues/1848) - Update Ansible to v2.8.17
- [#1854](https://github.com/epiphany-platform/epiphany/issues/1854) - Upgrade RabbitMQ to the latest version (3.8.9)
- [#1137](https://github.com/epiphany-platform/epiphany/issues/1137) - Upgrade Kafka to 2.6.0
- [#1137](https://github.com/epiphany-platform/epiphany/issues/1137) - Upgrade Kafka to v2.6.0
- [#1855](https://github.com/epiphany-platform/epiphany/issues/1855) - Upgrade Docker to v19.03.14
- [#1853](https://github.com/epiphany-platform/epiphany/issues/1853) - Upgrade Zookeeper to 3.5.8
- [#1860](https://github.com/epiphany-platform/epiphany/issues/1860) - Upgrade Grafana (7.3.5)
- [#1853](https://github.com/epiphany-platform/epiphany/issues/1853) - Upgrade Zookeeper to v3.5.8
- [#1860](https://github.com/epiphany-platform/epiphany/issues/1860) - Upgrade Grafana to v7.3.5
- [#1955](https://github.com/epiphany-platform/epiphany/issues/1955) - Upgrade Elasticsearch Curator to v5.8.3

### Breaking changes

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
specification:
curator_version: "5.8.1" # used by upgrade playbook
curator_version: "5.8.3" # used by upgrade playbook

elasticsearch_host_ip: "{{ ansible_default_ipv4.address | default(ansible_all_ipv4_addresses[0]) }}"
elasticsearch_host_ip: "{{ ansible_default_ipv4.address | default(ansible_all_ipv4_addresses[0]) }}"
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dejavu-sans-fonts # for grafana
docker-ce-19.03.14
docker-ce-cli-19.03.14
ebtables
elasticsearch-curator-5.8.1
elasticsearch-curator-5.8.3
elasticsearch-oss-6.8.5 # for elasticsearch role
elasticsearch-oss-7.9.1 # for opendistroforelasticsearch & logging roles
erlang-23.1.4 # must be compatible with rabbitmq version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dejavu-sans-fonts # for grafana
docker-ce-19.03.14
docker-ce-cli-19.03.14
ebtables
elasticsearch-curator-5.8.1
elasticsearch-curator-5.8.3
elasticsearch-oss-6.8.5 # for elasticsearch role
elasticsearch-oss-7.9.1 # for opendistroforelasticsearch & logging roles
erlang-23.1.4 # must be compatible with rabbitmq version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ curl
docker-ce 5:19.03.14
docker-ce-cli 5:19.03.14
ebtables
elasticsearch-curator 5.8.1
elasticsearch-curator 5.8.3
elasticsearch-oss 6.8.5 # for elasticsearch role
elasticsearch-oss 7.9.1 # for opendistroforelasticsearch & logging roles

Expand Down Expand Up @@ -199,7 +199,6 @@ https://github.com/prometheus/alertmanager/releases/download/v0.17.0/alertmanage
https://github.com/prometheus/haproxy_exporter/releases/download/v0.10.0/haproxy_exporter-0.10.0.linux-amd64.tar.gz
https://github.com/prometheus/node_exporter/releases/download/v1.0.1/node_exporter-1.0.1.linux-amd64.tar.gz
https://github.com/prometheus/prometheus/releases/download/v2.10.0/prometheus-2.10.0.linux-amd64.tar.gz
https://packages.elastic.co/curator/5/debian9/pool/main/e/elasticsearch-curator/elasticsearch-curator_5.5.4_amd64.deb
https://archive.apache.org/dist/ignite/2.7.6/apache-ignite-2.7.6-bin.zip
https://releases.hashicorp.com/vault/1.4.0/vault_1.4.0_linux_amd64.zip
https://get.helm.sh/helm-v3.2.0-linux-amd64.tar.gz
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ kind: configuration/elasticsearch-curator
title: Elasticsearch Curator
name: default
specification:
curator_version: "5.8.1"
curator_version: "5.8.3"
delete_indices_cron_jobs:
- description: Delete indices older than N days
cron:
Expand All @@ -23,4 +23,4 @@ specification:
- filtertype: space
disk_space: 20
use_age: True
source: creation_date
source: creation_date
2 changes: 1 addition & 1 deletion docs/home/COMPONENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Note that versions are default versions and can be changed in certain cases thro
| Docker CE | 19.03.14 | https://github.com/docker/docker-ce/ | [Apache License](https://www.apache.org/licenses/LICENSE-1.0) |
| KeyCloak | 9.0.0 | https://github.com/keycloak/keycloak | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) |
| Elasticsearch OSS | 7.9.1 | https://github.com/elastic/elasticsearch | https://github.com/elastic/elasticsearch/blob/master/LICENSE.txt |
| Elasticsearch Curator OSS | 5.8.1 | https://github.com/elastic/curator | https://github.com/elastic/curator/blob/master/LICENSE.txt |
| Elasticsearch Curator OSS | 5.8.3 | https://github.com/elastic/curator | https://github.com/elastic/curator/blob/master/LICENSE.txt |
| Opendistro for Elasticsearch | 1.10.1 | https://opendistro.github.io/for-elasticsearch/ | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) |
| Opendistro for Elasticsearch Kibana | 1.10.1 | https://opendistro.github.io/for-elasticsearch-docs/docs/kibana/ | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) |
| Filebeat | 7.9.2 | https://github.com/elastic/beats | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) |
Expand Down