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
32b9c25
chore: Update Metricbeat Dockerfile
github-actions[bot] Apr 28, 2025
56ba77e
chore: Update go.mod
github-actions[bot] Apr 28, 2025
01bd100
chore: Update NATS module Dockerfile
github-actions[bot] Apr 28, 2025
9ac3625
chore: Update Metricbeat debug Dockerfile
github-actions[bot] Apr 28, 2025
e109d5e
chore: Update stan Dockerfile
github-actions[bot] Apr 28, 2025
2c06cc6
chore: Update Packetbeat Dockerfile
github-actions[bot] Apr 28, 2025
7434f5c
chore: Update Filebeat debug Dockerfile
github-actions[bot] Apr 28, 2025
806a9c7
chore: Update from vsphere Dockerfile
github-actions[bot] Apr 28, 2025
1b7df3f
chore: Update .go-version
github-actions[bot] Apr 28, 2025
aa382fb
chore: Update Heartbeat debug Dockerfile
github-actions[bot] Apr 28, 2025
b0888d9
chore: Update HTTP module Dockerfile
github-actions[bot] Apr 28, 2025
20d443b
chore: Update Auditbeat Dockerfile
github-actions[bot] Apr 28, 2025
5615635
chore: Update version.asciidoc
github-actions[bot] Apr 28, 2025
bd285d4
chore: Update Heartbeat Dockerfile
github-actions[bot] Apr 29, 2025
9b85e96
Merge branch 'main' into updatecli_main_bump-golang-version
rdner May 6, 2025
9683cab
chore: Update Auditbeat Dockerfile
github-actions[bot] May 8, 2025
890ebe8
chore: Update Packetbeat Dockerfile
github-actions[bot] May 8, 2025
ec9f88a
chore: Update Metricbeat debug Dockerfile
github-actions[bot] May 8, 2025
ccd0634
chore: Update .go-version
github-actions[bot] May 8, 2025
fd59e1f
chore: Update from vsphere Dockerfile
github-actions[bot] May 8, 2025
3b9ec41
chore: Update HTTP module Dockerfile
github-actions[bot] May 8, 2025
bbde4d9
chore: Update version.asciidoc
github-actions[bot] May 8, 2025
f04e4b2
chore: Update Heartbeat debug Dockerfile
github-actions[bot] May 8, 2025
81b91c6
chore: Update Metricbeat Dockerfile
github-actions[bot] May 8, 2025
8c9ab3a
chore: Update Heartbeat Dockerfile
github-actions[bot] May 8, 2025
c807340
chore: Update stan Dockerfile
github-actions[bot] May 8, 2025
c8c3074
chore: Update Filebeat debug Dockerfile
github-actions[bot] May 8, 2025
cdb228d
chore: Update go.mod
github-actions[bot] May 8, 2025
251d5f0
Update changelog.
cmacknz May 8, 2025
c04bbe3
Switch go.mod to 1.24.0 as beats is imported.
cmacknz May 8, 2025
48e4792
Switch go.mod to go 1.24.3 to ensure CVE fixes present.
cmacknz May 8, 2025
28cf3fe
Remove whitespace.
cmacknz May 8, 2025
0439a87
fix: bump ebitengine/purego to v0.9.0-alpha.3.0.20250507171635-5047c0…
pkoutsovasilis May 9, 2025
c18522a
fix: update NOTICE.txt
pkoutsovasilis May 9, 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.1
1.24.3
2 changes: 1 addition & 1 deletion CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ otherwise no tag is added. {issue}42208[42208] {pull}42403[42403]
- The environment variable `BEATS_ADD_CLOUD_METADATA_PROVIDERS` overrides configured/default `add_cloud_metadata` providers {pull}38669[38669]
- When running under Elastic-Agent Kafka output allows dynamic topic in `topic` field {pull}40415[40415]
- The script processor has a new configuration option that only uses the cached javascript sessions and prevents the creation of new javascript sessions.
- Update to Go 1.24.0. {pull}42705[42705]
- Update to Go 1.24.3. {pull}44270[44270]
- Replace Ubuntu 20.04 with 24.04 for Docker base images {issue}40743[40743] {pull}40942[40942]
- Replace `compress/gzip` with https://github.com/klauspost/compress/gzip library for gzip compression {pull}41584[41584]
- Add regex pattern matching to add_kubernetes_metadata processor {pull}41903[41903]
Expand Down
4 changes: 2 additions & 2 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42137,11 +42137,11 @@ SOFTWARE.

--------------------------------------------------------------------------------
Dependency : github.com/ebitengine/purego
Version: v0.8.2
Version: v0.9.0-alpha.3.0.20250507171635-5047c08daa38
Licence type (autodetected): Apache-2.0
--------------------------------------------------------------------------------

Contents of probable licence file $GOMODCACHE/github.com/ebitengine/purego@v0.8.2/LICENSE:
Contents of probable licence file $GOMODCACHE/github.com/ebitengine/purego@v0.9.0-alpha.3.0.20250507171635-5047c08daa38/LICENSE:

Apache License
Version 2.0, January 2004
Expand Down
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.1
FROM golang:1.24.3

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.1 as builder
FROM golang:1.24.3 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.1 as builder
FROM golang:1.24.3 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.1 as builder
FROM golang:1.24.3 as builder

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

Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/elastic/beats/v7

go 1.24.1
go 1.24.3

require (
cloud.google.com/go/bigquery v1.65.0
Expand Down Expand Up @@ -289,7 +289,7 @@ require (
github.com/docker/go-metrics v0.0.1 // indirect
github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 // indirect
github.com/eapache/queue v1.1.0 // indirect
github.com/ebitengine/purego v0.8.2 // indirect
github.com/ebitengine/purego v0.9.0-alpha.3.0.20250507171635-5047c08daa38 // indirect
github.com/elastic/elastic-transport-go/v8 v8.6.1 // indirect
github.com/elastic/go-docappender/v2 v2.6.0 // indirect
github.com/elastic/go-freelru v0.16.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,8 @@ github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 h1:Oy0F4A
github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3/go.mod h1:YvSRo5mw33fLEx1+DlK6L2VV43tJt5Eyel9n9XBcR+0=
github.com/eapache/queue v1.1.0 h1:YOEu7KNc61ntiQlcEeUIoDTJ2o8mQznoNvUhiigpIqc=
github.com/eapache/queue v1.1.0/go.mod h1:6eCeP0CKFpHLu8blIFXhExK/dRa7WDZfr6jVFPTqq+I=
github.com/ebitengine/purego v0.8.2 h1:jPPGWs2sZ1UgOSgD2bClL0MJIqu58nOmIcBuXr62z1I=
github.com/ebitengine/purego v0.8.2/go.mod h1:iIjxzd6CiRiOG0UyXP+V1+jWqUXVjPKLAI0mRfJZTmQ=
github.com/ebitengine/purego v0.9.0-alpha.3.0.20250507171635-5047c08daa38 h1:61WY14WhyU89bEJCjegpt6b8wDNsU+Z1416JGwfEKwI=
github.com/ebitengine/purego v0.9.0-alpha.3.0.20250507171635-5047c08daa38/go.mod h1:iIjxzd6CiRiOG0UyXP+V1+jWqUXVjPKLAI0mRfJZTmQ=
github.com/eclipse/paho.mqtt.golang v1.3.5 h1:sWtmgNxYM9P2sP+xEItMozsR3w0cqZFlqnNN1bdl41Y=
github.com/eclipse/paho.mqtt.golang v1.3.5/go.mod h1:eTzb4gxwwyWpqBUHGQZ4ABAV7+Jgm1PklsYT/eo8Hcc=
github.com/elastic/azure-sdk-for-go/sdk/resourcemanager/consumption/armconsumption v1.1.0-elastic h1:fxOiGmMPr1dVDAKRGOkp9MV2amPmaZrWPtWJygFxcG0=
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.1
FROM golang:1.24.3

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: 9.1.0
:doc-branch: main
:go-version: 1.24.1
:go-version: 1.24.3
: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.1
FROM golang:1.24.3
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.1
FROM golang:1.24.3

COPY test/main.go main.go

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.1
FROM golang:1.24.3

RUN apt-get install curl git
RUN go install github.com/vmware/govmomi/vcsim@v0.30.4
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.0
FROM golang:1.24.3

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.1 AS build-env
FROM golang:1.24.3 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