From f98160d7159f249f5c105bfbf52882a5d9b5be3f Mon Sep 17 00:00:00 2001 From: Vlada Anicic Date: Thu, 23 Mar 2023 10:35:16 +0100 Subject: [PATCH 01/10] Update go.mod dependencies --- charts/duckling/test/go.mod | 4 ++-- charts/rasa-action-server/test/go.mod | 4 ++-- charts/rasa/test/go.mod | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/duckling/test/go.mod b/charts/duckling/test/go.mod index 8f7cd29..19c20d9 100644 --- a/charts/duckling/test/go.mod +++ b/charts/duckling/test/go.mod @@ -3,8 +3,8 @@ module github.com/RasaHQ/helm-charts/charts/duckling go 1.16 require ( - github.com/gruntwork-io/terratest v0.35.6 - github.com/stretchr/testify v1.4.0 // indirect + github.com/gruntwork-io/terratest v0.41.16 + github.com/stretchr/testify v1.6.0 // indirect k8s.io/api v0.19.3 k8s.io/apimachinery v0.19.3 k8s.io/client-go v0.19.3 diff --git a/charts/rasa-action-server/test/go.mod b/charts/rasa-action-server/test/go.mod index 9c1e751..8724b82 100644 --- a/charts/rasa-action-server/test/go.mod +++ b/charts/rasa-action-server/test/go.mod @@ -3,8 +3,8 @@ module github.com/RasaHQ/helm-charts/charts/rasa-action-server go 1.16 require ( - github.com/gruntwork-io/terratest v0.35.6 - github.com/stretchr/testify v1.4.0 // indirect + github.com/gruntwork-io/terratest v0.41.16 + github.com/stretchr/testify v1.6.0 // indirect k8s.io/api v0.19.3 k8s.io/apimachinery v0.19.3 k8s.io/client-go v0.19.3 diff --git a/charts/rasa/test/go.mod b/charts/rasa/test/go.mod index 01633ea..29619ee 100644 --- a/charts/rasa/test/go.mod +++ b/charts/rasa/test/go.mod @@ -3,8 +3,8 @@ module github.com/RasaHQ/helm-charts/charts/rasa go 1.16 require ( - github.com/gruntwork-io/terratest v0.35.6 - github.com/stretchr/testify v1.4.0 // indirect + github.com/gruntwork-io/terratest v0.41.16 + github.com/stretchr/testify v1.6.0 // indirect k8s.io/api v0.19.3 k8s.io/apimachinery v0.19.3 k8s.io/client-go v0.19.3 From aa1a19f39a6d5a3cd9223155e5b067b498b691e8 Mon Sep 17 00:00:00 2001 From: Vlada Anicic Date: Thu, 23 Mar 2023 10:39:47 +0100 Subject: [PATCH 02/10] Bump helm chart versions --- charts/duckling/Chart.yaml | 2 +- charts/rasa-action-server/Chart.yaml | 2 +- charts/rasa/Chart.yaml | 2 +- test/common/go.mod | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/duckling/Chart.yaml b/charts/duckling/Chart.yaml index 9a85ba8..bd022b8 100644 --- a/charts/duckling/Chart.yaml +++ b/charts/duckling/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.1.4 +version: 1.1.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. diff --git a/charts/rasa-action-server/Chart.yaml b/charts/rasa-action-server/Chart.yaml index 7f5edb7..241bd62 100644 --- a/charts/rasa-action-server/Chart.yaml +++ b/charts/rasa-action-server/Chart.yaml @@ -14,7 +14,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.0.6 +version: 1.0.7 # 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. diff --git a/charts/rasa/Chart.yaml b/charts/rasa/Chart.yaml index a1c7ebf..13d24a8 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.17.5 +version: 1.17.6 # 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. diff --git a/test/common/go.mod b/test/common/go.mod index 553bf6f..0e47a82 100644 --- a/test/common/go.mod +++ b/test/common/go.mod @@ -3,8 +3,8 @@ module github.com/RasaHQ/helm-charts go 1.16 require ( - github.com/gruntwork-io/terratest v0.35.6 - github.com/stretchr/testify v1.4.0 // indirect + github.com/gruntwork-io/terratest v0.41.16 + github.com/stretchr/testify v1.6.0 // indirect k8s.io/api v0.19.3 k8s.io/apimachinery v0.19.3 k8s.io/client-go v0.19.3 From 83504eff046d640de355674c7c50a069ee00c3b3 Mon Sep 17 00:00:00 2001 From: Vlada Anicic Date: Thu, 23 Mar 2023 17:48:59 +0100 Subject: [PATCH 03/10] Upgrade golang to 1.20.2 --- charts/duckling/test/go.mod | 2 +- charts/rasa-action-server/test/go.mod | 2 +- charts/rasa/test/go.mod | 2 +- test/common/go.mod | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/duckling/test/go.mod b/charts/duckling/test/go.mod index 19c20d9..a085546 100644 --- a/charts/duckling/test/go.mod +++ b/charts/duckling/test/go.mod @@ -1,6 +1,6 @@ module github.com/RasaHQ/helm-charts/charts/duckling -go 1.16 +go 1.20.2 require ( github.com/gruntwork-io/terratest v0.41.16 diff --git a/charts/rasa-action-server/test/go.mod b/charts/rasa-action-server/test/go.mod index 8724b82..6141940 100644 --- a/charts/rasa-action-server/test/go.mod +++ b/charts/rasa-action-server/test/go.mod @@ -1,6 +1,6 @@ module github.com/RasaHQ/helm-charts/charts/rasa-action-server -go 1.16 +go 1.20.2 require ( github.com/gruntwork-io/terratest v0.41.16 diff --git a/charts/rasa/test/go.mod b/charts/rasa/test/go.mod index 29619ee..fe74e83 100644 --- a/charts/rasa/test/go.mod +++ b/charts/rasa/test/go.mod @@ -1,6 +1,6 @@ module github.com/RasaHQ/helm-charts/charts/rasa -go 1.16 +go 1.20.2 require ( github.com/gruntwork-io/terratest v0.41.16 diff --git a/test/common/go.mod b/test/common/go.mod index 0e47a82..944e56f 100644 --- a/test/common/go.mod +++ b/test/common/go.mod @@ -1,6 +1,6 @@ module github.com/RasaHQ/helm-charts -go 1.16 +go 1.20.2 require ( github.com/gruntwork-io/terratest v0.41.16 From 76035f0c759f0b0f2fdcfb10df6aead69065e391 Mon Sep 17 00:00:00 2001 From: Vlada Anicic Date: Thu, 23 Mar 2023 17:50:58 +0100 Subject: [PATCH 04/10] Upgrade golang to 1.20 --- charts/duckling/test/go.mod | 2 +- charts/rasa-action-server/test/go.mod | 2 +- charts/rasa/test/go.mod | 2 +- test/common/go.mod | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/duckling/test/go.mod b/charts/duckling/test/go.mod index a085546..020cb38 100644 --- a/charts/duckling/test/go.mod +++ b/charts/duckling/test/go.mod @@ -1,6 +1,6 @@ module github.com/RasaHQ/helm-charts/charts/duckling -go 1.20.2 +go 1.20 require ( github.com/gruntwork-io/terratest v0.41.16 diff --git a/charts/rasa-action-server/test/go.mod b/charts/rasa-action-server/test/go.mod index 6141940..6abec30 100644 --- a/charts/rasa-action-server/test/go.mod +++ b/charts/rasa-action-server/test/go.mod @@ -1,6 +1,6 @@ module github.com/RasaHQ/helm-charts/charts/rasa-action-server -go 1.20.2 +go 1.20 require ( github.com/gruntwork-io/terratest v0.41.16 diff --git a/charts/rasa/test/go.mod b/charts/rasa/test/go.mod index fe74e83..4bb562c 100644 --- a/charts/rasa/test/go.mod +++ b/charts/rasa/test/go.mod @@ -1,6 +1,6 @@ module github.com/RasaHQ/helm-charts/charts/rasa -go 1.20.2 +go 1.20 require ( github.com/gruntwork-io/terratest v0.41.16 diff --git a/test/common/go.mod b/test/common/go.mod index 944e56f..74b3583 100644 --- a/test/common/go.mod +++ b/test/common/go.mod @@ -1,6 +1,6 @@ module github.com/RasaHQ/helm-charts -go 1.20.2 +go 1.20 require ( github.com/gruntwork-io/terratest v0.41.16 From e5929e289da17efa4da4a0bc2405285f378fd597 Mon Sep 17 00:00:00 2001 From: Vlada Anicic Date: Thu, 23 Mar 2023 17:59:35 +0100 Subject: [PATCH 05/10] Update go.mod befe running tests --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ccdc76..b851263 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -109,7 +109,9 @@ jobs: - name: Run tests working-directory: ${{ matrix.test }} - run: go test -v + run: | + go mod tidy + go test -v kubeval-chart: runs-on: ubuntu-22.04 From b39bed09fbfca302eb5e34a354becc71e66329bf Mon Sep 17 00:00:00 2001 From: Vlada Anicic Date: Thu, 23 Mar 2023 18:09:03 +0100 Subject: [PATCH 06/10] Update Chart.lock files --- charts/duckling/Chart.lock | 2 +- charts/rasa-action-server/Chart.lock | 2 +- charts/rasa/Chart.lock | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/duckling/Chart.lock b/charts/duckling/Chart.lock index 52663ea..18bf777 100644 --- a/charts/duckling/Chart.lock +++ b/charts/duckling/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://helm.rasa.com version: 1.0.2 digest: sha256:2154e90d996acc784ae39b3780476a9eaa725197d793579f92e52312f9abd0d6 -generated: "2022-04-07T11:52:09.622191+02:00" +generated: "2023-03-23T18:06:41.63237+01:00" diff --git a/charts/rasa-action-server/Chart.lock b/charts/rasa-action-server/Chart.lock index d480dfa..d6c80ac 100644 --- a/charts/rasa-action-server/Chart.lock +++ b/charts/rasa-action-server/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://helm.rasa.com version: 1.0.2 digest: sha256:2154e90d996acc784ae39b3780476a9eaa725197d793579f92e52312f9abd0d6 -generated: "2023-03-21T10:47:50.140514+01:00" +generated: "2023-03-23T18:07:53.087818+01:00" diff --git a/charts/rasa/Chart.lock b/charts/rasa/Chart.lock index c4326e4..ed8dc16 100644 --- a/charts/rasa/Chart.lock +++ b/charts/rasa/Chart.lock @@ -13,9 +13,9 @@ dependencies: version: 8.32.2 - name: rasa-action-server repository: https://helm.rasa.com - version: 1.0.5 + version: 1.0.6 - name: duckling repository: https://helm.rasa.com version: 1.1.4 -digest: sha256:6fca88fb2f77f0c0483574aa26cc07b1d334cbe9326d34fbe201328e6bf254b2 -generated: "2023-03-21T10:46:45.216128+01:00" +digest: sha256:9fb676619248bf47c1bf845bfa962a59366c2d5f65aa3a44e48c16561963bced +generated: "2023-03-23T18:07:17.042872+01:00" From 0aa277744b4ac5b4bb404eaa94bf52e430c4bef8 Mon Sep 17 00:00:00 2001 From: Vlada Anicic Date: Thu, 23 Mar 2023 18:18:13 +0100 Subject: [PATCH 07/10] Add helm repo --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b851263..4e65ed0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -110,6 +110,7 @@ jobs: - name: Run tests working-directory: ${{ matrix.test }} run: | + helm repo add https://helm.rasa.com go mod tidy go test -v From 90b7336b718da5715c78e3a2adf6df178ed4a861 Mon Sep 17 00:00:00 2001 From: Vlada Anicic Date: Thu, 23 Mar 2023 18:33:01 +0100 Subject: [PATCH 08/10] Fix adding helm repo --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e65ed0..b23152f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -110,7 +110,7 @@ jobs: - name: Run tests working-directory: ${{ matrix.test }} run: | - helm repo add https://helm.rasa.com + helm repo add rasa https://helm.rasa.com go mod tidy go test -v From 1a11b083330976d551597335a9cd94ecc6c3876f Mon Sep 17 00:00:00 2001 From: Vlada Anicic Date: Thu, 23 Mar 2023 19:00:29 +0100 Subject: [PATCH 09/10] Update go version in gha --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b23152f..0806dfe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,7 +96,7 @@ jobs: - uses: actions/setup-go@v2 with: - go-version: '^1.16.5' + go-version: '^1.20.2' - name: Download dependencies working-directory: ${{ matrix.test }} From 7f8c2a0257bcd2da3748ab1cce70174237e0e731 Mon Sep 17 00:00:00 2001 From: Vlada Anicic Date: Thu, 23 Mar 2023 22:11:09 +0100 Subject: [PATCH 10/10] Set terratest dependency version to 0.39.0 --- charts/duckling/test/go.mod | 2 +- charts/rasa-action-server/test/go.mod | 2 +- charts/rasa/test/go.mod | 2 +- test/common/go.mod | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/duckling/test/go.mod b/charts/duckling/test/go.mod index 020cb38..0f1aaa0 100644 --- a/charts/duckling/test/go.mod +++ b/charts/duckling/test/go.mod @@ -3,7 +3,7 @@ module github.com/RasaHQ/helm-charts/charts/duckling go 1.20 require ( - github.com/gruntwork-io/terratest v0.41.16 + github.com/gruntwork-io/terratest v0.39.0 github.com/stretchr/testify v1.6.0 // indirect k8s.io/api v0.19.3 k8s.io/apimachinery v0.19.3 diff --git a/charts/rasa-action-server/test/go.mod b/charts/rasa-action-server/test/go.mod index 6abec30..d7b2c9a 100644 --- a/charts/rasa-action-server/test/go.mod +++ b/charts/rasa-action-server/test/go.mod @@ -3,7 +3,7 @@ module github.com/RasaHQ/helm-charts/charts/rasa-action-server go 1.20 require ( - github.com/gruntwork-io/terratest v0.41.16 + github.com/gruntwork-io/terratest v0.39.0 github.com/stretchr/testify v1.6.0 // indirect k8s.io/api v0.19.3 k8s.io/apimachinery v0.19.3 diff --git a/charts/rasa/test/go.mod b/charts/rasa/test/go.mod index 4bb562c..ada9b1d 100644 --- a/charts/rasa/test/go.mod +++ b/charts/rasa/test/go.mod @@ -3,7 +3,7 @@ module github.com/RasaHQ/helm-charts/charts/rasa go 1.20 require ( - github.com/gruntwork-io/terratest v0.41.16 + github.com/gruntwork-io/terratest v0.39.0 github.com/stretchr/testify v1.6.0 // indirect k8s.io/api v0.19.3 k8s.io/apimachinery v0.19.3 diff --git a/test/common/go.mod b/test/common/go.mod index 74b3583..a806112 100644 --- a/test/common/go.mod +++ b/test/common/go.mod @@ -3,7 +3,7 @@ module github.com/RasaHQ/helm-charts go 1.20 require ( - github.com/gruntwork-io/terratest v0.41.16 + github.com/gruntwork-io/terratest v0.39.0 github.com/stretchr/testify v1.6.0 // indirect k8s.io/api v0.19.3 k8s.io/apimachinery v0.19.3