Skip to content

Commit

Permalink
(release): update versions for new release (#261)
Browse files Browse the repository at this point in the history
* update versions for new release

Signed-off-by: Burak Sekili <[email protected]>

* update deps

Signed-off-by: Burak Sekili <[email protected]>

* downgrade cp to beta2

Signed-off-by: Burak Sekili <[email protected]>

* update all charts to v1.3.0

Signed-off-by: Burak Sekili <[email protected]>

---------

Signed-off-by: Burak Sekili <[email protected]>
  • Loading branch information
buraksekili authored Apr 5, 2024
1 parent 1fd9f69 commit 3a822f9
Show file tree
Hide file tree
Showing 14 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion components/tyk-bootstrap/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 1.0.0
version: 1.3.0
sources:
- https://github.com/TykTechnologies/tyk-charts/tree/main/components/tyk-bootstrap
2 changes: 1 addition & 1 deletion components/tyk-dashboard/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 1.0.0
version: 1.3.0
home: https://tyk.io/
sources:
- https://github.com/TykTechnologies/tyk-charts/tree/main/components/tyk-dashboard
Expand Down
2 changes: 1 addition & 1 deletion components/tyk-dev-portal/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: tyk-dev-portal
version: 1.0.0
version: 1.3.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
Expand Down
2 changes: 1 addition & 1 deletion components/tyk-gateway/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: tyk-gateway
version: 1.2.0
version: 1.3.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
Expand Down
2 changes: 1 addition & 1 deletion components/tyk-mdcb/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: tyk-mdcb
version: 1.0.0-beta1
version: 1.3.0-beta
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/
Expand Down
2 changes: 1 addition & 1 deletion components/tyk-pump/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: tyk-pump
version: 1.2.0
version: 1.3.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
Expand Down
16 changes: 8 additions & 8 deletions tyk-control-plane/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
dependencies:
- name: tyk-gateway
repository: file://../components/tyk-gateway
version: 1.2.0
version: 1.3.0
- name: tyk-pump
repository: file://../components/tyk-pump
version: 1.2.0
version: 1.3.0
- name: tyk-dashboard
repository: file://../components/tyk-dashboard
version: 1.0.0
version: 1.3.0
- name: tyk-bootstrap
repository: file://../components/tyk-bootstrap
version: 1.0.0
version: 1.3.0
- name: tyk-mdcb
repository: file://../components/tyk-mdcb
version: 1.0.0-beta1
version: 1.3.0-beta
- name: tyk-dev-portal
repository: file://../components/tyk-dev-portal
version: 1.0.0
digest: sha256:5245e9050edc9be75cb9e6201daa0fa8622a6b7f6912e2582c825023b03e4ba2
generated: "2024-01-17T15:44:19.948207+03:00"
version: 1.3.0
digest: sha256:053d4dc7b97c2993e4718b3dafc846e1bf884b53e05ce2fe399028f757b2f28a
generated: "2024-04-05T15:58:23.295665+03:00"
14 changes: 7 additions & 7 deletions tyk-control-plane/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: tyk-control-plane
version: 1.0.0-beta1
version: 1.3.0-beta
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.
Expand All @@ -27,23 +27,23 @@ keywords:
- mdcb
dependencies:
- name: tyk-gateway
version: 1.2.0
version: 1.3.0
repository: file://../components/tyk-gateway
- name: tyk-pump
version: 1.2.0
version: 1.3.0
repository: file://../components/tyk-pump
condition: global.components.pump
- name: tyk-dashboard
version: 1.0.0
version: 1.3.0
repository: file://../components/tyk-dashboard
- name: tyk-bootstrap
version: 1.0.0
version: 1.3.0
repository: file://../components/tyk-bootstrap
- name: tyk-mdcb
version: 1.0.0-beta1
version: 1.3.0-beta
repository: file://../components/tyk-mdcb
- name: tyk-dev-portal
version: 1.0.0
version: 1.3.0
repository: file://../components/tyk-dev-portal
condition: global.components.devPortal
annotations:
Expand Down
8 changes: 4 additions & 4 deletions tyk-data-plane/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: tyk-gateway
repository: file://../components/tyk-gateway
version: 1.2.0
version: 1.3.0
- name: tyk-pump
repository: file://../components/tyk-pump
version: 1.2.0
digest: sha256:54abba3f969c5f91de11ef415928d61579839f5cc9dbe778f3e9bb0b19cb3fc0
generated: "2023-12-08T16:32:27.91299+03:00"
version: 1.3.0
digest: sha256:0d2d1a33c917b0252c8b174dbbbed455bb62f7f6312f9e36b27616b33e5dca75
generated: "2024-04-05T15:45:17.995174+03:00"
6 changes: 3 additions & 3 deletions tyk-data-plane/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: tyk-data-plane
version: 1.1.0
version: 1.3.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.
Expand Down Expand Up @@ -28,10 +28,10 @@ keywords:
- tyk mdcb data plane
dependencies:
- name: tyk-gateway
version: 1.2.0
version: 1.3.0
repository: file://../components/tyk-gateway
- name: tyk-pump
version: 1.2.0
version: 1.3.0
repository: file://../components/tyk-pump
condition: global.components.pump
annotations:
Expand Down
8 changes: 4 additions & 4 deletions tyk-oss/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: tyk-gateway
repository: file://../components/tyk-gateway
version: 1.2.0
version: 1.3.0
- name: tyk-pump
repository: file://../components/tyk-pump
version: 1.2.0
digest: sha256:54abba3f969c5f91de11ef415928d61579839f5cc9dbe778f3e9bb0b19cb3fc0
generated: "2023-12-08T16:32:34.475831+03:00"
version: 1.3.0
digest: sha256:0d2d1a33c917b0252c8b174dbbbed455bb62f7f6312f9e36b27616b33e5dca75
generated: "2024-04-05T15:45:24.462193+03:00"
6 changes: 3 additions & 3 deletions tyk-oss/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 1.2.0
version: 1.3.0
home: https://tyk.io/
sources:
- https://github.com/TykTechnologies/tyk-charts/tree/main/tyk-oss
Expand All @@ -36,10 +36,10 @@ keywords:
- tyk open source
dependencies:
- name: tyk-gateway
version: 1.2.0
version: 1.3.0
repository: file://../components/tyk-gateway
- name: tyk-pump
version: 1.2.0
version: 1.3.0
repository: file://../components/tyk-pump
condition: global.components.pump
annotations:
Expand Down
14 changes: 7 additions & 7 deletions tyk-stack/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
dependencies:
- name: tyk-gateway
repository: file://../components/tyk-gateway
version: 1.2.0
version: 1.3.0
- name: tyk-pump
repository: file://../components/tyk-pump
version: 1.2.0
version: 1.3.0
- name: tyk-dashboard
repository: file://../components/tyk-dashboard
version: 1.0.0
version: 1.3.0
- name: tyk-bootstrap
repository: file://../components/tyk-bootstrap
version: 1.0.0
version: 1.3.0
- name: tyk-dev-portal
repository: file://../components/tyk-dev-portal
version: 1.0.0
digest: sha256:625db0998bacfa662460be7ae7717a94b730bfebafb92ad2c4cdec220e770e03
generated: "2023-12-08T16:25:32.458496+03:00"
version: 1.3.0
digest: sha256:11fd8f99c59169718b49dcf208fe7e3cc448f6e5b98bd96d4bd020d7717dc484
generated: "2024-04-05T15:58:17.709605+03:00"
12 changes: 6 additions & 6 deletions tyk-stack/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: tyk-stack
version: 1.0.0
version: 1.3.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.
Expand All @@ -25,20 +25,20 @@ keywords:
- api developer portal
dependencies:
- name: tyk-gateway
version: 1.2.0
version: 1.3.0
repository: file://../components/tyk-gateway
- name: tyk-pump
version: 1.2.0
version: 1.3.0
repository: file://../components/tyk-pump
condition: global.components.pump
- name: tyk-dashboard
version: 1.0.0
version: 1.3.0
repository: file://../components/tyk-dashboard
- name: tyk-bootstrap
version: 1.0.0
version: 1.3.0
repository: file://../components/tyk-bootstrap
- name: tyk-dev-portal
version: 1.0.0
version: 1.3.0
repository: file://../components/tyk-dev-portal
condition: global.components.devPortal
annotations:
Expand Down

0 comments on commit 3a822f9

Please sign in to comment.