From b14dc7a777bb9545b226c1516cc644dd1ec3a0ce Mon Sep 17 00:00:00 2001 From: at055612 <22818309+at055612@users.noreply.github.com> Date: Tue, 24 Sep 2024 10:03:53 +0100 Subject: [PATCH] Update change log for release v7.5-beta.15 --- CHANGELOG.md | 14 ++++++++++- .../20240304_172409_526__4146.md | 24 ------------------- unreleased_changes/20240408_161915_442__0.md | 19 --------------- .../20240923_101350_833__4468.md | 24 ------------------- .../20240924_080534_262__4471.md | 24 ------------------- 5 files changed, 13 insertions(+), 92 deletions(-) delete mode 100644 unreleased_changes/20240304_172409_526__4146.md delete mode 100644 unreleased_changes/20240408_161915_442__0.md delete mode 100644 unreleased_changes/20240923_101350_833__4468.md delete mode 100644 unreleased_changes/20240924_080534_262__4471.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 8004334e993..1e1e08ac455 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,17 @@ DO NOT ADD CHANGES HERE - ADD THEM USING log_change.sh ~~~ +## [v7.5-beta.15] - 2024-09-24 + +* Issue **#4146** : Fix audit events for deleting/restoring streams. + +* Change the alert dialog message styling to have a max-height of 600px so long messages get a scrollbar. + +* Issue **#4468** : Fix selection box keyboard selection behavior when no quick filter is visible. + +* Issue **#4471** : Fix NPE with stepping filter. + + ## [v7.5-beta.14] - 2024-09-20 * Issue **#4451** : Add S3 pipeline appender. @@ -826,7 +837,8 @@ DO NOT ADD CHANGES HERE - ADD THEM USING log_change.sh * Issue **#3830** : Add S3 data storage option. -[Unreleased]: https://github.com/gchq/stroom/compare/v7.5-beta.14...HEAD +[Unreleased]: https://github.com/gchq/stroom/compare/v7.5-beta.15...HEAD +[v7.5-beta.15]: https://github.com/gchq/stroom/compare/v7.5-beta.14...v7.5-beta.15 [v7.5-beta.14]: https://github.com/gchq/stroom/compare/v7.5-beta.13...v7.5-beta.14 [v7.5-beta.13]: https://github.com/gchq/stroom/compare/v7.5-beta.12...v7.5-beta.13 [v7.5-beta.12]: https://github.com/gchq/stroom/compare/v7.5-beta.11...v7.5-beta.12 diff --git a/unreleased_changes/20240304_172409_526__4146.md b/unreleased_changes/20240304_172409_526__4146.md deleted file mode 100644 index 56fd2bdc953..00000000000 --- a/unreleased_changes/20240304_172409_526__4146.md +++ /dev/null @@ -1,24 +0,0 @@ -* Issue **#4146** : Fix audit events for deleting/restoring streams. - - -```sh -# ******************************************************************************** -# Issue title: Model stream deletion events as a `Delete` activity -# Issue link: https://github.com/gchq/stroom/issues/4146 -# ******************************************************************************** - -# ONLY the top line will be included as a change entry in the CHANGELOG. -# The entry should be in GitHub flavour markdown and should be written on a SINGLE -# line with no hard breaks. You can have multiple change files for a single GitHub issue. -# The entry should be written in the imperative mood, i.e. 'Fix nasty bug' rather than -# 'Fixed nasty bug'. -# -# Examples of acceptable entries are: -# -# -# * Issue **123** : Fix bug with an associated GitHub issue in this repository -# -# * Issue **namespace/other-repo#456** : Fix bug with an associated GitHub issue in another repository -# -# * Fix bug with no associated GitHub issue. -``` diff --git a/unreleased_changes/20240408_161915_442__0.md b/unreleased_changes/20240408_161915_442__0.md deleted file mode 100644 index 2715ab28f15..00000000000 --- a/unreleased_changes/20240408_161915_442__0.md +++ /dev/null @@ -1,19 +0,0 @@ -* Change the alert dialog message styling to have a max-height of 600px so long messages get a scrollbar. - - -```sh -# ONLY the top line will be included as a change entry in the CHANGELOG. -# The entry should be in GitHub flavour markdown and should be written on a SINGLE -# line with no hard breaks. You can have multiple change files for a single GitHub issue. -# The entry should be written in the imperative mood, i.e. 'Fix nasty bug' rather than -# 'Fixed nasty bug'. -# -# Examples of acceptable entries are: -# -# -# * Issue **123** : Fix bug with an associated GitHub issue in this repository -# -# * Issue **namespace/other-repo#456** : Fix bug with an associated GitHub issue in another repository -# -# * Fix bug with no associated GitHub issue. -``` diff --git a/unreleased_changes/20240923_101350_833__4468.md b/unreleased_changes/20240923_101350_833__4468.md deleted file mode 100644 index c1ed5893d12..00000000000 --- a/unreleased_changes/20240923_101350_833__4468.md +++ /dev/null @@ -1,24 +0,0 @@ -* Issue **#4468** : Fix selection box keyboard selection behavior when no quick filter is visible. - - -```sh -# ******************************************************************************** -# Issue title: Some keybindings aren't working correctly -# Issue link: https://github.com/gchq/stroom/issues/4468 -# ******************************************************************************** - -# ONLY the top line will be included as a change entry in the CHANGELOG. -# The entry should be in GitHub flavour markdown and should be written on a SINGLE -# line with no hard breaks. You can have multiple change files for a single GitHub issue. -# The entry should be written in the imperative mood, i.e. 'Fix nasty bug' rather than -# 'Fixed nasty bug'. -# -# Examples of acceptable entries are: -# -# -# * Issue **123** : Fix bug with an associated GitHub issue in this repository -# -# * Issue **namespace/other-repo#456** : Fix bug with an associated GitHub issue in another repository -# -# * Fix bug with no associated GitHub issue. -``` diff --git a/unreleased_changes/20240924_080534_262__4471.md b/unreleased_changes/20240924_080534_262__4471.md deleted file mode 100644 index 73d45cf5f84..00000000000 --- a/unreleased_changes/20240924_080534_262__4471.md +++ /dev/null @@ -1,24 +0,0 @@ -* Issue **#4471** : Fix NPE with stepping filter. - - -```sh -# ******************************************************************************** -# Issue title: Can't set a filter when stepping in v.75 -# Issue link: https://github.com/gchq/stroom/issues/4471 -# ******************************************************************************** - -# ONLY the top line will be included as a change entry in the CHANGELOG. -# The entry should be in GitHub flavour markdown and should be written on a SINGLE -# line with no hard breaks. You can have multiple change files for a single GitHub issue. -# The entry should be written in the imperative mood, i.e. 'Fix nasty bug' rather than -# 'Fixed nasty bug'. -# -# Examples of acceptable entries are: -# -# -# * Issue **123** : Fix bug with an associated GitHub issue in this repository -# -# * Issue **namespace/other-repo#456** : Fix bug with an associated GitHub issue in another repository -# -# * Fix bug with no associated GitHub issue. -```