Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
seriva committed Aug 2, 2019
2 parents cf907a5 + 25057cb commit d1f7b36
Show file tree
Hide file tree
Showing 515 changed files with 30,133 additions and 8,505 deletions.
13 changes: 0 additions & 13 deletions CHANGELOG-0.1.1.md

This file was deleted.

7 changes: 0 additions & 7 deletions CHANGELOG-0.1.2.md

This file was deleted.

21 changes: 20 additions & 1 deletion CHANGELOG-0.1.0.md → CHANGELOG-0.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# Changelog 0.1

## [0.1.0] - 2018-10-19
## [0.1.2] 2018-12-05

### Changed

- Kubernetes v1.11.5 installation

## [0.1.1] 2018-11-21

### Added

- Alerts (AlertManager) installation and configuration
- HA Proxy - TLS Termination with multiple addresses and certificates
- PostgreSQL installation and configuration

### Changed

- Automatic restart of RedHat/Debian cluster

## [0.1.0] 2018-10-19

### Added

Expand All @@ -21,3 +39,4 @@
- Log rotation for: Kibana, Kubernetes, Elasticsearch, HAProxy, Kafka
- Automation for firewall rules on RedHat
- Create VPN network on Azure using Epiphany

26 changes: 26 additions & 0 deletions CHANGELOG-0.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Changelog 0.3

## [0.3.0] 2019-07-31

### Added

- Support for AWS cloud platform
- New Python based CLI - epicli. Currently supports AWS and baremetal deployments only
- Kubernetes automatic upgrade (experimental)
- Server spec tests for cluster components
- Added Canal as network plugin for Kubernetes
- Improved security

### Changed

- Kubernetes version 1.14.4
- Documentation cleanup and updates

### Fixed

- Fixed vulnerabilities for KeyCloak examples

### Known issues

- Deployment/Application role fails because Kubernetes cluster is not ready after reboot. More info [here](https://github.com/epiphany-platform/epiphany/issues/407)
- Node_exporter ports are not present in defaults resulting in Prometheus not beeing able to scrape data with minimal cluster data.yaml. More info [here](https://github.com/epiphany-platform/epiphany/issues/410)
18 changes: 14 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,25 @@ All notable changes to this project will be documented in linked files.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

Reference for actual cluster component versions can be found [here](docs/home/COMPONENTS.md)

## Current release

### 0.3.x

- [CHANGELOG-0.3.0](./CHANGELOG-0.3.md#030-2019-07-31)

## Older releases

### 0.2.x

- [CHANGELOG-0.2.3](./CHANGELOG-0.2.md#023-2019-05-20)
- [CHANGELOG-0.2.2](./CHANGELOG-0.2.md#022-2019-03-29)
- [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
### 0.1.x

- [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)
- [CHANGELOG-0.1.2](./CHANGELOG-0.1.md#012-2018-12-05)
- [CHANGELOG-0.1.1](./CHANGELOG-0.1.md#011-2018-11-21)
- [CHANGELOG-0.1.0](./CHANGELOG-0.1.md#010-2018-10-19)
Loading

0 comments on commit d1f7b36

Please sign in to comment.