Skip to content

Commit 8986f9f

Browse files
committed
chore: Prepare v0.9.0 release
Signed-off-by: binarylogic <bjohnson@binarylogic.com>
1 parent 514f8b1 commit 8986f9f

File tree

4 files changed

+115
-9
lines changed

4 files changed

+115
-9
lines changed

.meta/releases/0.9.0.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,5 +248,7 @@ commits = [
248248
{sha = "806f24664147d71ab866ef156d9f3762bac7992c", message = "enhancement(journald source): Wire in `ShutdownSignal` for improved shutdown (#2364)", author = "Kruno Tomola Fabro", date = 2020-04-20T19:17:28Z, pr_number = 2364, files_count = 3, insertions_count = 57, deletions_count = 52},
249249
{sha = "512cb2ebb3f85997ef5b9966e1b501d531125c35", message = "enhancement(sources): Wire in new `ShutdownSignal` for improved shutdown (#2365)", author = "Kruno Tomola Fabro", date = 2020-04-20T19:20:14Z, pr_number = 2365, files_count = 7, insertions_count = 50, deletions_count = 18},
250250
{sha = "b7af16744363667c75948cbbf1b197a21f237324", message = "chore(platforms): Reenable component feature check (#2371)", author = "Ana Hobden", date = 2020-04-20T10:55:19Z, pr_number = 2371, files_count = 3, insertions_count = 36, deletions_count = 12},
251-
{sha = "ec30c6166b69e2a91514440347abf090a52fd6e9", message = "fix(lua transform): support sub-second timestamp resolution (#2333)", author = "Joe Schafer", date = 2020-04-20T13:21:43Z, pr_number = 2333, files_count = 4, insertions_count = 77, deletions_count = 9}
251+
{sha = "ec30c6166b69e2a91514440347abf090a52fd6e9", message = "fix(lua transform): support sub-second timestamp resolution (#2333)", author = "Joe Schafer", date = 2020-04-20T13:21:43Z, pr_number = 2333, files_count = 4, insertions_count = 77, deletions_count = 9},
252+
{sha = "74126709debf66fc576a1a064244be98e223a0a6", message = "chore(operations): Optimize binaries in `test-stable` CI to reduce binary sizes. This should make it more stable. (#2380)", author = "Ana Hobden", date = 2020-04-20T13:29:30Z, pr_number = 2380, files_count = 1, insertions_count = 14},
253+
{sha = "514f8b1ed5596691e4f083657a61ffe935b06b7f", message = "chore: Prepare 0.9.0 (#2353)", author = "Binary Logic", date = 2020-04-20T16:29:54Z, pr_number = 2353, files_count = 119, insertions_count = 27658, deletions_count = 16436}
252254
]

website/highlights/2020-03-31-guides-section.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
last_modified_on: "2020-04-17"
2+
last_modified_on: "2020-04-20"
33
$schema: "/.meta/.schemas/highlights.json"
44
title: "A New Guides Section"
55
description: "High quality guides and education for Vector"

website/metadata.js

Lines changed: 110 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6198,7 +6198,7 @@ module.exports = {
61986198
"deletions_count": 6156,
61996199
"description": "Add new guides section",
62006200
"files_count": 1118,
6201-
"highlight_permalink": null,
6201+
"highlight_permalink": "/highlights/2020-03-31-guides-section/",
62026202
"insertions_count": 74832,
62036203
"message": "chore(website): Add new guides section (#2132)",
62046204
"pr_number": 2132,
@@ -8096,11 +8096,49 @@ module.exports = {
80968096
],
80978097
"sha": "ec30c6166b69e2a91514440347abf090a52fd6e9",
80988098
"type": "fix"
8099+
},
8100+
{
8101+
"author": "Ana Hobden",
8102+
"breaking_change": false,
8103+
"date": "2020-04-20 13:29:30 +0000",
8104+
"deletions_count": 0,
8105+
"description": "Optimize binaries in `test-stable` CI to reduce binary sizes. This should make it more stable.",
8106+
"files_count": 1,
8107+
"highlight_permalink": null,
8108+
"insertions_count": 14,
8109+
"message": "chore(operations): Optimize binaries in `test-stable` CI to reduce binary sizes. This should make it more stable. (#2380)",
8110+
"pr_number": 2380,
8111+
"scopes": [
8112+
{
8113+
"component": {
8114+
},
8115+
"name": "operations"
8116+
}
8117+
],
8118+
"sha": "74126709debf66fc576a1a064244be98e223a0a6",
8119+
"type": "chore"
8120+
},
8121+
{
8122+
"author": "Binary Logic",
8123+
"breaking_change": false,
8124+
"date": "2020-04-20 16:29:54 +0000",
8125+
"deletions_count": 16436,
8126+
"description": "Prepare 0.9.0",
8127+
"files_count": 119,
8128+
"highlight_permalink": null,
8129+
"insertions_count": 27658,
8130+
"message": "chore: Prepare 0.9.0 (#2353)",
8131+
"pr_number": 2353,
8132+
"scopes": [
8133+
8134+
],
8135+
"sha": "514f8b1ed5596691e4f083657a61ffe935b06b7f",
8136+
"type": "chore"
80998137
}
81008138
],
81018139
"compare_url": "https://github.com/timberio/vector/compare/v0.8.2...v0.9.0",
81028140
"date": "2020-04-17",
8103-
"deletions_count": 30233,
8141+
"deletions_count": 46669,
81048142
"description": "",
81058143
"highlights": [
81068144
{
@@ -8326,6 +8364,20 @@ module.exports = {
83268364
],
83278365
"title": "New Filter Transform"
83288366
},
8367+
{
8368+
"author_github": "https://github.com/binarylogic",
8369+
"date": "2020-03-31",
8370+
"description": "High quality guides and education for Vector",
8371+
"hide_on_release_notes": false,
8372+
"id": "2020-03-31-guides-section",
8373+
"path": "website/highlights/2020-03-31-guides-section.md",
8374+
"permalink": "/highlights/2020-03-31-guides-section/",
8375+
"tags": [
8376+
"type: new feature",
8377+
"domain: website"
8378+
],
8379+
"title": "A New Guides Section"
8380+
},
83298381
{
83308382
"author_github": "https://github.com/binarylogic",
83318383
"date": "2020-04-01",
@@ -8460,7 +8512,7 @@ module.exports = {
84608512
"title": "Improved Shutdown"
84618513
}
84628514
],
8463-
"insertions_count": 133526,
8515+
"insertions_count": 161198,
84648516
"last_version": "0.8.2",
84658517
"permalink": "/releases/0.9.0/",
84668518
"title": "Vector v0.9.0",
@@ -31668,7 +31720,7 @@ module.exports = {
3166831720
"deletions_count": 6156,
3166931721
"description": "Add new guides section",
3167031722
"files_count": 1118,
31671-
"highlight_permalink": null,
31723+
"highlight_permalink": "/highlights/2020-03-31-guides-section/",
3167231724
"insertions_count": 74832,
3167331725
"message": "chore(website): Add new guides section (#2132)",
3167431726
"pr_number": 2132,
@@ -33566,11 +33618,49 @@ module.exports = {
3356633618
],
3356733619
"sha": "ec30c6166b69e2a91514440347abf090a52fd6e9",
3356833620
"type": "fix"
33621+
},
33622+
{
33623+
"author": "Ana Hobden",
33624+
"breaking_change": false,
33625+
"date": "2020-04-20 13:29:30 +0000",
33626+
"deletions_count": 0,
33627+
"description": "Optimize binaries in `test-stable` CI to reduce binary sizes. This should make it more stable.",
33628+
"files_count": 1,
33629+
"highlight_permalink": null,
33630+
"insertions_count": 14,
33631+
"message": "chore(operations): Optimize binaries in `test-stable` CI to reduce binary sizes. This should make it more stable. (#2380)",
33632+
"pr_number": 2380,
33633+
"scopes": [
33634+
{
33635+
"component": {
33636+
},
33637+
"name": "operations"
33638+
}
33639+
],
33640+
"sha": "74126709debf66fc576a1a064244be98e223a0a6",
33641+
"type": "chore"
33642+
},
33643+
{
33644+
"author": "Binary Logic",
33645+
"breaking_change": false,
33646+
"date": "2020-04-20 16:29:54 +0000",
33647+
"deletions_count": 16436,
33648+
"description": "Prepare 0.9.0",
33649+
"files_count": 119,
33650+
"highlight_permalink": null,
33651+
"insertions_count": 27658,
33652+
"message": "chore: Prepare 0.9.0 (#2353)",
33653+
"pr_number": 2353,
33654+
"scopes": [
33655+
33656+
],
33657+
"sha": "514f8b1ed5596691e4f083657a61ffe935b06b7f",
33658+
"type": "chore"
3356933659
}
3357033660
],
3357133661
"compare_url": "https://github.com/timberio/vector/compare/v0.8.2...v0.9.0",
3357233662
"date": "2020-04-17",
33573-
"deletions_count": 30233,
33663+
"deletions_count": 46669,
3357433664
"description": "",
3357533665
"highlights": [
3357633666
{
@@ -33796,6 +33886,20 @@ module.exports = {
3379633886
],
3379733887
"title": "New Filter Transform"
3379833888
},
33889+
{
33890+
"author_github": "https://github.com/binarylogic",
33891+
"date": "2020-03-31",
33892+
"description": "High quality guides and education for Vector",
33893+
"hide_on_release_notes": false,
33894+
"id": "2020-03-31-guides-section",
33895+
"path": "website/highlights/2020-03-31-guides-section.md",
33896+
"permalink": "/highlights/2020-03-31-guides-section/",
33897+
"tags": [
33898+
"type: new feature",
33899+
"domain: website"
33900+
],
33901+
"title": "A New Guides Section"
33902+
},
3379933903
{
3380033904
"author_github": "https://github.com/binarylogic",
3380133905
"date": "2020-04-01",
@@ -33930,7 +34034,7 @@ module.exports = {
3393034034
"title": "Improved Shutdown"
3393134035
}
3393234036
],
33933-
"insertions_count": 133526,
34037+
"insertions_count": 161198,
3393434038
"last_version": "0.8.2",
3393534039
"permalink": "/releases/0.9.0/",
3393634040
"title": "Vector v0.9.0",

website/releases/0.9.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ release. Checkout the [Highlights](#highlights), [Changelog](#changelog), and
3232
colorize={true}
3333
groupBy={"type"}
3434
headingDepth={3}
35-
items={[{"authorGithub":"https://github.com/binarylogic","dateString":"2020-03-23T00:00:00","description":"This brings the sink naming inline with consistent naming pattern","permalink":"/highlights/2020-03-23-rename-gcp_stackdriver_logging-sink-to-gcp_stackdriver_logs/","prNumbers":[2121],"release":"0.9.0","tags":["type: breaking change","domain: sinks","sink: splunk_hec"],"title":"The `gcp_stackdriver_logging` sink has been renamed to `gcp_stackdriver_logs`","type":"breaking change"},{"authorGithub":"https://github.com/binarylogic","dateString":"2020-04-05T00:00:00","description":"Compression is not supported by all Elasticsearch service providers","permalink":"/highlights/2020-04-05-default-compression-to-none/","prNumbers":[2219],"release":"0.9.0","tags":["type: breaking change","domain: sinks","sink: elasticsearch"],"title":"The `elasticsearch` sink `compression` option now defaults to `none`","type":"breaking change"},{"authorGithub":"https://github.com/binarylogic","dateString":"2020-04-09T00:00:00","description":"ACL is not always required when creating objects in GCP Cloud Storage","permalink":"/highlights/2020-04-09-make-acl-optional/","prNumbers":[2283],"release":"0.9.0","tags":["type: breaking change","domain: sinks","sink: gcp_cloud_storage"],"title":"ACL is now optional for the Google Cloud Storage sink","type":"breaking change"},{"authorGithub":"https://github.com/binarylogic","dateString":"2020-03-04T00:00:00","description":"Vector now lets you whitelist, blacklist, and format fields when events are encoded","permalink":"/highlights/2020-03-04-encoding-only-fields-except-fields/","prNumbers":[1915],"release":"0.9.0","tags":["type: enhancement","domain: sinks"],"title":"New Encoding Options","type":"enhancement"},{"authorGithub":"https://github.com/binarylogic","dateString":"2020-04-07T00:00:00","description":"The next iteration of our Lua transform.","permalink":"/highlights/2020-04-07-lua-transform-version-2/","prNumbers":[2126],"release":"0.9.0","tags":["type: enhancement","domain: sources","source: vector"],"title":"Lua Transform v2","type":"enhancement"},{"authorGithub":"https://github.com/binarylogic","dateString":"2020-04-20T00:00:00","description":"A faster and more reliable shutdown process","permalink":"/highlights/2020-04-20-improved-shutdown/","prNumbers":[1994],"release":"0.9.0","tags":["type: enhancement","domain: topology"],"title":"Improved Shutdown","type":"enhancement"},{"authorGithub":"https://github.com/binarylogic","dateString":"2020-02-28T00:00:00","description":"Build Vector with select components","permalink":"/highlights/2020-02-28-custom-vector-builds/","prNumbers":[1924],"release":"0.9.0","tags":["type: new feature","domain: sources","source: vector"],"title":"À La Carte Custom Vector Builds","type":"new feature"},{"authorGithub":"https://github.com/binarylogic","dateString":"2020-03-10T00:00:00","description":"Shed duplicate logs","permalink":"/highlights/2020-03-10-dedupe-transform/","prNumbers":[1848],"release":"0.9.0","tags":["type: new feature","domain: sources","source: vector"],"title":"New Dedupe Transform","type":"new feature"},{"authorGithub":"https://github.com/binarylogic","dateString":"2020-03-11T00:00:00","description":"Protect downstream metrics storages from runaway metrics tags","permalink":"/highlights/2020-03-11-tag-cardinality-limit-transform/","prNumbers":[1959],"release":"0.9.0","tags":["type: new feature","domain: transforms","transform: tag_cardinality_limit"],"title":"New Tag Cardinality Limit Transform","type":"new feature"},{"authorGithub":"https://github.com/binarylogic","dateString":"2020-03-31T00:00:00","description":"Filter and route your logs based on defined conditions","permalink":"/highlights/2020-03-31-filter-transform/","prNumbers":[2088],"release":"0.9.0","tags":["type: new feature","domain: transforms","transform: filter"],"title":"New Filter Transform","type":"new feature"},{"authorGithub":"https://github.com/binarylogic","dateString":"2020-04-17T00:00:00","description":"Papertrail, Honeycomb, Pulsar, and DataDog Logs","permalink":"/highlights/2020-04-17-new-sinks/","prNumbers":[1835,1847,1665,1832],"release":"0.9.0","tags":["type: new feature","domain: sinks"],"title":"4 New Sinks!","type":"new feature"}]}
35+
items={[{"authorGithub":"https://github.com/binarylogic","dateString":"2020-03-23T00:00:00","description":"This brings the sink naming inline with consistent naming pattern","permalink":"/highlights/2020-03-23-rename-gcp_stackdriver_logging-sink-to-gcp_stackdriver_logs/","prNumbers":[2121],"release":"0.9.0","tags":["type: breaking change","domain: sinks","sink: splunk_hec"],"title":"The `gcp_stackdriver_logging` sink has been renamed to `gcp_stackdriver_logs`","type":"breaking change"},{"authorGithub":"https://github.com/binarylogic","dateString":"2020-04-05T00:00:00","description":"Compression is not supported by all Elasticsearch service providers","permalink":"/highlights/2020-04-05-default-compression-to-none/","prNumbers":[2219],"release":"0.9.0","tags":["type: breaking change","domain: sinks","sink: elasticsearch"],"title":"The `elasticsearch` sink `compression` option now defaults to `none`","type":"breaking change"},{"authorGithub":"https://github.com/binarylogic","dateString":"2020-04-09T00:00:00","description":"ACL is not always required when creating objects in GCP Cloud Storage","permalink":"/highlights/2020-04-09-make-acl-optional/","prNumbers":[2283],"release":"0.9.0","tags":["type: breaking change","domain: sinks","sink: gcp_cloud_storage"],"title":"ACL is now optional for the Google Cloud Storage sink","type":"breaking change"},{"authorGithub":"https://github.com/binarylogic","dateString":"2020-03-04T00:00:00","description":"Vector now lets you whitelist, blacklist, and format fields when events are encoded","permalink":"/highlights/2020-03-04-encoding-only-fields-except-fields/","prNumbers":[1915],"release":"0.9.0","tags":["type: enhancement","domain: sinks"],"title":"New Encoding Options","type":"enhancement"},{"authorGithub":"https://github.com/binarylogic","dateString":"2020-04-07T00:00:00","description":"The next iteration of our Lua transform.","permalink":"/highlights/2020-04-07-lua-transform-version-2/","prNumbers":[2126],"release":"0.9.0","tags":["type: enhancement","domain: sources","source: vector"],"title":"Lua Transform v2","type":"enhancement"},{"authorGithub":"https://github.com/binarylogic","dateString":"2020-04-20T00:00:00","description":"A faster and more reliable shutdown process","permalink":"/highlights/2020-04-20-improved-shutdown/","prNumbers":[1994],"release":"0.9.0","tags":["type: enhancement","domain: topology"],"title":"Improved Shutdown","type":"enhancement"},{"authorGithub":"https://github.com/binarylogic","dateString":"2020-02-28T00:00:00","description":"Build Vector with select components","permalink":"/highlights/2020-02-28-custom-vector-builds/","prNumbers":[1924],"release":"0.9.0","tags":["type: new feature","domain: sources","source: vector"],"title":"À La Carte Custom Vector Builds","type":"new feature"},{"authorGithub":"https://github.com/binarylogic","dateString":"2020-03-10T00:00:00","description":"Shed duplicate logs","permalink":"/highlights/2020-03-10-dedupe-transform/","prNumbers":[1848],"release":"0.9.0","tags":["type: new feature","domain: sources","source: vector"],"title":"New Dedupe Transform","type":"new feature"},{"authorGithub":"https://github.com/binarylogic","dateString":"2020-03-11T00:00:00","description":"Protect downstream metrics storages from runaway metrics tags","permalink":"/highlights/2020-03-11-tag-cardinality-limit-transform/","prNumbers":[1959],"release":"0.9.0","tags":["type: new feature","domain: transforms","transform: tag_cardinality_limit"],"title":"New Tag Cardinality Limit Transform","type":"new feature"},{"authorGithub":"https://github.com/binarylogic","dateString":"2020-03-31T00:00:00","description":"Filter and route your logs based on defined conditions","permalink":"/highlights/2020-03-31-filter-transform/","prNumbers":[2088],"release":"0.9.0","tags":["type: new feature","domain: transforms","transform: filter"],"title":"New Filter Transform","type":"new feature"},{"authorGithub":"https://github.com/binarylogic","dateString":"2020-03-31T00:00:00","description":"High quality guides and education for Vector","permalink":"/highlights/2020-03-31-guides-section/","prNumbers":[2132],"release":"0.9.0","tags":["type: new feature","domain: website"],"title":"A New Guides Section","type":"new feature"},{"authorGithub":"https://github.com/binarylogic","dateString":"2020-04-17T00:00:00","description":"Papertrail, Honeycomb, Pulsar, and DataDog Logs","permalink":"/highlights/2020-04-17-new-sinks/","prNumbers":[1835,1847,1665,1832],"release":"0.9.0","tags":["type: new feature","domain: sinks"],"title":"4 New Sinks!","type":"new feature"}]}
3636
size={null}
3737
tags={false}
3838
timeline={false} />

0 commit comments

Comments
 (0)