Skip to content

Releases: jquad-group/pullrequest-operator

v0.1.7

Choose a tag to compare

@rannox rannox released this 22 Mar 15:39
452b0af

Bug fixes

  • Github Enterprise was not initialized properly, leading to panics in the controller

v0.1.6

Choose a tag to compare

@rannox rannox released this 27 Nov 19:30
c0526c8
  • Built with Go 1.19 and updated dependencies

v0.1.4

Choose a tag to compare

@rannox rannox released this 05 Aug 08:53
db7a007
  • Github Polling now uses conditional requests that do not count against the github rate limit

v0.1.3

Choose a tag to compare

@rannox rannox released this 04 Aug 13:02
6340daa
  • The default exponential backoff of the controller runtime is now being used if an error in the reconcilation is encountered. The previous implemention was just stoping the reconciliation, and the user had to redeploy the PullRequest resource.

v0.1.2

Choose a tag to compare

@rannox rannox released this 10 Jun 17:28
  • Fixed a bug where Github was recognized as a Github Enterprise Server

v0.1.1

Choose a tag to compare

@rannox rannox released this 18 May 09:05
  • Added status condition on successful reconcile

v0.1.0

Choose a tag to compare

@rannox rannox released this 14 May 16:51
  • Ignoring self signed certificates is now possible using insecureSkipVerify: true
  • The Github provider now accepts enteprise github server urls, e.g. url: https://my-github-server.com/
  • Built with Go 1.17
  • Bump controller-runtime to v0.12.0
  • Implemented server-side apply
  • Reduced the calls of the reconcile function
  • Refactoring

v0.0.4

Choose a tag to compare

@rannox rannox released this 03 May 14:41
  • Fixed null pointer exception in some cases

v0.0.3

Choose a tag to compare

@rannox rannox released this 19 Apr 09:32
  • Readme fixes
  • Examples added

v0.0.2

Choose a tag to compare

@rannox rannox released this 10 Apr 12:02
  • JSON Details for the branch type