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

Commit 1373548

Browse files
author
Chris Wiechmann
committed
Prepare to release version 4.0.1
1 parent d66a3da commit 1373548

File tree

6 files changed

+9
-8
lines changed

6 files changed

+9
-8
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,12 +155,12 @@ Please select the Axway- or Community-Supported release. The community release a
155155

156156
#### Community-Version
157157
```
158-
wget --no-check-certificate https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/releases/download/v4.0.0/axway-apim-elk-v4.0.0.tar.gz -O - | tar -xvz
158+
wget --no-check-certificate https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/releases/download/v4.0.1/axway-apim-elk-v4.0.1.tar.gz -O - | tar -xvz
159159
```
160160

161161
#### Axway Supported-Version
162162
```
163-
wget --no-check-certificate https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/releases/download/v3.2.0/axway-apim-elk-v3.2.0.tar.gz -O - | tar -xvz
163+
wget --no-check-certificate https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/releases/download/v4.0.1/axway-apim-elk-v4.0.1.tar.gz -O - | tar -xvz
164164
```
165165

166166
To simplify updates it is recommended to create a Symlink-Folder and finally rename the provided file `env-sample` to `.env`.
@@ -204,7 +204,7 @@ curl -k GET https://my-elasticsearch-host.com:9200
204204
"cluster_name" : "axway-apim-elasticsearch",
205205
"cluster_uuid" : "nCFt9WhpQr6JSOVY_h48gg",
206206
"version" : {
207-
"number" : "7.14.0",
207+
"number" : "7.16.1",
208208
"build_flavor" : "default",
209209
"build_type" : "docker",
210210
"build_hash" : "d34da0ea4a966c4e49417f2da2f244e3e97b4e6e",

UPDATE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ On the other hand, the API builder Docker image, as a central component of the s
5959
| 3.5.0 | [X](#api-builderlogstashmemcached) | - | - | - | - | - | [X](#parameters)|- | 7.14.0 | |
6060
| 3.6.0 | [X](#api-builderlogstashmemcached) | - | - | - | - | - | [X](#parameters)|- | 7.14.0 | |
6161
| 4.0.0 | [X](#api-builderlogstashmemcached) | - | - | - | - | [X](#dashboards)| - |- | 7.15.2 | |
62+
| 4.0.1 | - | - | - | - | - | [X](#dashboards)| - |- | 7.16.1 | |
6263

6364
### Update from Version 1.0.0
6465

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": "v4.0.0",
5+
"version": "v4.0.1",
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
@@ -57,7 +57,7 @@ services:
5757

5858
# This is the API-Builder project exposing the API-Gateway Manager REST-API
5959
apibuilder4elastic:
60-
image: cwiechmann/apibuilder4elastic:v4.0.0
60+
image: cwiechmann/apibuilder4elastic:v4.0.1
6161
restart: on-failure:10
6262
container_name: apibuilder4elastic
6363
environment:

helm/README.md

Lines changed: 2 additions & 2 deletions
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/v4.0.0/helm-chart-apim4elastic-v4.0.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/v4.0.1/helm-chart-apim4elastic-v4.0.1.tgz
8989
```
9090
👉 __Please note:__ The Helm Release-Name: __axway-elk__ is mandatory. Read [here](#why-helm-release-name-axway-elk) why.
9191
@@ -94,7 +94,7 @@ You may run the following commands to check the status of the deployment, pods,
9494
// Check the installed release
9595
helm list -n apim-elk
9696
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
97-
axway-elk apim-elk 1 2021-05-03 14:22:08.9325287 +0200 CEST deployed apim4elastic-3.0.0 3.0.0
97+
axway-elk apim-elk 1 2021-05-03 14:22:08.9325287 +0200 CEST deployed apim4elastic-4.0.1 4.0.1
9898

9999
// Check the pods, with Elasticsearch and Kibana enabled
100100
kubectl get pods -n apim-elk

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: "v4.0.0"
28+
imageTag: "v4.0.1"
2929
imagePullPolicy: IfNotPresent
3030
nameOverride: "apibuilder4leastic"
3131
fullnameOverride: "Axway API-Builder4Elastic"

0 commit comments

Comments
 (0)