Skip to content

Commit

Permalink
0.2.0 release (#61)
Browse files Browse the repository at this point in the history
* bump version
  • Loading branch information
yairsimantov20 authored Aug 9, 2023
1 parent 0315713 commit c7b29fa
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 10 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,28 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

<!-- towncrier release notes start -->

0.2.0 (2023-08-09)
==================

### Breaking Changes

- Updated the `on_resync` generator to use a list of items instead of a single item

### Improvements

- Changed default log level to `INFO`
- Changed the extra object messages log level from `INFO` to `DEBUG`
- Removed a wrongful error log at the integration installation that says the integration does not exists

### Bug Fixes

- Added support for many relations for the same entity (PORT-4379)
- Added the resource config to the event context (PORT-4398)
- Fixed lack of support for multiple relations (PORT-4411)
- Added traceback output to the integration resync method exception log (PORT-4422)
- Fixed an issue that caused the jq `None` values for relations to become a string with the value `"None"` instead of being interpreted as `null` in JSON


0.1.3 (2023-08-02)
==================

Expand Down
1 change: 0 additions & 1 deletion changelog/PORT-4379.bugfix.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog/improvement.2.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/improvement.3.md

This file was deleted.

2 changes: 1 addition & 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.2.0.dev2"
version = "0.2.0"
description = "Port Ocean is a CLI tool for managing your Port projects."
readme = "README.md"
homepage = "https://app.getport.io"
Expand Down

0 comments on commit c7b29fa

Please sign in to comment.