From e08ff3299b4c3c3ae1a62c8c90ebf0f0d8f6c266 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 13 Jul 2021 08:03:16 +0000 Subject: [PATCH 1/4] other: Bump version to 2.8.0 --- charts/rasa/Chart.yaml | 16 +--------------- charts/rasa/README.md | 4 ++-- charts/rasa/values.yaml | 3 +-- 3 files changed, 4 insertions(+), 19 deletions(-) diff --git a/charts/rasa/Chart.yaml b/charts/rasa/Chart.yaml index 504f64e..ae0a5b7 100644 --- a/charts/rasa/Chart.yaml +++ b/charts/rasa/Chart.yaml @@ -1,7 +1,6 @@ apiVersion: v2 name: rasa description: 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. - # A chart can be either an 'application' or a 'library' chart. # # Application charts are a collection of templates that can be packaged into versioned archives @@ -11,64 +10,51 @@ description: The Rasa Helm chart deploy a Rasa Open Source Server. Rasa is an op # a dependency of application charts to inject those utilities and functions into the rendering # pipeline. Library charts do not define any templates and therefore cannot be deployed. 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.2.5 - # 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. # It is recommended to use it with quotes. -appVersion: "2.7.1" - +appVersion: "2.8.0" icon: "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSqZPsa-h0ilYPCFaQmf21MFMyVH7oyvrfnJHwvGOJVlMIeTiakBJTSwGd2cDFcF5AsEiY&usqp=CAU" - sources: - https://github.com/RasaHQ/helm-charts/tree/main/charts/rasa - maintainers: - email: hi@rasa.com name: Rasa - keywords: - kubernetes - rasa - rasa-oss - dependencies: - name: rasa-common repository: https://helm.rasa.com tags: - rasa-common version: 1.x.x - - name: postgresql version: ~10.5.2 repository: https://charts.bitnami.com/bitnami condition: postgresql.install - - name: redis version: ~14.6.4 repository: https://charts.bitnami.com/bitnami condition: redis.install - - name: rabbitmq version: ~8.16.2 repository: https://charts.bitnami.com/bitnami condition: rabbitmq.install - - name: rasa-action-server version: ~1.0.0 repository: https://helm.rasa.com condition: rasa-action-server.install - - name: duckling version: ~1.0.0 repository: https://helm.rasa.com condition: duckling.install - annotations: # See: https://artifacthub.io/docs/topics/annotations/helm/#supported-annotations artifacthub.io/changes: | diff --git a/charts/rasa/README.md b/charts/rasa/README.md index c73e601..23a618b 100644 --- a/charts/rasa/README.md +++ b/charts/rasa/README.md @@ -1,6 +1,6 @@ # rasa -![Version: 1.2.4](https://img.shields.io/badge/Version-1.2.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.7.1](https://img.shields.io/badge/AppVersion-2.7.1-informational?style=flat-square) +![Version: 1.2.5](https://img.shields.io/badge/Version-1.2.5-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) 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.7.1"` | Rasa Open Source image tag to use | +| image.tag | string | `"2.8.0"` | 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 c7a8215..0b82c5f 100644 --- a/charts/rasa/values.yaml +++ b/charts/rasa/values.yaml @@ -216,8 +216,7 @@ image: name: rasa # -- Rasa Open Source image tag to use - tag: "2.7.1" - + tag: "2.8.0" # -- Override default registry + image.name for Rasa Open Source repository: "" From 67affce13621b710f96d4ff1f1029c5407a6029f Mon Sep 17 00:00:00 2001 From: tczekajlo Date: Tue, 13 Jul 2021 14:22:15 +0200 Subject: [PATCH 2/4] Bump Rasa version to 2.8.0 --- charts/rasa/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/rasa/Chart.yaml b/charts/rasa/Chart.yaml index ae0a5b7..c3feb06 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.2.5 +version: 1.3.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: Add network policy for the rabbitmq_peer_discovery_k8s plugin + description: Bump Rasa version to 2.8.0 From 54699b0401e9e02605bdb6afa06717ff74d799f3 Mon Sep 17 00:00:00 2001 From: Roberto <43567378+rasabot@users.noreply.github.com> Date: Tue, 13 Jul 2021 12:22:51 +0000 Subject: [PATCH 3/4] [helm-docs] Update README.md --- charts/rasa/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/rasa/README.md b/charts/rasa/README.md index 23a618b..9e88967 100644 --- a/charts/rasa/README.md +++ b/charts/rasa/README.md @@ -1,6 +1,6 @@ # rasa -![Version: 1.2.5](https://img.shields.io/badge/Version-1.2.5-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.0](https://img.shields.io/badge/AppVersion-2.8.0-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 ecdfc0353539bb64e4de25bda6f1b06b5d577846 Mon Sep 17 00:00:00 2001 From: tczekajlo Date: Tue, 13 Jul 2021 14:27:15 +0200 Subject: [PATCH 4/4] Update the 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 b4d62da..49d161a 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.7.1") + require.Equal(t, deploymentSpec.Containers[0].Image, "test-image:2.8.0") } func TestTemplateRendersContainerArgsAndCommand(t *testing.T) {