From bfe50bbdb19d47817fe70607f1250c80f3d12891 Mon Sep 17 00:00:00 2001 From: jenkins-x-bot Date: Wed, 1 Nov 2023 15:54:18 +0000 Subject: [PATCH] chore(deps): upgrade jenkins-x-plugins/jx-secret to version 0.4.4 from: https://github.com/jenkins-x-plugins/jx-secret.git ----- # jenkins-x-plugins/jx-secret ## Changes in version 0.4.4 ### Chores * deps: upgrade go dependencies (jenkins-x-bot) --- 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 cbbeadaa87..e10cf90c9a 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.3" + SecretVersion = "0.4.4" // TestVersion the version of the jx test plugin TestVersion = "0.0.53"