Skip to content

Commit

Permalink
Add Jenkins 2.282 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Mar 2, 2021
1 parent eaabcc1 commit 76928d4
Showing 1 changed file with 86 additions and 0 deletions.
86 changes: 86 additions & 0 deletions content/_data/changelogs/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10326,6 +10326,92 @@
# pull: 5294 (PR title: Use FINE not FINEST for log messages that used to be INFO)
# pull: 5295 (PR title: Update ATH)

- version: '2.282'
date: 2021-03-02
changes:
- type: major bug
category: regression
pull: 5317
authors:
- olamy
references:
- pull: 5317
- url: https://github.com/eclipse/jetty.project/releases/tag/jetty-9.4.38.v20210224
title: Jetty 9.4.38 changelog
- url: https://github.com/eclipse/jetty.project/releases/tag/jetty-9.4.37.v20210219
title: Jetty 9.4.37 changelog
- url: https://github.com/eclipse/jetty.project/releases/tag/jetty-9.4.36.v20210114
title: Jetty 9.4.36 changelog
message: |-
Update Eclipse Jetty from 9.4.35.v20201120 to 9.4.38.v20210224 for bug fixes and enhancements.
- type: major rfe
category: major rfe
pull: 5049
issue: 64107
authors:
- kuisathaverat
- timja
references:
- issue: 55582
- issue: 64107
- pull: 5049
- url: https://github.com/jenkinsci/sshd-module
title: SSHD module repository
message: |-
SSHD module is no longer bundled in Jenkins core.
Provide SSHD as a plugin.
- type: rfe
category: rfe
pull: 5311
authors:
- basil
message: |-
Do not force plugin upgrades of recently detached plugins (regression in 2.279).
- type: rfe
category: rfe
pull: 5292
authors:
- dependabot[bot]
references:
- pull: 5292
- url: "https://github.com/jenkinsci/remoting/releases/tag/remoting-4.7"
title: Remoting 4.7 changelog
message: |-
Upgrade from Remoting 4.6 to Remoting 4.7 with bugfixes and dependency updates.
- type: rfe
category: rfe
pull: 5266
authors:
- gulyaev13
message: |-
Remove the hardcoded JKS key store so that other key stores can be used, like BCFKS from the FIPS version of Bouncy Castle.
- type: bug
category: bug
pull: 5138
issue: 64510
authors:
- jeffret-b
- timja
message: |-
Improve reconnection behavior for inbound TCP agents.
- type: bug
category: bug
pull: 5301
authors:
- jvz
message: |-
Internal: Ensure that <code>Jenkins#setViews()</code> updates the configuration only when all views are successfully set.
# pull: 5054 (PR title: Log a message about the interrupted exception at this level)
# pull: 5272 (PR title: Bump jline from 2.12 to 2.14.6)
# pull: 5289 (PR title: Bump frontend-maven-plugin from 1.11.0 to 1.11.2)
# pull: 5300 (PR title: Bump spring-security-bom from 5.4.4 to 5.4.5)
# pull: 5307 (PR title: Bump mockito-core from 3.7.7 to 3.8.0)
# pull: 5312 (PR title: Replace usages of deprecated jenkins.widgets.HistoryPageFilter.add(java.util.List) with non-deprecated jenkins.widgets.HistoryPageFilter.add(Iterable))
# pull: 5313 (PR title: Use native Java functionality rather than Guava's Lists#newArrayList, Maps#newHashMap, and Sets#newHashSet where possible)
# pull: 5314 (PR title: Clean up JUnit assertions)
# pull: 5315 (PR title: Update jetty-maven-plugin to match winstone)

# DO NOT EDIT THIS FILE DIRECTLY ON GITHUB IF YOU HAVE COMMIT ACCESS
# ALL CHANGES MUST GO THROUGH PULL REQUESTS
# MALFORMED FILE CONTENTS WILL BREAK THE SITE BUILD

0 comments on commit 76928d4

Please sign in to comment.