Skip to content

Commit

Permalink
release v2.2.0 (#187)
Browse files Browse the repository at this point in the history
Signed-off-by: Gentleelephant <[email protected]>

Signed-off-by: Gentleelephant <[email protected]>
Co-authored-by: Gentleelephant <[email protected]>
  • Loading branch information
Gentleelephant and Gentleelephant authored Jan 6, 2023
1 parent 14d44f0 commit 9c0e3f3
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 19 deletions.
8 changes: 8 additions & 0 deletions CHANGLOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v2.2.0 / 2023-01-06

### FEATURES

- Support Wechat bot receiver(#168). @Gentleelephant
- Support discord receiver(#169). @Gentleelephant


## v2.1.0 / 2022-11-29

### FEATURES
Expand Down
10 changes: 5 additions & 5 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.1.0/bundle.yaml
kubectl apply -f https://github.com/kubesphere/notification-manager/releases/download/v2.2.0/bundle.yaml
# Deploy default template:
kubectl apply -f https://github.com/kubesphere/notification-manager/releases/download/v2.1.0/template.yaml
kubectl apply -f https://github.com/kubesphere/notification-manager/releases/download/v2.2.0/template.yaml
# Deploy built-in language packs.
kubectl apply -f https://github.com/kubesphere/notification-manager/releases/download/v2.1.0/zh-cn.yaml
kubectl apply -f https://github.com/kubesphere/notification-manager/releases/download/v2.2.0/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.1.0/notification-manager.tgz
helm install notification-manager --create-namespace -n kubesphere-monitoring-system https://github.com/kubesphere/notification-manager/releases/download/v2.2.0/notification-manager.tgz
```

### Configure NotificationManager
Expand All @@ -101,7 +101,7 @@ ensures a deployment meeting the resource requirements is running.
We should create a NotificationManager CR first, skip this when using helm install.

```shell
kubectl apply -f https://github.com/kubesphere/notification-manager/releases/download/v2.1.0/notification_manager.yaml
kubectl apply -f https://github.com/kubesphere/notification-manager/releases/download/v2.2.0/notification_manager.yaml
```

### Configure sender
Expand Down
20 changes: 10 additions & 10 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ This page describes the release process and the currently planned schedule for u

## Release schedule

| release series | date (year-month-day) | release shepherd |
|----------------|------------------------|--------------------------------|
| v1.0.0 | 2021-04-22 | leiwanjun (GitHub: @leiwanjun) |
| v1.2.0 | 2021-07-15 | leiwanjun (GitHub: @leiwanjun) |
| 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) |
| v2.1.0 | 2022-11-29 | leiwanjun (GitHub: @leiwanjun) |

| release series | date (year-month-day) | release shepherd |
|----------------|------------------------|-------------------------------------|
| v1.0.0 | 2021-04-22 | leiwanjun (GitHub: @leiwanjun) |
| v1.2.0 | 2021-07-15 | leiwanjun (GitHub: @leiwanjun) |
| 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) |
| v2.1.0 | 2022-11-29 | leiwanjun (GitHub: @leiwanjun) |
| v2.2.0 | 2023-01-06 | Gentleelephant (GitHub: @Gentleelephant) |

# How to cut a new release

Expand Down
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: 2.1.0
appVersion: 2.2.0
description: Notification Manager manages notifications in multi-tenant K8s environment. It receives alerts or notifications from different senders and then send notifications to various tenant receivers based on alerts/notifications' tenant label like "namespace".
name: notification-manager
version: 2.1.0
version: 2.2.0
4 changes: 2 additions & 2 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ operator:
operator:
image:
repo: kubesphere/notification-manager-operator
tag: v2.1.0
tag: v2.2.0
pullPolicy: IfNotPresent
resources:
limits:
Expand All @@ -44,7 +44,7 @@ operator:
notificationmanager:
image:
repo: kubesphere/notification-manager
tag: v2.1.0
tag: v2.2.0
pullPolicy: IfNotPresent
replicas: 1
resources:
Expand Down

0 comments on commit 9c0e3f3

Please sign in to comment.