Skip to content

Commit

Permalink
Merge pull request #480 from bhagyasakalanka/kube-5.7.x
Browse files Browse the repository at this point in the history
[ISKM-5.7.0] Bump kube membership schema version
  • Loading branch information
RakhithaRR committed Mar 14, 2023
2 parents 555bbfa + bf0c5c5 commit fdade46
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ All notable changes to this project 2.6.x per each release will be documented in

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## [v2.6.0.20] - 2022-03-14

### Changed
- Update kubernetes membership schema to 1.0.11 in IS-KM-5.7.0

## [v2.6.0.19] - 2022-03-04

### Changed
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/alpine/is-as-km/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# set base Docker image to AdoptOpenJDK Alpine Docker image
FROM adoptopenjdk/openjdk8:jdk8u312-b07-alpine
LABEL maintainer="WSO2 Docker Maintainers <dev@wso2.org>" \
com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v2.6.0.16"
com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v2.6.0.20"

# set Docker image build arguments
# build arguments for user/group configurations
Expand All @@ -36,7 +36,7 @@ ARG WSO2_SERVER_HOME=${USER_HOME}/${WSO2_SERVER}
ARG WSO2_SERVER_DIST_URL=https://bintray.com/wso2/binaryGA/download_file?file_path=${WSO2_SERVER}.zip
# build arguments for external artifacts
ARG DNS_JAVA_VERSION=2.1.8
ARG K8S_MEMBERSHIP_SCHEME_VERSION=1.0.5
ARG K8S_MEMBERSHIP_SCHEME_VERSION=1.0.11
ARG MYSQL_CONNECTOR_VERSION=5.1.49
# build argument for MOTD
ARG MOTD='printf "\n\
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/centos/is-as-km/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# set base Docker image to latest CentOS Docker image
FROM adoptopenjdk/openjdk8:jdk8u312-b07-centos
LABEL maintainer="WSO2 Docker Maintainers <dev@wso2.org>" \
com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v2.6.0.16"
com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v2.6.0.20"

# set Docker image build arguments
# build arguments for user/group configurations
Expand All @@ -36,7 +36,7 @@ ARG WSO2_SERVER_HOME=${USER_HOME}/${WSO2_SERVER}
ARG WSO2_SERVER_DIST_URL=https://bintray.com/wso2/binaryGA/download_file?file_path=${WSO2_SERVER}.zip
# build arguments for external artifacts
ARG DNS_JAVA_VERSION=2.1.8
ARG K8S_MEMBERSHIP_SCHEME_VERSION=1.0.5
ARG K8S_MEMBERSHIP_SCHEME_VERSION=1.0.11
ARG MYSQL_CONNECTOR_VERSION=5.1.49
# build argument for MOTD
ARG MOTD='printf "\n\
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/ubuntu/is-as-km/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# set base Docker image to JDK Ubuntu 20.04 Docker image
FROM ubuntu:20.04
LABEL maintainer="WSO2 Docker Maintainers <dev@wso2.org>" \
com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v2.6.0.16"
com.wso2.docker.source="https://github.com/wso2/docker-apim/releases/tag/v2.6.0.20"

#Install Open JDK
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
Expand Down Expand Up @@ -70,7 +70,7 @@ ARG WSO2_SERVER_HOME=${USER_HOME}/${WSO2_SERVER}
ARG WSO2_SERVER_DIST_URL=https://bintray.com/wso2/binaryGA/download_file?file_path=${WSO2_SERVER}.zip
# build arguments for external artifacts
ARG DNS_JAVA_VERSION=2.1.8
ARG K8S_MEMBERSHIP_SCHEME_VERSION=1.0.5
ARG K8S_MEMBERSHIP_SCHEME_VERSION=1.0.11
ARG MYSQL_CONNECTOR_VERSION=5.1.49
# build argument for MOTD
ARG MOTD="\n\
Expand Down

0 comments on commit fdade46

Please sign in to comment.