Skip to content

Release v2.0.0-rc.1

Compare
Choose a tag to compare
@martinbaillie martinbaillie released this 06 Feb 10:22
· 19 commits to master since this release
v2.0.0-rc.1
27c7403

v2.0.0-rc.1

The plugin is moving to a model where it can support multiple GitHub App installations from the one mount. It does this in v2 by moving the configuration of GitHub App installation IDs (ins_id) to request time rather than configuration time.

Users can provide the ins_id as part of ad-hoc requests to the /token endpoint but are encouraged instead to utilise the powerful Permission Sets feature to abstract away the ins_id parameter entirely.

Breaking Changes:

  • Installation ID configuration is moved to request time. Permission Sets strongly encouraged.
  • Installation ID lookup using Organisation name. This may be reintroduced in some form before v2.0.0.