From d8df7ad296e23d98ad30ee574f6a32c70ae6deaf Mon Sep 17 00:00:00 2001 From: jenkins-x-bot Date: Mon, 20 Jan 2025 10:56:09 +0000 Subject: [PATCH] chore(deps): upgrade to version 0.7.17 from: https://github.com/jenkins-x-plugins/jx-pipeline.git ----- # jenkins-x-plugins/jx-pipeline ## Changes in version 0.7.17 ### Chores * deps: bump github.com/go-git/go-git/v5 from 5.12.0 to 5.13.0 (dependabot[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 b0012eedca..c3d6d02780 100644 --- a/pkg/plugins/versions.go +++ b/pkg/plugins/versions.go @@ -28,7 +28,7 @@ const ( OctantJXVersion = "0.0.44" // PipelineVersion the version of the jx pipeline plugin - PipelineVersion = "0.7.16" + PipelineVersion = "0.7.17" // PreviewVersion the version of the jx preview plugin PreviewVersion = "0.5.1"