This is an automated email from the ASF dual-hosted git repository. hanahmily pushed a commit to branch release-0.6.0 in repository https://gitbox.apache.org/repos/asf/skywalking-swck.git
commit 0f67f93dd2a3e0df46dc6dced1e70b2762f8d921 Author: Gao Hongtao <[email protected]> AuthorDate: Thu Jan 6 14:31:24 2022 +0000 Update change log and image tag for releasing 0.6.0 Signed-off-by: Gao Hongtao <[email protected]> --- CHANGES.md | 9 +++++++++ adapter/config/namespaced/adapter/kustomization.yaml | 2 +- docs/release.md | 1 + operator/config/manager/kustomization.yaml | 2 +- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 68722da..303a8f1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,15 @@ Changes by Version ================== Release Notes. +0.6.0 +------------------ + +#### Features +- Add the Satellite CRD, webhooks and controller + +#### Bugs +- Update release images to set numeric user id + 0.5.0 ------------------ diff --git a/adapter/config/namespaced/adapter/kustomization.yaml b/adapter/config/namespaced/adapter/kustomization.yaml index a6f53ec..7c49936 100644 --- a/adapter/config/namespaced/adapter/kustomization.yaml +++ b/adapter/config/namespaced/adapter/kustomization.yaml @@ -22,4 +22,4 @@ kind: Kustomization images: - name: metrics-adapter newName: apache/skywalking-swck - newTag: v0.4.0 + newTag: v0.6.0 diff --git a/docs/release.md b/docs/release.md index 6fc593f..afd3a40 100644 --- a/docs/release.md +++ b/docs/release.md @@ -6,6 +6,7 @@ This documentation guides the release manager to release the SkyWalking Cloud on 1. Close(if finished, or move to next milestone otherwise) all issues in the current milestone from [skywalking-swck](https://github.com/apache/skywalking-swck/milestones) and [skywalking](https://github.com/apache/skywalking/milestones), create a new milestone if needed. 2. Update [CHANGES.md](../CHANGES.md). +3. Update image tags of adapter and operator. ## Add your GPG public key to Apache svn diff --git a/operator/config/manager/kustomization.yaml b/operator/config/manager/kustomization.yaml index 681f68b..c7f03fb 100644 --- a/operator/config/manager/kustomization.yaml +++ b/operator/config/manager/kustomization.yaml @@ -30,4 +30,4 @@ kind: Kustomization images: - name: controller newName: apache/skywalking-swck - newTag: v0.4.0 + newTag: v0.6.0
