Skip to content

Releases: jquad-group/pullrequest-operator

v0.1.7

22 Mar 15:39
452b0af

Choose a tag to compare

Bug fixes

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

v0.1.6

27 Nov 19:30
c0526c8

Choose a tag to compare

  • Built with Go 1.19 and updated dependencies

v0.1.4

05 Aug 08:53
db7a007

Choose a tag to compare

  • Github Polling now uses conditional requests that do not count against the github rate limit

v0.1.3

04 Aug 13:02
6340daa

Choose a tag to compare

  • 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

10 Jun 17:28

Choose a tag to compare

  • Fixed a bug where Github was recognized as a Github Enterprise Server

v0.1.1

18 May 09:05

Choose a tag to compare

  • Added status condition on successful reconcile

v0.1.0

14 May 16:51

Choose a tag to compare

  • 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

03 May 14:41

Choose a tag to compare

  • Fixed null pointer exception in some cases

v0.0.3

19 Apr 09:32

Choose a tag to compare

  • Readme fixes
  • Examples added

v0.0.2

10 Apr 12:02

Choose a tag to compare

  • JSON Details for the branch type