Skip to content

Commit 14a2d47

Browse files
elastic-vault-github-plugin-prod[bot]elasticmachinepierrehilbertgizasycombinator
authored
[Release] Update version to 8.15.2 (#5379)
* [Release] update version * Run make command to upgrade K8S files * updating also kustomize templates * Run make check-ci --------- Co-authored-by: elasticmachine <infra-root+elasticmachine@elastic.co> Co-authored-by: Pierre HILBERT <pierre.hilbert@elastic.co> Co-authored-by: Andreas Gkizas <andreas.gkizas@elastic.co> Co-authored-by: Shaunak Kashyap <ycombinator@gmail.com>
1 parent dac3ffe commit 14a2d47

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
lines changed

deploy/kubernetes/elastic-agent-kustomize/default/elastic-agent-managed/base/elastic-agent-managed-daemonset.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
dnsPolicy: ClusterFirstWithHostNet
2828
containers:
2929
- name: elastic-agent
30-
image: docker.elastic.co/beats/elastic-agent:8.15.1
30+
image: docker.elastic.co/beats/elastic-agent:8.15.2
3131
env:
3232
# Set to 1 for enrollment into Fleet server. If not set, Elastic Agent is run in standalone mode
3333
- name: FLEET_ENROLL

deploy/kubernetes/elastic-agent-kustomize/default/elastic-agent-standalone/base/elastic-agent-standalone-daemonset.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
# Uncomment if using hints feature
2929
#initContainers:
3030
# - name: k8s-templates-downloader
31-
# image: docker.elastic.co/beats/elastic-agent:8.15.1
31+
# image: docker.elastic.co/beats/elastic-agent:8.15.2
3232
# command: ['bash']
3333
# args:
3434
# - -c
@@ -42,7 +42,7 @@ spec:
4242
# mountPath: /usr/share/elastic-agent/state
4343
containers:
4444
- name: elastic-agent-standalone
45-
image: docker.elastic.co/beats/elastic-agent:8.15.1
45+
image: docker.elastic.co/beats/elastic-agent:8.15.2
4646
args: ["-c", "/etc/elastic-agent/agent.yml", "-e"]
4747
env:
4848
# The API Key with access privilleges to connect to Elasticsearch. https://www.elastic.co/guide/en/fleet/current/grant-access-to-elasticsearch.html#create-api-key-standalone-agent

deploy/kubernetes/elastic-agent-kustomize/ksm-autosharding/elastic-agent-managed/base/elastic-agent-managed-daemonset.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
dnsPolicy: ClusterFirstWithHostNet
2828
containers:
2929
- name: elastic-agent
30-
image: docker.elastic.co/beats/elastic-agent:8.15.1
30+
image: docker.elastic.co/beats/elastic-agent:8.15.2
3131
env:
3232
# Set to 1 for enrollment into Fleet server. If not set, Elastic Agent is run in standalone mode
3333
- name: FLEET_ENROLL

deploy/kubernetes/elastic-agent-kustomize/ksm-autosharding/elastic-agent-managed/extra/elastic-agent-managed-statefulset.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
dnsPolicy: ClusterFirstWithHostNet
2828
containers:
2929
- name: elastic-agent
30-
image: docker.elastic.co/beats/elastic-agent:8.15.1
30+
image: docker.elastic.co/beats/elastic-agent:8.15.2
3131
env:
3232
# Set to 1 for enrollment into Fleet server. If not set, Elastic Agent is run in standalone mode
3333
- name: FLEET_ENROLL

deploy/kubernetes/elastic-agent-kustomize/ksm-autosharding/elastic-agent-standalone/base/elastic-agent-standalone-daemonset.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
# Uncomment if using hints feature
2929
#initContainers:
3030
# - name: k8s-templates-downloader
31-
# image: docker.elastic.co/beats/elastic-agent:8.15.1
31+
# image: docker.elastic.co/beats/elastic-agent:8.15.2
3232
# command: ['bash']
3333
# args:
3434
# - -c
@@ -42,7 +42,7 @@ spec:
4242
# # mountPath: /usr/share/elastic-agent/state
4343
containers:
4444
- name: elastic-agent-standalone
45-
image: docker.elastic.co/beats/elastic-agent:8.15.1
45+
image: docker.elastic.co/beats/elastic-agent:8.15.2
4646
args: ["-c", "/etc/elastic-agent/agent.yml", "-e"]
4747
env:
4848
# The API Key with access privilleges to connect to Elasticsearch. https://www.elastic.co/guide/en/fleet/current/grant-access-to-elasticsearch.html#create-api-key-standalone-agent

deploy/kubernetes/elastic-agent-kustomize/ksm-autosharding/elastic-agent-standalone/extra/elastic-agent-standalone-statefulset.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
# Uncomment if using hints feature
2929
#initContainers:
3030
# - name: k8s-templates-downloader
31-
# image: docker.elastic.co/beats/elastic-agent:8.15.1
31+
# image: docker.elastic.co/beats/elastic-agent:8.15.2
3232
# command: ['bash']
3333
# args:
3434
# - -c
@@ -42,7 +42,7 @@ spec:
4242
# # mountPath: /usr/share/elastic-agent/state
4343
containers:
4444
- name: elastic-agent-standalone
45-
image: docker.elastic.co/beats/elastic-agent:8.15.1
45+
image: docker.elastic.co/beats/elastic-agent:8.15.2
4646
args: ["-c", "/etc/elastic-agent/agent.yml", "-e"]
4747
env:
4848
# The API Key with access privilleges to connect to Elasticsearch. https://www.elastic.co/guide/en/fleet/current/grant-access-to-elasticsearch.html#create-api-key-standalone-agent

deploy/kubernetes/elastic-agent-managed-kubernetes.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
dnsPolicy: ClusterFirstWithHostNet
2828
containers:
2929
- name: elastic-agent
30-
image: docker.elastic.co/beats/elastic-agent:8.15.1
30+
image: docker.elastic.co/beats/elastic-agent:8.15.2
3131
env:
3232
# Set to 1 for enrollment into Fleet server. If not set, Elastic Agent is run in standalone mode
3333
- name: FLEET_ENROLL

deploy/kubernetes/elastic-agent-standalone-kubernetes.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ spec:
697697
# Uncomment if using hints feature
698698
#initContainers:
699699
# - name: k8s-templates-downloader
700-
# image: docker.elastic.co/beats/elastic-agent:8.15.1
700+
# image: docker.elastic.co/beats/elastic-agent:8.15.2
701701
# command: ['bash']
702702
# args:
703703
# - -c
@@ -711,7 +711,7 @@ spec:
711711
# mountPath: /usr/share/elastic-agent/state
712712
containers:
713713
- name: elastic-agent-standalone
714-
image: docker.elastic.co/beats/elastic-agent:8.15.1
714+
image: docker.elastic.co/beats/elastic-agent:8.15.2
715715
args: ["-c", "/etc/elastic-agent/agent.yml", "-e"]
716716
env:
717717
# The API Key with access privilleges to connect to Elasticsearch. https://www.elastic.co/guide/en/fleet/current/grant-access-to-elasticsearch.html#create-api-key-standalone-agent

version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
package version
66

7-
const defaultBeatVersion = "8.15.1"
7+
const defaultBeatVersion = "8.15.2"
88
const Agent = defaultBeatVersion

0 commit comments

Comments
 (0)