Skip to content

Commit

Permalink
bump ocean to 0.1.1 (#33)
Browse files Browse the repository at this point in the history
* bump ocean to 0.1.1
  • Loading branch information
yairsimantov20 authored Jul 26, 2023
1 parent 7be540b commit 2d650bb
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 10 deletions.
26 changes: 25 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,31 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

<!-- towncrier release notes start -->

# Port_Ocean 0.1.0 (2023-07-20)
0.1.1 (2023-07-26)
==================

### Breaking Changes

- Changed SAMPLE event listener to POLLING. (Make sure to update your `eventListener.type` field in your `config.yaml` for the integration) (PORT-4346)

### Improvements

- Seperated the cli commands to multiple files under the `port_ocean/cli/commands` folder (PORT-4303)
- Improved error messages from the PortClient (PORT-4337)

### Bug Fixes

- Fixed Webhook event listener not triggering
- Fixed PortClient using httpx async client from another event loop

(PORT-4306)
- Fixed `ocean new` jinja crash for the config.yaml in the scaffold (PORT-4328)
- Fixed issue where the integration did not create the integration config on creation (PORT-4341)
- Fixed an issue with initializePortResources that caused failure for unknown file names on init (PORT-4343)


0.1.0 (2023-07-20)
==================

### Features

Expand Down
1 change: 0 additions & 1 deletion changelog/PORT-4303.improvement.md

This file was deleted.

2 changes: 0 additions & 2 deletions changelog/PORT-4306.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/PORT-4328.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/PORT-4337.improvement.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/PORT-4341.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/PORT-4343.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/PORT-4346.breaking.md

This file was deleted.

4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "port-ocean"
version = "0.1.0"
version = "0.1.1"
description = "Port Ocean is a CLI tool for managing your Port projects."
readme = "README.md"
homepage = "https://app.getport.io"
Expand Down Expand Up @@ -71,6 +71,8 @@ towncrier = "^23.6.0"
[tool.towncrier]
directory = "changelog"
filename = "CHANGELOG.md"
title_format = "{version} ({project_date})"
package_dir = "."
package = "port_ocean"

[[tool.towncrier.type]]
Expand Down

0 comments on commit 2d650bb

Please sign in to comment.