File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,7 @@ jobs:
125125 - ' 8.14.3'
126126 - ' 8.15.5'
127127 - ' 8.16.2'
128+ - ' 8.17.0'
128129 steps :
129130 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
130131 - uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5
@@ -154,7 +155,7 @@ jobs:
154155
155156 - id : setup-fleet
156157 name : Setup Fleet
157- if : matrix.version == '8.10.3' || matrix.version == '8.11.4' || matrix.version == '8.12.2' || matrix.version == '8.13.4' || matrix.version == '8.14.3' || matrix.version == '8.15.5' || matrix.version == '8.16.2'
158+ if : matrix.version == '8.10.3' || matrix.version == '8.11.4' || matrix.version == '8.12.2' || matrix.version == '8.13.4' || matrix.version == '8.14.3' || matrix.version == '8.15.5' || matrix.version == '8.16.2' || matrix.version == '8.17.0'
158159 run : |-
159160 make setup-kibana-fleet
160161 env :
@@ -163,7 +164,7 @@ jobs:
163164
164165 - id : force-install-synthetics
165166 name : Force install synthetics
166- if : matrix.version == '8.14.3' || matrix.version == '8.15.5' || matrix.version == '8.16.2'
167+ if : matrix.version == '8.14.3' || matrix.version == '8.15.5' || matrix.version == '8.16.2' || matrix.version == '8.17.0'
167168 run : |-
168169 for i in {1..5}; do curl -s -H "Authorization: ApiKey ${{ steps.get-api-key.outputs.apikey }}" --header "Content-Type: application/json" --header "kbn-xsrf: true" --request POST --data '{ "force": true }' http://localhost:5601/api/fleet/epm/packages/synthetics/1.2.2 && break || sleep 15; done
169170
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ SWAGGER_VERSION ?= 8.7
1616
1717GOVERSION ?= $(shell grep -e '^go' go.mod | cut -f 2 -d ' ')
1818
19- STACK_VERSION ?= 8.16.2
19+ STACK_VERSION ?= 8.17.0
2020
2121ELASTICSEARCH_NAME ?= terraform-elasticstack-es
2222ELASTICSEARCH_ENDPOINTS ?= http://$(ELASTICSEARCH_NAME ) :9200
You can’t perform that action at this time.
0 commit comments