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

Commit d172503

Browse files
author
Chris Wiechmann
committed
Prepare to release version 3.0.1
1 parent 65b1e3f commit d172503

File tree

8 files changed

+12
-11
lines changed

8 files changed

+12
-11
lines changed

DEVELOPMENT.MD

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77

88
- helm/values.yaml
99
- `"imageTag": "v3.0.0",`
10+
- helm/Chart.yaml
11+
- `"version": "v3.0.0",`
12+
- `"appVersion": "v3.0.0",`
1013
- docker-compose.yml
1114
- `image: cwiechmann/apibuilder4elastic:v2.0.0`
1215
- apibuilder4elastic/package.json

README.md

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

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

UPDATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ On the other hand, the API builder Docker image, as a central component of the s
5050
| 2.4.1 | [X](#api-builderlogstashmemcached) | - | - | - | - | - | - |- | 7.10.0 | |
5151
| 2.4.2 | [X](#api-builderlogstashmemcached) | - | - | - | - | - | - |[X](#elastic-config)| 7.10.0 | |
5252
| 3.0.0 | [X](#api-builderlogstashmemcached) | - | - | - | - | - | [X](#parameters)|- | 7.12.1 | |
53-
| 3.0.1 | [X](#api-builderlogstashmemcached) | - | - | - | - | - | - |- | 7.12.1 |Not yet released|
53+
| 3.0.1 | [X](#api-builderlogstashmemcached) | - | - | - | - | - | - |- | 7.12.1 | |
5454

5555
### Update from Version 1.0.0
5656

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

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: A Helm chart for the Axway APIM Elasticsearch integration.
44

55
type: application
66

7-
version: 3.0.0
7+
version: 3.0.1
88

9-
appVersion: "3.0.0"
9+
appVersion: "3.0.1"
1010

1111
dependencies:
1212
- name: logstash

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

logstash/test/http/test-opentrafficlog.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,7 @@
291291
"version": "7.7.20200530",
292292
"gatewayName": "API-Gateway 3",
293293
"gatewayRegion": "US"
294-
},
295-
"tags": ["_httprequestfailure"]
294+
}
296295
},
297296
{
298297
"@timestamp": "2020-07-13T20:07:27.467Z",
@@ -318,8 +317,7 @@
318317
"app": null,
319318
"method": "getUserByName"
320319
}
321-
},
322-
"tags": ["_httprequestfailure"]
320+
}
323321
}
324322
]
325323
},

0 commit comments

Comments
 (0)