Skip to content

Commit 144b701

Browse files
Release gateway version 1.1.0
1 parent c1f66c5 commit 144b701

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

gateway/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0-SNAPSHOT
1+
1.1.0

gateway/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: v1
22
gateway:
3-
version: 1.1.0-SNAPSHOT
3+
version: 1.1.0
44
policies:
55
- name: advanced-ratelimit
66
gomodule: github.com/wso2/gateway-controllers/policies/advanced-ratelimit@v1

gateway/docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
services:
2222
gateway-controller:
23-
image: ghcr.io/wso2/api-platform/gateway-controller:1.1.0-SNAPSHOT
23+
image: ghcr.io/wso2/api-platform/gateway-controller:1.1.0
2424
mem_limit: 60m
2525
mem_reservation: 60m
2626
cpus: 0.025
@@ -50,7 +50,7 @@ services:
5050
- gateway-network
5151

5252
gateway-runtime:
53-
image: ghcr.io/wso2/api-platform/gateway-runtime:1.1.0-SNAPSHOT
53+
image: ghcr.io/wso2/api-platform/gateway-runtime:1.1.0
5454
mem_limit: 180m
5555
mem_reservation: 180m
5656
cpus: 0.175

gateway/sample-policies/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: v1
22
gateway:
3-
version: 1.1.0-SNAPSHOT
3+
version: 1.1.0
44
policies:
55
- name: set-headers
66
gomodule: github.com/wso2/gateway-controllers/policies/set-headers@v1

kubernetes/helm/gateway-helm-chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: gateway
33
kubeVersion: ">=1.24.0-0"
44
description: Helm chart for deploying the Gateway Operator components
55
version: 1.0.1
6-
appVersion: "1.0.0"
6+
appVersion: "1.1.0"
77
type: application
88
home: https://github.com/wso2/api-platform
99
sources:

kubernetes/helm/gateway-helm-chart/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ gateway:
350350
controller:
351351
image:
352352
repository: ghcr.io/wso2/api-platform/gateway-controller
353-
tag: "1.0.0"
353+
tag: "1.1.0"
354354
pullPolicy: Always
355355
imagePullSecrets: []
356356
service:
@@ -502,7 +502,7 @@ gateway:
502502
gatewayRuntime:
503503
image:
504504
repository: ghcr.io/wso2/api-platform/gateway-runtime
505-
tag: "1.0.0"
505+
tag: "1.1.0"
506506
pullPolicy: Always
507507
imagePullSecrets: []
508508
service:

0 commit comments

Comments
 (0)