Skip to content

Commit

Permalink
Merge pull request #154 from epiphany-platform/hotfix/0.2.1
Browse files Browse the repository at this point in the history
Hotfix/0.2.1
  • Loading branch information
to-bar authored Mar 7, 2019
2 parents af1e51f + e0a7d9c commit 2eee19f
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 27 deletions.
21 changes: 0 additions & 21 deletions CHANGELOG-0.2.0.md

This file was deleted.

27 changes: 27 additions & 0 deletions CHANGELOG-0.2.md
Original file line number Diff line number Diff line change
@@ -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
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
3 changes: 1 addition & 2 deletions core/core/src/ansible/roles/zookeeper/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2eee19f

Please sign in to comment.