diff --git a/_static/versions.json b/_static/versions.json index 7c7b8010..444b7867 100644 --- a/_static/versions.json +++ b/_static/versions.json @@ -1,10 +1,14 @@ [ { - "name": "v5.6.1 (latest)", - "version": "v5.6.1", + "name": "v5.6.2 (latest)", + "version": "v5.6.2", "url": "/", "preferred": true }, + { + "version": "v5.6.1", + "url": "/v5.6.1/" + }, { "version": "v5.6.0", "url": "/v5.6.0/" diff --git a/changelog/5.6.2.md b/changelog/5.6.2.md new file mode 100644 index 00000000..38b1885f --- /dev/null +++ b/changelog/5.6.2.md @@ -0,0 +1,16 @@ +# Changelog for version 5.6.2 + +## Released 31 October 2024 + +## Gravwell + +### Additions + +* Added partial results warning when attempting to download, save, or share results after Renderer Storage Limit has been reached. + +### Bug Fixes + +* Fixed an issue where a tag could be created using a special character that is restricted by the indexer. +* Fixed an issue where extracting a non-RFC3399 timestamp longer than 16 characters from a partially ingested syslog entry could cause a crash. +* Fixed an issue where a duplicate kit appeared after upgrading an old kit. +* Fixed an issue where labels did not differentiate between a Kit label and a Kit Configuration label. \ No newline at end of file diff --git a/changelog/list.md b/changelog/list.md index 66962312..9a913339 100644 --- a/changelog/list.md +++ b/changelog/list.md @@ -7,7 +7,7 @@ maxdepth: 1 caption: Current Release --- -5.6.1 <5.6.1> +5.6.2 <5.6.2> ``` ## Previous Versions @@ -18,6 +18,7 @@ maxdepth: 1 caption: Previous Releases --- +5.6.1 <5.6.1> 5.6.0 <5.6.0> 5.5.7 <5.5.7> 5.5.6 <5.5.6> diff --git a/conf.py b/conf.py index fdd450a1..9d948e5d 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.6.1" +release = "v5.6.2" # Default to localhost:8000, so the version switcher looks OK on livehtml version_list_url = os.environ.get( diff --git a/quickstart/quickstart.md b/quickstart/quickstart.md index 20808920..7a83660c 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.6.1/gravwell_training_v5.6.1.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.6.2/gravwell_training_v5.6.2.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.