From 957fb894fc5c8fe444adf287e4a8b22c905eac80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20R=C3=BCegg?= Date: Fri, 8 May 2020 13:43:39 +0200 Subject: [PATCH] Prepare release v0.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Simon Rüegg --- CHANGELOG.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d790da2..4b32c2b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## v0.1.1 - 2020-05-08 ### Added - Docs from the SDD - Doc generator from CRDs - GitRepo file templates - Add an empty file for each cluster to the tenant git repo -- Add the cluster service account token to vault +- Add the cluster service account token to Vault +- Implement DisplayName for GitRepo objects +### Fixed +- A race condition in the reconcile loop ## v0.0.5 - 2020-02-27 ### Fixed @@ -30,11 +33,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add tenant label to GitRepos - Reuse object names for GitRepo names ### Fixed -- Gitlab subgroup handling +- GitLab subgroup handling - GitRepos properly updated from Clusters and Tenants ## v0.0.3 - 2020-02-10 ### Added -- Gitlab implementation for managing git repos +- GitLab implementation for managing git repos - Changelog - RBAC management for clusters