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

Commit d1e6c1f

Browse files
author
Chris Wiechmann
committed
Version bump to v1.0.0-RC1
1 parent fd96c70 commit d1e6c1f

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ API_BUILDER_SSL_KEY_PASSWORD=axway
208208
# Logstash, Filebeat and kibana are using the certificate for validation.
209209
# It's expected that the certificates are placed into the folder caertificates as this folder
210210
# is mounted into the Docker container.
211-
# Used-By: Elasticsearch, Logstash, Filebeat
211+
# Used-By: Elasticsearch, Kibana, Logstash, Filebeat
212212
ELASTICSEARCH_KEY=config/certificates/elasticsearch.key
213213
ELASTICSEARCH_CRT=config/certificates/elasticsearch.crt
214214
ELASTICSEARCH_CA=config/certificates/ca.crt

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ 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-
## [1.0.0] 2020-03-13
7+
## [1.0.0] 2020-09-15
88
### Added
9-
- Initial version
9+
- Initial version

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Obviously this solution also supports enterprise deployments using a distributed
147147

148148
To get started please download the release package from the GitHub project onto your machine:
149149
```
150-
wget --no-check-certificate https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/releases/download/v0.0.11/axway-apim-elk-v0.0.11.tar.gz -O - | tar -xvz
150+
wget --no-check-certificate https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/releases/download/v0.0.11/axway-apim-elk-v1.0.0-RC1.tar.gz -O - | tar -xvz
151151
```
152152

153153
### Filebeat

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ services:
140140

141141
# This is the API-Builder project exposing the API-Gateway Manager REST-API
142142
elk-traffic-monitor-api:
143-
image: cwiechmann/elk-traffic-monitor-api:latest
143+
image: cwiechmann/elk-traffic-monitor-api:v1.0.0-RC1
144144
container_name: apibuilder
145145
environment:
146146
- ELASTICSEARCH_HOST=${ELASTICSEARCH_HOST}

elk-traffic-monitor-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "elk-traffic-monitor-api",
33
"description": "This API-Builder project provides an ELK-Based Traffic-Monitor API.",
44
"main": "app.js",
5-
"version": "1.0.0",
5+
"version": "v1.0.0-RC1",
66
"author": {
77
"email": "cwiechmann@axway.com",
88
"name": "Chris Wiechmann",

0 commit comments

Comments
 (0)