Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increment version to 1.3.19 #166

Closed
wants to merge 27 commits into from
Closed

Conversation

bshien
Copy link

@bshien bshien commented Aug 27, 2024

Description

Increment version to 1.3.19

Issues Resolved

Part of opensearch-project/opensearch-build#4888

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

peterzhuamazon and others added 27 commits May 23, 2022 19:11
* Update dashboards.yml. Fix owner and permissions for home folder (opensearch-project#62)

Signed-off-by: Sergey Shubin <[email protected]>

* Remove DCO

Signed-off-by: Peter Zhu <[email protected]>

* More tweaks

Signed-off-by: Peter Zhu <[email protected]>

Co-authored-by: ssi444 <[email protected]>
)

* Update dashboards.yml. Fix owner and permissions for home folder

Signed-off-by: Sergey Shubin <[email protected]>

* The validity period of certificates is set to a variable

Signed-off-by: Sergey Shubin <[email protected]>

* change HOME directory for {{ os_user }} and {{ os_dashboards_user }} and set them /bin/false shell

Signed-off-by: Sergey Shubin <[email protected]>

* auth_type (internal, openid). Custom configs, IaC

1. Added the ability to log in via OpenID
2. Added the ability to install custom configuration files for the cluster
3. Added the ability to reconfigure the cluster (in particular, update certificates) when expanding it
4. Added the ability not to change certificates if the cluster composition has not changed, but only the settings have changed.

Signed-off-by: Sergey Shubin <[email protected]>

* readme. description for OpenID, IaC, custom configuration files

Signed-off-by: Sergey Shubin <[email protected]>

* refactoring. see opensearch-project#63

Signed-off-by: Sergey Shubin <[email protected]>

Co-authored-by: ssi444 <[email protected]>
Signed-off-by: pgodithi <[email protected]>

Signed-off-by: pgodithi <[email protected]>
Signed-off-by: prudhvigodithi <[email protected]>
Signed-off-by: Zelin Hao <[email protected]>

Signed-off-by: Zelin Hao <[email protected]>
…search-project#85) (opensearch-project#99)

* Fix securityadmin.sh when copy_custom_security_configs is False

Signed-off-by: Rodolfo Camara Villordo <[email protected]>

* Update descriptions

Signed-off-by: Peter Zhu <[email protected]>

Signed-off-by: Rodolfo Camara Villordo <[email protected]>
Signed-off-by: Peter Zhu <[email protected]>
Co-authored-by: Peter Zhu <[email protected]>

Signed-off-by: Rodolfo Camara Villordo <[email protected]>
Signed-off-by: Peter Zhu <[email protected]>
Co-authored-by: Rodolfo Câmara Villordo <[email protected]>
…ensearch-project#84) (opensearch-project#98)

Signed-off-by: Rodolfo Camara Villordo <[email protected]>

Signed-off-by: Rodolfo Camara Villordo <[email protected]>

Signed-off-by: Rodolfo Camara Villordo <[email protected]>
Co-authored-by: Rodolfo Câmara Villordo <[email protected]>
Signed-off-by: Rishabh Singh <[email protected]>

Signed-off-by: Rishabh Singh <[email protected]>
…-project#123) (opensearch-project#128)

* wait for port to be open instead of hard-coded 10 seconds



* use ansible.builtin.wait_for



* add timeout=120 for ansible.builtin.wait_for



---------

Signed-off-by: Florian Heiderich <[email protected]>
Signed-off-by: Peter Zhu <[email protected]>
Co-authored-by: Florian Heiderich <[email protected]>
…rch-project#126 opensearch-project#135 opensearch-project#132 (opensearch-project#139)

* Fixes opensearch-project#124: Replace curl by uri (opensearch-project#129)

* replace curl by ansible.builtin.uri

Signed-off-by: Florian Heiderich <[email protected]>

* use os_status.json instead of os_status.stdout

Signed-off-by: Florian Heiderich <[email protected]>

* use ansible.builtin.uri instead of curl to get roles

Signed-off-by: Florian Heiderich <[email protected]>

---------

Signed-off-by: Florian Heiderich <[email protected]>

* Fix a couple of ansible-lint errors (opensearch-project#126)

* capitalize task names to pass ansible-lint

Signed-off-by: Ravzan Valceanu <[email protected]>

* Truthy value should be one of \[false, true]ansible-lint

Signed-off-by: Ravzan Valceanu <[email protected]>

* All tasks should be named.ansible-lint

Signed-off-by: Ravzan Valceanu <[email protected]>

* Use FQCN for builtin module actions - ansible-lint
Use FQCN for module actions, such `ansible.posix.sysctl`. - ansible-lint
Use FQCN for module actions, such `ansible.posix.selinux`. - ansible-lint
Deprecated module. include - ansible-lint
You can improve the task key order to: name, when, block - ansible-lint

Signed-off-by: Ravzan Valceanu <[email protected]>

* resolve conflict with main use wait_for module instead of pause

Signed-off-by: Ravzan Valceanu <[email protected]>

* add "" to variables in task Wait for opensearch to startup

Signed-off-by: Ravzan Valceanu <[email protected]>

* fix ansible lint inline vs yaml

Signed-off-by: Ravzan Valceanu <[email protected]>

---------

Signed-off-by: Ravzan Valceanu <[email protected]>
Co-authored-by: Ravzan Valceanu <[email protected]>

* Add missing logstash environment on documentation (opensearch-project#135)

* doc: add missing logstash environment on documentation

Update documentation to add missing logstash environment password.

Signed-off-by: Charles Santos <[email protected]>

* fix: remove auto format from vscode

Signed-off-by: Charles Santos <[email protected]>

---------

Signed-off-by: Charles Santos <[email protected]>

* Duplicate of previous task (opensearch-project#132)

Duplicate of previous task

Signed-off-by: maxtimofeev <[email protected]>

* Updating the CODEOWNERS and MAINTAINERS file (opensearch-project#119)

Signed-off-by: bbarani <[email protected]>

---------

Signed-off-by: Florian Heiderich <[email protected]>
Signed-off-by: Ravzan Valceanu <[email protected]>
Signed-off-by: Charles Santos <[email protected]>
Signed-off-by: maxtimofeev <[email protected]>
Signed-off-by: bbarani <[email protected]>
Co-authored-by: Florian Heiderich <[email protected]>
Co-authored-by: mpsOxygen <[email protected]>
Co-authored-by: Ravzan Valceanu <[email protected]>
Co-authored-by: Charles Santos <[email protected]>
Co-authored-by: maxtimofeev <[email protected]>
Co-authored-by: Barani <[email protected]>
Signed-off-by: Brandon Shien <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

8 participants