From 8071a641e7f1409bae20b540ac3ed54b14b05804 Mon Sep 17 00:00:00 2001 From: Luiz Aoqui Date: Wed, 8 Jun 2022 10:14:33 -0400 Subject: [PATCH] changelog: add entry for #12925 (#13250) --- .changelog/12925.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/12925.txt diff --git a/.changelog/12925.txt b/.changelog/12925.txt new file mode 100644 index 00000000000..83dfa34b7cc --- /dev/null +++ b/.changelog/12925.txt @@ -0,0 +1,3 @@ +```release-note:bug +ui: Fixed a bug that prevented the UI task exec functionality to work from behind a reverse proxy. +```