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

Bump workflow-cps from 2.6 to 2.65 #260

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 1, 2022

Bumps workflow-cps from 2.6 to 2.65.

Changelog

Sourced from workflow-cps's changelog.

2.69

Release date: 2019-05-28

  • Fix: Prevent a memory leak that could occur when shared libraries were used inside of a node step. (JENKINS-50223)
  • Fix: Make an internal collection thread-safe to prevent an IOException with the message "cannot find current thread" from being thrown intermittently when using some types of non-blocking steps. (JENKINS-56890)

2.68

Release date: 2019-05-10

  • Fix: Improve handling of step arguments that cannot be data-bound. Fixes some cases where a non-fatal NoStaplerConstructorException would be visible in logs. (JENKINS-54186)
  • Fix: Simplify stack traces for code inside of Pipeline libraries to avoid issues deserializing those stack traces. (JENKINS-57085)
  • Fix: Make the support bundle component that provides Pipeline timing information more robust so that errors in one build do not keep timing information from being added to the support bundle for other builds. (PR 283)

2.67

Release date: 2019-04-19

  • Improvement: Better handling of RejectedAccessException within try/catch and catchError blocks. (JENKINS-34973)

2.66

Release date: 2019-04-11

  • Fix: parallel and load steps did not clean up internal state correctly after their executions completed, leading to failures upon resuming a Pipeline and various kinds of memory leaks in some cases. (JENKINS-41791)
  • Fix: When checking out a Pipeline from SCM, the support for SCM retry count did not retry the checkout attempt for certain kinds of errors when it should have. (PR 274)
  • Improvement: Avoid logging certain kinds of unhelpful warnings when determining whether a Pipeline should block Jenkins from restarting (PR 277).
  • Improvement: Update samples to use the non-deprecated archiveArtifacts step instead of archive. (PR 273)
  • Improvement: Fix documentation for the params variable explaining how to use it with a default value. (JENKINS-56688)
  • Improvement: Add internationalization support and Chinese localization for "Pipeline Syntax" links. (PR 276)

2.65

Release date: 2019-03-25

2.64

Release date: 2019-03-06

2.63

Release date: 2019-02-01

  • Enhancement: Enable the StepEnvironmentContributor extension point added in version 2.19 of Pipeline Step API Plugin (JENKINS-51170)
  • Fix: Notify global GraphListener implementations of FlowStartNodes when a Pipeline build begins (JENKINS-52189)

... (truncated)

Commits
  • baf71f2 [maven-release-plugin] prepare release workflow-cps-2.65
  • 2e5a67f [SECURITY-1353] Problems with casts
  • aea04ac [maven-release-plugin] prepare for next development iteration
  • 6f53985 [maven-release-plugin] prepare release workflow-cps-2.64
  • 3dcb238 [SECURITY-1336] Prevent unsandboxed invocation of constructors
  • 0fd80c4 [maven-release-plugin] prepare for next development iteration
  • a082c2f [maven-release-plugin] prepare release workflow-cps-2.63
  • 1110b5e Update to released versions of workflow-step-api and workflow-support
  • 731a4bd Merge pull request #232 from svanoort/fix-notify-for-flowstartnode
  • d9f2a6c Merge pull request #229 from t-8ch/step-environment-contributor
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [workflow-cps](https://github.com/jenkinsci/workflow-cps-plugin) from 2.6 to 2.65.
- [Release notes](https://github.com/jenkinsci/workflow-cps-plugin/releases)
- [Changelog](https://github.com/jenkinsci/workflow-cps-plugin/blob/master/CHANGELOG.md)
- [Commits](jenkinsci/workflow-cps-plugin@workflow-cps-2.6...workflow-cps-2.65)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins.workflow:workflow-cps
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants