Skip to content

Commit

Permalink
chore: Prepare v0.9.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: binarylogic <[email protected]>
  • Loading branch information
binarylogic committed Apr 30, 2020
1 parent fcd5c18 commit 1bfecc6
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .meta/releases/0.9.1.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ commits = [
{sha = "b2bc1b77ac53b412162a845293487586f66b3007", message = "enhancement(aws_ec2_metadata transform): Add `instance-type` field (#2500)", author = "Slawomir Skowron", date = 2020-04-29T22:26:19Z, pr_number = 2500, files_count = 1, insertions_count = 16},
{sha = "af544f361cc03e31207fcdd5e57104d051fde136", message = "fix(security): Use specific error for x509 from system ca (#2507)", author = "Lucio Franco", date = 2020-04-30T10:51:02Z, pr_number = 2507, files_count = 2, insertions_count = 10, deletions_count = 5},
{sha = "a0d5cf5469045d066bed5ed950187ff6a7612dc4", message = "fix(config): Shutdown topology pieces before building new ones (#2449)", author = "Kruno Tomola Fabro", date = 2020-04-30T12:55:08Z, pr_number = 2449, files_count = 6, insertions_count = 349, deletions_count = 114},
{sha = "319a75ddc20060a8aecb2d0e990d3e52b19cc0e5", message = "enhancement(aws_cloudwatch_logs sink): Enforce age requirements (#2437)", author = "Kruno Tomola Fabro", date = 2020-04-30T13:28:53Z, pr_number = 2437, files_count = 2, insertions_count = 195, deletions_count = 34}
{sha = "319a75ddc20060a8aecb2d0e990d3e52b19cc0e5", message = "enhancement(aws_cloudwatch_logs sink): Enforce age requirements (#2437)", author = "Kruno Tomola Fabro", date = 2020-04-30T13:28:53Z, pr_number = 2437, files_count = 2, insertions_count = 195, deletions_count = 34},
{sha = "fcd5c1893713e08d1ee0f51cdca5aa16686af148", message = "chore(operations): Check code on Windows (#2506)", author = "Binary Logic", date = 2020-04-30T11:17:14Z, pr_number = 2506, files_count = 3, insertions_count = 640, deletions_count = 605}
]
50 changes: 46 additions & 4 deletions website/metadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -4053,11 +4053,32 @@ module.exports = {
],
"sha": "319a75ddc20060a8aecb2d0e990d3e52b19cc0e5",
"type": "enhancement"
},
{
"author": "Binary Logic",
"breaking_change": false,
"date": "2020-04-30 11:17:14 +0000",
"deletions_count": 605,
"description": "Check code on Windows",
"files_count": 3,
"highlight_permalink": null,
"insertions_count": 640,
"message": "chore(operations): Check code on Windows (#2506)",
"pr_number": 2506,
"scopes": [
{
"component": {
},
"name": "operations"
}
],
"sha": "fcd5c1893713e08d1ee0f51cdca5aa16686af148",
"type": "chore"
}
],
"compare_url": "https://github.com/timberio/vector/compare/v0.9.0...v0.9.1",
"date": "2020-04-29",
"deletions_count": 376,
"deletions_count": 981,
"description": "",
"highlights": [
{
Expand All @@ -4075,7 +4096,7 @@ module.exports = {
"title": "A New Guides Section"
}
],
"insertions_count": 1205,
"insertions_count": 1845,
"last_version": "0.9.0",
"permalink": "/releases/0.9.1/",
"title": "Vector v0.9.1",
Expand Down Expand Up @@ -29913,11 +29934,32 @@ module.exports = {
],
"sha": "319a75ddc20060a8aecb2d0e990d3e52b19cc0e5",
"type": "enhancement"
},
{
"author": "Binary Logic",
"breaking_change": false,
"date": "2020-04-30 11:17:14 +0000",
"deletions_count": 605,
"description": "Check code on Windows",
"files_count": 3,
"highlight_permalink": null,
"insertions_count": 640,
"message": "chore(operations): Check code on Windows (#2506)",
"pr_number": 2506,
"scopes": [
{
"component": {
},
"name": "operations"
}
],
"sha": "fcd5c1893713e08d1ee0f51cdca5aa16686af148",
"type": "chore"
}
],
"compare_url": "https://github.com/timberio/vector/compare/v0.9.0...v0.9.1",
"date": "2020-04-29",
"deletions_count": 376,
"deletions_count": 981,
"description": "",
"highlights": [
{
Expand All @@ -29935,7 +29977,7 @@ module.exports = {
"title": "A New Guides Section"
}
],
"insertions_count": 1205,
"insertions_count": 1845,
"last_version": "0.9.0",
"permalink": "/releases/0.9.1/",
"title": "Vector v0.9.1",
Expand Down

0 comments on commit 1bfecc6

Please sign in to comment.