Skip to content

Commit c989bc1

Browse files
Release gateway version 0.4.0
1 parent 8e9ac56 commit c989bc1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

gateway/VERSION

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

gateway/docker-compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
services:
2020
gateway-controller:
21-
image: ghcr.io/wso2/api-platform/gateway-controller:0.3.0-SNAPSHOT
21+
image: ghcr.io/wso2/api-platform/gateway-controller:0.4.0
2222
mem_limit: 128m
2323
mem_reservation: 128m
2424
cpus: 0.1
@@ -45,7 +45,7 @@ services:
4545
- gateway-network
4646

4747
policy-engine:
48-
image: ghcr.io/wso2/api-platform/policy-engine:0.3.0-SNAPSHOT
48+
image: ghcr.io/wso2/api-platform/policy-engine:0.4.0
4949
command: ["-xds-server", "gateway-controller:18001"]
5050
mem_limit: 128m
5151
mem_reservation: 128m
@@ -61,7 +61,7 @@ services:
6161
- gateway-network
6262

6363
router:
64-
image: ghcr.io/wso2/api-platform/gateway-router:0.3.0-SNAPSHOT
64+
image: ghcr.io/wso2/api-platform/gateway-router:0.4.0
6565
mem_limit: 256m
6666
mem_reservation: 256m
6767
cpus: 0.2

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: 0.2.0
6-
appVersion: "0.2.0"
6+
appVersion: "0.4.0"
77
type: application
88
home: https://github.com/Tharsanan1/apip-operator
99
sources:

0 commit comments

Comments
 (0)