Skip to content

Releases: port-labs/ocean-sail

v1.1.1

10 Jun 14:55
05f813f
Compare
Choose a tag to compare

What's Changed

  • fix: provide port base url as default and correct test action by @rorylogue in #5

New Contributors

Full Changelog: v1...v1.1.1

v1: fix: provide port base url as default and correct test action (#5)

10 Jun 14:56
05f813f
Compare
Choose a tag to compare
Our integrations were broken because:
- A required parameter was added for the integration to work on the
backend, but wasn't set as required in the GitHub action inputs:
`pydantic.error_wrappers.ValidationError: 1 validation error for
IntegrationConfiguration
port -> base_url`

- The required parameter `https://app.getport.io` should be
`https://api.getport.io`

I left it as a default to `https://api.getport.io` which makes sense to
me but of course feel free to change. Adding an extra input for the API
URL seems like it's not needed for the user if it's the same for
everything.

v1.1.0

09 Jun 16:39
56f44a0
Compare
Choose a tag to compare

What's Changed

  • Add support for the port base_url configuration option

New Contributors

Full Changelog: v1...v1.1.0

v1.0.0

21 Feb 09:22
dc047ab
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/port-labs/ocean-sail/commits/v1.0.0