From 80da76b6272ec25c50d20c2f62a8e58fb7b68ade Mon Sep 17 00:00:00 2001 From: jenkins-x-bot Date: Fri, 11 Oct 2024 10:44:36 +0000 Subject: [PATCH] chore(deps): upgrade jenkins-x-plugins/jx-changelog to version 0.10.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit from: https://github.com/jenkins-x-plugins/jx-changelog.git ----- # jenkins-x-plugins/jx-changelog ## Changes in version 0.10.5 ### Bug Fixes * decrease resource requests (Mårten Svantesson) * increase resource requests and reduce number of binaries to build (Mårten Svantesson) * linting (Mårten Svantesson) ### Chores * more upgrades (Mårten Svantesson) * upgrade go and other dependencies (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 6ebde953cb..954ad59995 100644 --- a/pkg/plugins/versions.go +++ b/pkg/plugins/versions.go @@ -13,7 +13,7 @@ const ( ApplicationVersion = "0.3.3" // ChangelogVersion the version of the jx changelog plugin - ChangelogVersion = "0.10.3" + ChangelogVersion = "0.10.5" // GitOpsVersion the version of the jx gitops plugin GitOpsVersion = "0.21.4"