Skip to content

Commit a1240e6

Browse files
[Release 3.0] Bump main branch to 3.0.0 version (#182)
* Bump main branch to 3.0.0 version Signed-off-by: Peter Zhu <[email protected]> * Update readme Signed-off-by: Peter Zhu <[email protected]> --------- Signed-off-by: Peter Zhu <[email protected]>
1 parent e8d6f39 commit a1240e6

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@
2323
A community repository for Ansible Playbook of OpenSearch Project.
2424

2525
## Version and Branching
26-
As of now, this ansible-playbook repository maintains 2 branches:
27-
* _main_ (Version is 2.x.x for both `os_version` and `os_dashboards_version` in `inventories/opensearch/group_vars/all/all.yml`)
26+
As of now, this ansible-playbook repository maintains these branches:
27+
* _main_ (Version is 3.x.x for both `os_version` and `os_dashboards_version` in `inventories/opensearch/group_vars/all/all.yml`)
28+
* _2.x_ (Version is 2.x.x for both `os_version` and `os_dashboards_version` in `inventories/opensearch/group_vars/all/all.yml`)
2829
* _1.x_ (Version is 1.x.x for both `os_version` and `os_dashboards_version` in `inventories/opensearch/group_vars/all/all.yml`)
2930
<br>
3031

@@ -49,7 +50,7 @@ This ansible playbook supports the following,
4950
### Prerequisite
5051

5152
- **Ansible 2.9+**
52-
- **Java 8**
53+
- **Java 21**
5354

5455
### Configure
5556

inventories/opensearch/group_vars/all/all.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ os_cluster_name: development-cluster
66
os_download_url: https://artifacts.opensearch.org/releases/bundle/opensearch
77

88
# opensearch version
9-
# 2.x Latest Version
10-
os_version: "2.19.2"
9+
# 3.x Latest Version
10+
os_version: "3.0.0"
1111

1212
# opensearch dashboards version
13-
# 2.x Latest Version
14-
os_dashboards_version: "2.19.2"
13+
# 3.x Latest Version
14+
os_dashboards_version: "3.0.0"
1515

1616
# Configure hostnames for opensearch nodes
1717
# It is required to configure SSL

0 commit comments

Comments
 (0)