Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Release] Update version to 8.17.4 #7129

Open
wants to merge 7 commits into
base: 8.17
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ crds:
defaultCRConfig:
image:
repository: "docker.elastic.co/beats/elastic-agent"
tag: "8.17.3"
tag: "8.17.4"
targetAllocator:
enabled: false # Enable/disable the Operator's Target allocator.
# Refer to: https://github.com/open-telemetry/opentelemetry-operator/tree/main/cmd/otel-allocator
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/edot-collector/kube-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ crds:
defaultCRConfig:
image:
repository: "docker.elastic.co/elastic-agent/elastic-agent"
tag: "8.17.3"
tag: "8.17.4"
targetAllocator:
enabled: false # Enable/disable the Operator's Target allocator.
# Refer to: https://github.com/open-telemetry/opentelemetry-operator/tree/main/cmd/otel-allocator
Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/elastic-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: elastic-agent
description: Elastic-Agent Helm Chart
kubeVersion: ">= 1.27.0-0"
type: application
appVersion: 8.17.3
version: 8.17.3-beta
appVersion: 8.17.4
version: 8.17.4-beta
6 changes: 3 additions & 3 deletions deploy/helm/elastic-agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# elastic-agent

![Version: 8.17.3-beta](https://img.shields.io/badge/Version-8.17.3--beta-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.17.3](https://img.shields.io/badge/AppVersion-8.17.3-informational?style=flat-square)
![Version: 8.17.4-beta](https://img.shields.io/badge/Version-8.17.4--beta-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.17.4](https://img.shields.io/badge/AppVersion-8.17.4-informational?style=flat-square)

Elastic-Agent Helm Chart

Expand Down Expand Up @@ -143,8 +143,8 @@ The chart built-in [kubernetes integration](https://docs.elastic.co/integrations
### 6 - Elastic-Agent Configuration
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| agent.version | string | `"8.17.3"` | elastic-agent version |
| agent.image | object | `{"pullPolicy":"IfNotPresent","repository":"docker.elastic.co/elastic-agent/elastic-agent","tag":"8.17.3-SNAPSHOT"}` | image configuration |
| agent.version | string | `"8.17.4"` | elastic-agent version |
| agent.image | object | `{"pullPolicy":"IfNotPresent","repository":"docker.elastic.co/elastic-agent/elastic-agent","tag":"8.17.4-SNAPSHOT"}` | image configuration |
| agent.imagePullSecrets | list | `[]` | image pull secrets |
| agent.engine | string | `"k8s"` | generate kubernetes manifests or [ECK](https://github.com/elastic/cloud-on-k8s) CRDs |
| agent.unprivileged | bool | `false` | enable unprivileged mode |
Expand Down
72 changes: 36 additions & 36 deletions deploy/helm/elastic-agent/examples/eck/rendered/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ metadata:
name: agent-clusterwide-example
namespace: "default"
labels:
helm.sh/chart: elastic-agent-8.17.3-beta
helm.sh/chart: elastic-agent-8.17.4-beta
app.kubernetes.io/name: elastic-agent
app.kubernetes.io/instance: example
app.kubernetes.io/version: 8.17.3
app.kubernetes.io/version: 8.17.4
annotations:
eck.k8s.elastic.co/license: basic
---
Expand All @@ -20,10 +20,10 @@ metadata:
name: agent-ksmsharded-example
namespace: "default"
labels:
helm.sh/chart: elastic-agent-8.17.3-beta
helm.sh/chart: elastic-agent-8.17.4-beta
app.kubernetes.io/name: elastic-agent
app.kubernetes.io/instance: example
app.kubernetes.io/version: 8.17.3
app.kubernetes.io/version: 8.17.4
annotations:
eck.k8s.elastic.co/license: basic
---
Expand All @@ -34,10 +34,10 @@ metadata:
name: agent-pernode-example
namespace: "default"
labels:
helm.sh/chart: elastic-agent-8.17.3-beta
helm.sh/chart: elastic-agent-8.17.4-beta
app.kubernetes.io/name: elastic-agent
app.kubernetes.io/instance: example
app.kubernetes.io/version: 8.17.3
app.kubernetes.io/version: 8.17.4
annotations:
eck.k8s.elastic.co/license: basic
---
Expand All @@ -48,10 +48,10 @@ metadata:
name: agent-clusterwide-example
namespace: "default"
labels:
helm.sh/chart: elastic-agent-8.17.3-beta
helm.sh/chart: elastic-agent-8.17.4-beta
app.kubernetes.io/name: elastic-agent
app.kubernetes.io/instance: example
app.kubernetes.io/version: 8.17.3
app.kubernetes.io/version: 8.17.4
annotations:
eck.k8s.elastic.co/license: basic
stringData:
Expand Down Expand Up @@ -100,10 +100,10 @@ metadata:
name: agent-ksmsharded-example
namespace: "default"
labels:
helm.sh/chart: elastic-agent-8.17.3-beta
helm.sh/chart: elastic-agent-8.17.4-beta
app.kubernetes.io/name: elastic-agent
app.kubernetes.io/instance: example
app.kubernetes.io/version: 8.17.3
app.kubernetes.io/version: 8.17.4
annotations:
eck.k8s.elastic.co/license: basic
stringData:
Expand Down Expand Up @@ -389,10 +389,10 @@ metadata:
name: agent-pernode-example
namespace: "default"
labels:
helm.sh/chart: elastic-agent-8.17.3-beta
helm.sh/chart: elastic-agent-8.17.4-beta
app.kubernetes.io/name: elastic-agent
app.kubernetes.io/instance: example
app.kubernetes.io/version: 8.17.3
app.kubernetes.io/version: 8.17.4
annotations:
eck.k8s.elastic.co/license: basic
stringData:
Expand Down Expand Up @@ -566,10 +566,10 @@ kind: ClusterRole
metadata:
name: agent-clusterWide-example-default
labels:
helm.sh/chart: elastic-agent-8.17.3-beta
helm.sh/chart: elastic-agent-8.17.4-beta
app.kubernetes.io/name: elastic-agent
app.kubernetes.io/instance: example
app.kubernetes.io/version: 8.17.3
app.kubernetes.io/version: 8.17.4
annotations:
eck.k8s.elastic.co/license: basic
rules:
Expand Down Expand Up @@ -690,10 +690,10 @@ kind: ClusterRole
metadata:
name: agent-ksmSharded-example-default
labels:
helm.sh/chart: elastic-agent-8.17.3-beta
helm.sh/chart: elastic-agent-8.17.4-beta
app.kubernetes.io/name: elastic-agent
app.kubernetes.io/instance: example
app.kubernetes.io/version: 8.17.3
app.kubernetes.io/version: 8.17.4
annotations:
eck.k8s.elastic.co/license: basic
rules:
Expand Down Expand Up @@ -923,10 +923,10 @@ kind: ClusterRole
metadata:
name: agent-perNode-example-default
labels:
helm.sh/chart: elastic-agent-8.17.3-beta
helm.sh/chart: elastic-agent-8.17.4-beta
app.kubernetes.io/name: elastic-agent
app.kubernetes.io/instance: example
app.kubernetes.io/version: 8.17.3
app.kubernetes.io/version: 8.17.4
annotations:
eck.k8s.elastic.co/license: basic
rules:
Expand Down Expand Up @@ -1005,10 +1005,10 @@ kind: ClusterRoleBinding
metadata:
name: agent-clusterWide-example-default
labels:
helm.sh/chart: elastic-agent-8.17.3-beta
helm.sh/chart: elastic-agent-8.17.4-beta
app.kubernetes.io/name: elastic-agent
app.kubernetes.io/instance: example
app.kubernetes.io/version: 8.17.3
app.kubernetes.io/version: 8.17.4
annotations:
eck.k8s.elastic.co/license: basic
subjects:
Expand All @@ -1026,10 +1026,10 @@ kind: ClusterRoleBinding
metadata:
name: agent-ksmSharded-example-default
labels:
helm.sh/chart: elastic-agent-8.17.3-beta
helm.sh/chart: elastic-agent-8.17.4-beta
app.kubernetes.io/name: elastic-agent
app.kubernetes.io/instance: example
app.kubernetes.io/version: 8.17.3
app.kubernetes.io/version: 8.17.4
annotations:
eck.k8s.elastic.co/license: basic
subjects:
Expand All @@ -1047,10 +1047,10 @@ kind: ClusterRoleBinding
metadata:
name: agent-perNode-example-default
labels:
helm.sh/chart: elastic-agent-8.17.3-beta
helm.sh/chart: elastic-agent-8.17.4-beta
app.kubernetes.io/name: elastic-agent
app.kubernetes.io/instance: example
app.kubernetes.io/version: 8.17.3
app.kubernetes.io/version: 8.17.4
annotations:
eck.k8s.elastic.co/license: basic
subjects:
Expand All @@ -1069,14 +1069,14 @@ metadata:
name: agent-pernode-example
namespace: "default"
labels:
helm.sh/chart: elastic-agent-8.17.3-beta
helm.sh/chart: elastic-agent-8.17.4-beta
app.kubernetes.io/name: elastic-agent
app.kubernetes.io/instance: example
app.kubernetes.io/version: 8.17.3
app.kubernetes.io/version: 8.17.4
annotations:
eck.k8s.elastic.co/license: basic
spec:
version: 8.17.3
version: 8.17.4
configRef:
secretName: agent-pernode-example
elasticsearchRefs:
Expand All @@ -1100,7 +1100,7 @@ spec:
value: /usr/share/elastic-agent/state
- name: ELASTIC_NETINFO
value: "false"
image: docker.elastic.co/elastic-agent/elastic-agent:8.17.3-SNAPSHOT
image: docker.elastic.co/elastic-agent/elastic-agent:8.17.4-SNAPSHOT
imagePullPolicy: IfNotPresent
name: agent
resources:
Expand Down Expand Up @@ -1172,14 +1172,14 @@ metadata:
name: agent-clusterwide-example
namespace: "default"
labels:
helm.sh/chart: elastic-agent-8.17.3-beta
helm.sh/chart: elastic-agent-8.17.4-beta
app.kubernetes.io/name: elastic-agent
app.kubernetes.io/instance: example
app.kubernetes.io/version: 8.17.3
app.kubernetes.io/version: 8.17.4
annotations:
eck.k8s.elastic.co/license: basic
spec:
version: 8.17.3
version: 8.17.4
configRef:
secretName: agent-clusterwide-example
elasticsearchRefs:
Expand All @@ -1203,7 +1203,7 @@ spec:
value: /usr/share/elastic-agent/state
- name: ELASTIC_NETINFO
value: "false"
image: docker.elastic.co/elastic-agent/elastic-agent:8.17.3-SNAPSHOT
image: docker.elastic.co/elastic-agent/elastic-agent:8.17.4-SNAPSHOT
imagePullPolicy: IfNotPresent
name: agent
resources:
Expand Down Expand Up @@ -1240,14 +1240,14 @@ metadata:
name: agent-ksmsharded-example
namespace: "default"
labels:
helm.sh/chart: elastic-agent-8.17.3-beta
helm.sh/chart: elastic-agent-8.17.4-beta
app.kubernetes.io/name: elastic-agent
app.kubernetes.io/instance: example
app.kubernetes.io/version: 8.17.3
app.kubernetes.io/version: 8.17.4
annotations:
eck.k8s.elastic.co/license: basic
spec:
version: 8.17.3
version: 8.17.4
configRef:
secretName: agent-ksmsharded-example
elasticsearchRefs:
Expand Down Expand Up @@ -1312,7 +1312,7 @@ spec:
value: /usr/share/elastic-agent/state
- name: ELASTIC_NETINFO
value: "false"
image: docker.elastic.co/elastic-agent/elastic-agent:8.17.3-SNAPSHOT
image: docker.elastic.co/elastic-agent/elastic-agent:8.17.4-SNAPSHOT
imagePullPolicy: IfNotPresent
name: agent
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ metadata:
name: agent-pernode-example
namespace: "default"
labels:
helm.sh/chart: elastic-agent-8.17.3-beta
helm.sh/chart: elastic-agent-8.17.4-beta
app.kubernetes.io/name: elastic-agent
app.kubernetes.io/instance: example
app.kubernetes.io/version: 8.17.3
app.kubernetes.io/version: 8.17.4
---
# Source: elastic-agent/templates/agent/k8s/secret.yaml
apiVersion: v1
Expand All @@ -18,10 +18,10 @@ metadata:
name: agent-pernode-example
namespace: "default"
labels:
helm.sh/chart: elastic-agent-8.17.3-beta
helm.sh/chart: elastic-agent-8.17.4-beta
app.kubernetes.io/name: elastic-agent
app.kubernetes.io/instance: example
app.kubernetes.io/version: 8.17.3
app.kubernetes.io/version: 8.17.4
stringData:

agent.yml: |-
Expand All @@ -41,10 +41,10 @@ kind: ClusterRole
metadata:
name: agent-perNode-example-default
labels:
helm.sh/chart: elastic-agent-8.17.3-beta
helm.sh/chart: elastic-agent-8.17.4-beta
app.kubernetes.io/name: elastic-agent
app.kubernetes.io/instance: example
app.kubernetes.io/version: 8.17.3
app.kubernetes.io/version: 8.17.4
rules:
- apiGroups: [ "" ] # "" indicates the core API group
resources:
Expand Down Expand Up @@ -121,10 +121,10 @@ kind: ClusterRoleBinding
metadata:
name: agent-perNode-example-default
labels:
helm.sh/chart: elastic-agent-8.17.3-beta
helm.sh/chart: elastic-agent-8.17.4-beta
app.kubernetes.io/name: elastic-agent
app.kubernetes.io/instance: example
app.kubernetes.io/version: 8.17.3
app.kubernetes.io/version: 8.17.4
subjects:
- kind: ServiceAccount
name: agent-pernode-example
Expand All @@ -141,10 +141,10 @@ metadata:
name: agent-pernode-example
namespace: "default"
labels:
helm.sh/chart: elastic-agent-8.17.3-beta
helm.sh/chart: elastic-agent-8.17.4-beta
app.kubernetes.io/name: elastic-agent
app.kubernetes.io/instance: example
app.kubernetes.io/version: 8.17.3
app.kubernetes.io/version: 8.17.4
spec:
selector:
matchLabels:
Expand Down Expand Up @@ -183,7 +183,7 @@ spec:
value: "false"
- name: FLEET_ENROLL
value: "1"
image: docker.elastic.co/elastic-agent/elastic-agent:8.17.3-SNAPSHOT
image: docker.elastic.co/elastic-agent/elastic-agent:8.17.4-SNAPSHOT
imagePullPolicy: IfNotPresent
name: agent
resources:
Expand Down
Loading