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

Add changelog for 2.54 with new CLI and Java 8 requirement #815

Merged
merged 5 commits into from
Apr 9, 2017
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
73 changes: 60 additions & 13 deletions content/_data/changelogs/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
issue: 42141
pull: 2752
- type: bug
message: Use of the remote API to create items in views (<tt>/view/…/createItem</tt>) didn't actually add items to views since Jenkins 2.22.
message: Use of the remote API to create items in views (<code>/view/…/createItem</code>) didn't actually add items to views since Jenkins 2.22.
issue: 41128
pull: 2760
- type: bug
Expand All @@ -70,7 +70,7 @@
pull: 2758
- type: rfe
message: >
Developer: Allow referencing radio buttons in <tt>f:validateButton</tt> validation methods.
Developer: Allow referencing radio buttons in <code>f:validateButton</code> validation methods.
pull: 2734
- version: "2.49"
date: 2017-03-05
Expand Down Expand Up @@ -211,7 +211,7 @@
- type: major bug
pull: 2803
issue: 42724
message: Restore Windows Slaves Plugin 1.2 compatibility by restoring <tt>windows-service/jenkins.xml</tt>, regression in 2.50.
message: Restore Windows Slaves Plugin 1.2 compatibility by restoring <code>windows-service/jenkins.xml</code>, regression in 2.50.
- type: rfe
pull: 2796
message: >
Expand All @@ -236,22 +236,22 @@
pull: 2782
- type: bug
message: >
Internal API: Make <tt>Run#compareTo</tt> work across jobs.
Internal API: Make <code>Run#compareTo</code> work across jobs.
issue: 42319
pull: 2762
- type: rfe
message: >
Internal API: Save <tt>Jenkins</tt> after calling <tt>setSecurityRealm</tt> or <tt>setAuthorizationStrategy</tt>.
Internal API: Save <code>Jenkins</code> after calling <code>setSecurityRealm</code> or <code>setAuthorizationStrategy</code>.
pull: 2790
- type: rfe
message: >
Internal API: Annotate <tt>PermissionGroup#owner</tt> <tt>@Nonnull</tt>.
Internal API: Annotate <code>PermissionGroup#owner</code> <code>@Nonnull</code>.
pull: 2805
- version: "2.52"
date: 2017-03-26
changes:
- type: bug
message: <tt>Computer#addAction</tt> would throw an <tt>UnsupportedOperationException</tt> since Jenkins 2.30. Such a call site was released in SSH Slaves Plugin 1.15 for SECURITY-161.
message: <code>Computer#addAction</code> would throw an <code>UnsupportedOperationException</code> since Jenkins 2.30. Such a call site was released in SSH Slaves Plugin 1.15 for SECURITY-161.
references:
- issue: 42969
- url: https://jenkins.io/security/advisory/2017-03-20/
Expand All @@ -268,11 +268,11 @@
date: 2017-04-02
changes:
- type: major bug
issue: 42744
pull: 2826
message: >
Update to Windows Service Wrapper <tt>2.0.3</tt> and Windows Agent Installer <tt>1.8</tt> to prevent conversion of environment variables to lowercase in the agent executable, regression in Jenkins <tt>2.50</tt>.
Update to Windows Service Wrapper 2.0.3 and Windows Agent Installer 1.8 to prevent conversion of environment variables to lowercase in the agent executable, regression in Jenkins 2.50.
references:
- issue: 42744
# pull: 2826
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Deliberate: On top level, we only show issue if both exist, but in references, we show everything. Keep top-level behavior but document the pull request number.

- url: https://github.com/kohsuke/winsw/blob/master/CHANGELOG.md#203
title: WinSW Changelog
- url: https://github.com/jenkinsci/windows-slave-installer-module/blob/master/CHANGELOG.md#18
Expand All @@ -283,14 +283,61 @@
references:
- url: https://bugs.openjdk.java.net/browse/JDK-8080225
title: JDK-8080225
issue: 42934
pull: 2816
- issue: 42934
# pull: 2816
Copy link
Contributor Author

Choose a reason for hiding this comment

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

As above.

- type: rfe
issue: 34670
pull: 2445
message: >
Internal API:
Add support of a new full screen mode in <tt>layout.jelly</tt>.
Add support of a new full screen mode in <code>layout.jelly</code>.
- version: "2.54"
date: 2017-04-09
changes:
# Not notable PRs: 2833, 2830, and 2519 were just internal cleanup; #2832 a very minor localization change
- type: major rfe
message: >
<strong>Jenkins now requires Java 8 to run.</strong>
references:
- issue: 27624
- issue: 42709
- pull: 2802
- url: /blog/2017/01/17/Jenkins-is-upgrading-to-Java-8/
title: announcement blog post
- type: major rfe
message: >
Non-Remoting-based CLI.
references:
- issue: 41745
- pull: 2795
# - url: TODO
# title: announcement blog post
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Prepared for blog post I expect will be published in the next few days.

Copy link
Contributor

Choose a reason for hiding this comment

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

I would also provide a link to CLI documentation, which will be updated by #802

- type: rfe
message: >
Disable SSH server by default.
Copy link
Contributor

Choose a reason for hiding this comment

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

SSH Server port

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't think there's a relevant difference.

issue: 33595
- type: rfe
message: >
Use case-insensitive search by default for new and anonymous users.
pull: 2801
issue: 42645
- type: bug
message: >
Introduce status indicator for skipped download job.
# TODO adequately explain what this does
Copy link
Contributor

Choose a reason for hiding this comment

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

IMHO it's enough

issue: 40848
pull: 2705
- type: bug
message: >
Properly handle saving system configuration when disabling all administrative monitors.
Copy link
Contributor

Choose a reason for hiding this comment

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

"all" and "all excepting one"

issue: 42852
pull: 2828
- type: bug
message: >
When validating a cron expression, consider the specified time zone.
pull: 2824
issue: 43228


# DO NOT EDIT THIS FILE DIRECTLY
# ALL CHANGES MUST GO THROUGH PULL REQUESTS
Expand Down