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

zhouky pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git


The following commit(s) were added to refs/heads/main by this push:
     new b21069866 [CELEBORN-971][HELM] Should update Charts appVersion when we 
update project version
b21069866 is described below

commit b21069866db16b7a489658f6b2a40a6a9673a051
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
    
    ### What changes were proposed in this pull request?
    Should update Charts appVersion when we update project version and we 
should change this appVersion in future release work.
    
    ### Why are the changes needed?
    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.
    
    ### Does this PR introduce _any_ user-facing change?
    Yes, user will find appVersion changed when using celeborn chart
    
    ### How was this patch tested?
    Local
    
    Closes #1904 from zwangsheng/CELEBORN-971.
    
    Authored-by: zwangsheng <[email protected]>
    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 eaee4a983..b919bc383 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.2.1
+appVersion: 0.4.0

Reply via email to