Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

Latest commit

 

History

History
114 lines (83 loc) · 4.04 KB

CHANGELOG.md

File metadata and controls

114 lines (83 loc) · 4.04 KB

Version History

Newer one can be found on github

Version 2.0.1 (Sep 25, 2018)

  • Fix security issues: one, two

Version 2.0.0 (Jul 23, 2018)

Fixed Bugs

  • JENKINS-16703 - Too many periodic requests to Crowd server
  • JENKINS-27070 - Plenty of "SEVERE: Host connection pool not found, hostConfig=HostConfiguration"

Improvements

  • JENKINS-40472 - Crowd2 plugin should allow blanks in parameter 'Restrict groups'
  • Added possibility to enable caching to reduce remote calls to Crowd

Thanks a lot Arnaud Héritier, Unknown User (gmshake) and all others who tested, gave input and had patience {width="20" height="20"}

Version 1.8 (Aug 1, 2014)

  • [JENKINS-23208] Fixed trace with enabled "remember me" checkbox.
  • isAuthenticated() in /whoAmI page is now true.

Version 1.7 (Apr 23, 2014)

  • [JENKINS-21852] Added http proxy configuration.
  • [JENKINS-18791] Session validation interval saved from ui.
  • [JENKINS-13279] Don't use ssoTokenHelper, work with Embedded Crowd in Jira.
  • [JENKINS-16703] More options for connection configuration.
  • Updated rest-api library to 2.7.1

Version 1.6 (Nov 23, 2013)

Note: check that your group list uses CSV separator and you have SSO checkbox enabled (if you use it).

  • pull #3 Fixed bug whereby bogus user IDs were created that included display names. When upgrading, manual cleanup of $JENKINS_HOME/users/ may be required.
  • JENKINS-15509: Don't require group.
  • JENKINS-15753: Allow spaces in group names.
  • JENKINS-19212: Make "useSSO" optional.
  • Updated rest-api library to 2.6.6.

Version 1.5 (Aug 23, 2012)

Version 1.4 (Nov 25, 2011)

  • Upgrade commons-httpclient version to 3.1.

Version 1.3 (Oct 27, 2011)

Fixed the following bugs:

  • JENKINS-11418: Crowd2 doesn't always show full user name
  • JENKINS-11507: Single-sign-on isn't working correctly in the Crowd 2 plugin

Version 1.2 (Oct 19, 2011)

  • Fixed a problem that prevented you at least from adding pre- or post build steps when reconfiguring a build job.
  • Added some debug log messages.

Version 1.1 (Oct 11, 2011)

  • Fix for a problem that I discovered in combination with the Email-ext plugin: Sending emails to the logged-in user was not possible because a lookup operation in the Crowd server for details about a user failed.

  • The Crowd user Id is now shown besides the display name of the logged-in user.

  • Added more debug log messages.

    The debug log messages are usually not shown in Jenkins' console output because they are logged with log level FINE or below. See here how to enable them (the plugin uses logger classes de.theit.jenkins.crowd.XXX).

Version 1.0 (Sep 23, 2011)

  • Initial release