From 3762954d5a80e8439de8763f17794b589f7f4c05 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 18 Feb 2026 17:58:42 +0000 Subject: [PATCH 1/2] Release gateway version 0.9.0 --- gateway/VERSION | 2 +- gateway/build.yaml | 2 +- gateway/docker-compose.yaml | 4 ++-- gateway/sample-policies/build.yaml | 2 +- kubernetes/helm/gateway-helm-chart/Chart.yaml | 2 +- kubernetes/helm/gateway-helm-chart/values.yaml | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/gateway/VERSION b/gateway/VERSION index 5ea35de7a..ac39a106c 100644 --- a/gateway/VERSION +++ b/gateway/VERSION @@ -1 +1 @@ -0.9.0-SNAPSHOT +0.9.0 diff --git a/gateway/build.yaml b/gateway/build.yaml index 727fbe770..b3d9b9c16 100644 --- a/gateway/build.yaml +++ b/gateway/build.yaml @@ -1,6 +1,6 @@ version: v1 gateway: - version: 0.9.0-SNAPSHOT + version: 0.9.0 policies: - name: add-headers gomodule: github.com/wso2/gateway-controllers/policies/add-headers@v0 diff --git a/gateway/docker-compose.yaml b/gateway/docker-compose.yaml index 7a6400f66..b0688543c 100644 --- a/gateway/docker-compose.yaml +++ b/gateway/docker-compose.yaml @@ -18,7 +18,7 @@ services: gateway-controller: - image: ghcr.io/wso2/api-platform/gateway-controller:0.9.0-SNAPSHOT + image: ghcr.io/wso2/api-platform/gateway-controller:0.9.0 mem_limit: 60m mem_reservation: 60m cpus: 0.025 @@ -47,7 +47,7 @@ services: - gateway-network gateway-runtime: - image: ghcr.io/wso2/api-platform/gateway-runtime:0.9.0-SNAPSHOT + image: ghcr.io/wso2/api-platform/gateway-runtime:0.9.0 mem_limit: 180m mem_reservation: 180m cpus: 0.175 diff --git a/gateway/sample-policies/build.yaml b/gateway/sample-policies/build.yaml index 1f03a1f5f..b06d04701 100644 --- a/gateway/sample-policies/build.yaml +++ b/gateway/sample-policies/build.yaml @@ -1,6 +1,6 @@ version: v1 gateway: - version: 0.9.0-SNAPSHOT + version: 0.9.0 policies: - name: add-headers gomodule: github.com/wso2/gateway-controllers/policies/add-headers@v0 diff --git a/kubernetes/helm/gateway-helm-chart/Chart.yaml b/kubernetes/helm/gateway-helm-chart/Chart.yaml index 75e5ad76b..b2bd00fee 100644 --- a/kubernetes/helm/gateway-helm-chart/Chart.yaml +++ b/kubernetes/helm/gateway-helm-chart/Chart.yaml @@ -3,7 +3,7 @@ name: gateway kubeVersion: ">=1.24.0-0" description: Helm chart for deploying the Gateway Operator components version: 0.8.7 -appVersion: "0.9.0-SNAPSHOT" +appVersion: "0.9.0" type: application home: https://github.com/wso2/api-platform sources: diff --git a/kubernetes/helm/gateway-helm-chart/values.yaml b/kubernetes/helm/gateway-helm-chart/values.yaml index a936e15f3..54dcfc214 100644 --- a/kubernetes/helm/gateway-helm-chart/values.yaml +++ b/kubernetes/helm/gateway-helm-chart/values.yaml @@ -297,7 +297,7 @@ gateway: controller: image: repository: ghcr.io/wso2/api-platform/gateway-controller - tag: "0.9.0-SNAPSHOT" + tag: "0.9.0" pullPolicy: Always imagePullSecrets: [] service: @@ -438,7 +438,7 @@ gateway: gatewayRuntime: image: repository: ghcr.io/wso2/api-platform/gateway-runtime - tag: "0.9.0-SNAPSHOT" + tag: "0.9.0" pullPolicy: Always imagePullSecrets: [] service: From 0b6ca8ed2572aa8738fbed51808c23c0e2356c3c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 18 Feb 2026 17:58:44 +0000 Subject: [PATCH 2/2] Bump gateway to next dev version --- gateway/VERSION | 2 +- gateway/build.yaml | 2 +- gateway/docker-compose.yaml | 4 ++-- gateway/sample-policies/build.yaml | 2 +- kubernetes/helm/gateway-helm-chart/Chart.yaml | 2 +- kubernetes/helm/gateway-helm-chart/values.yaml | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/gateway/VERSION b/gateway/VERSION index ac39a106c..92bf34d3e 100644 --- a/gateway/VERSION +++ b/gateway/VERSION @@ -1 +1 @@ -0.9.0 +0.10.0-SNAPSHOT diff --git a/gateway/build.yaml b/gateway/build.yaml index b3d9b9c16..d19d081e5 100644 --- a/gateway/build.yaml +++ b/gateway/build.yaml @@ -1,6 +1,6 @@ version: v1 gateway: - version: 0.9.0 + version: 0.10.0-SNAPSHOT policies: - name: add-headers gomodule: github.com/wso2/gateway-controllers/policies/add-headers@v0 diff --git a/gateway/docker-compose.yaml b/gateway/docker-compose.yaml index b0688543c..8c06d8543 100644 --- a/gateway/docker-compose.yaml +++ b/gateway/docker-compose.yaml @@ -18,7 +18,7 @@ services: gateway-controller: - image: ghcr.io/wso2/api-platform/gateway-controller:0.9.0 + image: ghcr.io/wso2/api-platform/gateway-controller:0.10.0-SNAPSHOT mem_limit: 60m mem_reservation: 60m cpus: 0.025 @@ -47,7 +47,7 @@ services: - gateway-network gateway-runtime: - image: ghcr.io/wso2/api-platform/gateway-runtime:0.9.0 + image: ghcr.io/wso2/api-platform/gateway-runtime:0.10.0-SNAPSHOT mem_limit: 180m mem_reservation: 180m cpus: 0.175 diff --git a/gateway/sample-policies/build.yaml b/gateway/sample-policies/build.yaml index b06d04701..ec374b12c 100644 --- a/gateway/sample-policies/build.yaml +++ b/gateway/sample-policies/build.yaml @@ -1,6 +1,6 @@ version: v1 gateway: - version: 0.9.0 + version: 0.10.0-SNAPSHOT policies: - name: add-headers gomodule: github.com/wso2/gateway-controllers/policies/add-headers@v0 diff --git a/kubernetes/helm/gateway-helm-chart/Chart.yaml b/kubernetes/helm/gateway-helm-chart/Chart.yaml index b2bd00fee..44011869c 100644 --- a/kubernetes/helm/gateway-helm-chart/Chart.yaml +++ b/kubernetes/helm/gateway-helm-chart/Chart.yaml @@ -3,7 +3,7 @@ name: gateway kubeVersion: ">=1.24.0-0" description: Helm chart for deploying the Gateway Operator components version: 0.8.7 -appVersion: "0.9.0" +appVersion: "0.10.0-SNAPSHOT" type: application home: https://github.com/wso2/api-platform sources: diff --git a/kubernetes/helm/gateway-helm-chart/values.yaml b/kubernetes/helm/gateway-helm-chart/values.yaml index 54dcfc214..296739b7a 100644 --- a/kubernetes/helm/gateway-helm-chart/values.yaml +++ b/kubernetes/helm/gateway-helm-chart/values.yaml @@ -297,7 +297,7 @@ gateway: controller: image: repository: ghcr.io/wso2/api-platform/gateway-controller - tag: "0.9.0" + tag: "0.10.0-SNAPSHOT" pullPolicy: Always imagePullSecrets: [] service: @@ -438,7 +438,7 @@ gateway: gatewayRuntime: image: repository: ghcr.io/wso2/api-platform/gateway-runtime - tag: "0.9.0" + tag: "0.10.0-SNAPSHOT" pullPolicy: Always imagePullSecrets: [] service: