File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ jobs:
103
103
- ' 8.12.2'
104
104
- ' 8.13.4'
105
105
- ' 8.14.3'
106
+ - ' 8.15.0'
106
107
steps :
107
108
- uses : actions/checkout@v4
108
109
- uses : actions/setup-go@v5
Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ SWAGGER_VERSION ?= 8.7
16
16
17
17
GOVERSION ?= $(shell grep -e '^go' go.mod | cut -f 2 -d ' ')
18
18
19
- STACK_VERSION ?= 8.13.4
19
+ STACK_VERSION ?= 8.15.0
20
20
21
21
ELASTICSEARCH_NAME ?= terraform-elasticstack-es
22
22
ELASTICSEARCH_ENDPOINTS ?= http://$(ELASTICSEARCH_NAME ) :9200
23
23
ELASTICSEARCH_USERNAME ?= elastic
24
24
ELASTICSEARCH_PASSWORD ?= password
25
25
ELASTICSEARCH_NETWORK ?= elasticstack-network
26
- ELASTICSEARCH_MEM ?= 1024m
26
+ ELASTICSEARCH_MEM ?= 2048m
27
27
28
28
KIBANA_NAME ?= terraform-elasticstack-kb
29
29
KIBANA_ENDPOINT ?= http://$(KIBANA_NAME ) :5601
Original file line number Diff line number Diff line change 1
- version : ' 2.3'
2
1
services :
3
2
elasticsearch :
4
- image : docker.elastic.co/elasticsearch/elasticsearch:8.14.3
3
+ image : docker.elastic.co/elasticsearch/elasticsearch:8.15.0
5
4
environment :
6
5
cluster.name : test
7
6
discovery.type : single-node
@@ -12,7 +11,7 @@ services:
12
11
ports :
13
12
- " 9200:9200/tcp"
14
13
set-kibana-password :
15
- image : docker.elastic.co/kibana/kibana:8.14.3
14
+ image : docker.elastic.co/kibana/kibana:8.15.0
16
15
restart : on-failure
17
16
links :
18
17
- elasticsearch
@@ -23,7 +22,7 @@ services:
23
22
elasticsearch :
24
23
condition : service_started
25
24
kibana :
26
- image : docker.elastic.co/kibana/kibana:8.14.3
25
+ image : docker.elastic.co/kibana/kibana:8.15.0
27
26
environment :
28
27
ELASTICSEARCH_HOSTS : http://es:9200
29
28
ELASTICSEARCH_USERNAME : kibana_system
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ func (s *KBAPITestSuite) TestKibanaSpaces() {
42
42
Objects : []KibanaSpaceObjectParameter {
43
43
{
44
44
Type : "config" ,
45
- ID : "8.14.3 " ,
45
+ ID : "8.15.0 " ,
46
46
},
47
47
},
48
48
}
You can’t perform that action at this time.
0 commit comments