diff --git a/CHANGELOG.md b/CHANGELOG.md index e3e928d..910e8db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to Docker resources for WSO2 API Microgateway will be docume The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +## [v3.2.10.1] - 2024-12-17 + +### Changed +- Upgrade to API Microgateway 3.2.10 (refer to [issue](https://github.com/wso2/docker-mg/issues/59)) + ## [v3.2.9.4] - 2024-08-30 ### Changed @@ -104,3 +109,4 @@ For detailed information on the tasks carried out during this release, please se [v3.2.8.2]: https://github.com/wso2/docker-mg/compare/v3.2.8.1...v3.2.8.2 [v3.2.9.3]: https://github.com/wso2/docker-mg/compare/v3.2.9.2...v3.2.9.3 [v3.2.9.4]: https://github.com/wso2/docker-mg/compare/v3.2.9.3...v3.2.9.4 +[v3.2.9.4]: https://github.com/wso2/docker-mg/compare/v3.2.9.4...v3.2.10.1 diff --git a/dockerfiles/alpine/mg/Dockerfile b/dockerfiles/alpine/mg/Dockerfile index bdbb39c..ea2e115 100644 --- a/dockerfiles/alpine/mg/Dockerfile +++ b/dockerfiles/alpine/mg/Dockerfile @@ -17,7 +17,7 @@ FROM alpine:3.19.4 LABEL maintainer="WSO2 Docker Maintainers " \ - com.wso2.docker.source="https://github.com/wso2/docker-mg/releases/tag/v3.2.9.4" + com.wso2.docker.source="https://github.com/wso2/docker-mg/releases/tag/v3.2.10.1" ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8' @@ -33,7 +33,7 @@ ARG JRE_HOME=/opt/java/openjdk # build arguments for WSO2 product installation ARG MGW_SERVER_NAME=wso2am-micro-gw-linux -ARG MGW_SERVER_VERSION=3.2.9 +ARG MGW_SERVER_VERSION=3.2.10 ARG MGW_SERVER=${MGW_SERVER_NAME}-${MGW_SERVER_VERSION} ARG MGW_RUNTIME_HOME=${USER_HOME}/wso2 ARG MGW_SERVER_DIST_URL=https://github.com/wso2/product-microgateway/releases/download/v${MGW_SERVER_VERSION}/${MGW_SERVER}.zip diff --git a/dockerfiles/alpine/mg/README.md b/dockerfiles/alpine/mg/README.md index be46feb..815452a 100644 --- a/dockerfiles/alpine/mg/README.md +++ b/dockerfiles/alpine/mg/README.md @@ -11,7 +11,7 @@ This section defines the step-by-step instructions to build an [Alpine](https:// 1. Navigate to `/dockerfiles/alpine/mg` directory. 2. Build the Docker image using the following command. -```docker build --no-cache=true -t wso2/wso2micro-gw:3.2.9.4 .``` +```docker build --no-cache=true -t wso2/wso2micro-gw:3.2.10.1 .``` > By default, the Docker image will prepackage the General Availability (GA) release version of the relevant WSO2 product. diff --git a/dockerfiles/ubuntu/mg/Dockerfile b/dockerfiles/ubuntu/mg/Dockerfile index e7345ea..5d15610 100644 --- a/dockerfiles/ubuntu/mg/Dockerfile +++ b/dockerfiles/ubuntu/mg/Dockerfile @@ -17,7 +17,7 @@ # set base Docker image to AdoptOpenJDK Ubuntu Docker image FROM ubuntu:24.04 LABEL maintainer="WSO2 Docker Maintainers " \ - com.wso2.docker.source="https://github.com/wso2/docker-mg/releases/tag/v3.2.9.4" + com.wso2.docker.source="https://github.com/wso2/docker-mg/releases/tag/v3.2.10.1" ENV LANG=C.UTF-8 @@ -34,7 +34,7 @@ ARG JRE_HOME=/opt/java/openjdk # build arguments for WSO2 product installation ARG MGW_SERVER_NAME=wso2am-micro-gw-linux -ARG MGW_SERVER_VERSION=3.2.9 +ARG MGW_SERVER_VERSION=3.2.10 ARG MGW_SERVER=${MGW_SERVER_NAME}-${MGW_SERVER_VERSION} ARG MGW_RUNTIME_HOME=${USER_HOME}/wso2 ARG MGW_SERVER_DIST_URL=https://github.com/wso2/product-microgateway/releases/download/v${MGW_SERVER_VERSION}/${MGW_SERVER}.zip diff --git a/dockerfiles/ubuntu/mg/README.md b/dockerfiles/ubuntu/mg/README.md index b4f34dc..93fa46c 100644 --- a/dockerfiles/ubuntu/mg/README.md +++ b/dockerfiles/ubuntu/mg/README.md @@ -11,7 +11,7 @@ This section defines the step-by-step instructions to build an [Ubuntu](https:// 1. Navigate to `/dockerfiles/ubuntu/mg` directory. 2. Build the Docker image using the following command. -```docker build --no-cache=true -t wso2/wso2micro-gw:3.2.9.4-ubuntu .``` +```docker build --no-cache=true -t wso2/wso2micro-gw:3.2.10.1-ubuntu .``` > By default, the Docker image will prepackage the General Availability (GA) release version of the relevant WSO2 product.