Skip to content

Commit

Permalink
chore: Prepare v0.9.2 release
Browse files Browse the repository at this point in the history
Signed-off-by: Luke Steensen <[email protected]>
  • Loading branch information
lukesteensen committed Jun 2, 2020
1 parent 5b82191 commit 34d392a
Show file tree
Hide file tree
Showing 18 changed files with 176 additions and 391 deletions.
2 changes: 1 addition & 1 deletion .meta/.schemas/highlights.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
5 changes: 5 additions & 0 deletions .meta/releases/0.9.2.toml
Original file line number Diff line number Diff line change
@@ -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}
]
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vector"
version = "0.9.1"
version = "0.9.2"
authors = ["Vector Contributors <[email protected]>"]
edition = "2018"
description = "A lightweight and ultra-fast tool for building observability pipelines"
Expand Down
15 changes: 3 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<strong>
<a href="https://vector.dev/components/">Components<a/>&nbsp;&nbsp;&bull;&nbsp;&nbsp;<a href="https://vector.dev/guides/">Guides<a/>&nbsp;&nbsp;&bull;&nbsp;&nbsp;<a href="https://vector.dev/docs/">Docs<a/>&nbsp;&nbsp;&bull;&nbsp;&nbsp;<a href="https://vector.dev/blog/">Blog<a/>&nbsp;&nbsp;&bull;&nbsp;&nbsp;<a href="https://vector.dev/community/">Community<a/>&nbsp;&nbsp;&bull;&nbsp;&nbsp;<a href="https://vector.dev/releases/latest/download/">Download v0.9.1<a/>
<a href="https://vector.dev/components/">Components<a/>&nbsp;&nbsp;&bull;&nbsp;&nbsp;<a href="https://vector.dev/guides/">Guides<a/>&nbsp;&nbsp;&bull;&nbsp;&nbsp;<a href="https://vector.dev/docs/">Docs<a/>&nbsp;&nbsp;&bull;&nbsp;&nbsp;<a href="https://vector.dev/blog/">Blog<a/>&nbsp;&nbsp;&bull;&nbsp;&nbsp;<a href="https://vector.dev/community/">Community<a/>&nbsp;&nbsp;&bull;&nbsp;&nbsp;<a href="https://vector.dev/releases/latest/download/">Download v0.9.2<a/>
</strong>
</p>

Expand All @@ -10,15 +10,6 @@
<img src="./website/static/img/readme_diagram.svg" alt="Vector">
</p>

---

<p align="center">
<strong>
New post! <a href="https://vector.dev/blog/how-we-test-vector/">How We Test Vector</a>
</strong>
</p>

---

<!--
THIS FILE IS AUTOGENERATED!
Expand Down Expand Up @@ -89,7 +80,7 @@ usage][urls.vector_performance].
### Resources

* [**Community**][urls.vector_community] - [chat][urls.vector_chat], [@vectordotdev][urls.vector_twitter], [mailing list][urls.mailing_list]
* [**Releases**][urls.vector_releases] - [v0.9.1 (latest)][urls.v0.9.1]
* [**Releases**][urls.vector_releases] - [v0.9.2 (latest)][urls.v0.9.2]
* [**Roadmap**][urls.vector_roadmap] - [vote on new features][urls.vote_feature]
* **Policies** - [Security][urls.vector_security_policy], [Privacy][urls.vector_privacy_policy], [Code of Conduct][urls.vector_code_of_conduct]

Expand Down Expand Up @@ -276,7 +267,7 @@ Or use your own [preferred method][docs.installation].
[urls.pr_721]: https://github.com/timberio/vector/pull/721
[urls.rust]: https://www.rust-lang.org/
[urls.rust_memory_safety]: https://hacks.mozilla.org/2019/01/fearless-security-memory-safety/
[urls.v0.9.1]: https://vector.dev/releases/0.9.1/download
[urls.v0.9.2]: https://vector.dev/releases/0.9.2/download
[urls.vector_chat]: https://chat.vector.dev
[urls.vector_code_of_conduct]: https://github.com/timberio/vector/blob/master/CODE_OF_CONDUCT.md
[urls.vector_community]: https://vector.dev/community/
Expand Down
2 changes: 2 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

---

* [**v0.9.2**][urls.release_notes_0.9.2] - 2020-06-02 - 1 bug fix
* [**v0.9.1**][urls.release_notes_0.9.1] - 2020-04-29 - 3 enhancements, 11 bug fixes
* [**v0.9.0**][urls.release_notes_0.9.0] - 2020-04-17 - 14 new features, 48 enhancements, 20 bug fixes
* [**v0.8.2**][urls.release_notes_0.8.2] - 2020-03-06 - 2 bug fixes
Expand All @@ -32,3 +33,4 @@
[urls.release_notes_0.8.2]: https://vector.dev/releases/0.8.2
[urls.release_notes_0.9.0]: https://vector.dev/releases/0.9.0
[urls.release_notes_0.9.1]: https://vector.dev/releases/0.9.1
[urls.release_notes_0.9.2]: https://vector.dev/releases/0.9.2
4 changes: 2 additions & 2 deletions distribution/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ smaller in size than other Docker images and statically links libraries. This
is the image we recommend due to it's small size and reliability.

```bash
docker run timberio/vector:0.9.1-alpine
docker run timberio/vector:0.9.2-alpine
```

#### debian
Expand All @@ -78,7 +78,7 @@ This image is based on the [`debian-slim` image][urls.docker_debian],
which is a smaller, more compact variant of the [`debian` image][urls.docker_debian].

```bash
docker run timberio/vector:0.9.1-debian
docker run timberio/vector:0.9.2-debian
```

### Architectures
Expand Down
12 changes: 6 additions & 6 deletions website/docs/setup/installation/manual/from-archives.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
last_modified_on: "2020-04-29"
last_modified_on: "2020-06-02"
title: Install Vector From Archives
sidebar_label: From Archives
description: Install Vector from pre-compiled archives
Expand Down Expand Up @@ -50,7 +50,7 @@ import TabItem from '@theme/TabItem';
className="mini"
defaultValue="latest"
values={[
{ label: 'Latest (0.9.1)', value: 'latest'},
{ label: 'Latest (0.9.2)', value: 'latest'},
{ label: 'Nightly', value: 'nightly'},
]}>

Expand Down Expand Up @@ -108,7 +108,7 @@ import TabItem from '@theme/TabItem';
className="mini"
defaultValue="latest"
values={[
{ label: 'Latest (0.9.1)', value: 'latest'},
{ label: 'Latest (0.9.2)', value: 'latest'},
{ label: 'Nightly', value: 'nightly'},
]}>
Expand Down Expand Up @@ -166,7 +166,7 @@ import TabItem from '@theme/TabItem';
className="mini"
defaultValue="latest"
values={[
{ label: 'Latest (0.9.1)', value: 'latest'},
{ label: 'Latest (0.9.2)', value: 'latest'},
{ label: 'Nightly', value: 'nightly'},
]}>

Expand Down Expand Up @@ -224,7 +224,7 @@ import TabItem from '@theme/TabItem';
className="mini"
defaultValue="latest"
values={[
{ label: 'Latest (0.9.1)', value: 'latest'},
{ label: 'Latest (0.9.2)', value: 'latest'},
{ label: 'Nightly', value: 'nightly'},
]}>
Expand Down Expand Up @@ -275,7 +275,7 @@ import TabItem from '@theme/TabItem';
className="mini"
defaultValue="latest"
values={[
{ label: 'Latest (0.9.1)', value: 'latest'},
{ label: 'Latest (0.9.2)', value: 'latest'},
{ label: 'Nightly', value: 'nightly'},
]}>
Expand Down
10 changes: 5 additions & 5 deletions website/docs/setup/installation/manual/from-source.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
last_modified_on: "2020-04-29"
last_modified_on: "2020-06-02"
title: Install Vector From Source
sidebar_label: From Source
description: Install Vector from the Vector source code
Expand Down Expand Up @@ -70,7 +70,7 @@ The following steps should be used to compile Vector directly on Linux based sys
className="mini"
defaultValue="latest"
values={[
{ label: 'Latest (0.9.1)', value: 'latest'},
{ label: 'Latest (0.9.2)', value: 'latest'},
{ label: 'Master', value: 'master'},
]}>

Expand Down Expand Up @@ -158,15 +158,15 @@ operating systems.
className="mini"
defaultValue="latest"
values={[
{ label: 'Latest (0.9.1)', value: 'latest'},
{ label: 'Latest (0.9.2)', value: 'latest'},
{ label: 'Master', value: 'master'},
]}>

<TabItem value="latest">

```bat
git clone https://github.com/timberio/vector
git checkout v0.9.1
git checkout v0.9.2
cd vector
```

Expand Down Expand Up @@ -217,7 +217,7 @@ Building steps:
className="mini"
defaultValue="latest"
values={[
{ label: 'Latest (0.9.1)', value: 'latest'},
{ label: 'Latest (0.9.2)', value: 'latest'},
{ label: 'Master', value: 'master'},
]}>
Expand Down
4 changes: 2 additions & 2 deletions website/docs/setup/installation/operating-systems/nixos.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
last_modified_on: "2020-04-29"
last_modified_on: "2020-06-02"
title: Install Vector On NixOS
sidebar_label: NixOS
description: Install Vector on NixOS
Expand Down Expand Up @@ -67,7 +67,7 @@ The following diagram demonstrates how it works.
<CodeExplanation>

* The `--file` flag ensures that you're installing the latest stable version
of Vector (0.9.1).
of Vector (0.9.2).
* The `--attr` improves installation speed.
</CodeExplanation>
Expand Down
4 changes: 2 additions & 2 deletions website/docs/setup/installation/package-managers/nix.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
last_modified_on: "2020-04-29"
last_modified_on: "2020-06-02"
title: Install Vector via Nix
sidebar_label: Nix
description: Install Vector through the Nix package manager
Expand Down Expand Up @@ -77,7 +77,7 @@ The following diagram demonstrates how it works.
<CodeExplanation>

* The `--file` flag ensures that you're installing the latest stable version
of Vector (0.9.1).
of Vector (0.9.2).
* The `--attr` improves installation speed.
</CodeExplanation>
Expand Down
6 changes: 3 additions & 3 deletions website/docs/setup/installation/platforms/docker.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
last_modified_on: "2020-04-29"
last_modified_on: "2020-06-02"
title: Install Vector On Docker
sidebar_label: Docker
description: Install Vector on the Docker platform
Expand Down Expand Up @@ -292,7 +292,7 @@ smaller in size than other Docker images and statically links libraries. This
is the image we recommend due to it's small size and reliability.

```bash
docker run timberio/vector:0.9.1-alpine
docker run timberio/vector:0.9.2-alpine
```

#### debian
Expand All @@ -301,7 +301,7 @@ This image is based on the [`debian-slim` image][urls.docker_debian],
which is a smaller, more compact variant of the [`debian` image][urls.docker_debian].

```bash
docker run timberio/vector:0.9.1-debian
docker run timberio/vector:0.9.2-debian
```

### Architectures
Expand Down
4 changes: 2 additions & 2 deletions website/guides/getting-started/deploying.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
last_modified_on: "2020-04-29"
last_modified_on: "2020-06-02"
$schema: "/.meta/.schemas/guides.json"
title: Deploying Vector
description: How to deploy Vector to your target environment
Expand Down Expand Up @@ -430,7 +430,7 @@ brew services start vector
<CodeExplanation>

* The `--file` flag ensures that you're installing the latest stable version
of Vector (0.9.1).
of Vector (0.9.2).
* The `--attr` improves installation speed.
</CodeExplanation>
Expand Down
2 changes: 1 addition & 1 deletion website/highlights/2020-03-31-guides-section.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
last_modified_on: "2020-04-30"
last_modified_on: "2020-06-02"
$schema: "/.meta/.schemas/highlights.json"
title: "A New Guides Section"
description: "High quality guides and education for Vector"
Expand Down
Loading

0 comments on commit 34d392a

Please sign in to comment.