From d4a640a96ed7c7d67adcb295d5df0a5e205ce744 Mon Sep 17 00:00:00 2001 From: Faith Chikwekwe Date: Wed, 7 Jun 2023 12:25:45 -0400 Subject: [PATCH 1/3] Update .chloggen/main.yaml Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com> --- .chloggen/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.chloggen/main.yaml b/.chloggen/main.yaml index 68f393faa716..0a6b6111f086 100755 --- a/.chloggen/main.yaml +++ b/.chloggen/main.yaml @@ -3,7 +3,7 @@ # you should instead start your pull request title with [chore] or use the "Skip Changelog" label. # One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' -change_type: 'new_component' +change_type: 'enhancement' # The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver) component: 'timeconverter' From 8fe9ff73a528547f8f52442fec683ac2a9877b5e Mon Sep 17 00:00:00 2001 From: Faith Chikwekwe Date: Wed, 7 Jun 2023 12:25:55 -0400 Subject: [PATCH 2/3] Update .chloggen/main.yaml Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com> --- .chloggen/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.chloggen/main.yaml b/.chloggen/main.yaml index 0a6b6111f086..66511d744d22 100755 --- a/.chloggen/main.yaml +++ b/.chloggen/main.yaml @@ -6,7 +6,7 @@ change_type: 'enhancement' # The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver) -component: 'timeconverter' +component: 'pkg/ottl' # A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). note: "allow strings with time and time format to be converted to a golang time object" From fbc88438f0ffd4eaf08df88d4d999456fda7cfb8 Mon Sep 17 00:00:00 2001 From: Faith Chikwekwe Date: Wed, 7 Jun 2023 12:26:02 -0400 Subject: [PATCH 3/3] Update .chloggen/main.yaml Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com> --- .chloggen/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.chloggen/main.yaml b/.chloggen/main.yaml index 66511d744d22..4c37f894fd3d 100755 --- a/.chloggen/main.yaml +++ b/.chloggen/main.yaml @@ -9,7 +9,7 @@ change_type: 'enhancement' component: 'pkg/ottl' # A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). -note: "allow strings with time and time format to be converted to a golang time object" +note: "Adds new `Time` converter to convert a string to a Golang time struct based on a supplied format" # Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists. issues: [22007]