Skip to content

Commit

Permalink
Merge pull request #1447 from ashnwade/patch-to-main
Browse files Browse the repository at this point in the history
Release/v5.7.4: Merge next-patch to main
  • Loading branch information
ashnwade authored Feb 25, 2025
2 parents 1460db8 + 4244b91 commit 1e042a9
Show file tree
Hide file tree
Showing 5 changed files with 24 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.7.3 (latest)",
"version": "v5.7.3",
"name": "v5.7.4 (latest)",
"version": "v5.7.4",
"url": "/",
"preferred": true
},
{
"version": "v5.7.3",
"url": "/v5.7.3/"
},
{
"version": "v5.7.2",
"url": "/v5.7.2/"
Expand Down
14 changes: 14 additions & 0 deletions changelog/5.7.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog for version 5.7.4

## Released 25 February 2025

## Gravwell

### Bug Fixes

* Fixed an issue where the user was not properly returned to the login screen when a token refresh failed.
* Fixed an issue where EVs were not hinted after the use of search module flags.
* Fixed a styling issue with the search placeholder at the top of the timeframe picker.
* Fixed a styling issue with the time zone picker when starting a query from a Template using a Date Range.
* Fixed a styling issue with AI Logbot spinner alignment and excess whitespace.

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.7.3 <5.7.3>
5.7.4 <5.7.4>
```

## Previous Versions
Expand All @@ -18,6 +18,7 @@ maxdepth: 1
caption: Previous Releases
---
5.7.3 <5.7.3>
5.7.2 <5.7.2>
5.7.1 <5.7.1>
5.7.0 <5.7.0>
Expand Down
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
project = "Gravwell"
copyright = f"Gravwell, Inc. {date.today().year}"
author = "Gravwell, Inc."
release = "v5.7.3"
release = "v5.7.4"

# 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 @@ -42,7 +42,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.7.3/gravwell_training_v5.7.3.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.7.4/gravwell_training_v5.7.4.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 1e042a9

Please sign in to comment.