From 5e901b421209792ca2297f8a33e1218f1f54e1d2 Mon Sep 17 00:00:00 2001 From: wanjunlei <53003665+wanjunlei@users.noreply.github.com> Date: Thu, 12 May 2022 18:15:04 +0800 Subject: [PATCH] init v2.0.1 (#143) * init v2.0.1 Signed-off-by: wanjunlei * resolve conversation Signed-off-by: wanjunlei --- CHANGLOG.md | 8 ++++++++ README.md | 8 ++++---- RELEASE.md | 2 ++ helm/values.yaml | 4 ++-- 4 files changed, 16 insertions(+), 6 deletions(-) diff --git a/CHANGLOG.md b/CHANGLOG.md index 34ebcce5..6680876b 100644 --- a/CHANGLOG.md +++ b/CHANGLOG.md @@ -1,3 +1,11 @@ +## v2.0.1 / 2022-05-13 + +### BUGFIX + +- Fix bug that the dispatcher worker routine is not released (#136). @gliffcheung +- Fix bug that the template could not generate notifications correctly (#139). @wanjunlei +- Fix bug that the namespace cannot be specified when installing with helm (#141). @wanjunlei + ## v2.0.0 / 2022-04-18 ### FEATURES diff --git a/README.md b/README.md index bba11262..30d99b76 100644 --- a/README.md +++ b/README.md @@ -80,17 +80,17 @@ We assume you already have a Kubernetes cluster (v1.16+). You can install one us ```shell # Deploy CRDs and the Notification Manager Operator: -kubectl apply -f https://github.com/kubesphere/notification-manager/releases/download/v2.0.0/bundle.yaml +kubectl apply -f https://github.com/kubesphere/notification-manager/releases/download/v2.0.1/bundle.yaml # Deploy default template: -kubectl apply -f https://github.com/kubesphere/notification-manager/releases/download/v2.0.0/template.yaml +kubectl apply -f https://github.com/kubesphere/notification-manager/releases/download/v2.0.1/template.yaml # Deploy built-in language packs. -kubectl apply -f https://github.com/kubesphere/notification-manager/releases/download/v2.0.0/zh-cn.yaml +kubectl apply -f https://github.com/kubesphere/notification-manager/releases/download/v2.0.1/zh-cn.yaml ``` #### Install with helm ```shell -helm install notification-manager --create-namespace -n kubesphere-monitoring-system https://github.com/kubesphere/notification-manager/releases/download/v2.0.0/notification-manager.tgz +helm install notification-manager --create-namespace -n kubesphere-monitoring-system https://github.com/kubesphere/notification-manager/releases/download/v2.0.1/notification-manager.tgz ``` ### Configure NotificationManager diff --git a/RELEASE.md b/RELEASE.md index 1cc5c14d..5ca452dc 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -11,6 +11,8 @@ This page describes the release process and the currently planned schedule for u | v1.3.0 | 2021-08-10 | zhu733756 (GitHub: @zhu733756) | | v1.4.0 | 2021-10-14 | leiwanjun (GitHub: @leiwanjun) | | v2.0.0 | 2022-04-18 | leiwanjun (GitHub: @leiwanjun) | +| v2.0.1 | 2022-05-13 | leiwanjun (GitHub: @leiwanjun) | + # How to cut a new release diff --git a/helm/values.yaml b/helm/values.yaml index b3901b8a..a7650d76 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -23,7 +23,7 @@ operator: operator: image: repo: kubesphere/notification-manager-operator - tag: v2.0.0 + tag: v2.0.1 pullPolicy: IfNotPresent resources: limits: @@ -41,7 +41,7 @@ operator: notificationmanager: image: repo: kubesphere/notification-manager - tag: v2.0.0 + tag: v2.0.1 pullPolicy: IfNotPresent replicas: 1 resources: