Skip to content

Commit

Permalink
Updated the changelog for 0.9.10 (#97)
Browse files Browse the repository at this point in the history
* Updated the changelog for 0.9.10

* Update CHANGELOG.md
  • Loading branch information
jmwilliams89 authored Aug 20, 2020
1 parent b6241b8 commit e3bfff2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,21 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.9.10] - 2020-08-20
### Added
- The `Resource` field was added to Entry
- The `Identifier` helper was created to assist with writing to `Resource`
- The `Resource` field was added to Entry ([PR95](https://github.com/observIQ/carbon/pull/95))
- The `Identifier` helper was created to assist with writing to `Resource` ([PR95](https://github.com/observIQ/carbon/pull/95))

### Removed
- The `Tags` field was removed from Entry
- The `Tags` field was removed from Entry ([PR95](https://github.com/observIQ/carbon/pull/95))

### Changed
- The `host_metadata` operator now writes to an entry's `Resource` field, instead of Labels
- The `host_labeler` helper has been renamed `host_identifier`
- The `metadata` operator embeds the `Identifier` helper and supports writing to `Resource`
- Input operators embed the `Identifier` helper and support writing to `Resource`
- The `k8s_event` operator now supports the `write_to`, `labels`, and `resource` configuration options
- Multiline for `file_input` now supports matching on new lines characters ([PR96](https://github.com/observIQ/carbon/pull/96))

## [0.9.9] - 2020-08-14
### Added
Expand Down

0 comments on commit e3bfff2

Please sign in to comment.