You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ha...@apache.org on 2022/01/06 14:33:51 UTC

[skywalking-swck] branch release-0.6.0 created (now 0f67f93)

This is an automated email from the ASF dual-hosted git repository.

hanahmily pushed a change to branch release-0.6.0
in repository https://gitbox.apache.org/repos/asf/skywalking-swck.git.


      at 0f67f93  Update change log and image tag for releasing 0.6.0

This branch includes the following new commits:

     new 0f67f93  Update change log and image tag for releasing 0.6.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[skywalking-swck] 01/01: Update change log and image tag for releasing 0.6.0

Posted by ha...@apache.org.
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 <ha...@gmail.com>
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 <ha...@gmail.com>
---
 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