Skip to content

Commit

Permalink
init v2.0.1 (#143)
Browse files Browse the repository at this point in the history
* init v2.0.1

Signed-off-by: wanjunlei <[email protected]>

* resolve conversation

Signed-off-by: wanjunlei <[email protected]>
  • Loading branch information
wanjunlei committed May 13, 2022
1 parent 9b0991c commit 5e901b4
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGLOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ operator:
operator:
image:
repo: kubesphere/notification-manager-operator
tag: v2.0.0
tag: v2.0.1
pullPolicy: IfNotPresent
resources:
limits:
Expand All @@ -41,7 +41,7 @@ operator:
notificationmanager:
image:
repo: kubesphere/notification-manager
tag: v2.0.0
tag: v2.0.1
pullPolicy: IfNotPresent
replicas: 1
resources:
Expand Down

0 comments on commit 5e901b4

Please sign in to comment.