Skip to content

Commit

Permalink
Change log update (#5069)
Browse files Browse the repository at this point in the history
* change log & CI version update

Signed-off-by: Rajshekar Chavakula <rchavakula.ctr@sumologic.com>
  • Loading branch information
chavakula authored Nov 15, 2024
1 parent 76d8d9c commit a48268a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ orbs:
parameters:
go_version:
type: string
default: "1.21.3"
default: "1.21.11"

sensu_go_build_env: &sensu_go_build_env
docker:
Expand Down
9 changes: 6 additions & 3 deletions CHANGELOG-6.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic
Versioning](http://semver.org/spec/v2.0.0.html).

## [6.11.0] - 2024-01-31
## [6.12.0] - 2024-11-13

### Fixed
- Manual check execution of scheduled check will also be able to fetch the matched entities

## [6.11.0] - 2024-01-31

### Added
- Added `max-silenced-expiry-time-allowed` (in minutes) backend configuration variable to control maximum time an alert can be silenced.
- Added `default-silenced-expiry-time` (in minutes) backend configuration variable to create silenced with a default expiry time if user doesn't set expiry time while creating an silence.

### Changed
- Upgraded CI Go version to 1.21.11


## [6.11.0] - 2024-01-31

### Changed
- Upgraded CI Go version to 1.21.3
Expand Down

0 comments on commit a48268a

Please sign in to comment.