Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency pipeline-utility-steps to v2.16.0 #341

Merged
merged 1 commit into from
Oct 20, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 17, 2022

Mend Renovate

This PR contains the following updates:

Package Update Change
pipeline-utility-steps minor 2.13.2 -> 2.16.0

Release Notes

jenkinsci/pipeline-utility-steps-plugin (pipeline-utility-steps)

v2.16.0: 2.16.0

Compare Source

🚀 New features and improvements

📦 Dependency updates

v2.15.4: 2.15.4

Compare Source

📦 Dependency updates

v2.15.3: 2.15.3

Compare Source

SECURITY-2169

Escape hatch provided by setting the system property org.jenkinsci.plugins.pipeline.utility.steps.DecompressStepExecution.ALLOW_EXTRACTION_OUTSIDE_DESTINATION=true

v2.15.2: 2.15.2

Compare Source

👻 Maintenance

📦 Dependency updates

v2.15.1: 2.15.1

Compare Source

🚀 New features and improvements

📦 Dependency updates

v2.15.0: 2.15.0

Compare Source

🚀 New features and improvements

👻 Maintenance

📦 Dependency updates

v2.14.0: 2.14.0

Compare Source

🚀 New features and improvements

🐛 Bug fixes

📦 Dependency updates


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@ti-ee ti-ee bot requested review from jayl1e and mahjonp December 17, 2022 12:50
@ti-ee
Copy link
Contributor

ti-ee bot commented Dec 17, 2022

Hi @renovate[bot]. Thanks for your PR.

I'm waiting for a PingCAP-QE member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@renovate renovate bot changed the title Update dependency pipeline-utility-steps to v2.14.0 chore(deps): update dependency pipeline-utility-steps to v2.14.0 Dec 17, 2022
@renovate renovate bot changed the title chore(deps): update dependency pipeline-utility-steps to v2.14.0 chore(deps): update dependency pipeline-utility-steps to v2.15.1 Mar 23, 2023
@renovate renovate bot force-pushed the renovate/pipeline-utility-steps-2.x branch from b740be6 to 8e939ec Compare March 23, 2023 03:19
@renovate renovate bot force-pushed the renovate/pipeline-utility-steps-2.x branch from 8e939ec to 415a427 Compare April 10, 2023 13:27
@ti-ee
Copy link
Contributor

ti-ee bot commented Apr 10, 2023

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: renovate[bot]
Once this PR has been reviewed and has the lgtm label, please assign wuhuizuo for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@renovate renovate bot force-pushed the renovate/pipeline-utility-steps-2.x branch 3 times, most recently from f950b74 to 6d157c4 Compare April 21, 2023 09:32
@ti-ee
Copy link
Contributor

ti-ee bot commented Apr 21, 2023

I have already done a preliminary review for you, and I hope to help you do a better job.


Pull Request Review

Summary of Changes

The pull request updates pipeline-utility-steps package from version 2.13.2 to version 2.15.1.

Potential Problems

There are no potential problems identified in this pull request.

Suggested Fixes

No issues has been detected to require fixing.

From 6d157c4cd21ecf1ed72a6cbf113b65dfbe1ab0f7 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 21 Apr 2023 09:32:54 +0000
Subject: [PATCH] chore(deps): update dependency pipeline-utility-steps to
 v2.15.1

---
 apps/prod/jenkins/release/values-controller-plugins.yaml    | 2 +-
 apps/staging/jenkins/release/values-controller-plugins.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/apps/prod/jenkins/release/values-controller-plugins.yaml b/apps/prod/jenkins/release/values-controller-plugins.yaml
index 1f4ed090..3b304619 100644
--- a/apps/prod/jenkins/release/values-controller-plugins.yaml
+++ b/apps/prod/jenkins/release/values-controller-plugins.yaml
@@ -49,7 +49,7 @@ controller:
     - artifactId: pipeline-utility-steps
       source:
         # renovate: datasource=jenkins-plugins depName=pipeline-utility-steps
-        version: 2.13.2
+        version: 2.15.1
     - artifactId: http_request
       source:
         # renovate: datasource=jenkins-plugins depName=http_request
diff --git a/apps/staging/jenkins/release/values-controller-plugins.yaml b/apps/staging/jenkins/release/values-controller-plugins.yaml
index 6353f756..11dba532 100644
--- a/apps/staging/jenkins/release/values-controller-plugins.yaml
+++ b/apps/staging/jenkins/release/values-controller-plugins.yaml
@@ -49,7 +49,7 @@ controller:
     - artifactId: pipeline-utility-steps
       source:
         # renovate: datasource=jenkins-plugins depName=pipeline-utility-steps
-        version: 2.13.2
+        version: 2.15.1
     - artifactId: http_request
       source:
         # renovate: datasource=jenkins-plugins depName=http_request

@renovate renovate bot force-pushed the renovate/pipeline-utility-steps-2.x branch from 6d157c4 to b3805d4 Compare April 26, 2023 19:24
@renovate renovate bot changed the title chore(deps): update dependency pipeline-utility-steps to v2.15.1 chore(deps): update dependency pipeline-utility-steps to v2.15.2 Apr 26, 2023
@ti-ee
Copy link
Contributor

ti-ee bot commented Apr 26, 2023

I have already done a preliminary review for you, and I hope to help you do a better job.


Review of Github Pull Request titled "chore(deps): update dependency pipeline-utility-steps to v2.15.1"

This pull request contains an update to pipeline-utility-steps dependency from version 2.13.2 to 2.15.1.

Key Changes

  • pipeline-utility-steps version updated from 2.13.2 to 2.15.1
  • Other dependency updates

Potential Problems

No potential problems have been identified in this pull request.

Fixing Suggestions

No fixes are required for this pull request as it is a simple dependency update.

Overall, this is a straightforward pull request and can be safely merged.

@renovate renovate bot force-pushed the renovate/pipeline-utility-steps-2.x branch from b3805d4 to 9b5d929 Compare May 16, 2023 17:16
@renovate renovate bot changed the title chore(deps): update dependency pipeline-utility-steps to v2.15.2 chore(deps): update dependency pipeline-utility-steps to v2.15.3 May 16, 2023
@wuhuizuo wuhuizuo force-pushed the main branch 3 times, most recently from 5565434 to 367b190 Compare May 22, 2023 11:14
@renovate renovate bot force-pushed the renovate/pipeline-utility-steps-2.x branch from 9b5d929 to 906559e Compare June 1, 2023 13:14
@renovate renovate bot changed the title chore(deps): update dependency pipeline-utility-steps to v2.15.3 chore(deps): update dependency pipeline-utility-steps to v2.15.4 Jun 1, 2023
@wuhuizuo wuhuizuo force-pushed the main branch 4 times, most recently from a097282 to c412737 Compare June 4, 2023 07:16
@ti-chi-bot ti-chi-bot bot added the size/XS label Jun 19, 2023
@wuhuizuo wuhuizuo force-pushed the main branch 2 times, most recently from 8984fa7 to 4969c04 Compare July 2, 2023 09:59
@renovate renovate bot changed the title chore(deps): update dependency pipeline-utility-steps to v2.15.4 chore(deps): update dependency pipeline-utility-steps to v2.16.0 Jul 6, 2023
@renovate renovate bot force-pushed the renovate/pipeline-utility-steps-2.x branch from 906559e to e7bd4de Compare July 6, 2023 14:38
@renovate renovate bot force-pushed the renovate/pipeline-utility-steps-2.x branch 2 times, most recently from 1f0f0f9 to e9fb5c3 Compare October 5, 2023 18:43
@renovate renovate bot force-pushed the renovate/pipeline-utility-steps-2.x branch from e9fb5c3 to f591fac Compare October 19, 2023 11:51
@ti-chi-bot ti-chi-bot bot added area/apps env/staging will deploy on staging cluster labels Oct 19, 2023
@ti-chi-bot
Copy link
Contributor

ti-chi-bot bot commented Oct 20, 2023

[LGTM Timeline notifier]

Timeline:

  • 2023-10-20 02:36:17.979530205 +0000 UTC m=+1970175.566640350: ☑️ agreed by wuhuizuo.

@wuhuizuo
Copy link
Collaborator

/ok-to-test

@ti-chi-bot
Copy link
Contributor

ti-chi-bot bot commented Oct 20, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: wuhuizuo

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ti-chi-bot ti-chi-bot bot merged commit 220a714 into main Oct 20, 2023
3 checks passed
@ti-chi-bot ti-chi-bot bot deleted the renovate/pipeline-utility-steps-2.x branch October 20, 2023 02:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant