From 293757e0942ba03b82881de65db0efe70abc712e Mon Sep 17 00:00:00 2001 From: Craig MacKenzie Date: Thu, 15 Sep 2022 13:42:26 -0400 Subject: [PATCH 1/2] Add Go 1.18 upgrade to breaking changes section. --- CHANGELOG.next.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index 6047c71b3d7..5336734a98e 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -18,6 +18,7 @@ - Remove deprecated/undocumented IncludeCreatorMetadata setting from kubernetes metadata config options {pull-beats}[28006] - The `/processes/` endpoint proxies to the subprocess's monitoring endpoint, instead of querying its `/stats` endpoint {pull-beats}[28165] - Remove username/password for fleet-server authentication. {pull-beats}[29458] +- Upgrade to Go 1.18. Certificates signed with SHA-1 are now rejected. See the Go 1.18 https://tip.golang.org/doc/go1.18#sha1[release notes] for details. {pull}32493[32493] ==== Bugfixes - Fix rename *ConfigChange to *PolicyChange to align on changes in the UI. {pull-beats}[20779] From 329cc5ef683f63d5b2466d43482277eed5ecae4d Mon Sep 17 00:00:00 2001 From: Craig MacKenzie Date: Thu, 15 Sep 2022 14:42:19 -0400 Subject: [PATCH 2/2] Fix the PR number in the changelog. --- CHANGELOG.next.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index 5336734a98e..12a488971d8 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -18,7 +18,7 @@ - Remove deprecated/undocumented IncludeCreatorMetadata setting from kubernetes metadata config options {pull-beats}[28006] - The `/processes/` endpoint proxies to the subprocess's monitoring endpoint, instead of querying its `/stats` endpoint {pull-beats}[28165] - Remove username/password for fleet-server authentication. {pull-beats}[29458] -- Upgrade to Go 1.18. Certificates signed with SHA-1 are now rejected. See the Go 1.18 https://tip.golang.org/doc/go1.18#sha1[release notes] for details. {pull}32493[32493] +- Upgrade to Go 1.18. Certificates signed with SHA-1 are now rejected. See the Go 1.18 https://tip.golang.org/doc/go1.18#sha1[release notes] for details. {pull}832[832] ==== Bugfixes - Fix rename *ConfigChange to *PolicyChange to align on changes in the UI. {pull-beats}[20779]