Skip to content

Commit 3f199fa

Browse files
authored
Merge branch 'main' into main
2 parents 5c70ec5 + 3163d93 commit 3f199fa

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.buildkite/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
steps:
22
- label: Release
33
agents:
4-
image: "golang:1.24.2@sha256:1ecc479bc712a6bdb56df3e346e33edcc141f469f82840bab9f4bc2bc41bf91d"
4+
image: "golang:1.24.2@sha256:d9db32125db0c3a680cfb7a1afcaefb89c898a075ec148fdc2f0f646cc2ed509"
55
cpu: "16"
66
memory: "24G"
77
ephemeralStorage: "20G"

libs/go-kibana-rest/.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: go build
4545
- name: Run test
4646
run: make test
47-
- uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5
47+
- uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5
4848
with:
4949
files: coverage.out
5050
flags: unittests

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.17.4@sha256:413d8df69823e9f41f6008f025fcbaf31a5849ab9c74894731d7ded65543cd56
3+
image: docker.elastic.co/elasticsearch/elasticsearch:8.18.0@sha256:70b37a809f04cd86e14460f959ff33c272a38f24268eee8b913c2cc73ac86c88
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.17.4@sha256:45859e3220fa73a338d59810eb1c5b16e2478ca928654fe994f4fcca9f639b4f
14+
image: docker.elastic.co/kibana/kibana:8.18.0@sha256:3efe85899f1d7c57140d465c1856a318f2432ff2d201c9d1183ce5558dabbd4e
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.17.4@sha256:45859e3220fa73a338d59810eb1c5b16e2478ca928654fe994f4fcca9f639b4f
25+
image: docker.elastic.co/kibana/kibana:8.18.0@sha256:3efe85899f1d7c57140d465c1856a318f2432ff2d201c9d1183ce5558dabbd4e
2626
environment:
2727
SERVER_NAME: kibana
2828
ELASTICSEARCH_HOSTS: http://es:9200

0 commit comments

Comments
 (0)