Skip to content

Commit d06bed0

Browse files
committed
use 8.17.0 in kibana-rest tests
1 parent 0edcdc2 commit d06bed0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

libs/go-kibana-rest/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
elasticsearch:
3-
image: docker.elastic.co/elasticsearch/elasticsearch:8.16.2
3+
image: docker.elastic.co/elasticsearch/elasticsearch:8.17.0
44
environment:
55
cluster.name: test
66
discovery.type: single-node
@@ -11,7 +11,7 @@ services:
1111
ports:
1212
- "9200:9200/tcp"
1313
set-kibana-password:
14-
image: docker.elastic.co/kibana/kibana:8.16.2
14+
image: docker.elastic.co/kibana/kibana:8.17.0
1515
restart: on-failure
1616
links:
1717
- elasticsearch
@@ -22,7 +22,7 @@ services:
2222
elasticsearch:
2323
condition: service_started
2424
kibana:
25-
image: docker.elastic.co/kibana/kibana:8.16.2
25+
image: docker.elastic.co/kibana/kibana:8.17.0
2626
environment:
2727
SERVER_NAME: kibana
2828
ELASTICSEARCH_HOSTS: http://es:9200

libs/go-kibana-rest/kbapi/api.kibana_spaces_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func (s *KBAPITestSuite) TestKibanaSpaces() {
4242
Objects: []KibanaSpaceObjectParameter{
4343
{
4444
Type: "config",
45-
ID: "8.16.2",
45+
ID: "8.17.0",
4646
},
4747
},
4848
}

0 commit comments

Comments
 (0)