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 plugin from 4.48 to 4.49 #603

Merged
merged 2 commits into from
Nov 1, 2022
Merged

Conversation

NotMyFault
Copy link
Member

Picking up #601 (comment)

@jglick 4.49 removed the default the versions set for yarn, node and npm. This repository uses all three tools, but did declare <node.version> and <npm.version> only.

This PR demonstrates how to upgrade to 4.49 by specifying <yarn.version>.

I'll add a few links to the 4.49 changelog where to obtain these versions from. I'd assume that makes it easier for users to upgrade?

Closes #601

@NotMyFault NotMyFault requested a review from a team as a code owner October 31, 2022 12:26
Copy link
Member

@jglick jglick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tried interactively and the basics of the Pipeline editor seem to be working.

@jglick jglick added the dependencies Pull requests that update a dependency file label Oct 31, 2022
@jglick jglick enabled auto-merge October 31, 2022 12:32
@NotMyFault
Copy link
Member Author

Rephrased https://github.com/jenkinsci/plugin-pom/releases/tag/plugin-4.49, to highlight what users need to look for when specifying a version.

@@ -69,6 +69,7 @@
<groovy-cps.version>1.34</groovy-cps.version>
<node.version>16.17.0</node.version>
<npm.version>8.18.0</npm.version>
<yarn.version>1.22.19</yarn.version>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not listed on https://github.com/yarnpkg/berry/releases; is this just the previous hard-coded value or something?

Copy link
Member Author

@NotMyFault NotMyFault Oct 31, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the last release of the 1.x line. 1.x is unsupported for several years, but the current supported line, berry (3.x), requires jenkinsci/plugin-pom#625 on our end first, before working out of the box.

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.

2 participants