Skip to content

Commit 1b270eb

Browse files
committed
chore: Prepare v0.7.2 release
Signed-off-by: Alexander Rodin <[email protected]>
1 parent 1020b03 commit 1b270eb

File tree

13 files changed

+466
-168
lines changed

13 files changed

+466
-168
lines changed

.meta/releases/0.7.2.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[releases."0.7.2"]
2+
date = 2020-01-31
3+
commits = [
4+
{sha = "eee9300712181a6be96f894952bca55290f68947", message = "docs: Fix typo", author = "Ashley Jeffs", date = 2020-01-24T09:40:28Z, files_count = 2, insertions_count = 2, deletions_count = 2},
5+
{sha = "e1f71a59ab4d3839297938e5937bb2c60722844f", message = "chore(testing): Wrap failing test in feature flag (#1595)", author = "Luke Steensen", date = 2020-01-24T05:10:35Z, files_count = 3, insertions_count = 2, deletions_count = 3},
6+
{sha = "dada48a66c814c0fd3e031a709e07db4b81b3e71", message = "fix(docker source): Ensure that own logs are always ignored (#1525)", author = "Kruno Tomola Fabro", date = 2020-01-24T13:17:59Z, files_count = 1, insertions_count = 53, deletions_count = 59},
7+
{sha = "eae248d09318af9f14319ee42c5a81a800dcce44", message = "chore(operations): Fix `release-github` CI job (#1600)", author = "Alexander Rodin", date = 2020-01-24T15:55:58Z, files_count = 2, insertions_count = 4, deletions_count = 2},
8+
{sha = "fca31a736b4056f2150b6e4abfcea1d87b5a97db", message = "chore(operations): Fix `release-homebrew` CI job (#1601)", author = "Alexander Rodin", date = 2020-01-24T21:32:15Z, files_count = 2, insertions_count = 5, deletions_count = 6},
9+
{sha = "bf1386cc151b130efde27c60122baa98b69cab61", message = "docs: Fix socket address documentation (#1607)", author = "Binary Logic", date = 2020-01-25T15:21:53Z, files_count = 31, insertions_count = 76, deletions_count = 65},
10+
{sha = "201b9584d5c48d6bd687fa98749d9ab7ec46376d", message = "fix(platforms): Fix group creation in the RPM package (#1654)", author = "Alexander Rodin", date = 2020-01-31T18:30:48Z, files_count = 1, insertions_count = 1, deletions_count = 1},
11+
{sha = "3245ad9c62ed4dcebb8482d8a9ac0fa045e44a1c", message = "chore(operations): Bump version in `Cargo.toml` and `Cargo.lock`", author = "Alexander Rodin", date = 2020-01-31T21:56:09Z, files_count = 2, insertions_count = 2, deletions_count = 2},
12+
{sha = "87f0f732e988c936093477ce6fe630b4b830b61a", message = "chore(testing): Disable kuberenetes tests in CI temporarily (#1629)", author = "Lucio Franco", date = 2020-01-29T11:08:27Z, files_count = 2, insertions_count = 35, deletions_count = 39},
13+
{sha = "c1b8f5ee96de2503cd10d2967d33131d99189ac1", message = "chore(operations): Fix creation of the tag in `make release`", author = "Alexander Rodin", date = 2020-01-31T22:16:51Z, files_count = 1, insertions_count = 1, deletions_count = 1},
14+
{sha = "25d5fa64a565ac8ab26b5a10ddce9f24df1d5a62", message = "chore(operations): Use all tags in `make release`", author = "Alexander Rodin", date = 2020-01-31T22:24:27Z, files_count = 1, insertions_count = 1, deletions_count = 1},
15+
{sha = "1020b033b2bb14ed2e135835abd4533ccd52f7ce", message = "docs: Improve 0.7.1 release notes", author = "binarylogic", date = 2020-01-27T13:13:47Z, files_count = 5, insertions_count = 73, deletions_count = 73}
16+
]

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/community">Chat<a/>&nbsp;&nbsp;&bull;&nbsp;&nbsp;<a href="https://vector.dev/community/">Mailing List<a/>&nbsp;&nbsp;&bull;&nbsp;&nbsp;<a href="https://vector.dev/blog">Blog<a/>&nbsp;&nbsp;&bull;&nbsp;&nbsp;<a href="https://vector.dev/releases/latest/download">Download 0.7.1<a/>
3+
<a href="https://vector.dev/community">Chat<a/>&nbsp;&nbsp;&bull;&nbsp;&nbsp;<a href="https://vector.dev/community/">Mailing List<a/>&nbsp;&nbsp;&bull;&nbsp;&nbsp;<a href="https://vector.dev/blog">Blog<a/>&nbsp;&nbsp;&bull;&nbsp;&nbsp;<a href="https://vector.dev/releases/latest/download">Download 0.7.2<a/>
44
</strong>
55
</p>
66

@@ -72,7 +72,7 @@ of your observability data with Vector.
7272
#### Resources
7373

7474
* [**Community**][urls.vector_community] - [chat][urls.vector_chat], [twitter][urls.vector_twitter], [mailing list][urls.mailing_list]
75-
* [**Releases**][urls.vector_releases] - [v0.7.1 (latest)][urls.v0.7.1]
75+
* [**Releases**][urls.vector_releases] - [v0.7.2 (latest)][urls.v0.7.2]
7676
* [**Roadmap**][urls.vector_roadmap] - [vote on new features][urls.vote_feature]
7777

7878

@@ -198,7 +198,7 @@ Or use your own [preferred method][docs.installation].
198198
[urls.mailing_list]: https://vector.dev/community/
199199
[urls.rust]: https://www.rust-lang.org/
200200
[urls.test_harness]: https://github.com/timberio/vector-test-harness/
201-
[urls.v0.7.1]: https://vector.dev/releases/0.7.1/download
201+
[urls.v0.7.2]: https://vector.dev/releases/0.7.2/download
202202
[urls.vector_blog]: https://vector.dev/blog
203203
[urls.vector_chat]: https://chat.vector.dev
204204
[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.7.2**][urls.release_notes_0.7.2] - 2020-01-31 - 2 bug fixes
1112
* [**v0.7.1**][urls.release_notes_0.7.1] - 2020-01-23 - 5 bug fixes
1213
* [**v0.7.0**][urls.release_notes_0.7.0] - 2020-01-22 - 13 new features, 10 enhancements, 12 bug fixes
1314
* [**v0.6.0**][urls.release_notes_0.6.0] - 2019-12-09 - 14 new features, 27 enhancements, 29 bug fixes
@@ -20,3 +21,4 @@
2021
[urls.release_notes_0.6.0]: https://vector.dev/releases/0.6.0
2122
[urls.release_notes_0.7.0]: https://vector.dev/releases/0.7.0
2223
[urls.release_notes_0.7.1]: https://vector.dev/releases/0.7.1
24+
[urls.release_notes_0.7.2]: https://vector.dev/releases/0.7.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.7.1-alpine
36+
docker run timberio/vector:0.7.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.7.1-alpine
55+
timberio/vector:0.7.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.7.1-alpine
70+
docker run timberio/vector:0.7.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.7.1-debian
79+
docker run timberio/vector:0.7.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.7.1-alpine
25+
docker run timberio/vector:0.7.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.7.1-alpine
44+
timberio/vector:0.7.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.7.1-alpine
59+
docker run timberio/vector:0.7.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.7.1-debian
68+
docker run timberio/vector:0.7.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.7.1)', value: 'latest'},
51+
{ label: 'Latest (0.7.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.7.1)', value: 'latest'},
107+
{ label: 'Latest (0.7.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.7.1)', value: 'latest'},
163+
{ label: 'Latest (0.7.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.7.1)', value: 'latest'},
219+
{ label: 'Latest (0.7.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.7.1)', value: 'latest'},
275+
{ label: 'Latest (0.7.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
@@ -55,7 +55,7 @@ import Tabs from '@theme/Tabs';
5555
className="mini"
5656
defaultValue="latest"
5757
values={[
58-
{ label: 'Latest (0.7.1)', value: 'latest'},
58+
{ label: 'Latest (0.7.2)', value: 'latest'},
5959
{ label: 'Master', value: 'master'},
6060
]}>
6161
@@ -220,7 +220,7 @@ Building steps:
220220
className="mini"
221221
defaultValue="latest"
222222
values={[
223-
{ label: 'Latest (0.7.1)', value: 'latest'},
223+
{ label: 'Latest (0.7.2)', value: 'latest'},
224224
{ label: 'Master', value: 'master'},
225225
]}>
226226

@@ -311,15 +311,15 @@ The steps to compile Vector on Windows are different from the ones for other ope
311311
className="mini"
312312
defaultValue="latest"
313313
values={[
314-
{ label: 'Latest (0.7.1)', value: 'latest'},
314+
{ label: 'Latest (0.7.2)', value: 'latest'},
315315
{ label: 'Master', value: 'master'},
316316
]}>
317317

318318
<TabItem value="latest">
319319

320320
```
321321
git clone https://github.com/timberio/vector
322-
git checkout v0.7.1
322+
git checkout v0.7.2
323323
cd vector
324324
```
325325

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.7.1)', value: 'latest'},
39+
{ label: 'Latest (0.7.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.7.1)', value: 'latest'},
82+
{ label: 'Latest (0.7.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.7.1)', value: 'latest'},
125+
{ label: 'Latest (0.7.2)', value: 'latest'},
126126
{ label: 'Nightly', value: 'nightly'},
127127
]}>
128128

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import TabItem from '@theme/TabItem';
3535
className="mini"
3636
defaultValue="latest"
3737
values={[
38-
{ label: 'Latest (0.7.1)', value: 'latest'},
38+
{ label: 'Latest (0.7.2)', value: 'latest'},
3939
{ label: 'Nightly', value: 'nightly'},
4040
]}>
4141

website/docs/setup/installation/package-managers/rpm.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.7.1)', value: 'latest'},
39+
{ label: 'Latest (0.7.2)', value: 'latest'},
4040
{ label: 'Nightly', value: 'nightly'},
4141
]}>
4242

@@ -81,7 +81,7 @@ import TabItem from '@theme/TabItem';
8181
className="mini"
8282
defaultValue="latest"
8383
values={[
84-
{ label: 'Latest (0.7.1)', value: 'latest'},
84+
{ label: 'Latest (0.7.2)', value: 'latest'},
8585
{ label: 'Nightly', value: 'nightly'},
8686
]}>
8787
@@ -126,7 +126,7 @@ import TabItem from '@theme/TabItem';
126126
className="mini"
127127
defaultValue="latest"
128128
values={[
129-
{ label: 'Latest (0.7.1)', value: 'latest'},
129+
{ label: 'Latest (0.7.2)', value: 'latest'},
130130
{ label: 'Nightly', value: 'nightly'},
131131
]}>
132132

0 commit comments

Comments
 (0)