From 848cab6c95ddbfd9dfd163bbfbdab2def610ca46 Mon Sep 17 00:00:00 2001 From: Burak Sekili Date: Thu, 10 Oct 2024 18:19:27 +0300 Subject: [PATCH] version to v2.1.0 Signed-off-by: Burak Sekili --- components/tyk-bootstrap/Chart.yaml | 2 +- components/tyk-dashboard/Chart.yaml | 2 +- components/tyk-dev-portal/Chart.yaml | 2 +- components/tyk-gateway/Chart.yaml | 2 +- components/tyk-mdcb/Chart.yaml | 2 +- components/tyk-pump/Chart.yaml | 2 +- tyk-control-plane/Chart.lock | 16 ++++++++-------- tyk-control-plane/Chart.yaml | 14 +++++++------- tyk-data-plane/Chart.lock | 8 ++++---- tyk-data-plane/Chart.yaml | 6 +++--- tyk-oss/Chart.lock | 8 ++++---- tyk-oss/Chart.yaml | 6 +++--- tyk-stack/Chart.lock | 14 +++++++------- tyk-stack/Chart.yaml | 12 ++++++------ 14 files changed, 48 insertions(+), 48 deletions(-) diff --git a/components/tyk-bootstrap/Chart.yaml b/components/tyk-bootstrap/Chart.yaml index fcfa2cd3..12f53feb 100644 --- a/components/tyk-bootstrap/Chart.yaml +++ b/components/tyk-bootstrap/Chart.yaml @@ -15,6 +15,6 @@ 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: 2.0.0 +version: 2.1.0 sources: - 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 68e073c7..d90b5304 100644 --- a/components/tyk-dashboard/Chart.yaml +++ b/components/tyk-dashboard/Chart.yaml @@ -21,7 +21,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: 2.0.0 +version: 2.1.0 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 ab8c7edf..9e04d6ad 100644 --- a/components/tyk-dev-portal/Chart.yaml +++ b/components/tyk-dev-portal/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: tyk-dev-portal -version: 2.0.0 +version: 2.1.0 description: | A Helm chart for deploying Tyk Enterprise Developer Portal on Kubernetes. The Tyk Enterprise Developer Portal is the most flexible and straightforward way for API providers diff --git a/components/tyk-gateway/Chart.yaml b/components/tyk-gateway/Chart.yaml index e52b5a27..666b316e 100644 --- a/components/tyk-gateway/Chart.yaml +++ b/components/tyk-gateway/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: tyk-gateway -version: 2.0.0 +version: 2.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-mdcb/Chart.yaml b/components/tyk-mdcb/Chart.yaml index 7d9194e8..c5bff2f7 100644 --- a/components/tyk-mdcb/Chart.yaml +++ b/components/tyk-mdcb/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: tyk-mdcb -version: 2.0.0 +version: 2.1.0 description: A Helm chart for deploying Tyk MDCB. icon: https://tyk.io/wp-content/uploads/2023/11/Tyk-helm-icon-02.png home: https://tyk.io/ diff --git a/components/tyk-pump/Chart.yaml b/components/tyk-pump/Chart.yaml index 7d2c46bb..8df0c263 100644 --- a/components/tyk-pump/Chart.yaml +++ b/components/tyk-pump/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: tyk-pump -version: 2.0.0 +version: 2.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. icon: https://tyk.io/wp-content/uploads/2023/11/Tyk-helm-icon-02.png diff --git a/tyk-control-plane/Chart.lock b/tyk-control-plane/Chart.lock index 26ff2148..80aadec1 100644 --- a/tyk-control-plane/Chart.lock +++ b/tyk-control-plane/Chart.lock @@ -1,24 +1,24 @@ dependencies: - name: tyk-gateway repository: file://../components/tyk-gateway - version: 2.0.0 + version: 2.1.0 - name: tyk-pump repository: file://../components/tyk-pump - version: 2.0.0 + version: 2.1.0 - name: tyk-dashboard repository: file://../components/tyk-dashboard - version: 2.0.0 + version: 2.1.0 - name: tyk-bootstrap repository: file://../components/tyk-bootstrap - version: 2.0.0 + version: 2.1.0 - name: tyk-mdcb repository: file://../components/tyk-mdcb - version: 2.0.0 + version: 2.1.0 - name: tyk-dev-portal repository: file://../components/tyk-dev-portal - version: 2.0.0 + version: 2.1.0 - name: tyk-operator repository: file://../components/tyk-operator version: 1.0.0 -digest: sha256:0d87bb259e47763367395aaa34a2dd72ff4d30cbb543a3b18a148c8bb22ad653 -generated: "2024-10-03T20:51:01.210599+05:30" +digest: sha256:18d0167d0fea0dc000ff9d26b2ffb34a1e66732b411e69117876fd6dd556f675 +generated: "2024-10-10T18:18:34.215434+03:00" diff --git a/tyk-control-plane/Chart.yaml b/tyk-control-plane/Chart.yaml index d3bd0e32..af239520 100644 --- a/tyk-control-plane/Chart.yaml +++ b/tyk-control-plane/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: tyk-control-plane -version: 2.0.0 +version: 2.1.0 description: | A Helm chart for deploying Tyk Control Plane on a cluster. It will deploy all required Tyk components with the settings provided in the values.yaml file. @@ -27,23 +27,23 @@ keywords: - mdcb dependencies: - name: tyk-gateway - version: 2.0.0 + version: 2.1.0 repository: file://../components/tyk-gateway - name: tyk-pump - version: 2.0.0 + version: 2.1.0 repository: file://../components/tyk-pump condition: global.components.pump - name: tyk-dashboard - version: 2.0.0 + version: 2.1.0 repository: file://../components/tyk-dashboard - name: tyk-bootstrap - version: 2.0.0 + version: 2.1.0 repository: file://../components/tyk-bootstrap - name: tyk-mdcb - version: 2.0.0 + version: 2.1.0 repository: file://../components/tyk-mdcb - name: tyk-dev-portal - version: 2.0.0 + version: 2.1.0 repository: file://../components/tyk-dev-portal condition: global.components.devPortal - name: tyk-operator diff --git a/tyk-data-plane/Chart.lock b/tyk-data-plane/Chart.lock index 46b60f02..621073df 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: 2.0.0 + version: 2.1.0 - name: tyk-pump repository: file://../components/tyk-pump - version: 2.0.0 -digest: sha256:de8fe92f4d6c5628c50ac0712b7cd7402dc19bda92ce562bc93cc53e350b1acc -generated: "2024-09-26T17:45:09.54968+05:30" + version: 2.1.0 +digest: sha256:61191ab189be4c60fd6d38120c4d460b67552442c4d2f1d9bb2ececef555914a +generated: "2024-10-10T18:18:17.382474+03:00" diff --git a/tyk-data-plane/Chart.yaml b/tyk-data-plane/Chart.yaml index cf8dc39b..cb197674 100644 --- a/tyk-data-plane/Chart.yaml +++ b/tyk-data-plane/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: tyk-data-plane -version: 2.0.0 +version: 2.1.0 description: | A Helm chart for deploying a Tyk data plane for Tyk Self Managed MDCB or Tyk Cloud users. It will deploy the data plane components that remotely connect to a MDCB control plane. @@ -28,10 +28,10 @@ keywords: - tyk mdcb data plane dependencies: - name: tyk-gateway - version: 2.0.0 + version: 2.1.0 repository: file://../components/tyk-gateway - name: tyk-pump - version: 2.0.0 + version: 2.1.0 repository: file://../components/tyk-pump condition: global.components.pump annotations: diff --git a/tyk-oss/Chart.lock b/tyk-oss/Chart.lock index b9d05664..e4367e3c 100644 --- a/tyk-oss/Chart.lock +++ b/tyk-oss/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: tyk-gateway repository: file://../components/tyk-gateway - version: 2.0.0 + version: 2.1.0 - name: tyk-pump repository: file://../components/tyk-pump - version: 2.0.0 + version: 2.1.0 - name: tyk-operator repository: file://../components/tyk-operator version: 1.0.0 -digest: sha256:5ff57c1b170a8ac540880a2807f1a9e0bf8d7b2f234e13fd7b81a6d305a7e0d5 -generated: "2024-10-03T20:50:45.037773+05:30" +digest: sha256:8e47697121955d6dac3bfe43e0a837700dbb7ac8b6a0206912a36817d8959cab +generated: "2024-10-10T18:18:26.494985+03:00" diff --git a/tyk-oss/Chart.yaml b/tyk-oss/Chart.yaml index a7cbeb46..17edfdb1 100644 --- a/tyk-oss/Chart.yaml +++ b/tyk-oss/Chart.yaml @@ -19,7 +19,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: 2.0.0 +version: 2.1.0 home: https://tyk.io/ sources: - https://github.com/TykTechnologies/tyk-charts/tree/main/tyk-oss @@ -36,10 +36,10 @@ keywords: - tyk open source dependencies: - name: tyk-gateway - version: 2.0.0 + version: 2.1.0 repository: file://../components/tyk-gateway - name: tyk-pump - version: 2.0.0 + version: 2.1.0 repository: file://../components/tyk-pump condition: global.components.pump - name: tyk-operator diff --git a/tyk-stack/Chart.lock b/tyk-stack/Chart.lock index 6801bdc7..5888a088 100644 --- a/tyk-stack/Chart.lock +++ b/tyk-stack/Chart.lock @@ -1,21 +1,21 @@ dependencies: - name: tyk-gateway repository: file://../components/tyk-gateway - version: 2.0.0 + version: 2.1.0 - name: tyk-pump repository: file://../components/tyk-pump - version: 2.0.0 + version: 2.1.0 - name: tyk-dashboard repository: file://../components/tyk-dashboard - version: 2.0.0 + version: 2.1.0 - name: tyk-bootstrap repository: file://../components/tyk-bootstrap - version: 2.0.0 + version: 2.1.0 - name: tyk-dev-portal repository: file://../components/tyk-dev-portal - version: 2.0.0 + version: 2.1.0 - name: tyk-operator repository: file://../components/tyk-operator version: 1.0.0 -digest: sha256:7524937e3bd8f242753f8adc7e6a9dfaeb52353e2b1ebd1f9e126c054911d585 -generated: "2024-10-03T20:50:53.672858+05:30" +digest: sha256:1179cf6f4a782fee3d942e1c674dd1614032e3c5764716b94409376df324bda9 +generated: "2024-10-10T18:18:11.639622+03:00" diff --git a/tyk-stack/Chart.yaml b/tyk-stack/Chart.yaml index 6e6a93e3..89fbc8d0 100644 --- a/tyk-stack/Chart.yaml +++ b/tyk-stack/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: tyk-stack -version: 2.0.0 +version: 2.1.0 description: | A Helm chart for deploying Tyk Self Managed stack on a cluster. It will deploy all required Tyk components with the settings provided in the values.yaml file. @@ -25,20 +25,20 @@ keywords: - api developer portal dependencies: - name: tyk-gateway - version: 2.0.0 + version: 2.1.0 repository: file://../components/tyk-gateway - name: tyk-pump - version: 2.0.0 + version: 2.1.0 repository: file://../components/tyk-pump condition: global.components.pump - name: tyk-dashboard - version: 2.0.0 + version: 2.1.0 repository: file://../components/tyk-dashboard - name: tyk-bootstrap - version: 2.0.0 + version: 2.1.0 repository: file://../components/tyk-bootstrap - name: tyk-dev-portal - version: 2.0.0 + version: 2.1.0 repository: file://../components/tyk-dev-portal condition: global.components.devPortal - name: tyk-operator