Skip to content

Commit

Permalink
Merge pull request #1229 from ashnwade/changelog
Browse files Browse the repository at this point in the history
Release/v5.6.2: Changelog
  • Loading branch information
ashnwade authored Oct 31, 2024
2 parents 900f45e + 0997624 commit c0bca13
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 5 deletions.
8 changes: 6 additions & 2 deletions _static/versions.json
Original file line number Diff line number Diff line change
@@ -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/"
Expand Down
16 changes: 16 additions & 0 deletions changelog/5.6.2.md
Original file line number Diff line number Diff line change
@@ -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.
3 changes: 2 additions & 1 deletion changelog/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
maxdepth: 1
caption: Current Release
---
5.6.1 <5.6.1>
5.6.2 <5.6.2>
```

## Previous Versions
Expand All @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion quickstart/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c0bca13

Please sign in to comment.