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

Commit eb46a00

Browse files
author
Chris Wiechmann
committed
Prepare to release version 3.3.1
1 parent 05d7d59 commit eb46a00

File tree

9 files changed

+18
-14
lines changed

9 files changed

+18
-14
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
8+
### Changed
9+
- Updated Elastic-Stack from version 7.12.1 to 7.13.3
10+
11+
## [3.3.1] 2021-08-17
812
### Fixed
913
- Index-Templates failed to install without using a region [#124](https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues/124)
1014

1115
### Added
1216
- Skip Ext-HTTP-User-AuthZ if returned URL is undefined [#126](https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues/126)
1317

1418
### Changed
15-
- Updated Elastic-Stack from version 7.12.1 to 7.13.3
1619
- API-Builder stops/terminates with an error-message and error-code, if Elasticsearch cannot be configured (e.g. Index-Templates cannot be installed)
1720

1821

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ After this configuration has been done, Open-Traffic log-files will be created b
151151

152152
Please download and extract the release package from the GitHub project onto your machine(s):
153153
```
154-
wget --no-check-certificate https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/releases/download/v3.3.0/axway-apim-elk-v3.3.0.tar.gz -O - | tar -xvz
154+
wget --no-check-certificate https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/releases/download/v3.3.1/axway-apim-elk-v3.3.1.tar.gz -O - | tar -xvz
155155
```
156156
To simplify updates it is recommended to create a Symlink-Folder and finally rename the provided file `env-sample` to `.env`.
157157
```

UPDATE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ 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 | |
56+
| 3.3.1 | [X](#api-builderlogstashmemcached) | [X](#api-builderlogstashmemcached) | - | - | - | - | [X](#parameters)|- | 7.12.1 | |
57+
| 4.0.0 | [X](#api-builderlogstashmemcached) | - | - | - | - | - | - |- | 7.13.3 | Unreleased |
5758

5859
### Update from Version 1.0.0
5960

apibuilder4elastic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "apibuilder4elastic",
33
"description": "This API-Builder project provides an ELK-Based Traffic-Monitor API.",
44
"main": "app.js",
5-
"version": "v3.3.0",
5+
"version": "v3.3.1",
66
"author": "Chris Wiechmann",
77
"email": "[email protected]",
88
"url": "https://axway.com",

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ services:
5656

5757
# This is the API-Builder project exposing the API-Gateway Manager REST-API
5858
apibuilder4elastic:
59-
image: cwiechmann/apibuilder4elastic:v3.3.0
59+
image: cwiechmann/apibuilder4elastic:v3.3.1
6060
restart: on-failure:10
6161
container_name: apibuilder4elastic
6262
environment:

env-sample

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

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

helm/Chart.yaml

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

55
type: application
66

7-
version: 3.3.0
7+
version: 3.3.1
88

9-
appVersion: "3.3.0"
9+
appVersion: "3.3.1"
1010

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

helm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ kubectl apply -n apim-elk -f https://raw.githubusercontent.com/Axway-API-Managem
8585
8686
With Elasticsearch volumes and your `myvalues.yaml` file in place, you can start the installation:
8787
```
88-
helm install -n apim-elk -f myvalues.yaml axway-elk https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/releases/download/v3.3.0/helm-chart-apim4elastic-v3.3.0.tgz
88+
helm install -n apim-elk -f myvalues.yaml axway-elk https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/releases/download/v3.3.1/helm-chart-apim4elastic-v3.3.1.tgz
8989
```
9090
👉 __Please note:__ The Helm Release-Name: __axway-elk__ is mandatory. Read [here](#why-helm-release-name-axway-elk) why.
9191

helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ apibuilder4elastic:
2525
# Enables the APIBuilder4Elastic, which is required for the solution to work. So very unlikely to disable
2626
enabled: true
2727
image: "cwiechmann/apibuilder4elastic"
28-
imageTag: "v3.3.0"
28+
imageTag: "v3.3.1"
2929
imagePullPolicy: IfNotPresent
3030
nameOverride: "apibuilder4leastic"
3131
fullnameOverride: "Axway API-Builder4Elastic"

0 commit comments

Comments
 (0)