From cd91ccd640311c5940220f7d2ce89a7d0e2338e3 Mon Sep 17 00:00:00 2001 From: bhagyasakalanka Date: Thu, 9 Jun 2022 20:54:40 +0530 Subject: [PATCH] Bump mysql connector version --- CHANGELOG.md | 5 +++++ docker-compose/is/dockerfiles/is/Dockerfile | 2 +- dockerfiles/alpine/is/Dockerfile | 4 ++-- dockerfiles/centos/is/Dockerfile | 4 ++-- dockerfiles/jdk8/alpine/is/Dockerfile | 4 ++-- dockerfiles/jdk8/centos/is/Dockerfile | 4 ++-- dockerfiles/jdk8/ubuntu/is/Dockerfile | 4 ++-- dockerfiles/ubuntu/is/Dockerfile | 4 ++-- 8 files changed, 18 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71ed3153..7e412692 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ in each resource release, will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [v5.11.0.14] - 2022-06-09 + +### Changed +- Update mysql-connector-java version to 8.0.29 + ## [v5.11.0.13] - 2022-04-11 ### Changed diff --git a/docker-compose/is/dockerfiles/is/Dockerfile b/docker-compose/is/dockerfiles/is/Dockerfile index 77d66f35..2c95dce8 100644 --- a/docker-compose/is/dockerfiles/is/Dockerfile +++ b/docker-compose/is/dockerfiles/is/Dockerfile @@ -21,7 +21,7 @@ FROM docker.wso2.com/wso2is:5.11.0.0 LABEL maintainer="WSO2 Docker Maintainers " # build arguments for external artifacts -ARG MYSQL_CONNECTOR_VERSION=8.0.17 +ARG MYSQL_CONNECTOR_VERSION=8.0.29 # add MySQL JDBC connector to server home as a third party library ADD --chown=wso2carbon:wso2 https://repo1.maven.org/maven2/mysql/mysql-connector-java/${MYSQL_CONNECTOR_VERSION}/mysql-connector-java-${MYSQL_CONNECTOR_VERSION}.jar ${WSO2_SERVER_HOME}/repository/components/dropins/ diff --git a/dockerfiles/alpine/is/Dockerfile b/dockerfiles/alpine/is/Dockerfile index 0cd4a07c..90c8de24 100755 --- a/dockerfiles/alpine/is/Dockerfile +++ b/dockerfiles/alpine/is/Dockerfile @@ -19,7 +19,7 @@ # set base Docker image to Alpine Docker image FROM alpine:3.15 LABEL maintainer="WSO2 Docker Maintainers " \ - com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.11.0.11" + com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.11.0.14" ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8' @@ -74,7 +74,7 @@ ARG WSO2_SERVER_DIST_URL=https://github.com/wso2/${WSO2_SERVER_REPOSITORY}/relea # build arguments for external artifacts ARG DNS_JAVA_VERSION=2.1.8 ARG K8S_MEMBERSHIP_SCHEME_VERSION=1.0.9 -ARG MYSQL_CONNECTOR_VERSION=8.0.17 +ARG MYSQL_CONNECTOR_VERSION=8.0.29 # build argument for MOTD ARG MOTD='printf "\n\ Welcome to WSO2 Docker Resources \n\ diff --git a/dockerfiles/centos/is/Dockerfile b/dockerfiles/centos/is/Dockerfile index 7fe72aeb..a07cfafe 100755 --- a/dockerfiles/centos/is/Dockerfile +++ b/dockerfiles/centos/is/Dockerfile @@ -19,7 +19,7 @@ # set base Docker image to CentOS Docker image FROM centos:7 LABEL maintainer="WSO2 Docker Maintainers " \ - com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.11.0.11" + com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.11.0.14" ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8' @@ -69,7 +69,7 @@ ARG WSO2_SERVER_DIST_URL=https://github.com/wso2/${WSO2_SERVER_REPOSITORY}/relea # build arguments for external artifacts ARG DNS_JAVA_VERSION=2.1.8 ARG K8S_MEMBERSHIP_SCHEME_VERSION=1.0.9 -ARG MYSQL_CONNECTOR_VERSION=8.0.17 +ARG MYSQL_CONNECTOR_VERSION=8.0.29 # build argument for MOTD ARG MOTD='printf "\n\ Welcome to WSO2 Docker resources.\n\ diff --git a/dockerfiles/jdk8/alpine/is/Dockerfile b/dockerfiles/jdk8/alpine/is/Dockerfile index 46c19903..311ec974 100755 --- a/dockerfiles/jdk8/alpine/is/Dockerfile +++ b/dockerfiles/jdk8/alpine/is/Dockerfile @@ -19,7 +19,7 @@ # set base Docker image to Alpine Docker image FROM alpine:3.15 LABEL maintainer="WSO2 Docker Maintainers " \ - com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.11.0.11" + com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.11.0.14" ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8' # Install JDK Dependencies @@ -86,7 +86,7 @@ ARG WSO2_SERVER_DIST_URL=https://github.com/wso2/${WSO2_SERVER_REPOSITORY}/relea # build arguments for external artifacts ARG DNS_JAVA_VERSION=2.1.8 ARG K8S_MEMBERSHIP_SCHEME_VERSION=1.0.9 -ARG MYSQL_CONNECTOR_VERSION=8.0.17 +ARG MYSQL_CONNECTOR_VERSION=8.0.29 # build argument for MOTD ARG MOTD='printf "\n\ Welcome to WSO2 Docker Resources \n\ diff --git a/dockerfiles/jdk8/centos/is/Dockerfile b/dockerfiles/jdk8/centos/is/Dockerfile index 100151c5..1a0757b5 100755 --- a/dockerfiles/jdk8/centos/is/Dockerfile +++ b/dockerfiles/jdk8/centos/is/Dockerfile @@ -19,7 +19,7 @@ # set base Docker image to CentOS Docker image FROM centos:7 LABEL maintainer="WSO2 Docker Maintainers " \ - com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.11.0.11" + com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.11.0.14" ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8' # Instal JDK Dependencies @@ -68,7 +68,7 @@ ARG WSO2_SERVER_DIST_URL=https://github.com/wso2/${WSO2_SERVER_REPOSITORY}/relea # build arguments for external artifacts ARG DNS_JAVA_VERSION=2.1.8 ARG K8S_MEMBERSHIP_SCHEME_VERSION=1.0.9 -ARG MYSQL_CONNECTOR_VERSION=8.0.17 +ARG MYSQL_CONNECTOR_VERSION=8.0.29 # build argument for MOTD ARG MOTD='printf "\n\ Welcome to WSO2 Docker resources.\n\ diff --git a/dockerfiles/jdk8/ubuntu/is/Dockerfile b/dockerfiles/jdk8/ubuntu/is/Dockerfile index bc698d11..4f8b71d4 100755 --- a/dockerfiles/jdk8/ubuntu/is/Dockerfile +++ b/dockerfiles/jdk8/ubuntu/is/Dockerfile @@ -20,7 +20,7 @@ FROM ubuntu:20.04 LABEL maintainer="WSO2 Docker Maintainers " \ - com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.11.0.11" + com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.11.0.14" ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8' @@ -73,7 +73,7 @@ ARG WSO2_SERVER_DIST_URL=https://github.com/wso2/${WSO2_SERVER_REPOSITORY}/relea # build arguments for external artifacts ARG DNS_JAVA_VERSION=2.1.8 ARG K8S_MEMBERSHIP_SCHEME_VERSION=1.0.9 -ARG MYSQL_CONNECTOR_VERSION=8.0.17 +ARG MYSQL_CONNECTOR_VERSION=8.0.29 # build argument for MOTD ARG MOTD="\n\ Welcome to WSO2 Docker resources.\n\ diff --git a/dockerfiles/ubuntu/is/Dockerfile b/dockerfiles/ubuntu/is/Dockerfile index a18aaa6e..415d0676 100755 --- a/dockerfiles/ubuntu/is/Dockerfile +++ b/dockerfiles/ubuntu/is/Dockerfile @@ -20,7 +20,7 @@ FROM ubuntu:20.04 LABEL maintainer="WSO2 Docker Maintainers " \ - com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.11.0.11" + com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.11.0.14" #Install JDK Dependencies ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8' @@ -73,7 +73,7 @@ ARG WSO2_SERVER_DIST_URL=https://github.com/wso2/${WSO2_SERVER_REPOSITORY}/relea # build arguments for external artifacts ARG DNS_JAVA_VERSION=2.1.8 ARG K8S_MEMBERSHIP_SCHEME_VERSION=1.0.9 -ARG MYSQL_CONNECTOR_VERSION=8.0.17 +ARG MYSQL_CONNECTOR_VERSION=8.0.29 # build argument for MOTD ARG MOTD="\n\ Welcome to WSO2 Docker resources.\n\