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

Commit fee4145

Browse files
author
Chris Wiechmann
committed
Prepare to release 2.1.0
1 parent 723f1f7 commit fee4145

File tree

6 files changed

+13
-9
lines changed

6 files changed

+13
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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.1.0] 2021-02-04
88
### Added
99
- Now the Application-Id shown in Traffic-Monitor column: Subject resolves to the Application-Name [#69](https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues/69)
1010
- Now it is possible to perform a Full-Text search (search for a part of value) on the Subject-Column in Traffic-Monitor [#70](https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues/70)
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1414

1515
### Fixed
1616
- Indices are rolled over too often when an Index-Template is changed [#72](https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues/72)
17+
- Parameter: LOGSTASH_NODE_NAME added to env-sample [#74](https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues/74)
1718

1819
## [2.0.2] 2021-02-02
1920
### Fixed

DEVELOPMENT.MD

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@
22

33
### Bump version
44
- docker-compose.yml
5-
- `image: cwiechmann/apibuilder4elastic:v2.0.0`
5+
- `image: cwiechmann/apibuilder4elastic:v2.0.0`
66
- apibuilder4elastic/package.json
7-
- `"version": "v2.0.0",`
7+
- `"version": "v2.0.0",`
88
- UPDATE.md
9-
- `"version": "v2.0.0",`
10-
- Adjust/Verify version table
9+
- `"version": "v2.0.0",`
10+
- Adjust/Verify version table
11+
- README.md
12+
- `"version": "v2.0.0",`
1113

1214
### CHANGELOG.md
1315
- Add/Verify recent changes
16+
- Set the release version and date
1417

1518
### Create the release
1619
- Create a new release on Github with the tag name: v2.0.2

README.md

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

123123
Please download and extract the release package from the GitHub project onto your machine(s):
124124
```
125-
wget --no-check-certificate https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/releases/download/v2.0.2/axway-apim-elk-v2.0.2.tar.gz -O - | tar -xvz
125+
wget --no-check-certificate https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/releases/download/v2.1.0/axway-apim-elk-v2.1.0.tar.gz -O - | tar -xvz
126126
```
127127
To simplify updates it is recommended to create a Symlink-Folder and finally rename the provided file `env-sample` to `.env`.
128128
```

UPDATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ On the other hand, the API builder Docker image, as a central component of the s
4040
| 2.0.0 | [X](#api-builderlogstashmemcached) | [X](#api-builderlogstashmemcached) | [X](#api-builderlogstashmemcached) | [X](#filebeat)| [X](#anm-config)| [X](#dashboards)| [X](#parameters)|[X](#elastic-config)| 7.10.0 | |
4141
| 2.0.1 | [X](#api-builderlogstashmemcached) | - | - | - | - | - | - | - | 7.10.0 | |
4242
| 2.0.2 | [X](#api-builderlogstashmemcached) | - | - | - | - | - | - | - | 7.10.0 | |
43-
| 2.1.0 | [X](#api-builderlogstashmemcached) | [X](#api-builderlogstashmemcached) | - | - | - | - | - |[X](#elastic-config)| 7.10.0 | Unreleased |
43+
| 2.1.0 | [X](#api-builderlogstashmemcached) | [X](#api-builderlogstashmemcached) | - | - | - | - | [X](#parameters)|[X](#elastic-config)| 7.10.0 | |
4444

4545
### Update from Version 1.0.0
4646

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

0 commit comments

Comments
 (0)