Skip to content

Commit c051ccd

Browse files
bitnikohartl
andauthored
add missing labels key into roles.yaml (#99)
* add missing labels key into roles.yaml Signed-off-by: Kenan Erdogan <[email protected]> * Apply suggestions from code review Co-authored-by: Oliver Hartl <[email protected]> Co-authored-by: Oliver Hartl <[email protected]>
1 parent e05a77d commit c051ccd

File tree

3 files changed

+36
-2
lines changed

3 files changed

+36
-2
lines changed

charts/opensearch/CHANGELOG.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
### Fixed
1414
### Security
1515

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+
1646
---
1747
## [1.0.8]
1848
### Added
@@ -79,7 +109,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
79109
### Fixed
80110
### Security
81111

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
83116
[1.0.8]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.0.7...opensearch-1.0.8
84117
[1.0.7]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.0.6...opensearch-1.0.7
85118
[1.0.6]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.0.5...opensearch-1.0.6

charts/opensearch/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.2.0
18+
version: 1.2.1
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/opensearch/templates/role.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ apiVersion: rbac.authorization.k8s.io/v1
44
kind: Role
55
metadata:
66
name: {{ $fullName | quote }}
7+
labels:
78
{{- include "opensearch.labels" . | nindent 4 }}
89
rules:
910
- apiGroups:

0 commit comments

Comments
 (0)