Skip to content

Commit d183968

Browse files
[Release] Update version to 8.14.2 (#4895)
* [Release] update version * make check-ci --------- Co-authored-by: Pierre HILBERT <pierre.hilbert@elastic.co>
1 parent a37d6c4 commit d183968

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
dnsPolicy: ClusterFirstWithHostNet
3131
containers:
3232
- name: elastic-agent
33-
image: docker.elastic.co/beats/elastic-agent:8.14.1
33+
image: docker.elastic.co/beats/elastic-agent:8.14.2
3434
env:
3535
# Set to 1 for enrollment into Fleet server. If not set, Elastic Agent is run in standalone mode
3636
- name: FLEET_ENROLL

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ spec:
704704
# mountPath: /etc/elastic-agent/inputs.d
705705
containers:
706706
- name: elastic-agent-standalone
707-
image: docker.elastic.co/beats/elastic-agent:8.14.1
707+
image: docker.elastic.co/beats/elastic-agent:8.14.2
708708
args: ["-c", "/etc/elastic-agent/agent.yml", "-e"]
709709
env:
710710
# The basic authentication username used to connect to Elasticsearch

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.14.1"
7+
const defaultBeatVersion = "8.14.2"
88
const Agent = defaultBeatVersion

0 commit comments

Comments
 (0)