Skip to content

Commit

Permalink
Merge pull request #307 from github/kag728/RestApiSpec
Browse files Browse the repository at this point in the history
Generate 8.13 rest api spec & update default ES8 version to 8.13
  • Loading branch information
kag728 authored Apr 5, 2024
2 parents 4123d05 + ee33ac4 commit b769b3f
Show file tree
Hide file tree
Showing 6 changed files with 7,577 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
strategy:
matrix:
ruby-version: ['3.2']
ES_VERSION: ['5.6.15', '8.7.0']
ES_VERSION: ['5.6.15', '8.13.0']
include:
- ES_VERSION: '5.6.15'
ES_DOWNLOAD_URL: >-
https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.6.15.tar.gz
- ES_VERSION: '8.7.0'
- ES_VERSION: '8.13.0'
ES_DOWNLOAD_URL: >-
https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.7.0-linux-x86_64.tar.gz
https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.13.0-linux-x86_64.tar.gz
steps:
- uses: ruby/setup-ruby@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ end
This client is tested against:

- Ruby version 3.2
- Elasticsearch versions 5.6 and 8.7.
- Elasticsearch versions 5.6 and 8.13

## Development

Expand Down
8 changes: 4 additions & 4 deletions docker/compose.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
version: "3"

services:
elasticsearch8.7:
image: docker.elastic.co/elasticsearch/elasticsearch:8.7.0
container_name: es8.7
elasticsearch8.13:
image: docker.elastic.co/elasticsearch/elasticsearch:8.13.0
container_name: es8.13
profiles: ["es8", "all"]
environment:
- cluster.name=elastomer8.7
- cluster.name=elastomer8.13
- bootstrap.memory_lock=true
- discovery.type=single-node
- xpack.security.enabled=false
Expand Down
Loading

0 comments on commit b769b3f

Please sign in to comment.