Skip to content

Commit

Permalink
release GA version of tyk-stack (#204)
Browse files Browse the repository at this point in the history
* prepare release for GA

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

* update tyk-oss and tyk-data-plane

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

* update deps

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

---------

Signed-off-by: Burak Sekili <[email protected]>
  • Loading branch information
buraksekili authored Dec 8, 2023
1 parent 2f4e0fc commit fbff560
Show file tree
Hide file tree
Showing 12 changed files with 38 additions and 38 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ This is a repository for new Tyk helm charts. We will roll out new component cha
## Umbrella Charts
Helm umbrella chart (chart of charts) is an easy and really flexible way of installing multiple components as a single one. We have following umbrella charts that help you to install group of related tyk components based on your deployment need.

| Umbrella Charts | Description | Status |
|-----------------|-------------|--------|
| [tyk-oss](./tyk-oss) | Tyk Open Source | Stable |
| [tyk-stack](./tyk-stack) | Tyk Self Managed | Beta |
| tyk-control-plane | Tyk Self Managed (MDCB) Control Plane | Coming Soon |
| [tyk-data-plane](./tyk-data-plane) | Tyk Self Managed (MDCB) Data Plane <br> Tyk Hybrid Data Plane | Stable |
| Umbrella Charts | Description | Status |
|------------------------------------|---------------------------------------------------------------|-------------|
| [tyk-oss](./tyk-oss) | Tyk Open Source | Stable |
| [tyk-stack](./tyk-stack) | Tyk Self Managed | Stable |
| tyk-control-plane | Tyk Self Managed (MDCB) Control Plane | Coming Soon |
| [tyk-data-plane](./tyk-data-plane) | Tyk Self Managed (MDCB) Data Plane <br> Tyk Hybrid Data Plane | Stable |

## Component Charts
* [tyk-gateway](./components/tyk-gateway)
Expand Down
2 changes: 1 addition & 1 deletion components/tyk-bootstrap/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +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-beta6
version: 1.0.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-beta6
version: 1.0.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-beta1
version: 1.0.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.1.0
version: 1.2.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-pump/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: tyk-pump
version: 1.1.0
version: 1.2.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
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.1.0
version: 1.2.0
- name: tyk-pump
repository: file://../components/tyk-pump
version: 1.1.0
digest: sha256:64c8e9811275bbe03badae0e908db465550cd7e2397ec0df09ba2f470530422b
generated: "2023-10-31T18:01:24.605787+05:30"
version: 1.2.0
digest: sha256:54abba3f969c5f91de11ef415928d61579839f5cc9dbe778f3e9bb0b19cb3fc0
generated: "2023-12-08T16:32:27.91299+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.0.0
version: 1.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.
Expand Down Expand Up @@ -28,10 +28,10 @@ keywords:
- tyk mdcb data plane
dependencies:
- name: tyk-gateway
version: 1.1.0
version: 1.2.0
repository: file://../components/tyk-gateway
- name: tyk-pump
version: 1.1.0
version: 1.2.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.1.0
version: 1.2.0
- name: tyk-pump
repository: file://../components/tyk-pump
version: 1.1.0
digest: sha256:64c8e9811275bbe03badae0e908db465550cd7e2397ec0df09ba2f470530422b
generated: "2023-10-31T18:01:07.898109+05:30"
version: 1.2.0
digest: sha256:54abba3f969c5f91de11ef415928d61579839f5cc9dbe778f3e9bb0b19cb3fc0
generated: "2023-12-08T16:32:34.475831+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.1.0
version: 1.2.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.1.0
version: 1.2.0
repository: file://../components/tyk-gateway
- name: tyk-pump
version: 1.1.0
version: 1.2.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.1.0
version: 1.2.0
- name: tyk-pump
repository: file://../components/tyk-pump
version: 1.1.0
version: 1.2.0
- name: tyk-dashboard
repository: file://../components/tyk-dashboard
version: 1.0.0-beta6
version: 1.0.0
- name: tyk-bootstrap
repository: file://../components/tyk-bootstrap
version: 1.0.0-beta6
version: 1.0.0
- name: tyk-dev-portal
repository: file://../components/tyk-dev-portal
version: 1.0.0-beta1
digest: sha256:ac5685099366ecbe1c88b0ee852295cc33348f8361f37ee075b740363b2dd12b
generated: "2023-10-31T18:01:35.485869+05:30"
version: 1.0.0
digest: sha256:625db0998bacfa662460be7ae7717a94b730bfebafb92ad2c4cdec220e770e03
generated: "2023-12-08T16:25:32.458496+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-beta1
version: 1.0.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.1.0
version: 1.2.0
repository: file://../components/tyk-gateway
- name: tyk-pump
version: 1.1.0
version: 1.2.0
repository: file://../components/tyk-pump
condition: global.components.pump
- name: tyk-dashboard
version: 1.0.0-beta6
version: 1.0.0
repository: file://../components/tyk-dashboard
- name: tyk-bootstrap
version: 1.0.0-beta6
version: 1.0.0
repository: file://../components/tyk-bootstrap
- name: tyk-dev-portal
version: 1.0.0-beta1
version: 1.0.0
repository: file://../components/tyk-dev-portal
condition: global.components.devPortal
annotations:
Expand Down

0 comments on commit fbff560

Please sign in to comment.