From aac6c50e1c77af10fc4bfea13911aa5e47e3bca3 Mon Sep 17 00:00:00 2001 From: Alexandre Vilain Date: Mon, 6 Jun 2022 22:35:40 +0200 Subject: [PATCH] Release v0.0.4 --- CHANGELOG.md | 16 ++++++++++++++++ config/manager/kustomization.yaml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd303622..e310aeb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to this project are documented in this file. +## 0.0.4 + +**Release date:** 2022-06-07 + +This release adds support for UI and admin tools. It +Features: +- Add support for webui [#18](https://github.com/alexandrevilain/temporal-operator/pull/18) +- Add support for admin tools [#24](https://github.com/alexandrevilain/temporal-operator/pull/24) + +Improvements: +- Improve API documentation [#23](https://github.com/alexandrevilain/temporal-operator/pull/23) +- Create logger adapter for persistence reconciliations [#26](https://github.com/alexandrevilain/temporal-operator/pull/26) + +Fixes: +- Packages where not in public, this is now fixed. Sorry for that. + ## 0.0.3 **Release date:** 2022-05-30 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 3490a172..492c5701 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ resources: images: - name: ghcr.io/alexandrevilain/temporal-operator newName: ghcr.io/alexandrevilain/temporal-operator - newTag: v0.0.3 + newTag: v0.0.4