From 7502a61039fa9bc86d5f8f76639d33db12606688 Mon Sep 17 00:00:00 2001 From: Komal Sukhani Date: Wed, 1 Nov 2023 13:31:54 +0530 Subject: [PATCH] [TT-10135] update chart version for release (#155) * Update bootstrap version * Update dashboard chart version * Update gateway version * Update pump version * Update tyk-oss version * Update dev-portal, tyk-stack and data-plane chart version * Reset the reference to enterprise portal in tyk-single-sc * Update version of enterprise portal * Update version of mdcb-data-plane and tyk-single-dc * Update dependencies version * Update dependency of tyk-mdcb-data-plane and tyk-single-dc * Update dependency * Remove comment * Undo the changes in tyk-single-dc * single dc should use tyk-dev-portal chart * Fix field name in tyk-single-dc values file * Fix linter error --- components/tyk-bootstrap/Chart.yaml | 5 +++-- components/tyk-dashboard/Chart.yaml | 2 +- components/tyk-dev-portal/Chart.yaml | 4 ---- components/tyk-enterprise-portal/Chart.yaml | 2 +- components/tyk-gateway/Chart.yaml | 2 +- components/tyk-pump/Chart.yaml | 2 +- tyk-data-plane/Chart.lock | 8 ++++---- tyk-data-plane/Chart.yaml | 8 ++------ tyk-mdcb-data-plane/Chart.lock | 8 ++++---- tyk-mdcb-data-plane/Chart.yaml | 6 +++--- tyk-oss/Chart.lock | 8 ++++---- tyk-oss/Chart.yaml | 6 +++--- tyk-single-dc/Chart.lock | 18 +++++++++--------- tyk-single-dc/Chart.yaml | 16 ++++++++-------- tyk-single-dc/README.md | 2 +- tyk-single-dc/values.yaml | 8 ++------ tyk-stack/Chart.lock | 12 ++++++------ tyk-stack/Chart.yaml | 12 ++++-------- 18 files changed, 57 insertions(+), 72 deletions(-) diff --git a/components/tyk-bootstrap/Chart.yaml b/components/tyk-bootstrap/Chart.yaml index cfe7a907..3fb5fa11 100644 --- a/components/tyk-bootstrap/Chart.yaml +++ b/components/tyk-bootstrap/Chart.yaml @@ -15,6 +15,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.0-beta5 +version: 1.0.0-beta6 sources: - - https://github.com/TykTechnologies/tyk-charts/tree/main/components/tyk-bootstrap \ No newline at end of file + - https://github.com/TykTechnologies/tyk-charts/tree/main/components/tyk-bootstrap + diff --git a/components/tyk-dashboard/Chart.yaml b/components/tyk-dashboard/Chart.yaml index 47593d86..3581486f 100644 --- a/components/tyk-dashboard/Chart.yaml +++ b/components/tyk-dashboard/Chart.yaml @@ -20,7 +20,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.0-beta5 +version: 1.0.0-beta6 home: https://tyk.io/ sources: - https://github.com/TykTechnologies/tyk-charts/tree/main/components/tyk-dashboard diff --git a/components/tyk-dev-portal/Chart.yaml b/components/tyk-dev-portal/Chart.yaml index fb691816..ff8bdd9e 100644 --- a/components/tyk-dev-portal/Chart.yaml +++ b/components/tyk-dev-portal/Chart.yaml @@ -16,10 +16,6 @@ description: | # 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.0.0-beta1 home: https://tyk.io/ sources: diff --git a/components/tyk-enterprise-portal/Chart.yaml b/components/tyk-enterprise-portal/Chart.yaml index 36e821ca..77faeb66 100644 --- a/components/tyk-enterprise-portal/Chart.yaml +++ b/components/tyk-enterprise-portal/Chart.yaml @@ -22,7 +22,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.0-beta4 +version: 1.0.0-beta5 deprecated: true annotations: diff --git a/components/tyk-gateway/Chart.yaml b/components/tyk-gateway/Chart.yaml index 141b5323..cf646cee 100644 --- a/components/tyk-gateway/Chart.yaml +++ b/components/tyk-gateway/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: tyk-gateway -version: 1.0.0 +version: 1.1.0 description: A Helm chart for deploying the open source Tyk Gateway. Tyk Gateway is a fully open source Enterprise API Gateway, supporting REST, GraphQL, TCP and gRPC protocols. Tyk Gateway is provided ‘Batteries-included’, with no feature lockout. It enables organisations and businesses around diff --git a/components/tyk-pump/Chart.yaml b/components/tyk-pump/Chart.yaml index 3ff8ba05..45e0787b 100644 --- a/components/tyk-pump/Chart.yaml +++ b/components/tyk-pump/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: tyk-pump -version: 1.0.0 +version: 1.1.0 description: A Helm chart for deploying the open source Tyk Pump. Tyk Pump is a pluggable analytics purger to move Analytics generated by Tyk Gateway to any back-end. home: https://tyk.io/ diff --git a/tyk-data-plane/Chart.lock b/tyk-data-plane/Chart.lock index 932316ba..8f502c55 100644 --- a/tyk-data-plane/Chart.lock +++ b/tyk-data-plane/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: tyk-gateway repository: file://../components/tyk-gateway - version: 1.0.0 + version: 1.1.0 - name: tyk-pump repository: file://../components/tyk-pump - version: 1.0.0 -digest: sha256:86c7f8e117856889f18b580c50218cdfc82735cb43f3acdf840a12ca6574b633 -generated: "2023-08-04T10:39:57.484183+03:00" + version: 1.1.0 +digest: sha256:64c8e9811275bbe03badae0e908db465550cd7e2397ec0df09ba2f470530422b +generated: "2023-10-31T18:01:24.605787+05:30" diff --git a/tyk-data-plane/Chart.yaml b/tyk-data-plane/Chart.yaml index a9cf24ee..f63dcdc5 100644 --- a/tyk-data-plane/Chart.yaml +++ b/tyk-data-plane/Chart.yaml @@ -16,10 +16,6 @@ description: | # 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.0.0 home: https://tyk.io/ sources: @@ -40,10 +36,10 @@ keywords: - tyk mdcb data plane dependencies: - name: tyk-gateway - version: 1.0.0 + version: 1.1.0 repository: file://../components/tyk-gateway - name: tyk-pump - version: 1.0.0 + version: 1.1.0 repository: file://../components/tyk-pump condition: global.components.pump annotations: diff --git a/tyk-mdcb-data-plane/Chart.lock b/tyk-mdcb-data-plane/Chart.lock index 932316ba..6736afc8 100644 --- a/tyk-mdcb-data-plane/Chart.lock +++ b/tyk-mdcb-data-plane/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: tyk-gateway repository: file://../components/tyk-gateway - version: 1.0.0 + version: 1.1.0 - name: tyk-pump repository: file://../components/tyk-pump - version: 1.0.0 -digest: sha256:86c7f8e117856889f18b580c50218cdfc82735cb43f3acdf840a12ca6574b633 -generated: "2023-08-04T10:39:57.484183+03:00" + version: 1.1.0 +digest: sha256:64c8e9811275bbe03badae0e908db465550cd7e2397ec0df09ba2f470530422b +generated: "2023-10-31T18:02:54.854616+05:30" diff --git a/tyk-mdcb-data-plane/Chart.yaml b/tyk-mdcb-data-plane/Chart.yaml index 1f59949b..40c1e8ba 100644 --- a/tyk-mdcb-data-plane/Chart.yaml +++ b/tyk-mdcb-data-plane/Chart.yaml @@ -22,15 +22,15 @@ 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.0 +version: 1.1.0 deprecated: true dependencies: - name: tyk-gateway - version: 1.0.0 + version: 1.1.0 repository: file://../components/tyk-gateway - name: tyk-pump - version: 1.0.0 + version: 1.1.0 repository: file://../components/tyk-pump condition: global.components.pump diff --git a/tyk-oss/Chart.lock b/tyk-oss/Chart.lock index 8a1e8139..f28b0424 100644 --- a/tyk-oss/Chart.lock +++ b/tyk-oss/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: tyk-gateway repository: file://../components/tyk-gateway - version: 1.0.0 + version: 1.1.0 - name: tyk-pump repository: file://../components/tyk-pump - version: 1.0.0 -digest: sha256:86c7f8e117856889f18b580c50218cdfc82735cb43f3acdf840a12ca6574b633 -generated: "2023-08-04T10:39:46.522132+03:00" + version: 1.1.0 +digest: sha256:64c8e9811275bbe03badae0e908db465550cd7e2397ec0df09ba2f470530422b +generated: "2023-10-31T18:01:07.898109+05:30" diff --git a/tyk-oss/Chart.yaml b/tyk-oss/Chart.yaml index 85921210..467f7dfa 100644 --- a/tyk-oss/Chart.yaml +++ b/tyk-oss/Chart.yaml @@ -18,7 +18,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.0 +version: 1.1.0 home: https://tyk.io/ sources: - https://github.com/TykTechnologies/tyk-charts/tree/main/tyk-oss @@ -35,10 +35,10 @@ keywords: - tyk open source dependencies: - name: tyk-gateway - version: 1.0.0 + version: 1.1.0 repository: file://../components/tyk-gateway - name: tyk-pump - version: 1.0.0 + version: 1.1.0 repository: file://../components/tyk-pump condition: global.components.pump annotations: diff --git a/tyk-single-dc/Chart.lock b/tyk-single-dc/Chart.lock index 2b105898..017ebe8e 100644 --- a/tyk-single-dc/Chart.lock +++ b/tyk-single-dc/Chart.lock @@ -1,18 +1,18 @@ dependencies: - name: tyk-gateway repository: file://../components/tyk-gateway - version: 1.0.0 + version: 1.1.0 - name: tyk-pump repository: file://../components/tyk-pump - version: 1.0.0 + version: 1.1.0 - name: tyk-dashboard repository: file://../components/tyk-dashboard - version: 1.0.0-beta5 + version: 1.0.0-beta6 - name: tyk-bootstrap repository: file://../components/tyk-bootstrap - version: 1.0.0-beta5 -- name: tyk-enterprise-portal - repository: file://../components/tyk-enterprise-portal - version: 1.0.0-beta4 -digest: sha256:acef3f84364f205987e5863760853e5acc99983d3d2439f6c8ba33639c13ddb1 -generated: "2023-10-30T11:40:24.763664+05:30" + version: 1.0.0-beta6 +- name: tyk-dev-portal + repository: file://../components/tyk-dev-portal + version: 1.0.0-beta1 +digest: sha256:ac5685099366ecbe1c88b0ee852295cc33348f8361f37ee075b740363b2dd12b +generated: "2023-11-01T12:51:10.752782+05:30" diff --git a/tyk-single-dc/Chart.yaml b/tyk-single-dc/Chart.yaml index 00e635c3..30bbeb5f 100644 --- a/tyk-single-dc/Chart.yaml +++ b/tyk-single-dc/Chart.yaml @@ -24,25 +24,25 @@ 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.0-beta6 +version: 1.0.0-beta7 deprecated: true dependencies: - name: tyk-gateway - version: 1.0.0 + version: 1.1.0 repository: file://../components/tyk-gateway - name: tyk-pump - version: 1.0.0 + version: 1.1.0 repository: file://../components/tyk-pump condition: global.components.pump - name: tyk-dashboard - version: 1.0.0-beta5 + version: 1.0.0-beta6 repository: file://../components/tyk-dashboard - name: tyk-bootstrap - version: 1.0.0-beta5 + version: 1.0.0-beta6 repository: file://../components/tyk-bootstrap - - name: tyk-enterprise-portal - version: 1.0.0-beta4 - repository: file://../components/tyk-enterprise-portal + - name: tyk-dev-portal + version: 1.0.0-beta1 + repository: file://../components/tyk-dev-portal condition: global.components.devPortal annotations: diff --git a/tyk-single-dc/README.md b/tyk-single-dc/README.md index 22ba831c..6056f1b5 100644 --- a/tyk-single-dc/README.md +++ b/tyk-single-dc/README.md @@ -412,4 +412,4 @@ global: connectionURLSecret: name: "yourSecret" keyName: "redisPassKey" -``` +``` \ No newline at end of file diff --git a/tyk-single-dc/values.yaml b/tyk-single-dc/values.yaml index 8b324c5d..e4ff3bcf 100644 --- a/tyk-single-dc/values.yaml +++ b/tyk-single-dc/values.yaml @@ -774,13 +774,9 @@ tyk-dashboard: cert_file: "/etc/certs/tyk-dashboard/tls.crt" key_file: "/etc/certs/tyk-dashboard/tls.key" -tyk-enterprise-portal: - # Default values for tyk-enterprise-portal. - # This is a YAML-formatted file. - # Declare variables to be passed into your templates. - +tyk-dev-portal: # The hostname to bind the Developer Portal to. - hostName: tyk-enterprise-portal.local + hostName: tyk-dev-portal.local # Developer Portal license. license: "" # Developer portal can be deployed as StatefulSet or as Deployment diff --git a/tyk-stack/Chart.lock b/tyk-stack/Chart.lock index 4682dce7..2d726d27 100644 --- a/tyk-stack/Chart.lock +++ b/tyk-stack/Chart.lock @@ -1,18 +1,18 @@ dependencies: - name: tyk-gateway repository: file://../components/tyk-gateway - version: 1.0.0 + version: 1.1.0 - name: tyk-pump repository: file://../components/tyk-pump - version: 1.0.0 + version: 1.1.0 - name: tyk-dashboard repository: file://../components/tyk-dashboard - version: 1.0.0-beta5 + version: 1.0.0-beta6 - name: tyk-bootstrap repository: file://../components/tyk-bootstrap - version: 1.0.0-beta5 + version: 1.0.0-beta6 - name: tyk-dev-portal repository: file://../components/tyk-dev-portal version: 1.0.0-beta1 -digest: sha256:4dd1208e0d2e4db2f0a441cc3fdf417262eb77303ceb9810a6240764c7cf589f -generated: "2023-10-30T13:18:33.878319+05:30" +digest: sha256:ac5685099366ecbe1c88b0ee852295cc33348f8361f37ee075b740363b2dd12b +generated: "2023-10-31T18:01:35.485869+05:30" diff --git a/tyk-stack/Chart.yaml b/tyk-stack/Chart.yaml index e963af98..79965f0b 100644 --- a/tyk-stack/Chart.yaml +++ b/tyk-stack/Chart.yaml @@ -18,10 +18,6 @@ description: | # 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.0.0-beta1 home: https://tyk.io/ sources: @@ -37,17 +33,17 @@ keywords: - api developer portal dependencies: - name: tyk-gateway - version: 1.0.0 + version: 1.1.0 repository: file://../components/tyk-gateway - name: tyk-pump - version: 1.0.0 + version: 1.1.0 repository: file://../components/tyk-pump condition: global.components.pump - name: tyk-dashboard - version: 1.0.0-beta5 + version: 1.0.0-beta6 repository: file://../components/tyk-dashboard - name: tyk-bootstrap - version: 1.0.0-beta5 + version: 1.0.0-beta6 repository: file://../components/tyk-bootstrap - name: tyk-dev-portal version: 1.0.0-beta1