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

Commit d839435

Browse files
author
Chris Wiechmann
committed
Prepare to release 4.3.0
1 parent 668df7c commit d839435

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

CHANGELOG.md

+1-1
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+
## [4.3.0] 2022-03-11
88
### Added
99
- Added Geo-Location map of API-Requests
1010
- Logstash pipeline: `EventsPipeline.conf` changed to translate IP to Geo-Location

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Please select the Axway- or Community-Supported release. The community release a
156156

157157
#### Community-Version
158158
```
159-
wget --no-check-certificate https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/releases/download/v4.2.0/axway-apim-elk-v4.2.0.tar.gz -O - | tar -xvz
159+
wget --no-check-certificate https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/releases/download/v4.3.0/axway-apim-elk-v4.3.0.tar.gz -O - | tar -xvz
160160
```
161161

162162
#### Axway Supported-Version

UPDATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ On the other hand, the API builder Docker image, as a central component of the s
3737

3838
| Ver | API-Builder | Logstash | Memcached | Filebeat | ANM-Config | Dashboards | Params |Elastic-Config | ELK-Ver. | Notes |
3939
| :--- | :---: | :---: | :---: | :---: | :---: | :---: | :---: |:---: | :---: | :--- |
40-
| 4.3.0 | [X](#api-builderlogstashmemcached) | [X](#api-builderlogstashmemcached) | - | - | - | [X](#dashboards)| [X](#parameters)|[X](#elastic-config)| [7.17.1](#update-elastic-stack-version) |Unreleased |
40+
| 4.3.0 | [X](#api-builderlogstashmemcached) | [X](#api-builderlogstashmemcached) | - | - | - | [X](#dashboards)| [X](#parameters)|[X](#elastic-config)| [7.17.1](#update-elastic-stack-version) | |
4141
| 4.2.0 | [X](#api-builderlogstashmemcached) | - | - | - | - | [X](#dashboards)| [X](#parameters)|- | [7.17.0](#update-elastic-stack-version) | |
4242
| 4.1.0 | [X](#api-builderlogstashmemcached) | - | - | - | - | - | [X](#parameters)|[X](#elastic-config)| [7.16.3](#update-elastic-stack-version) | |
4343
| 4.0.3 | - | - | - | - | - | - | - |- | [7.16.2](#update-elastic-stack-version) | |

apibuilder4elastic/package.json

+1-1
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.2.0",
5+
"version": "v4.3.0",
66
"author": "Chris Wiechmann",
77
"email": "cwiechmann@axway.com",
88
"url": "https://axway.com",

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ services:
6464

6565
# This is the API-Builder project exposing the API-Gateway Manager REST-API
6666
apibuilder4elastic:
67-
image: cwiechmann/apibuilder4elastic:v4.2.0
67+
image: cwiechmann/apibuilder4elastic:v4.3.0
6868
restart: on-failure:10
6969
container_name: apibuilder4elastic
7070
# Enable this, if you want to debug a crashing container

helm/Chart.yaml

+2-2
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: 4.2.0
7+
version: 4.3.0
88

9-
appVersion: "4.2.0"
9+
appVersion: "4.3.0"
1010

1111
dependencies:
1212
- name: logstash

helm/README.md

+1-1
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.2.0/helm-chart-apim4elastic-v4.2.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.3.0/helm-chart-apim4elastic-v4.3.0.tgz
8989
```
9090
👉 __Please note:__ The Helm Release-Name: __axway-elk__ is mandatory. Read [here](#why-helm-release-name-axway-elk) why.
9191

helm/values.yaml

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

0 commit comments

Comments
 (0)