-
Notifications
You must be signed in to change notification settings - Fork 47
Missing Sydney region #109
Comments
The sydney announcement: https://devcenter.heroku.com/changelog-items/980 |
We will need dublin too when that gets out of beta. |
Hello, Please try out our new replacement for Kensa, https://github.com/heroku/heroku-cli-addons-admin It fetches the current public regions from the API when it generates manifests, so it should avoid needing to be updated like Kensa did. Thanks! |
@mathias thank you, i will indeed check this out. Unless I'm missing something this new "admin" add-on does not exercise the local apps oauth dance like Kensa does - is that correct? |
Yes, and Kensa was never going to support the new, OAuth-based provisioning flow (which we call Provisioning API V3: https://devcenter.heroku.com/articles/add-on-partner-api-reference ) Instead, we recommend that add-on partners write integration tests in their own codebase, so that they can be run with continuous integration, etc. |
I'm looking at https://github.com/heroku/kensa/blob/master/lib/heroku/kensa/manifest.rb#L6 and it doesn't show
sydney
as a valid region. But according to https://devcenter.heroku.com/articles/add-on-manifest#api-regions it should be a valid region.Am I missing something?
Thank you,
The text was updated successfully, but these errors were encountered: