From 42147f60947db5f52c27342357df9858a6d3fae6 Mon Sep 17 00:00:00 2001 From: sdubernet Date: Tue, 7 Nov 2023 14:21:13 +0100 Subject: [PATCH 1/2] Update version 2.5.11 --- charts/sorry-cypress/Chart.yaml | 4 ++-- charts/sorry-cypress/changelog.md | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/charts/sorry-cypress/Chart.yaml b/charts/sorry-cypress/Chart.yaml index 4ca666d..0d2d28d 100644 --- a/charts/sorry-cypress/Chart.yaml +++ b/charts/sorry-cypress/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: sorry-cypress description: A Helm chart for Sorry Cypress type: application -version: 1.19.1 -appVersion: 2.5.10 +version: 1.20.0 +appVersion: 2.5.11 home: https://sorry-cypress.dev/ sources: - https://github.com/sorry-cypress/sorry-cypress diff --git a/charts/sorry-cypress/changelog.md b/charts/sorry-cypress/changelog.md index 2162617..ceea407 100644 --- a/charts/sorry-cypress/changelog.md +++ b/charts/sorry-cypress/changelog.md @@ -1,3 +1,6 @@ +# 1.20 +- Update app to version `2.5.11` + # 1.19.1 - Fixed director readiness probe failing when using BASE_PATH env From d9ccff521d147f0b78b6b5396bace42afd725536 Mon Sep 17 00:00:00 2001 From: sdubernet Date: Tue, 7 Nov 2023 14:21:56 +0100 Subject: [PATCH 2/2] Fix typo --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 4267577..6759291 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,7 +5,7 @@ In order to ensure some level of quality, there are a few hoops to jump through. Checklist: * [] I have increased [the chart version](https://github.com/sorry-cypress/charts/blob/main/charts/sorry-cypress/Chart.yaml#L5). -* [] I have updated the [chart readme](https://github.com/sorry-cypress/charts/blob/main/charts/sorry-cypress/README.md) to reflect mny change. +* [] I have updated the [chart readme](https://github.com/sorry-cypress/charts/blob/main/charts/sorry-cypress/README.md) to reflect my change. * [] I have updated the [chart changelog](https://github.com/sorry-cypress/charts/blob/main/charts/sorry-cypress/changelog.md) to reflect my change. * [] I have updated/added any [CI tests](https://github.com/sorry-cypress/charts/tree/main/charts/sorry-cypress/ci) to cover my change. * [] I have [Run the CI locally](https://github.com/sorry-cypress/charts/tree/main/charts/sorry-cypress/contributing/README.md).