This is an automated email from the ASF dual-hosted git repository.
zhouky pushed a commit to branch branch-0.3
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git
The following commit(s) were added to refs/heads/branch-0.3 by this push:
new ded916db7 [CELEBORN-971][HELM] Should update Charts appVersion when we
update project version
ded916db7 is described below
commit ded916db7a57be7dd0ebcb07581af4e5f6ff7b88
Author: zwangsheng <[email protected]>
AuthorDate: Tue Sep 19 11:19:39 2023 +0800
[CELEBORN-971][HELM] Should update Charts appVersion when we update project
version
Should update Charts appVersion when we update project version and we
should change this appVersion in future release work.
appVersion means:
>This is the version number of the application being deployed. This version
number should be incremented each time you make changes to the application.
Versions are not expected to follow Semantic Versioning. They should reflect
the version the application is using.
Yes, user will find appVersion changed when using celeborn chart
Local
Closes #1904 from zwangsheng/CELEBORN-971.
Authored-by: zwangsheng <[email protected]>
Signed-off-by: zky.zhoukeyong <[email protected]>
(cherry picked from commit b21069866db16b7a489658f6b2a40a6a9673a051)
Signed-off-by: zky.zhoukeyong <[email protected]>
---
charts/celeborn/Chart.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/charts/celeborn/Chart.yaml b/charts/celeborn/Chart.yaml
index a2f8e5006..a081b129d 100644
--- a/charts/celeborn/Chart.yaml
+++ b/charts/celeborn/Chart.yaml
@@ -39,4 +39,4 @@ version: 0.1.0
# This is the version number of the application being deployed. This version
number should be
# incremented each time you make changes to the application. Versions are not
expected to
# follow Semantic Versioning. They should reflect the version the application
is using.
-appVersion: 0.3.0
+appVersion: 0.3.2