Skip to content

Commit

Permalink
Upgrade to 2.18.0 GA. (#665)
Browse files Browse the repository at this point in the history
Signed-off-by: dblock <dblock@amazon.com>
  • Loading branch information
dblock authored Nov 12, 2024
1 parent 9aa52da commit ed5e83c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 16 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/test-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,26 +27,26 @@ jobs:
admin_password: admin
- version: 2.0.0
admin_password: admin
- version: 2.16.0
- version: 2.16.0
- version: 2.18.0
- version: 2.18.0
tests: plugins/index_state_management
- version: 2.16.0
- version: 2.18.0
tests: plugins/ml
- version: 2.16.0
- version: 2.18.0
tests: routing
- version: 2.16.0
- version: 2.18.0
tests: snapshot
- version: 2.17.0
- version: 2.18.0
tests: plugins/streaming
- version: 2.17.0
- version: 2.18.0
tests: plugins/notifications
- version: 2.17.0
- version: 2.18.0
tests: plugins/query_insights
- version: 2.17.0
tests: plugins/workload-management
- version: 2.18.0
tests: plugins/workload-management
- version: 2.19.0
hub: opensearchstaging
ref: '@sha256:57a1cd1142d68c203e2e4aa0666d9a691e1e409a5d14aa4a8f5044036f05cf06'
ref: '@sha256:4da23e0137b2b67206d23b36fcf0914cc39b3bf19310c782f536e4934b86f6cc'
- version: 3.0.0
hub: opensearchstaging
ref: '@sha256:727643acdfebed77bfdb26362dbcff536b7ea02a0cc4ae2da2521729171333de'
Expand Down
4 changes: 2 additions & 2 deletions tests/default/cat/fielddata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ chapters:
response:
status: 200
- synopsis: List the memory size used by each field per node with data from security-analytics.
version: '>= 2.4'
version: '>= 2.4 < 2.19'
path: /_cat/fielddata
method: GET
parameters:
Expand All @@ -21,7 +21,7 @@ chapters:
payload:
- field: log_types
- synopsis: List the memory size used by each field per node with data from security-analytics.
version: '>= 2.4'
version: '>= 2.4 < 2.19'
path: /_cat/fielddata/{fields}
method: GET
parameters:
Expand Down
4 changes: 1 addition & 3 deletions tests/plugins/streaming/indices/bulk/stream.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
$schema: ../../../../../json_schemas/test_story.schema.yaml

description: Test bulk streaming index endpoint.
version: '>= 2.17'
epilogues:
- path: /books,movies
method: DELETE
status: [200, 404]
chapters:
- synopsis: Create an index.
version: '2.17'
path: /{index}/_bulk/stream
method: POST
parameters:
Expand All @@ -18,7 +18,6 @@ chapters:
- {create: {}}
- {director: Bennett Miller, title: Moneyball, year: 2011}
- synopsis: Delete document in an index.
version: '>= 2.17'
path: /{index}/_bulk/stream
method: PUT
parameters:
Expand All @@ -38,7 +37,6 @@ chapters:
result: not_found
status: 404
- synopsis: Bulk index document CRUD.
version: '>= 2.17'
method: POST
path: /{index}/_bulk/stream
parameters:
Expand Down

0 comments on commit ed5e83c

Please sign in to comment.