From 95b87bda338170a81b2c476a5d2ec85224cfb8fa Mon Sep 17 00:00:00 2001 From: to-bar <46519524+to-bar@users.noreply.github.com> Date: Wed, 6 Mar 2019 16:14:44 +0100 Subject: [PATCH 1/2] Fix ZooKeeper distribution URL (#150) (cherry picked from commit e6e7e55564512472ebe73aa00832935a6d7c7f47) --- core/core/src/ansible/roles/zookeeper/defaults/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/core/src/ansible/roles/zookeeper/defaults/main.yml b/core/core/src/ansible/roles/zookeeper/defaults/main.yml index 1596105736..9adf6df3a7 100644 --- a/core/core/src/ansible/roles/zookeeper/defaults/main.yml +++ b/core/core/src/ansible/roles/zookeeper/defaults/main.yml @@ -4,8 +4,7 @@ zookeeper_hosts: "{{ groups['zookeeper'] }}" zookeeper_version: 3.4.12 zookeeper: zookeeper-{{zookeeper_version}} -# zookeeper_url: http://apache.uib.no/zookeeper/stable -zookeeper_url: http://www.us.apache.org/dist/zookeeper +zookeeper_url: http://archive.apache.org/dist/zookeeper zookeeper_data_dir: /var/lib/zookeeper zookeeper_log_dir: /var/log/zookeeper From e0a7d9c88002b147edf0cc6c1d69fdc85b27c09d Mon Sep 17 00:00:00 2001 From: to-bar <46519524+to-bar@users.noreply.github.com> Date: Thu, 7 Mar 2019 14:35:16 +0100 Subject: [PATCH 2/2] Changelog v0.2.1 (#153) --- CHANGELOG-0.2.0.md | 21 --------------------- CHANGELOG-0.2.md | 27 +++++++++++++++++++++++++++ CHANGELOG.md | 9 +++++---- 3 files changed, 32 insertions(+), 25 deletions(-) delete mode 100644 CHANGELOG-0.2.0.md create mode 100644 CHANGELOG-0.2.md diff --git a/CHANGELOG-0.2.0.md b/CHANGELOG-0.2.0.md deleted file mode 100644 index dde649c335..0000000000 --- a/CHANGELOG-0.2.0.md +++ /dev/null @@ -1,21 +0,0 @@ -# Changelog 0.2.0 - -## [0.2.0] - 2019-02-19 - -### Changed - -- Kubernetes v1.13.0 installation -- Filebeat 6.5.4 installation -- RabbitMQ installation inside Kubernetes (clustered RabbitMQ) #17 -- RabbitMQ installation outside of Kubernetes (VM) #17 -- PostgreSQL installation with replication #16 -- Authentication service installation (Keycloak) inside Kubernetes -- Automatic untainting Kubernetes Master when single Master deployed without Nodes #22 -- Example applications added to /examples - - Keycloak authentication (dotnet, java, python, javascript) #19 - - RabbitMQ/Kafka (dotnet) #50, #39 -- Documentation updates - -### Fixed - -- Filebeat memory consumption when Elasticsearch does not accept data #61 diff --git a/CHANGELOG-0.2.md b/CHANGELOG-0.2.md new file mode 100644 index 0000000000..dcbeabad45 --- /dev/null +++ b/CHANGELOG-0.2.md @@ -0,0 +1,27 @@ +# Changelog 0.2 + +## [0.2.1] 2019-03-07 + +### Fixed + +- ZooKeeper distribution URL #147 + +## [0.2.0] 2019-02-19 + +### Changed + +- Kubernetes v1.13.0 installation +- Filebeat 6.5.4 installation +- RabbitMQ installation inside Kubernetes (clustered RabbitMQ) #17 +- RabbitMQ installation outside of Kubernetes (VM) #17 +- PostgreSQL installation with replication #16 +- Authentication service installation (Keycloak) inside Kubernetes +- Automatic untainting Kubernetes Master when single Master deployed without Nodes #22 +- Example applications added to /examples + - Keycloak authentication (dotnet, java, python, javascript) #19 + - RabbitMQ/Kafka (dotnet) #50, #39 +- Documentation updates + +### Fixed + +- Filebeat memory consumption when Elasticsearch does not accept data #61 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ae9d97293..3c4c167621 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## Current release -- [CHANGELOG-0.2.0.md](./CHANGELOG-0.2.0.md) +- [CHANGELOG-0.2.1](./CHANGELOG-0.2.md#021-2019-03-07) +- [CHANGELOG-0.2.0](./CHANGELOG-0.2.md#020-2019-02-19) ## Older releases -- [CHANGELOG-0.1.2.md](./CHANGELOG-0.1.2.md) -- [CHANGELOG-0.1.1.md](./CHANGELOG-0.1.1.md) -- [CHANGELOG-0.1.0.md](./CHANGELOG-0.1.0.md) +- [CHANGELOG-0.1.2](./CHANGELOG-0.1.2.md) +- [CHANGELOG-0.1.1](./CHANGELOG-0.1.1.md) +- [CHANGELOG-0.1.0](./CHANGELOG-0.1.0.md)