Skip to content

Commit

Permalink
Update weekly 2.481 to include all entries (#7613)
Browse files Browse the repository at this point in the history
* Update weekly 2.481 to include all entries

* Apply suggestions from @MarkEWaite code review

Co-authored-by: Mark Waite <[email protected]>

* adding additional comments

* Fix YAML syntax in Winstone URL link and use same phrasing as earlier

* Include the 'user offline reason' text in changelog entry

The earlier 'user offline' would mislead the reader, since they might
think that Jenkins users have some direct association with agent
ownership. Copied from the pull request text.

* Sort comments consistent with other changelog entries

---------

Co-authored-by: Mark Waite <[email protected]>
  • Loading branch information
kmartens27 and MarkEWaite authored Oct 16, 2024
1 parent 99e3e76 commit 5e78cc5
Showing 1 changed file with 79 additions and 1 deletion.
80 changes: 79 additions & 1 deletion content/_data/changelogs/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25003,6 +25003,47 @@
- version: '2.481'
date: 2024-10-15
changes:
- type: rfe
category: rfe
pull: 9787
issue: 73813
authors:
- mawinter69
pr_title: "[JENKINS-73813] Show a notification when scheduling a build fails"
message: |-
Show a notification when scheduling a build fails.
- type: rfe
category: rfe
pull: 9833
authors:
- janfaracik
pr_title: "Refine content and appearance of the 'Edit View' screen"
message: |-
Refine content and appearance of the <strong>Edit View</strong> page.
- type: rfe
category: rfe
authors:
- basil
pr_title: "Winstone 8.2: Upgrade Jetty from 12.0.13 to Jetty 12.0.14"
references:
- pull: 9841
- url: https://github.com/jetty/jetty.project/releases/jetty-12.0.14
title: Jetty 12.0.14 changelog
- url: https://github.com/jenkinsci/winstone/releases/winstone-8.2
title: Winstone 8.2 changelog
message: |-
Upgrade Winstone to 8.2 in order to update Jetty from 12.0.13 to 12.0.14.
- type: rfe
category: rfe
authors:
- Vlatombe
pr_title: "[JENKINS-30101][JENKINS-30175] Simplify persistence design for temporarily offline status"
references:
- pull: 9855
- issue: 30101
- issue: 30175
message: |-
Keep user offline reason when agent connects or disconnects for technical reasons.
- type: bug
category: bug
pull: 9727
Expand All @@ -25013,7 +25054,34 @@
when deserializing XML files"
message: |-
Ignore values with incorrect types when deserializing collections and maps in XML files.

- type: bug
category: bug
pull: 9739
issue: 72979
authors:
- debayangg
pr_title: "[JENKINS-72979] Remove trailing space from Windows agent secret file instructions"
message: |-
Remove trailing space from Windows agent secret file instructions.
- type: bug
category: bug
pull: 9810
issue: 73835
authors:
- dwnusbaum
pr_title: "[JENKINS-73835] Do not allow builds to be deleted while they are still running and ensure build discarders run after builds are fully complete"
message: |-
Do not allow builds to be deleted while they are still building.
Ensure build discarders only process builds which have fully completed.
- type: rfe
category: developer
pull: 9813
authors:
- Vlatombe
pr_title: "Create a new taglib to capture the save/apply bottom bar"
message: |-
Developer: Add a new taglib <code>saveApplyBar</code> for configuration forms.
# pull: 9809 (PR title: Add tests for empty directory in tar and zip archives)
# pull: 9844 (PR title: Update dependency org.jenkins-ci.plugins:matrix-project to v839)
# pull: 9845 (PR title: Update jenkins/ath Docker tag to v6032)
# pull: 9847 (PR title: Update jenkins/ath Docker tag to v6034)
Expand All @@ -25022,6 +25090,16 @@
# pull: 9851 (PR title: Update dependency lit to v3.2.1)
# pull: 9853 (PR title: Update dependency org.jenkins-ci.plugins:credentials to v1389)
# pull: 9854 (PR title: Update jenkins/ath Docker tag to v6038)
# pull: 9856 (PR title: Update dependency globals to v15.11.0)
# pull: 9859 (PR title: Update dependency org.jenkins-ci.plugins:display-url-api to v2.209.v582ed814ff2f)
# pull: 9860 (PR title: Update dependency org.jenkins-ci.plugins:mailer to v489)
# pull: 9861 (PR title: Update dependency org.jenkins-ci.plugins:matrix-project to v840)
# pull: 9863 (PR title: Update babel monorepo to v7.25.8)
# pull: 9864 (PR title: Update dependency postcss-preset-env to v10.0.7)
# pull: 9865 (PR title: Update dependency sass to v1.79.5)
# pull: 9866 (PR title: Update dependency io.jenkins.plugins:asm-api to v9.7.1-97.v4cc844130d97)
# pull: 9868 (PR title: Update dependency io.jenkins.plugins:json-api to v20240303-101.v7a_8666713110)
# pull: 9870 (PR title: Update dependency org.jenkins-ci.plugins:script-security to v1365)

# DO NOT EDIT THIS FILE DIRECTLY ON GITHUB IF YOU HAVE COMMIT ACCESS
# ALL CHANGES MUST GO THROUGH PULL REQUESTS
Expand Down

0 comments on commit 5e78cc5

Please sign in to comment.