diff --git a/_static/versions.json b/_static/versions.json index c6068d19..fbdd479b 100644 --- a/_static/versions.json +++ b/_static/versions.json @@ -1,10 +1,14 @@ [ { - "name": "v5.4.8 (latest)", - "version": "v5.4.8", + "name": "v5.4.9 (latest)", + "version": "v5.4.9", "url": "https://docs.gravwell.io/", "preferred": true }, + { + "version": "v5.4.8", + "url": "https://docs.gravwell.io/v5.4.8/" + }, { "version": "v5.4.7", "url": "https://docs.gravwell.io/v5.4.7/" diff --git a/changelog/5.4.9.md b/changelog/5.4.9.md new file mode 100644 index 00000000..99c0a80e --- /dev/null +++ b/changelog/5.4.9.md @@ -0,0 +1,14 @@ +# Changelog for version 5.4.9 + +## Released 24 May 2024 + +## Gravwell + +### Bug Fixes + +* Fixed an issue where scratch directories would not be cleaned up during initialization. +* Fixed an issue where the webserver would crash if a module with optimized collapsing was invoked manually. +* Fixed an issue where a large number of scheduled searches would cause the browser to hang. +* Fixed an issue with TLS certificate validation that occurred when a port number was appended in the dial string. +* Fixed an issue with cached assets that could cause failure to load resources such as font icons immediately after an upgrade. +* Fixed an issue with a text input that failed to display the full text during kit deployment. \ No newline at end of file diff --git a/changelog/list.md b/changelog/list.md index e43d20b3..d226763c 100644 --- a/changelog/list.md +++ b/changelog/list.md @@ -7,7 +7,7 @@ maxdepth: 1 caption: Current Release --- -5.4.8 <5.4.8> +5.4.9 <5.4.9> ``` ## Previous Versions @@ -18,6 +18,7 @@ maxdepth: 1 caption: Previous Releases --- +5.4.8 <5.4.8> 5.4.7 <5.4.7> 5.4.6 <5.4.6> 5.4.5 <5.4.5> diff --git a/conf.py b/conf.py index 26470dbe..8be712b0 100644 --- a/conf.py +++ b/conf.py @@ -21,7 +21,7 @@ project = "Gravwell" copyright = f"Gravwell, Inc. {date.today().year}" author = "Gravwell, Inc." -release = "v5.4.8" +release = "v5.4.9" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/quickstart/quickstart.md b/quickstart/quickstart.md index e40a257c..d5084862 100644 --- a/quickstart/quickstart.md +++ b/quickstart/quickstart.md @@ -19,7 +19,7 @@ This guide is suitable for Community Edition users as well as users with a paid You may find the [installation checklist](checklist) and the [glossary](/glossary/glossary) useful companions to this document. -If you are interested in a complete training package, please see the [complete training PDF](https://github.com/gravwell/training/releases/download/v5.4.8/gravwell_training_v5.4.8.pdf). The Gravwell training PDF is the complete training manual which is paired with labs and exercises. The exercises are built from the open source [Gravwell Training](https://github.com/gravwell/training) repository. +If you are interested in a complete training package, please see the [complete training PDF](https://github.com/gravwell/training/releases/download/v5.4.9/gravwell_training_v5.4.9.pdf). The Gravwell training PDF is the complete training manual which is paired with labs and exercises. The exercises are built from the open source [Gravwell Training](https://github.com/gravwell/training) repository. ```{note} Community Edition users will need to obtain their own license from [https://www.gravwell.io/download](https://www.gravwell.io/download) before beginning installation. Paid users should already have received a license file via email.