From f9ac84fb02b80a2b101f3fe94e9c0d57f47ef60f Mon Sep 17 00:00:00 2001
From: Bjarke Madsen <bjarke@nordu.net>
Date: Tue, 5 Nov 2024 11:14:59 +0100
Subject: [PATCH] update changelog

---
 changelog.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/changelog.md b/changelog.md
index 83be12d..9e18d0e 100644
--- a/changelog.md
+++ b/changelog.md
@@ -2,6 +2,11 @@
 
 All notable changes to this project will be documented in this file.
 
+## [0.72] - 2024-11-05
+- Refactor codebase to remove use of multiple python processes, and only use threads for requests to Grafana.
+- Simplify provision_maybe functionality to be local to the process, since we only have one gunicorn process now as well.
+- Fetch all existing dashboards per folder in advance, to avoid fetching the dashboards individually (by UID or search by title) when creating the dashboards.
+
 ## [0.71] - 2024-11-04
 - Remove use of feature not available in python 3.6
 - Shutdown executors explicitly when we are done with them
-- 
GitLab