Skip to content

Commit 72341be

Browse files
Automated changelog for 2.509 (#8069)
* Automated changelog for 2.509 * Update weekly entries and formatting --------- Co-authored-by: jenkins-infra-changelog-generator <86592549+jenkins-infra-changelog-generator[bot]@users.noreply.github.com> Co-authored-by: Kevin Martens <[email protected]>
1 parent 087af3d commit 72341be

File tree

1 file changed

+80
-0
lines changed

1 file changed

+80
-0
lines changed

content/_data/changelogs/weekly.yml

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26615,6 +26615,85 @@
2661526615
date: 2025-04-29
2661626616
changes: []
2661726617

26618+
- version: '2.509'
26619+
date: 2025-05-06
26620+
changes:
26621+
- type: major rfe
26622+
category: major rfe
26623+
pull: 10351
26624+
issue: 75350
26625+
authors:
26626+
- alecharp
26627+
pr_title: "[JENKINS-75350] Displays plugin health score in Plugin Manager"
26628+
message: |-
26629+
Display plugin health score from the Plugin Manager.
26630+
- type: rfe
26631+
category: rfe
26632+
pull: 10521
26633+
issue: 75465
26634+
authors:
26635+
- gbhat618
26636+
pr_title: "[JENKINS-75465] (Recreate) Delete RunIdMigrator as it has been
26637+
10 years since this migration"
26638+
message: |-
26639+
New jobs no longer create an empty <code>legacyIds</code> marker file in the builds directory and existing <code>legacyIds</code> files will be deleted upon upgrade to reduce inode usage.
26640+
- type: rfe
26641+
category: rfe
26642+
pull: 10604
26643+
issue: 75533
26644+
authors:
26645+
- daniel-beck
26646+
pr_title: "[JENKINS-75533] Remove jbcrypt mindrot, use Spring Security instead"
26647+
message: |-
26648+
Jenkins' own user database no longer accepts new passwords longer than supported by bcrypt (72 bytes).
26649+
Users with longer passwords are advised to change their password.
26650+
- type: bug
26651+
category: bug
26652+
pull: 10555
26653+
authors:
26654+
- jglick
26655+
- Vlatombe
26656+
pr_title: Run `GlobalBuildDiscarderListener` asynch
26657+
message: |-
26658+
When completing a build, look for older builds to rotate asynchronously, in case this process is expensive.
26659+
- type: bug
26660+
category: bug
26661+
pull: 10611
26662+
issue: 75615
26663+
authors:
26664+
- mawinter69
26665+
pr_title: "[JENKINS-75615] remove jenkins-avatar class from header icons other
26666+
than user icon"
26667+
message: |-
26668+
Fix the display of icons in the header by only applying the <code>jenkinsavatar</code> class to user icons, not the other header icons.
26669+
- type: bug
26670+
category: bug
26671+
pull: 10515
26672+
issue: 75081
26673+
authors:
26674+
- jglick
26675+
pr_title: "[JENKINS-75081] Avoid heap allocation when rendering large logs"
26676+
message: |-
26677+
Reduce heap usage of various HTTP endpoints serving large build logs.
26678+
- type: rfe
26679+
category: developer
26680+
pull: 10604
26681+
issue: 75533
26682+
authors:
26683+
- daniel-beck
26684+
pr_title: "[JENKINS-75533] Remove jbcrypt mindrot, use Spring Security instead"
26685+
message: |-
26686+
Developer: Remove <code>org.connectbot:jbcrypt</code> library from core BOM.
26687+
26688+
# pull: 10606 (PR title: Update stapler.version to v1981 (major))
26689+
# pull: 10612 (PR title: Remove legacy compat for LogRecorder)
26690+
# pull: 10613 (PR title: Let renovate automatically update to node LTS versions)
26691+
# pull: 10614 (PR title: Update babel monorepo to v7.27.1)
26692+
# pull: 10615 (PR title: Simpler `InboundAgentRule.AgentArguments` constructor)
26693+
# pull: 10616 (PR title: Update dependency org.jenkins-ci.main:jenkins-test-harness to v2443)
26694+
# pull: 10617 (PR title: Update Winstone and Jetty)
26695+
# pull: 10618 (PR title: Update dependency io.jenkins.plugins:ionicons-api to v87)
26696+
2661826697
# pull: 10564 (PR title: Tweak 'App bar' height)
2661926698
# pull: 10569 (PR title: Simplify `LoadStatistics`)
2662026699
# pull: 10584 (PR title: Update dependency sass to v1.87.0)
@@ -26639,6 +26718,7 @@
2663926718
# pull: 10605 (PR title: Update dependency webpack to v5.99.7)
2664026719
# pull: 10608 (PR title: Update dependency stylelint to v16.19.1)
2664126720

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

0 commit comments

Comments
 (0)