From 0583a695d28930fb145f138a3d197539545ee822 Mon Sep 17 00:00:00 2001 From: dilanua Date: Fri, 17 Aug 2018 19:46:18 +0530 Subject: [PATCH 1/4] Add changelog --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..8e00950b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,27 @@ +# Changelog +All notable changes to this project 5.5.x per each release will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) + +## [v5.5.0.5] - 2018-08-17 +### Added +- CentOS based dockerfile for Identity Server v5.5.0 +- CentOS based dockerfile for Identity Server Analytics v5.5.0 +- Alpine and OpenJDK based dockerfile for Identity Server v5.5.0 +- Alpine and OpenJDK based dockerfile for Identity Server Analytics v5.5.0 + +### Changed +- Changed the folders to which configuration files with new changes to be copied are mounted. +Originally this was "wso2-volume" in general and for kubernetes, this was +"kubernetes-volumes". But with this release, there will not be any platform specific +folders for mounting configuration files. Instead we are introducing a single folder +for this purpose by the name, "wso2-config-volume". + +- Changed the folder to which any other non-configuration type artifacts to be copied are mounted. +Originally this was "wso2-volume". But with this release, this is changed to "wso2-artifact-volume". + +### Compatibility with Kubernetes-is releases +- If you are to use images built using this release with the latest v5.5.0.4 kubernetes release, please do change +your deployment mount paths appropriately to match above folder changes. + +[v5.5.0.5]: https://github.com/wso2/docker-is/compare/v5.5.0.4...v5.5.0.5 \ No newline at end of file From 148506c2608bf1d9ac05871995f8e8cb582f0cf3 Mon Sep 17 00:00:00 2001 From: dilanua Date: Fri, 17 Aug 2018 19:51:20 +0530 Subject: [PATCH 2/4] Update changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e00950b..62e86dcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,8 +12,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Changed - Changed the folders to which configuration files with new changes to be copied are mounted. -Originally this was "wso2-volume" in general and for kubernetes, this was -"kubernetes-volumes". But with this release, there will not be any platform specific +Originally this was
"wso2-volume" in general and for kubernetes, this was +"kubernetes-volumes". But with this release, there will not be
any platform specific folders for mounting configuration files. Instead we are introducing a single folder for this purpose by the name, "wso2-config-volume". From de324024cc06321d32dda88712781eab24ba0699 Mon Sep 17 00:00:00 2001 From: dilanua Date: Fri, 17 Aug 2018 22:10:20 +0530 Subject: [PATCH 3/4] Update main README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b6be13e7..e6d57281 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ This repository contains following Docker resources: -- WSO2 Identity Server Dockerfile -- WSO2 Identity Server Analytics Dockerfile +- WSO2 Identity Server Dockerfile for Ubuntu, CentOS and Alpine +- WSO2 Identity Server Analytics Dockerfile for Ubuntu, CentOS and Alpine - Docker Compose files to evaluate most common deployment profiles The Identity Server and Identity Server Analytics Dockerfiles build generic Docker images for deploying Identity Server and @@ -13,3 +13,5 @@ libraries. Configurations, JDBC driver, extensions and other deployable artifact Docker Compose file has been created according to most common Identity Server deployment profiles for allowing users to evaluate product features to meet their co-operate identity and access management requirements. The Docker Compose files make use of the per-profile Docker images of WSO2 Identity Server and Identity Server Analytics and MySQL Docker image. + +Change log from previous v5.5.0.4 release: [View Here](CHANGELOG.md) From dfe754c3be7c6d41d612c361d300fe572c1265aa Mon Sep 17 00:00:00 2001 From: dilanua Date: Fri, 17 Aug 2018 22:13:08 +0530 Subject: [PATCH 4/4] Update main README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6d57281..099a9aaa 100644 --- a/README.md +++ b/README.md @@ -14,4 +14,4 @@ Docker Compose file has been created according to most common Identity Server de product features to meet their co-operate identity and access management requirements. The Docker Compose files make use of the per-profile Docker images of WSO2 Identity Server and Identity Server Analytics and MySQL Docker image. -Change log from previous v5.5.0.4 release: [View Here](CHANGELOG.md) +**Change log** from previous v5.5.0.4 release: [View Here](CHANGELOG.md)