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

Commit 6b0d7ec

Browse files
author
Chris Wiechmann
committed
Prepare for release 2.0.2
1 parent 2429183 commit 6b0d7ec

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

DEVELOPMENT.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
- Add recent changes
1313

1414
### Create the release
15-
- Create a new release on Github with the tag name: v2.0.0
15+
- Create a new release on Github with the tag name: v2.0.2
1616

1717
## Create the shipped certificates
1818

UPDATE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ With the following steps you can update the solution without downtime. Of course
1515
The core component is the API Builder project which provides the information about the necessary configuration. In principle, it contains the desired or necessary state suitable for the version, especially about the Elasticsearch configuration, such as index templates, ILM policies, etc. If the version is updated, the API builder checks the current configuration in Elasticsearch and adjusts it if necessary to fit the corresponding version. This includes necessary changes for bug fixes or enhancements.
1616

1717
#### Upgrade steps overview
18+
1819
- Load and unpack the current or desired release
1920
- it is recommended to unpack it next to the existing release
20-
- `wget --no-check-certificate https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/releases/download/v2.0.0/axway-apim-elk-v2.0.0.tar.gz -O - | tar -xvz`
21+
- `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`
2122
- Copy your `.env` file from the existing installation
2223
- recommended is to use a sym-link to a central `.env` file, which should also be versioned if necessary
2324
- it is pointed out in this document, if parameters have changed or new ones have been added.

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

0 commit comments

Comments
 (0)