Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit e2f2820

Browse files
author
Chris Wiechmann
committed
Updated Elastic-Stack to 7.13.3
1 parent 7130ba5 commit e2f2820

File tree

6 files changed

+17
-12
lines changed

6 files changed

+17
-12
lines changed

.github/workflows/apibuilder4elastic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
runs-on: ubuntu-latest
109109
services:
110110
elasticsearch:
111-
image: docker.elastic.co/elasticsearch/elasticsearch:7.10.0
111+
image: docker.elastic.co/elasticsearch/elasticsearch:7.13.3
112112
ports:
113113
- 9200:9200
114114
- 9300:9300

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [Unreleased]
8+
### Changed
9+
- Updated Elastic-Stack from version 7.12.1 to 7.13.3
10+
711
## [3.3.0] 2021-07-21
812
### Fixed
913
- Failed to validated API-Manager connection, when using Load-Balanced API-Manager instances [#117](https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues/117)

UPDATE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ On the other hand, the API builder Docker image, as a central component of the s
5353
| 3.1.0 | [X](#api-builderlogstashmemcached) | - | - | - | - | - | - |- | 7.12.1 | |
5454
| 3.2.0 | [X](#api-builderlogstashmemcached) | - | - | - | - | - | - |[X](#elastic-config)| 7.12.1 | |
5555
| 3.3.0 | [X](#api-builderlogstashmemcached) | [X](#api-builderlogstashmemcached) | - | - | - | - | [X](#parameters)|- | 7.12.1 | |
56+
| 4.0.0 | [X](#api-builderlogstashmemcached) | - | - | - | - | - | - |- | 7.13.3 | |
5657

5758
### Update from Version 1.0.0
5859

env-sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ ELASTICSEARCH_CLUSTERNAME=Axway APIM
316316
# ----------------------------------------------------------------------------------------------
317317
# Define the version of the Elastic-Stack to use. Based on this version Docker images are pulled
318318
# Used-By: Elasticsearch, Filebeat, Kibana, Logstash
319-
ELASTIC_VERSION=7.12.1
319+
ELASTIC_VERSION=7.13.3
320320

321321
# ----------------------------------------------------------------------------------------------
322322
# With these parameters you can change the way the authorization for the traffic monitor is

helm/Chart.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
dependencies:
22
- name: logstash
33
repository: https://helm.elastic.co
4-
version: 7.12.1
4+
version: 7.13.3
55
- name: filebeat
66
repository: https://helm.elastic.co
7-
version: 7.12.1
7+
version: 7.13.3
88
- name: elasticsearch
99
repository: https://helm.elastic.co
10-
version: 7.12.1
10+
version: 7.13.3
1111
- name: kibana
1212
repository: https://helm.elastic.co
13-
version: 7.12.1
14-
digest: sha256:84b72ccef27ac38a100fd8dd40be9199a7d1fc44c5a03e45259e67dda52f9939
15-
generated: "2021-05-10T18:02:30.2833794+02:00"
13+
version: 7.13.3
14+
digest: sha256:fd45f895af10453f8124551f19a2ce61fed9af8500dc3dd8366cee4d2c5536fa
15+
generated: "2021-07-21T11:08:27.3500763+02:00"

helm/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ appVersion: "3.3.0"
1010

1111
dependencies:
1212
- name: logstash
13-
version: "7.12.1"
13+
version: "7.13.3"
1414
repository: https://helm.elastic.co
1515
condition: logstash.enabled
1616
- name: filebeat
17-
version: "7.12.1"
17+
version: "7.13.3"
1818
repository: https://helm.elastic.co
1919
condition: filebeat.enabled
2020
- name: elasticsearch
21-
version: "7.12.1"
21+
version: "7.13.3"
2222
repository: https://helm.elastic.co
2323
condition: elasticsearch.enabled
2424
- name: kibana
25-
version: "7.12.1"
25+
version: "7.13.3"
2626
repository: https://helm.elastic.co
2727
condition: kibana.enabled

0 commit comments

Comments
 (0)