From b206ee85ee0146ad2b4ecdcef46740bbd1bebdfc Mon Sep 17 00:00:00 2001 From: Matt Carr <39928231+matt-carr@users.noreply.github.com> Date: Tue, 17 Aug 2021 03:30:43 -0400 Subject: [PATCH] feat(argo-workflows): Bump appVersion to 3.1.5 (#831) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Bump appVersion to 3.1.0 Signed-off-by: Matt Carr * Update charts/argo-workflows/Chart.yaml Co-authored-by: Oliver Bähler Signed-off-by: Matt Carr * Fix conflicts with upstream Signed-off-by: Matt Carr * Update changelog annotations and bump minor version Signed-off-by: Marco Kilchhofer Co-authored-by: Oliver Bähler Co-authored-by: Marco Kilchhofer Signed-off-by: Duncan Schulze --- charts/argo-workflows/Chart.yaml | 6 +++--- scripts/lint.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/argo-workflows/Chart.yaml b/charts/argo-workflows/Chart.yaml index 6534fbe8..8f02996f 100644 --- a/charts/argo-workflows/Chart.yaml +++ b/charts/argo-workflows/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: argo-workflows description: A Helm chart for Argo Workflows type: application -version: 0.3.0 -appVersion: "v3.0.7" +version: 0.4.0 +appVersion: "v3.1.5" icon: https://raw.githubusercontent.com/argoproj/argo-workflows/master/docs/assets/argo.png home: https://github.com/argoproj/argo-helm sources: @@ -15,4 +15,4 @@ maintainers: - name: benjaminws annotations: artifacthub.io/changes: | - - "[Added]: Support for extraContainers in controller/server" + - "[Changed]: Bump appVersion to 3.1.5" diff --git a/scripts/lint.sh b/scripts/lint.sh index 1f0e9104..2a4e8c9f 100755 --- a/scripts/lint.sh +++ b/scripts/lint.sh @@ -10,7 +10,7 @@ docker run \ -v "$SRCROOT:/workdir" \ --entrypoint /bin/sh \ quay.io/helmpack/chart-testing:v3.3.1 \ - -c cd /workdir \ + -c cd /workdir \ ct lint \ --config .github/configs/ct-lint.yaml \ --lint-conf .github/configs/lintconf.yaml \