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

Commit 137fafe

Browse files
author
Chris Wiechmann
committed
[skip ci] Prepare to release 2.4.2
1 parent 60a9e0c commit 137fafe

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@ 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+
## [2.4.2] 2021-04-28
8+
### Added
9+
- Traffic-Monitor Search API now supports the field sslSubject [#104](https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues/104)
10+
711
## [2.4.1] 2021-04-28
812
### Fixed
913
- Error during setup - Get custom properties flow node returned with error message: `Assignment to constant variable`
14+
### Added
1015
- Traffic-Monitor Search API now returns almost the same fields as the original API [#103](https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues/103)
1116

1217
## [2.4.0] 2021-04-26

README.md

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

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

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.4.1",
5+
"version": "v2.4.2",
66
"author": "Chris Wiechmann",
77
"email": "cwiechmann@axway.com",
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.4.1
59+
image: cwiechmann/apibuilder4elastic:v2.4.2
6060
restart: on-failure:10
6161
container_name: apibuilder4elastic
6262
environment:

0 commit comments

Comments
 (0)