Skip to content

Commit

Permalink
Release v1.0.0 GA (#90)
Browse files Browse the repository at this point in the history
* Release v1.0.0-beta6

* Release v1.0.0 ga

* Release v1.0.0 ga

* Release v1.0.0 ga

* Release v1.0.0 ga
  • Loading branch information
andrei-tyk authored Aug 4, 2023
1 parent 5cad75b commit be35951
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 23 deletions.
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.0.0-beta6
version: 1.0.0
description: This chart deploys 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,5 +1,5 @@
apiVersion: v2
name: tyk-pump
version: 1.0.0-beta6
version: 1.0.0
description: This chart deploys the open source Tyk Pump.
Tyk Pump is a pluggable analytics purger to move Analytics generated by Tyk Gateway to any back-end.
8 changes: 4 additions & 4 deletions tyk-mdcb-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.0.0-beta6
version: 1.0.0
- name: tyk-pump
repository: file://../components/tyk-pump
version: 1.0.0-beta6
digest: sha256:123c4bbc0b07abe651c64e640959722d6a95f35795a889ee033ebcb2780d42e0
generated: "2023-08-03T17:16:26.625156+03:00"
version: 1.0.0
digest: sha256:86c7f8e117856889f18b580c50218cdfc82735cb43f3acdf840a12ca6574b633
generated: "2023-08-04T10:39:57.484183+03:00"
6 changes: 3 additions & 3 deletions tyk-mdcb-data-plane/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ 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

dependencies:
- name: tyk-gateway
version: 1.0.0-beta6
version: 1.0.0
repository: file://../components/tyk-gateway
- name: tyk-pump
version: 1.0.0-beta6
version: 1.0.0
repository: file://../components/tyk-pump
condition: global.components.pump
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.0.0-beta6
version: 1.0.0
- name: tyk-pump
repository: file://../components/tyk-pump
version: 1.0.0-beta6
digest: sha256:123c4bbc0b07abe651c64e640959722d6a95f35795a889ee033ebcb2780d42e0
generated: "2023-08-03T17:16:34.262572+03:00"
version: 1.0.0
digest: sha256:86c7f8e117856889f18b580c50218cdfc82735cb43f3acdf840a12ca6574b633
generated: "2023-08-04T10:39:46.522132+03:00"
6 changes: 3 additions & 3 deletions tyk-oss/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ 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

dependencies:
- name: tyk-gateway
version: 1.0.0-beta6
version: 1.0.0
repository: file://../components/tyk-gateway

- name: tyk-pump
version: 1.0.0-beta6
version: 1.0.0
repository: file://../components/tyk-pump
condition: global.components.pump
8 changes: 4 additions & 4 deletions tyk-single-dc/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
dependencies:
- name: tyk-gateway
repository: file://../components/tyk-gateway
version: 1.0.0-beta6
version: 1.0.0
- name: tyk-pump
repository: file://../components/tyk-pump
version: 1.0.0-beta6
version: 1.0.0
- name: tyk-dashboard
repository: file://../components/tyk-dashboard
version: 1.0.0-beta5
- name: tyk-bootstrap
repository: file://../components/tyk-bootstrap
version: 1.0.0-beta5
digest: sha256:aea49b485fc3e6a6a19562241acd0abb70453c1e3f68b92dd3c37fc332e9ede3
generated: "2023-08-03T17:16:46.002948+03:00"
digest: sha256:ad7a94e349a3061f2f0af9e1f697565734ef6ffa9cacd4cd79608720050c8e79
generated: "2023-08-04T10:52:47.416883+03:00"
6 changes: 3 additions & 3 deletions tyk-single-dc/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ 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

dependencies:
- name: tyk-gateway
version: 1.0.0-beta6
version: 1.0.0
repository: file://../components/tyk-gateway
- name: tyk-pump
version: 1.0.0-beta6
version: 1.0.0
repository: file://../components/tyk-pump
condition: global.components.pump
- name: tyk-dashboard
Expand Down

0 comments on commit be35951

Please sign in to comment.