diff --git a/CHANGELOG.md b/CHANGELOG.md index 97ae6d74..460833de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,32 +4,32 @@ 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.2.0] - 2020-07-23 ### Added -- The operator can now remove external resources: Vault, Git Repository and Files in a repository +- The operator can now remove external resources: Vault, Git Repository and Files in a repository ([#76]) ### Changed -- Documentation structure +- Documentation structure ([#84]) ### Fixed -- Vault nilpointer if `SKIP_VAULT_SETUP` is set -- Fix broken `gitlab.com` detection due to CloudFlare checking +- Vault nilpointer if `SKIP_VAULT_SETUP` is set ([#85]) +- Fix broken `gitlab.com` detection due to CloudFlare checking ([#88]) -## v0.1.5 - 2020-06-12 +## [v0.1.5] - 2020-06-12 ### Added - Kustomize setup ([#71]) -## v0.1.4 - 2020-05-29 +## [v0.1.4] - 2020-05-29 ### Added - Ability to configure sync interval ([#62]) -## v0.1.3 - 2020-05-15 +## [v0.1.3] - 2020-05-15 ### Added - Create a `common.yml` class for each tenant -## v0.1.2 - 2020-05-11 +## [v0.1.2] - 2020-05-11 ### Fixed - Reconcile status -## v0.1.1 - 2020-05-08 +## [v0.1.1] - 2020-05-08 ### Added - Docs from the SDD - Doc generator from CRDs @@ -40,12 +40,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - A race condition in the reconcile loop -## v0.0.5 - 2020-02-27 +## [v0.0.5] - 2020-02-27 ### Fixed - Key comparison issues when using multiline strings in YAML - GitRepoURL not being set for clusters/tenants -## v0.0.4 - 2020-02-17 +## [v0.0.4] - 2020-02-17 ### Added - Example CRs - Documentation how to deploy @@ -61,11 +61,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - GitLab subgroup handling - GitRepos properly updated from Clusters and Tenants -## v0.0.3 - 2020-02-10 +## [v0.0.3] - 2020-02-10 ### Added - GitLab implementation for managing git repos - Changelog - RBAC management for clusters +[Unreleased]: https://github.com/projectsyn/lieutenant-operator/compare/v0.2.0...HEAD +[v0.0.3]: https://github.com/projectsyn/lieutenant-operator/releases/tag/v0.0.3 +[v0.0.4]: https://github.com/projectsyn/lieutenant-operator/releases/tag/v0.0.4 +[v0.0.5]: https://github.com/projectsyn/lieutenant-operator/releases/tag/v0.0.5 +[v0.1.1]: https://github.com/projectsyn/lieutenant-operator/releases/tag/v0.1.1 +[v0.1.2]: https://github.com/projectsyn/lieutenant-operator/releases/tag/v0.1.2 +[v0.1.3]: https://github.com/projectsyn/lieutenant-operator/releases/tag/v0.1.3 +[v0.1.4]: https://github.com/projectsyn/lieutenant-operator/releases/tag/v0.1.4 +[v0.1.5]: https://github.com/projectsyn/lieutenant-operator/releases/tag/v0.1.5 +[v0.2.0]: https://github.com/projectsyn/lieutenant-operator/releases/tag/v0.2.0 [#62]: https://github.com/projectsyn/lieutenant-operator/pull/62 [#71]: https://github.com/projectsyn/lieutenant-operator/pull/71 +[#76]: https://github.com/projectsyn/lieutenant-operator/pull/76 +[#84]: https://github.com/projectsyn/lieutenant-operator/pull/84 +[#85]: https://github.com/projectsyn/lieutenant-operator/pull/85 +[#88]: https://github.com/projectsyn/lieutenant-operator/pull/88 diff --git a/deploy/kustomization.yaml b/deploy/kustomization.yaml index a33b4ed9..e4698f16 100644 --- a/deploy/kustomization.yaml +++ b/deploy/kustomization.yaml @@ -3,6 +3,9 @@ kind: Kustomization commonLabels: app.kubernetes.io/name: lieutenant-operator app.kubernetes.io/part-of: project-syn +images: +- name: docker.io/projectsyn/lieutenant-operator + newTag: v0.2.0 resources: - deployment.yaml - role_binding.yaml