Skip to content

Commit 203a4d9

Browse files
committed
Link the cookbook for version increments.
Signed-off-by: dblock <[email protected]>
1 parent df8067e commit 203a4d9

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ See [assemble workflow](src/assemble_workflow) for more information.
7171

7272
A patch release contains output from previous versions mixed with new source code. Manifests can mix such references. See [opensearch-1.1.1.yml](/manifests/1.1.1/opensearch-1.1.1.yml) for an example.
7373

74+
OpenSearch is often released with changes in `opensearch-min`, and no changes to plugins other than a version bump. This can be performed by a solo Engineer following [a cookbook](https://github.com/opensearch-project/opensearch-plugins/blob/main/META.md#increment-a-version-in-every-plugin). See also [opensearch-build#1375](https://github.com/opensearch-project/opensearch-build/issues/1375) which aims to automate incrementing versions for the next development iteration.
75+
7476
#### CI/CD Environment
7577

7678
We build, assemble, and test our artifacts on docker containers. We provide docker files in [docker/ci](docker/ci) folder, and images on [staging docker hub repositories](https://hub.docker.com/r/opensearchstaging/ci-runner/). All Jenkins pipelines can be found in [jenkins](./jenkins/). Jenkins itself is in the process of being made public and its CDK open-sourced.

manifests/1.2.3/opensearch-1.2.3.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,19 @@ components:
3434
- gradle:dependencies:opensearch.version: alerting
3535
- name: asynchronous-search
3636
repository: https://github.com/opensearch-project/asynchronous-search.git
37-
ref: tags/1.2.2.0
37+
ref: "1.2"
3838
checks:
3939
- gradle:properties:version
4040
- gradle:dependencies:opensearch.version
4141
- name: index-management
4242
repository: https://github.com/opensearch-project/index-management.git
43-
ref: tags/1.2.2.0
43+
ref: "1.2"
4444
checks:
4545
- gradle:properties:version
4646
- gradle:dependencies:opensearch.version
4747
- name: k-NN
4848
repository: https://github.com/opensearch-project/k-NN.git
49-
ref: tags/1.2.2.0
49+
ref: "1.2"
5050
platforms:
5151
- darwin
5252
- linux
@@ -55,10 +55,10 @@ components:
5555
- gradle:dependencies:opensearch.version
5656
- name: security
5757
repository: https://github.com/opensearch-project/security.git
58-
ref: tags/1.2.2.0
58+
ref: "1.2"
5959
- name: performance-analyzer
6060
repository: https://github.com/opensearch-project/performance-analyzer.git
61-
ref: tags/1.2.2.0
61+
ref: "1.2"
6262
checks:
6363
- gradle:properties:version
6464
- gradle:dependencies:opensearch.version
@@ -67,32 +67,32 @@ components:
6767
- linux
6868
- name: anomaly-detection
6969
repository: https://github.com/opensearch-project/anomaly-detection.git
70-
ref: tags/1.2.2.0
70+
ref: "1.2"
7171
checks:
7272
- gradle:properties:version
7373
- gradle:dependencies:opensearch.version
7474
- name: cross-cluster-replication
7575
repository: https://github.com/opensearch-project/cross-cluster-replication.git
76-
ref: tags/1.2.2.0
76+
ref: "1.2"
7777
checks:
7878
- gradle:properties:version
7979
- gradle:dependencies:opensearch.version
8080
- name: sql
8181
repository: https://github.com/opensearch-project/sql.git
82-
ref: tags/1.2.2.0
82+
ref: "1.2"
8383
checks:
8484
- gradle:properties:version
8585
- gradle:dependencies:opensearch.version: plugin
8686
- name: dashboards-reports
8787
repository: https://github.com/opensearch-project/dashboards-reports.git
88-
ref: tags/1.2.2.0
88+
ref: "1.2"
8989
working_directory: reports-scheduler
9090
checks:
9191
- gradle:properties:version
9292
- gradle:dependencies:opensearch.version
9393
- name: opensearch-observability
9494
repository: https://github.com/opensearch-project/observability
95-
ref: tags/1.2.2.0
95+
ref: "1.2"
9696
working_directory: opensearch-observability
9797
checks:
9898
- gradle:properties:version

0 commit comments

Comments
 (0)