Skip to content

Releases: jenkinsci/dimensionsscm-plugin

0.9.3.1

14 Jun 14:59
Compare
Choose a tag to compare

πŸ“… released: 2023-06-14.

πŸ› Bug fixes

  • SECURITY-3138 - Missing permission check allows enumerating credentials IDs
  • SECURITY-3143 - Potential exposure of system-scoped credentials
  • Important Security Note: Upgrading to this version of the plugin, in order to get both of these security fixes, is recommended for all users

✍ Other changes

πŸ“¦ Dependency updates

0.9.3

02 Dec 22:18
Compare
Choose a tag to compare

πŸ“… released: 2021-12-02.

πŸ› Bug fixes

  • For Jenkins 2.297+, fixed issue with NoClassDefFoundError for Commons Digester. Unless you are affected by this (which only occurs with very recent versions of Jenkins core) there is no need to update to this plugin version

πŸ“¦ Dependency updates

  • Bump plugin from 4.24 to 4.31
  • Bump actions/cache from 2.1.6 to 2.1.7

0.9.2

22 Aug 22:17
Compare
Choose a tag to compare

πŸ“… released: 2021-08-22.

πŸš€ New features and improvements

  • JENKINS-66107 - Fixed broken config forms if the Dimensions CM Java API is not found
  • JENKINS-66107 - Implement a warning monitor if the Dimensions CM Java API is not found

πŸ“¦ Dependency updates

0.9.1

12 May 22:57
Compare
Choose a tag to compare

πŸ“… released: 2021-05-12.

πŸ“¦ Dependency updates

πŸ‘» Maintenance

0.9.0

12 Apr 23:04
Compare
Choose a tag to compare

πŸ“… released: 2021-04-12.

πŸš€ New features and improvements

  • File paths are now shown sorted within each changeset

πŸ› Bug fixes

  • tables-to-div-regression in changes page. The chnages page now works
    more like for other SCMs (without 'Files...' buttons) and is laid out
    as designed and expected in both old and new versions.

πŸ“¦ Dependency updates

0.8.19

12 Apr 22:50
Compare
Choose a tag to compare

πŸ“… released: 2021-04-06.

πŸ› Bug fixes

  • JENKINS-65266 - tables-to-div-regression in Jenkins v2.264+ (so Jenkins LTS v2.277+) introduced a new form renderer which broke system and job configuration forms if Jenkins Dimensions Plugin was installed. There remains a minor layout issue with the Changes page for a job
  • Remove unneeded configuration in buildPlugin (#13) @timja
  • Fix for mutual authentication auth (#12) @AnastasiaKozachuk

πŸ“¦ Dependency updates

  • The oldest version of Jenkins core supported by the Dimensions plugin has been moved up to Jenkins LTS v2.222+. If you're still using an older version of Jenkins core, then there is no reason to upgrade to this version of the Jenkins Dimensions Plugin yet anyway

0.8.18

12 Apr 22:50
Compare
Choose a tag to compare

πŸ“… released: 2020-02-25.

πŸ› Bug fixes

0.8.17

12 Apr 22:50
Compare
Choose a tag to compare

πŸ“… released: 2020-01-17.

πŸš€ New features and improvements

  • Implemented credential plugin support. Now you can choose login/password from the list of credentials
  • Implement mutual authentication (#9) @AnastasiaKozachuk
  • Implement pipeline support for Dimensions SCM (#8, #10) @AnastasiaKozachuk
  • Improved the change log view

πŸ› Bug fixes

0.8.16

12 Apr 22:50
Compare
Choose a tag to compare

πŸ“… released: 2018-11-19.

πŸ› Bug fixes

  • Baseline names generated using [CURRENT_DATE] were no longer legal in Dimensions CM 14.4, so changed colon separators to period characters. If you rely on the format of the baseline name including these (now invalid) colon characters you can revert to the old behavior by setting a system property (L3R08939)

0.8.15

12 Apr 22:49
Compare
Choose a tag to compare

πŸ“… released: 2018-09-13.

πŸ› Bug fixes

  • SECURITY-1065 - Passwords were stored in configuration files with a straightforward reversible encoding - it is now encrypted with Jenkins' own encryption
  • SECURITY-1108 - The validation on the configuration form was vulnerable to CSRF and didn't check Jenkins permissions appropriately
  • Important Security Note: Upgrading to this version of the plugin, in order to get both of these security fixes, is recommended for all users