Skip to content

Commit

Permalink
Update CHANGELOG for 5.10.0 Release (#3065)
Browse files Browse the repository at this point in the history
Signed-off-by: Wesley Yu <wesleyu89@gmail.com>
  • Loading branch information
wesleycyu authored Jun 18, 2019
1 parent c32185b commit c7551ba
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased

## [5.10.0] - 2019.06.18

### Added
- Added POST `/api/core/v2/tessen/metrics`.
- Added the ability in TessenD to listen for metric points on the message bus,
Expand All @@ -18,11 +20,19 @@ populate, and send them to the Tessen service.
- Added `sensuctl cluster id` which exposes the unique sensu cluster id.

### Changed
- [Web] Updated embedded web assets from `275386a` ... `b0c1138`
- [Web] Updated embedded web assets from `275386a` ... `46cd0ee`
- Refactoring of the REST API.
- Changed the identifying cluster id in TessenD from the etcd cluster id to
the sensu cluster id.
- [GraphQL] Updates `PutResource` mutation to accept an `upsert` boolean flag parameter. The `upsert` param defaults to `true`, but if set to `false` the mutation will return an error when attempting to create a duplicate resource.
- Eventd has been refactored. Users should not perceive any changes, but a
substantial amount of business logic has been moved into other packages.
- The `sensuctl create` command now accepts resources without a declared
namespace. If the namespace is omitted, the resource will be created in the
current namespace, or overridden by the `--namespace` flag.
- Eventd now uses a constant number of requests to etcd when working with
silenced entries, instead of a number that is proportional to the number of
subscriptions in a check.

### Fixed
- The check state and check total_state_change properties are now more correct.
Expand All @@ -34,16 +44,6 @@ the sensu cluster id.
`@every 1h` or `@weekly`)
- The resources metadata are now validated with the request URI.

### Changed
- Eventd has been refactored. Users should not perceive any changes, but a
substantial amount of business logic has been moved into other packages.
- The `sensuctl create` command now accepts resources without a declared
namespace. If the namespace is omitted, the resource will be created in the
current namespace, or overridden by the `--namespace` flag.
- Eventd now uses a constant number of requests to etcd when working with
silenced entries, instead of a number that is proportional to the number of
subscriptions in a check.

## [5.9.0] - 2019-05-29

### Added
Expand Down

0 comments on commit c7551ba

Please sign in to comment.