From 455264183b9164d40845fd1ad20d326094c17b99 Mon Sep 17 00:00:00 2001 From: Craig MacKenzie Date: Fri, 13 Oct 2023 16:46:57 -0400 Subject: [PATCH] Add Go 1.20.10 changelog fragment. --- ...go-1.20.9.yaml => 1697229987-Upgrade-to-Go-1.20.10.yaml} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename changelog/fragments/{1697111928-upgrade-to-go-1.20.9.yaml => 1697229987-Upgrade-to-Go-1.20.10.yaml} (93%) diff --git a/changelog/fragments/1697111928-upgrade-to-go-1.20.9.yaml b/changelog/fragments/1697229987-Upgrade-to-Go-1.20.10.yaml similarity index 93% rename from changelog/fragments/1697111928-upgrade-to-go-1.20.9.yaml rename to changelog/fragments/1697229987-Upgrade-to-Go-1.20.10.yaml index 0e2bba7ec53..84556964dd9 100644 --- a/changelog/fragments/1697111928-upgrade-to-go-1.20.9.yaml +++ b/changelog/fragments/1697229987-Upgrade-to-Go-1.20.10.yaml @@ -11,7 +11,7 @@ kind: security # Change summary; a 80ish characters long description of the change. -summary: Upgrade to Go 1.20.9 +summary: Upgrade to Go 1.20.10. # Long description; in case the summary is not enough to describe the change # this field accommodate a description without length limits. @@ -19,13 +19,13 @@ summary: Upgrade to Go 1.20.9 #description: # Affected component; usually one of "elastic-agent", "fleet-server", "filebeat", "metricbeat", "auditbeat", "all", etc. -component: elastic-agent +component: "elastic-agent" # PR URL; optional; the PR number that added the changeset. # If not present is automatically filled by the tooling finding the PR where this changelog fragment has been added. # NOTE: the tooling supports backports, so it's able to fill the original PR number instead of the backport PR number. # Please provide it if you are adding a fragment for a different PR. -pr: https://github.com/elastic/elastic-agent/pull/3393 +pr: https://github.com/elastic/elastic-agent/pull/3601 # Issue URL; optional; the GitHub issue related to this changeset (either closes or is part of). # If not present is automatically filled by the tooling with the issue linked to the PR number.