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

Commit a032f76

Browse files
author
Chris Wiechmann
committed
[skip ci] Version bumped to v3.0.0
1 parent 9ce312e commit a032f76

File tree

6 files changed

+6
-9
lines changed

6 files changed

+6
-9
lines changed

.github/workflows/release-axway-elk-apim.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v2
16-
- uses: pocket-apps/action-update-version@v1
17-
with:
18-
files: 'apibuilder4elastic/package.json,docker-compose.yml,README.md'
19-
version-regexp: 'v\d+.\d+.\d+'
20-
repo-token: ${{ secrets.GITHUB_TOKEN }}
2116
- name: Create release archive
2217
run: tar --transform 's,^,${{ env.RELEASE_NAME }}/,' -czvf ${{ env.RELEASE_NAME }}.tar.gz --exclude='*.bats' config elasticsearch filebeat kibana logstash docker-compose.yml nodemanager metricbeat README.md CHANGELOG.md env-sample
2318
- name: create-checksum

DEVELOPMENT.MD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
- Adjust/Verify version table
1515
- README.md
1616
- `"version": "v2.0.0",`
17+
- helm/README.md
18+
- `"version": "v2.0.0",`
1719

1820
3. Modify the CHANGELOG.md
1921
- Add/Verify recent changes

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/v2.4.2/axway-apim-elk-v2.4.2.tar.gz -O - | tar -xvz
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
155155
```
156156
To simplify updates it is recommended to create a Symlink-Folder and finally rename the provided file `env-sample` to `.env`.
157157
```

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

helm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ sudo chmod 777 data
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/3.0.0/apim4elastic-helm-3.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/v3.0.0/apim4elastic-helm-v3.0.0.tgz
8989
```
9090
👉: __Please note:__ The Helm Release-Name: __axway-elk__ is mandatory
9191

0 commit comments

Comments
 (0)