Skip to content

Commit

Permalink
chore: Prepare v0.8.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Ashley Jeffs <ash@jeffail.uk>
  • Loading branch information
Jeffail committed Feb 25, 2020
1 parent dbb870b commit d3106e4
Show file tree
Hide file tree
Showing 16 changed files with 17,963 additions and 9,223 deletions.
322 changes: 322 additions & 0 deletions .meta/releases/0.8.0.toml

Large diffs are not rendered by default.

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.7.2<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.0<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.7.2 (latest)][urls.v0.7.2]
* [**Releases**][urls.vector_releases] - [v0.8.0 (latest)][urls.v0.8.0]
* [**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.7.2]: https://vector.dev/releases/0.7.2/download
[urls.v0.8.0]: https://vector.dev/releases/0.8.0/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.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
* [**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
Expand All @@ -22,3 +23,4 @@
[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
[urls.release_notes_0.8.0]: https://vector.dev/releases/0.8.0
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.2-alpine
docker run timberio/vector:0.8.0-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.2-alpine
timberio/vector:0.8.0-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.2-alpine
docker run timberio/vector:0.8.0-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.2-debian
docker run timberio/vector:0.8.0-debian
```

## Versions
Expand Down
12 changes: 0 additions & 12 deletions scripts/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ GEM
differ (0.1.2)
ecma-re-validator (0.2.0)
regexp_parser (~> 1.2)
erubi (1.8.0)
front_matter_parser (0.2.1)
git (1.3.0)
hana (1.3.5)
Expand All @@ -23,20 +22,9 @@ GEM
hana (~> 1.3)
regexp_parser (~> 1.5)
uri_template (~> 0.7)
loofah (2.3.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mini_portile2 (2.4.0)
minitest (5.11.3)
nokogiri (1.10.5)
mini_portile2 (~> 2.4.0)
paint (2.1.1)
parallel (1.17.0)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.2.0)
loofah (~> 2.2, >= 2.2.2)
regexp_parser (1.6.0)
semantic (1.6.1)
thread_safe (0.3.6)
Expand Down
7 changes: 7 additions & 0 deletions scripts/util/metadata/release.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class Release
:last_date,
:last_version,
:posts,
:highlights,
:upgrade_guides,
:version

Expand All @@ -26,6 +27,11 @@ def initialize(release_hash, last_version, last_date, all_posts)
last_date && p.date > last_date && p.date <= @date && p.type?("announcement")
end

@highlights =
(release_hash["highlights"] || []).collect do |highlight_hash|
OpenStruct.new(highlight_hash)
end

@upgrade_guides =
(release_hash["upgrade_guides"] || []).collect do |guide_hash|
OpenStruct.new(guide_hash)
Expand Down Expand Up @@ -134,6 +140,7 @@ def to_h
insertions_count: insertions_count,
last_version: last_version,
posts: posts.deep_to_h,
highlights: highlights.deep_to_h,
type: type,
type_url: type_url,
upgrade_guides: upgrade_guides.deep_to_h,
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.2-alpine
docker run timberio/vector:0.8.0-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.2-alpine
timberio/vector:0.8.0-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.2-alpine
docker run timberio/vector:0.8.0-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.2-debian
docker run timberio/vector:0.8.0-debian
```

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

<TabItem value="latest">

```bash
mkdir -p vector && \
curl -sSfL --proto '=https' --tlsv1.2 https://packages.timber.io/vector/0.7.X/vector-x86_64-unknown-linux-musl.tar.gz | \
curl -sSfL --proto '=https' --tlsv1.2 https://packages.timber.io/vector/0.8.X/vector-x86_64-unknown-linux-musl.tar.gz | \
tar xzf - -C vector --strip-components=2
```

Expand Down Expand Up @@ -104,15 +104,15 @@ import TabItem from '@theme/TabItem';
className="mini"
defaultValue="latest"
values={[
{ label: 'Latest (0.7.2)', value: 'latest'},
{ label: 'Latest (0.8.0)', value: 'latest'},
{ label: 'Nightly', value: 'nightly'},
]}>
<TabItem value="latest">
```bash
mkdir -p vector && \
curl -sSfL --proto '=https' --tlsv1.2 https://packages.timber.io/vector/0.7.X/vector-aarch64-unknown-linux-musl.tar.gz | \
curl -sSfL --proto '=https' --tlsv1.2 https://packages.timber.io/vector/0.8.X/vector-aarch64-unknown-linux-musl.tar.gz | \
tar xzf - -C vector --strip-components=2
```
Expand Down Expand Up @@ -160,15 +160,15 @@ import TabItem from '@theme/TabItem';
className="mini"
defaultValue="latest"
values={[
{ label: 'Latest (0.7.2)', value: 'latest'},
{ label: 'Latest (0.8.0)', value: 'latest'},
{ label: 'Nightly', value: 'nightly'},
]}>

<TabItem value="latest">

```bash
mkdir -p vector && \
curl -sSfL --proto '=https' --tlsv1.2 https://packages.timber.io/vector/0.7.X/vector-armv7-unknown-linux-musleabihf.tar.gz | \
curl -sSfL --proto '=https' --tlsv1.2 https://packages.timber.io/vector/0.8.X/vector-armv7-unknown-linux-musleabihf.tar.gz | \
tar xzf - -C vector --strip-components=2
```

Expand Down Expand Up @@ -216,15 +216,15 @@ import TabItem from '@theme/TabItem';
className="mini"
defaultValue="latest"
values={[
{ label: 'Latest (0.7.2)', value: 'latest'},
{ label: 'Latest (0.8.0)', value: 'latest'},
{ label: 'Nightly', value: 'nightly'},
]}>
<TabItem value="latest">
```bash
mkdir -p vector && \
curl -sSfL --proto '=https' --tlsv1.2 https://packages.timber.io/vector/0.7.X/vector-x86_64-apple-darwin.tar.gz | \
curl -sSfL --proto '=https' --tlsv1.2 https://packages.timber.io/vector/0.8.X/vector-x86_64-apple-darwin.tar.gz | \
tar xzf - -C vector --strip-components=2
```
Expand Down Expand Up @@ -272,14 +272,14 @@ import TabItem from '@theme/TabItem';
className="mini"
defaultValue="latest"
values={[
{ label: 'Latest (0.7.2)', value: 'latest'},
{ label: 'Latest (0.8.0)', value: 'latest'},
{ label: 'Nightly', value: 'nightly'},
]}>

<TabItem value="latest">

```bat
powershell Invoke-WebRequest https://packages.timber.io/vector/0.7.X/vector-x86_64-pc-windows-msvc.zip -OutFile vector-x86_64-pc-windows-msvc.zip
powershell Invoke-WebRequest https://packages.timber.io/vector/0.8.X/vector-x86_64-pc-windows-msvc.zip -OutFile vector-x86_64-pc-windows-msvc.zip
```

</TabItem>
Expand Down
12 changes: 6 additions & 6 deletions website/docs/setup/installation/manual/from-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,15 @@ The following steps should be used to compile Vector directly on Linux based sys
className="mini"
defaultValue="latest"
values={[
{ label: 'Latest (0.7.2)', value: 'latest'},
{ label: 'Latest (0.8.0)', value: 'latest'},
{ label: 'Master', value: 'master'},
]}>
<TabItem value="latest">
```bash
mkdir -p vector && \
curl -sSfL --proto '=https' --tlsv1.2 https://api.github.com/repos/timberio/vector/tarball/v0.7.X | \
curl -sSfL --proto '=https' --tlsv1.2 https://api.github.com/repos/timberio/vector/tarball/v0.8.X | \
tar xzf - -C vector --strip-components=1
```
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.7.2)', value: 'latest'},
{ label: 'Latest (0.8.0)', value: 'latest'},
{ label: 'Master', value: 'master'},
]}>
<TabItem value="latest">
```
git clone https://github.com/timberio/vector
git checkout v0.7.2
git checkout v0.8.0
cd vector
```
Expand Down Expand Up @@ -195,15 +195,15 @@ Building steps:
className="mini"
defaultValue="latest"
values={[
{ label: 'Latest (0.7.2)', value: 'latest'},
{ label: 'Latest (0.8.0)', value: 'latest'},
{ label: 'Master', value: 'master'},
]}>

<TabItem value="latest">

```bash
mkdir -p vector && \
curl -sSfL --proto '=https' --tlsv1.2 https://api.github.com/repos/timberio/vector/tarball/v0.7.X | \
curl -sSfL --proto '=https' --tlsv1.2 https://api.github.com/repos/timberio/vector/tarball/v0.8.X | \
tar xzf - -C vector --strip-components=1
```

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

<TabItem value="latest">

```bash
curl --proto '=https' --tlsv1.2 -O https://packages.timber.io/vector/0.7.X/vector-amd64.deb
curl --proto '=https' --tlsv1.2 -O https://packages.timber.io/vector/0.8.X/vector-amd64.deb
```

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

<TabItem value="latest">

```bash
curl --proto '=https' --tlsv1.2 -O https://packages.timber.io/vector/0.7.X/vector-arm64.deb
curl --proto '=https' --tlsv1.2 -O https://packages.timber.io/vector/0.8.X/vector-arm64.deb
```

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

<TabItem value="latest">

```bash
curl --proto '=https' --tlsv1.2 -O https://packages.timber.io/vector/0.7.X/vector-armhf.deb
curl --proto '=https' --tlsv1.2 -O https://packages.timber.io/vector/0.8.X/vector-armhf.deb
```

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

<TabItem value="latest">

```bat
powershell Invoke-WebRequest https://packages.timber.io/vector/0.7.X/vector-x64.msi -OutFile vector-x64.msi
powershell Invoke-WebRequest https://packages.timber.io/vector/0.8.X/vector-x64.msi -OutFile vector-x64.msi
```
</TabItem>
Expand Down
Loading

0 comments on commit d3106e4

Please sign in to comment.