Skip to content

Commit d16d49e

Browse files
authored
update changelog for 6.9.0 release (#4907)
* update changelog for 6.9.0 release Signed-off-by: Christian Kruse <ctkruse99@gmail.com> * update release date Signed-off-by: Christian Kruse <ctkruse99@gmail.com> * Move changelog entry mistakenly in 6.8 Due to a poorly merged CHANGELOG-6.mdentry, a change entry was added to a 6.8 release when it should have been unreleased for 6.9. Signed-off-by: Christian Kruse <ctkruse99@gmail.com> * fix changelog 6.8 and 6.9 releases Signed-off-by: Christian Kruse <ctkruse99@gmail.com> Signed-off-by: Christian Kruse <ctkruse99@gmail.com>
1 parent 97ecc7e commit d16d49e

1 file changed

Lines changed: 13 additions & 25 deletions

File tree

CHANGELOG-6.md

Lines changed: 13 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -5,41 +5,34 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic
66
Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [6.9.0] - 2022-11-01
99

1010
### Added
1111
- Include support for handling metric tags in the graphite plaintext
1212
protocol. Agents now respect the new graphite tag specification.
13-
14-
## [6.8.2] - 2022-10-06
15-
16-
### Changed
17-
- Agent logs now include check name when a check request is not executed.
18-
- The Sensu Agent service now auto-restarts after failures on Windows.
19-
20-
### Added
13+
- Agent websocket connection logging includes backend entity name.
2114
- The authentication module now logs successful (INFO) and unsuccessful (ERROR)
2215
login attempts.
23-
- Agent websocket connection logging includes backend entity name.
24-
- A sensu.io/output\_truncated\_bytes label is now applied to events when
25-
the check output has been truncated due to a check's max\_output\_size
26-
configuration.
16+
17+
### Changed
18+
- Keepalive reconstruction no longer blocks backend startup. Instead runs
19+
gradually in the background.
20+
- Upgraded etcd version from 3.5.4 to 3.5.5.
2721

2822
### Fixed
2923
- Fixed an issue where multi-expression exclusive "Deny" filters were not
3024
evaluated as described in the documentation.
3125

32-
### Added
33-
- The authentication module now logs successful (INFO) and unsuccessful (ERROR)
34-
login attempts.
35-
- Agent websocket connection logging includes backend entity name.
26+
## [6.8.2] - 2022-10-06
3627

3728
### Changed
29+
- Agent logs now include check name when a check request is not executed.
3830
- The Sensu Agent service now auto-restarts after failures on Windows.
3931

40-
### Fixed
41-
- Fixed an issue where multi-expression exclusive "Deny" filters were not
42-
evaluated as described in the documentation.
32+
### Added
33+
- A sensu.io/output\_truncated\_bytes label is now applied to events when
34+
the check output has been truncated due to a check's max\_output\_size
35+
configuration.
4336

4437
## [6.8.1] - 2022-09-13
4538

@@ -51,11 +44,6 @@ should be no unintended gaps between overlapping subdues.
5144
- Addresses issue where the entity list view would display values of redacted
5245
labels.
5346

54-
### Changed
55-
- Keepalive reconstruction no longer blocks backend startup. Instead runs
56-
gradually in the background.
57-
- Upgraded etcd version from 3.5.4 to 3.5.5.
58-
5947
## [6.8.0] - 2022-08-24
6048

6149
### Changed

0 commit comments

Comments
 (0)