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

Commit 0ac5f28

Browse files
author
Chris Wiechmann
committed
[skip ci] Release 3.1.0 instead of 3.0.1
1 parent 870a21f commit 0ac5f28

File tree

8 files changed

+12
-11
lines changed

8 files changed

+12
-11
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ 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+
## [3.1.0]
88
### Changed
99
- Helm-Chart for Filebeat now creates a dedicated ConfigMap: `...tic-filebeat-env-config` for environment properties and `...tic-filebeat-config` for the filebeat.yaml
1010
- Helm-Chart now expects files given in `/var/<logType>` instead of `/var/log/<logType>`, as `var/log` was causing the error: read-only file system: unknown when trying to mount the directories
1111
- Helm-Chart now expects the Cluster-UUID for Filebeat given in `filebeat.elasticsearchClusterUUID` instead of `filebeat.filebeatSecrets.elasticsearchClusterUUID`
12+
- API-Builder version changed from Madrid to Ottawa
1213

1314
### Fixed
1415
- Potential race condition, when using External-HTTP-Based AuthZ [#110](https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues/110)

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.1/axway-apim-elk-v3.0.1.tar.gz -O - | tar -xvz
154+
wget --no-check-certificate https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/releases/download/v3.1.0/axway-apim-elk-v3.1.0.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 | |
53+
| 3.1.0 | [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.1",
5+
"version": "v3.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:v3.0.1
59+
image: cwiechmann/apibuilder4elastic:v3.1.0
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.1
7+
version: 3.1.0
88

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

1111
dependencies:
1212
- name: logstash

helm/README.md

Lines changed: 3 additions & 3 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/v3.0.1/helm-chart-apim4elastic-v3.0.1.tgz
88+
helm install -n apim-elk -f myvalues.yaml axway-elk https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/releases/download/v3.1.0/helm-chart-apim4elastic-v3.1.0.tgz
8989
```
9090
👉 __Please note:__ The Helm Release-Name: __axway-elk__ is mandatory. Read [here](#why-helm-release-name-axway-elk) why.
9191
@@ -343,7 +343,7 @@ Optionally you may change the generated Yaml file to really become a more flexib
343343

344344
#### 3. Install or upgrade your setup chart
345345
```
346-
helm upgrade -n apim-elk axway-elk-setup .
346+
helm install -n apim-elk -f myvalues.yaml axway-elk https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/releases/download/v3.1.0/helm-chart-apim4elastic-v3.1.0.tgz
347347
Release "axway-elk-setup" has been upgraded. Happy Helming!
348348
NAME: axway-elk-setup
349349
LAST DEPLOYED: Tue May 4 15:06:30 2021
@@ -537,7 +537,7 @@ Of course, this a very basic example just to explain the concept. More sophistic
537537

538538
Example how to upgrade an existing Helm release:
539539
```
540-
helm upgrade -n apim-elk -f myvalues.yaml axway-elk apim4elastic-3.1.0.tgz
540+
helm install -n apim-elk -f myvalues.yaml axway-elk https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/releases/download/v3.1.0/helm-chart-apim4elastic-v3.1.0.tgz
541541
```
542542

543543
## Required resources

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

0 commit comments

Comments
 (0)