You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2022/11/29 03:57:16 UTC

[skywalking-website] branch master updated: Add release event for helm chart 4.4.0 (#538)

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

kezhenxu94 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 19e106df32 Add release event for helm chart 4.4.0 (#538)
19e106df32 is described below

commit 19e106df32f29d0b581869c8b9c4006cd746614f
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Tue Nov 29 11:57:10 2022 +0800

    Add release event for helm chart 4.4.0 (#538)
---
 .../index.md                                              | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/content/events/release-apache-skywalking-kubernetes-helm-chart-4.4.0/index.md b/content/events/release-apache-skywalking-kubernetes-helm-chart-4.4.0/index.md
new file mode 100644
index 0000000000..2e731812e0
--- /dev/null
+++ b/content/events/release-apache-skywalking-kubernetes-helm-chart-4.4.0/index.md
@@ -0,0 +1,15 @@
+---
+title: Release Apache SkyWalking Kubernetes Helm Chart 4.4.0
+date: 2022-11-29
+author: SkyWalking Team
+---
+
+SkyWalking Kubernetes Helm Chart 4.4.0 is released. Go to [downloads](/downloads) page to find release tars.
+
+- [**Breaking Change**]: remove `.Values.oap.initEs`, there is no need to use this to control whether to run init job anymore,
+  SkyWalking Helm Chart automatically delete the init job when installing/upgrading.
+- [**Breaking Change**]: remove `files/config.d` mechanism and use `values.yaml` files to put the configurations to override
+  default config files in the `/skywalking/config` folder, using `files/config.d` is very limited and you have to clone the source
+  codes if you want to use this mechanism, now you can simply use our [Docker Helm Chart](https://hub.docker.com/repository/docker/apache/skywalking-helm) to install.
+- Refactor oap init job, and support postgresql storage.
+- Upgrade ElasticSearch Helm Chart dependency version.