Releases: port-labs/ocean-sail
Releases · port-labs/ocean-sail
v1.1.1
What's Changed
- fix: provide port base url as default and correct test action by @rorylogue in #5
New Contributors
- @rorylogue made their first contribution in #5
Full Changelog: v1...v1.1.1
v1: fix: provide port base url as default and correct test action (#5)
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
What's Changed
- Add support for the
port base_url
configuration option
New Contributors
- @ozzs made their first contribution in #3
- @shalev007 made their first contribution in #4
Full Changelog: v1...v1.1.0
v1.0.0
What's Changed
- Create ocean GitHub action by @yairsimantov20 in #1
- Updated the repo to have 1 action by @yairsimantov20 in #2
New Contributors
- @yairsimantov20 made their first contribution in #1
Full Changelog: https://github.com/port-labs/ocean-sail/commits/v1.0.0