From c5d55751e69ad10a673bbaba6cc6fd550e43c274 Mon Sep 17 00:00:00 2001 From: bhagyasakalanka Date: Thu, 9 Jun 2022 21:14:55 +0530 Subject: [PATCH] Bump mysql connector version --- CHANGELOG.md | 5 +++++ dockerfiles/alpine/is/Dockerfile | 4 ++-- dockerfiles/centos/is/Dockerfile | 4 ++-- dockerfiles/ubuntu/is/Dockerfile | 4 ++-- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22e6b826..a7ab471a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All notable changes to this project 5.9.x per each release will be documented in The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +## [v5.9.0.6] - 2022-07-01 + +### Changed +- Update mysql-connector-java version to 8.0.29 + ## [v5.9.0.5] - 2022-03-10 ### Added diff --git a/dockerfiles/alpine/is/Dockerfile b/dockerfiles/alpine/is/Dockerfile index 848b856f..5441ca05 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.0 LABEL maintainer="WSO2 Docker Maintainers " \ - com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.9.0.5" + com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.9.0.6" 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://bintray.com/wso2/binaryGA/download_file?file_pa # build arguments for external artifacts ARG DNS_JAVA_VERSION=2.1.8 ARG K8S_MEMBERSHIP_SCHEME_VERSION=1.0.5 -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 19e5cffd..84242af4 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.9.0.5" + com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.9.0.6" ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8' # Install JDK Dependencies. @@ -68,7 +68,7 @@ ARG WSO2_SERVER_DIST_URL=https://bintray.com/wso2/binaryGA/download_file?file_pa # build arguments for external artifacts ARG DNS_JAVA_VERSION=2.1.8 ARG K8S_MEMBERSHIP_SCHEME_VERSION=1.0.5 -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/ubuntu/is/Dockerfile b/dockerfiles/ubuntu/is/Dockerfile index 8fa552c1..94c115ca 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.9.0.5" + com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.9.0.6" 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://bintray.com/wso2/binaryGA/download_file?file_pa # build arguments for external artifacts ARG DNS_JAVA_VERSION=2.1.8 ARG K8S_MEMBERSHIP_SCHEME_VERSION=1.0.5 -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\