From d51bb3d7d960e9061a5f8e6cfbd7f31f15b6dc3c Mon Sep 17 00:00:00 2001 From: Ashley Jeffs Date: Wed, 22 Jan 2020 13:54:21 +0000 Subject: [PATCH] docs: Update release date Signed-off-by: Ashley Jeffs --- .meta/releases/0.7.0.toml | 2 +- README.md | 2 +- RELEASE_NOTES.md | 2 +- ... => 2019-12-14-kubernetes-source-alpha.md} | 0 website/metadata.js | 84 +++++++++---------- 5 files changed, 45 insertions(+), 45 deletions(-) rename website/blog/{2019-12-13-kubernetes-source-alpha.md => 2019-12-14-kubernetes-source-alpha.md} (100%) diff --git a/.meta/releases/0.7.0.toml b/.meta/releases/0.7.0.toml index 74ad0082213fa..96ec33befac40 100644 --- a/.meta/releases/0.7.0.toml +++ b/.meta/releases/0.7.0.toml @@ -4,7 +4,7 @@ description = """You can't make an omelet without cracking some eggs. We have \ our eyes set on version 1 and a backlog of breaking changes we wanted to merge \ before we reach it. Version 0.7.0 is our attempt to cluster as many breaking \ changes as we can into a single release.""" -date = 2020-01-20 +date = 2020-01-22 commits = [ {sha = "fba1b3e0676f6abc1b1ed5178a4972cd62b7fb01", message = "docs: Fix handling of locally-installed bundles (#1354)", author = "Bruce Guenter", date = 2019-12-12T11:24:50Z, files_count = 1, insertions_count = 2, deletions_count = 2}, {sha = "e46e4601c28862e211f518a592152146be9f35ad", message = "chore: Rename Alex to Alexander", author = "Ben Johnson", date = 2019-12-12T12:28:17Z, files_count = 2, insertions_count = 2, deletions_count = 2}, diff --git a/README.md b/README.md index 716e018f84b49..dcf7543abdb46 100644 --- a/README.md +++ b/README.md @@ -131,8 +131,8 @@ Or use your own [preferred method][docs.installation]. * [Prometheus Source](https://vector.dev/blog/prometheus-source) * [EC2 Metadata Enrichments](https://vector.dev/blog/ec2-metadata) -* [Use Custom DNS Servers](https://vector.dev/blog/custom-dns) * [Alpha Kubernetes Source](https://vector.dev/blog/kubernetes-source-alpha) +* [Use Custom DNS Servers](https://vector.dev/blog/custom-dns) * [Unit Testing Your Vector Config Files](https://vector.dev/blog/unit-testing-vector-config-files) [view all...][urls.vector_blog] diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 2be90c2119fc0..d3df77a9fe323 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -8,7 +8,7 @@ --- -* [**v0.7.0**][urls.release_notes_0.7.0] - 2020-01-20 - 13 new features, 10 enhancements, 12 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 * [**v0.5.0**][urls.release_notes_0.5.0] - 2019-10-09 - 7 new features, 2 enhancements, 1 bug fix * [**v0.4.0**][urls.release_notes_0.4.0] - 2019-09-24 - 12 new features, 45 enhancements, 14 bug fixes diff --git a/website/blog/2019-12-13-kubernetes-source-alpha.md b/website/blog/2019-12-14-kubernetes-source-alpha.md similarity index 100% rename from website/blog/2019-12-13-kubernetes-source-alpha.md rename to website/blog/2019-12-14-kubernetes-source-alpha.md diff --git a/website/metadata.js b/website/metadata.js index 6d7478017751b..6392030d07dc5 100644 --- a/website/metadata.js +++ b/website/metadata.js @@ -3524,25 +3524,12 @@ module.exports = { } ], "compare_url": "https://github.com/timberio/vector/compare/v0.6.0...v0.7.0", - "date": "2020-01-20", + "date": "2020-01-22", "deletions_count": 11774, "description": "You can't make an omelet without cracking some eggs. We have our eyes set on version 1 and a backlog of breaking changes we wanted to merge before we reach it. Version 0.7.0 is our attempt to cluster as many breaking changes as we can into a single release.", "insertions_count": 24373, "last_version": "0.6.0", "posts": [ - { - "author_id": "ashley", - "date": "2019-12-13", - "description": "We're currently experimenting with Kubernetes integration\nThis functionality is undocumented and not yet ready for general use. However,\nwe consider it to be at Alpha stage and suitable for adventurous early adopters\nto try out.", - "id": "kubernetes-source-alpha", - "path": "website/blog/2019-12-13-kubernetes-source-alpha.md", - "permalink": "https://vector.dev/blog/kubernetes-source-alpha", - "tags": [ - "type: announcement", - "domain: sources" - ], - "title": "Alpha Kubernetes Source" - }, { "author_id": "ashley", "date": "2019-12-13", @@ -3556,6 +3543,19 @@ module.exports = { ], "title": "Use Custom DNS Servers" }, + { + "author_id": "ashley", + "date": "2019-12-14", + "description": "We're currently experimenting with Kubernetes integration\nThis functionality is undocumented and not yet ready for general use. However,\nwe consider it to be at Alpha stage and suitable for adventurous early adopters\nto try out.", + "id": "kubernetes-source-alpha", + "path": "website/blog/2019-12-14-kubernetes-source-alpha.md", + "permalink": "https://vector.dev/blog/kubernetes-source-alpha", + "tags": [ + "type: announcement", + "domain: sources" + ], + "title": "Alpha Kubernetes Source" + }, { "author_id": "ashley", "date": "2019-12-16", @@ -3645,8 +3645,8 @@ module.exports = { "platform: arm", "platform: windows", "domain: config", - "domain: sources", "domain: networking", + "domain: sources", "domain: transforms", "domain: metrics" ], @@ -3704,19 +3704,6 @@ module.exports = { ], "title": "Unit Testing Your Vector Config Files" }, - { - "author_id": "ashley", - "date": "2019-12-13", - "description": "We're currently experimenting with Kubernetes integration\nThis functionality is undocumented and not yet ready for general use. However,\nwe consider it to be at Alpha stage and suitable for adventurous early adopters\nto try out.", - "id": "kubernetes-source-alpha", - "path": "website/blog/2019-12-13-kubernetes-source-alpha.md", - "permalink": "https://vector.dev/blog/kubernetes-source-alpha", - "tags": [ - "type: announcement", - "domain: sources" - ], - "title": "Alpha Kubernetes Source" - }, { "author_id": "ashley", "date": "2019-12-13", @@ -3730,6 +3717,19 @@ module.exports = { ], "title": "Use Custom DNS Servers" }, + { + "author_id": "ashley", + "date": "2019-12-14", + "description": "We're currently experimenting with Kubernetes integration\nThis functionality is undocumented and not yet ready for general use. However,\nwe consider it to be at Alpha stage and suitable for adventurous early adopters\nto try out.", + "id": "kubernetes-source-alpha", + "path": "website/blog/2019-12-14-kubernetes-source-alpha.md", + "permalink": "https://vector.dev/blog/kubernetes-source-alpha", + "tags": [ + "type: announcement", + "domain: sources" + ], + "title": "Alpha Kubernetes Source" + }, { "author_id": "ashley", "date": "2019-12-16", @@ -19498,25 +19498,12 @@ module.exports = { } ], "compare_url": "https://github.com/timberio/vector/compare/v0.6.0...v0.7.0", - "date": "2020-01-20", + "date": "2020-01-22", "deletions_count": 11774, "description": "You can't make an omelet without cracking some eggs. We have our eyes set on version 1 and a backlog of breaking changes we wanted to merge before we reach it. Version 0.7.0 is our attempt to cluster as many breaking changes as we can into a single release.", "insertions_count": 24373, "last_version": "0.6.0", "posts": [ - { - "author_id": "ashley", - "date": "2019-12-13", - "description": "We're currently experimenting with Kubernetes integration\nThis functionality is undocumented and not yet ready for general use. However,\nwe consider it to be at Alpha stage and suitable for adventurous early adopters\nto try out.", - "id": "kubernetes-source-alpha", - "path": "website/blog/2019-12-13-kubernetes-source-alpha.md", - "permalink": "https://vector.dev/blog/kubernetes-source-alpha", - "tags": [ - "type: announcement", - "domain: sources" - ], - "title": "Alpha Kubernetes Source" - }, { "author_id": "ashley", "date": "2019-12-13", @@ -19530,6 +19517,19 @@ module.exports = { ], "title": "Use Custom DNS Servers" }, + { + "author_id": "ashley", + "date": "2019-12-14", + "description": "We're currently experimenting with Kubernetes integration\nThis functionality is undocumented and not yet ready for general use. However,\nwe consider it to be at Alpha stage and suitable for adventurous early adopters\nto try out.", + "id": "kubernetes-source-alpha", + "path": "website/blog/2019-12-14-kubernetes-source-alpha.md", + "permalink": "https://vector.dev/blog/kubernetes-source-alpha", + "tags": [ + "type: announcement", + "domain: sources" + ], + "title": "Alpha Kubernetes Source" + }, { "author_id": "ashley", "date": "2019-12-16",