Skip to content

Releases: jenkinsci/github-plugin

v1.22.3

20 Oct 09:18
Compare
Choose a tag to compare
  • #150 - [JENKINS-36446] Ensure all plugin extensions are initialized before migration

    One more try to fix migration in all cases

v1.22.2

12 Oct 21:08
Compare
Choose a tag to compare
  • #137 - Verbosive logging for commit status setter (to help on debug problems)
    It also renames status setter step to Set GitHub commit status (universal)
  • #145 - [fix for JENKINS-38935] It seems that config name alias is appended too late, so when some plugins tried to get full list of plugins (before initializer of GitHub Plugin can add this alias), Jenkins fails to read config and throws exception: java.io.IOException: Unable to read /var/lib/jenkins/github-plugin-configuration.xml

v1.22.1

03 Oct 16:49
Compare
Choose a tag to compare

#141 - [FIXES JENKINS-38665] Add missed databound constructor for default backref source in commit status setter (buggy 1.22.0)

v1.22.0

29 Sep 11:13
Compare
Choose a tag to compare
v1.22.0 Pre-release
Pre-release
  • #139 - [FIXED JENKINS-38347] Use Initializer levels to launch migration.
    Now it should not throw exceptions in tests for migration and migration itself
  • #138 - Allow for commit status setter backref configuration

v1.21.1

19 Aug 10:31
Compare
Choose a tag to compare
  • #136 - [JENKINS-37481] Ignore sign header if sign is not defined in Jenkins

v1.21.0

15 Aug 09:58
Compare
Choose a tag to compare
v1.21.0 Pre-release
Pre-release

Now secret string can be defined in global configuration of GitHub plugin to protect webhooks. Secret string will be used on every new registered hook. Old ones should be removed to be replaced with secured ones.

v1.20.0

25 Jul 13:03
Compare
Choose a tag to compare
  • #131 - Manually entered repository source for GitHub commit status updater

v1.19.3

20 Jul 15:00
Compare
Choose a tag to compare
  • #128 - [JENKINS-36445] - Show first 7 characters of SHA1 in changelog hyperlink
    (thx @MarkEWaite)

v1.19.2

24 Jun 15:40
Compare
Choose a tag to compare
  • #126 - [JENKINS-36144] - Now it should not create hell with lot of threads
    (thx to @stephenc)

1.19.1

18 May 14:17
Compare
Choose a tag to compare
  • #123 - Update okHttp to 2.7.5 (from 2.5.0)