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:51:04 UTC

[skywalking-website] branch rel/kubernetes/4.4.0 created (now 296b6ffdcc)

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

kezhenxu94 pushed a change to branch rel/kubernetes/4.4.0
in repository https://gitbox.apache.org/repos/asf/skywalking-website.git


      at 296b6ffdcc Add release event for helm chart 4.4.0

This branch includes the following new commits:

     new 296b6ffdcc Add release event for helm chart 4.4.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-website] 01/01: Add release event for helm chart 4.4.0

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 296b6ffdcc41d3ec5643d9ea694f718834a560f0
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Tue Nov 29 03:50:56 2022 +0000

    Add release event for helm chart 4.4.0
---
 .../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.