Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
d5e663f
chore: Update Heartbeat debug Dockerfile
github-actions[bot] Nov 7, 2025
db611e1
chore: Update .go-version
github-actions[bot] Nov 7, 2025
6e3237b
chore: Update Auditbeat Dockerfile
github-actions[bot] Nov 7, 2025
607e16b
chore: Update Filebeat Dockerfile
github-actions[bot] Nov 7, 2025
adb542b
chore: Update x-pack/libbeat Dockerfile
github-actions[bot] Nov 7, 2025
1ce4e41
chore: Update Metricbeat Dockerfile
github-actions[bot] Nov 7, 2025
68b54cd
chore: Update Metricbeat debug Dockerfile
github-actions[bot] Nov 7, 2025
13b4c37
chore: Update from vsphere Dockerfile
github-actions[bot] Nov 7, 2025
c728d0d
chore: Update Filebeat debug Dockerfile
github-actions[bot] Nov 7, 2025
6f90fa5
chore: Update HTTP module Dockerfile
github-actions[bot] Nov 7, 2025
5bf0d44
chore: Update libbeat Dockerfile
github-actions[bot] Nov 7, 2025
0b18e92
chore: Update Packetbeat Dockerfile
github-actions[bot] Nov 7, 2025
2996343
chore: Update version.asciidoc
github-actions[bot] Nov 7, 2025
75bad3d
chore: Update NATS module Dockerfile
github-actions[bot] Nov 7, 2025
16d6746
chore: Update stan Dockerfile
github-actions[bot] Nov 7, 2025
f18c88b
chore: Update Heartbeat Dockerfile
github-actions[bot] Nov 7, 2025
94eb2ac
chore: Update Heartbeat Dockerfile
github-actions[bot] Dec 3, 2025
26a2062
chore: Update stan Dockerfile
github-actions[bot] Dec 3, 2025
7980ae6
chore: Update .go-version
github-actions[bot] Dec 3, 2025
278960c
chore: Update Metricbeat Dockerfile
github-actions[bot] Dec 3, 2025
8ed9788
chore: Update HTTP module Dockerfile
github-actions[bot] Dec 3, 2025
a847e93
chore: Update Metricbeat debug Dockerfile
github-actions[bot] Dec 3, 2025
2fc45b4
chore: Update x-pack/libbeat Dockerfile
github-actions[bot] Dec 3, 2025
7cc38b2
chore: Update Auditbeat Dockerfile
github-actions[bot] Dec 3, 2025
d824f67
chore: Update libbeat Dockerfile
github-actions[bot] Dec 3, 2025
7e576f0
chore: Update NATS module Dockerfile
github-actions[bot] Dec 3, 2025
052e500
chore: Update Filebeat Dockerfile
github-actions[bot] Dec 3, 2025
4f9c383
chore: Update Packetbeat Dockerfile
github-actions[bot] Dec 3, 2025
08b6515
chore: Update Filebeat debug Dockerfile
github-actions[bot] Dec 3, 2025
f644b36
chore: Update from vsphere Dockerfile
github-actions[bot] Dec 3, 2025
d4b55e8
chore: Update Heartbeat debug Dockerfile
github-actions[bot] Dec 3, 2025
384e364
chore: Update version.asciidoc
github-actions[bot] Dec 3, 2025
e6bd154
Merge branch '7.17' into updatecli_7.17_bump-golang-version-7.17
pierrehilbert Dec 4, 2025
f021d9d
Merge branch '7.17' into updatecli_7.17_bump-golang-version-7.17
pierrehilbert Dec 4, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.24.9
1.24.11
2 changes: 1 addition & 1 deletion auditbeat/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.24.9
FROM golang:1.24.11

RUN \
apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion dev-tools/kubernetes/filebeat/Dockerfile.debug
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.24.9 as builder
FROM golang:1.24.11 as builder

ENV PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/go/bin:/usr/local/go/bin

Expand Down
2 changes: 1 addition & 1 deletion dev-tools/kubernetes/heartbeat/Dockerfile.debug
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.24.9 as builder
FROM golang:1.24.11 as builder

ENV PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/go/bin:/usr/local/go/bin

Expand Down
2 changes: 1 addition & 1 deletion dev-tools/kubernetes/metricbeat/Dockerfile.debug
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.24.9 as builder
FROM golang:1.24.11 as builder

ENV PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/go/bin:/usr/local/go/bin

Expand Down
2 changes: 1 addition & 1 deletion filebeat/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.24.9
FROM golang:1.24.11

RUN \
apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion heartbeat/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.24.9
FROM golang:1.24.11

RUN \
apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion libbeat/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.24.9
FROM golang:1.24.11

RUN \
apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion libbeat/docs/version.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:stack-version: 7.17.29
:doc-branch: 7.17
:go-version: 1.24.9
:go-version: 1.24.11
:release-state: unreleased
:python: 3.7
:docker: 1.12
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.24.9
FROM golang:1.24.11
COPY --from=docker:26.0.0-alpine3.19 /usr/local/bin/docker /usr/local/bin/

RUN \
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/module/http/_meta/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.24.9
FROM golang:1.24.11

COPY test/main.go main.go

Expand Down
2 changes: 1 addition & 1 deletion metricbeat/module/nats/_meta/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG NATS_VERSION=2.0.4
FROM nats:$NATS_VERSION

# build stage
FROM golang:1.24.9 AS build-env
FROM golang:1.24.11 AS build-env
RUN apt-get install git mercurial gcc
RUN git clone https://github.com/nats-io/nats.go.git /nats-go
RUN cd /nats-go/examples/nats-bench && git checkout tags/v1.10.0 && go build .
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/module/vsphere/_meta/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG VSPHERE_GOLANG_VERSION
FROM golang:1.24.9
FROM golang:1.24.11

RUN apt-get install curl git
RUN go install github.com/vmware/govmomi/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion packetbeat/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.24.9
FROM golang:1.24.11

RUN \
apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion x-pack/libbeat/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.24.9
FROM golang:1.24.11

RUN \
apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion x-pack/metricbeat/module/stan/_meta/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG STAN_VERSION=0.15.1
FROM nats-streaming:$STAN_VERSION

# build stage
FROM golang:1.24.9 AS build-env
FROM golang:1.24.11 AS build-env
RUN apt-get install git mercurial gcc
RUN git clone https://github.com/nats-io/stan.go.git /stan-go
RUN cd /stan-go/examples/stan-bench && git checkout tags/v0.5.2 && go build .
Expand Down