2.1.0
This release offers more flexibility in configuring OpenSearch clusters and includes several bugfixes.
There is an open issue (#311) that can block operator changes to a cluster. This happens if an opensearch cluster was installed with a 1.x version and is then upgraded to a 2.x version while not changing the role master
to cluster_manager
. If this applies to you please hold off on updating the operator until this issue is fixed.
What's Changed
- added new crds to chart deployment by @idanl21 in #245
- Add new crds to chart by @idanl21 in #246
- Add permissions to modify user,roles and rolebindings status to manager role by @max-frank in #256
- add pluginsList field in crd template file by @KannappanSomu in #250
- Adding node selectors, affinity and tolerations to the dashboard pods by @madhukarmmallia-plivo in #242
- improve release docs by @idanl21 in #248
- Updating the readiness probe - adding retries and timeouts by @madhukarmmallia-plivo in #262
- typo's and formatting MAINTAINERS.md by @roelandvanbatenburg in #265
- Use correct cluster uuid for managedCluster ref by @swoehrl-mw in #277
- Add missing fields to CRD in helm chart by @lowell-criteo in #273
- Use Cluster DNS name for all opensearch API connections by @swoehrl-mw in #276
- introduce topologySpreadConstraints by @roelandvanbatenburg in #264
- Fix CRD for topologySpreadConstraints by @swoehrl-mw in #306
- fixed typo by @anubisg1 in #304
- Convert opensearch role master to cluster_manager on 2.x by @swoehrl-mw in #301
- Introduce new release process by @swoehrl-mw in #307
New Contributors
- @max-frank made their first contribution in #256
- @madhukarmmallia-plivo made their first contribution in #242
- @roelandvanbatenburg made their first contribution in #265
- @lowell-criteo made their first contribution in #273
- @anubisg1 made their first contribution in #304
Full Changelog: v2.0.1...v2.1.0