Skip to content

Commit 2f9adb6

Browse files
authored
Merge branch '8.17' into mergify/bp/8.17/pr-7817
2 parents 84a974c + f8faa2c commit 2f9adb6

34 files changed

Lines changed: 282 additions & 275 deletions

File tree

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ steps:
213213
artifact_paths:
214214
- "build/TEST-go-unit.cov"
215215
agents:
216-
image: "golang:1.23.8"
216+
image: "golang:1.24.2"
217217
depends_on:
218218
- unit-tests
219219
- extended-windows

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.23.8
1+
1.24.2

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG GO_VERSION=1.23.8
1+
ARG GO_VERSION=1.24.2
22
FROM circleci/golang:${GO_VERSION}
33

44

Dockerfile.skaffold

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG GO_VERSION=1.23.8
1+
ARG GO_VERSION=1.24.2
22
ARG crossbuild_image="docker.elastic.co/beats-dev/golang-crossbuild"
33
ARG AGENT_VERSION=8.9.0-SNAPSHOT
44
ARG AGENT_IMAGE="docker.elastic.co/beats/elastic-agent"

changelog/8.17.6.asciidoc

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
// begin 8.17.6 relnotes
2+
3+
[[release-notes-8.17.6]]
4+
== 8.17.6
5+
6+
Review important information about the 8.17.6 release.
7+
8+
[discrete]
9+
[[new-features-8.17.6]]
10+
=== New features
11+
12+
The 8.17.6 release adds the following new and notable features.
13+
14+
15+
elastic-agent::
16+
17+
* Use `fullnameOverride` to set the fully qualified application names in the EDOT Kube-Stack Helm chart. {elastic-agent-pull}https://github.com/elastic/elastic-agent/pull/7754[#https://github.com/elastic/elastic-agent/pull/7754] {elastic-agent-issue}https://github.com/elastic/elastic-agent/issues/7381[#https://github.com/elastic/elastic-agent/issues/7381]
18+
19+
20+
21+
22+
23+
24+
25+
// end 8.17.6 relnotes

changelog/8.17.6.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version: 8.17.6
2+
entries:
3+
- kind: feature
4+
summary: Set collectors fullnameOverride for edot kube-stack values.
5+
description: ""
6+
component: elastic-agent
7+
pr:
8+
- https://github.com/elastic/elastic-agent/pull/7754
9+
issue:
10+
- https://github.com/elastic/elastic-agent/issues/7381
11+
timestamp: 1744384247
12+
file:
13+
name: 1744384247-set-collector's-fullnameOverride-for-edot-kube-stack-values.yaml
14+
checksum: d7ccd1a2a660e7e0cc8bed5fc91570465b9ff639

changelog/fragments/1744384247-set-collector's-fullnameOverride-for-edot-kube-stack-values.yaml

Lines changed: 0 additions & 32 deletions
This file was deleted.

deploy/helm/edot-collector/kube-stack/managed_otlp/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ crds:
1717
defaultCRConfig:
1818
image:
1919
repository: "docker.elastic.co/beats/elastic-agent"
20-
tag: "8.17.6"
20+
tag: "8.17.7"
2121
targetAllocator:
2222
enabled: false # Enable/disable the Operator's Target allocator.
2323
# Refer to: https://github.com/open-telemetry/opentelemetry-operator/tree/main/cmd/otel-allocator

deploy/helm/edot-collector/kube-stack/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ crds:
1717
defaultCRConfig:
1818
image:
1919
repository: "docker.elastic.co/elastic-agent/elastic-agent"
20-
tag: "8.17.6"
20+
tag: "8.17.7"
2121
targetAllocator:
2222
enabled: false # Enable/disable the Operator's Target allocator.
2323
# Refer to: https://github.com/open-telemetry/opentelemetry-operator/tree/main/cmd/otel-allocator

deploy/helm/elastic-agent/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ name: elastic-agent
33
description: Elastic-Agent Helm Chart
44
kubeVersion: ">= 1.27.0-0"
55
type: application
6-
appVersion: 8.17.6
7-
version: 8.17.6-beta
6+
appVersion: 8.17.7
7+
version: 8.17.7-beta

0 commit comments

Comments
 (0)