From f1c450d49bf28289f517454b19d7baeab8d947c8 Mon Sep 17 00:00:00 2001 From: jenkins-x-bot Date: Wed, 8 Nov 2023 22:22:42 +0000 Subject: [PATCH] chore(deps): upgrade jenkins-x-plugins/jx-secret to version 0.4.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit from: https://github.com/jenkins-x-plugins/jx-secret.git ----- # jenkins-x-plugins/jx-secret ## Changes in version 0.4.5 ### Bug Fixes * improvements to edit (MÃ¥rten Svantesson) --- pkg/plugins/versions.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/plugins/versions.go b/pkg/plugins/versions.go index e10cf90c9a..a2842ca9a7 100644 --- a/pkg/plugins/versions.go +++ b/pkg/plugins/versions.go @@ -40,7 +40,7 @@ const ( PromoteVersion = "0.6.6" // SecretVersion the version of the jx secret plugin - SecretVersion = "0.4.4" + SecretVersion = "0.4.5" // TestVersion the version of the jx test plugin TestVersion = "0.0.53"