From e3bfff2cdc5d627ab0280535614bdb0385c59a80 Mon Sep 17 00:00:00 2001 From: Joshua Williams Date: Thu, 20 Aug 2020 09:34:01 -0400 Subject: [PATCH] Updated the changelog for 0.9.10 (#97) * Updated the changelog for 0.9.10 * Update CHANGELOG.md --- CHANGELOG.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58a0293b2..4c23c1576 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,13 @@ 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 @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - 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