From b52c13cb570bb1a4e4f3b34710392834ac814666 Mon Sep 17 00:00:00 2001 From: Adrian Suarez Date: Fri, 9 Aug 2024 13:54:00 -0400 Subject: [PATCH] Create changelog for 3.9.0 --- changelogs/v3.9.0.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 changelogs/v3.9.0.md diff --git a/changelogs/v3.9.0.md b/changelogs/v3.9.0.md new file mode 100644 index 000000000..f01886b69 --- /dev/null +++ b/changelogs/v3.9.0.md @@ -0,0 +1,14 @@ + +# Changelog [v3.9.0](https://github.com/nuodb/nuodb-helm-charts/tree/v3.9.0) (2024-08-20) + +## [Full Changelog](https://github.com/nuodb/nuodb-helm-charts/compare/v3.8.0...v3.9.0) + +- [`34e9621`](https://github.com/nuodb/nuodb-helm-charts/commit/34e9621) Added support for HotSnap in backup hooks [\#365](https://github.com/nuodb/nuodb-helm-charts/pull/365) +- [`d9eaa10`](https://github.com/nuodb/nuodb-helm-charts/commit/d9eaa10) Added the ability for engines to prefer an AP in the same node, AZ, or region [\#367](https://github.com/nuodb/nuodb-helm-charts/pull/367) +- [`b6399e0`](https://github.com/nuodb/nuodb-helm-charts/commit/b6399e0) Added support for affinity rules controlling AP-engine connectivity [\#369](https://github.com/nuodb/nuodb-helm-charts/pull/369) +- [`1660991`](https://github.com/nuodb/nuodb-helm-charts/commit/1660991) Changed repository for NuoDB image from nuodb/nuodb-ce to nuodb/nuodb [\#372](https://github.com/nuodb/nuodb-helm-charts/pull/372) +- [`eb9a8f3`](https://github.com/nuodb/nuodb-helm-charts/commit/eb9a8f3) Updated default version of NuoDB image to 6.0 [\#368](https://github.com/nuodb/nuodb-helm-charts/pull/368) +- [`19d85e9`](https://github.com/nuodb/nuodb-helm-charts/commit/19d85e9) Fixed timing hazard between snapshot preparation and archive creation [\#361](https://github.com/nuodb/nuodb-helm-charts/pull/361) +- [`a108017`](https://github.com/nuodb/nuodb-helm-charts/commit/a108017) Added validation for Helm value `archiveType` [\#360](https://github.com/nuodb/nuodb-helm-charts/pull/360) +- [`8ddb849`](https://github.com/nuodb/nuodb-helm-charts/commit/8ddb849) Fixed issue where non-root user was being used to invoke `fsfreeze` [\#358](https://github.com/nuodb/nuodb-helm-charts/pull/358) +- [`2d84c76`](https://github.com/nuodb/nuodb-helm-charts/commit/2d84c76) Fixed issue where files were not made durable before snapshot was taken [\#354](https://github.com/nuodb/nuodb-helm-charts/pull/354)