From d7acaed4227e0ad4ad84546c1dbb0306454f770d Mon Sep 17 00:00:00 2001 From: to-bar <46519524+to-bar@users.noreply.github.com> Date: Fri, 8 May 2020 10:50:36 +0200 Subject: [PATCH] Update changelogs (#1240) * Add changelog for v0.7 * Sync changelogs with support branches --- CHANGELOG-0.3.md | 17 +++++++++++++++++ CHANGELOG-0.4.md | 13 +++++++++++++ CHANGELOG-0.5.md | 19 +++++++++++++++++++ CHANGELOG-0.6.md | 9 --------- CHANGELOG-0.7.md | 32 ++++++++++++++++++++++++++++++++ CHANGELOG.md | 1 + 6 files changed, 82 insertions(+), 9 deletions(-) create mode 100644 CHANGELOG-0.7.md diff --git a/CHANGELOG-0.3.md b/CHANGELOG-0.3.md index be8dcba995..7c10ca3090 100644 --- a/CHANGELOG-0.3.md +++ b/CHANGELOG-0.3.md @@ -1,5 +1,22 @@ # Changelog 0.3 +## [0.3.1] 2020-04-20 + +### Fixed + +- [#407](https://github.com/epiphany-platform/epiphany/issues/407) - Deployment/Application role fails because Kubernetes cluster is not ready after reboot. +- [#410](https://github.com/epiphany-platform/epiphany/issues/410) - Node_exporter ports are not present in defaults resulting in Prometheus not beeing able to scrape data with minimal cluster data.yaml. +- [#433](https://github.com/epiphany-platform/epiphany/issues/433) - Kafka exporter unnecessarily installed on RabbitMQ vms. +- [#548](https://github.com/epiphany-platform/epiphany/issues/548) - Epicli fails on AWS when clustering RabbitMQ nodes. +- [#549](https://github.com/epiphany-platform/epiphany/issues/549) - Need to allow traffic on port 5432 to enable PostgreSQL replication on AWS. +- [#839](https://github.com/epiphany-platform/epiphany/issues/839) - Add ServerAliveInterval option to keep SSH connection for long running tasks +- [#1016](https://github.com/epiphany-platform/epiphany/issues/1016) - Disable verify, backup and recovery as they are not fully implemented +- [#1105](https://github.com/epiphany-platform/epiphany/issues/1105) - [v0.3] failing on task: Install container-selinux for RHEL +- [#1106](https://github.com/epiphany-platform/epiphany/issues/1106) - [v0.3] Epicli exiting with exit code 0 despite errors +- [#1154](https://github.com/epiphany-platform/epiphany/issues/1154) - Node exporter is not installed on logging vms +- [#1163](https://github.com/epiphany-platform/epiphany/issues/1163) - [v0.4, v0.3] Typo in the role name rabbitmq +- Added default machines for rabbitmq and load_balancer components + ## [0.3.0] 2019-07-31 ### Added diff --git a/CHANGELOG-0.4.md b/CHANGELOG-0.4.md index 074f765f95..82ade67ce3 100644 --- a/CHANGELOG-0.4.md +++ b/CHANGELOG-0.4.md @@ -1,5 +1,18 @@ # Changelog 0.4 +## [0.4.4] 2020-04-16 + +### Fixed + +- [#966](https://github.com/epiphany-platform/epiphany/issues/966) - Ubuntu builds get stuck on 'Create epirepo repository' task waiting for user input in offline mode +- [#1043](https://github.com/epiphany-platform/epiphany/issues/1043) - For vm template on Azure disk_size_gb is missing in storage_os_disk +- [#1049](https://github.com/epiphany-platform/epiphany/issues/1049) - Azure/RedHat specified disk size 30 GB is smaller than the size of the disk in the VM image +- [#1063](https://github.com/epiphany-platform/epiphany/issues/1063) - Issues with single_machine install +- [#1108](https://github.com/epiphany-platform/epiphany/issues/1108) - [Azure RedHat] Create epirepo: package httpd-2.4.6-93 requires httpd-tools = 2.4.6-93 but latest available is 2.4.6-90 +- [#1016](https://github.com/epiphany-platform/epiphany/issues/1016) - Disable verify, backup and recovery as they are not fully implemented +- [#1154](https://github.com/epiphany-platform/epiphany/issues/1154) - Node exporter is not installed on logging vms +- [#1163](https://github.com/epiphany-platform/epiphany/issues/1163) - [v0.4, v0.3] Typo in the role name rabbitmq + ## [0.4.3] 2020-03-16 ### Fixed diff --git a/CHANGELOG-0.5.md b/CHANGELOG-0.5.md index 3031b19a3e..dab643ec9e 100644 --- a/CHANGELOG-0.5.md +++ b/CHANGELOG-0.5.md @@ -1,5 +1,24 @@ # Changelog 0.5 +## [0.5.4] 2020-04-14 + +### Added + +- [#986](https://github.com/epiphany-platform/epiphany/issues/986) - Add vim to Epicli container and devcontainer +- [#1044](https://github.com/epiphany-platform/epiphany/issues/1044) - Add ability to add subscriptionId to sp.yml on Azure + +### Fixed + +- [#624](https://github.com/epiphany-platform/epiphany/issues/624) - Don't run epicli as root in container +- [#966](https://github.com/epiphany-platform/epiphany/issues/966) - Ubuntu builds get stuck on 'Create epirepo repository' task waiting for user input in offline mode +- [#1043](https://github.com/epiphany-platform/epiphany/issues/1043) - For vm template on Azure disk_size_gb is missing in storage_os_disk +- [#1049](https://github.com/epiphany-platform/epiphany/issues/1049) - Azure/RedHat specified disk size 30 GB is smaller than the size of the disk in the VM image +- [#1063](https://github.com/epiphany-platform/epiphany/issues/1063) - Issues with single_machine install +- [#1108](https://github.com/epiphany-platform/epiphany/issues/1108) - [Azure RedHat] Create epirepo: package httpd-2.4.6-93 requires httpd-tools = 2.4.6-93 but latest available is 2.4.6-90 +- [#1110](https://github.com/epiphany-platform/epiphany/issues/1110) - Install fixed version of httpd when latest fails (RHEL) +- [#1016](https://github.com/epiphany-platform/epiphany/issues/1016) - Disable verify, backup and recovery as they are not fully implemented +- [#1154](https://github.com/epiphany-platform/epiphany/issues/1154) - Node exporter is not installed on logging vms + ## [0.5.3] 2020-03-09 ### Added diff --git a/CHANGELOG-0.6.md b/CHANGELOG-0.6.md index 6f06a09ed1..2b396d163e 100644 --- a/CHANGELOG-0.6.md +++ b/CHANGELOG-0.6.md @@ -5,15 +5,6 @@ ### Fixed - [#1154](https://github.com/epiphany-platform/epiphany/issues/1154) - Node exporter is not installed on logging vms -- [#1135](https://github.com/epiphany-platform/epiphany/issues/1135) - 2ndquadrant yum repos remain enabled on repository host after teardown -- [#1169](https://github.com/epiphany-platform/epiphany/issues/1169) - Task 'Get token from master' fails on-prem when calico plugin is used -- [#1182](https://github.com/epiphany-platform/epiphany/issues/1182) - Re-run single machine installation may fail -- [#1209](https://github.com/epiphany-platform/epiphany/issues/1209) - Can not apply cluster, "sudo: a password is required" - -### Updates - -- Update Calico and Canal to v3.13.2 -- [#1180](https://github.com/epiphany-platform/epiphany/issues/1180) - Update list of ports used by Epiphany components ## [0.6.0] 2020-04-06 diff --git a/CHANGELOG-0.7.md b/CHANGELOG-0.7.md new file mode 100644 index 0000000000..a5868075da --- /dev/null +++ b/CHANGELOG-0.7.md @@ -0,0 +1,32 @@ +# Changelog 0.7 + +## [0.7.0] 2020-0X-XX + +### Added + +#### General + +- [#811](https://github.com/epiphany-platform/epiphany/issues/811) - Measure execution time of Ansible tasks + +### Updated + +- Update Calico and Canal to v3.13.2 +- [#1180](https://github.com/epiphany-platform/epiphany/issues/1180) - Update list of ports used by Epiphany components + +### Fixed + +- [#1154](https://github.com/epiphany-platform/epiphany/issues/1154) - Node exporter is not installed on logging vms +- [#1135](https://github.com/epiphany-platform/epiphany/issues/1135) - 2ndquadrant yum repos remain enabled on repository host after teardown +- [#1169](https://github.com/epiphany-platform/epiphany/issues/1169) - Task 'Get token from master' fails on-prem when calico plugin is used +- [#1181](https://github.com/epiphany-platform/epiphany/issues/1181) - Configure Ignite to use fixed ports +- [#1182](https://github.com/epiphany-platform/epiphany/issues/1182) - Re-run single machine installation may fail +- [#1209](https://github.com/epiphany-platform/epiphany/issues/1209) - Can not apply cluster, "sudo: a password is required" + +### Known Issues + +- [#1068](https://github.com/epiphany-platform/epiphany/issues/1068) - K8s HA installation - failing in some cases on task "Get token from master" +- [#1075](https://github.com/epiphany-platform/epiphany/issues/1075) - K8s HA installation - timed out on task "Join master to ControlPlane" +- [#1085](https://github.com/epiphany-platform/epiphany/issues/1085) - K8s HA installation - etcdserver: request timed out +- [#1086](https://github.com/epiphany-platform/epiphany/issues/1086) - K8s HA installation - Error from server: etcdserver: leader changed +- [#1072](https://github.com/epiphany-platform/epiphany/issues/1072) - AWS RedHat - cluster networking issues/lags using canal and flannel plugins +- [#1129](https://github.com/epiphany-platform/epiphany/issues/1129) - AWS cluster networking issues using calico plugin - NodePort service not always responding diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e32cbdb2d..6900ae98e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. Reference for actual cluster component versions can be found [here](docs/home/COMPONENTS.md) +- [CHANGELOG-0.7.x](./CHANGELOG-0.7.md) - [CHANGELOG-0.6.x](./CHANGELOG-0.6.md) - [CHANGELOG-0.5.x](./CHANGELOG-0.5.md) - [CHANGELOG-0.4.x](./CHANGELOG-0.4.md)