Skip to content

Commit

Permalink
[TT-12126] Release to 1.5.0 - Prepare artifacts for 1.5.0 helm release (
Browse files Browse the repository at this point in the history
#305)

* Prepare artifacts for 1.5.0 helm release

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

* Update tyk-operator to v0.18.0

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

---------

Signed-off-by: Burak Sekili <[email protected]>
  • Loading branch information
buraksekili authored Jul 4, 2024
1 parent b747ec4 commit 15141e2
Show file tree
Hide file tree
Showing 14 changed files with 54 additions and 54 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.4.0
version: 1.5.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.4.0
version: 1.5.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.4.0
version: 1.5.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.4.0
version: 1.5.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.4.0
version: 1.5.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/
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.4.0
version: 1.5.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
18 changes: 9 additions & 9 deletions tyk-control-plane/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
dependencies:
- name: tyk-gateway
repository: file://../components/tyk-gateway
version: 1.4.0
version: 1.5.0
- name: tyk-pump
repository: file://../components/tyk-pump
version: 1.4.0
version: 1.5.0
- name: tyk-dashboard
repository: file://../components/tyk-dashboard
version: 1.4.0
version: 1.5.0
- name: tyk-bootstrap
repository: file://../components/tyk-bootstrap
version: 1.4.0
version: 1.5.0
- name: tyk-mdcb
repository: file://../components/tyk-mdcb
version: 1.4.0
version: 1.5.0
- name: tyk-dev-portal
repository: file://../components/tyk-dev-portal
version: 1.4.0
version: 1.5.0
- name: tyk-operator
repository: https://helm.tyk.io/public/helm/charts/
version: 0.17.1
digest: sha256:7b3cfafd43ed0a91345cd8ef2a193e811a0bf97b0162e11a9bb4377b277d7961
generated: "2024-05-09T12:54:26.585871+03:00"
version: 0.18.0
digest: sha256:e694f63cfc6a3853e63047792c91d08035f7c8e42be84e6ef721e1981bdaceeb
generated: "2024-07-04T12:38:55.176679+03:00"
16 changes: 8 additions & 8 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.4.0
version: 1.5.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.
Expand All @@ -27,27 +27,27 @@ keywords:
- mdcb
dependencies:
- name: tyk-gateway
version: 1.4.0
version: 1.5.0
repository: file://../components/tyk-gateway
- name: tyk-pump
version: 1.4.0
version: 1.5.0
repository: file://../components/tyk-pump
condition: global.components.pump
- name: tyk-dashboard
version: 1.4.0
version: 1.5.0
repository: file://../components/tyk-dashboard
- name: tyk-bootstrap
version: 1.4.0
version: 1.5.0
repository: file://../components/tyk-bootstrap
- name: tyk-mdcb
version: 1.4.0
version: 1.5.0
repository: file://../components/tyk-mdcb
- name: tyk-dev-portal
version: 1.4.0
version: 1.5.0
repository: file://../components/tyk-dev-portal
condition: global.components.devPortal
- name: tyk-operator
version: 0.17.1
version: 0.18.0
repository: https://helm.tyk.io/public/helm/charts/
condition: global.components.operator
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.4.0
version: 1.5.0
- name: tyk-pump
repository: file://../components/tyk-pump
version: 1.4.0
digest: sha256:3fbbe22d53aaf78ae796c731d4f2d58e72b7516c017f0bce4944a51710711816
generated: "2024-05-06T17:30:25.004252+05:30"
version: 1.5.0
digest: sha256:c70882da56e30fe7257a8f62ebe52d0f3da6410a676327aede877bd6ba989af7
generated: "2024-07-04T12:37:57.467873+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.4.0
version: 1.5.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.4.0
version: 1.5.0
repository: file://../components/tyk-gateway
- name: tyk-pump
version: 1.4.0
version: 1.5.0
repository: file://../components/tyk-pump
condition: global.components.pump
annotations:
Expand Down
10 changes: 5 additions & 5 deletions tyk-oss/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: tyk-gateway
repository: file://../components/tyk-gateway
version: 1.4.0
version: 1.5.0
- name: tyk-pump
repository: file://../components/tyk-pump
version: 1.4.0
version: 1.5.0
- name: tyk-operator
repository: https://helm.tyk.io/public/helm/charts/
version: 0.17.1
digest: sha256:0fdca72203b67c2d682d5f5a09e8d223da082b9fcb1735f28fd47cf31678be64
generated: "2024-05-09T12:54:19.711073+03:00"
version: 0.18.0
digest: sha256:89a9bc4cf8c6ebc83ae02b165920a6c2dca5ab1b9057c4a8b7a8aba812a74d42
generated: "2024-07-04T12:38:03.616443+03:00"
8 changes: 4 additions & 4 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.4.0
version: 1.5.0
home: https://tyk.io/
sources:
- https://github.com/TykTechnologies/tyk-charts/tree/main/tyk-oss
Expand All @@ -36,14 +36,14 @@ keywords:
- tyk open source
dependencies:
- name: tyk-gateway
version: 1.4.0
version: 1.5.0
repository: file://../components/tyk-gateway
- name: tyk-pump
version: 1.4.0
version: 1.5.0
repository: file://../components/tyk-pump
condition: global.components.pump
- name: tyk-operator
version: 0.17.1
version: 0.18.0
repository: https://helm.tyk.io/public/helm/charts/
condition: global.components.operator
annotations:
Expand Down
16 changes: 8 additions & 8 deletions tyk-stack/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.4.0
version: 1.5.0
- name: tyk-pump
repository: file://../components/tyk-pump
version: 1.4.0
version: 1.5.0
- name: tyk-dashboard
repository: file://../components/tyk-dashboard
version: 1.4.0
version: 1.5.0
- name: tyk-bootstrap
repository: file://../components/tyk-bootstrap
version: 1.4.0
version: 1.5.0
- name: tyk-dev-portal
repository: file://../components/tyk-dev-portal
version: 1.4.0
version: 1.5.0
- name: tyk-operator
repository: https://helm.tyk.io/public/helm/charts/
version: 0.17.1
digest: sha256:5c7d2197cc31370d1a99f6b935daead41d3245d9cea27a51ecdd602d5a3a92e3
generated: "2024-05-09T12:54:06.937394+03:00"
version: 0.18.0
digest: sha256:5c5fb642553db0a75f20d0046ed1829c7eaa9f7842865e83efc57d4a73620b7e
generated: "2024-07-04T12:37:51.332198+03:00"
14 changes: 7 additions & 7 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.4.0
version: 1.5.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,24 +25,24 @@ keywords:
- api developer portal
dependencies:
- name: tyk-gateway
version: 1.4.0
version: 1.5.0
repository: file://../components/tyk-gateway
- name: tyk-pump
version: 1.4.0
version: 1.5.0
repository: file://../components/tyk-pump
condition: global.components.pump
- name: tyk-dashboard
version: 1.4.0
version: 1.5.0
repository: file://../components/tyk-dashboard
- name: tyk-bootstrap
version: 1.4.0
version: 1.5.0
repository: file://../components/tyk-bootstrap
- name: tyk-dev-portal
version: 1.4.0
version: 1.5.0
repository: file://../components/tyk-dev-portal
condition: global.components.devPortal
- name: tyk-operator
version: 0.17.1
version: 0.18.0
repository: https://helm.tyk.io/public/helm/charts/
condition: global.components.operator
annotations:
Expand Down

0 comments on commit 15141e2

Please sign in to comment.