Skip to content

Commit

Permalink
Merge pull request #263 from wso2/5.10.x
Browse files Browse the repository at this point in the history
Merge 5.10.x branch with master branch - 2020-08-21
  • Loading branch information
msmshariq authored Aug 21, 2020
2 parents 8f0b94f + fb3b103 commit a0c48ad
Show file tree
Hide file tree
Showing 35 changed files with 1,141 additions and 1,122 deletions.
45 changes: 43 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,54 @@
# Changelog
All notable changes to this project 5.10.x per each release will be documented in this file.

All notable changes to Kubernetes and Helm resources for WSO2 IAM version `5.10.x` 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.10.0.1]
## [v5.10.0.2] - 2020-08-21

### Environments

- Successful evaluation of IAM Helm chart in AWS Elastic Kubernetes Service (EKS) (refer to [issue](https://github.com/wso2/kubernetes-is/issues/250))
- Successful evaluation of Google Cloud Filestore as a Persistent Storage Solution for deployments in Google Kubernetes Engine (GKE) (refer to [issue](https://github.com/wso2/kubernetes-is/issues/227))
- Successful evaluation of Ceph File System (CephFS) as a Persistent Storage Solution (refer to [issue](https://github.com/wso2/kubernetes-is/issues/240))

### Added

- Add user input option to set Identity service hostname (refer to [issue](https://github.com/wso2/kubernetes-is/issues/222))
- Add user input option to set desired Kubernetes StorageClass (refer to [issue](https://github.com/wso2/kubernetes-is/issues/228))
- Add user input option to set Ingress class and annotations (refer to [issue](https://github.com/wso2/kubernetes-is/issues/257))
- Integrate support For automatic rolling update upon ConfigMap changes (refer to [issue](https://github.com/wso2/kubernetes-is/issues/232))
- Test and document managing custom keystores and truststores (refer to [issue](https://github.com/wso2/kubernetes-is/issues/224))

### Changed

- Move Identity Server deployment from stateless to stateful (refer to [issue](https://github.com/wso2/kubernetes-is/issues/220))
- Avoid packaging NFS Server Provisioner with IAM Helm chart (refer to [issue](https://github.com/wso2/kubernetes-is/issues/242))
- Improve memory allocation for Identity Server (refer to [issue](https://github.com/wso2/kubernetes-is/issues/233))
- Include the WSO2 configuration file content within the Kubernetes ConfigMap (refer to [issue](https://github.com/wso2/kubernetes-is/issues/231))
- Upgrade the Base MySQL Helm Chart Version (refer to [issue](https://github.com/wso2/kubernetes-is/issues/260))
- Upgrade Logstash version (refer to [issue](https://github.com/wso2/kubernetes-is/issues/247))
- Add pattern name as a named template in IAM Helm chart (refer to [issue](https://github.com/wso2/kubernetes-is/issues/236))

### Fixed

- Fix SSLHandshakeException in membership scheme initialization with server version 1.16 (refer to [issue](https://github.com/wso2/kubernetes-is/issues/255))
- Fix formatting in IAM Helm chart `NOTES.txt` file (refer to [issue](https://github.com/wso2/kubernetes-is/issues/217))
- Verify Logstash default plugins (refer to [issue](https://github.com/wso2/kubernetes-is/issues/245))
- Fix incorrect file share path between Logstash sidecar container and IS (refer to [issue](https://github.com/wso2/kubernetes-is/issues/239))

For detailed information on the tasks carried out during this release, please see the GitHub milestone
[v5.10.0.2](https://github.com/wso2/kubernetes-is/milestone/9).

## [v5.10.0.1] - 2020-03-20

### Added

- Introduce Kubernetes resources for simplified deployment of WSO2 Identity Server version `5.10.0`
- Introduce Helm chart for WSO2 IAM version `5.10.0` deployment pattern 1

For detailed information on the tasks carried out during this release, please see the GitHub milestone
[v5.10.0.1](https://github.com/wso2/kubernetes-is/milestone/8).

[v5.10.0.2]: https://github.com/wso2/kubernetes-is/compare/v5.10.0.1...v5.10.0.2
[v5.10.0.1]: https://github.com/wso2/kubernetes-is/compare/v5.9.0.1...v5.10.0.1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ given below:

## Changelog

**Change log** from previous v5.9.0.1 release: [View Here](CHANGELOG.md)
**Change log** from previous v5.10.0.1 release: [View Here](CHANGELOG.md)
4 changes: 2 additions & 2 deletions advanced/databases/mysql-is/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

apiVersion: v1
appVersion: "5.7"
description: A Helm chart for the deployment of WSO2 IAM datasources in MySQL RDBMS
description: A Helm chart for MySQL based deployment of WSO2 Identity And Access Management Datasources
name: mysql-is
version: 5.10.0-1
version: 5.10.0-2
icon: https://wso2.cachefly.net/wso2/sites/all/images/wso2logo.svg
2 changes: 1 addition & 1 deletion advanced/databases/mysql-is/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
# limitations under the License.
dependencies:
- name: mysql
version: "1.3.0"
version: "1.6.6"
repository: "https://kubernetes-charts.storage.googleapis.com"
8 changes: 6 additions & 2 deletions advanced/databases/mysql-is/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,15 @@
# See the License for the specific language governing permissions and
# limitations under the License.
mysql:
imageTag: "5.7"
imageTag: "5.7.31"
mysqlRootPassword: root
mysqlUser: wso2carbon
mysqlPassword: wso2carbon
fullnameOverride: "wso2is-rdbms-service-mysql"
fullnameOverride: "wso2is-mysql-db-service"
livenessProbe:
initialDelaySeconds: 120
readinessProbe:
initialDelaySeconds: 120
configurationFiles:
mysql.cnf: |-
[mysqld]
Expand Down
35 changes: 0 additions & 35 deletions advanced/is-pattern-1/.helmignore

This file was deleted.

2 changes: 1 addition & 1 deletion advanced/is-pattern-1/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ apiVersion: v1
appVersion: "5.10.0"
description: A Helm chart for the deployment of WSO2 Identity And Access Management pattern 1
name: is-pattern-1
version: 5.10.0-1
version: 5.10.0-2
icon: https://wso2.cachefly.net/wso2/sites/all/images/wso2logo.svg
Loading

0 comments on commit a0c48ad

Please sign in to comment.