From 827b87100a7d68c83861e96d64adacc1dc144574 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 15 Jul 2026 10:18:37 +0000 Subject: [PATCH 1/3] Release gateway version 1.2.0-alpha2 --- gateway/VERSION | 2 +- gateway/build.yaml | 2 +- gateway/distribution/docker-compose.yaml | 4 ++-- 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 ++-- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/gateway/VERSION b/gateway/VERSION index 5a83d850f..5afcd3581 100644 --- a/gateway/VERSION +++ b/gateway/VERSION @@ -1 +1 @@ -1.2.0-alpha2-SNAPSHOT +1.2.0-alpha2 diff --git a/gateway/build.yaml b/gateway/build.yaml index 6a5f46b69..2ba41075f 100644 --- a/gateway/build.yaml +++ b/gateway/build.yaml @@ -1,6 +1,6 @@ version: v1 gateway: - version: 1.2.0-alpha2-SNAPSHOT + version: 1.2.0-alpha2 policies: - name: advanced-ratelimit gomodule: github.com/wso2/gateway-controllers/policies/advanced-ratelimit@v1 diff --git a/gateway/distribution/docker-compose.yaml b/gateway/distribution/docker-compose.yaml index f15f8f699..84cbd79fc 100644 --- a/gateway/distribution/docker-compose.yaml +++ b/gateway/distribution/docker-compose.yaml @@ -18,7 +18,7 @@ services: gateway-controller: - image: ghcr.io/wso2/api-platform/gateway-controller:1.2.0-beta-SNAPSHOT + image: ghcr.io/wso2/api-platform/gateway-controller:1.2.0-alpha2 mem_limit: 60m mem_reservation: 60m cpus: 0.025 @@ -42,7 +42,7 @@ services: - gateway-network gateway-runtime: - image: ghcr.io/wso2/api-platform/gateway-runtime:1.2.0-beta-SNAPSHOT + image: ghcr.io/wso2/api-platform/gateway-runtime:1.2.0-alpha2 mem_limit: 180m mem_reservation: 180m cpus: 0.175 diff --git a/gateway/docker-compose.yaml b/gateway/docker-compose.yaml index 938ea762e..b8db5e0fa 100644 --- a/gateway/docker-compose.yaml +++ b/gateway/docker-compose.yaml @@ -24,7 +24,7 @@ services: gateway-controller: - image: ghcr.io/wso2/api-platform/gateway-controller:1.2.0-beta-SNAPSHOT + image: ghcr.io/wso2/api-platform/gateway-controller:1.2.0-alpha2 mem_limit: 60m mem_reservation: 60m cpus: 0.025 @@ -48,7 +48,7 @@ services: - gateway-network gateway-runtime: - image: ghcr.io/wso2/api-platform/gateway-runtime:1.2.0-beta-SNAPSHOT + image: ghcr.io/wso2/api-platform/gateway-runtime:1.2.0-alpha2 mem_limit: 180m mem_reservation: 180m cpus: 0.175 diff --git a/gateway/sample-policies/build.yaml b/gateway/sample-policies/build.yaml index be76e7210..298c0782f 100644 --- a/gateway/sample-policies/build.yaml +++ b/gateway/sample-policies/build.yaml @@ -1,6 +1,6 @@ version: v1 gateway: - version: 1.2.0-beta-SNAPSHOT + version: 1.2.0-alpha2 policies: - name: set-headers gomodule: github.com/wso2/gateway-controllers/policies/set-headers@v1 diff --git a/kubernetes/helm/gateway-helm-chart/Chart.yaml b/kubernetes/helm/gateway-helm-chart/Chart.yaml index 0249e2d6e..52c42e071 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: 1.1.4 -appVersion: "1.2.0-beta-SNAPSHOT" +appVersion: "1.2.0-alpha2" 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 b8d50eed3..a561770ae 100644 --- a/kubernetes/helm/gateway-helm-chart/values.yaml +++ b/kubernetes/helm/gateway-helm-chart/values.yaml @@ -450,7 +450,7 @@ gateway: controller: image: repository: ghcr.io/wso2/api-platform/gateway-controller - tag: "1.2.0-beta-SNAPSHOT" + tag: "1.2.0-alpha2" pullPolicy: Always imagePullSecrets: [] service: @@ -713,7 +713,7 @@ gateway: gatewayRuntime: image: repository: ghcr.io/wso2/api-platform/gateway-runtime - tag: "1.2.0-beta-SNAPSHOT" + tag: "1.2.0-alpha2" pullPolicy: Always imagePullSecrets: [] service: From c3348942dfe934aa210e5eee204f3dc57ea37674 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 15 Jul 2026 10:18:43 +0000 Subject: [PATCH 2/3] Bump gateway to next dev version --- gateway/VERSION | 2 +- gateway/build.yaml | 2 +- gateway/distribution/docker-compose.yaml | 4 ++-- 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 ++-- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/gateway/VERSION b/gateway/VERSION index 5afcd3581..9d7c109bb 100644 --- a/gateway/VERSION +++ b/gateway/VERSION @@ -1 +1 @@ -1.2.0-alpha2 +1.3.0-SNAPSHOT diff --git a/gateway/build.yaml b/gateway/build.yaml index 2ba41075f..3dd888820 100644 --- a/gateway/build.yaml +++ b/gateway/build.yaml @@ -1,6 +1,6 @@ version: v1 gateway: - version: 1.2.0-alpha2 + version: 1.3.0-SNAPSHOT policies: - name: advanced-ratelimit gomodule: github.com/wso2/gateway-controllers/policies/advanced-ratelimit@v1 diff --git a/gateway/distribution/docker-compose.yaml b/gateway/distribution/docker-compose.yaml index 84cbd79fc..0ec511cfd 100644 --- a/gateway/distribution/docker-compose.yaml +++ b/gateway/distribution/docker-compose.yaml @@ -18,7 +18,7 @@ services: gateway-controller: - image: ghcr.io/wso2/api-platform/gateway-controller:1.2.0-alpha2 + image: ghcr.io/wso2/api-platform/gateway-controller:1.3.0-SNAPSHOT mem_limit: 60m mem_reservation: 60m cpus: 0.025 @@ -42,7 +42,7 @@ services: - gateway-network gateway-runtime: - image: ghcr.io/wso2/api-platform/gateway-runtime:1.2.0-alpha2 + image: ghcr.io/wso2/api-platform/gateway-runtime:1.3.0-SNAPSHOT mem_limit: 180m mem_reservation: 180m cpus: 0.175 diff --git a/gateway/docker-compose.yaml b/gateway/docker-compose.yaml index b8db5e0fa..d7c2a0599 100644 --- a/gateway/docker-compose.yaml +++ b/gateway/docker-compose.yaml @@ -24,7 +24,7 @@ services: gateway-controller: - image: ghcr.io/wso2/api-platform/gateway-controller:1.2.0-alpha2 + image: ghcr.io/wso2/api-platform/gateway-controller:1.3.0-SNAPSHOT mem_limit: 60m mem_reservation: 60m cpus: 0.025 @@ -48,7 +48,7 @@ services: - gateway-network gateway-runtime: - image: ghcr.io/wso2/api-platform/gateway-runtime:1.2.0-alpha2 + image: ghcr.io/wso2/api-platform/gateway-runtime:1.3.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 298c0782f..4aa3b2fd3 100644 --- a/gateway/sample-policies/build.yaml +++ b/gateway/sample-policies/build.yaml @@ -1,6 +1,6 @@ version: v1 gateway: - version: 1.2.0-alpha2 + version: 1.3.0-SNAPSHOT policies: - name: set-headers gomodule: github.com/wso2/gateway-controllers/policies/set-headers@v1 diff --git a/kubernetes/helm/gateway-helm-chart/Chart.yaml b/kubernetes/helm/gateway-helm-chart/Chart.yaml index 52c42e071..1f3e642ae 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: 1.1.4 -appVersion: "1.2.0-alpha2" +appVersion: "1.3.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 a561770ae..96ba2d868 100644 --- a/kubernetes/helm/gateway-helm-chart/values.yaml +++ b/kubernetes/helm/gateway-helm-chart/values.yaml @@ -450,7 +450,7 @@ gateway: controller: image: repository: ghcr.io/wso2/api-platform/gateway-controller - tag: "1.2.0-alpha2" + tag: "1.3.0-SNAPSHOT" pullPolicy: Always imagePullSecrets: [] service: @@ -713,7 +713,7 @@ gateway: gatewayRuntime: image: repository: ghcr.io/wso2/api-platform/gateway-runtime - tag: "1.2.0-alpha2" + tag: "1.3.0-SNAPSHOT" pullPolicy: Always imagePullSecrets: [] service: From 9bbabd359ebb6ef2d3f07c4f3f4614cdf0a32dd1 Mon Sep 17 00:00:00 2001 From: Renuka Piyumal Fernando Date: Thu, 16 Jul 2026 00:30:59 +0530 Subject: [PATCH 3/3] Apply suggestions from code review Co-authored-by: Renuka Piyumal Fernando --- gateway/VERSION | 2 +- gateway/build.yaml | 2 +- gateway/distribution/docker-compose.yaml | 4 ++-- 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 ++-- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/gateway/VERSION b/gateway/VERSION index 9d7c109bb..a8760c286 100644 --- a/gateway/VERSION +++ b/gateway/VERSION @@ -1 +1 @@ -1.3.0-SNAPSHOT +1.2.0-beta-SNAPSHOT diff --git a/gateway/build.yaml b/gateway/build.yaml index 3dd888820..e2672a86a 100644 --- a/gateway/build.yaml +++ b/gateway/build.yaml @@ -1,6 +1,6 @@ version: v1 gateway: - version: 1.3.0-SNAPSHOT + version: 1.2.0-beta-SNAPSHOT policies: - name: advanced-ratelimit gomodule: github.com/wso2/gateway-controllers/policies/advanced-ratelimit@v1 diff --git a/gateway/distribution/docker-compose.yaml b/gateway/distribution/docker-compose.yaml index 0ec511cfd..f15f8f699 100644 --- a/gateway/distribution/docker-compose.yaml +++ b/gateway/distribution/docker-compose.yaml @@ -18,7 +18,7 @@ services: gateway-controller: - image: ghcr.io/wso2/api-platform/gateway-controller:1.3.0-SNAPSHOT + image: ghcr.io/wso2/api-platform/gateway-controller:1.2.0-beta-SNAPSHOT mem_limit: 60m mem_reservation: 60m cpus: 0.025 @@ -42,7 +42,7 @@ services: - gateway-network gateway-runtime: - image: ghcr.io/wso2/api-platform/gateway-runtime:1.3.0-SNAPSHOT + image: ghcr.io/wso2/api-platform/gateway-runtime:1.2.0-beta-SNAPSHOT mem_limit: 180m mem_reservation: 180m cpus: 0.175 diff --git a/gateway/docker-compose.yaml b/gateway/docker-compose.yaml index d7c2a0599..938ea762e 100644 --- a/gateway/docker-compose.yaml +++ b/gateway/docker-compose.yaml @@ -24,7 +24,7 @@ services: gateway-controller: - image: ghcr.io/wso2/api-platform/gateway-controller:1.3.0-SNAPSHOT + image: ghcr.io/wso2/api-platform/gateway-controller:1.2.0-beta-SNAPSHOT mem_limit: 60m mem_reservation: 60m cpus: 0.025 @@ -48,7 +48,7 @@ services: - gateway-network gateway-runtime: - image: ghcr.io/wso2/api-platform/gateway-runtime:1.3.0-SNAPSHOT + image: ghcr.io/wso2/api-platform/gateway-runtime:1.2.0-beta-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 4aa3b2fd3..be76e7210 100644 --- a/gateway/sample-policies/build.yaml +++ b/gateway/sample-policies/build.yaml @@ -1,6 +1,6 @@ version: v1 gateway: - version: 1.3.0-SNAPSHOT + version: 1.2.0-beta-SNAPSHOT policies: - name: set-headers gomodule: github.com/wso2/gateway-controllers/policies/set-headers@v1 diff --git a/kubernetes/helm/gateway-helm-chart/Chart.yaml b/kubernetes/helm/gateway-helm-chart/Chart.yaml index 1f3e642ae..0249e2d6e 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: 1.1.4 -appVersion: "1.3.0-SNAPSHOT" +appVersion: "1.2.0-beta-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 96ba2d868..b8d50eed3 100644 --- a/kubernetes/helm/gateway-helm-chart/values.yaml +++ b/kubernetes/helm/gateway-helm-chart/values.yaml @@ -450,7 +450,7 @@ gateway: controller: image: repository: ghcr.io/wso2/api-platform/gateway-controller - tag: "1.3.0-SNAPSHOT" + tag: "1.2.0-beta-SNAPSHOT" pullPolicy: Always imagePullSecrets: [] service: @@ -713,7 +713,7 @@ gateway: gatewayRuntime: image: repository: ghcr.io/wso2/api-platform/gateway-runtime - tag: "1.3.0-SNAPSHOT" + tag: "1.2.0-beta-SNAPSHOT" pullPolicy: Always imagePullSecrets: [] service: