From d0a61b29b8646c402e60410ae783fefa95c87d71 Mon Sep 17 00:00:00 2001 From: Timothy Messier Date: Tue, 13 Sep 2022 07:55:39 -0400 Subject: [PATCH] chore: Add missing items to changelog (#2440) Add items for SIGHUP database reload and performance improvements. --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b46ebf12b..105408fc16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,13 @@ Canonical reference for changes, improvements, and bugfixes for Boundary. This allows a worker to reconnect to controllers if the full set of controllers has been changed over at the same time, without having to restart the worker. ([PR](https://github.com/hashicorp/boundary/pull/2417)) +* Database URL reloading on `SIGHUP`: Controllers will now re-read the database + url value from the configuration file when given a SIGHUP. This is + particularly useful for allowing database credentials to rotate and + signaling the controller to use the new credentials without the need for a + restart. ([PR](https://github.com/hashicorp/boundary/pull/2422)) +* Additional improvements to response time for listing sessions and targets + ([PR](https://github.com/hashicorp/boundary/pull/2342)). ### Bug Fixes