antbird 0.12.0 → 0.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b097cd17220b007942f3cff9aaf7c016293bf77288871f5b9632a3348ca46e2c
4
- data.tar.gz: ef5dd45e34aeb476eef3b25e00e3e39094cfcd2909743c75305967352a1a6dc5
3
+ metadata.gz: af164a9d565be462df2127e011b1fe4f39461f1ea919a1da027d9259c014d47c
4
+ data.tar.gz: e4bdf0e8b8b61c10e69d53f6b9cabe6d7b942b9fdaf62aa0be6288d808787ce3
5
5
  SHA512:
6
- metadata.gz: c887ac55e03eae713a5788b9ea4cfa22bb87cd04f4de563acd4955c03ee9d5ff9620fe455036dbea7756220a7ad32774b199beaa00530ff70725cab28f9de294
7
- data.tar.gz: 69e9920c98283bc947d58cce7252818c1b97b219b4d718554e8990591fe5451249ca26ab772173833c3a9e174e29d65676c897a6683bd4b74b0a27795e899922
6
+ metadata.gz: acd2e6080cfc24c4e75b822c427c280492be09ed9b08321c3a880e704172fd7a36210c9f2553d2220c6d12888bff026c9606368f1f778cab5bab74602ec35be2
7
+ data.tar.gz: 2a1da47e61cd162ffe5ad39d8c2b820ead6e4794b0b1149f392ebcc469da6ceb02ae1341739d6277621b56a2d42cddd06252e46f32bec00237de82d7f0af6100
@@ -13,7 +13,16 @@ jobs:
13
13
  matrix:
14
14
  # https://github.com/opensearch-project/OpenSearch/releases
15
15
  search_versions:
16
- - 2.11.0
16
+ - 3.0.0
17
+ - 2.19.1
18
+ - 2.18.0
19
+ - 2.17.1
20
+ - 2.16.0
21
+ - 2.15.0
22
+ - 2.14.0
23
+ - 2.13.0
24
+ - 2.12.0
25
+ - 2.11.1
17
26
  - 2.10.0
18
27
  - 2.9.0
19
28
  - 2.8.0
@@ -37,6 +46,7 @@ jobs:
37
46
  env:
38
47
  discovery.type: single-node
39
48
  plugins.security.disabled: true
49
+ OPENSEARCH_INITIAL_ADMIN_PASSWORD: StrongPassowrd123
40
50
  steps:
41
51
  - name: Configure sysctl limits
42
52
  run: |
@@ -44,11 +54,11 @@ jobs:
44
54
  sudo sysctl -w vm.swappiness=1
45
55
  sudo sysctl -w fs.file-max=262144
46
56
  sudo sysctl -w vm.max_map_count=262144
47
- - uses: actions/checkout@v2
57
+ - uses: actions/checkout@v4
48
58
  - uses: ruby/setup-ruby@v1
49
59
  with:
50
60
  ruby-version: "3.2"
51
61
  bundler-cache: true
52
62
  - name: Wait for OpenSearch
53
- run: timeout 60 bash -c "until curl --silent --output /dev/null localhost:9200/_cat/health?h=st; do printf '.'; sleep 5; done; printf '\n'"
63
+ run: timeout 60 bash -c "until curl --silent --output /dev/null 'localhost:9200/_cat/health?h=st'; do printf '.'; sleep 5; done; printf '\n'"
54
64
  - run: bundle exec rspec
@@ -35,7 +35,7 @@ jobs:
35
35
  uses: elastic/elastic-github-actions/elasticsearch@master
36
36
  with:
37
37
  stack-version: ${{matrix.search_versions}}
38
- - uses: actions/checkout@v2
38
+ - uses: actions/checkout@v4
39
39
  - uses: ruby/setup-ruby@v1
40
40
  with:
41
41
  ruby-version: "3.2"
@@ -1,5 +1,5 @@
1
1
  # Generated REST API methods file - DO NOT EDIT!
2
- # opensearch version: 2.11.0
2
+ # opensearch version: 2.11.1
3
3
 
4
4
  module Antbird
5
5
  module RestApi