File tree 3 files changed +36
-2
lines changed
3 files changed +36
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
### Fixed
14
14
### Security
15
15
16
+ ---
17
+ ## [ 1.2.1]
18
+ ### Added
19
+ ### Changed
20
+ ### Deprecated
21
+ ### Removed
22
+ ### Fixed
23
+ - Missing ` labels ` key is added into role.yaml.
24
+ ### Security
25
+
26
+ ---
27
+ ## [ 1.2.0]
28
+ ### Added
29
+ ### Changed
30
+ - Change labels of opensearch cart to match standard recommendations.
31
+ ### Deprecated
32
+ ### Removed
33
+ ### Fixed
34
+ ### Security
35
+
36
+ ---
37
+ ## [ 1.1.0]
38
+ ### Added
39
+ - Enable using externally created secret for securityConfig.
40
+ ### Changed
41
+ ### Deprecated
42
+ ### Removed
43
+ ### Fixed
44
+ ### Security
45
+
16
46
---
17
47
## [ 1.0.8]
18
48
### Added
@@ -79,7 +109,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
79
109
### Fixed
80
110
### Security
81
111
82
- [ Unreleased ] : https://github.com/opensearch-project/helm-charts/compare/opensearch-1.0.8...HEAD
112
+ [ Unreleased ] : https://github.com/opensearch-project/helm-charts/compare/opensearch-1.2.1...HEAD
113
+ [ 1.2.1 ] : https://github.com/opensearch-project/helm-charts/compare/opensearch-1.2.0...opensearch-1.2.1
114
+ [ 1.2.0 ] : https://github.com/opensearch-project/helm-charts/compare/opensearch-1.1.0...opensearch-1.2.0
115
+ [ 1.1.0 ] : https://github.com/opensearch-project/helm-charts/compare/opensearch-1.0.8...opensearch-1.1.0
83
116
[ 1.0.8 ] : https://github.com/opensearch-project/helm-charts/compare/opensearch-1.0.7...opensearch-1.0.8
84
117
[ 1.0.7 ] : https://github.com/opensearch-project/helm-charts/compare/opensearch-1.0.6...opensearch-1.0.7
85
118
[ 1.0.6 ] : https://github.com/opensearch-project/helm-charts/compare/opensearch-1.0.5...opensearch-1.0.6
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 1.2.0
18
+ version : 1.2.1
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ apiVersion: rbac.authorization.k8s.io/v1
4
4
kind : Role
5
5
metadata :
6
6
name : {{ $fullName | quote }}
7
+ labels :
7
8
{{- include "opensearch.labels" . | nindent 4 }}
8
9
rules :
9
10
- apiGroups :
You can’t perform that action at this time.
0 commit comments