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

Commit 310d490

Browse files
author
Chris Wiechmann
committed
Updated default referenced Elasticsearch-Version to 7.16.1
1 parent 5bf0528 commit 310d490

File tree

5 files changed

+21
-17
lines changed

5 files changed

+21
-17
lines changed

.github/workflows/apibuilder4elastic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
runs-on: ubuntu-latest
110110
services:
111111
elasticsearch:
112-
image: docker.elastic.co/elasticsearch/elasticsearch:7.15.2
112+
image: docker.elastic.co/elasticsearch/elasticsearch:7.16.1
113113
ports:
114114
- 9200:9200
115115
- 9300:9300

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
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+
## [4.0.1] 2021-12-16
8+
### Changed
9+
- Updated default Elastic-Stack version from 7.15.1 to 7.16.1
10+
711
## [4.0.0] 2021-12-07
812
### Added
913
- API-Management KPIs incl. dashboard [#64](https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues/64)
@@ -14,7 +18,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1418
- Elasticsearch default ES_JAVA_OPTS now -Xms1g -Xmx1g as it is no longer set by Elasticsearch to this default
1519
- Updated dependencies of a number of packages to fix security issues
1620
- Updated API-Builder to version Bangkok
17-
- Updated Elastic-Stack from version 7.14.0 to 7.15.2
21+
- Updated default Elastic-Stack version from 7.14.0 to 7.15.2
1822

1923
### Fixed
2024
- Error initializing cluster when already multiple ELASTICSEARCH_HOSTS configured [#150](https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues/150)

env-sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ ELASTICSEARCH_CLUSTERNAME=Axway APIM
331331
# ----------------------------------------------------------------------------------------------
332332
# Define the version of the Elastic-Stack to use. Based on this version Docker images are pulled
333333
# Used-By: Elasticsearch, Filebeat, Kibana, Logstash
334-
ELASTIC_VERSION=7.15.2
334+
ELASTIC_VERSION=7.16.1
335335

336336
# ----------------------------------------------------------------------------------------------
337337
# With these parameters you can change the way the authorization for the traffic monitor is

helm/Chart.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
dependencies:
22
- name: logstash
33
repository: https://helm.elastic.co
4-
version: 7.15.0
4+
version: 7.16.1
55
- name: filebeat
66
repository: https://helm.elastic.co
7-
version: 7.15.0
7+
version: 7.16.1
88
- name: elasticsearch
99
repository: https://helm.elastic.co
10-
version: 7.15.0
10+
version: 7.16.1
1111
- name: kibana
1212
repository: https://helm.elastic.co
13-
version: 7.15.0
13+
version: 7.16.1
1414
- name: apm-server
1515
repository: https://helm.elastic.co
16-
version: 7.15.0
17-
digest: sha256:32da0014cabc3f1dfee65b2176e32c25d34db8cbce785541c18f01f8c5a056c9
18-
generated: "2021-12-07T07:45:41.66497+01:00"
16+
version: 7.16.1
17+
digest: sha256:b68df1aa1ce99f9cd329c82f9c60d762d04126a11b2416f24e017288b83a606e
18+
generated: "2021-12-16T07:52:38.6782324+01:00"

helm/Chart.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,28 @@ description: A Helm chart for the Axway APIM Elasticsearch integration.
44

55
type: application
66

7-
version: 4.0.0
7+
version: 4.0.1
88

9-
appVersion: "4.0.0"
9+
appVersion: "4.0.1"
1010

1111
dependencies:
1212
- name: logstash
13-
version: "7.15.0"
13+
version: "7.16.1"
1414
repository: https://helm.elastic.co
1515
condition: logstash.enabled
1616
- name: filebeat
17-
version: "7.15.0"
17+
version: "7.16.1"
1818
repository: https://helm.elastic.co
1919
condition: filebeat.enabled
2020
- name: elasticsearch
21-
version: "7.15.0"
21+
version: "7.16.1"
2222
repository: https://helm.elastic.co
2323
condition: elasticsearch.enabled
2424
- name: kibana
25-
version: "7.15.0"
25+
version: "7.16.1"
2626
repository: https://helm.elastic.co
2727
condition: kibana.enabled
2828
- name: apm-server
29-
version: "7.15.0"
29+
version: "7.16.1"
3030
repository: https://helm.elastic.co
3131
condition: apm-server.enabled

0 commit comments

Comments
 (0)