From d33a662f8b5f5d59c343dd301e30b06af7839398 Mon Sep 17 00:00:00 2001 From: Yair Siman Tov <63305203+yairsimantov20@users.noreply.github.com> Date: Thu, 27 Jul 2023 17:32:10 +0300 Subject: [PATCH] Bump 0.1.2 (#39) --- CHANGELOG.md | 22 +++++++++++++++++++ ...populating-config-with-env-vars.feature.md | 1 - changelog/auto-camelize-aliases.improvment.md | 1 - changelog/decamelized-config.breaking.md | 1 - changelog/default-broker.feature.md | 1 - changelog/no-resources-crash.bugfix.md | 1 - changelog/settings-file-renaming.breaking.md | 1 - 7 files changed, 22 insertions(+), 6 deletions(-) delete mode 100644 changelog/allow-populating-config-with-env-vars.feature.md delete mode 100644 changelog/auto-camelize-aliases.improvment.md delete mode 100644 changelog/decamelized-config.breaking.md delete mode 100644 changelog/default-broker.feature.md delete mode 100644 changelog/no-resources-crash.bugfix.md delete mode 100644 changelog/settings-file-renaming.breaking.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 055194fcdd..2633ede005 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,28 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm +0.1.2 (2023-07-27) +================== + +### Breaking Changes + +- All integration configuration variables are now passed to the integration code in snake_case format +- Renamed `port_ocean.config.integration` -> `port_ocean.config.settings` + +### Features + +- All the settings can now be set using environment variables with prefix of `OCEAN__{The name of the field}` and `__` between nested fields +- The broker field in the kafka settings now has the Port production brokers as the default value + +### Improvements + +- Using pyhumps to automatically camelize the aliases of the settings + +### Bug Fixes + +- Fixed a crash when there are no resources in the port-app-config + + 0.1.1 (2023-07-26) ================== diff --git a/changelog/allow-populating-config-with-env-vars.feature.md b/changelog/allow-populating-config-with-env-vars.feature.md deleted file mode 100644 index 49ea687d68..0000000000 --- a/changelog/allow-populating-config-with-env-vars.feature.md +++ /dev/null @@ -1 +0,0 @@ -All the settings can nnow be set using environment variables with prefix of OCEAN__{The name of the field} and __ between nested fields \ No newline at end of file diff --git a/changelog/auto-camelize-aliases.improvment.md b/changelog/auto-camelize-aliases.improvment.md deleted file mode 100644 index aab5716d67..0000000000 --- a/changelog/auto-camelize-aliases.improvment.md +++ /dev/null @@ -1 +0,0 @@ -Using pyhumps to automatically camelize the aliases of the settings \ No newline at end of file diff --git a/changelog/decamelized-config.breaking.md b/changelog/decamelized-config.breaking.md deleted file mode 100644 index 369e8f1c7f..0000000000 --- a/changelog/decamelized-config.breaking.md +++ /dev/null @@ -1 +0,0 @@ -All integration config is now decamelized and used as snake case inside the integration \ No newline at end of file diff --git a/changelog/default-broker.feature.md b/changelog/default-broker.feature.md deleted file mode 100644 index 3c330430f6..0000000000 --- a/changelog/default-broker.feature.md +++ /dev/null @@ -1 +0,0 @@ -The broker field in the kafka settings has now the default of port production brokers \ No newline at end of file diff --git a/changelog/no-resources-crash.bugfix.md b/changelog/no-resources-crash.bugfix.md deleted file mode 100644 index a872649ed6..0000000000 --- a/changelog/no-resources-crash.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Fixed a crash when there are no resources in the port-app-config \ No newline at end of file diff --git a/changelog/settings-file-renaming.breaking.md b/changelog/settings-file-renaming.breaking.md deleted file mode 100644 index 275a2db31a..0000000000 --- a/changelog/settings-file-renaming.breaking.md +++ /dev/null @@ -1 +0,0 @@ -Renamed port_ocean.config.integration -> port_ocean.config.settings \ No newline at end of file