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

Commit 48fd2ca

Browse files
author
Chris Wiechmann
committed
Prepare to release version 2.2.0
1 parent a5ce51c commit 48fd2ca

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ 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
7+
## [2.2.0] 2021-03-19
88
### Fixed
99
- API builder mistakenly tries to create the regional index again [#81](https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues/81)
1010
- Playload not vissible for restricted users [#88](https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues/88)
11-
- Playload not vissible for restricted users [#88](https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues/88)
11+
- IsignoreAPI Lookup failure for JMS-Legs [#89](https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues/89)
1212

1313
### Changed
1414
- Index: Traffic-Summary, Field correlationId now has doc_values enabled / New index field: transactionId [#84](https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues/84)

README.md

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

146146
Please download and extract the release package from the GitHub project onto your machine(s):
147147
```
148-
wget --no-check-certificate https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/releases/download/v2.1.2/axway-apim-elk-v2.1.2.tar.gz -O - | tar -xvz
148+
wget --no-check-certificate https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/releases/download/v2.2.0/axway-apim-elk-v2.2.0.tar.gz -O - | tar -xvz
149149
```
150150
To simplify updates it is recommended to create a Symlink-Folder and finally rename the provided file `env-sample` to `.env`.
151151
```

UPDATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ On the other hand, the API builder Docker image, as a central component of the s
4343
| 2.1.0 | [X](#api-builderlogstashmemcached) | [X](#api-builderlogstashmemcached) | - | - | - | - | [X](#parameters)|[X](#elastic-config)| 7.10.0 | |
4444
| 2.1.1 | [X](#api-builderlogstashmemcached) | - | - | - | - | - | - |- | 7.10.0 | |
4545
| 2.1.2 | [X](#api-builderlogstashmemcached) | - | - | - | - | - | - |- | 7.10.0 | |
46-
| 2.1.3 | [X](#api-builderlogstashmemcached) | - | - | - | - | - | - |- | 7.10.0 | Unreleased |
46+
| 2.2.0 | [X](#api-builderlogstashmemcached) | [X](#api-builderlogstashmemcached) | - | - | - | - | - |- | 7.10.0 | |
4747

4848
### Update from Version 1.0.0
4949

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": "v2.1.2",
5+
"version": "v2.2.0",
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:v2.1.2
59+
image: cwiechmann/apibuilder4elastic:v2.2.0
6060
restart: on-failure:10
6161
container_name: apibuilder4elastic
6262
environment:

0 commit comments

Comments
 (0)