From 25afaa096bf2c48eb921bda3fd29f1636ac3536c Mon Sep 17 00:00:00 2001 From: ashnwade Date: Thu, 21 Nov 2024 16:00:37 -0400 Subject: [PATCH 1/2] changelog --- _static/versions.json | 8 ++++++-- changelog/5.6.7.md | 15 +++++++++++++++ changelog/list.md | 3 ++- conf.py | 2 +- quickstart/quickstart.md | 2 +- 5 files changed, 25 insertions(+), 5 deletions(-) create mode 100644 changelog/5.6.7.md diff --git a/_static/versions.json b/_static/versions.json index c877237c..1870b3ab 100644 --- a/_static/versions.json +++ b/_static/versions.json @@ -1,10 +1,14 @@ [ { - "name": "v5.6.6 (latest)", - "version": "v5.6.6", + "name": "v5.6.7 (latest)", + "version": "v5.6.7", "url": "/", "preferred": true }, + { + "version": "v5.6.6", + "url": "/v5.6.6/" + }, { "version": "v5.6.5", "url": "/v5.6.5/" diff --git a/changelog/5.6.7.md b/changelog/5.6.7.md new file mode 100644 index 00000000..103a55ac --- /dev/null +++ b/changelog/5.6.7.md @@ -0,0 +1,15 @@ +# Changelog for version 5.6.7 + +## Released 21 November 2024 + +## Gravwell + +### Bug Fixes + +* Fixed an issue where data could be ingested into a negative timestamp. +* Fixed an issue where a "ShardID not found" error message was improperly logged. +* Fixed an issue with a bounds check that could occur when decoding entries. +* Fixed an issue with empty blocks being written to file shards. +* Fixed an issue with json concurrent map read/write race. +* Fixed an issue with an error message in the replication client. +* Fixed an issue with failing to detect and handle empty enumerated value slices. \ No newline at end of file diff --git a/changelog/list.md b/changelog/list.md index ede80f6e..863865b0 100644 --- a/changelog/list.md +++ b/changelog/list.md @@ -7,7 +7,7 @@ maxdepth: 1 caption: Current Release --- -5.6.6 <5.6.6> +5.6.7 <5.6.7> ``` ## Previous Versions @@ -18,6 +18,7 @@ maxdepth: 1 caption: Previous Releases --- +5.6.6 <5.6.6> 5.6.5 <5.6.5> 5.6.4 <5.6.4> 5.6.3 <5.6.3> diff --git a/conf.py b/conf.py index fc3f009a..0898f5ac 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.6" +release = "v5.6.7" # 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 0b5bf0a7..b9452440 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.6/gravwell_training_v5.6.6.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.7/gravwell_training_v5.6.7.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. From 727f0ae43ee7fbad25740bf480279ccfb6b219b2 Mon Sep 17 00:00:00 2001 From: Ashley Wade <107071905+ashnwade@users.noreply.github.com> Date: Thu, 21 Nov 2024 16:10:12 -0400 Subject: [PATCH 2/2] review feedback Co-authored-by: david-fritz-gravwell <108741881+david-fritz-gravwell@users.noreply.github.com> --- changelog/5.6.7.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/5.6.7.md b/changelog/5.6.7.md index 103a55ac..da678603 100644 --- a/changelog/5.6.7.md +++ b/changelog/5.6.7.md @@ -10,6 +10,6 @@ * Fixed an issue where a "ShardID not found" error message was improperly logged. * Fixed an issue with a bounds check that could occur when decoding entries. * Fixed an issue with empty blocks being written to file shards. -* Fixed an issue with json concurrent map read/write race. +* Fixed an issue with ingester status updates between the webserver and indexers. * Fixed an issue with an error message in the replication client. * Fixed an issue with failing to detect and handle empty enumerated value slices. \ No newline at end of file