From 96c970c02c4f5252016e369b950084601abf2c37 Mon Sep 17 00:00:00 2001 From: vdaas-ci <57942646+vdaas-ci@users.noreply.github.com> Date: Thu, 15 Feb 2024 13:41:18 +0900 Subject: [PATCH] :robot: Automatically update PULL_REQUEST_TEMPLATE and ISSUE_TEMPLATE (#2353) Signed-off-by: Vdaas CI --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/security_issue_report.md | 2 +- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 46fda03883..40d0f16181 100755 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -24,5 +24,5 @@ assignees: "" - Go Version: 1.22.0 - Docker Version: 20.10.8 -- Kubernetes Version: v1.29.1 +- Kubernetes Version: v1.29.2 - NGT Version: 2.1.6 diff --git a/.github/ISSUE_TEMPLATE/security_issue_report.md b/.github/ISSUE_TEMPLATE/security_issue_report.md index e59aa58951..75099b3421 100644 --- a/.github/ISSUE_TEMPLATE/security_issue_report.md +++ b/.github/ISSUE_TEMPLATE/security_issue_report.md @@ -18,5 +18,5 @@ assignees: "" - Go Version: 1.22.0 - Docker Version: 20.10.8 -- Kubernetes Version: v1.29.1 +- Kubernetes Version: v1.29.2 - NGT Version: 2.1.6 diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 780a9e6a42..7d74af9558 100755 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -18,7 +18,7 @@ - Go Version: 1.22.0 - Docker Version: 20.10.8 -- Kubernetes Version: v1.29.1 +- Kubernetes Version: v1.29.2 - NGT Version: 2.1.6 ### Checklist