From 4763e98e855e312c0666fe9bb1a210a129980e14 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Fri, 27 Oct 2023 09:08:59 -0600 Subject: [PATCH 1/2] Do not update to credentials 1305.x https://github.com/jenkinsci/credentials-plugin/releases/tag/1305.v04f5ec1f3743 notes that a regression is being investigated as reported in https://github.com/jenkinsci/credentials-plugin/pull/490#issuecomment-1782975527 https://github.com/jenkinsci/credentials-plugin/pull/492 submitted to resolve the issue --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e08e41b08..8dadbb993 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,6 +11,8 @@ updates: ignore: - dependency-name: "org.jenkins-ci.plugins:google-oauth-plugin" versions: ["1.1.1", "1.318.vb_39c5db_e3041"] + - dependency-name: "org.jenkins-ci.plugins:credentials" + versions: "1305.v04f5ec1f3743" schedule: interval: "daily" - package-ecosystem: "github-actions" From 4f9b08d5884c618ac1dc92a2dab15aab94941b5d Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Fri, 27 Oct 2023 09:12:19 -0600 Subject: [PATCH 2/2] Revert "Bump org.jenkins-ci.plugins:credentials in /bom-weekly (#2617)" https://github.com/jenkinsci/credentials-plugin/releases/tag/1305.v04f5ec1f3743 notes that a regression is being investigated as reported in https://github.com/jenkinsci/credentials-plugin/pull/490#issuecomment-1782975527 https://github.com/jenkinsci/credentials-plugin/pull/492 submitted to resolve the issue This reverts commit 2a4afc323898918e359e58a907346973fff303e1. --- bom-weekly/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bom-weekly/pom.xml b/bom-weekly/pom.xml index 23913a9e6..0226e4449 100644 --- a/bom-weekly/pom.xml +++ b/bom-weekly/pom.xml @@ -494,7 +494,7 @@ org.jenkins-ci.plugins credentials - 1305.v04f5ec1f3743 + 1304.v5ec13eecef46 org.jenkins-ci.plugins