From 49c8833e6e6a9423015100fdbda12dd761a8337e Mon Sep 17 00:00:00 2001 From: svandive <62157373+svandive@users.noreply.github.com> Date: Sun, 28 Jun 2026 17:40:10 -0400 Subject: [PATCH 1/2] Bump version from 1.3.1 to 1.4.1 Reflect the current version in the version.go resource. --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 055962e..bf695e8 100644 --- a/version/version.go +++ b/version/version.go @@ -1,3 +1,3 @@ package version -const Version = "1.3.1" +const Version = "1.4.1" From 74c9ac1acef710ae434983b9db1ab440b395de06 Mon Sep 17 00:00:00 2001 From: miloschwartz Date: Mon, 25 May 2026 21:45:38 -0700 Subject: [PATCH 2/2] update issue template --- .github/ISSUE_TEMPLATE/1.bug_report.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1.bug_report.yml b/.github/ISSUE_TEMPLATE/1.bug_report.yml index 41dbe7b..c945608 100644 --- a/.github/ISSUE_TEMPLATE/1.bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1.bug_report.yml @@ -14,12 +14,13 @@ body: label: Environment description: Please fill out the relevant details below for your environment. value: | - - OS Type & Version: (e.g., Ubuntu 22.04) + - OS Type & Version: - Pangolin Version: + - Edition (Community or Enterprise): - Gerbil Version: - Traefik Version: - Newt Version: - - Olm Version: (if applicable) + - Client Version: validations: required: true