Skip to content

Commit 7459d31

Browse files
Aaquiffchirangaalwis
authored andcommitted
Prepare for release 6.6.0.3
1 parent 2f63bff commit 7459d31

File tree

7 files changed

+17
-7
lines changed

7 files changed

+17
-7
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ All notable changes to this project 6.6.x per each release will be documented in
33

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

6+
## [v6.6.0.3] - 2020-12-17
7+
8+
### Changed
9+
10+
- Fix incorrect carbon.sh overrides (refer [issue](https://github.com/wso2/kubernetes-ei/issues/238) ).
11+
- Fix incorrect properties in serviceMonitor (refer [issue](https://github.com/wso2/kubernetes-ei/issues/239)).
12+
- Fix image name and tag generation to use custom registry (refer [issue](https://github.com/wso2/kubernetes-ei/issues/240)).
13+
614
## [v6.6.0.2] - 2020-10-27
715

816
### Changed
@@ -48,4 +56,6 @@ For detailed information on the tasks carried out during this release, please se
4856
- Integrate support in Helm resources for users with and without WSO2 subscriptions
4957

5058
[v6.5.0.3]: https://github.com/wso2/kubernetes-ei/compare/v6.5.0.2...v6.5.0.3
51-
[v6.6.0.1]: https://github.com/wso2/kubernetes-ei/compare/v6.5.0.3...v6.6.0.1
59+
[v6.6.0.1]: https://github.com/wso2/kubernetes-ei/compare/v6.5.0.3...v6.6.0.1
60+
[v6.6.0.2]: https://github.com/wso2/kubernetes-ei/compare/v6.6.0.2...v6.6.0.1
61+
[v6.6.0.3]: https://github.com/wso2/kubernetes-ei/compare/v6.6.0.3...v6.6.0.2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ given below:
2121

2222
## Changelog
2323

24-
**Change log** from previous v6.6.0.1 release: [View Here](CHANGELOG.md)
24+
**Change log** from previous release: [View Here](CHANGELOG.md)
2525

2626
## Reporting issues
2727

advanced/ei-pattern-1/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ apiVersion: v1
1616
appVersion: "6.6.0"
1717
description: A Helm chart for the deployment of WSO2 EI Integrator-Analytics profile
1818
name: ei-pattern-1
19-
version: 6.6.0-2
19+
version: 6.6.0-3

advanced/ei-pattern-1/requirements.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
# limitations under the License.
1414
dependencies:
1515
- name: mysql-ei
16-
version: "6.6.0-2"
16+
version: "6.6.0-3"
1717
repository: "https://helm.wso2.com"
1818
condition: wso2.mysql.enabled

advanced/ei-pattern-2/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ apiVersion: v1
1616
appVersion: "6.6.0"
1717
description: A Helm chart for the deployment of WSO2 EI Integrator Broker Analytics
1818
name: ei-pattern-2
19-
version: 6.6.0-2
19+
version: 6.6.0-3

advanced/ei-pattern-2/requirements.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
# limitations under the License.
1414
dependencies:
1515
- name: mysql-ei
16-
version: "6.6.0-2"
16+
version: "6.6.0-3"
1717
repository: "https://helm.wso2.com"
1818
condition: wso2.mysql.enabled

advanced/mysql-ei/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ apiVersion: v1
1616
appVersion: "5.7"
1717
description: A Helm chart for WSO2 Enterprise Integrator Datasources
1818
name: mysql-ei
19-
version: 6.6.0-2
19+
version: 6.6.0-3

0 commit comments

Comments
 (0)