Skip to content

Commit

Permalink
Merge pull request #77 from DilanUA/5.5.x
Browse files Browse the repository at this point in the history
Add change log
  • Loading branch information
msmshariq authored Aug 17, 2018
2 parents 09a15e9 + dfe754c commit 15c3249
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 <br>"wso2-volume" in general and for kubernetes, this was
"kubernetes-volumes". But with this release, there will not be <br>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
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)

0 comments on commit 15c3249

Please sign in to comment.