Skip to content

Commit

Permalink
Prepare for release 4.2.0 (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrproliu authored Dec 2, 2021
1 parent e6166c0 commit 1ae3f6c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion chart/skywalking/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion chart/skywalking/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | `{}` |
Expand Down

0 comments on commit 1ae3f6c

Please sign in to comment.