From caea34e7122f1759ea85d0f2813310acf10462c0 Mon Sep 17 00:00:00 2001 From: Michal Pristas Date: Wed, 6 May 2020 10:58:26 +0200 Subject: [PATCH 1/2] updated version --- x-pack/elastic-agent/pkg/release/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/elastic-agent/pkg/release/version.go b/x-pack/elastic-agent/pkg/release/version.go index fdb19bdf4f9f..3561ddc5047e 100644 --- a/x-pack/elastic-agent/pkg/release/version.go +++ b/x-pack/elastic-agent/pkg/release/version.go @@ -10,7 +10,7 @@ import ( ) // version is the current version of the elastic-agent. -var version = "8.0.0" +var version = "7.8.0" // buildHash is the hash of the current build. var commit = "" From b3082c80a2f5903f0be640e71fd4e77f3604c886 Mon Sep 17 00:00:00 2001 From: Michal Pristas Date: Wed, 6 May 2020 11:00:42 +0200 Subject: [PATCH 2/2] changelog --- x-pack/elastic-agent/CHANGELOG.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/elastic-agent/CHANGELOG.asciidoc b/x-pack/elastic-agent/CHANGELOG.asciidoc index f39b0b81a952..545344ceb4a1 100644 --- a/x-pack/elastic-agent/CHANGELOG.asciidoc +++ b/x-pack/elastic-agent/CHANGELOG.asciidoc @@ -30,6 +30,7 @@ - Fix panic and flaky tests for the Agent. {pull}18135[18135] - Fix default configuration after enroll {pull}18232[18232] - Fix make sure the collected logs or metrics include streams information. {pull}18261[18261] +- Fix version to 7.8 {pull}18286[18286] ==== New features