From 8c63f6d92f501db0270088b6bdb5b07aa719a9a5 Mon Sep 17 00:00:00 2001 From: Evan Culver Date: Tue, 21 Jun 2022 15:07:13 -0700 Subject: [PATCH] Add changelog for 1.13.0-alpha2 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7bbc3bf0c..f9f3c9f38f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 1.13.0-alpha2 (June 21, 2022) + +IMPROVEMENTS: + +* api: `merge-central-config` query parameter support added to `/catalog/node-services/:node-name` API, to view a fully resolved service definition (especially when not written into the catalog that way). [[GH-13450](https://github.com/hashicorp/consul/issues/13450)] +* connect: Update Envoy support matrix to latest patch releases (1.22.2, 1.21.3, 1.20.4, 1.19.5) [[GH-13431](https://github.com/hashicorp/consul/issues/13431)] + +BUG FIXES: + +* ui: Fix incorrect text on certain page empty states [[GH-13409](https://github.com/hashicorp/consul/issues/13409)] + ## 1.13.0-alpha1 (June 15, 2022) BREAKING CHANGES: