From 475689c2fd44e877c024dcf990582c1c27fedbd1 Mon Sep 17 00:00:00 2001 From: MOZGIII Date: Thu, 30 Apr 2020 19:43:30 +0300 Subject: [PATCH 1/2] Add MSKV at .meta/supported_versions.toml Signed-off-by: MOZGIII --- .meta/supported_versions.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .meta/supported_versions.toml diff --git a/.meta/supported_versions.toml b/.meta/supported_versions.toml new file mode 100644 index 0000000000000..8ab19b0dd617c --- /dev/null +++ b/.meta/supported_versions.toml @@ -0,0 +1,7 @@ +# This file holds generic specification of version constraints of the third-pary +# components that Vector integrates with. +# It's designed to be a signle source of truth for the decisions at the other +# project domains: implementation, distribution, data models and etc. + +# The minimal supported kubernetes version. +kubernetes = "v1.14" From c42bb4f92b41a2984360ab30c1ccf0dca2f14466 Mon Sep 17 00:00:00 2001 From: MOZGIII Date: Tue, 5 May 2020 23:53:12 +0300 Subject: [PATCH 2/2] Correct a typo --- .meta/supported_versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.meta/supported_versions.toml b/.meta/supported_versions.toml index 8ab19b0dd617c..2ea31749a68e8 100644 --- a/.meta/supported_versions.toml +++ b/.meta/supported_versions.toml @@ -1,5 +1,5 @@ -# This file holds generic specification of version constraints of the third-pary -# components that Vector integrates with. +# This file holds the generic specification of version constraints of the +# third-party components that Vector integrates with. # It's designed to be a signle source of truth for the decisions at the other # project domains: implementation, distribution, data models and etc.