Skip to content

Commit ca737cd

Browse files
committed
chore: Prepare v0.8.2 release
Signed-off-by: Alexander Rodin <[email protected]>
1 parent ee998b2 commit ca737cd

File tree

15 files changed

+239
-46
lines changed

15 files changed

+239
-46
lines changed

.meta/releases/0.8.2.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[releases."0.8.2"]
2+
date = 2020-03-06
3+
commits = [
4+
{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},
5+
{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},
6+
{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},
7+
{sha = "ee998b2078c7019481a25881ee71764e1260c6a5", message = "chore(testing): Use new Homebrew installer in CI", author = "Alexander Rodin", date = 2020-03-06T12:51:52Z, files_count = 1, insertions_count = 1, deletions_count = 1}
8+
]

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vector"
3-
version = "0.8.1"
3+
version = "0.8.2"
44
authors = ["Vector Contributors <[email protected]>"]
55
edition = "2018"
66
description = "A High-Performance Logs, Metrics, and Events Router"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<strong>
3-
<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/>
3+
<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/>
44
</strong>
55
</p>
66

@@ -62,7 +62,7 @@ companies and engineering teams trying to tame observability pipelines.
6262
#### Resources
6363

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

6868

@@ -205,7 +205,7 @@ Or use your own [preferred method][docs.installation].
205205
[urls.pr_721]: https://github.com/timberio/vector/pull/721
206206
[urls.rust]: https://www.rust-lang.org/
207207
[urls.rust_memory_safety]: https://hacks.mozilla.org/2019/01/fearless-security-memory-safety/
208-
[urls.v0.8.1]: https://vector.dev/releases/0.8.1/download
208+
[urls.v0.8.2]: https://vector.dev/releases/0.8.2/download
209209
[urls.vector_blog]: https://vector.dev/blog
210210
[urls.vector_chat]: https://chat.vector.dev
211211
[urls.vector_community]: https://vector.dev/community

RELEASE_NOTES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
---
1010

11+
* [**v0.8.2**][urls.release_notes_0.8.2] - 2020-03-06 - 2 bug fixes
1112
* [**v0.8.1**][urls.release_notes_0.8.1] - 2020-03-04 - 1 bug fix
1213
* [**v0.8.0**][urls.release_notes_0.8.0] - 2020-02-20 - 21 new features, 17 enhancements, 16 bug fixes
1314
* [**v0.7.2**][urls.release_notes_0.7.2] - 2020-01-31 - 2 bug fixes
@@ -26,3 +27,4 @@
2627
[urls.release_notes_0.7.2]: https://vector.dev/releases/0.7.2
2728
[urls.release_notes_0.8.0]: https://vector.dev/releases/0.8.0
2829
[urls.release_notes_0.8.1]: https://vector.dev/releases/0.8.1
30+
[urls.release_notes_0.8.2]: https://vector.dev/releases/0.8.2

distribution/docker/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ of your observability data with Vector.
3333
## Running
3434

3535
```bash
36-
docker run timberio/vector:0.8.1-alpine
36+
docker run timberio/vector:0.8.2-alpine
3737
```
3838

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

5858
Modify `$PWD` to the directory where you store your local `vector.toml` file.
@@ -67,7 +67,7 @@ smaller in size than other Docker images and statically links libraries. This
6767
is the image we recommend due to it's small size and reliability.
6868

6969
```bash
70-
docker run timberio/vector:0.8.1-alpine
70+
docker run timberio/vector:0.8.2-alpine
7171
```
7272

7373
### debian
@@ -76,7 +76,7 @@ This image is based on the [`debian-slim` image][urls.docker_debian],
7676
which is a smaller, more compact variant of the [`debian` image][urls.docker_debian].
7777

7878
```bash
79-
docker run timberio/vector:0.8.1-debian
79+
docker run timberio/vector:0.8.2-debian
8080
```
8181

8282
## Versions

website/docs/setup/installation/containers/docker.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ for x86_64, ARM64, and ARMv7 architectures.
2222
## Running
2323

2424
```bash
25-
docker run timberio/vector:0.8.1-alpine
25+
docker run timberio/vector:0.8.2-alpine
2626
```
2727

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

4747
Modify `$PWD` to the directory where you store your local `vector.toml` file.
@@ -56,7 +56,7 @@ smaller in size than other Docker images and statically links libraries. This
5656
is the image we recommend due to it's small size and reliability.
5757

5858
```bash
59-
docker run timberio/vector:0.8.1-alpine
59+
docker run timberio/vector:0.8.2-alpine
6060
```
6161

6262
### debian
@@ -65,7 +65,7 @@ This image is based on the [`debian-slim` image][urls.docker_debian],
6565
which is a smaller, more compact variant of the [`debian` image][urls.docker_debian].
6666

6767
```bash
68-
docker run timberio/vector:0.8.1-debian
68+
docker run timberio/vector:0.8.2-debian
6969
```
7070

7171
## Versions

website/docs/setup/installation/manual/from-archives.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ import TabItem from '@theme/TabItem';
4848
className="mini"
4949
defaultValue="latest"
5050
values={[
51-
{ label: 'Latest (0.8.1)', value: 'latest'},
51+
{ label: 'Latest (0.8.2)', value: 'latest'},
5252
{ label: 'Nightly', value: 'nightly'},
5353
]}>
5454

@@ -104,7 +104,7 @@ import TabItem from '@theme/TabItem';
104104
className="mini"
105105
defaultValue="latest"
106106
values={[
107-
{ label: 'Latest (0.8.1)', value: 'latest'},
107+
{ label: 'Latest (0.8.2)', value: 'latest'},
108108
{ label: 'Nightly', value: 'nightly'},
109109
]}>
110110
@@ -160,7 +160,7 @@ import TabItem from '@theme/TabItem';
160160
className="mini"
161161
defaultValue="latest"
162162
values={[
163-
{ label: 'Latest (0.8.1)', value: 'latest'},
163+
{ label: 'Latest (0.8.2)', value: 'latest'},
164164
{ label: 'Nightly', value: 'nightly'},
165165
]}>
166166

@@ -216,7 +216,7 @@ import TabItem from '@theme/TabItem';
216216
className="mini"
217217
defaultValue="latest"
218218
values={[
219-
{ label: 'Latest (0.8.1)', value: 'latest'},
219+
{ label: 'Latest (0.8.2)', value: 'latest'},
220220
{ label: 'Nightly', value: 'nightly'},
221221
]}>
222222
@@ -272,7 +272,7 @@ import TabItem from '@theme/TabItem';
272272
className="mini"
273273
defaultValue="latest"
274274
values={[
275-
{ label: 'Latest (0.8.1)', value: 'latest'},
275+
{ label: 'Latest (0.8.2)', value: 'latest'},
276276
{ label: 'Nightly', value: 'nightly'},
277277
]}>
278278

website/docs/setup/installation/manual/from-source.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The following steps should be used to compile Vector directly on Linux based sys
6969
className="mini"
7070
defaultValue="latest"
7171
values={[
72-
{ label: 'Latest (0.8.1)', value: 'latest'},
72+
{ label: 'Latest (0.8.2)', value: 'latest'},
7373
{ label: 'Master', value: 'master'},
7474
]}>
7575
@@ -143,15 +143,15 @@ The steps to compile Vector on Windows are different from the ones for other ope
143143
className="mini"
144144
defaultValue="latest"
145145
values={[
146-
{ label: 'Latest (0.8.1)', value: 'latest'},
146+
{ label: 'Latest (0.8.2)', value: 'latest'},
147147
{ label: 'Master', value: 'master'},
148148
]}>
149149
150150
<TabItem value="latest">
151151
152152
```
153153
git clone https://github.com/timberio/vector
154-
git checkout v0.8.1
154+
git checkout v0.8.2
155155
cd vector
156156
```
157157
@@ -195,7 +195,7 @@ Building steps:
195195
className="mini"
196196
defaultValue="latest"
197197
values={[
198-
{ label: 'Latest (0.8.1)', value: 'latest'},
198+
{ label: 'Latest (0.8.2)', value: 'latest'},
199199
{ label: 'Master', value: 'master'},
200200
]}>
201201

website/docs/setup/installation/package-managers/dpkg.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import TabItem from '@theme/TabItem';
3636
className="mini"
3737
defaultValue="latest"
3838
values={[
39-
{ label: 'Latest (0.8.1)', value: 'latest'},
39+
{ label: 'Latest (0.8.2)', value: 'latest'},
4040
{ label: 'Nightly', value: 'nightly'},
4141
]}>
4242

@@ -79,7 +79,7 @@ import TabItem from '@theme/TabItem';
7979
className="mini"
8080
defaultValue="latest"
8181
values={[
82-
{ label: 'Latest (0.8.1)', value: 'latest'},
82+
{ label: 'Latest (0.8.2)', value: 'latest'},
8383
{ label: 'Nightly', value: 'nightly'},
8484
]}>
8585

@@ -122,7 +122,7 @@ import TabItem from '@theme/TabItem';
122122
className="mini"
123123
defaultValue="latest"
124124
values={[
125-
{ label: 'Latest (0.8.1)', value: 'latest'},
125+
{ label: 'Latest (0.8.2)', value: 'latest'},
126126
{ label: 'Nightly', value: 'nightly'},
127127
]}>
128128

0 commit comments

Comments
 (0)