From 34d392a1cbf30b0fd94a6988db237d1550758451 Mon Sep 17 00:00:00 2001 From: Luke Steensen Date: Tue, 2 Jun 2020 11:03:03 -0500 Subject: [PATCH] chore: Prepare v0.9.2 release Signed-off-by: Luke Steensen --- .meta/.schemas/highlights.json | 2 +- .meta/releases/0.9.2.toml | 5 + Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 15 +- RELEASE_NOTES.md | 2 + distribution/docker/README.md | 4 +- .../installation/manual/from-archives.md | 12 +- .../setup/installation/manual/from-source.md | 10 +- .../installation/operating-systems/nixos.md | 4 +- .../installation/package-managers/nix.md | 4 +- .../setup/installation/platforms/docker.md | 6 +- website/guides/getting-started/deploying.md | 4 +- .../highlights/2020-03-31-guides-section.md | 2 +- website/metadata.js | 400 +++--------------- website/releases/0.9.1.md | 17 +- website/releases/0.9.2.md | 56 +++ website/releases/0.9.2.md.erb | 20 + 18 files changed, 176 insertions(+), 391 deletions(-) create mode 100644 .meta/releases/0.9.2.toml create mode 100644 website/releases/0.9.2.md create mode 100644 website/releases/0.9.2.md.erb diff --git a/.meta/.schemas/highlights.json b/.meta/.schemas/highlights.json index 0f975c00cfcee..78767e883cbe5 100644 --- a/.meta/.schemas/highlights.json +++ b/.meta/.schemas/highlights.json @@ -54,7 +54,7 @@ "release": { "type": "string", "description": "The release/version number this highlight is included in.", - "enum": ["nightly","0.4.0","0.5.0","0.6.0","0.7.0","0.7.1","0.7.2","0.8.0","0.8.1","0.8.2","0.9.0","0.9.1"] + "enum": ["nightly","0.4.0","0.5.0","0.6.0","0.7.0","0.7.1","0.7.2","0.8.0","0.8.1","0.8.2","0.9.0","0.9.1","0.9.2"] }, "tags": { "type": "array", diff --git a/.meta/releases/0.9.2.toml b/.meta/releases/0.9.2.toml new file mode 100644 index 0000000000000..28e1749a06d34 --- /dev/null +++ b/.meta/releases/0.9.2.toml @@ -0,0 +1,5 @@ +[releases."0.9.2"] +date = 2020-06-02 +commits = [ +{sha = "5b821916cbd6583fa7375cc9daba6bfe2031f4f8", message = "fix(sinks): ack and don't stop on request errors (#2666)", author = "Luke Steensen", date = 2020-05-27T11:22:47Z, pr_number = 2666, files_count = 1, insertions_count = 56, deletions_count = 17} +] diff --git a/Cargo.lock b/Cargo.lock index 21a310125f230..3e02753a19bb8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5155,7 +5155,7 @@ checksum = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" [[package]] name = "vector" -version = "0.9.1" +version = "0.9.2" dependencies = [ "approx", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index b2c1cfea9f15f..85a8539085103 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vector" -version = "0.9.1" +version = "0.9.2" authors = ["Vector Contributors "] edition = "2018" description = "A lightweight and ultra-fast tool for building observability pipelines" diff --git a/README.md b/README.md index cb8a41d27f553..011c656c1989f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

- Components  •  Guides  •  Docs  •  Blog  •  Community  •  Download v0.9.1 + Components  •  Guides  •  Docs  •  Blog  •  Community  •  Download v0.9.2

@@ -10,15 +10,6 @@ Vector

---- - -

- - New post! How We Test Vector - -

- ---- -## Highlights - -
Noteworthy changes in this release
- - - ## Changelog
A complete list of changes
diff --git a/website/releases/0.9.2.md b/website/releases/0.9.2.md new file mode 100644 index 0000000000000..8155d3e1b8ef4 --- /dev/null +++ b/website/releases/0.9.2.md @@ -0,0 +1,56 @@ +--- +last_modified_on: "2020-06-02" +title: "Vector v0.9.2 Release Notes" +codename: "" +date: "2020-06-02" +description: "Vector v0.9.2 - - Release Notes" +version: "0.9.2" +--- + +import Changelog from '@site/src/components/Changelog'; +import HighlightItems from '@theme/HighlightItems'; + +The [Vector team][pages.community#team] is pleased to release +0.9.2. This is a [initial dev](https://semver.org/#spec-item-4) +release. Checkout the [Highlights](#highlights), [Changelog](#changelog), and +[What's Next](#whats-next) section for more detail. + + + +## Highlights + +
Noteworthy changes in this release
+ + + +## Changelog + +
A complete list of changes
+ + + +## What's Next + +The [Vector roadmap][urls.vector_roadmap] is publicly available and represents +forward looking progress. Vector is [open-source][urls.vector_repo] and +[community driven][pages.community]. Your feedback is welcome! + + +[pages.community#team]: /community/#team +[pages.community]: /community/ +[urls.vector_repo]: https://github.com/timberio/vector +[urls.vector_roadmap]: https://github.com/timberio/vector/milestones?direction=asc&sort=due_date&state=open diff --git a/website/releases/0.9.2.md.erb b/website/releases/0.9.2.md.erb new file mode 100644 index 0000000000000..5f28f961b6882 --- /dev/null +++ b/website/releases/0.9.2.md.erb @@ -0,0 +1,20 @@ +<%- release = metadata.releases.send("0.9.2") -%> +<%= release_header(release) %> + +<%- if release.highlights.any? -%> +## Highlights + +
Noteworthy changes in this release
+ +<%= release_highlights(release, heading_depth: 3) %> + +<%- end -%> +## Changelog + +
A complete list of changes
+ +} /> + +## What's Next + +<%= release_whats_next(release) %>