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

Update dependency workflow-step-api to v678 #116

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 6, 2024

This PR contains the following updates:

Package Update Change
workflow-step-api major 1.15 -> 678.v3ee58b_469476

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

jenkinsci/workflow-step-api-plugin (workflow-step-api)

v678.v3ee58b_469476

Compare Source

👷 Changes for plugin developers

📝 Documentation updates

👻 Maintenance

📦 Dependency updates

v657.v03b_e8115821b_

Compare Source

🚀 New features and improvements

v655.v6e098b_87b_84f

Compare Source

🚀 New features and improvements

  • Mention step name in MissingContextVariableException detail message (#​143) @​jglick

v653.v84d381622a_a_d

Compare Source

👻 Maintenance

📦 Dependency updates

v639.v6eca_cd8c04a_a_

Compare Source

👷 Changes for plugin developers

📝 Documentation updates

👻 Maintenance

📦 Dependency updates

v625.vd896b_f445a_f8

Compare Source

📦 Dependency updates

v622.vb_8e7c15b_c95a_

Compare Source

🚀 New features and improvements

  • Allow AbstractStepImpl to still be subclassed for serial compatibility (#​81) @​jglick

📦 Dependency updates

v615.vb09dac339255

Compare Source

🚀 New features and improvements

v604.vffcf73c782e7

Compare Source

🐛 Bug fixes

  • DynamicContext.Typed did not correctly handle queries of subtypes (#​73) @​jglick

📦 Dependency updates

📝 Documentation updates

👻 Maintenance

🚦 Tests

  • Use container agent in Jenkinsfile and test on Java 11 (#​69) @​basil

v2.24

Compare Source

Release date: 2021-07-12

  • Bug: Pipeline retry operation doesn't retry when there is a timeout inside of it. (JENKINS-51454)(PR 61)

v2.23

Compare Source

Release date: 2020-10-14

  • Internal: Use BOM. (PR-54)
  • Internal: Update minimum core version to 2.176.4 and parent POM. (PR-56)
  • Developer: Add API to look up registered sensitive variable names. Part of the fix for JENKINS-47101 and JENKINS-63254. (PR 57)
  • Internal: Use gitHubRepo for incrementals. See JENKINS-58716. (PR-58)

v2.22

Compare Source

Release date: 2020-01-03

  • Developer: Add flag to FlowInterruptedException to indicate when the exception is only being used to propagate a result and is not a true interruption. Part of the fix for JENKINS-60354. (PR 51)
  • Internal: Update parent POM. (PR 52)

v2.21

Compare Source

Release date: 2019-11-25

  • Fix: Prevent potential concurrency issues that may have caused incorrect error reporting when attempting to cancel some kinds of steps more than once. (PR 46)
  • Developer: DynamicContext is now considered a stable API. (PR 47)
  • Internal: Add regression tests for JENKINS-58878. (PR 49)
  • Internal: Update parent POM. (PR 45)

v2.20

Compare Source

Release date: 2019-06-03

  • JENKINS-41854 -
    Add DynamicContext extension point that can be used to dynamically
    inject and refresh Pipeline context variables.
  • PR #​44 -
    Improve how FlowInterruptedExceptions that contain
    nested FlowInterruptedExceptions are displayed in build logs.
  • PR #​43 -
    Deprecate StepDescriptor.newInstance and StepDescriptor.uninstantiate in
    favor of more general methods provided by CustomDescribableModel.

v2.19

Compare Source

Release date: 2019-02-01

Requires Jenkins core 2.121.1 or newer.

  • JENKINS-51170 -
    Add StepEnvironmentContributor extension point, which allows
    extensions to access the current FlowNode when expanding environment
    variables.
  • Internal - Simplify test code by depending on a more recent version
    of workflow-cps in test scope.

v2.18

Compare Source

Release date: 2019-01-14

  • JENKINS-49337 -
    Add GeneralNonBlockingStepExecution utility to allow block-scope
    steps to execute without blocking the CPS VM thread.

v2.17

Compare Source

Release date: 2018-12-06

  • Explicitly set the class loader used for worker threads created
    by SynchronousNonBlockingStepExecution and its implementations to
    avoid issues where the incorrect class loader was set on a worker
    thread. May
    fix JENKINS-53305,
    but we have not been able to reproduce the issue in a test
    environment to confirm.

v2.16

Compare Source

Release date: 2018-06-25

  • Update SynchronousNonBlockingStepExecution.stop to properly handle
    FlowInterruptedException.

v2.15

Compare Source

Release date: 2018-05-19

  • Prevent silent hangs in SynchronousNonBlockingStepExecution.run by
    catching and handling all Throwables
  • Support Incrementals

v2.14

Compare Source

Release date: 2017-11-21

  • JENKINS-48115 -
    Be defensive and don't include "metasteps" with Object
    or Void.Type as their metaStepArgumentType, since that can end
    up breaking many things.

v2.13

Compare Source

Release date: 2017-09-19

  • JENKINS-26148 -
    Default implementation provided for StepExecution.stop

v2.12

Compare Source

Release date: 2017-06-30

  • The StepDescriptor.argumentsToString parameter need no longer be
    checked for null.

v2.11

Compare Source

Release date: 2017-06-05

  • Added EnvironmentExpander.constant API.

v2.10

Compare Source

Release date: 2017-05-22

  • Feature: provide APIs to format Step arguments to Strings for UI
    display - JENKINS-37324
  • Provide more legible stack traces

v2.9

Compare Source

Release date: 2017-02-08

  • Redundant recording of causes of interruption, affecting
    JENKINS-41276
    fix.
  • Excessive logging in virtual thread dumps; related to
    JENKINS-41551
    fix.

v2.8

Compare Source

Release date: 2017-02-02

  • JENKINS-41551
    Fix a deadlock from calling getStatusBounded in
    StepExecution.toString

v2.7

Compare Source

Release date: 2017-01-10

  • JENKINS-40909
    Enable steps formerly using AbstractStepExecutionImpl, which for
    compatibility reasons must continue to do so, to compile without
    deprecation warnings.

v2.6

Compare Source

Release date: 2016-12-12

  • JENKINS-39134
    Deprecating Guice-based step implementations as this system led to
    various hard-to-debug problems. Issuing a runtime warning when one
    such case can be detected.
  • Making the test JAR smaller.

v2.5

Compare Source

Release date: 2016-10-31

  • JENKINS-39275
    Make sure diagnostics added in 2.2 do not block a thread
    indefinitely.

v2.4

Compare Source

Release date: 2016-09-23

  • Error reporting improvement after build abort.

v2.3

Compare Source

Release date: 2016-07-28

  • Infrastructure for
    JENKINS-29922.
  • Record exceptions thrown during cleanup from a block step when the
    block also failed.

v2.2

Compare Source

Release date: 2021-07-12

  • Bug: Pipeline retry operation doesn't retry when there is a timeout inside of it. (JENKINS-51454)(PR 61)

v2.1

Compare Source

Release date: 2019-02-01

Requires Jenkins core 2.121.1 or newer.

  • JENKINS-51170 -
    Add StepEnvironmentContributor extension point, which allows
    extensions to access the current FlowNode when expanding environment
    variables.
  • Internal - Simplify test code by depending on a more recent version
    of workflow-cps in test scope.

v2.0

Release date: 2016-04-05

  • First release under per-plugin versioning scheme. See 1.x
    changelog

    for earlier releases.
  • Deprecated DescribableHelper in favor of the Structs
    plugin
    .

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency workflow-step-api to v678 Update dependency workflow-step-api to v678 - autoclosed Sep 6, 2024
@renovate renovate bot closed this Sep 6, 2024
@renovate renovate bot deleted the renovate/workflow-step-api-678.x branch September 6, 2024 08:00
@renovate renovate bot restored the renovate/workflow-step-api-678.x branch September 6, 2024 10:03
@renovate renovate bot changed the title Update dependency workflow-step-api to v678 - autoclosed Update dependency workflow-step-api to v678 Sep 6, 2024
@renovate renovate bot reopened this Sep 6, 2024
@renovate renovate bot changed the title Update dependency workflow-step-api to v678 Update dependency workflow-step-api to v678 - autoclosed Sep 9, 2024
@renovate renovate bot closed this Sep 9, 2024
@renovate renovate bot deleted the renovate/workflow-step-api-678.x branch September 9, 2024 14:34
@renovate renovate bot changed the title Update dependency workflow-step-api to v678 - autoclosed Update dependency workflow-step-api to v678 Sep 9, 2024
@renovate renovate bot reopened this Sep 9, 2024
@renovate renovate bot restored the renovate/workflow-step-api-678.x branch September 9, 2024 16:41
@renovate renovate bot changed the title Update dependency workflow-step-api to v678 Update dependency workflow-step-api to v678 - autoclosed Sep 11, 2024
@renovate renovate bot closed this Sep 11, 2024
@renovate renovate bot deleted the renovate/workflow-step-api-678.x branch September 11, 2024 17:26
@renovate renovate bot changed the title Update dependency workflow-step-api to v678 - autoclosed Update dependency workflow-step-api to v678 Sep 12, 2024
@renovate renovate bot reopened this Sep 12, 2024
@renovate renovate bot restored the renovate/workflow-step-api-678.x branch September 12, 2024 08:29
@totto totto closed this Oct 10, 2024
Copy link
Contributor Author

renovate bot commented Oct 10, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 678.x releases. But if you manually upgrade to 678.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/workflow-step-api-678.x branch October 10, 2024 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant