jenkins Jenkins Changelog ·

Jenkins 2.570: Key support, UI fixes, and localization improvements

infraengineer
patch feature

Jenkins 2.570 introduces support for ECDSA and Ed25519 private keys for CLI access, addressing security and flexibility. This update also includes several UI and usability enhancements, such as fixing issues with button behavior, build history display, and localization for Korean language users. These changes benefit administrators and users interacting with Jenkins via the CLI, UI, and build management.

  • Accept ECDSA and Ed25519 private keys for CLI access
  • UI improvements and localization
  • Fixes for build actions, console output, and history tooltips
  • Resolved Firefox keydown handling and build history display
  • Ensured charset in Content-Type for text files
Features (1)
  • Accept ECDSA and Ed25519 private keys for CLI access

    Jenkins CLI now accepts ECDSA and Ed25519 private keys for authentication, enhancing security and compatibility with modern key types.

Enhancements (1)
  • UI improvements and localization

    This release includes several UI enhancements, such as decreasing padding for experimental UI details, completing Korean translations for 'Manage Jenkins' and security configuration screens, and improving the appearance of the build history chevron.

Fixes (3)
  • Fixes for build actions, console output, and history tooltips

    Several bugs have been resolved, including re-enabling the 'Add' button for post-build actions, restoring the 'Cancel' button on the console output page, and fixing clipped build history tooltips.

  • Resolved Firefox keydown handling and build history display

    Issues related to incorrect keydown handling in specific Firefox scenarios have been fixed, along with centering the chevron in the build history view for better visual consistency.

  • Ensured charset in Content-Type for text files

    When serving text files through the workspace and artifact browser, the Content-Type header now correctly includes charset=UTF8.

Read the original announcement →

https://jenkins.io/changelog//#v2.570

Related releases