From adf8fc0aa6e7c9b14457c31e42408b75e99ba777 Mon Sep 17 00:00:00 2001 From: Christian Haeusler <794584+corvus-ch@users.noreply.github.com> Date: Tue, 20 Oct 2020 14:41:24 +0200 Subject: [PATCH 1/2] Update CHANGELOG for release v0.4.0 --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b44420c8..1ff1226b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ 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.4.0] - 2020-10-20 ### Added - Configurable revisions for git repositories ([#116]) @@ -86,7 +86,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Changelog - RBAC management for clusters -[Unreleased]: https://github.com/projectsyn/lieutenant-operator/compare/v0.3.0...HEAD +[Unreleased]: https://github.com/projectsyn/lieutenant-operator/compare/v0.4.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 @@ -99,6 +99,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [v0.2.1]: https://github.com/projectsyn/lieutenant-operator/releases/tag/v0.2.1 [v0.2.2]: https://github.com/projectsyn/lieutenant-operator/releases/tag/v0.2.2 [v0.3.0]: https://github.com/projectsyn/lieutenant-operator/releases/tag/v0.3.0 +[v0.4.0]: https://github.com/projectsyn/lieutenant-operator/releases/tag/v0.4.0 [#62]: https://github.com/projectsyn/lieutenant-operator/pull/62 [#71]: https://github.com/projectsyn/lieutenant-operator/pull/71 From 35a7d8c5d2725f58396ae5b209b447a63b8655e7 Mon Sep 17 00:00:00 2001 From: Christian Haeusler <794584+corvus-ch@users.noreply.github.com> Date: Tue, 20 Oct 2020 14:49:51 +0200 Subject: [PATCH 2/2] Update deploy version to v0.4.0 --- deploy/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/kustomization.yaml b/deploy/kustomization.yaml index 85840c22..909727b2 100644 --- a/deploy/kustomization.yaml +++ b/deploy/kustomization.yaml @@ -5,7 +5,7 @@ commonLabels: app.kubernetes.io/part-of: project-syn images: - name: docker.io/projectsyn/lieutenant-operator - newTag: v0.3.0 + newTag: v0.4.0 resources: - deployment.yaml - role_binding.yaml