Skip to content

Commit

Permalink
chore: Prepare v0.7.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 Jan 31, 2020
1 parent 1020b03 commit 1b270eb
Show file tree
Hide file tree
Showing 13 changed files with 466 additions and 168 deletions.
16 changes: 16 additions & 0 deletions .meta/releases/0.7.2.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[releases."0.7.2"]
date = 2020-01-31
commits = [
{sha = "eee9300712181a6be96f894952bca55290f68947", message = "docs: Fix typo", author = "Ashley Jeffs", date = 2020-01-24T09:40:28Z, files_count = 2, insertions_count = 2, deletions_count = 2},
{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},
{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},
{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},
{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},
{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},
{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},
{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},
{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},
{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},
{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},
{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}
]
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/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/>
<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/>
</strong>
</p>

Expand Down Expand Up @@ -72,7 +72,7 @@ of your observability data with Vector.
#### Resources

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


Expand Down Expand Up @@ -198,7 +198,7 @@ Or use your own [preferred method][docs.installation].
[urls.mailing_list]: https://vector.dev/community/
[urls.rust]: https://www.rust-lang.org/
[urls.test_harness]: https://github.com/timberio/vector-test-harness/
[urls.v0.7.1]: https://vector.dev/releases/0.7.1/download
[urls.v0.7.2]: https://vector.dev/releases/0.7.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.7.2**][urls.release_notes_0.7.2] - 2020-01-31 - 2 bug fixes
* [**v0.7.1**][urls.release_notes_0.7.1] - 2020-01-23 - 5 bug fixes
* [**v0.7.0**][urls.release_notes_0.7.0] - 2020-01-22 - 13 new features, 10 enhancements, 12 bug fixes
* [**v0.6.0**][urls.release_notes_0.6.0] - 2019-12-09 - 14 new features, 27 enhancements, 29 bug fixes
Expand All @@ -20,3 +21,4 @@
[urls.release_notes_0.6.0]: https://vector.dev/releases/0.6.0
[urls.release_notes_0.7.0]: https://vector.dev/releases/0.7.0
[urls.release_notes_0.7.1]: https://vector.dev/releases/0.7.1
[urls.release_notes_0.7.2]: https://vector.dev/releases/0.7.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.7.1-alpine
docker run timberio/vector:0.7.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.7.1-alpine
timberio/vector:0.7.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.7.1-alpine
docker run timberio/vector:0.7.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.7.1-debian
docker run timberio/vector:0.7.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.7.1-alpine
docker run timberio/vector:0.7.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.7.1-alpine
timberio/vector:0.7.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.7.1-alpine
docker run timberio/vector:0.7.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.7.1-debian
docker run timberio/vector:0.7.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.7.1)', value: 'latest'},
{ label: 'Latest (0.7.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.7.1)', value: 'latest'},
{ label: 'Latest (0.7.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.7.1)', value: 'latest'},
{ label: 'Latest (0.7.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.7.1)', value: 'latest'},
{ label: 'Latest (0.7.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.7.1)', value: 'latest'},
{ label: 'Latest (0.7.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 @@ -55,7 +55,7 @@ import Tabs from '@theme/Tabs';
className="mini"
defaultValue="latest"
values={[
{ label: 'Latest (0.7.1)', value: 'latest'},
{ label: 'Latest (0.7.2)', value: 'latest'},
{ label: 'Master', value: 'master'},
]}>
Expand Down Expand Up @@ -220,7 +220,7 @@ Building steps:
className="mini"
defaultValue="latest"
values={[
{ label: 'Latest (0.7.1)', value: 'latest'},
{ label: 'Latest (0.7.2)', value: 'latest'},
{ label: 'Master', value: 'master'},
]}>

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

<TabItem value="latest">

```
git clone https://github.com/timberio/vector
git checkout v0.7.1
git checkout v0.7.2
cd vector
```

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.7.1)', value: 'latest'},
{ label: 'Latest (0.7.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.7.1)', value: 'latest'},
{ label: 'Latest (0.7.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.7.1)', value: 'latest'},
{ label: 'Latest (0.7.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.7.1)', value: 'latest'},
{ label: 'Latest (0.7.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.7.1)', value: 'latest'},
{ label: 'Latest (0.7.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.7.1)', value: 'latest'},
{ label: 'Latest (0.7.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.7.1)', value: 'latest'},
{ label: 'Latest (0.7.2)', value: 'latest'},
{ label: 'Nightly', value: 'nightly'},
]}>

Expand Down
Loading

0 comments on commit 1b270eb

Please sign in to comment.