From 1ae3f6c22137a279dce328b202b1f2d59492f9e1 Mon Sep 17 00:00:00 2001 From: mrproliu <741550557@qq.com> Date: Thu, 2 Dec 2021 09:53:55 +0800 Subject: [PATCH] Prepare for release 4.2.0 (#85) --- CHANGES.md | 9 +++++++++ README.md | 2 +- chart/skywalking/Chart.yaml | 2 +- chart/skywalking/README.md | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 8a20f0f..e88666e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,15 @@ Changes by Version ================== Release Notes. +4.2.0 +------------------ + +- Fix Can't evaluate field Capabilities in type interface{}. +- Update the document let that all docker images use the latest version. +- Fix missing `nodes` resource permission when the OAP using `k8s-mesh` analyzer. +- Fix bug that customized config files are not loaded into es-init job. +- Add skywalking satellite support. + 4.1.0 ------------------ diff --git a/README.md b/README.md index d5d7a0b..e61dfdf 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ Enable the satellite as gateway, and set the satellite image tag. ```shell script helm install "${SKYWALKING_RELEASE_NAME}" ${REPO}/skywalking -n "${SKYWALKING_RELEASE_NAMESPACE}" \ --set satellite.enabled=true \ - --set satellite.image.tag=v0.3.0 + --set satellite.image.tag=v0.4.0 ``` After satellite have been installed, you should replace the `oap` address to the `satellite` address, the address from agent or `istio`, such as `skywalking-satellite.istio-system:11800`. diff --git a/chart/skywalking/Chart.yaml b/chart/skywalking/Chart.yaml index 039cf10..e1f4685 100644 --- a/chart/skywalking/Chart.yaml +++ b/chart/skywalking/Chart.yaml @@ -16,7 +16,7 @@ apiVersion: v2 name: skywalking home: https://skywalking.apache.org -version: 4.1.0 +version: 4.2.0 description: Apache SkyWalking APM System icon: https://raw.githubusercontent.com/apache/skywalking-kubernetes/master/logo/sw-logo-for-chart.jpg sources: diff --git a/chart/skywalking/README.md b/chart/skywalking/README.md index 2bad4d0..0e3fc2e 100644 --- a/chart/skywalking/README.md +++ b/chart/skywalking/README.md @@ -149,7 +149,7 @@ The following table lists the configurable parameters of the Skywalking chart an | `satellite.replicas` | Satellite k8s deployment replicas | `1` | | `satellite.enabled` | Is enable Satellite | `false` | | `satellite.image.repository` | Satellite container image name | `skywalking.docker.scarf.sh/apache/skywalking-satellite` | -| `satellite.image.tag` | Satellite container image tag | `v0.3.0` | +| `satellite.image.tag` | Satellite container image tag | `v0.4.0` | | `satellite.image.pullPolicy` | Satellite container image pull policy | `IfNotPresent` | | `satellite.antiAffinity` | Satellite anti-affinity policy | `soft` | | `satellite.nodeAffinity` | Satellite node affinity policy | `{}` |