Skip to content

Commit 6358cac

Browse files
committed
generate
Signed-off-by: Ana Hobden <[email protected]>
1 parent 8b5fece commit 6358cac

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-9
lines changed

.meta/.schemas/highlights.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"release": {
5555
"type": "string",
5656
"description": "The release/version number this highlight is included in.",
57-
"enum": ["nightly","0.4.0","0.5.0","0.6.0","0.7.0","0.7.1","0.7.2","0.8.0","0.8.1","0.8.2","0.9.0","0.9.1","0.9.2"]
57+
"enum": ["nightly","0.4.0","0.5.0","0.6.0","0.7.0","0.7.1","0.7.2","0.8.0","0.8.1","0.8.2","0.9.0","0.9.1","0.9.2","0.10.0"]
5858
},
5959
"tags": {
6060
"type": "array",

RELEASE_NOTES.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
* [**v0.5.0**][urls.release_notes_0.5.0] - 2019-10-10 - 7 new features, 2 enhancements, 1 bug fix
2323
* [**v0.4.0**][urls.release_notes_0.4.0] - 2019-09-24 - 12 new features, 45 enhancements, 14 bug fixes
2424

25-
2625
[urls.release_notes_0.10.0]: https://vector.dev/releases/0.10.0
2726
[urls.release_notes_0.4.0]: https://vector.dev/releases/0.4.0
2827
[urls.release_notes_0.5.0]: https://vector.dev/releases/0.5.0

website/highlights/2020-06-18-remove-custom-dns-resolution.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
last_modified_on: "2020-07-13"
23
$schema: "/.meta/.schemas/highlights.json"
34
title: "Remove custom DNS resolution"
45
description: "Vector once again follows the guidance of the host on DNS lookups."
@@ -21,4 +22,6 @@ Make the following changes in your `vector.toml` file:
2122
- dns_servers = [...]
2223
```
2324

24-
If you were using this feature with a custom DNS you may need to configure your host to consult this DNS, or wrap Vector in a container and set the DNS for the container. This can be done via [`--dns` in `podman`/`docker`][urls.docker_dns].
25+
If you were using this feature with a custom DNS you may need to configure your host to consult this DNS, or wrap Vector in a container and set the DNS for the container. This can be done via [`--dns` in `podman`/`docker`][urls.docker_dns].
26+
27+
[urls.docker_dns]: https://docs.docker.com/config/containers/container-networking/#dns-services

website/metadata.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3385,7 +3385,7 @@ module.exports = {
33853385
"title": "Improved Shutdown"
33863386
},
33873387
{
3388-
"author_github": "https://github.com/a_hoverbear",
3388+
"author_github": "https://github.com/hoverbear",
33893389
"date": "2020-06-18",
33903390
"description": "Vector once again follows the guidance of the host on DNS lookups.",
33913391
"hide_on_release_notes": false,
@@ -3820,7 +3820,7 @@ module.exports = {
38203820
}
38213821
},
38223822
"latest_highlight": {
3823-
"author_github": "https://github.com/a_hoverbear",
3823+
"author_github": "https://github.com/hoverbear",
38243824
"date": "2020-06-18",
38253825
"description": "Vector once again follows the guidance of the host on DNS lookups.",
38263826
"hide_on_release_notes": false,
@@ -9113,7 +9113,7 @@ module.exports = {
91139113
"description": "",
91149114
"highlights": [
91159115
{
9116-
"author_github": "https://github.com/a_hoverbear",
9116+
"author_github": "https://github.com/hoverbear",
91179117
"date": "2020-06-18",
91189118
"description": "Vector once again follows the guidance of the host on DNS lookups.",
91199119
"hide_on_release_notes": false,
@@ -14438,7 +14438,7 @@ module.exports = {
1443814438
"description": "",
1443914439
"highlights": [
1444014440
{
14441-
"author_github": "https://github.com/a_hoverbear",
14441+
"author_github": "https://github.com/hoverbear",
1444214442
"date": "2020-06-18",
1444314443
"description": "Vector once again follows the guidance of the host on DNS lookups.",
1444414444
"hide_on_release_notes": false,

website/releases/0.10.0.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ release. Checkout the [Highlights](#highlights), [Changelog](#changelog), and
3232
colorize={true}
3333
groupBy={"type"}
3434
headingDepth={3}
35-
items={[{"authorGithub":"https://github.com/a_hoverbear","dateString":"2020-06-18T00:00:00","description":"Vector once again follows the guidance of the host on DNS lookups.","permalink":"/highlights/2020-06-18-remove-custom-dns-resolution/","prNumbers":[2812],"release":"0.10.0","tags":["type: breaking change"],"title":"Remove custom DNS resolution","type":"breaking change"}]}
35+
items={[{"authorGithub":"https://github.com/hoverbear","dateString":"2020-06-18T00:00:00","description":"Vector once again follows the guidance of the host on DNS lookups.","permalink":"/highlights/2020-06-18-remove-custom-dns-resolution/","prNumbers":[2812],"release":"0.10.0","tags":["type: breaking change"],"title":"Remove custom DNS resolution","type":"breaking change"}]}
3636
size={null}
3737
tags={false}
3838
timeline={false} />
@@ -49,7 +49,6 @@ The [Vector roadmap][urls.vector_roadmap] is publicly available and represents
4949
forward looking progress. Vector is [open-source][urls.vector_repo] and
5050
[community driven][pages.community]. Your feedback is welcome!
5151

52-
5352
[pages.community#team]: /community/#team
5453
[pages.community]: /community/
5554
[urls.vector_repo]: https://github.com/timberio/vector

0 commit comments

Comments
 (0)