diff --git a/gateway/VERSION b/gateway/VERSION index 5ea35de7a..92bf34d3e 100644 --- a/gateway/VERSION +++ b/gateway/VERSION @@ -1 +1 @@ -0.9.0-SNAPSHOT +0.10.0-SNAPSHOT diff --git a/gateway/build.yaml b/gateway/build.yaml index 727fbe770..d19d081e5 100644 --- a/gateway/build.yaml +++ b/gateway/build.yaml @@ -1,6 +1,6 @@ version: v1 gateway: - version: 0.9.0-SNAPSHOT + 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 7a6400f66..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-SNAPSHOT + 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-SNAPSHOT + 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 1f03a1f5f..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-SNAPSHOT + 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 75e5ad76b..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-SNAPSHOT" +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 a936e15f3..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-SNAPSHOT" + 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-SNAPSHOT" + tag: "0.10.0-SNAPSHOT" pullPolicy: Always imagePullSecrets: [] service: