Skip to content

Commit

Permalink
chore: Prepare v0.8.2 release
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Rodin <rodin.alexander@gmail.com>
  • Loading branch information
a-rodin committed Mar 6, 2020
1 parent bc81e26 commit 6301bb2
Show file tree
Hide file tree
Showing 15 changed files with 198 additions and 46 deletions.
7 changes: 7 additions & 0 deletions .meta/releases/0.8.2.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[releases."0.8.2"]
date = 2020-03-06
commits = [
{sha = "361f5d1688a1573e9794c4decb0aec26e731de70", message = "fix(cli): Enable file sink in generate subcmd (#1989)", author = "Ashley Jeffs", date = 2020-03-05T09:25:36Z, files_count = 1, insertions_count = 5, deletions_count = 1},
{sha = "b709ce7a15e1b42bcaae765902968158b10567ac", message = "fix(lua transform): Explicitly call GC in `lua` transform (#1990)", author = "Alexander Rodin", date = 2020-03-06T11:37:19Z, files_count = 1, insertions_count = 25, deletions_count = 8},
{sha = "bc81e26f137de5a7ff2b8f893d7839a2052bb8a8", message = "docs: Fix broken links", author = "Alexander Rodin", date = 2020-03-06T12:26:59Z, files_count = 5, insertions_count = 9, deletions_count = 7}
]
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.8.1"
version = "0.8.2"
authors = ["Vector Contributors <vector@timber.io>"]
edition = "2018"
description = "A High-Performance Logs, Metrics, and Events Router"
Expand Down
6 changes: 3 additions & 3 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/docs/">Docs<a/>&nbsp;&nbsp;&bull;&nbsp;&nbsp;<a href="https://vector.dev/community">Chat<a/>&nbsp;&nbsp;&bull;&nbsp;&nbsp;<a href="https://twitter.com/vectordotdev">@vectordotdev<a/>&nbsp;&nbsp;&bull;&nbsp;&nbsp;<a href="https://vector.dev/releases/latest/download">Download v0.8.1<a/>
<a href="https://vector.dev/docs/">Docs<a/>&nbsp;&nbsp;&bull;&nbsp;&nbsp;<a href="https://vector.dev/community">Chat<a/>&nbsp;&nbsp;&bull;&nbsp;&nbsp;<a href="https://twitter.com/vectordotdev">@vectordotdev<a/>&nbsp;&nbsp;&bull;&nbsp;&nbsp;<a href="https://vector.dev/releases/latest/download">Download v0.8.2<a/>
</strong>
</p>

Expand Down Expand Up @@ -62,7 +62,7 @@ companies and engineering teams trying to tame observability pipelines.
#### Resources

* [**Community**][urls.vector_community] - [chat][urls.vector_chat], [@vectordotdev][urls.vector_twitter], [mailing list][urls.mailing_list]
* [**Releases**][urls.vector_releases] - [v0.8.1 (latest)][urls.v0.8.1]
* [**Releases**][urls.vector_releases] - [v0.8.2 (latest)][urls.v0.8.2]
* [**Roadmap**][urls.vector_roadmap] - [vote on new features][urls.vote_feature]


Expand Down Expand Up @@ -205,7 +205,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.8.1]: https://vector.dev/releases/0.8.1/download
[urls.v0.8.2]: https://vector.dev/releases/0.8.2/download
[urls.vector_blog]: https://vector.dev/blog
[urls.vector_chat]: https://chat.vector.dev
[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.8.2**][urls.release_notes_0.8.2] - 2020-03-06 - 2 bug fixes
* [**v0.8.1**][urls.release_notes_0.8.1] - 2020-03-04 - 1 bug fix
* [**v0.8.0**][urls.release_notes_0.8.0] - 2020-02-20 - 21 new features, 17 enhancements, 16 bug fixes
* [**v0.7.2**][urls.release_notes_0.7.2] - 2020-01-31 - 2 bug fixes
Expand All @@ -26,3 +27,4 @@
[urls.release_notes_0.7.2]: https://vector.dev/releases/0.7.2
[urls.release_notes_0.8.0]: https://vector.dev/releases/0.8.0
[urls.release_notes_0.8.1]: https://vector.dev/releases/0.8.1
[urls.release_notes_0.8.2]: https://vector.dev/releases/0.8.2
8 changes: 4 additions & 4 deletions distribution/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ of your observability data with Vector.
## Running

```bash
docker run timberio/vector:0.8.1-alpine
docker run timberio/vector:0.8.2-alpine
```

* The `vector` binary is located at `/usr/local/bin/vector`, which should be in your `$PATH`.
Expand All @@ -52,7 +52,7 @@ To use your own configuration file:
```bash
docker run \
-v $PWD/vector.toml:/etc/vector/vector.toml:ro \
timberio/vector:0.8.1-alpine
timberio/vector:0.8.2-alpine
```

Modify `$PWD` to the directory where you store your local `vector.toml` file.
Expand All @@ -67,7 +67,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.8.1-alpine
docker run timberio/vector:0.8.2-alpine
```

### debian
Expand All @@ -76,7 +76,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.8.1-debian
docker run timberio/vector:0.8.2-debian
```

## Versions
Expand Down
8 changes: 4 additions & 4 deletions website/docs/setup/installation/containers/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ for x86_64, ARM64, and ARMv7 architectures.
## Running

```bash
docker run timberio/vector:0.8.1-alpine
docker run timberio/vector:0.8.2-alpine
```

* The `vector` binary is located at `/usr/local/bin/vector`, which should be in your `$PATH`.
Expand All @@ -41,7 +41,7 @@ To use your own configuration file:
```bash
docker run \
-v $PWD/vector.toml:/etc/vector/vector.toml:ro \
timberio/vector:0.8.1-alpine
timberio/vector:0.8.2-alpine
```

Modify `$PWD` to the directory where you store your local `vector.toml` file.
Expand All @@ -56,7 +56,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.8.1-alpine
docker run timberio/vector:0.8.2-alpine
```

### debian
Expand All @@ -65,7 +65,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.8.1-debian
docker run timberio/vector:0.8.2-debian
```

## Versions
Expand Down
10 changes: 5 additions & 5 deletions website/docs/setup/installation/manual/from-archives.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ import TabItem from '@theme/TabItem';
className="mini"
defaultValue="latest"
values={[
{ label: 'Latest (0.8.1)', value: 'latest'},
{ label: 'Latest (0.8.2)', value: 'latest'},
{ label: 'Nightly', value: 'nightly'},
]}>

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

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

Expand Down
8 changes: 4 additions & 4 deletions website/docs/setup/installation/manual/from-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ The following steps should be used to compile Vector directly on Linux based sys
className="mini"
defaultValue="latest"
values={[
{ label: 'Latest (0.8.1)', value: 'latest'},
{ label: 'Latest (0.8.2)', value: 'latest'},
{ label: 'Master', value: 'master'},
]}>
Expand Down Expand Up @@ -143,15 +143,15 @@ The steps to compile Vector on Windows are different from the ones for other ope
className="mini"
defaultValue="latest"
values={[
{ label: 'Latest (0.8.1)', value: 'latest'},
{ label: 'Latest (0.8.2)', value: 'latest'},
{ label: 'Master', value: 'master'},
]}>
<TabItem value="latest">
```
git clone https://github.com/timberio/vector
git checkout v0.8.1
git checkout v0.8.2
cd vector
```
Expand Down Expand Up @@ -195,7 +195,7 @@ Building steps:
className="mini"
defaultValue="latest"
values={[
{ label: 'Latest (0.8.1)', value: 'latest'},
{ label: 'Latest (0.8.2)', value: 'latest'},
{ label: 'Master', value: 'master'},
]}>

Expand Down
6 changes: 3 additions & 3 deletions website/docs/setup/installation/package-managers/dpkg.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import TabItem from '@theme/TabItem';
className="mini"
defaultValue="latest"
values={[
{ label: 'Latest (0.8.1)', value: 'latest'},
{ label: 'Latest (0.8.2)', value: 'latest'},
{ label: 'Nightly', value: 'nightly'},
]}>

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

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

Expand Down
2 changes: 1 addition & 1 deletion website/docs/setup/installation/package-managers/msi.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import TabItem from '@theme/TabItem';
className="mini"
defaultValue="latest"
values={[
{ label: 'Latest (0.8.1)', value: 'latest'},
{ label: 'Latest (0.8.2)', value: 'latest'},
{ label: 'Nightly', value: 'nightly'},
]}>

Expand Down
6 changes: 3 additions & 3 deletions website/docs/setup/installation/package-managers/rpm.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import TabItem from '@theme/TabItem';
className="mini"
defaultValue="latest"
values={[
{ label: 'Latest (0.8.1)', value: 'latest'},
{ label: 'Latest (0.8.2)', value: 'latest'},
{ label: 'Nightly', value: 'nightly'},
]}>

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

Expand Down
Loading

0 comments on commit 6301bb2

Please sign in to comment.