Skip to content

Commit

Permalink
v0.2.3 (#72)
Browse files Browse the repository at this point in the history
* 0.2.3
  • Loading branch information
yairsimantov20 authored Aug 17, 2023
1 parent bea8a5b commit e28e6b0
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 7 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,25 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

<!-- towncrier release notes start -->

0.2.3 (2023-08-17)
==================

### Features

- Added the ability to create and clean the defaults of an integration using the following CLI commands: `ocean defaults dock` and `ocean defaults clean` (dock-clean-defaults)

### Improvements

- Optimized dockerfile to produce smaller images (PORT-4485)
- Changed default log level to INFO in the cli

### Bug Fixes

- Fixed an issue with loading the configuration from the environment variables if the config is a dictionary
- Move Resource Config Selector class to public
- Handled delete events from change log where there is no after


0.2.2 (2023-08-11)
==================

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog/dock-clean-defaults.feature.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.2"
version = "0.2.3"
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 e28e6b0

Please sign in to comment.