Skip to content

Commit 19b8539

Browse files
committed
apps sc: upgrade opensearch to v2.17.1
1 parent 3cbd23a commit 19b8539

File tree

27 files changed

+1045
-202
lines changed

27 files changed

+1045
-202
lines changed

config/schemas/config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6643,9 +6643,9 @@ properties:
66436643
type: boolean
66446644
default: true
66456645
tektonPipelines:
6646-
title: Network Policies Tekton Piepline
6646+
title: Network Policies Tekton Pipeline
66476647
description: |-
6648-
Enable network policies for tekton and the peipline.
6648+
Enable network policies for tekton and the pipeline.
66496649
type: object
66506650
additionalProperties: false
66516651
properties:

helmfile.d/charts/opensearch/securityadmin/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ imagePullSecrets: []
55
image:
66
repository: opensearchproject/opensearch
77
pullPolicy: IfNotPresent
8-
tag: 2.15.0
8+
tag: 2.17.1
99

1010
helm:
1111
hook: post-install,post-upgrade

helmfile.d/upstream/index.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ charts:
6262

6363
open-policy-agent-gatekeeper/gatekeeper: 3.15.1
6464

65-
opensearch-project/opensearch: 2.21.0
66-
opensearch-project/opensearch-dashboards: 2.19.0
65+
opensearch-project/opensearch: 2.26.1
66+
opensearch-project/opensearch-dashboards: 2.24.1
6767

6868
projectcalico/tigera-operator: v3.26.4
6969

helmfile.d/upstream/opensearch-project/opensearch-dashboards/CHANGELOG.md

Lines changed: 92 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Changelog
2+
23
All notable changes to this project will be documented in this file.
34

45
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
@@ -13,6 +14,87 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1314
### Fixed
1415
### Security
1516
---
17+
## [2.24.1]
18+
### Added
19+
### Changed
20+
### Deprecated
21+
### Removed
22+
### Fixed
23+
- Resolved `helm lint` errors with extraObjects
24+
### Security
25+
---
26+
## [2.24.0]
27+
### Added
28+
- Updated OpenSearch Dashboards appVersion to 2.17.1
29+
### Changed
30+
### Deprecated
31+
### Removed
32+
### Fixed
33+
### Security
34+
---
35+
## [2.23.0]
36+
### Added
37+
- Updated OpenSearch Dashboards appVersion to 2.17.0
38+
### Changed
39+
### Deprecated
40+
### Removed
41+
### Fixed
42+
### Security
43+
---
44+
## [2.22.0]
45+
### Added
46+
- Ability to add additional `labels` to `serviceMonitor`
47+
### Changed
48+
### Deprecated
49+
### Removed
50+
### Fixed
51+
### Security
52+
---
53+
## [2.21.2]
54+
### Added
55+
### Changed
56+
### Deprecated
57+
### Removed
58+
### Fixed
59+
- Bug `protocol` missing for metrics in `Service`
60+
### Security
61+
---
62+
## [2.21.1]
63+
### Added
64+
### Changed
65+
### Deprecated
66+
### Removed
67+
### Fixed
68+
- Fixed `ServiceMonitor` bug for `port` value
69+
### Security
70+
---
71+
## [2.21.0]
72+
### Added
73+
- Added `ServiceMonitor` support for Prometheus monitoring
74+
### Changed
75+
### Deprecated
76+
### Removed
77+
### Fixed
78+
### Security
79+
---
80+
## [2.20.0]
81+
### Added
82+
- Updated OpenSearch Dashboards appVersion to 2.16.0
83+
### Changed
84+
### Deprecated
85+
### Removed
86+
### Fixed
87+
### Security
88+
---
89+
## [2.19.1]
90+
### Added
91+
### Changed
92+
### Deprecated
93+
### Removed
94+
### Fixed
95+
- Fixed pod topology spread constraints in Dashboards
96+
### Security
97+
---
1698
## [2.19.0]
1799
### Added
18100
- Updated OpenSearch Dashboards appVersion to 2.15.0
@@ -103,7 +185,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
103185
### Removed
104186
### Fixed
105187
### Security
106-
107188
---
108189
## [2.11.1]
109190
### Added
@@ -340,7 +421,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
340421
### Fixed
341422
### Security
342423

343-
[Unreleased]: https://github.com/opensearch-project/helm-charts/compare/opensearch-dashboards-2.19.0...HEAD
424+
[Unreleased]: https://github.com/opensearch-project/helm-charts/compare/opensearch-dashboards-2.24.1...HEAD
425+
[2.24.1]: https://github.com/opensearch-project/helm-charts/compare/opensearch-dashboards-2.24.0...opensearch-dashboards-2.24.1
426+
[2.24.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-dashboards-2.23.0...opensearch-dashboards-2.24.0
427+
[2.23.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-dashboards-2.22.0...opensearch-dashboards-2.23.0
428+
[2.22.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-dashboards-2.21.1...opensearch-dashboards-2.22.0
429+
[2.21.2]: https://github.com/opensearch-project/helm-charts/compare/opensearch-dashboards-2.21.1...opensearch-dashboards-2.21.2
430+
[2.21.1]: https://github.com/opensearch-project/helm-charts/compare/opensearch-dashboards-2.21.0...opensearch-dashboards-2.21.1
431+
[2.21.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-dashboards-2.20.0...opensearch-dashboards-2.21.0
432+
[2.20.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-dashboards-2.19.1...opensearch-dashboards-2.20.0
433+
[2.19.1]: https://github.com/opensearch-project/helm-charts/compare/opensearch-dashboards-2.19.0...opensearch-dashboards-2.19.1
344434
[2.19.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-dashboards-2.18.0...opensearch-dashboards-2.19.0
345435
[2.18.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-dashboards-2.17.0...opensearch-dashboards-2.18.0
346436
[2.17.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-dashboards-2.16.0...opensearch-dashboards-2.17.0
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: 2.15.0
2+
appVersion: 2.17.1
33
description: A Helm chart for OpenSearch Dashboards
44
maintainers:
55
- name: DandyDeveloper
@@ -9,4 +9,4 @@ maintainers:
99
- name: TheAlgo
1010
name: opensearch-dashboards
1111
type: application
12-
version: 2.19.0
12+
version: 2.24.1

0 commit comments

Comments
 (0)