From 4cda10edc997a63a7d4a2d289871a0465ace4187 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 23 Jul 2021 08:02:41 +0000 Subject: [PATCH 1/3] other: Bump version to 2.8.1 --- charts/rasa/Chart.yaml | 2 +- charts/rasa/README.md | 4 ++-- charts/rasa/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/rasa/Chart.yaml b/charts/rasa/Chart.yaml index c3feb06..6837b4f 100644 --- a/charts/rasa/Chart.yaml +++ b/charts/rasa/Chart.yaml @@ -18,7 +18,7 @@ version: 1.3.0 # 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. # It is recommended to use it with quotes. -appVersion: "2.8.0" +appVersion: "2.8.1" icon: "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSqZPsa-h0ilYPCFaQmf21MFMyVH7oyvrfnJHwvGOJVlMIeTiakBJTSwGd2cDFcF5AsEiY&usqp=CAU" sources: - https://github.com/RasaHQ/helm-charts/tree/main/charts/rasa diff --git a/charts/rasa/README.md b/charts/rasa/README.md index 9e88967..811039a 100644 --- a/charts/rasa/README.md +++ b/charts/rasa/README.md @@ -1,6 +1,6 @@ # rasa -![Version: 1.3.0](https://img.shields.io/badge/Version-1.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.8.0](https://img.shields.io/badge/AppVersion-2.8.0-informational?style=flat-square) +![Version: 1.3.0](https://img.shields.io/badge/Version-1.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.8.1](https://img.shields.io/badge/AppVersion-2.8.1-informational?style=flat-square) The Rasa Helm chart deploy a Rasa Open Source Server. Rasa is an open source machine learning framework for automated text and voice-based conversations. @@ -307,7 +307,7 @@ In the [`examples/rasa`](../../examples) directory you can find more detailed ex | image.pullPolicy | string | `"IfNotPresent"` | Rasa Open Source image pullPolicy | | image.pullSecrets | list | `[]` | Rasa Open Source repository pullSecret | | image.repository | string | `""` | Override default registry + image.name for Rasa Open Source | -| image.tag | string | `"2.8.0"` | Rasa Open Source image tag to use | +| image.tag | string | `"2.8.1"` | Rasa Open Source image tag to use | | ingress.annotations | object | `{}` | Ingress annotations | | ingress.enabled | bool | `false` | Set to true to enable ingress | | ingress.extraPaths | object | `{}` | Any additional arbitrary paths that may need to be added to the ingress under the main host | diff --git a/charts/rasa/values.yaml b/charts/rasa/values.yaml index 0b82c5f..d8b82d5 100644 --- a/charts/rasa/values.yaml +++ b/charts/rasa/values.yaml @@ -216,7 +216,7 @@ image: name: rasa # -- Rasa Open Source image tag to use - tag: "2.8.0" + tag: "2.8.1" # -- Override default registry + image.name for Rasa Open Source repository: "" From 9c66380d543a1d46aa09ff1b7ca8e1ea654d71be Mon Sep 17 00:00:00 2001 From: tczekajlo Date: Tue, 3 Aug 2021 09:12:21 +0200 Subject: [PATCH 2/3] Bump the chart version --- charts/rasa/Chart.yaml | 4 ++-- charts/rasa/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/rasa/Chart.yaml b/charts/rasa/Chart.yaml index 6837b4f..7633ba4 100644 --- a/charts/rasa/Chart.yaml +++ b/charts/rasa/Chart.yaml @@ -13,7 +13,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.3.0 +version: 1.4.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. @@ -59,4 +59,4 @@ annotations: # See: https://artifacthub.io/docs/topics/annotations/helm/#supported-annotations artifacthub.io/changes: | - kind: added - description: Bump Rasa version to 2.8.0 + description: Bump Rasa version to 2.8.1 diff --git a/charts/rasa/README.md b/charts/rasa/README.md index 811039a..16d966d 100644 --- a/charts/rasa/README.md +++ b/charts/rasa/README.md @@ -1,6 +1,6 @@ # rasa -![Version: 1.3.0](https://img.shields.io/badge/Version-1.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.8.1](https://img.shields.io/badge/AppVersion-2.8.1-informational?style=flat-square) +![Version: 1.4.0](https://img.shields.io/badge/Version-1.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.8.1](https://img.shields.io/badge/AppVersion-2.8.1-informational?style=flat-square) The Rasa Helm chart deploy a Rasa Open Source Server. Rasa is an open source machine learning framework for automated text and voice-based conversations. From 3619e960faf290acca5cfc5e31443b44dd56697e Mon Sep 17 00:00:00 2001 From: tczekajlo Date: Tue, 3 Aug 2021 09:18:30 +0200 Subject: [PATCH 3/3] Unit tests --- charts/rasa/test/deployment_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/rasa/test/deployment_test.go b/charts/rasa/test/deployment_test.go index 49d161a..e13d9e9 100644 --- a/charts/rasa/test/deployment_test.go +++ b/charts/rasa/test/deployment_test.go @@ -70,7 +70,7 @@ func TestTemplateRendersContainerImageRepository(t *testing.T) { // Verify the deployment pod template spec is set to the expected container image value deploymentSpec := deployment.Spec.Template.Spec require.Equal(t, len(deploymentSpec.Containers), 1) - require.Equal(t, deploymentSpec.Containers[0].Image, "test-image:2.8.0") + require.Equal(t, deploymentSpec.Containers[0].Image, "test-image:2.8.1") } func TestTemplateRendersContainerArgsAndCommand(t *testing.T) {