From 13eddec68489072a929a99a429d24569e20ace1e Mon Sep 17 00:00:00 2001 From: Yair Siman Tov <63305203+yairsimantov20@users.noreply.github.com> Date: Sun, 4 Aug 2024 16:31:53 +0300 Subject: [PATCH] Port 9632 ocean align integrations towncrier (#883) # Description Align ocean integrations & scaffolding files ## Type of change - [X] Bug fix (non-breaking change which fixes an issue) --- CHANGELOG.md | 45 +++ integrations/argocd/CHANGELOG.md | 156 ++++----- integrations/argocd/pyproject.toml | 3 +- integrations/aws/CHANGELOG.md | 99 ++++-- integrations/aws/pyproject.toml | 3 +- integrations/azure-devops/CHANGELOG.md | 106 +++--- integrations/azure-devops/pyproject.toml | 3 +- .../azure-devops/sonar-project.properties | 3 + integrations/azure/CHANGELOG.md | 218 +++++++----- integrations/datadog/.dockerignore | 94 ------ integrations/datadog/CHANGELOG.md | 46 +-- integrations/datadog/pyproject.toml | 3 +- integrations/datadog/sonar-project.properties | 3 + integrations/dynatrace/CHANGELOG.md | 76 ++--- integrations/dynatrace/pyproject.toml | 3 +- integrations/firehydrant/CHANGELOG.md | 122 +++---- integrations/firehydrant/pyproject.toml | 3 +- integrations/gcp/.dockerignore | 94 ------ integrations/gcp/CHANGELOG.md | 108 ++++-- integrations/gcp/pyproject.toml | 3 +- integrations/gcp/sonar-project.properties | 3 + integrations/gitlab/CHANGELOG.md | 316 +++++++++--------- integrations/jenkins/CHANGELOG.md | 86 ++--- integrations/jenkins/pyproject.toml | 3 +- integrations/jira/CHANGELOG.md | 211 +++++++----- integrations/jira/pyproject.toml | 2 + integrations/kafka/CHANGELOG.md | 119 +++---- integrations/kafka/pyproject.toml | 3 +- integrations/kubecost/CHANGELOG.md | 120 +++---- integrations/kubecost/pyproject.toml | 3 +- integrations/launchdarkly/CHANGELOG.md | 74 ++-- integrations/launchdarkly/pyproject.toml | 3 +- integrations/linear/.dockerignore | 94 ------ integrations/linear/CHANGELOG.md | 46 +-- integrations/linear/pyproject.toml | 3 +- integrations/newrelic/CHANGELOG.md | 122 +++---- integrations/newrelic/pyproject.toml | 3 +- integrations/opencost/CHANGELOG.md | 118 +++---- integrations/opencost/pyproject.toml | 3 +- integrations/opsgenie/CHANGELOG.md | 122 +++---- integrations/opsgenie/pyproject.toml | 3 +- integrations/pagerduty/CHANGELOG.md | 168 +++++----- integrations/pagerduty/pyproject.toml | 3 +- integrations/sentry/CHANGELOG.md | 126 +++---- integrations/sentry/pyproject.toml | 3 +- integrations/servicenow/CHANGELOG.md | 106 +++--- integrations/servicenow/pyproject.toml | 3 +- integrations/snyk/CHANGELOG.md | 313 ++++++++++------- integrations/snyk/pyproject.toml | 3 +- integrations/sonarqube/CHANGELOG.md | 146 ++++---- integrations/sonarqube/pyproject.toml | 3 +- integrations/statuspage/CHANGELOG.md | 24 +- integrations/statuspage/pyproject.toml | 3 +- integrations/terraform-cloud/CHANGELOG.md | 104 +++--- integrations/terraform-cloud/pyproject.toml | 3 +- integrations/wiz/CHANGELOG.md | 182 ++++++---- integrations/wiz/pyproject.toml | 3 +- .../cookiecutter/hooks/post_gen_project.py | 5 +- .../pyproject.toml | 3 +- pyproject.toml | 2 +- 60 files changed, 1957 insertions(+), 1894 deletions(-) create mode 100644 integrations/azure-devops/sonar-project.properties delete mode 100644 integrations/datadog/.dockerignore create mode 100644 integrations/datadog/sonar-project.properties delete mode 100644 integrations/gcp/.dockerignore create mode 100644 integrations/gcp/sonar-project.properties delete mode 100644 integrations/linear/.dockerignore diff --git a/CHANGELOG.md b/CHANGELOG.md index c070aa23b1..7ab382660a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm +## 0.9.10 (2024-08-04) + + +### Bug Fixes + +- Fixed & Aligned scaffolding files + + ## 0.9.9 (2024-08-04) @@ -25,6 +33,7 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## 0.9.7 (2024-07-31) + ### Bug Fixes - Fix vulnerabilities and bump versions of dependencies @@ -34,6 +43,7 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## 0.9.6 (2024-07-30) + ### Bug Fixes - Flush all remaining buffered logs when exiting application @@ -41,6 +51,7 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## 0.9.5 (2024-07-23) + ### Bug Fixes - Initialize missing _port_app_config @@ -48,6 +59,7 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## 0.9.4 (2024-07-09) + ### Bug Fixes - Handle non existing config mapping for cases where the integration was created by SAAS and the config mapping was not set @@ -55,6 +67,7 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## 0.9.3 (2024-07-08) + ### Improvements - Added Ocean integration config to remove all environment variables from jq access @@ -62,6 +75,7 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## 0.9.2 (2024-07-05) + ### Improvements - Added log of the used integration mapping for each resync event @@ -160,12 +174,14 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## 0.5.23 (2024-05-30) + ### Improvements - Updated the base image used in the Dockerfile that is created during integration scaffolding from `python:3.11-slim-buster` to `python:3.11-slim-bookworm` ## 0.5.22 (2024-05-29) + ### Bug Fixes - Fixed an issue in `send_raw_data_examples` when there are slashes in integration kind @@ -173,6 +189,7 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## 0.5.21 (2024-05-26) + ### Features - Added `send_raw_data_examples` integration config to allow sending raw data examples from the third party API to port (on resync), for testing and managing the integration mapping @@ -195,6 +212,7 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## 0.5.19 (2024-05-16) + ### Improvements - Added caching to port-app-config.yml retrieval from port api (only for live events) @@ -202,6 +220,7 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## 0.5.18 (2024-05-12) + ### Improvements - Added a util function that allows to run multiple asynchronous tasks in a bounded way to prevent overload and memory issues @@ -211,6 +230,7 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## 0.5.17 (2024-05-01) + ### Bug Fixes - Fixed an issue in creating a child event context from the parent context by removing an unnecessary line of code @@ -219,6 +239,7 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## 0.5.16 (2024-05-01) + ### Features - Allowing override of parent event context in ocean's event context manager @@ -226,6 +247,7 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## 0.5.15 (2024-04-30) + ### Bug Fixes - Fixed error in `register_raw` when there's no relevant mappings for a specific kind @@ -233,6 +255,7 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## 0.5.14 (2024-04-24) + ### Improvements - Implemented real-time entity deletion exclusively for instances that haven't matched any selectors. @@ -240,6 +263,7 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## 0.5.13 (2024-04-17) + ### Features - Delete entities that doesn't passed the selector on real time events @@ -247,6 +271,7 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## 0.5.12 (2024-04-12) + ### Features - Added a util function that allows to iterate over a list of async iterators and stream the results of each iterator as they are available @@ -267,6 +292,7 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## 0.5.10 (2024-04-10) + ### Bug Fixes - Fixed application settings to be loaded from the environment variables @@ -278,6 +304,7 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## 0.5.9 (2024-03-30) + ### Bug Fixes - Fixed a bug where every time after the first token expiration, the framework didn't actually marked that the token got refreshed, causing the token to be refreshed every time when a request is made to Port. (#1) @@ -410,6 +437,7 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## 0.4.13 (2023-12-31) + ### Features - Added capability to create pages as part of the integration setup (PORT-5689) @@ -429,6 +457,7 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## 0.4.11 (2023-12-21) + ### Improvements - Added handling for aggregation properties when initializing the integration, so it will patch the aggregation properties after creating the relations (PORT-5717) @@ -514,6 +543,7 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## 0.4.3 (2023-11-09) + ### Features - Added `RetryTransport` as a helper for retrying requests that integrations can use (PORT-5161) @@ -526,6 +556,7 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## 0.4.2 (2023-11-04) + ### Features - Added the current integration version to the port requests for future features and better debugging (PORT-4310) @@ -546,6 +577,7 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## 0.4.1 (2023-11-03) + ### Bug Fixes - Fixed the `initialize-port-resources` option in `ocean sail` to not be a flag. @@ -555,6 +587,7 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## 0.4.0 (2023-10-31) + ### Features - Added support for running ocean integrations once and new ocean sail options to support it. As part of it we added ImmediateEventListener. @@ -562,6 +595,7 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## 0.3.2 (2023-10-29) + ### Improvements - createMissingRelatedEntities + deleteDependentEntities are now defaulted to true @@ -569,12 +603,14 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## 0.3.1 (2023-09-27) + ### Bug Fixes - Fix missing user agent when apply default resources on initialization (PORT-4813) ## 0.3.0 (2023-09-06) + ### Deprecations - Removed the `batch_work_size` configuration. Integrations should use the async generator syntax instead (PORT-4616) @@ -599,10 +635,12 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## 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) @@ -616,18 +654,21 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## 0.2.2 (2023-08-11) + ### Bug Fixes - Fixed an issue causing the config yaml providers to not be parsed ## 0.2.1 (2023-08-09) + ### Bug Fixes - Fixed an issue causing ocean to convert the integration config objects to camelized objects ## 0.2.0 (2023-08-09) + ### Breaking Changes - Updated the `on_resync` generator to use a list of items instead of a single item @@ -648,12 +689,14 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## 0.1.3 (2023-08-02) + ### Bug Fixes - Fixed an issue preventing the setup of an integration with config values passed exclusively as environment variables. This fix also enables the option to deploy an integration to AWS ECS using Terraform (PORT-4379) ## 0.1.2 (2023-07-27) + ### Breaking Changes - All integration configuration variables are now passed to the integration code in snake_case format @@ -674,6 +717,7 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## 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) @@ -696,6 +740,7 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## 0.1.0 (2023-07-20) + ### Features - ### First version changelog diff --git a/integrations/argocd/CHANGELOG.md b/integrations/argocd/CHANGELOG.md index 2f783f4913..5644d864ef 100644 --- a/integrations/argocd/CHANGELOG.md +++ b/integrations/argocd/CHANGELOG.md @@ -7,140 +7,144 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -# Port_Ocean 0.1.71 (2024-08-01) +## 0.1.71 (2024-08-01) -### Improvements + +### Improvements - Added _target='blank' attribute to html links in the spec.yaml file to open a new browser tab instead of the current browser -# Port_Ocean 0.1.70 (2024-07-31) +## 0.1.70 (2024-07-31) -### Improvements + +### Improvements - Upgraded integration dependencies (#1) -# Port_Ocean 0.1.69 (2024-07-31) +## 0.1.69 (2024-07-31) -### Improvements + +### Improvements - Bumped ocean version to ^0.9.7 (#1) -# Port_Ocean 0.1.68 (2024-07-31) +## 0.1.68 (2024-07-31) -### Improvements + +### Improvements - Bumped ocean version to ^0.9.6 (#1) -# Port_Ocean 0.1.67 (2024-07-24) +## 0.1.67 (2024-07-24) ### Improvements - Bumped ocean version to ^0.9.5 -# Port_Ocean 0.1.66 (2024-07-10) +## 0.1.66 (2024-07-10) ### Improvements - Added description to configuration properties in spec.yaml (PORT-9118) -# Port_Ocean 0.1.65 (2024-07-10) +## 0.1.65 (2024-07-10) ### Improvements - Bumped ocean version to ^0.9.4 (#1) -# Port_Ocean 0.1.64 (2024-07-09) +## 0.1.64 (2024-07-09) ### Improvements - Bumped ocean version to ^0.9.3 (#1) -# Port_Ocean 0.1.63 (2024-07-07) +## 0.1.63 (2024-07-07) ### Improvements - Bumped ocean version to ^0.9.2 (#1) -# Port_Ocean 0.1.62 (2024-06-23) +## 0.1.62 (2024-06-23) ### Improvements - Bumped ocean version to ^0.9.1 (#1) -# Port_Ocean 0.1.61 (2024-06-19) +## 0.1.61 (2024-06-19) ### Improvements - Bumped ocean version to ^0.9.0 (#1) -# Port_Ocean 0.1.60 (2024-06-16) +## 0.1.60 (2024-06-16) ### Improvements - Updated spec.yaml indication that saas installation is not supported -# Port_Ocean 0.1.59 (2024-06-16) +## 0.1.59 (2024-06-16) ### Improvements - Bumped ocean version to ^0.8.0 (#1) -# Port_Ocean 0.1.58 (2024-06-13) +## 0.1.58 (2024-06-13) ### Improvements - Bumped ocean version to ^0.7.1 (#1) -# Port_Ocean 0.1.57 (2024-06-13) +## 0.1.57 (2024-06-13) ### Improvements - Bumped ocean version to ^0.7.0 (#1) -# Port_Ocean 0.1.56 (2024-06-10) +## 0.1.56 (2024-06-10) ### Improvements - Bumped ocean version to ^0.6.0 (#1) -# Port_Ocean 0.1.55 (2024-06-05) +## 0.1.55 (2024-06-05) ### Improvements - Bumped ocean version to ^0.5.27 (#1) -# Port_Ocean 0.1.54 (2024-06-03) +## 0.1.54 (2024-06-03) ### Improvements - Bumped ocean version to ^0.5.25 (#1) -# Port_Ocean 0.1.53 (2024-06-02) +## 0.1.53 (2024-06-02) ### Improvements - Bumped ocean version to ^0.5.24 (#1) -# Port_Ocean 0.1.52 (2024-05-30) +## 0.1.52 (2024-05-30) ### Improvements @@ -148,21 +152,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated the base image used in the Dockerfile that is created during integration scaffolding from `python:3.11-slim-buster` to `python:3.11-slim-bookworm` -# Port_Ocean 0.1.51 (2024-05-29) +## 0.1.51 (2024-05-29) ### Improvements - Bumped ocean version to ^0.5.22 (#1) -# Port_Ocean 0.1.50 (2024-05-26) +## 0.1.50 (2024-05-26) ### Improvements - Bumped ocean version to ^0.5.21 (#1) -# Port_Ocean 0.1.49 (2024-05-26) +## 0.1.49 (2024-05-26) ### Improvements @@ -170,28 +174,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Update the config.yaml file to have only the overridden configuration -# Port_Ocean 0.1.48 (2024-05-16) +## 0.1.48 (2024-05-16) ### Improvements - Updated the icon on the image blueprint from AWS to Docker -# Port_Ocean 0.1.47 (2024-05-16) +## 0.1.47 (2024-05-16) ### Improvements - Bumped ocean version to ^0.5.19 (#1) -# Port_Ocean 0.1.46 (2024-05-12) +## 0.1.46 (2024-05-12) ### Improvements - Bumped ocean version to ^0.5.18 (#1) -# Port_Ocean 0.1.45 (2024-05-06) +## 0.1.45 (2024-05-06) ### Improvements @@ -199,35 +203,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Deleted all the properties from the image blueprint since none of the properties can be extracted from the k8s resource -# Port_Ocean 0.1.44 (2024-05-01) +## 0.1.44 (2024-05-01) ### Improvements - Bumped ocean version to ^0.5.17 (#1) -# Port_Ocean 0.1.43 (2024-05-01) +## 0.1.43 (2024-05-01) ### Improvements - Bumped ocean version to ^0.5.16 (#1) -# Port_Ocean 0.1.42 (2024-04-30) +## 0.1.42 (2024-04-30) ### Improvements - Updated the default mapping to ingest all images used by deployments and establish a relationship between them -# Port_Ocean 0.1.41 (2024-04-30) +## 0.1.41 (2024-04-30) ### Improvements - Bumped ocean version to ^0.5.15 (#1) -# Port_Ocean 0.1.40 (2024-04-25) +## 0.1.40 (2024-04-25) ### Bug Fixes @@ -238,21 +242,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added a default empty array to the deployment history mapping to stop spamming the logs with JQ NoneType error -# Port_Ocean 0.1.39 (2024-04-24) +## 0.1.39 (2024-04-24) ### Improvements - Bumped ocean version to ^0.5.14 (#1) -# Port_Ocean 0.1.38 (2024-04-17) +## 0.1.38 (2024-04-17) ### Improvements - Bumped ocean version to ^0.5.12 (#1) -# Port_Ocean 0.1.37 (2024-04-11) +## 0.1.37 (2024-04-11) ### Deprecations - Added deprecation warnings to the deployment-history and kubernetes-resource kind, urging users to utilize the itemsToParse functionality instead @@ -263,56 +267,56 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated the default mapping for deployment-history and kubernetes-resource kind to reuse the application kind's response and parse items using the itemsToParse functionality for improved efficiency -# Port_Ocean 0.1.36 (2024-04-11) +## 0.1.36 (2024-04-11) ### Improvements - Bumped ocean version to ^0.5.11 (#1) -# Port_Ocean 0.1.35 (2024-04-10) +## 0.1.35 (2024-04-10) ### Improvements - Bumped ocean version to ^0.5.10 (#1) -# Port_Ocean 0.1.34 (2024-04-01) +## 0.1.34 (2024-04-01) ### Improvements - Bumped ocean version to ^0.5.9 (#1) -# Port_Ocean 0.1.33 (2024-03-28) +## 0.1.33 (2024-03-28) ### Improvements - Bumped ocean version to ^0.5.8 (#1) -# Port_Ocean 0.1.32 (2024-03-21) +## 0.1.32 (2024-03-21) ### Improvements - Added support for ArgoCD kubernetes resources (PORT-6911) -# Port_Ocean 0.1.31 (2024-03-20) +## 0.1.31 (2024-03-20) ### Improvements - Bumped ocean version to ^0.5.7 (#1) -# Port_Ocean 0.1.30 (2024-03-18) +## 0.1.30 (2024-03-18) ### Improvements - Added support for Application managed resources kind -# Port_Ocean 0.1.29 (2024-03-18) +## 0.1.29 (2024-03-18) ### Improvements @@ -320,168 +324,168 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated the deployment history revision property from string to url, linking the user the specific revision (PORT-6854) - Added namespace blueprint and created relevant relations(PORT-7187) -# Port_Ocean 0.1.28 (2024-03-17) +## 0.1.28 (2024-03-17) ### Improvements - Bumped ocean version to ^0.5.6 (#1) -# Port_Ocean 0.1.27 (2024-03-06) +## 0.1.27 (2024-03-06) ### Improvements - Bumped ocean version to ^0.5.5 (#1) -# Port_Ocean 0.1.26 (2024-03-03) +## 0.1.26 (2024-03-03) ### Improvements - Bumped ocean version to ^0.5.4 (#1) -# Port_Ocean 0.1.25 (2024-03-03) +## 0.1.25 (2024-03-03) ### Improvements - Bumped ocean version to ^0.5.3 (#1) -# Port_Ocean 0.1.24 (2024-02-21) +## 0.1.24 (2024-02-21) ### Improvements - Bumped ocean version to ^0.5.2 (#1) -# Port_Ocean 0.1.23 (2024-02-20) +## 0.1.23 (2024-02-20) ### Improvements - Bumped ocean version to ^0.5.1 (#1) -# Port_Ocean 0.1.22 (2024-02-18) +## 0.1.22 (2024-02-18) ### Improvements - Bumped ocean version to ^0.5.0 (#1) -# Port_Ocean 0.1.21 (2024-01-25) +## 0.1.21 (2024-01-25) ### Bug Fixes - Fixed a bug in the pages templates where the page weren't inside a list, causing the parsing of the integration to fail (#1) -# Port_Ocean 0.1.20 (2024-01-23) +## 0.1.20 (2024-01-23) ### Improvements - Bumped ocean version to ^0.4.17 (#1) -# Port_Ocean 0.1.19 (2024-01-21) +## 0.1.19 (2024-01-21) ### Improvements - Added default page for ArgoCD (PORT-5959) -# Port_Ocean 0.1.18 (2024-01-12) +## 0.1.18 (2024-01-12) ### Features - Added support for ArgoCD deployments history (#5704) -# Port_Ocean 0.1.17 (2024-01-11) +## 0.1.17 (2024-01-11) ### Improvements - Bumped ocean version to ^0.4.16 (#1) -# Port_Ocean 0.1.16 (2024-01-07) +## 0.1.16 (2024-01-07) ### Improvements - Bumped ocean version to ^0.4.15 (#1) -# Port_Ocean 0.1.15 (2024-01-07) +## 0.1.15 (2024-01-07) ### Improvements - Bumped ocean version to ^0.4.14 (#1) -# Port_Ocean 0.1.14 (2024-01-01) +## 0.1.14 (2024-01-01) ### Improvements - Bumped ocean version to ^0.4.13 (#1) -# Port_Ocean 0.1.13 (2023-12-24) +## 0.1.13 (2023-12-24) ### Improvements - Bumped ocean version to ^0.4.12 (#1) -# Port_Ocean 0.1.12 (2023-12-21) +## 0.1.12 (2023-12-21) ### Improvements - Bumped ocean version to ^0.4.11 (#1) -# Port_Ocean 0.1.11 (2023-12-21) +## 0.1.11 (2023-12-21) ### Improvements - Bumped ocean version to ^0.4.10 (#1) -# Port_Ocean 0.1.10 (2023-12-14) +## 0.1.10 (2023-12-14) ### Improvements - Bumped ocean version to ^0.4.8 (#1) -# Port_Ocean 0.1.9 (2023-12-05) +## 0.1.9 (2023-12-05) ### Improvements - Bumped ocean version to ^0.4.7 (#1) -# Port_Ocean 0.1.8 (2023-12-04) +## 0.1.8 (2023-12-04) ### Bug Fixes - Updated ArgoCD application gitRepo property format from URL to string, allowing for various formats and resolving sync errors with private repositories (#8) -# Port_Ocean 0.1.7 (2023-12-04) +## 0.1.7 (2023-12-04) ### Improvements - Bumped ocean version to ^0.4.6 (#1) -# Port_Ocean 0.1.6 (2023-11-30) +## 0.1.6 (2023-11-30) ### Improvements - Bumped ocean version to ^0.4.5 (#1) -# Port_Ocean 0.1.5 (2023-11-29) +## 0.1.5 (2023-11-29) ### Improvements @@ -489,35 +493,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Changed the httpx client to be the ocean's client for better connection error handling and request retries -# Port_Ocean 0.1.4 (2023-11-21) +## 0.1.4 (2023-11-21) ### Improvements - Bumped ocean version to ^0.4.3 (#1) -# Port_Ocean 0.1.3 (2023-11-08) +## 0.1.3 (2023-11-08) ### Improvements - Bumped ocean version to ^0.4.2 (#1) -# Port_Ocean 0.1.2 (2023-11-03) +## 0.1.2 (2023-11-03) ### Improvements - Bumped ocean version to ^0.4.1 (#1) -# Port_Ocean 0.1.1 (2023-11-01) +## 0.1.1 (2023-11-01) ### Improvements - Bumped ocean version to ^0.4.0 (#1) -# 0.1.0 (2023-08-21) +## 0.1.0 (2023-08-21) ### Features diff --git a/integrations/argocd/pyproject.toml b/integrations/argocd/pyproject.toml index 7480addcf2..e2229c16ea 100644 --- a/integrations/argocd/pyproject.toml +++ b/integrations/argocd/pyproject.toml @@ -19,7 +19,8 @@ towncrier = "^23.6.0" [tool.towncrier] directory = "changelog" filename = "CHANGELOG.md" -package = "port_ocean" +title_format = "## {version} ({project_date})" +underlines = [""] [[tool.towncrier.type]] directory = "breaking" diff --git a/integrations/aws/CHANGELOG.md b/integrations/aws/CHANGELOG.md index 02fe060f89..df30d684a3 100644 --- a/integrations/aws/CHANGELOG.md +++ b/integrations/aws/CHANGELOG.md @@ -7,42 +7,48 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -# Port_Ocean 0.2.21 (2024-08-01) +## 0.2.21 (2024-08-01) -### Improvements + +### Improvements - Added _target='blank' attribute to spec links to open a new browser tab instead of the current browser -# Port_Ocean 0.2.20 (2024-07-31) +## 0.2.20 (2024-07-31) -### Improvements + +### Improvements - Upgraded integration dependencies (#1) -# Port_Ocean 0.2.19 (2024-07-31) +## 0.2.19 (2024-07-31) -### Improvements + +### Improvements - Bumped ocean version to ^0.9.7 (#1) -# Port_Ocean 0.2.18 (2024-07-31) +## 0.2.18 (2024-07-31) + ### Improvements - Bumped ocean version to ^0.9.6 (#1) -# Port_Ocean 0.2.17 (2024-07-24) +## 0.2.17 (2024-07-24) + ### Improvements - Bumped ocean version to ^0.9.5 -# Port_Ocean 0.2.16 (2024-07-16) +## 0.2.16 (2024-07-16) + ### Bug Fixes @@ -51,88 +57,101 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add access denied handler to custom kind resync -# Port_Ocean 0.2.15 (2024-07-12) +## 0.2.15 (2024-07-12) + ### Improvements - Add logs to indicate the size of batches being fetched in each resync -# Port_Ocean 0.2.14 (2024-07-11) +## 0.2.14 (2024-07-11) + ### Improvements - Add access denied exception support (#1) -# Port_Ocean 0.2.13 (2024-07-10) +## 0.2.13 (2024-07-10) + ### Improvements - Bumped ocean version to ^0.9.4 (#1) -# Port_Ocean 0.2.12 (2024-07-09) +## 0.2.12 (2024-07-09) + ### Improvements - Fix default useGetResourceAPI property name (#1) - Use by default the actual S3 Bucket region instead of default region used to fetch it (#2) -# Port_Ocean 0.2.11 (2024-07-09) +## 0.2.11 (2024-07-09) + ### Improvements - Bumped ocean version to ^0.9.3 (#1) -# Port_Ocean 0.2.10 (2024-07-07) +## 0.2.10 (2024-07-07) + ### Improvements - Bumped ocean version to ^0.9.2 (#1) -# Port_Ocean 0.2.9 (2024-07-02) +## 0.2.9 (2024-07-02) + ### Bugfix - Ensure default region for global resources (#1) -# Port_Ocean 0.2.8 (2024-06-23) +## 0.2.8 (2024-06-23) + ### Improvements - Added support for default installation methods ( Helm, docker, githubworkflow and gitlabCI ) to improve ease of use (#1) -# Port_Ocean 0.2.7 (2024-06-23) +## 0.2.7 (2024-06-23) + ### Improvements - Bumped ocean version to ^0.9.1 (#1) -# Port_Ocean 0.2.6 (2024-06-19) +## 0.2.6 (2024-06-19) + ### Improvements - Bumped ocean version to ^0.9.0 (#1) -# Port_Ocean 0.2.5 (2024-06-17) +## 0.2.5 (2024-06-17) + ### Improvements - Changed default mapping to include describeResources for resources which doesn't include tags by default from cloud control (#1) -# Port_Ocean 0.2.4 (2024-06-17) +## 0.2.4 (2024-06-17) + ### Improvements - Fix _aws_credentials overflow bug (#1) -# Port_Ocean 0.2.3 (2024-06-17) +## 0.2.3 (2024-06-17) + ### Improvements @@ -141,27 +160,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix AWS rate-limit issues (#3) -# Port_Ocean 0.2.2 (2024-06-16) +## 0.2.2 (2024-06-16) + ### Improvements - Run all single describe in parallel (#1) -# Port_Ocean 0.2.1 (2024-06-16) +## 0.2.1 (2024-06-16) + ### Improvements - Updated spec.yaml indication that saas installation is not supported -# Port_Ocean 0.2.0 (2024-06-16) +## 0.2.0 (2024-06-16) + ### Improvements - Added support for "describeResource" mapping option (#1) -# Port_Ocean 0.1.8 (2024-06-16) +## 0.1.8 (2024-06-16) + ### Improvements @@ -169,56 +192,64 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -# Port_Ocean 0.1.7 (2024-06-13) +## 0.1.7 (2024-06-13) + ### Improvements - Bumped ocean version to ^0.7.1 (#1) -# Port_Ocean 0.1.6 (2024-06-13) +## 0.1.6 (2024-06-13) + ### Improvements - Add support for syncing ACM certificates, AMI images and Cloudformation Stacks -# Port_Ocean 0.1.5 (2024-06-13) +## 0.1.5 (2024-06-13) + ### Improvements - Bumped ocean version to ^0.7.0 (#1) -# Port_Ocean 0.1.4 (2024-06-10) +## 0.1.4 (2024-06-10) + ### Improvements - Bumped ocean version to ^0.6.0 (#1) -# Port_Ocean 0.1.3 (2024-06-05) +## 0.1.3 (2024-06-05) + ### Improvements - Bumped ocean version to ^0.5.27 (#1) -# Port_Ocean 0.1.2 (2024-06-03) +## 0.1.2 (2024-06-03) + ### Improvements - Bumped ocean version to ^0.5.25 (#1) -# Port_Ocean 0.1.1 (2024-06-02) +## 0.1.1 (2024-06-02) + ### Improvements - Bumped ocean version to ^0.5.24 (#1) -# Port_Ocean 0.1.0 (2024-05-30) +## 0.1.0 (2024-05-30) + ### Features diff --git a/integrations/aws/pyproject.toml b/integrations/aws/pyproject.toml index cea7997315..4b89ef9298 100644 --- a/integrations/aws/pyproject.toml +++ b/integrations/aws/pyproject.toml @@ -24,7 +24,8 @@ towncrier = "^23.6.0" [tool.towncrier] directory = "changelog" filename = "CHANGELOG.md" -package = "port_ocean" +title_format = "## {version} ({project_date})" +underlines = [""] [[tool.towncrier.type]] directory = "breaking" diff --git a/integrations/azure-devops/CHANGELOG.md b/integrations/azure-devops/CHANGELOG.md index ee13bc96b6..8fc9d88615 100644 --- a/integrations/azure-devops/CHANGELOG.md +++ b/integrations/azure-devops/CHANGELOG.md @@ -7,174 +7,174 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -# Port_Ocean 0.1.48 (2024-08-01) +## 0.1.48 (2024-08-01) ### Improvements - Added target='blank' attribute to links in config and secrets description to make them open in new tab -# Port_Ocean 0.1.47 (2024-07-31) +## 0.1.47 (2024-07-31) ### Improvements -- Upgraded integration dependencies (#1) +- Upgraded ## dependencies (#1) -# Port_Ocean 0.1.46 (2024-07-31) +## 0.1.46 (2024-07-31) ### Improvements - Bumped ocean version to ^0.9.7 (#1) -# Port_Ocean 0.1.45 (2024-07-31) +## 0.1.45 (2024-07-31) ### Improvements - Bumped ocean version to ^0.9.6 (#1) -# Port_Ocean 0.1.44 (2024-07-25) +## 0.1.44 (2024-07-25) ### Bug Fixes - Fixed case where comparing events failed because ADO returns unexpected additional keys inside the PublisherInputs. -# Port_Ocean 0.1.43 (2024-07-24) +## 0.1.43 (2024-07-24) ### Improvements - Bumped ocean version to ^0.9.5 -# Port_Ocean 0.1.41 (2024-07-18) +## 0.1.41 (2024-07-18) ### Bug Fixes - Fixed `visibility` property in mapping which had a typo and changed the default relation to required `false` to be more permissive -# Port_Ocean 0.1.41 (2024-07-10) +## 0.1.41 (2024-07-10) ### Improvements - Set the `isProjectsLimited` paramater to True by default - Revise the configuration parameters' descriptions. -# Port_Ocean 0.1.40 (2024-07-09) +## 0.1.40 (2024-07-09) ### Improvements -- Added description to the integration configuration variables +- Added description to the ## configuration variables -# Port_Ocean 0.1.39 (2024-07-09) +## 0.1.39 (2024-07-09) ### Improvements - Bumped ocean version to ^0.9.3 (#1) -# Port_Ocean 0.1.38 (2024-07-08) +## 0.1.38 (2024-07-08) ### Features - Make webhook creation project-scoped by default -# Port_Ocean 0.1.37 (2024-07-07) +## 0.1.37 (2024-07-07) ### Improvements - Bumped ocean version to ^0.9.2 (#1) -# Port_Ocean 0.1.36 (2024-06-23) +## 0.1.36 (2024-06-23) ### Improvements - Bumped ocean version to ^0.9.1 (#1) -# Port_Ocean 0.1.35 (2024-06-19) +## 0.1.35 (2024-06-19) ### Improvements - Bumped ocean version to ^0.9.0 (#1) -# Port_Ocean 0.1.34 (2024-06-16) +## 0.1.34 (2024-06-16) ### Improvements - Bumped ocean version to ^0.8.0 (#1) -# Port_Ocean 0.1.33 (2024-06-13) +## 0.1.33 (2024-06-13) ### Improvements - Bumped ocean version to ^0.7.1 (#1) -# Port_Ocean 0.1.32 (2024-06-13) +## 0.1.32 (2024-06-13) ### Improvements - Bumped ocean version to ^0.7.0 (#1) -# Port_Ocean 0.1.31 (2024-06-10) +## 0.1.31 (2024-06-10) ### Improvements - Bumped ocean version to ^0.6.0 (#1) -# Port_Ocean 0.1.30 (2024-06-05) +## 0.1.30 (2024-06-05) ### Improvements - Bumped ocean version to ^0.5.27 (#1) -# Port_Ocean 0.1.29 (2024-06-03) +## 0.1.29 (2024-06-03) ### Improvements - Bumped ocean version to ^0.5.25 (#1) -# Port_Ocean 0.1.28 (2024-06-02) +## 0.1.28 (2024-06-02) ### Improvements - Bumped ocean version to ^0.5.24 (#1) -# Port_Ocean 0.1.27 (2024-05-30) +## 0.1.27 (2024-05-30) ### Improvements - Bumped ocean version to ^0.5.23 (#1) -- Updated the base image used in the Dockerfile that is created during integration scaffolding from `python:3.11-slim-buster` to `python:3.11-slim-bookworm` +- Updated the base image used in the Dockerfile that is created during ## scaffolding from `python:3.11-slim-buster` to `python:3.11-slim-bookworm` -# Port_Ocean 0.1.26 (2024-05-29) +## 0.1.26 (2024-05-29) ### Improvements - Bumped ocean version to ^0.5.22 (#1) -# Port_Ocean 0.1.25 (2024-05-26) +## 0.1.25 (2024-05-26) ### Improvements - Bumped ocean version to ^0.5.21 (#1) -# Port_Ocean 0.1.24 (2024-05-26) +## 0.1.24 (2024-05-26) ### Improvements @@ -182,166 +182,166 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Removed the config.yaml file due to unused overrides -# Port_Ocean 0.1.23 (2024-05-16) +## 0.1.23 (2024-05-16) ### Improvements - Bumped ocean version to ^0.5.19 (#1) -# Port_Ocean 0.1.22 (2024-05-15) +## 0.1.22 (2024-05-15) ### Bug Fixes - Fixed default relation mapping between service and project (#1) -# Port_Ocean 0.1.21 (2024-05-12) +## 0.1.21 (2024-05-12) ### Improvements - Bumped ocean version to ^0.5.18 (#1) -# Port_Ocean 0.1.20 (2024-05-10) +## 0.1.20 (2024-05-10) ### Improvements - Enhanced the jq functionality for both 'repository' and 'repository-policy' identifiers, automatically removing spaces and converting all characters to lowercase by default. (PORT-7916) -# Port_Ocean 0.1.19 (2024-05-08) +## 0.1.19 (2024-05-08) ### Improvements - Removed spaces from service identifier field (#1) -# Port_Ocean 0.1.18 (2024-05-08) +## 0.1.18 (2024-05-08) ### Improvements - Changed url to service from api url to remoteUrl (#1) -# Port_Ocean 0.1.17 (2024-05-01) +## 0.1.17 (2024-05-01) ### Improvements - Bumped ocean version to ^0.5.17 (#1) -# Port_Ocean 0.1.16 (2024-05-01) +## 0.1.16 (2024-05-01) ### Improvements - Bumped ocean version to ^0.5.16 (#1) -# Port_Ocean 0.1.15 (2024-04-30) +## 0.1.15 (2024-04-30) ### Improvements - Bumped ocean version to ^0.5.15 (#1) -# Port_Ocean 0.1.14 (2024-04-24) +## 0.1.14 (2024-04-24) ### Improvements - Bumped ocean version to ^0.5.14 (#1) -# Port_Ocean 0.1.13 (2024-04-17) +## 0.1.13 (2024-04-17) ### Improvements - Bumped ocean version to ^0.5.12 (#1) -# Port_Ocean 0.1.12 (2024-04-15) +## 0.1.12 (2024-04-15) ### Features - Added project kind as well as relation between repo and project, to get the team mirror property (PORT-7573) -# Port_Ocean 0.1.11 (2024-04-15) +## 0.1.11 (2024-04-15) ### Bug Fixes - Made defaultBranch not required in the repository body when fetching repository policies -# Port_Ocean 0.1.10 (2024-04-11) +## 0.1.10 (2024-04-11) ### Improvements - Bumped ocean version to ^0.5.11 (#1) -# Port_Ocean 0.1.9 (2024-04-10) +## 0.1.9 (2024-04-10) ### Improvements - Bumped ocean version to ^0.5.10 (#1) -# Port_Ocean 0.1.8 (2024-04-01) +## 0.1.8 (2024-04-01) ### Improvements - Bumped ocean version to ^0.5.9 (#1) -# Port_Ocean 0.1.7 (2024-03-28) +## 0.1.7 (2024-03-28) ### Improvements - Bumped ocean version to ^0.5.8 (#1) -# Port_Ocean 0.1.6 (2024-03-20) +## 0.1.6 (2024-03-20) ### Improvements - Bumped ocean version to ^0.5.7 (#1) -# Port_Ocean 0.1.5 (2024-03-17) +## 0.1.5 (2024-03-17) ### Improvements - Bumped ocean version to ^0.5.6 (#1) -# Port_Ocean 0.1.4 (2024-03-07) +## 0.1.4 (2024-03-07) ### Bug Fixes - Fixed issue causing disabled repositories to fail resynchronization for pull requests, policies, and item content (#413) -# Port_Ocean 0.1.3 (2024-03-03) +## 0.1.3 (2024-03-03) ### Improvements - Bumped ocean version to ^0.5.4 (#1) -# 0.1.2 (2024-03-03) +## 0.1.2 (2024-03-03) ### Improvements - Fixed the default scorecard to match the rule -# 0.1.1 (2024-03-03) +## 0.1.1 (2024-03-03) ### Bugs - Fix compatibility issue with None type and operand "|" -# 0.1.0 (2024-03-03) +## 0.1.0 (2024-03-03) ### Features -- Created Azure DevOps integration using Ocean (PORT-4585) +- Created Azure DevOps ## using Ocean (PORT-4585) diff --git a/integrations/azure-devops/pyproject.toml b/integrations/azure-devops/pyproject.toml index 0acce996ba..6fdf2a6a9c 100644 --- a/integrations/azure-devops/pyproject.toml +++ b/integrations/azure-devops/pyproject.toml @@ -20,7 +20,8 @@ types-pyyaml = "^6.0.12.10" [tool.towncrier] directory = "changelog" filename = "CHANGELOG.md" -package = "port_ocean" +title_format = "## {version} ({project_date})" +underlines = [""] [[tool.towncrier.type]] directory = "breaking" diff --git a/integrations/azure-devops/sonar-project.properties b/integrations/azure-devops/sonar-project.properties new file mode 100644 index 0000000000..ffb98042d9 --- /dev/null +++ b/integrations/azure-devops/sonar-project.properties @@ -0,0 +1,3 @@ +sonar.projectKey=port-labs_ocean_azure-devops +sonar.organization=port-labs + diff --git a/integrations/azure/CHANGELOG.md b/integrations/azure/CHANGELOG.md index 98c78f8a0f..9969fb7cf9 100644 --- a/integrations/azure/CHANGELOG.md +++ b/integrations/azure/CHANGELOG.md @@ -1,125 +1,143 @@ 0.1.75 (2024-08-01) -### Improvements + +### Improvements - Added _target='blank' attribute to spec links to open a new browser tab instead of the current browser. 0.1.74 (2024-07-31) -### Improvements + +### Improvements - Upgraded integration dependencies (#1) 0.1.73 (2024-07-31) -### Improvements + +### Improvements - Bumped ocean version to ^0.9.7 (#1) 0.1.72 (2024-07-31) -### Improvements + +### Improvements - Bumped ocean version to ^0.9.6 (#1) 0.1.71 (2024-07-24) -### Improvements + +### Improvements - Bumped ocean version to ^0.9.5 0.1.70 (2024-07-10) -### Improvements + +### Improvements - Bumped ocean version to ^0.9.4 (#1) 0.1.69 (2024-07-09) -### Improvements + +### Improvements - Bumped ocean version to ^0.9.3 (#1) 0.1.68 (2024-07-07) -### Improvements + +### Improvements - Bumped ocean version to ^0.9.2 (#1) 0.1.67 (2024-06-27) -### Improvements + +### Improvements - Added support for default installation methods ( Helm, docker, githubworkflow and gitlabCI ) to improve ease of use (#1) 0.1.66 (2024-06-23) -### Improvements + +### Improvements - Bumped ocean version to ^0.9.1 (#1) 0.1.65 (2024-06-19) -### Improvements + +### Improvements - Bumped ocean version to ^0.9.0 (#1) 0.1.64 (2024-06-16) -### Improvements + +### Improvements - Updated spec.yaml indication that saas installation is not supported 0.1.63 (2024-06-16) -### Improvements + +### Improvements - Bumped ocean version to ^0.8.0 (#1) 0.1.62 (2024-06-13) -### Improvements + +### Improvements - Bumped ocean version to ^0.7.1 (#1) 0.1.61 (2024-06-13) -### Improvements + +### Improvements - Bumped ocean version to ^0.7.0 (#1) 0.1.60 (2024-06-10) -### Improvements + +### Improvements - Bumped ocean version to ^0.6.0 (#1) 0.1.59 (2024-06-05) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.27 (#1) 0.1.58 (2024-06-03) -### Bug Fixes + +### Bug Fixes - Bump terraform provider version to 0.0.25 (#1) - Change Service icon to Microservice (#2) @@ -127,21 +145,24 @@ 0.1.57 (2024-06-03) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.25 (#1) 0.1.56 (2024-06-02) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.24 (#1) 0.1.55 (2024-05-30) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.23 (#1) - Updated the base image used in the Dockerfile that is created during integration scaffolding from `python:3.11-slim-buster` to `python:3.11-slim-bookworm` @@ -149,21 +170,24 @@ 0.1.54 (2024-05-29) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.22 (#1) 0.1.53 (2024-05-26) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.21 (#1) 0.1.52 (2024-05-26) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.20 (#1) - Removed the config.yaml file due to unused overrides @@ -171,91 +195,104 @@ 0.1.51 (2024-05-20) -### Improvements + +### Improvements - Change default mappings of resources to use actual resource kinds and map them to the new generic cloudResource kind (#1) 0.1.50 (2024-05-16) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.19 (#1) 0.1.49 (2024-05-12) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.18 (#1) 0.1.48 (2024-05-01) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.17 (#1) 0.1.47 (2024-05-01) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.16 (#1) 0.1.46 (2024-04-30) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.15 (#1) 0.1.45 (2024-04-24) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.14 (#1) 0.1.44 (2024-04-17) -### Bug Fixes + +### Bug Fixes - Fixed azure subscription relation in resource group blueprint 0.1.43 (2024-04-17) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.12 (#1) 0.1.42 (2024-04-11) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.11 (#1) 0.1.41 (2024-04-10) -### Bug Fixes + +### Bug Fixes - Fixed blueprints identifiers names and adjusted relations between blueprints 0.1.40 (2024-04-10) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.10 (#1) 0.1.39 (2024-04-06) -### Features + +### Features - Added support for multiple azure subscriptions (#1) - Added generic cloudResource kind (#2) @@ -267,126 +304,144 @@ 0.1.38 (2024-04-01) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.9 (#1) 0.1.37 (2024-03-28) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.8 (#1) 0.1.36 (2024-03-27) -### Improvements + +### Improvements - Added default permissions to match the default resources created (#1) 0.1.35 (2024-03-20) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.7 (#1) 0.1.34 (2024-03-17) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.6 (#1) 0.1.33 (2024-03-06) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.5 (#1) 0.1.32 (2024-03-03) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.4 (#1) 0.1.31 (2024-03-03) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.3 (#1) 0.1.30 (2024-02-21) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.2 (#1) 0.1.29 (2024-02-20) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.1 (#1) 0.1.28 (2024-02-18) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.0 (#1) 0.1.27 (2024-01-23) -### Improvements + +### Improvements - Bumped ocean version to ^0.4.17 (#1) 0.1.26 (2024-01-11) -### Improvements + +### Improvements - Bumped ocean version to ^0.4.16 (#1) 0.1.25 (2024-01-07) -### Improvements + +### Improvements - Bumped ocean version to ^0.4.15 (#1) 0.1.24 (2024-01-07) -### Improvements + +### Improvements - Bumped ocean version to ^0.4.14 (#1) 0.1.23 (2024-01-01) -### Improvements + +### Improvements - Bumped ocean version to ^0.4.13 (#1) v0.1.22 (2023-12-25) -### Improvements + +### Improvements - Fix stale relation identifiers in default blueprints (port-5799) v0.1.21 (2023-12-24) -### Improvements + +### Improvements - Updated default blueprints and config mapping to include integration name as blueprint identifier prefix - Bumped ocean version to ^0.4.12 (#1) @@ -394,14 +449,16 @@ v0.1.21 (2023-12-24) 0.1.20 (2023-12-21) -### Improvements + +### Improvements - Bumped ocean version to ^0.4.11 (#1) 0.1.19 (2023-12-21) -### Improvements + +### Improvements - Bumped ocean version to ^0.4.10 (#1) @@ -413,133 +470,136 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -# 0.1.18 (2023-12-15) +## 0.1.18 (2023-12-15) -### Improvements + +### Improvements - Introduced delete azure resources on delete event "best effort" capability (PORT-5643) -# 0.1.17 (2023-12-14) +## 0.1.17 (2023-12-14) -### Improvements + +### Improvements - Bumped ocean version to ^0.4.8 (#1) -# 0.1.16 (2023-12-05) +## 0.1.16 (2023-12-05) -### Improvements + +### Improvements - Bumped ocean version to ^0.4.7 (#1) -# 0.1.15 (2023-12-04) +## 0.1.15 (2023-12-04) ### Improvements - Bumped ocean version to ^0.4.6 (#1) -# 0.1.14 (2023-11-30) +## 0.1.14 (2023-11-30) ### Improvements - Bumped ocean version to ^0.4.5 (#1) -# 0.1.13 (2023-11-29) +## 0.1.13 (2023-11-29) ### Improvements - Bumped ocean version to ^0.4.4 (#1) -# 0.1.12 (2023-11-21) +## 0.1.12 (2023-11-21) ### Improvements - Bumped ocean version to ^0.4.3 (#1) -# 0.1.11 (2023-11-08) +## 0.1.11 (2023-11-08) ### Improvements - Bumped ocean version to ^0.4.2 (#1) -# 0.1.10 (2023-11-03) +## 0.1.10 (2023-11-03) ### Improvements - Bumped ocean version to ^0.4.1 (#1) -# 0.1.9 (2023-11-01) +## 0.1.9 (2023-11-01) ### Improvements - Bumped ocean version to ^0.4.0 (#1) -# 0.1.8 (2023-10-29) +## 0.1.8 (2023-10-29) ### Improvements - Bumped ocean version to 0.3.2 (#1) -# 0.1.7 (2023-09-27) +## 0.1.7 (2023-09-27) ### Improvements - Bumped ocean to version 0.3.1 (#1) -# 0.1.6 (2023-09-13) +## 0.1.6 (2023-09-13) ### Improvements - Bumped ocean version to 0.3.0 (#1) -# 0.1.5 (2023-08-29) +## 0.1.5 (2023-08-29) ### Improvements - Bumped ocean from 0.2.1 to 0.2.3 (PORT-4527) -# 0.1.4 (2023-08-22) +## 0.1.4 (2023-08-22) ### Bug Fixes - Added event_grid_system_topic_name and event_grid_event_filter_list to the spec.yaml extra vars (#1) -# 0.1.3 (2023-08-22) +## 0.1.3 (2023-08-22) ### Bug Fixes - Fixed subscriptionID description in the spec.yaml -# 0.1.2 (2023-08-21) +## 0.1.2 (2023-08-21) ### Bug Fixes - Aligned the deployment method attribute in spec.yaml to our new terraform module architecture -# 0.1.1 (2023-08-20) +## 0.1.1 (2023-08-20) ### Bug Fixes - Removed capability to remove port entity on received event of resource deletion - Changed deployment method to point to full terraform module path -# 0.1.0 (2023-08-13) +## 0.1.0 (2023-08-13) ### Features diff --git a/integrations/datadog/.dockerignore b/integrations/datadog/.dockerignore deleted file mode 100644 index dc28c4f316..0000000000 --- a/integrations/datadog/.dockerignore +++ /dev/null @@ -1,94 +0,0 @@ -# Git -.git -.gitignore -.gitattributes - - -# CI -.codeclimate.yml -.travis.yml -.taskcluster.yml - -# Docker -docker-compose.yml -Dockerfile -.docker -.dockerignore - -# Byte-compiled / optimized / DLL files -**/__pycache__/ -**/*.py[cod] - -# C extensions -*.so - -# Distribution / packaging -.Python -env/ -build/ -develop-eggs/ -dist/ -downloads/ -eggs/ -lib/ -lib64/ -parts/ -sdist/ -var/ -*.egg-info/ -.installed.cfg -*.egg - -# PyInstaller -# Usually these files are written by a python script from a template -# before PyInstaller builds the exe, so as to inject date/other infos into it. -*.manifest -*.spec - -# Installer logs -pip-log.txt -pip-delete-this-directory.txt - -# Unit test / coverage reports -htmlcov/ -.tox/ -.coverage -.cache -nosetests.xml -coverage.xml - -# Translations -*.mo -*.pot - -# Django stuff: -*.log - -# Sphinx documentation -docs/_build/ - -# PyBuilder -target/ - -# Virtual environment -.env -.venv/ -venv/ - -# PyCharm -.idea - -# Python mode for VIM -.ropeproject -**/.ropeproject - -# Vim swap files -**/*.swp - -# VS Code -.vscode/ - -*.md -**/.ruff_cache -**/cahangelog -**/tests \ No newline at end of file diff --git a/integrations/datadog/CHANGELOG.md b/integrations/datadog/CHANGELOG.md index dccdb2c9e8..49192e4135 100644 --- a/integrations/datadog/CHANGELOG.md +++ b/integrations/datadog/CHANGELOG.md @@ -12,75 +12,75 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added _target='blank' attribute to spec links to open a new browser tab instead of the current browser. -# Port_Ocean 0.1.22 (2024-07-31) +## 0.1.22 (2024-07-31) ### Improvements - Upgraded integration dependencies (#1) -# Port_Ocean 0.1.21 (2024-07-31) +## 0.1.21 (2024-07-31) ### Improvements - Bumped ocean version to ^0.9.7 (#1) -# Port_Ocean 0.1.20 (2024-07-31) +## 0.1.20 (2024-07-31) ### Improvements - Bumped ocean version to ^0.9.6 (#1) -# Port_Ocean 0.1.19 (2024-07-25) +## 0.1.19 (2024-07-25) ### Features - Add the datadog host blueprint -# Port_Ocean 0.1.18 (2024-07-24) +## 0.1.18 (2024-07-24) ### Improvements - Bumped ocean version to ^0.9.5 -# Port_Ocean 0.1.17 (2024-07-10) +## 0.1.17 (2024-07-10) ### Improvements - Bumped ocean version to ^0.9.4 (#1) -# Port_Ocean 0.1.16 (2024-07-09) +## 0.1.16 (2024-07-09) ### Improvements - Bumped ocean version to ^0.9.3 (#1) -# Port_Ocean 0.1.15 (2024-07-07) +## 0.1.15 (2024-07-07) ### Improvements - Bumped ocean version to ^0.9.2 (#1) -# Port_Ocean 0.1.14 (2024-07-04) +## 0.1.14 (2024-07-04) ### Improvements - Added support to fetch SLOs history back to 1 year ago (#1) -# Port_Ocean 0.1.13 (2024-07-01) +## 0.1.13 (2024-07-01) ### Improvements - Changed the way we handle concurrency from asyncio gather to use a queuing mechanism to reduce the chance of rate limit -# Port_Ocean 0.1.12 (2024-07-01) +## 0.1.12 (2024-07-01) ### Improvements @@ -92,70 +92,70 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Changed Target and Warning threshold to number instead of string in SLO blueprint (#2) -# Port_Ocean 0.1.11 (2024-06-23) +## 0.1.11 (2024-06-23) ### Improvements - Bumped ocean version to ^0.9.1 (#1) -# Port_Ocean 0.1.10 (2024-06-19) +## 0.1.10 (2024-06-19) ### Improvements - Bumped ocean version to ^0.9.0 (#1) -# Port_Ocean 0.1.9 (2024-06-16) +## 0.1.9 (2024-06-16) ### Improvements - Bumped ocean version to ^0.8.0 (#1) -# Port_Ocean 0.1.8 (2024-06-13) +## 0.1.8 (2024-06-13) ### Improvements - Bumped ocean version to ^0.7.1 (#1) -# Port_Ocean 0.1.7 (2024-06-13) +## 0.1.7 (2024-06-13) ### Improvements - Bumped ocean version to ^0.7.0 (#1) -# Port_Ocean 0.1.6 (2024-06-10) +## 0.1.6 (2024-06-10) ### Improvements - Bumped ocean version to ^0.6.0 (#1) -# Port_Ocean 0.1.5 (2024-06-05) +## 0.1.5 (2024-06-05) ### Improvements - Bumped ocean version to ^0.5.27 (#1) -# Port_Ocean 0.1.4 (2024-06-03) +## 0.1.4 (2024-06-03) ### Improvements - Bumped ocean version to ^0.5.25 (#1) -# Port_Ocean 0.1.3 (2024-06-02) +## 0.1.3 (2024-06-02) ### Improvements - Bumped ocean version to ^0.5.24 (#1) -# Port_Ocean 0.1.2 (2024-05-30) +## 0.1.2 (2024-05-30) ### Improvements @@ -163,14 +163,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated the base image used in the Dockerfile that is created during integration scaffolding from `python:3.11-slim-buster` to `python:3.11-slim-bookworm` -# Port_Ocean 0.1.1 (2024-05-29) +## 0.1.1 (2024-05-29) ### Improvements - Bumped ocean version to ^0.5.22 (#1) -# 0.1.0 (2024-05-28) +## 0.1.0 (2024-05-28) ### Features diff --git a/integrations/datadog/pyproject.toml b/integrations/datadog/pyproject.toml index 20c1772bf4..3d9a53a521 100644 --- a/integrations/datadog/pyproject.toml +++ b/integrations/datadog/pyproject.toml @@ -20,7 +20,8 @@ towncrier = "^23.6.0" [tool.towncrier] directory = "changelog" filename = "CHANGELOG.md" -package = "port_ocean" +title_format = "## {version} ({project_date})" +underlines = [""] [[tool.towncrier.type]] directory = "breaking" diff --git a/integrations/datadog/sonar-project.properties b/integrations/datadog/sonar-project.properties new file mode 100644 index 0000000000..43058e2ad3 --- /dev/null +++ b/integrations/datadog/sonar-project.properties @@ -0,0 +1,3 @@ +sonar.projectKey=port-labs_ocean_datadog +sonar.organization=port-labs + diff --git a/integrations/dynatrace/CHANGELOG.md b/integrations/dynatrace/CHANGELOG.md index d86363c6bf..6287586d05 100644 --- a/integrations/dynatrace/CHANGELOG.md +++ b/integrations/dynatrace/CHANGELOG.md @@ -7,21 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -# Port_Ocean 0.1.37 (2024-08-01) +## 0.1.37 (2024-08-01) ### Improvements - Added target='blank' attribute to links in config and secrets description to make them open in new tab -# Port_Ocean 0.1.36 (2024-07-31) +## 0.1.36 (2024-07-31) ### Improvements - Upgraded integration dependencies (#1) -# Port_Ocean 0.1.35 (2024-07-31) +## 0.1.35 (2024-07-31) ### Improvements @@ -33,56 +33,56 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix problem where API calls return unevaluated SLOs causing stale records in Port -# Port_Ocean 0.1.34 (2024-07-31) +## 0.1.34 (2024-07-31) ### Improvements - Bumped ocean version to ^0.9.6 (#1) -# Port_Ocean 0.1.33 (2024-07-24) +## 0.1.33 (2024-07-24) ### Improvements - Bumped ocean version to ^0.9.5 -# Port_Ocean 0.1.32 (2024-07-10) +## 0.1.32 (2024-07-10) ### Improvements - Added description to configurations (0.1.32) -# Port_Ocean 0.1.31 (2024-07-10) +## 0.1.31 (2024-07-10) ### Improvements - Bumped ocean version to ^0.9.4 (#1) -# Port_Ocean 0.1.30 (2024-07-09) +## 0.1.30 (2024-07-09) ### Improvements - Bumped ocean version to ^0.9.3 (#1) -# Port_Ocean 0.1.29 (2024-07-07) +## 0.1.29 (2024-07-07) ### Improvements - Bumped ocean version to ^0.9.2 (#1) -# Port_Ocean 0.1.28 (2024-07-01) +## 0.1.28 (2024-07-01) ### Bug Fixes - Fixed bug where other kinds cannot be ingested due to type constraints (0.1.28) -# Port_Ocean 0.1.27 (2024-06-25) +## 0.1.27 (2024-06-25) ### Features @@ -93,70 +93,70 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed bug causing missing fields in entities (0.1.27) -# Port_Ocean 0.1.26 (2024-06-23) +## 0.1.26 (2024-06-23) ### Improvements - Bumped ocean version to ^0.9.1 (#1) -# Port_Ocean 0.1.25 (2024-06-19) +## 0.1.25 (2024-06-19) ### Improvements - Bumped ocean version to ^0.9.0 (#1) -# Port_Ocean 0.1.24 (2024-06-16) +## 0.1.24 (2024-06-16) ### Improvements - Bumped ocean version to ^0.8.0 (#1) -# Port_Ocean 0.1.23 (2024-06-13) +## 0.1.23 (2024-06-13) ### Improvements - Bumped ocean version to ^0.7.1 (#1) -# Port_Ocean 0.1.22 (2024-06-13) +## 0.1.22 (2024-06-13) ### Improvements - Bumped ocean version to ^0.7.0 (#1) -# Port_Ocean 0.1.21 (2024-06-10) +## 0.1.21 (2024-06-10) ### Improvements - Bumped ocean version to ^0.6.0 (#1) -# Port_Ocean 0.1.20 (2024-06-05) +## 0.1.20 (2024-06-05) ### Improvements - Bumped ocean version to ^0.5.27 (#1) -# Port_Ocean 0.1.19 (2024-06-03) +## 0.1.19 (2024-06-03) ### Improvements - Bumped ocean version to ^0.5.25 (#1) -# Port_Ocean 0.1.18 (2024-06-02) +## 0.1.18 (2024-06-02) ### Improvements - Bumped ocean version to ^0.5.24 (#1) -# Port_Ocean 0.1.17 (2024-05-30) +## 0.1.17 (2024-05-30) ### Improvements @@ -164,21 +164,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated the base image used in the Dockerfile that is created during integration scaffolding from `python:3.11-slim-buster` to `python:3.11-slim-bookworm` -# Port_Ocean 0.1.16 (2024-05-29) +## 0.1.16 (2024-05-29) ### Improvements - Bumped ocean version to ^0.5.22 (#1) -# Port_Ocean 0.1.15 (2024-05-26) +## 0.1.15 (2024-05-26) ### Improvements - Bumped ocean version to ^0.5.21 (#1) -# Port_Ocean 0.1.14 (2024-05-26) +## 0.1.14 (2024-05-26) ### Improvements @@ -186,98 +186,98 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Removed the config.yaml file due to unused overrides -# Port_Ocean 0.1.13 (2024-05-16) +## 0.1.13 (2024-05-16) ### Improvements - Bumped ocean version to ^0.5.19 (#1) -# Port_Ocean 0.1.12 (2024-05-12) +## 0.1.12 (2024-05-12) ### Improvements - Bumped ocean version to ^0.5.18 (#1) -# Port_Ocean 0.1.11 (2024-05-01) +## 0.1.11 (2024-05-01) ### Improvements - Bumped ocean version to ^0.5.17 (#1) -# Port_Ocean 0.1.10 (2024-05-01) +## 0.1.10 (2024-05-01) ### Improvements - Bumped ocean version to ^0.5.16 (#1) -# Port_Ocean 0.1.9 (2024-04-30) +## 0.1.9 (2024-04-30) ### Improvements - Bumped ocean version to ^0.5.15 (#1) -# Port_Ocean 0.1.8 (2024-04-24) +## 0.1.8 (2024-04-24) ### Improvements - Bumped ocean version to ^0.5.14 (#1) -# Port_Ocean 0.1.7 (2024-04-17) +## 0.1.7 (2024-04-17) ### Improvements - Bumped ocean version to ^0.5.12 (#1) -# Port_Ocean 0.1.6 (2024-04-11) +## 0.1.6 (2024-04-11) ### Improvements - Bumped ocean version to ^0.5.11 (#1) -# Port_Ocean 0.1.5 (2024-04-10) +## 0.1.5 (2024-04-10) ### Improvements - Bumped ocean version to ^0.5.10 (#1) -# Port_Ocean 0.1.4 (2024-04-01) +## 0.1.4 (2024-04-01) ### Improvements - Bumped ocean version to ^0.5.9 (#1) -# Port_Ocean 0.1.3 (2024-03-28) +## 0.1.3 (2024-03-28) ### Improvements - Bumped ocean version to ^0.5.8 (#1) -# Port_Ocean 0.1.2 (2024-03-20) +## 0.1.2 (2024-03-20) ### Improvements - Bumped ocean version to ^0.5.7 (#1) -# Port_Ocean 0.1.1 (2024-03-17) +## 0.1.1 (2024-03-17) ### Improvements - Bumped ocean version to ^0.5.6 (#1) -# Port_Ocean 0.1.0 (2024-01-29) +## 0.1.0 (2024-01-29) ### Features diff --git a/integrations/dynatrace/pyproject.toml b/integrations/dynatrace/pyproject.toml index 1ad03c77e5..d349f53713 100644 --- a/integrations/dynatrace/pyproject.toml +++ b/integrations/dynatrace/pyproject.toml @@ -19,7 +19,8 @@ towncrier = "^23.6.0" [tool.towncrier] directory = "changelog" filename = "CHANGELOG.md" -package = "port_ocean" +title_format = "## {version} ({project_date})" +underlines = [""] [[tool.towncrier.type]] directory = "breaking" diff --git a/integrations/firehydrant/CHANGELOG.md b/integrations/firehydrant/CHANGELOG.md index a77489c7b3..3d2aae5fc1 100644 --- a/integrations/firehydrant/CHANGELOG.md +++ b/integrations/firehydrant/CHANGELOG.md @@ -7,133 +7,133 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -# Port_Ocean 0.1.60 (2024-08-02) +## 0.1.60 (2024-08-02) ### Improvements - Added _target='blank' attribute to spec links to open a new browser tab instead of the current browser -# Port_Ocean 0.1.59 (2024-07-31) +## 0.1.59 (2024-07-31) ### Improvements - Upgraded integration dependencies (#1) -# Port_Ocean 0.1.58 (2024-07-31) +## 0.1.58 (2024-07-31) ### Improvements - Bumped ocean version to ^0.9.7 (#1) -# Port_Ocean 0.1.57 (2024-07-31) +## 0.1.57 (2024-07-31) ### Improvements - Bumped ocean version to ^0.9.6 (#1) -# Port_Ocean 0.1.56 (2024-07-24) +## 0.1.56 (2024-07-24) ### Improvements - Bumped ocean version to ^0.9.5 -# Port_Ocean 0.1.55 (2024-07-10) +## 0.1.55 (2024-07-10) ### Improvements - Added description to configurations (#55) -# Port_Ocean 0.1.54 (2024-07-10) +## 0.1.54 (2024-07-10) ### Improvements - Bumped ocean version to ^0.9.4 (#1) -# Port_Ocean 0.1.53 (2024-07-09) +## 0.1.53 (2024-07-09) ### Improvements - Bumped ocean version to ^0.9.3 (#1) -# Port_Ocean 0.1.52 (2024-07-07) +## 0.1.52 (2024-07-07) ### Improvements - Bumped ocean version to ^0.9.2 (#1) -# Port_Ocean 0.1.51 (2024-06-23) +## 0.1.51 (2024-06-23) ### Improvements - Bumped ocean version to ^0.9.1 (#1) -# Port_Ocean 0.1.50 (2024-06-19) +## 0.1.50 (2024-06-19) ### Improvements - Bumped ocean version to ^0.9.0 (#1) -# Port_Ocean 0.1.49 (2024-06-16) +## 0.1.49 (2024-06-16) ### Improvements - Bumped ocean version to ^0.8.0 (#1) -# Port_Ocean 0.1.48 (2024-06-13) +## 0.1.48 (2024-06-13) ### Improvements - Bumped ocean version to ^0.7.1 (#1) -# Port_Ocean 0.1.47 (2024-06-13) +## 0.1.47 (2024-06-13) ### Improvements - Bumped ocean version to ^0.7.0 (#1) -# Port_Ocean 0.1.46 (2024-06-10) +## 0.1.46 (2024-06-10) ### Improvements - Bumped ocean version to ^0.6.0 (#1) -# Port_Ocean 0.1.45 (2024-06-05) +## 0.1.45 (2024-06-05) ### Improvements - Bumped ocean version to ^0.5.27 (#1) -# Port_Ocean 0.1.44 (2024-06-03) +## 0.1.44 (2024-06-03) ### Improvements - Bumped ocean version to ^0.5.25 (#1) -# Port_Ocean 0.1.43 (2024-06-02) +## 0.1.43 (2024-06-02) ### Improvements - Bumped ocean version to ^0.5.24 (#1) -# Port_Ocean 0.1.42 (2024-05-30) +## 0.1.42 (2024-05-30) ### Improvements @@ -141,21 +141,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated the base image used in the Dockerfile that is created during integration scaffolding from `python:3.11-slim-buster` to `python:3.11-slim-bookworm` -# Port_Ocean 0.1.41 (2024-05-29) +## 0.1.41 (2024-05-29) ### Improvements - Bumped ocean version to ^0.5.22 (#1) -# Port_Ocean 0.1.40 (2024-05-26) +## 0.1.40 (2024-05-26) ### Improvements - Bumped ocean version to ^0.5.21 (#1) -# Port_Ocean 0.1.39 (2024-05-26) +## 0.1.39 (2024-05-26) ### Improvements @@ -163,224 +163,224 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Removed the config.yaml file due to unused overrides -# Port_Ocean 0.1.38 (2024-05-16) +## 0.1.38 (2024-05-16) ### Improvements - Bumped ocean version to ^0.5.19 (#1) -# Port_Ocean 0.1.37 (2024-05-12) +## 0.1.37 (2024-05-12) ### Improvements - Bumped ocean version to ^0.5.18 (#1) -# Port_Ocean 0.1.36 (2024-05-01) +## 0.1.36 (2024-05-01) ### Improvements - Bumped ocean version to ^0.5.17 (#1) -# Port_Ocean 0.1.35 (2024-05-01) +## 0.1.35 (2024-05-01) ### Improvements - Bumped ocean version to ^0.5.16 (#1) -# Port_Ocean 0.1.34 (2024-04-30) +## 0.1.34 (2024-04-30) ### Improvements - Bumped ocean version to ^0.5.15 (#1) -# Port_Ocean 0.1.33 (2024-04-24) +## 0.1.33 (2024-04-24) ### Improvements - Bumped ocean version to ^0.5.14 (#1) -# Port_Ocean 0.1.32 (2024-04-17) +## 0.1.32 (2024-04-17) ### Improvements - Bumped ocean version to ^0.5.12 (#1) -# Port_Ocean 0.1.31 (2024-04-11) +## 0.1.31 (2024-04-11) ### Improvements - Bumped ocean version to ^0.5.11 (#1) -# Port_Ocean 0.1.30 (2024-04-10) +## 0.1.30 (2024-04-10) ### Improvements - Bumped ocean version to ^0.5.10 (#1) -# Port_Ocean 0.1.29 (2024-04-01) +## 0.1.29 (2024-04-01) ### Improvements - Bumped ocean version to ^0.5.9 (#1) -# Port_Ocean 0.1.28 (2024-03-28) +## 0.1.28 (2024-03-28) ### Improvements - Bumped ocean version to ^0.5.8 (#1) -# Port_Ocean 0.1.27 (2024-03-20) +## 0.1.27 (2024-03-20) ### Improvements - Bumped ocean version to ^0.5.7 (#1) -# Port_Ocean 0.1.26 (2024-03-17) +## 0.1.26 (2024-03-17) ### Improvements - Bumped ocean version to ^0.5.6 (#1) -# Port_Ocean 0.1.25 (2024-03-06) +## 0.1.25 (2024-03-06) ### Improvements - Bumped ocean version to ^0.5.5 (#1) -# Port_Ocean 0.1.24 (2024-03-03) +## 0.1.24 (2024-03-03) ### Improvements - Bumped ocean version to ^0.5.4 (#1) -# Port_Ocean 0.1.23 (2024-03-03) +## 0.1.23 (2024-03-03) ### Improvements - Bumped ocean version to ^0.5.3 (#1) -# Port_Ocean 0.1.22 (2024-02-21) +## 0.1.22 (2024-02-21) ### Improvements - Bumped ocean version to ^0.5.2 (#1) -# Port_Ocean 0.1.21 (2024-02-20) +## 0.1.21 (2024-02-20) ### Improvements - Bumped ocean version to ^0.5.1 (#1) -# Port_Ocean 0.1.20 (2024-02-18) +## 0.1.20 (2024-02-18) ### Improvements - Bumped ocean version to ^0.5.0 (#1) -# Port_Ocean 0.1.19 (2024-01-23) +## 0.1.19 (2024-01-23) ### Improvements - Bumped ocean version to ^0.4.17 (#1) -# Port_Ocean 0.1.18 (2024-01-11) +## 0.1.18 (2024-01-11) ### Improvements - Bumped ocean version to ^0.4.16 (#1) -# Port_Ocean 0.1.17 (2024-01-07) +## 0.1.17 (2024-01-07) ### Improvements - Bumped ocean version to ^0.4.15 (#1) -# Port_Ocean 0.1.16 (2024-01-07) +## 0.1.16 (2024-01-07) ### Improvements - Bumped ocean version to ^0.4.14 (#1) -# Port_Ocean 0.1.15 (2024-01-01) +## 0.1.15 (2024-01-01) ### Improvements - Bumped ocean version to ^0.4.13 (#1) -# Port_Ocean 0.1.14 (2023-12-24) +## 0.1.14 (2023-12-24) ### Improvements - Bumped ocean version to ^0.4.12 (#1) -# Port_Ocean 0.1.13 (2023-12-21) +## 0.1.13 (2023-12-21) ### Improvements - Bumped ocean version to ^0.4.11 (#1) -# Port_Ocean 0.1.12 (2023-12-21) +## 0.1.12 (2023-12-21) ### Improvements - Bumped ocean version to ^0.4.10 (#1) -# Port_Ocean 0.1.11 (2023-12-14) +## 0.1.11 (2023-12-14) ### Improvements - Bumped ocean version to ^0.4.8 (#1) -# Port_Ocean 0.1.10 (2023-12-05) +## 0.1.10 (2023-12-05) ### Improvements - Bumped ocean version to ^0.4.7 (#1) -# Port_Ocean 0.1.9 (2023-12-04) +## 0.1.9 (2023-12-04) ### Improvements - Bumped ocean version to ^0.4.6 (#1) -# Port_Ocean 0.1.8 (2023-11-30) +## 0.1.8 (2023-11-30) ### Improvements - Bumped ocean version to ^0.4.5 (#1) -# Port_Ocean 0.1.7 (2023-11-29) +## 0.1.7 (2023-11-29) ### Improvements @@ -388,49 +388,49 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Changed the httpx client to be the ocean's client for better connection error handling and request retries -# Port_Ocean 0.1.6 (2023-11-21) +## 0.1.6 (2023-11-21) ### Improvements - Bumped ocean version to ^0.4.3 (#1) -# Port_Ocean 0.1.5 (2023-11-08) +## 0.1.5 (2023-11-08) ### Improvements - Bumped ocean version to ^0.4.2 (#1) -# Port_Ocean 0.1.4 (2023-11-03) +## 0.1.4 (2023-11-03) ### Improvements - Bumped ocean version to ^0.4.1 (#1) -# Port_Ocean 0.1.3 (2023-11-01) +## 0.1.3 (2023-11-01) ### Improvements - Bumped ocean version to ^0.4.0 (#1) -# Port_Ocean 0.1.2 (2023-10-29) +## 0.1.2 (2023-10-29) ### Improvements - Bumped ocean version to 0.3.2 (#1) -# Port_Ocean 0.1.1 (2023-09-27) +## 0.1.1 (2023-09-27) ### Improvements - Bumped ocean to version 0.3.1 (#1) -# Port_Ocean 0.1.0 (2023-09-08) +## 0.1.0 (2023-09-08) ### Features diff --git a/integrations/firehydrant/pyproject.toml b/integrations/firehydrant/pyproject.toml index f9137f04d0..125e0cbc24 100644 --- a/integrations/firehydrant/pyproject.toml +++ b/integrations/firehydrant/pyproject.toml @@ -19,7 +19,8 @@ towncrier = "^23.6.0" [tool.towncrier] directory = "changelog" filename = "CHANGELOG.md" -package = "port_ocean" +title_format = "## {version} ({project_date})" +underlines = [""] [[tool.towncrier.type]] directory = "breaking" diff --git a/integrations/gcp/.dockerignore b/integrations/gcp/.dockerignore deleted file mode 100644 index dc28c4f316..0000000000 --- a/integrations/gcp/.dockerignore +++ /dev/null @@ -1,94 +0,0 @@ -# Git -.git -.gitignore -.gitattributes - - -# CI -.codeclimate.yml -.travis.yml -.taskcluster.yml - -# Docker -docker-compose.yml -Dockerfile -.docker -.dockerignore - -# Byte-compiled / optimized / DLL files -**/__pycache__/ -**/*.py[cod] - -# C extensions -*.so - -# Distribution / packaging -.Python -env/ -build/ -develop-eggs/ -dist/ -downloads/ -eggs/ -lib/ -lib64/ -parts/ -sdist/ -var/ -*.egg-info/ -.installed.cfg -*.egg - -# PyInstaller -# Usually these files are written by a python script from a template -# before PyInstaller builds the exe, so as to inject date/other infos into it. -*.manifest -*.spec - -# Installer logs -pip-log.txt -pip-delete-this-directory.txt - -# Unit test / coverage reports -htmlcov/ -.tox/ -.coverage -.cache -nosetests.xml -coverage.xml - -# Translations -*.mo -*.pot - -# Django stuff: -*.log - -# Sphinx documentation -docs/_build/ - -# PyBuilder -target/ - -# Virtual environment -.env -.venv/ -venv/ - -# PyCharm -.idea - -# Python mode for VIM -.ropeproject -**/.ropeproject - -# Vim swap files -**/*.swp - -# VS Code -.vscode/ - -*.md -**/.ruff_cache -**/cahangelog -**/tests \ No newline at end of file diff --git a/integrations/gcp/CHANGELOG.md b/integrations/gcp/CHANGELOG.md index cee4712231..5d9fc6e61c 100644 --- a/integrations/gcp/CHANGELOG.md +++ b/integrations/gcp/CHANGELOG.md @@ -7,133 +7,152 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -# Port_Ocean 0.1.35 (2024-08-01) +## 0.1.35 (2024-08-01) + ### Improvements - Added _target='blank' attribute to spec links to open a new browser tab instead of the current browser -# Port_Ocean 0.1.34 (2024-07-31) +## 0.1.34 (2024-07-31) + ### Improvements - Upgraded integration dependencies (#1) -# Port_Ocean 0.1.33 (2024-07-31) +## 0.1.33 (2024-07-31) + ### Improvements - Bumped ocean version to ^0.9.7 (#1) -# Port_Ocean 0.1.32 (2024-07-31) +## 0.1.32 (2024-07-31) + ### Improvements - Bumped ocean version to ^0.9.6 (#1) -# Port_Ocean 0.1.31 (2024-07-24) +## 0.1.31 (2024-07-24) + ### Improvements - Bumped ocean version to ^0.9.5 -# Port_Ocean 0.1.30 (2024-07-17) +## 0.1.30 (2024-07-17) + ### Improvements - Added labels property to the default blueprint and mapping -# Port_Ocean 0.1.29 (2024-07-10) +## 0.1.29 (2024-07-10) + ### Improvements - Bumped ocean version to ^0.9.4 (#1) -# Port_Ocean 0.1.28 (2024-07-09) +## 0.1.28 (2024-07-09) + ### Improvements - Bumped ocean version to ^0.9.3 (#1) -# Port_Ocean 0.1.27 (2024-07-07) +## 0.1.27 (2024-07-07) + ### Improvements - Bumped ocean version to ^0.9.2 (#1) -# Port_Ocean 0.1.26 (2024-06-23) +## 0.1.26 (2024-06-23) + ### Improvements - Added support for default installation methods ( Helm, docker, githubworkflow and gitlabCI ) to improve ease of use (#1) -# Port_Ocean 0.1.25 (2024-06-23) +## 0.1.25 (2024-06-23) + ### Improvements - Bumped ocean version to ^0.9.1 (#1) -# Port_Ocean 0.1.24 (2024-06-19) +## 0.1.24 (2024-06-19) + ### Improvements - Bumped ocean version to ^0.9.0 (#1) -# Port_Ocean 0.1.23 (2024-06-16) +## 0.1.23 (2024-06-16) + ### Improvements - Updated spec.yaml indication that saas installation is not supported -# Port_Ocean 0.1.22 (2024-06-16) +## 0.1.22 (2024-06-16) + ### Improvements - Bumped ocean version to ^0.8.0 (#1) -# Port_Ocean 0.1.21 (2024-06-13) +## 0.1.21 (2024-06-13) + ### Improvements - Bumped ocean version to ^0.7.1 (#1) -# Port_Ocean 0.1.20 (2024-06-13) +## 0.1.20 (2024-06-13) + ### Improvements - Bumped ocean version to ^0.7.0 (#1) -# Port_Ocean 0.1.19 (2024-06-10) +## 0.1.19 (2024-06-10) + ### Improvements - Bumped ocean version to ^0.6.0 (#1) -# Port_Ocean 0.1.18 (2024-06-05) +## 0.1.18 (2024-06-05) + ### Improvements - Bumped ocean version to ^0.5.27 (#1) -# Port_Ocean 0.1.17 (2024-06-03) +## 0.1.17 (2024-06-03) + ### Bug Fixes @@ -141,21 +160,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Change Service icon to Microservice (#2) -# Port_Ocean 0.1.16 (2024-06-03) +## 0.1.16 (2024-06-03) + ### Improvements - Bumped ocean version to ^0.5.25 (#1) -# Port_Ocean 0.1.15 (2024-06-02) +## 0.1.15 (2024-06-02) + ### Improvements - Bumped ocean version to ^0.5.24 (#1) -# Port_Ocean 0.1.14 (2024-05-30) +## 0.1.14 (2024-05-30) + ### Improvements @@ -163,21 +185,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated the base image used in the Dockerfile that is created during integration scaffolding from `python:3.11-slim-buster` to `python:3.11-slim-bookworm` -# Port_Ocean 0.1.13 (2024-05-29) +## 0.1.13 (2024-05-29) + ### Improvements - Bumped ocean version to ^0.5.22 (#1) -# Port_Ocean 0.1.12 (2024-05-26) +## 0.1.12 (2024-05-26) + ### Improvements - Bumped ocean version to ^0.5.21 (#1) -# Port_Ocean 0.1.11 (2024-05-26) +## 0.1.11 (2024-05-26) + ### Improvements @@ -185,76 +210,87 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Removed the config.yaml file due to unused overrides -# Port_Ocean 0.1.10 (2024-05-23) +## 0.1.10 (2024-05-23) + ### Breaking Changes - Updated the returned response from the GCP integration to reflect the latest known resource version as identified by the GCP Asset Inventory. Removed the need for `.versioned_resources | max_by(.version).resource | .`, now only requiring `.` (#1) -# Port_Ocean 0.1.9 (2024-05-22) +## 0.1.9 (2024-05-22) + ### Improvements - Replaced GCP tf variable names to more readable ones (#1) -# Port_Ocean 0.1.8 (2024-05-22) +## 0.1.8 (2024-05-22) + ### Bug Fixes - Fixed single resource fetching for Topics, Projects, Folders and Organizations by fixing ids parsing (#1) -# Port_Ocean 0.1.7 (2024-05-16) +## 0.1.7 (2024-05-16) + ### Improvements - Bumped ocean version to ^0.5.19 (#1) -# Port_Ocean 0.1.6 (2024-05-12) +## 0.1.6 (2024-05-12) + ### Improvements - Bumped ocean version to ^0.5.18 (#1) -# Port_Ocean 0.1.5 (2024-05-02) +## 0.1.5 (2024-05-02) + ### Features - Added Terraform deployment method as main deployment method (#1) - Added logs for Project/Folder/Org Injestion (#1) -# Port_Ocean 0.1.4 (2024-05-01) +## 0.1.4 (2024-05-01) + ### Improvements - Bumped ocean version to ^0.5.17 (#1) -# Port_Ocean 0.1.3 (2024-05-01) +## 0.1.3 (2024-05-01) + ### Improvements - Bumped ocean version to ^0.5.16 (#1) -# Port_Ocean 0.1.2 (2024-04-30) +## 0.1.2 (2024-04-30) + ### Improvements - Bumped ocean version to ^0.5.15 (#1) -# Port_Ocean 0.1.1 (2024-04-24) +## 0.1.1 (2024-04-24) + ### Improvements - Bumped ocean version to ^0.5.14 (#1) -# 0.1.0 (2024-04-22) +## 0.1.0 (2024-04-22) + ### Features diff --git a/integrations/gcp/pyproject.toml b/integrations/gcp/pyproject.toml index 816b08f938..484e7962ba 100644 --- a/integrations/gcp/pyproject.toml +++ b/integrations/gcp/pyproject.toml @@ -22,7 +22,8 @@ towncrier = "^23.6.0" [tool.towncrier] directory = "changelog" filename = "CHANGELOG.md" -package = "port_ocean" +title_format = "## {version} ({project_date})" +underlines = [""] [[tool.towncrier.type]] directory = "breaking" diff --git a/integrations/gcp/sonar-project.properties b/integrations/gcp/sonar-project.properties new file mode 100644 index 0000000000..43835bebc6 --- /dev/null +++ b/integrations/gcp/sonar-project.properties @@ -0,0 +1,3 @@ +sonar.projectKey=port-labs_ocean_gcp +sonar.organization=port-labs + diff --git a/integrations/gitlab/CHANGELOG.md b/integrations/gitlab/CHANGELOG.md index bbef0e5250..65745cad47 100644 --- a/integrations/gitlab/CHANGELOG.md +++ b/integrations/gitlab/CHANGELOG.md @@ -7,152 +7,151 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm -0.1.97 (2024-07-31) -=================== +## 0.1.97 (2024-07-31) + ### Improvements - Upgraded integration dependencies (#1) -0.1.96 (2024-07-31) -=================== +## 0.1.96 (2024-07-31) + ### Improvements - Bumped ocean version to ^0.9.7 (#1) -0.1.95 (2024-07-31) -=================== +## 0.1.95 (2024-07-31) + ### Improvements - Bumped ocean version to ^0.9.6 (#1) -0.1.94 (2024-07-24) -=================== +## 0.1.94 (2024-07-24) + ### Improvements - Bumped ocean version to ^0.9.5 -0.1.93 (2024-07-23) -=================== +## 0.1.93 (2024-07-23) + ### Bug Fixes - Search gitops file paths in all repo tree (added missing parameter) -0.1.92 (2024-07-23) -=================== +## 0.1.92 (2024-07-23) + ### Bug Fixes - Search gitops file paths recursively -0.1.91 (2024-07-10) -=================== +## 0.1.91 (2024-07-10) ### Improvements - Bumped ocean version to ^0.9.4 (#1) -0.1.90 (2024-07-09) -=================== +## 0.1.90 (2024-07-09) + ### Improvements - Bumped ocean version to ^0.9.3 (#1) -0.1.89 (2024-07-07) -=================== +## 0.1.89 (2024-07-07) + ### Improvements - Bumped ocean version to ^0.9.2 (#1) -0.1.88 (2024-06-23) -=================== +## 0.1.88 (2024-06-23) + ### Improvements - Bumped ocean version to ^0.9.1 (#1) -0.1.87 (2024-06-19) -=================== +## 0.1.87 (2024-06-19) + ### Improvements - Bumped ocean version to ^0.9.0 (#1) -0.1.86 (2024-06-16) -=================== +## 0.1.86 (2024-06-16) + ### Improvements - Bumped ocean version to ^0.8.0 (#1) -0.1.85 (2024-06-13) -=================== +## 0.1.85 (2024-06-13) + ### Improvements - Bumped ocean version to ^0.7.1 (#1) -0.1.84 (2024-06-13) -=================== +## 0.1.84 (2024-06-13) + ### Improvements - Bumped ocean version to ^0.7.0 (#1) -0.1.83 (2024-06-10) -=================== +## 0.1.83 (2024-06-10) + ### Improvements - Bumped ocean version to ^0.6.0 (#1) -0.1.82 (2024-06-05) -=================== +## 0.1.82 (2024-06-05) + ### Improvements - Bumped ocean version to ^0.5.27 (#1) -0.1.81 (2024-06-03) -=================== +## 0.1.81 (2024-06-03) + ### Improvements - Bumped ocean version to ^0.5.25 (#1) -0.1.80 (2024-06-02) -=================== +## 0.1.80 (2024-06-02) + ### Improvements - Bumped ocean version to ^0.5.24 (#1) -0.1.79 (2024-05-30) -=================== +## 0.1.79 (2024-05-30) + ### Improvements @@ -160,24 +159,24 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - Updated the base image used in the Dockerfile that is created during integration scaffolding from `python:3.11-slim-buster` to `python:3.11-slim-bookworm` -0.1.78 (2024-05-29) -=================== +## 0.1.78 (2024-05-29) + ### Improvements - Bumped ocean version to ^0.5.22 (#1) -0.1.77 (2024-05-26) -=================== +## 0.1.77 (2024-05-26) + ### Improvements - Bumped ocean version to ^0.5.21 (#1) -0.1.76 (2024-05-26) -=================== +## 0.1.76 (2024-05-26) + ### Improvements @@ -185,215 +184,215 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - Removed the config.yaml file due to unused overrides -0.1.75 (2024-05-19) -=================== +## 0.1.75 (2024-05-19) + ### Bug Fixes - Fixed webhooks responses timeouts to gitlab using queue to return immediate response -0.1.74 (2024-05-16) -=================== +## 0.1.74 (2024-05-16) + ### Improvements - Bumped ocean version to ^0.5.19 (#1) -0.1.73 (2024-05-12) -=================== +## 0.1.73 (2024-05-12) + ### Improvements - Bumped ocean version to ^0.5.18 (#1) -0.1.72 (2024-05-05) -=================== +## 0.1.72 (2024-05-05) + ### Improvements - Added try-catch blocks to api endpoints -0.1.71 (2024-05-01) -=================== +## 0.1.71 (2024-05-01) + ### Improvements - Bumped ocean version to ^0.5.17 (#1) -0.1.70 (2024-05-01) -=================== +## 0.1.70 (2024-05-01) + ### Improvements - Bumped ocean version to ^0.5.16 (#1) -0.1.69 (2024-04-30) -=================== +## 0.1.69 (2024-04-30) + ### Improvements - Bumped ocean version to ^0.5.15 (#1) -0.1.68 (2024-04-24) -=================== +## 0.1.68 (2024-04-24) + ### Improvements - Bumped ocean version to ^0.5.14 (#1) -0.1.67 (2024-04-17) -=================== +## 0.1.67 (2024-04-17) + ### Improvements - Bumped ocean version to ^0.5.12 (#1) -0.1.66 (2024-04-11) -=================== +## 0.1.66 (2024-04-11) + ### Improvements - Bumped ocean version to ^0.5.11 (#1) -0.1.65 (2024-04-10) -=================== +## 0.1.65 (2024-04-10) + ### Improvements - Bumped ocean version to ^0.5.10 (#1) -0.1.64 (2024-04-09) -=================== +## 0.1.64 (2024-04-09) + ### Features - Added more logs in event handling and webhook creation (PORT-7600) -0.1.63 (2024-04-02) -=================== +## 0.1.63 (2024-04-02) + ### Features - Added the ability to cofigure which events to listen to on group webhook (PORT-7417) -0.1.62 (2024-04-01) -=================== +## 0.1.62 (2024-04-01) + ### Improvements - Bumped ocean version to ^0.5.9 (#1) -0.1.61 (2024-03-28) -=================== +## 0.1.61 (2024-03-28) + ### Improvements - Bumped ocean version to ^0.5.8 (#1) -0.1.60 (2024-03-25) -=================== +## 0.1.60 (2024-03-25) + ### Features - Changed listening to default branch unless mentioned otherwise in mapping (PORT-7141) -0.1.59 (2024-03-24) -=================== +## 0.1.59 (2024-03-24) + ### Bug Fixes - Fix bug that could not run on startup when not configuring param tokenGroupsHooksOverridMapping (PORT-7326) -0.1.58 (2024-03-20) -=================== +## 0.1.58 (2024-03-20) + ### Features - Added support for webhooks creation by specified groups through the config (PORT-7140) -0.1.57 (2024-03-20) -=================== +## 0.1.57 (2024-03-20) + ### Improvements - Bumped ocean version to ^0.5.7 (#1) -0.1.56 (2024-03-17) -=================== +## 0.1.56 (2024-03-17) + ### Improvements - Bumped ocean version to ^0.5.6 (#1) -0.1.55 (2024-03-06) -=================== +## 0.1.55 (2024-03-06) + ### Improvements - Bumped ocean version to ^0.5.5 (#1) -0.1.54 (2024-03-03) -=================== +## 0.1.54 (2024-03-03) + ### Improvements - Bumped ocean version to ^0.5.4 (#1) -0.1.53 (2024-03-03) -=================== +## 0.1.53 (2024-03-03) + ### Improvements - Bumped ocean version to ^0.5.3 (#1) -0.1.52 (2024-02-21) -=================== +## 0.1.52 (2024-02-21) + ### Improvements - Bumped ocean version to ^0.5.2 (#1) -0.1.51 (2024-02-20) -=================== +## 0.1.51 (2024-02-20) + ### Improvements - Bumped ocean version to ^0.5.1 (#1) -0.1.50 (2024-02-18) -=================== +## 0.1.50 (2024-02-18) + ### Improvements - Bumped ocean version to ^0.5.0 (#1) -0.1.49 (2024-01-23) -=================== +## 0.1.49 (2024-01-23) + ### Features @@ -404,56 +403,56 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - Fixed a bug when checking whether a group should be synced or not (#1) -0.1.48 (2024-01-23) -=================== +## 0.1.48 (2024-01-23) + ### Improvements - Bumped ocean version to ^0.4.17 (#1) -0.1.47 (2024-01-12) -=================== +## 0.1.47 (2024-01-12) + ### Features - Added group & subgroup resource support (#1) -0.1.46 (2024-01-11) -=================== +## 0.1.46 (2024-01-11) + ### Improvements - Bumped ocean version to ^0.4.16 (#1) -0.1.45 (2024-01-07) -=================== +## 0.1.45 (2024-01-07) + ### Improvements - Bumped ocean version to ^0.4.15 (#1) -0.1.44 (2024-01-07) -=================== +## 0.1.44 (2024-01-07) + ### Improvements - Bumped ocean version to ^0.4.14 (#1) -0.1.43 (2024-01-04) -=================== +## 0.1.43 (2024-01-04) + ### Improvements - Updated templates to have description in scorecard rules and pie charts (#1) -0.1.42 (2024-01-01) -=================== +## 0.1.42 (2024-01-01) + ### Features @@ -464,8 +463,8 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - Added special handling for project resync batch size to 10, to reduce the time it takes to show data in the UI (#3) -0.1.41 (2024-01-01) -=================== +## 0.1.41 (2024-01-01) + ### Improvements @@ -476,8 +475,8 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - Fixed handling not found error when trying to get tree for commit sha of newly created project (#1) -v0.1.40 (2023-12-27) -==================== +## v0.1.40 (2023-12-27) + ### Improvements @@ -489,16 +488,16 @@ v0.1.40 (2023-12-27) - Fixed 404 error when trying to get tree for commit sha of newly created project (#1) -v0.1.39 (2023-12-25) -==================== +## v0.1.39 (2023-12-25) + ### Improvements - Fix stale relation identifiers in default blueprints (PORT-5799) -v0.1.38 (2023-12-24) -==================== +## v0.1.38 (2023-12-24) + ### Improvements @@ -506,94 +505,95 @@ v0.1.38 (2023-12-24) - Bumped ocean version to ^0.4.12 (#1) -0.1.37 (2023-12-21) -=================== +## 0.1.37 (2023-12-21) + ### Improvements - Bumped ocean version to ^0.4.11 (#1) -0.1.36 (2023-12-21) -=================== +## 0.1.36 (2023-12-21) + ### Improvements - Bumped ocean version to ^0.4.10 (#1) -0.1.35 (2023-12-14) -=================== +## 0.1.35 (2023-12-14) + ### Improvements - Bumped ocean version to ^0.4.8 (#1) -0.1.34 (2023-12-12) +## 0.1.34 (2023-12-12) + ### Improvements - Added support for system hooks, this capability can be enabled using the useSystemHook flag. Enabling this capability will create system hooks instead of group webhooks (PORT-5220) -0.1.33 (2023-12-05) -=================== +## 0.1.33 (2023-12-05) + ### Improvements - Bumped ocean version to ^0.4.7 (#1) -0.1.32 (2023-12-04) -=================== +## 0.1.32 (2023-12-04) + ### Improvements - Bumped ocean version to ^0.4.6 (#1) -0.1.31 (2023-11-30) -=================== +## 0.1.31 (2023-11-30) + ### Improvements - Bumped ocean version to ^0.4.5 (#1) -0.1.30 (2023-11-29) -=================== +## 0.1.30 (2023-11-29) + ### Improvements - Bumped ocean version to ^0.4.4 (#1) -0.1.29 (2023-11-21) -=================== +## 0.1.29 (2023-11-21) + ### Improvements - Bumped ocean version to ^0.4.3 (#1) -0.1.28 (2023-11-16) -=================== +## 0.1.28 (2023-11-16) + ### Improvements - Aligned default resources and mapping with Port docs examples (#1) -0.1.27 (2023-11-08) -=================== +## 0.1.27 (2023-11-08) + ### Improvements - Bumped ocean version to ^0.4.2 (#1) -0.1.26 (2023-11-07) -=================== +## 0.1.26 (2023-11-07) + ### Bug Fixes @@ -602,56 +602,56 @@ v0.1.38 (2023-12-24) - Fixed a bug of type validation that caused skipping merge requests on resync (#3) -0.1.25 (2023-11-03) -=================== +## 0.1.25 (2023-11-03) + ### Improvements - Bumped ocean version to ^0.4.1 (#1) -0.1.24 (2023-11-01) -=================== +## 0.1.24 (2023-11-01) + ### Improvements - Bumped ocean version to ^0.4.0 and handle ONCE event listener (#1) -0.1.23 (2023-10-30) -=================== +## 0.1.23 (2023-10-30) + ### Features - Added support for project folders (PORT-5060) -0.1.22 (2023-10-30) -=================== +## 0.1.22 (2023-10-30) + ### Improvements - Bumped ocean version to 0.3.2 (#1) -0.1.21 (2023-10-29) -=================== +## 0.1.21 (2023-10-29) + ### Features - Added support for project languages (PORT-4749) -0.1.20 (2023-10-24) -=================== +## 0.1.20 (2023-10-24) + ### Bug Fixes - Fixed wrong useage of project object when checking if it is included in the filter (PORT-5028) -0.1.19 (2023-10-11) -=================== +## 0.1.19 (2023-10-11) + ### Improvements @@ -659,7 +659,7 @@ v0.1.38 (2023-12-24) - Added pagination to all integration exported types for better performance (PORt-4930) -# 0.1.18 (2023-10-02) +## 0.1.18 (2023-10-02) - Changed gitlab resync to async batch iteration (#1) diff --git a/integrations/jenkins/CHANGELOG.md b/integrations/jenkins/CHANGELOG.md index 9a3da60685..557040dd34 100644 --- a/integrations/jenkins/CHANGELOG.md +++ b/integrations/jenkins/CHANGELOG.md @@ -7,125 +7,125 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -# Port_Ocean 0.1.42 (2024-07-31) +## 0.1.42 (2024-07-31) ### Improvements - Upgraded integration dependencies (#1) -# Port_Ocean 0.1.41 (2024-07-31) +## 0.1.41 (2024-07-31) ### Improvements - Bumped ocean version to ^0.9.7 (#1) -# Port_Ocean 0.1.40 (2024-07-31) +## 0.1.40 (2024-07-31) ### Improvements - Bumped ocean version to ^0.9.6 (#1) -# Port_Ocean 0.1.39 (2024-07-24) +## 0.1.39 (2024-07-24) ### Improvements - Bumped ocean version to ^0.9.5 -# Port_Ocean 0.1.38 (2024-07-10) +## 0.1.38 (2024-07-10) ### Improvements - Bumped ocean version to ^0.9.4 (#1) -# Port_Ocean 0.1.37 (2024-07-09) +## 0.1.37 (2024-07-09) ### Improvements - Added description to the integration configuration variables -# Port_Ocean 0.1.36 (2024-07-09) +## 0.1.36 (2024-07-09) ### Improvements - Bumped ocean version to ^0.9.3 (#1) -# Port_Ocean 0.1.35 (2024-07-07) +## 0.1.35 (2024-07-07) ### Improvements - Bumped ocean version to ^0.9.2 (#1) -# Port_Ocean 0.1.34 (2024-06-23) +## 0.1.34 (2024-06-23) ### Improvements - Bumped ocean version to ^0.9.1 (#1) -# Port_Ocean 0.1.33 (2024-06-19) +## 0.1.33 (2024-06-19) ### Improvements - Bumped ocean version to ^0.9.0 (#1) -# Port_Ocean 0.1.32 (2024-06-16) +## 0.1.32 (2024-06-16) ### Improvements - Bumped ocean version to ^0.8.0 (#1) -# Port_Ocean 0.1.31 (2024-06-13) +## 0.1.31 (2024-06-13) ### Improvements - Bumped ocean version to ^0.7.1 (#1) -# Port_Ocean 0.1.30 (2024-06-13) +## 0.1.30 (2024-06-13) ### Improvements - Bumped ocean version to ^0.7.0 (#1) -# Port_Ocean 0.1.29 (2024-06-10) +## 0.1.29 (2024-06-10) ### Improvements - Bumped ocean version to ^0.6.0 (#1) -# Port_Ocean 0.1.28 (2024-06-05) +## 0.1.28 (2024-06-05) ### Improvements - Bumped ocean version to ^0.5.27 (#1) -# Port_Ocean 0.1.27 (2024-06-03) +## 0.1.27 (2024-06-03) ### Improvements - Bumped ocean version to ^0.5.25 (#1) -# Port_Ocean 0.1.26 (2024-06-02) +## 0.1.26 (2024-06-02) ### Improvements - Bumped ocean version to ^0.5.24 (#1) -# Port_Ocean 0.1.25 (2024-05-30) +## 0.1.25 (2024-05-30) ### Improvements @@ -133,21 +133,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated the base image used in the Dockerfile that is created during integration scaffolding from `python:3.11-slim-buster` to `python:3.11-slim-bookworm` -# Port_Ocean 0.1.24 (2024-05-29) +## 0.1.24 (2024-05-29) ### Improvements - Bumped ocean version to ^0.5.22 (#1) -# Port_Ocean 0.1.23 (2024-05-26) +## 0.1.23 (2024-05-26) ### Improvements - Bumped ocean version to ^0.5.21 (#1) -# Port_Ocean 0.1.22 (2024-05-26) +## 0.1.22 (2024-05-26) ### Improvements @@ -155,152 +155,152 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Removed the config.yaml file due to unused overrides -# Port_Ocean 0.1.21 (2024-05-16) +## 0.1.21 (2024-05-16) ### Improvements - Bumped ocean version to ^0.5.19 (#1) -# Port_Ocean 0.1.20 (2024-05-12) +## 0.1.20 (2024-05-12) ### Improvements - Bumped ocean version to ^0.5.18 (#1) -# Port_Ocean 0.1.19 (2024-05-01) +## 0.1.19 (2024-05-01) ### Improvements - Bumped ocean version to ^0.5.17 (#1) -# Port_Ocean 0.1.18 (2024-05-01) +## 0.1.18 (2024-05-01) ### Improvements - Bumped ocean version to ^0.5.16 (#1) -# Port_Ocean 0.1.17 (2024-04-30) +## 0.1.17 (2024-04-30) ### Improvements - Bumped ocean version to ^0.5.15 (#1) -# Port_Ocean 0.1.16 (2024-04-24) +## 0.1.16 (2024-04-24) ### Improvements - Bumped ocean version to ^0.5.14 (#1) -# Port_Ocean 0.1.15 (2024-04-17) +## 0.1.15 (2024-04-17) ### Improvements - Bumped ocean version to ^0.5.12 (#1) -# Port_Ocean 0.1.14 (2024-04-11) +## 0.1.14 (2024-04-11) ### Improvements - Bumped ocean version to ^0.5.11 (#1) -# Port_Ocean 0.1.13 (2024-04-10) +## 0.1.13 (2024-04-10) ### Improvements - Bumped ocean version to ^0.5.10 (#1) -# Port_Ocean 0.1.12 (2024-04-01) +## 0.1.12 (2024-04-01) ### Improvements - Bumped ocean version to ^0.5.9 (#1) -# Port_Ocean 0.1.11 (2024-03-28) +## 0.1.11 (2024-03-28) ### Improvements - Bumped ocean version to ^0.5.8 (#1) -# Port_Ocean 0.1.10 (2024-03-20) +## 0.1.10 (2024-03-20) ### Improvements - Bumped ocean version to ^0.5.7 (#1) -# Port_Ocean 0.1.9 (2024-03-17) +## 0.1.9 (2024-03-17) ### Improvements - Bumped ocean version to ^0.5.6 (#1) -# Port_Ocean 0.1.8 (2024-03-06) +## 0.1.8 (2024-03-06) ### Improvements - Bumped ocean version to ^0.5.5 (#1) -# Port_Ocean 0.1.7 (2024-03-03) +## 0.1.7 (2024-03-03) ### Improvements - Bumped ocean version to ^0.5.4 (#1) -# Port_Ocean 0.1.6 (2024-03-03) +## 0.1.6 (2024-03-03) ### Improvements - Bumped ocean version to ^0.5.3 (#1) -# Port_Ocean 0.1.5 (2024-02-21) +## 0.1.5 (2024-02-21) ### Improvements - Bumped ocean version to ^0.5.2 (#1) -# Port_Ocean 0.1.4 (2024-02-20) +## 0.1.4 (2024-02-20) ### Improvements - Bumped ocean version to ^0.5.1 (#1) -# Port_Ocean 0.1.3 (2024-02-18) +## 0.1.3 (2024-02-18) ### Improvements - Bumped ocean version to ^0.5.0 (#1) -# 0.1.2 (2024-01-27) +## 0.1.2 (2024-01-27) ### Features - Added support for ingesting users (PORT-6268) -# 0.1.1 (2024-01-23) +## 0.1.1 (2024-01-23) ### Improvements - Bumped ocean version to ^0.4.17 (#1) -# 0.1.0 (2024-01-16) +## 0.1.0 (2024-01-16) ### Features diff --git a/integrations/jenkins/pyproject.toml b/integrations/jenkins/pyproject.toml index 61eb4245b8..204f8b49a0 100644 --- a/integrations/jenkins/pyproject.toml +++ b/integrations/jenkins/pyproject.toml @@ -22,7 +22,8 @@ towncrier = "^23.6.0" [tool.towncrier] directory = "changelog" filename = "CHANGELOG.md" -package = "port_ocean" +title_format = "## {version} ({project_date})" +underlines = [""] [[tool.towncrier.type]] directory = "breaking" diff --git a/integrations/jira/CHANGELOG.md b/integrations/jira/CHANGELOG.md index 59cbd05c8e..53d97b03f4 100644 --- a/integrations/jira/CHANGELOG.md +++ b/integrations/jira/CHANGELOG.md @@ -7,352 +7,381 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -0.1.70 (2024-08-01) +## 0.1.70 (2024-08-01) + ### Improvements - Added target='blank' attribute to links in config and secrets description to make them open in new tab -0.1.69 (2024-07-31) +## 0.1.69 (2024-07-31) + ### Improvements - Upgraded integration dependencies (#1) -0.1.68 (2024-07-31) +## 0.1.68 (2024-07-31) + ### Improvements - Bumped ocean version to ^0.9.7 (#1) -0.1.67 (2024-07-31) +## 0.1.67 (2024-07-31) + ### Improvements - Bumped ocean version to ^0.9.6 (#1) -0.1.66 (2024-07-24) +## 0.1.66 (2024-07-24) + ### Improvements - Bumped ocean version to ^0.9.5 -0.1.65 (2024-07-16) +## 0.1.65 (2024-07-16) + ### Improvements - Changed description of atlassianUserToken configuration -0.1.64 (2024-07-10) +## 0.1.64 (2024-07-10) + ### Improvements - Bumped ocean version to ^0.9.4 (#1) -0.1.63 (2024-07-09) +## 0.1.63 (2024-07-09) + ### Improvements - Bumped ocean version to ^0.9.3 (#1) -0.1.62 (2024-07-07) +## 0.1.62 (2024-07-07) + ### Improvements - Bumped ocean version to ^0.9.2 (#1) -0.1.61 (2024-06-23) +## 0.1.61 (2024-06-23) -### Improvements + +### Improvements - Bumped ocean version to ^0.9.1 (#1) -0.1.60 (2024-06-19) +## 0.1.60 (2024-06-19) -### Improvements + +### Improvements - Bumped ocean version to ^0.9.0 (#1) -0.1.59 (2024-06-16) +## 0.1.59 (2024-06-16) -### Improvements + +### Improvements - Bumped ocean version to ^0.8.0 (#1) -0.1.58 (2024-06-13) +## 0.1.58 (2024-06-13) -### Improvements + +### Improvements - Bumped ocean version to ^0.7.1 (#1) -0.1.57 (2024-06-13) +## 0.1.57 (2024-06-13) -### Improvements + +### Improvements - Bumped ocean version to ^0.7.0 (#1) -0.1.56 (2024-06-10) +## 0.1.56 (2024-06-10) -### Improvements + +### Improvements - Bumped ocean version to ^0.6.0 (#1) -0.1.55 (2024-06-05) +## 0.1.55 (2024-06-05) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.27 (#1) -0.1.54 (2024-06-03) +## 0.1.54 (2024-06-03) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.25 (#1) -0.1.53 (2024-06-02) +## 0.1.53 (2024-06-02) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.24 (#1) -0.1.52 (2024-05-30) +## 0.1.52 (2024-05-30) -### Improvements + +### Improvements - Updated the JQL filter used in the default configuration mapping to not ingest Jira issues of the `done` statusCategory - Updated the default mapping for the `issue` kind -0.1.51 (2024-05-30) +## 0.1.51 (2024-05-30) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.23 (#1) - Updated the base image used in the Dockerfile that is created during integration scaffolding from `python:3.11-slim-buster` to `python:3.11-slim-bookworm` -0.1.50 (2024-05-29) +## 0.1.50 (2024-05-29) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.22 (#1) -0.1.49 (2024-05-26) +## 0.1.49 (2024-05-26) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.21 (#1) -0.1.48 (2024-05-26) +## 0.1.48 (2024-05-26) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.20 (#1) - Removed the config.yaml file due to unused overrides -0.1.47 (2024-05-16) +## 0.1.47 (2024-05-16) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.19 (#1) -0.1.46 (2024-05-12) +## 0.1.46 (2024-05-12) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.18 (#1) -0.1.45 (2024-05-01) +## 0.1.45 (2024-05-01) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.17 (#1) -0.1.44 (2024-05-01) +## 0.1.44 (2024-05-01) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.16 (#1) -0.1.43 (2024-04-30) +## 0.1.43 (2024-04-30) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.15 (#1) -0.1.42 (2024-04-24) +## 0.1.42 (2024-04-24) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.14 (#1) -0.1.41 (2024-04-17) +## 0.1.41 (2024-04-17) ### Improvements - Bumped ocean version to ^0.5.12 (#1) -0.1.40 (2024-04-11) +## 0.1.40 (2024-04-11) ### Improvements - Bumped ocean version to ^0.5.11 (#1) -0.1.39 (2024-04-10) +## 0.1.39 (2024-04-10) ### Improvements - Bumped ocean version to ^0.5.10 (#1) -0.1.38 (2024-04-01) +## 0.1.38 (2024-04-01) ### Improvements - Bumped ocean version to ^0.5.9 (#1) -0.1.37 (2024-03-28) +## 0.1.37 (2024-03-28) ### Improvements - Bumped ocean version to ^0.5.8 (#1) -0.1.36 (2024-03-25) +## 0.1.36 (2024-03-25) ### Improvements - Updated default blueprints and config mapping to include issue labels (port-7311) -0.1.35 (2024-03-20) +## 0.1.35 (2024-03-20) ### Improvements - Bumped ocean version to ^0.5.7 (#1) -0.1.34 (2024-03-17) +## 0.1.34 (2024-03-17) ### Improvements - Bumped ocean version to ^0.5.6 (#1) -0.1.33 (2024-03-06) +## 0.1.33 (2024-03-06) ### Improvements - Bumped ocean version to ^0.5.5 (#1) -0.1.32 (2024-03-03) +## 0.1.32 (2024-03-03) ### Improvements - Bumped ocean version to ^0.5.4 (#1) -0.1.31 (2024-03-03) +## 0.1.31 (2024-03-03) ### Improvements - Bumped ocean version to ^0.5.3 (#1) -0.1.30 (2024-02-21) +## 0.1.30 (2024-02-21) ### Improvements - Bumped ocean version to ^0.5.2 (#1) -0.1.29 (2024-02-20) +## 0.1.29 (2024-02-20) ### Improvements - Bumped ocean version to ^0.5.1 (#1) -0.1.28 (2024-02-18) +## 0.1.28 (2024-02-18) ### Improvements - Bumped ocean version to ^0.5.0 (#1) -0.1.27 (2024-01-23) +## 0.1.27 (2024-01-23) ### Improvements - Bumped ocean version to ^0.4.17 (#1) -0.1.26 (2024-01-11) +## 0.1.26 (2024-01-11) ### Improvements - Bumped ocean version to ^0.4.16 (#1) -0.1.25 (2024-01-07) +## 0.1.25 (2024-01-07) ### Improvements - Bumped ocean version to ^0.4.15 (#1) -0.1.24 (2024-01-07) +## 0.1.24 (2024-01-07) ### Improvements - Bumped ocean version to ^0.4.14 (#1) -0.1.23 (2024-01-01) +## 0.1.23 (2024-01-01) ### Improvements - Bumped ocean version to ^0.4.13 (#1) -v0.1.22 (2023-12-25) +## 0.1.22 (2023-12-25) ### Improvements - Fix stale relation identifiers in default blueprints (port-5799) -v0.1.21 (2023-12-24) +## 0.1.21 (2023-12-24) ### Improvements @@ -360,21 +389,21 @@ v0.1.21 (2023-12-24) - Bumped ocean version to ^0.4.12 (#1) -0.1.20 (2023-12-21) +## 0.1.20 (2023-12-21) ### Improvements - Bumped ocean version to ^0.4.11 (#1) -0.1.19 (2023-12-21) +## 0.1.19 (2023-12-21) ### Improvements - Bumped ocean version to ^0.4.10 (#1) -v0.1.18 (2023-12-20) +v## 0.1.18 (2023-12-20) ### Improvements @@ -382,35 +411,35 @@ v0.1.18 (2023-12-20) - Added warning message when 0 issues or projects are queried from the Jira API -0.1.17 (2023-12-18) +## 0.1.17 (2023-12-18) ### Improvements - Updated the Jira issue blueprint by adding entity properties including created datetime, updated datetime and priority (#17) -0.1.16 (2023-12-14) +## 0.1.16 (2023-12-14) ### Improvements - Bumped ocean version to ^0.4.8 (#1) -0.1.15 (2023-12-05) +## 0.1.15 (2023-12-05) ### Improvements - Bumped ocean version to ^0.4.7 (#1) -0.1.14 (2023-12-04) +## 0.1.14 (2023-12-04) ### Improvements - Bumped ocean version to ^0.4.6 (#1) -0.1.13 (2023-11-30) +## 0.1.13 (2023-11-30) ### Improvements @@ -418,7 +447,7 @@ v0.1.18 (2023-12-20) - Changed http client default timeout to 30 seconds -0.1.12 (2023-11-29) +## 0.1.12 (2023-11-29) ### Improvements @@ -426,80 +455,80 @@ v0.1.18 (2023-12-20) - Changed the httpx client to be the ocean's client for better connection error handling and request retries -0.1.11 (2023-11-21) +## 0.1.11 (2023-11-21) ### Improvements - Bumped ocean version to ^0.4.3 (#1) -0.1.10 (2023-11-08) +## 0.1.10 (2023-11-08) ### Improvements - Bumped ocean version to ^0.4.2 (#1) -0.1.9 (2023-11-03) +## 0.1.9 (2023-11-03) ### Improvements - Bumped ocean version to ^0.4.1 (#1) -0.1.8 (2023-11-01) +## 0.1.8 (2023-11-01) ### Improvements - Bumped ocean version to ^0.4.0 and handle ONCE event listener (#1) -0.1.7 (2023-10-30) +## 0.1.7 (2023-10-30) ### Improvements - Fixed the default mapping to exclude issues with status `Done` (#1) -0.1.6 (2023-10-29) +## 0.1.6 (2023-10-29) ### Improvements - Bumped ocean version to 0.3.2 (#1) -0.1.5 (2023-09-27) +## 0.1.5 (2023-09-27) ### Improvements - Bumped ocean to version 0.3.1 (#1) - 0.1.4 (2023-09-13) +## 0.1.4 (2023-09-13) ### Improvements - Bumped ocean to 0.3.0 (#1) - 0.1.3 (2023-08-29) +## 0.1.3 (2023-08-29) ### Improvements - Changed the app_host to not be required for the installation (PORT-4527) - Bumped Ocean to 0.2.3 (#1) - 0.1.2 (2023-08-11) +## 0.1.2 (2023-08-11) ### Improvements - Optimized dockerfile to produce smaller images (PORT-4485) - 0.1.1 (2023-08-11) +## 0.1.1 (2023-08-11) ### Improvements - Upgraded ocean to version 0.2.2 -v0.1.0 (2023-08-10) +v## 0.1.0 (2023-08-10) ### Features diff --git a/integrations/jira/pyproject.toml b/integrations/jira/pyproject.toml index 2dd245305c..0ca21c3342 100644 --- a/integrations/jira/pyproject.toml +++ b/integrations/jira/pyproject.toml @@ -20,6 +20,8 @@ towncrier = "^23.6.0" [tool.towncrier] directory = "changelog" filename = "CHANGELOG.md" +title_format = "## {version} ({project_date})" +underlines = [""] [[tool.towncrier.type]] directory = "breaking" diff --git a/integrations/kafka/CHANGELOG.md b/integrations/kafka/CHANGELOG.md index 8a7f06f976..444e4ba48b 100644 --- a/integrations/kafka/CHANGELOG.md +++ b/integrations/kafka/CHANGELOG.md @@ -7,126 +7,127 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -# Port_Ocean 0.1.59 (2024-07-31) +## 0.1.59 (2024-07-31) -### Improvements + +### Improvements - Upgraded integration dependencies (#1) -# Port_Ocean 0.1.58 (2024-07-31) +## 0.1.58 (2024-07-31) ### Improvements - Bumped ocean version to ^0.9.7 (#1) -# Port_Ocean 0.1.57 (2024-07-31) +## 0.1.57 (2024-07-31) ### Improvements - Bumped ocean version to ^0.9.6 (#1) -# Port_Ocean 0.1.56 (2024-07-24) +## 0.1.56 (2024-07-24) ### Improvements - Bumped ocean version to ^0.9.5 -# Port_Ocean 0.1.55 (2024-07-10) +## 0.1.55 (2024-07-10) ### Improvements - Bumped ocean version to ^0.9.4 (#1) -# Port_Ocean 0.1.54 (2024-07-09) +## 0.1.54 (2024-07-09) ### Improvements - Bumped ocean version to ^0.9.3 (#1) -# Port_Ocean 0.1.53 (2024-07-07) +## 0.1.53 (2024-07-07) ### Improvements - Bumped ocean version to ^0.9.2 (#1) -# Port_Ocean 0.1.52 (2024-06-23) +## 0.1.52 (2024-06-23) ### Improvements - Bumped ocean version to ^0.9.1 (#1) -# Port_Ocean 0.1.51 (2024-06-19) +## 0.1.51 (2024-06-19) ### Improvements - Bumped ocean version to ^0.9.0 (#1) -# Port_Ocean 0.1.50 (2024-06-16) +## 0.1.50 (2024-06-16) ### Improvements - Updated spec.yaml indication that saas installation is not supported -# Port_Ocean 0.1.49 (2024-06-16) +## 0.1.49 (2024-06-16) ### Improvements - Bumped ocean version to ^0.8.0 (#1) -# Port_Ocean 0.1.48 (2024-06-13) +## 0.1.48 (2024-06-13) ### Improvements - Bumped ocean version to ^0.7.1 (#1) -# Port_Ocean 0.1.47 (2024-06-13) +## 0.1.47 (2024-06-13) ### Improvements - Bumped ocean version to ^0.7.0 (#1) -# Port_Ocean 0.1.46 (2024-06-10) +## 0.1.46 (2024-06-10) ### Improvements - Bumped ocean version to ^0.6.0 (#1) -# Port_Ocean 0.1.45 (2024-06-05) +## 0.1.45 (2024-06-05) ### Improvements - Bumped ocean version to ^0.5.27 (#1) -# Port_Ocean 0.1.44 (2024-06-03) +## 0.1.44 (2024-06-03) ### Improvements - Bumped ocean version to ^0.5.25 (#1) -# Port_Ocean 0.1.43 (2024-06-02) +## 0.1.43 (2024-06-02) ### Improvements - Bumped ocean version to ^0.5.24 (#1) -# Port_Ocean 0.1.42 (2024-05-30) +## 0.1.42 (2024-05-30) ### Improvements @@ -134,21 +135,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated the base image used in the Dockerfile that is created during integration scaffolding from `python:3.11-slim-buster` to `python:3.11-slim-bookworm` -# Port_Ocean 0.1.41 (2024-05-29) +## 0.1.41 (2024-05-29) ### Improvements - Bumped ocean version to ^0.5.22 (#1) -# Port_Ocean 0.1.40 (2024-05-26) +## 0.1.40 (2024-05-26) ### Improvements - Bumped ocean version to ^0.5.21 (#1) -# Port_Ocean 0.1.39 (2024-05-26) +## 0.1.39 (2024-05-26) ### Improvements @@ -156,182 +157,182 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Update the config.yaml file to have only the overridden configuration -# Port_Ocean 0.1.38 (2024-05-16) +## 0.1.38 (2024-05-16) ### Improvements - Bumped ocean version to ^0.5.19 (#1) -# Port_Ocean 0.1.37 (2024-05-12) +## 0.1.37 (2024-05-12) ### Improvements - Bumped ocean version to ^0.5.18 (#1) -# Port_Ocean 0.1.36 (2024-05-01) +## 0.1.36 (2024-05-01) ### Improvements - Bumped ocean version to ^0.5.17 (#1) -# Port_Ocean 0.1.35 (2024-05-01) +## 0.1.35 (2024-05-01) ### Improvements - Bumped ocean version to ^0.5.16 (#1) -# Port_Ocean 0.1.34 (2024-04-30) +## 0.1.34 (2024-04-30) ### Improvements - Bumped ocean version to ^0.5.15 (#1) -# Port_Ocean 0.1.33 (2024-04-24) +## 0.1.33 (2024-04-24) ### Improvements - Bumped ocean version to ^0.5.14 (#1) -# Port_Ocean 0.1.32 (2024-04-17) +## 0.1.32 (2024-04-17) ### Improvements - Bumped ocean version to ^0.5.12 (#1) -# Port_Ocean 0.1.31 (2024-04-11) +## 0.1.31 (2024-04-11) ### Improvements - Bumped ocean version to ^0.5.11 (#1) -# Port_Ocean 0.1.30 (2024-04-10) +## 0.1.30 (2024-04-10) ### Improvements - Bumped ocean version to ^0.5.10 (#1) -# Port_Ocean 0.1.29 (2024-04-01) +## 0.1.29 (2024-04-01) ### Improvements - Bumped ocean version to ^0.5.9 (#1) -# Port_Ocean 0.1.28 (2024-03-28) +## 0.1.28 (2024-03-28) ### Improvements - Bumped ocean version to ^0.5.8 (#1) -# Port_Ocean 0.1.27 (2024-03-20) +## 0.1.27 (2024-03-20) ### Improvements - Bumped ocean version to ^0.5.7 (#1) -# Port_Ocean 0.1.26 (2024-03-17) +## 0.1.26 (2024-03-17) ### Improvements - Bumped ocean version to ^0.5.6 (#1) -# Port_Ocean 0.1.25 (2024-03-06) +## 0.1.25 (2024-03-06) ### Improvements - Bumped ocean version to ^0.5.5 (#1) -# Port_Ocean 0.1.24 (2024-03-03) +## 0.1.24 (2024-03-03) ### Improvements - Bumped ocean version to ^0.5.4 (#1) -# Port_Ocean 0.1.23 (2024-03-03) +## 0.1.23 (2024-03-03) ### Improvements - Bumped ocean version to ^0.5.3 (#1) -# Port_Ocean 0.1.22 (2024-02-21) +## 0.1.22 (2024-02-21) ### Improvements - Bumped ocean version to ^0.5.2 (#1) -# Port_Ocean 0.1.21 (2024-02-20) +## 0.1.21 (2024-02-20) ### Improvements - Bumped ocean version to ^0.5.1 (#1) -# Port_Ocean 0.1.20 (2024-02-18) +## 0.1.20 (2024-02-18) ### Improvements - Bumped ocean version to ^0.5.0 (#1) -# Port_Ocean 0.1.19 (2024-01-23) +## 0.1.19 (2024-01-23) ### Improvements - Bumped ocean version to ^0.4.17 (#1) -# Port_Ocean 0.1.18 (2024-01-11) +## 0.1.18 (2024-01-11) ### Improvements - Bumped ocean version to ^0.4.16 (#1) -# Port_Ocean 0.1.17 (2024-01-07) +## 0.1.17 (2024-01-07) ### Improvements - Bumped ocean version to ^0.4.15 (#1) -# Port_Ocean 0.1.16 (2024-01-07) +## 0.1.16 (2024-01-07) ### Improvements - Bumped ocean version to ^0.4.14 (#1) -# Port_Ocean 0.1.15 (2024-01-01) +## 0.1.15 (2024-01-01) ### Improvements - Bumped ocean version to ^0.4.13 (#1) -# Port_Ocean v0.1.14 (2023-12-25) +## v0.1.14 (2023-12-25) ### Improvements - Fix stale relation identifiers in default blueprints (port-5799) -# Port_Ocean v0.1.13 (2023-12-24) +## v0.1.13 (2023-12-24) ### Improvements @@ -339,77 +340,77 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bumped ocean version to ^0.4.12 (#1) -# Port_Ocean 0.1.12 (2023-12-21) +## 0.1.12 (2023-12-21) ### Improvements - Bumped ocean version to ^0.4.11 (#1) -# Port_Ocean 0.1.11 (2023-12-21) +## 0.1.11 (2023-12-21) ### Improvements - Bumped ocean version to ^0.4.10 (#1) -# Port_Ocean 0.1.10 (2023-12-14) +## 0.1.10 (2023-12-14) ### Improvements - Bumped ocean version to ^0.4.8 (#1) -# Port_Ocean 0.1.9 (2023-12-05) +## 0.1.9 (2023-12-05) ### Improvements - Bumped ocean version to ^0.4.7 (#1) -# Port_Ocean 0.1.8 (2023-12-04) +## 0.1.8 (2023-12-04) ### Improvements - Bumped ocean version to ^0.4.6 (#1) -# Port_Ocean 0.1.7 (2023-11-30) +## 0.1.7 (2023-11-30) ### Improvements - Bumped ocean version to ^0.4.5 (#1) -# Port_Ocean 0.1.6 (2023-11-29) +## 0.1.6 (2023-11-29) ### Improvements - Bumped ocean version to ^0.4.4 (#1) -# Port_Ocean 0.1.5 (2023-11-21) +## 0.1.5 (2023-11-21) ### Improvements - Bumped ocean version to ^0.4.3 (#1) -# Port_Ocean 0.1.4 (2023-11-08) +## 0.1.4 (2023-11-08) ### Improvements - Bumped ocean version to ^0.4.2 (#1) -# Port_Ocean 0.1.3 (2023-11-03) +## 0.1.3 (2023-11-03) ### Improvements - Bumped ocean version to ^0.4.1 (#1) -# Port_Ocean 0.1.2 (2023-11-01) +## 0.1.2 (2023-11-01) ### Improvements diff --git a/integrations/kafka/pyproject.toml b/integrations/kafka/pyproject.toml index 3ccf3d3efb..e02abf86e0 100644 --- a/integrations/kafka/pyproject.toml +++ b/integrations/kafka/pyproject.toml @@ -20,7 +20,8 @@ towncrier = "^23.6.0" [tool.towncrier] directory = "changelog" filename = "CHANGELOG.md" -package = "port_ocean" +title_format = "## {version} ({project_date})" +underlines = [""] [[tool.towncrier.type]] directory = "breaking" diff --git a/integrations/kubecost/CHANGELOG.md b/integrations/kubecost/CHANGELOG.md index 626911d549..2f65af0d91 100644 --- a/integrations/kubecost/CHANGELOG.md +++ b/integrations/kubecost/CHANGELOG.md @@ -7,35 +7,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -# Port_Ocean 0.1.63 (2024-07-31) +## 0.1.63 (2024-07-31) ### Improvements - Upgraded integration dependencies (#1) -# Port_Ocean 0.1.62 (2024-07-31) +## 0.1.62 (2024-07-31) ### Improvements - Bumped ocean version to ^0.9.7 (#1) -# Port_Ocean 0.1.61 (2024-07-31) +## 0.1.61 (2024-07-31) ### Improvements - Bumped ocean version to ^0.9.6 (#1) -# Port_Ocean 0.1.60 (2024-07-24) +## 0.1.60 (2024-07-24) ### Improvements - Bumped ocean version to ^0.9.5 -# Port_Ocean 0.1.59 (2024-07-15) +## 0.1.59 (2024-07-15) ### Features @@ -48,98 +48,98 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Separated 'kubesystem' resource config from 'cloud' (#749) -# port_ocean 0.1.58 (2024-07-15) +## 0.1.58 (2024-07-15) ### Bug Fixes - Ensured integration keeps on working if a cloud cost is missing -# port_ocean 0.1.57 (2024-07-10) +## 0.1.57 (2024-07-10) ### Improvements - Bumped ocean version to ^0.9.4 (#1) -# Port_Ocean 0.1.56 (2024-07-09) +## 0.1.56 (2024-07-09) ### Improvements - Bumped ocean version to ^0.9.3 (#1) -# Port_Ocean 0.1.55 (2024-07-07) +## 0.1.55 (2024-07-07) ### Improvements - Bumped ocean version to ^0.9.2 (#1) -# Port_Ocean 0.1.54 (2024-06-23) +## 0.1.54 (2024-06-23) ### Improvements - Bumped ocean version to ^0.9.1 (#1) -# Port_Ocean 0.1.53 (2024-06-19) +## 0.1.53 (2024-06-19) ### Improvements - Bumped ocean version to ^0.9.0 (#1) -# Port_Ocean 0.1.52 (2024-06-16) +## 0.1.52 (2024-06-16) ### Improvements - Bumped ocean version to ^0.8.0 (#1) -# Port_Ocean 0.1.51 (2024-06-13) +## 0.1.51 (2024-06-13) ### Improvements - Bumped ocean version to ^0.7.1 (#1) -# Port_Ocean 0.1.50 (2024-06-13) +## 0.1.50 (2024-06-13) ### Improvements - Bumped ocean version to ^0.7.0 (#1) -# Port_Ocean 0.1.49 (2024-06-10) +## 0.1.49 (2024-06-10) ### Improvements - Bumped ocean version to ^0.6.0 (#1) -# Port_Ocean 0.1.48 (2024-06-05) +## 0.1.48 (2024-06-05) ### Improvements - Bumped ocean version to ^0.5.27 (#1) -# Port_Ocean 0.1.47 (2024-06-03) +## 0.1.47 (2024-06-03) ### Improvements - Bumped ocean version to ^0.5.25 (#1) -# Port_Ocean 0.1.46 (2024-06-02) +## 0.1.46 (2024-06-02) ### Improvements - Bumped ocean version to ^0.5.24 (#1) -# Port_Ocean 0.1.45 (2024-05-30) +## 0.1.45 (2024-05-30) ### Improvements @@ -147,21 +147,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated the base image used in the Dockerfile that is created during integration scaffolding from `python:3.11-slim-buster` to `python:3.11-slim-bookworm` -# Port_Ocean 0.1.44 (2024-05-29) +## 0.1.44 (2024-05-29) ### Improvements - Bumped ocean version to ^0.5.22 (#1) -# Port_Ocean 0.1.43 (2024-05-26) +## 0.1.43 (2024-05-26) ### Improvements - Bumped ocean version to ^0.5.21 (#1) -# Port_Ocean 0.1.42 (2024-05-26) +## 0.1.42 (2024-05-26) ### Improvements @@ -169,238 +169,238 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Update the config.yaml file to have only the overridden configuration -# Port_Ocean 0.1.41 (2024-05-16) +## 0.1.41 (2024-05-16) ### Improvements - Bumped ocean version to ^0.5.19 (#1) -# Port_Ocean 0.1.40 (2024-05-15) +## 0.1.40 (2024-05-15) ### Improvements - Added backwards compatibility to the integration to support clients using Kubecost v1 -# Port_Ocean 0.1.39 (2024-05-15) +## 0.1.39 (2024-05-15) ### Bug Fixes - Updated the URL of KubeCost cloud cost endpoint from version 1.X (`/model/cloudCost/aggregate`) to 2.2 (`/model/cloudCost`) -# Port_Ocean 0.1.38 (2024-05-12) +## 0.1.38 (2024-05-12) ### Improvements - Bumped ocean version to ^0.5.18 (#1) -# Port_Ocean 0.1.37 (2024-05-01) +## 0.1.37 (2024-05-01) ### Improvements - Bumped ocean version to ^0.5.17 (#1) -# Port_Ocean 0.1.36 (2024-05-01) +## 0.1.36 (2024-05-01) ### Improvements - Bumped ocean version to ^0.5.16 (#1) -# Port_Ocean 0.1.35 (2024-04-30) +## 0.1.35 (2024-04-30) ### Improvements - Bumped ocean version to ^0.5.15 (#1) -# Port_Ocean 0.1.34 (2024-04-24) +## 0.1.34 (2024-04-24) ### Improvements - Bumped ocean version to ^0.5.14 (#1) -# Port_Ocean 0.1.33 (2024-04-17) +## 0.1.33 (2024-04-17) ### Improvements - Bumped ocean version to ^0.5.12 (#1) -# Port_Ocean 0.1.32 (2024-04-11) +## 0.1.32 (2024-04-11) ### Improvements - Bumped ocean version to ^0.5.11 (#1) -# Port_Ocean 0.1.31 (2024-04-10) +## 0.1.31 (2024-04-10) ### Improvements - Bumped ocean version to ^0.5.10 (#1) -# Port_Ocean 0.1.30 (2024-04-01) +## 0.1.30 (2024-04-01) ### Improvements - Bumped ocean version to ^0.5.9 (#1) -# Port_Ocean 0.1.29 (2024-03-28) +## 0.1.29 (2024-03-28) ### Improvements - Bumped ocean version to ^0.5.8 (#1) -# Port_Ocean 0.1.28 (2024-03-20) +## 0.1.28 (2024-03-20) ### Improvements - Bumped ocean version to ^0.5.7 (#1) -# Port_Ocean 0.1.27 (2024-03-17) +## 0.1.27 (2024-03-17) ### Improvements - Bumped ocean version to ^0.5.6 (#1) -# Port_Ocean 0.1.26 (2024-03-06) +## 0.1.26 (2024-03-06) ### Improvements - Bumped ocean version to ^0.5.5 (#1) -# Port_Ocean 0.1.25 (2024-03-03) +## 0.1.25 (2024-03-03) ### Improvements - Bumped ocean version to ^0.5.4 (#1) -# Port_Ocean 0.1.24 (2024-03-03) +## 0.1.24 (2024-03-03) ### Improvements - Bumped ocean version to ^0.5.3 (#1) -# Port_Ocean 0.1.23 (2024-02-21) +## 0.1.23 (2024-02-21) ### Improvements - Bumped ocean version to ^0.5.2 (#1) -# Port_Ocean 0.1.22 (2024-02-20) +## 0.1.22 (2024-02-20) ### Improvements - Bumped ocean version to ^0.5.1 (#1) -# Port_Ocean 0.1.21 (2024-02-18) +## 0.1.21 (2024-02-18) ### Improvements - Bumped ocean version to ^0.5.0 (#1) -# Port_Ocean 0.1.20 (2024-01-23) +## 0.1.20 (2024-01-23) ### Improvements - Bumped ocean version to ^0.4.17 (#1) -# Port_Ocean 0.1.19 (2024-01-11) +## 0.1.19 (2024-01-11) ### Improvements - Bumped ocean version to ^0.4.16 (#1) -# Port_Ocean 0.1.18 (2024-01-07) +## 0.1.18 (2024-01-07) ### Improvements - Bumped ocean version to ^0.4.15 (#1) -# Port_Ocean 0.1.17 (2024-01-07) +## 0.1.17 (2024-01-07) ### Improvements - Bumped ocean version to ^0.4.14 (#1) -# Port_Ocean 0.1.16 (2024-01-01) +## 0.1.16 (2024-01-01) ### Improvements - Bumped ocean version to ^0.4.13 (#1) -# Port_Ocean 0.1.15 (2023-12-24) +## 0.1.15 (2023-12-24) ### Improvements - Bumped ocean version to ^0.4.12 (#1) -# Port_Ocean 0.1.14 (2023-12-21) +## 0.1.14 (2023-12-21) ### Improvements - Bumped ocean version to ^0.4.11 (#1) -# Port_Ocean 0.1.13 (2023-12-21) +## 0.1.13 (2023-12-21) ### Improvements - Bumped ocean version to ^0.4.10 (#1) -# Port_Ocean 0.1.12 (2023-12-14) +## 0.1.12 (2023-12-14) ### Improvements - Bumped ocean version to ^0.4.8 (#1) -# Port_Ocean 0.1.11 (2023-12-05) +## 0.1.11 (2023-12-05) ### Improvements - Bumped ocean version to ^0.4.7 (#1) -# Port_Ocean 0.1.10 (2023-12-04) +## 0.1.10 (2023-12-04) ### Improvements - Bumped ocean version to ^0.4.6 (#1) -# Port_Ocean 0.1.9 (2023-11-30) +## 0.1.9 (2023-11-30) ### Improvements - Bumped ocean version to ^0.4.5 (#1) -# Port_Ocean 0.1.8 (2023-11-29) +## 0.1.8 (2023-11-29) ### Improvements @@ -408,28 +408,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Changed the httpx client to be the ocean's client for better connection error handling and request retries -# Port_Ocean 0.1.7 (2023-11-21) +## 0.1.7 (2023-11-21) ### Improvements - Bumped ocean version to ^0.4.3 (#1) -# Port_Ocean 0.1.6 (2023-11-08) +## 0.1.6 (2023-11-08) ### Improvements - Bumped ocean version to ^0.4.2 (#1) -# Port_Ocean 0.1.5 (2023-11-03) +## 0.1.5 (2023-11-03) ### Improvements - Bumped ocean version to ^0.4.1 (#1) -# Port_Ocean 0.1.4 (2023-11-01) +## 0.1.4 (2023-11-01) ### Improvements diff --git a/integrations/kubecost/pyproject.toml b/integrations/kubecost/pyproject.toml index 0667c1218e..bef905a29a 100644 --- a/integrations/kubecost/pyproject.toml +++ b/integrations/kubecost/pyproject.toml @@ -19,7 +19,8 @@ towncrier = "^23.6.0" [tool.towncrier] directory = "changelog" filename = "CHANGELOG.md" -package = "port_ocean" +title_format = "## {version} ({project_date})" +underlines = [""] [[tool.towncrier.type]] directory = "breaking" diff --git a/integrations/launchdarkly/CHANGELOG.md b/integrations/launchdarkly/CHANGELOG.md index 1a38780a8e..00af067922 100644 --- a/integrations/launchdarkly/CHANGELOG.md +++ b/integrations/launchdarkly/CHANGELOG.md @@ -7,98 +7,98 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -# Port_Ocean 0.1.36 (2024-08-01) +## 0.1.36 (2024-08-01) ### Improvements - Added target='blank' attribute to links in config and secrets description to make them open in new tab -# Port_Ocean 0.1.35 (2024-07-31) +## 0.1.35 (2024-07-31) ### Improvements - Upgraded integration dependencies (#1) -# Port_Ocean 0.1.34 (2024-07-31) +## 0.1.34 (2024-07-31) ### Improvements - Bumped ocean version to ^0.9.7 (#1) -# Port_Ocean 0.1.33 (2024-07-31) +## 0.1.33 (2024-07-31) ### Improvements - Bumped ocean version to ^0.9.6 (#1) -# Port_Ocean 0.1.32 (2024-07-24) +## 0.1.32 (2024-07-24) ### Improvements - Bumped ocean version to ^0.9.5 -# Port_Ocean 0.1.30 (2024-07-10) +## 0.1.30 (2024-07-10) ### Improvements - Added description to configuration properties in spec.yaml (PORT-9118) -# Port_Ocean 0.1.30 (2024-07-10) +## 0.1.30 (2024-07-10) ### Improvements - Bumped ocean version to ^0.9.4 (#1) -# Port_Ocean 0.1.29 (2024-07-09) +## 0.1.29 (2024-07-09) ### Improvements - Bumped ocean version to ^0.9.3 (#1) -# Port_Ocean 0.1.28 (2024-07-07) +## 0.1.28 (2024-07-07) ### Improvements - Bumped ocean version to ^0.9.2 (#1) -# Port_Ocean 0.1.27 (2024-06-23) +## 0.1.27 (2024-06-23) ### Improvements - Bumped ocean version to ^0.9.1 (#1) -# Port_Ocean 0.1.26 (2024-06-19) +## 0.1.26 (2024-06-19) ### Improvements - Bumped ocean version to ^0.9.0 (#1) -# Port_Ocean 0.1.25 (2024-06-16) +## 0.1.25 (2024-06-16) ### Improvements - Bumped ocean version to ^0.8.0 (#1) -# Port_Ocean 0.1.24 (2024-06-14) +## 0.1.24 (2024-06-14) ### Improvements - Enforced unique entitiy identification across enviroonments and feature flags (0.1.24) -# Port_Ocean 0.1.23 (2024-06-13) +## 0.1.23 (2024-06-13) ### Features @@ -106,49 +106,49 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Remodeled entity relationships (PORT-7787) -# Port_Ocean 0.1.22 (2024-06-13) +## 0.1.22 (2024-06-13) ### Improvements - Bumped ocean version to ^0.7.1 (#1) -# Port_Ocean 0.1.21 (2024-06-13) +## 0.1.21 (2024-06-13) ### Improvements - Bumped ocean version to ^0.7.0 (#1) -# Port_Ocean 0.1.20 (2024-06-10) +## 0.1.20 (2024-06-10) ### Improvements - Bumped ocean version to ^0.6.0 (#1) -# Port_Ocean 0.1.19 (2024-06-05) +## 0.1.19 (2024-06-05) ### Improvements - Bumped ocean version to ^0.5.27 (#1) -# Port_Ocean 0.1.18 (2024-06-03) +## 0.1.18 (2024-06-03) ### Improvements - Bumped ocean version to ^0.5.25 (#1) -# Port_Ocean 0.1.17 (2024-06-02) +## 0.1.17 (2024-06-02) ### Improvements - Bumped ocean version to ^0.5.24 (#1) -# Port_Ocean 0.1.16 (2024-05-30) +## 0.1.16 (2024-05-30) ### Improvements @@ -156,21 +156,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated the base image used in the Dockerfile that is created during integration scaffolding from `python:3.11-slim-buster` to `python:3.11-slim-bookworm` -# Port_Ocean 0.1.15 (2024-05-29) +## 0.1.15 (2024-05-29) ### Improvements - Bumped ocean version to ^0.5.22 (#1) -# Port_Ocean 0.1.14 (2024-05-26) +## 0.1.14 (2024-05-26) ### Improvements - Bumped ocean version to ^0.5.21 (#1) -# Port_Ocean 0.1.13 (2024-05-26) +## 0.1.13 (2024-05-26) ### Improvements @@ -178,56 +178,56 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Removed the config.yaml file due to unused overrides -# Port_Ocean 0.1.12 (2024-05-16) +## 0.1.12 (2024-05-16) ### Improvements - Bumped ocean version to ^0.5.19 (#1) -# Port_Ocean 0.1.11 (2024-05-12) +## 0.1.11 (2024-05-12) ### Improvements - Bumped ocean version to ^0.5.18 (#1) -# Port_Ocean 0.1.10 (2024-05-01) +## 0.1.10 (2024-05-01) ### Improvements - Bumped ocean version to ^0.5.17 (#1) -# Port_Ocean 0.1.9 (2024-05-01) +## 0.1.9 (2024-05-01) ### Improvements - Bumped ocean version to ^0.5.16 (#1) -# Port_Ocean 0.1.8 (2024-04-30) +## 0.1.8 (2024-04-30) ### Improvements - Bumped ocean version to ^0.5.15 (#1) -# Port_Ocean 0.1.7 (2024-04-24) +## 0.1.7 (2024-04-24) ### Improvements - Bumped ocean version to ^0.5.14 (#1) -# Port_Ocean 0.1.6 (2024-04-17) +## 0.1.6 (2024-04-17) ### Improvements - Bumped ocean version to ^0.5.12 (#1) -# Port_Ocean 0.1.5 (2024-04-11) +## 0.1.5 (2024-04-11) ### Bug Fixes @@ -235,34 +235,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Resolved an issue where the relationship between feature flags and environments was causing synchronization of feature flags to fail -# Port_Ocean 0.1.4 (2024-04-11) +## 0.1.4 (2024-04-11) ### Improvements - Bumped ocean version to ^0.5.11 (#1) -# Port_Ocean 0.1.3 (2024-04-10) +## 0.1.3 (2024-04-10) ### Improvements - Bumped ocean version to ^0.5.10 (#1) -# Port_Ocean 0.1.2 (2024-04-01) +## 0.1.2 (2024-04-01) ### Improvements - Bumped ocean version to ^0.5.9 (#1) -# Port_Ocean 0.1.1 (2024-03-31) +## 0.1.1 (2024-03-31) ### Bug Fixes - Moved Launchdarkly integration to the Feature Management section (#1) -# Port_Ocean 0.1.0 (2024-02-02) +## 0.1.0 (2024-02-02) ### Features diff --git a/integrations/launchdarkly/pyproject.toml b/integrations/launchdarkly/pyproject.toml index 424d7d53dc..494d7bf5a6 100644 --- a/integrations/launchdarkly/pyproject.toml +++ b/integrations/launchdarkly/pyproject.toml @@ -19,7 +19,8 @@ towncrier = "^23.6.0" [tool.towncrier] directory = "changelog" filename = "CHANGELOG.md" -package = "port_ocean" +title_format = "## {version} ({project_date})" +underlines = [""] [[tool.towncrier.type]] directory = "breaking" diff --git a/integrations/linear/.dockerignore b/integrations/linear/.dockerignore deleted file mode 100644 index dc28c4f316..0000000000 --- a/integrations/linear/.dockerignore +++ /dev/null @@ -1,94 +0,0 @@ -# Git -.git -.gitignore -.gitattributes - - -# CI -.codeclimate.yml -.travis.yml -.taskcluster.yml - -# Docker -docker-compose.yml -Dockerfile -.docker -.dockerignore - -# Byte-compiled / optimized / DLL files -**/__pycache__/ -**/*.py[cod] - -# C extensions -*.so - -# Distribution / packaging -.Python -env/ -build/ -develop-eggs/ -dist/ -downloads/ -eggs/ -lib/ -lib64/ -parts/ -sdist/ -var/ -*.egg-info/ -.installed.cfg -*.egg - -# PyInstaller -# Usually these files are written by a python script from a template -# before PyInstaller builds the exe, so as to inject date/other infos into it. -*.manifest -*.spec - -# Installer logs -pip-log.txt -pip-delete-this-directory.txt - -# Unit test / coverage reports -htmlcov/ -.tox/ -.coverage -.cache -nosetests.xml -coverage.xml - -# Translations -*.mo -*.pot - -# Django stuff: -*.log - -# Sphinx documentation -docs/_build/ - -# PyBuilder -target/ - -# Virtual environment -.env -.venv/ -venv/ - -# PyCharm -.idea - -# Python mode for VIM -.ropeproject -**/.ropeproject - -# Vim swap files -**/*.swp - -# VS Code -.vscode/ - -*.md -**/.ruff_cache -**/cahangelog -**/tests \ No newline at end of file diff --git a/integrations/linear/CHANGELOG.md b/integrations/linear/CHANGELOG.md index e80195a23b..30dfcdfeb2 100644 --- a/integrations/linear/CHANGELOG.md +++ b/integrations/linear/CHANGELOG.md @@ -7,132 +7,132 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -# Port_Ocean 0.1.22 (2024-08-02) +## 0.1.22 (2024-08-02) ### Improvements - Added _target='blank' attribute to spec links to open a new browser tab instead of the current browser. -# Port_Ocean 0.1.21 (2024-07-31) +## 0.1.21 (2024-07-31) ### Improvements - Upgraded integration dependencies (#1) -# Port_Ocean 0.1.20 (2024-07-31) +## 0.1.20 (2024-07-31) ### Improvements - Bumped ocean version to ^0.9.7 (#1) -# Port_Ocean 0.1.19 (2024-07-31) +## 0.1.19 (2024-07-31) ### Improvements - Bumped ocean version to ^0.9.6 (#1) -# Port_Ocean 0.1.18 (2024-07-24) +## 0.1.18 (2024-07-24) ### Improvements - Bumped ocean version to ^0.9.5 -# Port_Ocean 0.1.17 (2024-07-10) +## 0.1.17 (2024-07-10) ### Improvements - Fix links in descriptions of integration configuration variables -# Port_Ocean 0.1.16 (2024-07-10) +## 0.1.16 (2024-07-10) ### Improvements - Bumped ocean version to ^0.9.4 (#1) -# Port_Ocean 0.1.15 (2024-07-09) +## 0.1.15 (2024-07-09) ### Improvements - Bumped ocean version to ^0.9.3 (#1) -# Port_Ocean 0.1.14 (2024-07-07) +## 0.1.14 (2024-07-07) ### Improvements - Bumped ocean version to ^0.9.2 (#1) -# Port_Ocean 0.1.13 (2024-06-23) +## 0.1.13 (2024-06-23) ### Improvements - Bumped ocean version to ^0.9.1 (#1) -# Port_Ocean 0.1.12 (2024-06-19) +## 0.1.12 (2024-06-19) ### Improvements - Bumped ocean version to ^0.9.0 (#1) -# Port_Ocean 0.1.11 (2024-06-16) +## 0.1.11 (2024-06-16) ### Improvements - Bumped ocean version to ^0.8.0 (#1) -# Port_Ocean 0.1.10 (2024-06-13) +## 0.1.10 (2024-06-13) ### Improvements - Bumped ocean version to ^0.7.1 (#1) -# Port_Ocean 0.1.9 (2024-06-13) +## 0.1.9 (2024-06-13) ### Improvements - Bumped ocean version to ^0.7.0 (#1) -# Port_Ocean 0.1.8 (2024-06-10) +## 0.1.8 (2024-06-10) ### Improvements - Bumped ocean version to ^0.6.0 (#1) -# Port_Ocean 0.1.7 (2024-06-05) +## 0.1.7 (2024-06-05) ### Improvements - Bumped ocean version to ^0.5.27 (#1) -# Port_Ocean 0.1.6 (2024-06-03) +## 0.1.6 (2024-06-03) ### Improvements - Bumped ocean version to ^0.5.25 (#1) -# Port_Ocean 0.1.5 (2024-06-02) +## 0.1.5 (2024-06-02) ### Improvements - Bumped ocean version to ^0.5.24 (#1) -# Port_Ocean 0.1.4 (2024-05-30) +## 0.1.4 (2024-05-30) ### Improvements @@ -140,21 +140,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated the base image used in the Dockerfile that is created during integration scaffolding from `python:3.11-slim-buster` to `python:3.11-slim-bookworm` -# Port_Ocean 0.1.3 (2024-05-29) +## 0.1.3 (2024-05-29) ### Improvements - Bumped ocean version to ^0.5.22 (#1) -# Port_Ocean 0.1.2 (2024-05-26) +## 0.1.2 (2024-05-26) ### Improvements - Bumped ocean version to ^0.5.21 (#1) -# Port_Ocean 0.1.1 (2024-05-26) +## 0.1.1 (2024-05-26) ### Improvements @@ -162,7 +162,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Removed the config.yaml file due to unused overrides -# Port_Ocean 0.1.0 (2024-05-18) +## 0.1.0 (2024-05-18) ### Features diff --git a/integrations/linear/pyproject.toml b/integrations/linear/pyproject.toml index 2cc97310ab..9dd8be3a23 100644 --- a/integrations/linear/pyproject.toml +++ b/integrations/linear/pyproject.toml @@ -19,7 +19,8 @@ towncrier = "^23.6.0" [tool.towncrier] directory = "changelog" filename = "CHANGELOG.md" -package = "port_ocean" +title_format = "## {version} ({project_date})" +underlines = [""] [[tool.towncrier.type]] directory = "breaking" diff --git a/integrations/newrelic/CHANGELOG.md b/integrations/newrelic/CHANGELOG.md index 5ab70bf8c5..a7548a72b6 100644 --- a/integrations/newrelic/CHANGELOG.md +++ b/integrations/newrelic/CHANGELOG.md @@ -7,140 +7,140 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -# Port_Ocean 0.1.65 (2024-08-01) +## 0.1.65 (2024-08-01) ### Improvements - Added _target='blank' attribute to html links in the spec.yaml file to open a new browser tab instead of the current browser -# Port_Ocean 0.1.64 (2024-07-31) +## 0.1.64 (2024-07-31) ### Improvements - Upgraded integration dependencies (#1) -# Port_Ocean 0.1.63 (2024-07-31) +## 0.1.63 (2024-07-31) ### Improvements - Bumped ocean version to ^0.9.7 (#1) -# Port_Ocean 0.1.62 (2024-07-31) +## 0.1.62 (2024-07-31) ### Improvements - Bumped ocean version to ^0.9.6 (#1) -# Port_Ocean 0.1.61 (2024-07-24) +## 0.1.61 (2024-07-24) ### Improvements - Bumped ocean version to ^0.9.5 -# Port_Ocean 0.1.60 (2024-07-10) +## 0.1.60 (2024-07-10) ### Improvements - Updated the descriptions of integration variables to have a call to action, with links leading the user on how to get them -# Port_Ocean 0.1.59 (2024-07-10) +## 0.1.59 (2024-07-10) ### Improvements - Bumped ocean version to ^0.9.4 (#1) -# Port_Ocean 0.1.58 (2024-07-09) +## 0.1.58 (2024-07-09) ### Improvements - Added description to the integration configuration variables -# Port_Ocean 0.1.57 (2024-07-09) +## 0.1.57 (2024-07-09) ### Improvements - Bumped ocean version to ^0.9.3 (#1) -# Port_Ocean 0.1.56 (2024-07-07) +## 0.1.56 (2024-07-07) ### Improvements - Bumped ocean version to ^0.9.2 (#1) -# Port_Ocean 0.1.55 (2024-06-23) +## 0.1.55 (2024-06-23) ### Improvements - Bumped ocean version to ^0.9.1 (#1) -# Port_Ocean 0.1.54 (2024-06-19) +## 0.1.54 (2024-06-19) ### Improvements - Bumped ocean version to ^0.9.0 (#1) -# Port_Ocean 0.1.53 (2024-06-16) +## 0.1.53 (2024-06-16) ### Improvements - Bumped ocean version to ^0.8.0 (#1) -# Port_Ocean 0.1.52 (2024-06-13) +## 0.1.52 (2024-06-13) ### Improvements - Bumped ocean version to ^0.7.1 (#1) -# Port_Ocean 0.1.51 (2024-06-13) +## 0.1.51 (2024-06-13) ### Improvements - Bumped ocean version to ^0.7.0 (#1) -# Port_Ocean 0.1.50 (2024-06-10) +## 0.1.50 (2024-06-10) ### Improvements - Bumped ocean version to ^0.6.0 (#1) -# Port_Ocean 0.1.49 (2024-06-05) +## 0.1.49 (2024-06-05) ### Improvements - Bumped ocean version to ^0.5.27 (#1) -# Port_Ocean 0.1.48 (2024-06-03) +## 0.1.48 (2024-06-03) ### Improvements - Bumped ocean version to ^0.5.25 (#1) -# Port_Ocean 0.1.47 (2024-06-02) +## 0.1.47 (2024-06-02) ### Improvements - Bumped ocean version to ^0.5.24 (#1) -# Port_Ocean 0.1.46 (2024-05-30) +## 0.1.46 (2024-05-30) ### Improvements @@ -148,21 +148,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated the base image used in the Dockerfile that is created during integration scaffolding from `python:3.11-slim-buster` to `python:3.11-slim-bookworm` -# Port_Ocean 0.1.45 (2024-05-29) +## 0.1.45 (2024-05-29) ### Improvements - Bumped ocean version to ^0.5.22 (#1) -# Port_Ocean 0.1.44 (2024-05-26) +## 0.1.44 (2024-05-26) ### Improvements - Bumped ocean version to ^0.5.21 (#1) -# Port_Ocean 0.1.43 (2024-05-26) +## 0.1.43 (2024-05-26) ### Improvements @@ -170,259 +170,259 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Removed the config.yaml file due to unused overrides -# Port_Ocean 0.1.42 (2024-05-16) +## 0.1.42 (2024-05-16) ### Improvements - Bumped ocean version to ^0.5.19 (#1) -# Port_Ocean 0.1.41 (2024-05-12) +## 0.1.41 (2024-05-12) ### Improvements - Bumped ocean version to ^0.5.18 (#1) -# Port_Ocean 0.1.40 (2024-05-01) +## 0.1.40 (2024-05-01) ### Improvements - Bumped ocean version to ^0.5.17 (#1) -# Port_Ocean 0.1.39 (2024-05-01) +## 0.1.39 (2024-05-01) ### Improvements - Bumped ocean version to ^0.5.16 (#1) -# Port_Ocean 0.1.38 (2024-04-30) +## 0.1.38 (2024-04-30) ### Improvements - Bumped ocean version to ^0.5.15 (#1) -# Port_Ocean 0.1.37 (2024-04-24) +## 0.1.37 (2024-04-24) ### Improvements - Bumped ocean version to ^0.5.14 (#1) -# Port_Ocean 0.1.36 (2024-04-17) +## 0.1.36 (2024-04-17) ### Improvements - Bumped ocean version to ^0.5.12 (#1) -# Port_Ocean 0.1.35 (2024-04-11) +## 0.1.35 (2024-04-11) ### Improvements - Bumped ocean version to ^0.5.11 (#1) -# Port_Ocean 0.1.34 (2024-04-10) +## 0.1.34 (2024-04-10) ### Improvements - Bumped ocean version to ^0.5.10 (#1) -# Port_Ocean 0.1.33 (2024-04-01) +## 0.1.33 (2024-04-01) ### Improvements - Bumped ocean version to ^0.5.9 (#1) -# Port_Ocean 0.1.32 (2024-03-28) +## 0.1.32 (2024-03-28) ### Improvements - Bumped ocean version to ^0.5.8 (#1) -# Port_Ocean 0.1.31 (2024-03-20) +## 0.1.31 (2024-03-20) ### Improvements - Bumped ocean version to ^0.5.7 (#1) -# Port_Ocean 0.1.30 (2024-03-17) +## 0.1.30 (2024-03-17) ### Improvements - Bumped ocean version to ^0.5.6 (#1) -# Port_Ocean 0.1.29 (2024-03-06) +## 0.1.29 (2024-03-06) ### Improvements - Bumped ocean version to ^0.5.5 (#1) -# Port_Ocean 0.1.28 (2024-03-03) +## 0.1.28 (2024-03-03) ### Improvements - Bumped ocean version to ^0.5.4 (#1) -# Port_Ocean 0.1.27 (2024-03-03) +## 0.1.27 (2024-03-03) ### Improvements - Bumped ocean version to ^0.5.3 (#1) -# Port_Ocean 0.1.26 (2024-02-21) +## 0.1.26 (2024-02-21) ### Improvements - Bumped ocean version to ^0.5.2 (#1) -# Port_Ocean 0.1.25 (2024-02-20) +## 0.1.25 (2024-02-20) ### Improvements - Bumped ocean version to ^0.5.1 (#1) -# Port_Ocean 0.1.24 (2024-02-18) +## 0.1.24 (2024-02-18) ### Improvements - Bumped ocean version to ^0.5.0 (#1) -# Port_Ocean 0.1.23 (2024-01-23) +## 0.1.23 (2024-01-23) ### Improvements - Bumped ocean version to ^0.4.17 (#1) -# Port_Ocean 0.1.22 (2024-01-11) +## 0.1.22 (2024-01-11) ### Improvements - Bumped ocean version to ^0.4.16 (#1) -# Port_Ocean 0.1.21 (2024-01-07) +## 0.1.21 (2024-01-07) ### Improvements - Bumped ocean version to ^0.4.15 (#1) -# Port_Ocean 0.1.20 (2024-01-07) +## 0.1.20 (2024-01-07) ### Improvements - Bumped ocean version to ^0.4.14 (#1) -# Port_Ocean 0.1.19 (2024-01-01) +## 0.1.19 (2024-01-01) ### Improvements - Bumped ocean version to ^0.4.13 (#1) -# Port_Ocean 0.1.18 (2023-12-24) +## 0.1.18 (2023-12-24) ### Improvements - Bumped ocean version to ^0.4.12 (#1) -# Port_Ocean 0.1.17 (2023-12-21) +## 0.1.17 (2023-12-21) ### Improvements - Bumped ocean version to ^0.4.11 (#1) -# Port_Ocean 0.1.16 (2023-12-21) +## 0.1.16 (2023-12-21) ### Improvements - Bumped ocean version to ^0.4.10 (#1) -# Port_Ocean 0.1.15 (2023-12-14) +## 0.1.15 (2023-12-14) ### Improvements - Bumped ocean version to ^0.4.8 (#1) -# Port_Ocean 0.1.14 (2023-12-05) +## 0.1.14 (2023-12-05) ### Improvements - Bumped ocean version to ^0.4.7 (#1) -# Port_Ocean 0.1.13 (2023-12-04) +## 0.1.13 (2023-12-04) ### Improvements - Bumped ocean version to ^0.4.6 (#1) -# Port_Ocean 0.1.12 (2023-11-30) +## 0.1.12 (2023-11-30) ### Improvements - Bumped ocean version to ^0.4.5 (#1) -# Port_Ocean 0.1.11 (2023-11-29) +## 0.1.11 (2023-11-29) ### Improvements - Bumped ocean version to ^0.4.4 (#1) -# Port_Ocean 0.1.10 (2023-11-21) +## 0.1.10 (2023-11-21) ### Improvements - Bumped ocean version to ^0.4.3 (#1) -# Port_Ocean 0.1.9 (2023-11-08) +## 0.1.9 (2023-11-08) ### Improvements - Bumped ocean version to ^0.4.2 (#1) -# Port_Ocean 0.1.8 (2023-11-03) +## 0.1.8 (2023-11-03) ### Improvements - Bumped ocean version to ^0.4.1 (#1) -# Port_Ocean 0.1.7 (2023-11-01) +## 0.1.7 (2023-11-01) ### Improvements - Bumped ocean version to ^0.4.0 (#1) -# Port_Ocean 0.1.6 (2023-10-29) +## 0.1.6 (2023-10-29) ### Improvements @@ -447,7 +447,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Changed returned entities to ocean with a generator of a list to support ocean 0.3.0 -# 0.1.2 (2023-08-11) +## 0.1.2 (2023-08-11) ### Improvements diff --git a/integrations/newrelic/pyproject.toml b/integrations/newrelic/pyproject.toml index 8a462161e0..ce92c9ac52 100644 --- a/integrations/newrelic/pyproject.toml +++ b/integrations/newrelic/pyproject.toml @@ -20,7 +20,8 @@ towncrier = "^23.6.0" [tool.towncrier] directory = "changelog" filename = "CHANGELOG.md" -package = "port_ocean" +title_format = "## {version} ({project_date})" +underlines = [""] [[tool.towncrier.type]] directory = "breaking" diff --git a/integrations/opencost/CHANGELOG.md b/integrations/opencost/CHANGELOG.md index 60e970a637..af4c9c72de 100644 --- a/integrations/opencost/CHANGELOG.md +++ b/integrations/opencost/CHANGELOG.md @@ -7,133 +7,133 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -# Port_Ocean 0.1.62 (2024-07-31) +## 0.1.62 (2024-07-31) ### Improvements - Upgraded integration dependencies (#1) -# Port_Ocean 0.1.61 (2024-07-31) +## 0.1.61 (2024-07-31) ### Improvements - Bumped ocean version to ^0.9.7 (#1) -# Port_Ocean 0.1.60 (2024-07-31) +## 0.1.60 (2024-07-31) ### Improvements - Bumped ocean version to ^0.9.6 (#1) -# Port_Ocean 0.1.59 (2024-07-24) +## 0.1.59 (2024-07-24) ### Improvements - Bumped ocean version to ^0.9.5 -# Port_Ocean 0.1.58 (2024-07-15) +## 0.1.58 (2024-07-15) ### Features - Added v2 filter params to cloudcost kind (#749) -# Port_Ocean 0.1.57 (2024-07-10) +## 0.1.57 (2024-07-10) ### Improvements - Bumped ocean version to ^0.9.4 (#1) -# Port_Ocean 0.1.56 (2024-07-09) +## 0.1.56 (2024-07-09) ### Improvements - Bumped ocean version to ^0.9.3 (#1) -# Port_Ocean 0.1.55 (2024-07-07) +## 0.1.55 (2024-07-07) ### Improvements - Bumped ocean version to ^0.9.2 (#1) -# Port_Ocean 0.1.54 (2024-06-23) +## 0.1.54 (2024-06-23) ### Improvements - Bumped ocean version to ^0.9.1 (#1) -# Port_Ocean 0.1.53 (2024-06-19) +## 0.1.53 (2024-06-19) ### Improvements - Bumped ocean version to ^0.9.0 (#1) -# Port_Ocean 0.1.52 (2024-06-16) +## 0.1.52 (2024-06-16) ### Improvements - Updated spec.yaml indication that saas installation is not supported -# Port_Ocean 0.1.51 (2024-06-16) +## 0.1.51 (2024-06-16) ### Improvements - Bumped ocean version to ^0.8.0 (#1) -# Port_Ocean 0.1.50 (2024-06-13) +## 0.1.50 (2024-06-13) ### Improvements - Bumped ocean version to ^0.7.1 (#1) -# Port_Ocean 0.1.49 (2024-06-13) +## 0.1.49 (2024-06-13) ### Improvements - Bumped ocean version to ^0.7.0 (#1) -# Port_Ocean 0.1.48 (2024-06-10) +## 0.1.48 (2024-06-10) ### Improvements - Bumped ocean version to ^0.6.0 (#1) -# Port_Ocean 0.1.47 (2024-06-05) +## 0.1.47 (2024-06-05) ### Improvements - Bumped ocean version to ^0.5.27 (#1) -# Port_Ocean 0.1.46 (2024-06-03) +## 0.1.46 (2024-06-03) ### Improvements - Bumped ocean version to ^0.5.25 (#1) -# Port_Ocean 0.1.45 (2024-06-02) +## 0.1.45 (2024-06-02) ### Improvements - Bumped ocean version to ^0.5.24 (#1) -# Port_Ocean 0.1.44 (2024-05-30) +## 0.1.44 (2024-05-30) ### Improvements @@ -141,28 +141,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated the base image used in the Dockerfile that is created during integration scaffolding from `python:3.11-slim-buster` to `python:3.11-slim-bookworm` -# Port_Ocean 0.1.43 (2024-05-29) +## 0.1.43 (2024-05-29) ### Improvements - Bumped ocean version to ^0.5.22 (#1) -# Port_Ocean 0.1.42 (2024-05-27) +## 0.1.42 (2024-05-27) ### Features - Added cloudcost integration to ingest costs per cloud provider (#42) -# Port_Ocean 0.1.41 (2024-05-26) +## 0.1.41 (2024-05-26) ### Improvements - Bumped ocean version to ^0.5.21 (#1) -# Port_Ocean 0.1.40 (2024-05-26) +## 0.1.40 (2024-05-26) ### Improvements @@ -170,224 +170,224 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Update the config.yaml file to have only the overridden configuration -# Port_Ocean 0.1.39 (2024-05-16) +## 0.1.39 (2024-05-16) ### Improvements - Bumped ocean version to ^0.5.19 (#1) -# Port_Ocean 0.1.38 (2024-05-12) +## 0.1.38 (2024-05-12) ### Improvements - Bumped ocean version to ^0.5.18 (#1) -# Port_Ocean 0.1.37 (2024-05-01) +## 0.1.37 (2024-05-01) ### Improvements - Bumped ocean version to ^0.5.17 (#1) -# Port_Ocean 0.1.36 (2024-05-01) +## 0.1.36 (2024-05-01) ### Improvements - Bumped ocean version to ^0.5.16 (#1) -# Port_Ocean 0.1.35 (2024-04-30) +## 0.1.35 (2024-04-30) ### Improvements - Bumped ocean version to ^0.5.15 (#1) -# Port_Ocean 0.1.34 (2024-04-24) +## 0.1.34 (2024-04-24) ### Improvements - Bumped ocean version to ^0.5.14 (#1) -# Port_Ocean 0.1.33 (2024-04-17) +## 0.1.33 (2024-04-17) ### Improvements - Bumped ocean version to ^0.5.12 (#1) -# Port_Ocean 0.1.32 (2024-04-11) +## 0.1.32 (2024-04-11) ### Improvements - Bumped ocean version to ^0.5.11 (#1) -# Port_Ocean 0.1.31 (2024-04-10) +## 0.1.31 (2024-04-10) ### Improvements - Bumped ocean version to ^0.5.10 (#1) -# Port_Ocean 0.1.30 (2024-04-01) +## 0.1.30 (2024-04-01) ### Improvements - Bumped ocean version to ^0.5.9 (#1) -# Port_Ocean 0.1.29 (2024-03-28) +## 0.1.29 (2024-03-28) ### Improvements - Bumped ocean version to ^0.5.8 (#1) -# Port_Ocean 0.1.28 (2024-03-20) +## 0.1.28 (2024-03-20) ### Improvements - Bumped ocean version to ^0.5.7 (#1) -# Port_Ocean 0.1.27 (2024-03-17) +## 0.1.27 (2024-03-17) ### Improvements - Bumped ocean version to ^0.5.6 (#1) -# Port_Ocean 0.1.26 (2024-03-06) +## 0.1.26 (2024-03-06) ### Improvements - Bumped ocean version to ^0.5.5 (#1) -# Port_Ocean 0.1.25 (2024-03-03) +## 0.1.25 (2024-03-03) ### Improvements - Bumped ocean version to ^0.5.4 (#1) -# Port_Ocean 0.1.24 (2024-03-03) +## 0.1.24 (2024-03-03) ### Improvements - Bumped ocean version to ^0.5.3 (#1) -# Port_Ocean 0.1.23 (2024-02-21) +## 0.1.23 (2024-02-21) ### Improvements - Bumped ocean version to ^0.5.2 (#1) -# Port_Ocean 0.1.22 (2024-02-20) +## 0.1.22 (2024-02-20) ### Improvements - Bumped ocean version to ^0.5.1 (#1) -# Port_Ocean 0.1.21 (2024-02-18) +## 0.1.21 (2024-02-18) ### Improvements - Bumped ocean version to ^0.5.0 (#1) -# Port_Ocean 0.1.20 (2024-01-23) +## 0.1.20 (2024-01-23) ### Improvements - Bumped ocean version to ^0.4.17 (#1) -# Port_Ocean 0.1.19 (2024-01-11) +## 0.1.19 (2024-01-11) ### Improvements - Bumped ocean version to ^0.4.16 (#1) -# Port_Ocean 0.1.18 (2024-01-07) +## 0.1.18 (2024-01-07) ### Improvements - Bumped ocean version to ^0.4.15 (#1) -# Port_Ocean 0.1.17 (2024-01-07) +## 0.1.17 (2024-01-07) ### Improvements - Bumped ocean version to ^0.4.14 (#1) -# Port_Ocean 0.1.16 (2024-01-01) +## 0.1.16 (2024-01-01) ### Improvements - Bumped ocean version to ^0.4.13 (#1) -# Port_Ocean 0.1.15 (2023-12-24) +## 0.1.15 (2023-12-24) ### Improvements - Bumped ocean version to ^0.4.12 (#1) -# Port_Ocean 0.1.14 (2023-12-21) +## 0.1.14 (2023-12-21) ### Improvements - Bumped ocean version to ^0.4.11 (#1) -# Port_Ocean 0.1.13 (2023-12-21) +## 0.1.13 (2023-12-21) ### Improvements - Bumped ocean version to ^0.4.10 (#1) -# Port_Ocean 0.1.12 (2023-12-14) +## 0.1.12 (2023-12-14) ### Improvements - Bumped ocean version to ^0.4.8 (#1) -# Port_Ocean 0.1.11 (2023-12-05) +## 0.1.11 (2023-12-05) ### Improvements - Bumped ocean version to ^0.4.7 (#1) -# Port_Ocean 0.1.10 (2023-12-04) +## 0.1.10 (2023-12-04) ### Improvements - Bumped ocean version to ^0.4.6 (#1) -# Port_Ocean 0.1.9 (2023-11-30) +## 0.1.9 (2023-11-30) ### Improvements - Bumped ocean version to ^0.4.5 (#1) -# Port_Ocean 0.1.8 (2023-11-29) +## 0.1.8 (2023-11-29) ### Improvements @@ -395,28 +395,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Changed the httpx client to be the ocean's client for better connection error handling and request retries -# Port_Ocean 0.1.7 (2023-11-21) +## 0.1.7 (2023-11-21) ### Improvements - Bumped ocean version to ^0.4.3 (#1) -# Port_Ocean 0.1.6 (2023-11-08) +## 0.1.6 (2023-11-08) ### Improvements - Bumped ocean version to ^0.4.2 (#1) -# Port_Ocean 0.1.5 (2023-11-03) +## 0.1.5 (2023-11-03) ### Improvements - Bumped ocean version to ^0.4.1 (#1) -# Port_Ocean 0.1.4 (2023-11-01) +## 0.1.4 (2023-11-01) ### Improvements diff --git a/integrations/opencost/pyproject.toml b/integrations/opencost/pyproject.toml index adfb2eda2c..6e7e5b87dd 100644 --- a/integrations/opencost/pyproject.toml +++ b/integrations/opencost/pyproject.toml @@ -19,7 +19,8 @@ towncrier = "^23.6.0" [tool.towncrier] directory = "changelog" filename = "CHANGELOG.md" -package = "port_ocean" +title_format = "## {version} ({project_date})" +underlines = [""] [[tool.towncrier.type]] directory = "breaking" diff --git a/integrations/opsgenie/CHANGELOG.md b/integrations/opsgenie/CHANGELOG.md index bb6df71f32..a2effc4ddf 100644 --- a/integrations/opsgenie/CHANGELOG.md +++ b/integrations/opsgenie/CHANGELOG.md @@ -7,140 +7,140 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -# Port_Ocean 0.1.63 (2024-08-02) +## 0.1.63 (2024-08-02) ### Improvements - Added _target='blank' attribute to spec links to open a new browser tab instead of the current browser -# Port_Ocean 0.1.62 (2024-07-31) +## 0.1.62 (2024-07-31) ### Improvements - Upgraded integration dependencies (#1) -# Port_Ocean 0.1.61 (2024-07-31) +## 0.1.61 (2024-07-31) ### Improvements - Bumped ocean version to ^0.9.7 (#1) -# Port_Ocean 0.1.60 (2024-07-31) +## 0.1.60 (2024-07-31) ### Improvements - Bumped ocean version to ^0.9.6 (#1) -# Port_Ocean 0.1.59 (2024-07-24) +## 0.1.59 (2024-07-24) ### Improvements - Bumped ocean version to ^0.9.5 -# Port_Ocean 0.1.58 (2024-07-10) +## 0.1.58 (2024-07-10) ### Improvements - Updated the descriptions of integration variables to have a call to action, with links leading the user on how to get them -# Port_Ocean 0.1.57 (2024-07-10) +## 0.1.57 (2024-07-10) ### Improvements - Bumped ocean version to ^0.9.4 (#1) -# Port_Ocean 0.1.56 (2024-07-09) +## 0.1.56 (2024-07-09) ### Improvements - Added description to the integration configuration variables -# Port_Ocean 0.1.55 (2024-07-09) +## 0.1.55 (2024-07-09) ### Improvements - Bumped ocean version to ^0.9.3 (#1) -# Port_Ocean 0.1.54 (2024-07-07) +## 0.1.54 (2024-07-07) ### Improvements - Bumped ocean version to ^0.9.2 (#1) -# Port_Ocean 0.1.53 (2024-06-23) +## 0.1.53 (2024-06-23) ### Improvements - Bumped ocean version to ^0.9.1 (#1) -# Port_Ocean 0.1.52 (2024-06-19) +## 0.1.52 (2024-06-19) ### Improvements - Bumped ocean version to ^0.9.0 (#1) -# Port_Ocean 0.1.51 (2024-06-16) +## 0.1.51 (2024-06-16) ### Improvements - Bumped ocean version to ^0.8.0 (#1) -# Port_Ocean 0.1.50 (2024-06-13) +## 0.1.50 (2024-06-13) ### Improvements - Bumped ocean version to ^0.7.1 (#1) -# Port_Ocean 0.1.49 (2024-06-13) +## 0.1.49 (2024-06-13) ### Improvements - Bumped ocean version to ^0.7.0 (#1) -# Port_Ocean 0.1.48 (2024-06-10) +## 0.1.48 (2024-06-10) ### Improvements - Bumped ocean version to ^0.6.0 (#1) -# Port_Ocean 0.1.47 (2024-06-05) +## 0.1.47 (2024-06-05) ### Improvements - Bumped ocean version to ^0.5.27 (#1) -# Port_Ocean 0.1.46 (2024-06-03) +## 0.1.46 (2024-06-03) ### Improvements - Bumped ocean version to ^0.5.25 (#1) -# Port_Ocean 0.1.45 (2024-06-02) +## 0.1.45 (2024-06-02) ### Improvements - Bumped ocean version to ^0.5.24 (#1) -# Port_Ocean 0.1.44 (2024-05-30) +## 0.1.44 (2024-05-30) ### Improvements @@ -148,21 +148,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated the base image used in the Dockerfile that is created during integration scaffolding from `python:3.11-slim-buster` to `python:3.11-slim-bookworm` -# Port_Ocean 0.1.43 (2024-05-29) +## 0.1.43 (2024-05-29) ### Improvements - Bumped ocean version to ^0.5.22 (#1) -# Port_Ocean 0.1.42 (2024-05-26) +## 0.1.42 (2024-05-26) ### Improvements - Bumped ocean version to ^0.5.21 (#1) -# Port_Ocean 0.1.41 (2024-05-26) +## 0.1.41 (2024-05-26) ### Improvements @@ -170,238 +170,238 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Removed the config.yaml file due to unused overrides -# Port_Ocean 0.1.40 (2024-05-16) +## 0.1.40 (2024-05-16) ### Improvements - Bumped ocean version to ^0.5.19 (#1) -# Port_Ocean 0.1.39 (2024-05-12) +## 0.1.39 (2024-05-12) ### Improvements - Bumped ocean version to ^0.5.18 (#1) -# Port_Ocean 0.1.38 (2024-05-01) +## 0.1.38 (2024-05-01) ### Improvements - Bumped ocean version to ^0.5.17 (#1) -# Port_Ocean 0.1.37 (2024-05-01) +## 0.1.37 (2024-05-01) ### Improvements - Bumped ocean version to ^0.5.16 (#1) -# Port_Ocean 0.1.36 (2024-04-30) +## 0.1.36 (2024-04-30) ### Improvements - Bumped ocean version to ^0.5.15 (#1) -# Port_Ocean 0.1.35 (2024-04-24) +## 0.1.35 (2024-04-24) ### Improvements - Bumped ocean version to ^0.5.14 (#1) -# Port_Ocean 0.1.34 (2024-04-17) +## 0.1.34 (2024-04-17) ### Improvements - Bumped ocean version to ^0.5.12 (#1) -# Port_Ocean 0.1.33 (2024-04-11) +## 0.1.33 (2024-04-11) ### Improvements - Bumped ocean version to ^0.5.11 (#1) -# Port_Ocean 0.1.32 (2024-04-10) +## 0.1.32 (2024-04-10) ### Improvements - Bumped ocean version to ^0.5.10 (#1) -# Port_Ocean 0.1.31 (2024-04-01) +## 0.1.31 (2024-04-01) ### Improvements - Bumped ocean version to ^0.5.9 (#1) -# Port_Ocean 0.1.30 (2024-03-28) +## 0.1.30 (2024-03-28) ### Improvements - Bumped ocean version to ^0.5.8 (#1) -# Port_Ocean 0.1.29 (2024-03-20) +## 0.1.29 (2024-03-20) ### Improvements - Bumped ocean version to ^0.5.7 (#1) -# Port_Ocean 0.1.28 (2024-03-17) +## 0.1.28 (2024-03-17) ### Improvements - Bumped ocean version to ^0.5.6 (#1) -# Port_Ocean 0.1.27 (2024-03-06) +## 0.1.27 (2024-03-06) ### Improvements - Bumped ocean version to ^0.5.5 (#1) -# Port_Ocean 0.1.26 (2024-03-03) +## 0.1.26 (2024-03-03) ### Improvements - Bumped ocean version to ^0.5.4 (#1) -# Port_Ocean 0.1.25 (2024-03-03) +## 0.1.25 (2024-03-03) ### Improvements - Bumped ocean version to ^0.5.3 (#1) -# Port_Ocean 0.1.24 (2024-02-21) +## 0.1.24 (2024-02-21) ### Improvements - Bumped ocean version to ^0.5.2 (#1) -# Port_Ocean 0.1.23 (2024-02-20) +## 0.1.23 (2024-02-20) ### Improvements - Bumped ocean version to ^0.5.1 (#1) -# Port_Ocean 0.1.22 (2024-02-18) +## 0.1.22 (2024-02-18) ### Improvements - Bumped ocean version to ^0.5.0 (#1) -# Port_Ocean 0.1.21 (2024-02-12) +## 0.1.21 (2024-02-12) ### Improvements - Increased API page size param from 50 to 100 to reduce possibility of experiencing rate limit (PORT-6358) -# Port_Ocean 0.1.20 (2024-01-23) +## 0.1.20 (2024-01-23) ### Improvements - Bumped ocean version to ^0.4.17 (#1) -# Port_Ocean 0.1.19 (2024-01-11) +## 0.1.19 (2024-01-11) ### Improvements - Bumped ocean version to ^0.4.16 (#1) -# Port_Ocean 0.1.18 (2024-01-07) +## 0.1.18 (2024-01-07) ### Improvements - Bumped ocean version to ^0.4.15 (#1) -# Port_Ocean 0.1.17 (2024-01-07) +## 0.1.17 (2024-01-07) ### Improvements - Bumped ocean version to ^0.4.14 (#1) -# Port_Ocean 0.1.16 (2024-01-01) +## 0.1.16 (2024-01-01) ### Improvements - Bumped ocean version to ^0.4.13 (#1) -# Port_Ocean 0.1.15 (2023-12-24) +## 0.1.15 (2023-12-24) ### Improvements - Bumped ocean version to ^0.4.12 (#1) -# Port_Ocean 0.1.14 (2023-12-21) +## 0.1.14 (2023-12-21) ### Improvements - Moved the number of open incidents (numOpenIncidents) calculation from the opsGenieService blueprint to utilize the aggregationProperties capabilities in Ocean (#14) -# Port_Ocean 0.1.13 (2023-12-21) +## 0.1.13 (2023-12-21) ### Improvements - Bumped ocean version to ^0.4.11 (#1) -# Port_Ocean 0.1.12 (2023-12-21) +## 0.1.12 (2023-12-21) ### Improvements - Bumped ocean version to ^0.4.10 (#1) -# Port_Ocean 0.1.11 (2023-12-14) +## 0.1.11 (2023-12-14) ### Improvements - Bumped ocean version to ^0.4.8 (#1) -# Port_Ocean 0.1.10 (2023-12-05) +## 0.1.10 (2023-12-05) ### Improvements - Bumped ocean version to ^0.4.7 (#1) -# Port_Ocean 0.1.9 (2023-12-04) +## 0.1.9 (2023-12-04) ### Improvements - Bumped ocean version to ^0.4.6 (#1) -# Port_Ocean 0.1.8 (2023-11-30) +## 0.1.8 (2023-11-30) ### Improvements - Bumped ocean version to ^0.4.5 (#1) -# Port_Ocean 0.1.7 (2023-11-29) +## 0.1.7 (2023-11-29) ### Improvements @@ -409,28 +409,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Changed the httpx client to be the ocean's client for better connection error handling and request retries -# Port_Ocean 0.1.6 (2023-11-16) +## 0.1.6 (2023-11-16) ### Improvements - Added Retry mechanism to OpsGenie Client for when encountering 429 and other server errors (#1) -# Port_Ocean 0.1.5 (2023-11-08) +## 0.1.5 (2023-11-08) ### Improvements - Bumped ocean version to ^0.4.2 (#1) -# Port_Ocean 0.1.4 (2023-11-03) +## 0.1.4 (2023-11-03) ### Improvements - Bumped ocean version to ^0.4.1 (#1) -# Port_Ocean 0.1.3 (2023-11-01) +## 0.1.3 (2023-11-01) ### Improvements diff --git a/integrations/opsgenie/pyproject.toml b/integrations/opsgenie/pyproject.toml index 9ac181c99a..bd9f386753 100644 --- a/integrations/opsgenie/pyproject.toml +++ b/integrations/opsgenie/pyproject.toml @@ -19,7 +19,8 @@ towncrier = "^23.6.0" [tool.towncrier] directory = "changelog" filename = "CHANGELOG.md" -package = "port_ocean" +title_format = "## {version} ({project_date})" +underlines = [""] [[tool.towncrier.type]] directory = "breaking" diff --git a/integrations/pagerduty/CHANGELOG.md b/integrations/pagerduty/CHANGELOG.md index fe94111c8e..3e3311932c 100644 --- a/integrations/pagerduty/CHANGELOG.md +++ b/integrations/pagerduty/CHANGELOG.md @@ -7,77 +7,77 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -# Port_Ocean 0.1.84 (2024-08-01) +## 0.1.84 (2024-08-01) ### Improvements - Added _target='blank' attribute to html links in the spec.yaml file to open a new browser tab instead of the current browser -# Port_Ocean 0.1.83 (2024-07-31) +## 0.1.83 (2024-07-31) ### Improvements - Upgraded integration dependencies (#1) -# Port_Ocean 0.1.82 (2024-07-31) +## 0.1.82 (2024-07-31) ### Improvements - Bumped ocean version to ^0.9.7 (#1) -# Port_Ocean 0.1.81 (2024-07-31) +## 0.1.81 (2024-07-31) ### Improvements - Bumped ocean version to ^0.9.6 (#1) -# Port_Ocean 0.1.80 (2024-07-24) +## 0.1.80 (2024-07-24) ### Improvements - Bumped ocean version to ^0.9.5 -# Port_Ocean 0.1.79 (2024-07-10) +## 0.1.79 (2024-07-10) ### Improvements - Added the primary oncall user to the escalation policy blueprint -# Port_Ocean 0.1.78 (2024-07-10) +## 0.1.78 (2024-07-10) ### Improvements - Bumped ocean version to ^0.9.4 (#1) -# Port_Ocean 0.1.77 (2024-07-09) +## 0.1.77 (2024-07-09) ### Improvements - Bumped ocean version to ^0.9.3 (#1) -# Port_Ocean 0.1.76 (2024-07-07) +## 0.1.76 (2024-07-07) ### Improvements - Bumped ocean version to ^0.9.2 (#1) -# Port_Ocean 0.1.75 (2024-07-05) +## 0.1.75 (2024-07-05) ### Improvements - Added support for escalation policies -# Port_Ocean 0.1.74 (2024-06-25) +## 0.1.74 (2024-06-25) ### Features @@ -88,70 +88,70 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Oncall user is calculated dynamically based on escalation levels (0.1.74) -# Port_Ocean 0.1.73 (2024-06-23) +## 0.1.73 (2024-06-23) ### Improvements - Bumped ocean version to ^0.9.1 (#1) -# Port_Ocean 0.1.72 (2024-06-19) +## 0.1.72 (2024-06-19) ### Improvements - Bumped ocean version to ^0.9.0 (#1) -# Port_Ocean 0.1.71 (2024-06-16) +## 0.1.71 (2024-06-16) ### Improvements - Bumped ocean version to ^0.8.0 (#1) -# Port_Ocean 0.1.70 (2024-06-13) +## 0.1.70 (2024-06-13) ### Improvements - Bumped ocean version to ^0.7.1 (#1) -# Port_Ocean 0.1.69 (2024-06-13) +## 0.1.69 (2024-06-13) ### Improvements - Bumped ocean version to ^0.7.0 (#1) -# Port_Ocean 0.1.68 (2024-06-10) +## 0.1.68 (2024-06-10) ### Improvements - Bumped ocean version to ^0.6.0 (#1) -# Port_Ocean 0.1.67 (2024-06-05) +## 0.1.67 (2024-06-05) ### Improvements - Bumped ocean version to ^0.5.27 (#1) -# Port_Ocean 0.1.66 (2024-06-03) +## 0.1.66 (2024-06-03) ### Improvements - Bumped ocean version to ^0.5.25 (#1) -# Port_Ocean 0.1.65 (2024-06-02) +## 0.1.65 (2024-06-02) ### Improvements - Bumped ocean version to ^0.5.24 (#1) -# Port_Ocean 0.1.64 (2024-05-30) +## 0.1.64 (2024-05-30) ### Improvements @@ -159,21 +159,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated the base image used in the Dockerfile that is created during integration scaffolding from `python:3.11-slim-buster` to `python:3.11-slim-bookworm` -# Port_Ocean 0.1.63 (2024-05-29) +## 0.1.63 (2024-05-29) ### Improvements - Bumped ocean version to ^0.5.22 (#1) -# Port_Ocean 0.1.62 (2024-05-26) +## 0.1.62 (2024-05-26) ### Improvements - Bumped ocean version to ^0.5.21 (#1) -# Port_Ocean 0.1.61 (2024-05-26) +## 0.1.61 (2024-05-26) ### Improvements @@ -181,28 +181,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Removed the config.yaml file due to unused overrides -# Port_Ocean 0.1.60 (2024-05-23) +## 0.1.60 (2024-05-23) ### Improvements - Updated the assignees and user properties from type string to email -# Port_Ocean 0.1.59 (2024-05-17) +## 0.1.59 (2024-05-17) ### Improvements - Added escalation levels to the service blueprint -# Port_Ocean 0.1.58 (2024-05-16) +## 0.1.58 (2024-05-16) ### Improvements - Bumped ocean version to ^0.5.19 (#1) -# Port_Ocean 0.1.57 (2024-05-13) +## 0.1.57 (2024-05-13) ### Improvements @@ -210,272 +210,272 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated incident status and urgency to have colored meaning -# Port_Ocean 0.1.56 (2024-05-12) +## 0.1.56 (2024-05-12) ### Improvements - Bumped ocean version to ^0.5.18 (#1) -# Port_Ocean 0.1.55 (2024-05-01) +## 0.1.55 (2024-05-01) ### Improvements - Bumped ocean version to ^0.5.17 (#1) -# Port_Ocean 0.1.54 (2024-05-01) +## 0.1.54 (2024-05-01) ### Improvements - Bumped ocean version to ^0.5.16 (#1) -# Port_Ocean 0.1.53 (2024-04-30) +## 0.1.53 (2024-04-30) ### Improvements - Bumped ocean version to ^0.5.15 (#1) -# Port_Ocean 0.1.52 (2024-04-26) +## 0.1.52 (2024-04-26) ### Improvements - Updated the who is oncall for a service to map the first escalation level -# Port_Ocean 0.1.51 (2024-04-24) +## 0.1.51 (2024-04-24) ### Improvements - Bumped ocean version to ^0.5.14 (#1) -# Port_Ocean 0.1.50 (2024-04-17) +## 0.1.50 (2024-04-17) ### Improvements - Bumped ocean version to ^0.5.12 (#1) -# Port_Ocean 0.1.49 (2024-04-11) +## 0.1.49 (2024-04-11) ### Improvements - Bumped ocean version to ^0.5.11 (#1) -# Port_Ocean 0.1.48 (2024-04-10) +## 0.1.48 (2024-04-10) ### Improvements - Bumped ocean version to ^0.5.10 (#1) -# Port_Ocean 0.1.47 (2024-04-01) +## 0.1.47 (2024-04-01) ### Improvements - Bumped ocean version to ^0.5.9 (#1) -# Port_Ocean 0.1.46 (2024-03-28) +## 0.1.46 (2024-03-28) ### Improvements - Bumped ocean version to ^0.5.8 (#1) -# Port_Ocean 0.1.45 (2024-03-20) +## 0.1.45 (2024-03-20) ### Improvements - Bumped ocean version to ^0.5.7 (#1) -# Port_Ocean 0.1.44 (2024-03-19) +## 0.1.44 (2024-03-19) ### Improvements - Updated the format for properties in the default blueprints -# Port_Ocean 0.1.43 (2024-03-17) +## 0.1.43 (2024-03-17) ### Improvements - Bumped ocean version to ^0.5.6 (#1) -# Port_Ocean 0.1.42 (2024-03-08) +## 0.1.42 (2024-03-08) ### Improvements - Added support for Pagerduty oncall schedules, allowing the user to see who is oncall over a period of time (PORT-6981) -# Port_Ocean 0.1.41 (2024-03-06) +## 0.1.41 (2024-03-06) ### Improvements - Bumped ocean version to ^0.5.5 (#1) -# Port_Ocean 0.1.40 (2024-03-03) +## 0.1.40 (2024-03-03) ### Improvements - Bumped ocean version to ^0.5.4 (#1) -# Port_Ocean 0.1.39 (2024-03-03) +## 0.1.39 (2024-03-03) ### Improvements - Bumped ocean version to ^0.5.3 (#1) -# Port_Ocean 0.1.38 (2024-02-21) +## 0.1.38 (2024-02-21) ### Improvements - Bumped ocean version to ^0.5.2 (#1) -# Port_Ocean 0.1.37 (2024-02-20) +## 0.1.37 (2024-02-20) ### Improvements - Bumped ocean version to ^0.5.1 (#1) -# Port_Ocean 0.1.36 (2024-02-18) +## 0.1.36 (2024-02-18) ### Improvements - Bumped ocean version to ^0.5.0 (#1) -# Port_Ocean 0.1.35 (2024-02-12) +## 0.1.35 (2024-02-12) ### Features - Improved on the PagerDuty service blueprint by adding analytics data (PORT-6598) -# Port_Ocean 0.1.34 (2024-01-26) +## 0.1.34 (2024-01-26) ### Features - Improved on the PagerDuty incident blueprint by adding analytics data -# Port_Ocean 0.1.33 (2024-01-23) +## 0.1.33 (2024-01-23) ### Improvements - Bumped ocean version to ^0.4.17 (#1) -# Port_Ocean 0.1.32 (2024-01-11) +## 0.1.32 (2024-01-11) ### Improvements - Bumped ocean version to ^0.4.16 (#1) -# Port_Ocean 0.1.31 (2024-01-07) +## 0.1.31 (2024-01-07) ### Improvements - Bumped ocean version to ^0.4.15 (#1) -# Port_Ocean 0.1.30 (2024-01-07) +## 0.1.30 (2024-01-07) ### Improvements - Bumped ocean version to ^0.4.14 (#1) -# Port_Ocean 0.1.29 (2024-01-01) +## 0.1.29 (2024-01-01) ### Improvements - Bumped ocean version to ^0.4.13 (#1) -# Port_Ocean 0.1.28 (2023-12-24) +## 0.1.28 (2023-12-24) ### Improvements - Bumped ocean version to ^0.4.12 (#1) -# Port_Ocean 0.1.27 (2023-12-21) +## 0.1.27 (2023-12-21) ### Improvements - Bumped ocean version to ^0.4.11 (#1) -# Port_Ocean 0.1.26 (2023-12-21) +## 0.1.26 (2023-12-21) ### Improvements - Bumped ocean version to ^0.4.10 (#1) -# Port_Ocean 0.1.25 (2023-12-19) +## 0.1.25 (2023-12-19) ### Features - Added support for exporting PagerDuty schedules (#25) -# Port_Ocean 0.1.24 (2023-12-14) +## 0.1.24 (2023-12-14) ### Improvements - Bumped ocean version to ^0.4.8 (#1) -# Port_Ocean 0.1.23 (2023-12-05) +## 0.1.23 (2023-12-05) ### Improvements - Bumped ocean version to ^0.4.7 (#1) -# Port_Ocean 0.1.22 (2023-12-04) +## 0.1.22 (2023-12-04) ### Improvements - Bumped ocean version to ^0.4.6 (#1) -# Port_Ocean 0.1.21 (2023-12-03) +## 0.1.21 (2023-12-03) ### Bug Fixes - Fixed an issue where get_oncall_users only returned 1 on call instead of everyone (#251) -# Port_Ocean 0.1.20 (2023-11-30) +## 0.1.20 (2023-11-30) ### Improvements - Bumped ocean version to ^0.4.5 (#1) -# Port_Ocean 0.1.19 (2023-11-29) +## 0.1.19 (2023-11-29) ### Improvements - Enhance oncalls API with detailed logging (#19) -# Port_Ocean 0.1.18 (2023-11-29) +## 0.1.18 (2023-11-29) ### Improvements @@ -483,63 +483,63 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Changed the httpx client to be the ocean's client for better connection error handling and request retries -# Port_Ocean 0.1.17 (2023-11-23) +## 0.1.17 (2023-11-23) ### Improvements - Added retry handler to the pagerduty client to handle connection errors and rate limiting (#1) -# Port_Ocean 0.1.16 (2023-11-23) +## 0.1.16 (2023-11-23) ### Bug Fixes - Fixed incomplete oncall list over the `Service` kind by adding pagination support to the request -# Port_Ocean 0.1.15 (2023-11-21) +## 0.1.15 (2023-11-21) ### Improvements - Bumped ocean version to ^0.4.3 (#1) -# Port_Ocean 0.1.14 (2023-11-08) +## 0.1.14 (2023-11-08) ### Improvements - Bumped ocean version to ^0.4.2 (#1) -# Port_Ocean 0.1.13 (2023-11-03) +## 0.1.13 (2023-11-03) ### Improvements - Bumped ocean version to ^0.4.1 (#1) -# Port_Ocean 0.1.12 (2023-11-01) +## 0.1.12 (2023-11-01) ### Improvements - Bumped ocean version to ^0.4.0 and handle ONCE event listener (#1) -# Port_Ocean 0.1.11 (2023-10-29) +## 0.1.11 (2023-10-29) ### Improvements - Bumped ocean version to 0.3.2 (#1) -# Port_Ocean 0.1.10 (2023-10-18) +## 0.1.10 (2023-10-18) ### Improvement - Changed api query api_query_params key in the port configuration to apiQueryParams (PORT-4965) -# Port_Ocean 0.1.9 (2023-10-18) +## 0.1.9 (2023-10-18) ### Features @@ -550,51 +550,51 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Used async generator syntax to return exported kinds instead of waiting for all the data (PORT-4965) -# Port_Ocean 0.1.8 (2023-10-17) +## 0.1.8 (2023-10-17) ### Bug Fixes - Fixed default mapping for the oncall user (PORT-4964) -# Port_Ocean 0.1.7 (2023-09-27) +## 0.1.7 (2023-09-27) ### Improvements - Bumped ocean to version 0.3.1 (#1) -# Port_Ocean 0.1.5 (2023-08-29) +## 0.1.5 (2023-08-29) ### Improvements - Changed the `app_host` to not be required for the installation (PORT-4527) - Bumped Ocean to 0.2.3 (#1) -# Port_Ocean 0.1.4 (2023-08-11) +## 0.1.4 (2023-08-11) ### Improvements - Optimized dockerfile to produce smaller images (PORT-4485) -# Port_Ocean 0.1.3 (2023-08-11) +## 0.1.3 (2023-08-11) ### Improvements - Upgraded ocean to version 0.2.2 -# Port_Ocean 0.1.2 (2023-08-09) +## 0.1.2 (2023-08-09) ### Improvements - Integration syntax improvements -# Port_Ocean 0.1.1 (2023-08-07) +## 0.1.1 (2023-08-07) ### Features - Added oncall user and improved on service url (#1) -# Port_Ocean 0.1.0 (2023-07-30) +## 0.1.0 (2023-07-30) ### Features diff --git a/integrations/pagerduty/pyproject.toml b/integrations/pagerduty/pyproject.toml index e76cefa94a..df5d48196c 100644 --- a/integrations/pagerduty/pyproject.toml +++ b/integrations/pagerduty/pyproject.toml @@ -20,7 +20,8 @@ towncrier = "^23.6.0" [tool.towncrier] directory = "changelog" filename = "CHANGELOG.md" -package = "port_ocean" +title_format = "## {version} ({project_date})" +underlines = [""] [[tool.towncrier.type]] directory = "breaking" diff --git a/integrations/sentry/CHANGELOG.md b/integrations/sentry/CHANGELOG.md index da6fccfea2..0d2a9b923a 100644 --- a/integrations/sentry/CHANGELOG.md +++ b/integrations/sentry/CHANGELOG.md @@ -7,35 +7,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -# Port_Ocean 0.1.62 (2024-07-31) +## 0.1.62 (2024-07-31) ### Improvements - Upgraded integration dependencies (#1) -# Port_Ocean 0.1.61 (2024-07-31) +## 0.1.61 (2024-07-31) ### Improvements - Bumped ocean version to ^0.9.7 (#1) -# Port_Ocean 0.1.60 (2024-07-31) +## 0.1.60 (2024-07-31) ### Improvements - Bumped ocean version to ^0.9.6 (#1) -# Port_Ocean 0.1.59 (2024-07-24) +## 0.1.59 (2024-07-24) ### Improvements - Bumped ocean version to ^0.9.5 -# Port_Ocean 0.1.58 (2024-07-10) +## 0.1.58 (2024-07-10) ### Bugfix @@ -43,21 +43,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added proper logging of missng ratelimiting headers (#1) - Added raise for http status errors from the request (#1) -# Port_Ocean 0.1.57 (2024-07-10) +## 0.1.57 (2024-07-10) ### Improvements - Bumped ocean version to ^0.9.4 (#1) -# Port_Ocean 0.1.56 (2024-07-09) +## 0.1.56 (2024-07-09) ### Improvements - Bumped ocean version to ^0.9.3 (#1) -# Port_Ocean 0.1.55 (2024-07-08) +## 0.1.55 (2024-07-08) ### Improvements @@ -65,84 +65,84 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Made projects + issue batches instead of going one by one in tag-fetching to ensure maximum parallelism (#1) -# Port_Ocean 0.1.54 (2024-07-07) +## 0.1.54 (2024-07-07) ### Improvements - Bumped ocean version to ^0.9.2 (#1) -# Port_Ocean 0.1.53 (2024-06-30) +## 0.1.53 (2024-06-30) ### Improvements - Reduce the number of concurrent requests when fetching issue tags to avoid rate limiting (#1) -# Port_Ocean 0.1.52 (2024-06-23) +## 0.1.52 (2024-06-23) ### Improvements - Bumped ocean version to ^0.9.1 (#1) -# Port_Ocean 0.1.51 (2024-06-19) +## 0.1.51 (2024-06-19) ### Improvements - Bumped ocean version to ^0.9.0 (#1) -# Port_Ocean 0.1.50 (2024-06-16) +## 0.1.50 (2024-06-16) ### Improvements - Bumped ocean version to ^0.8.0 (#1) -# Port_Ocean 0.1.49 (2024-06-13) +## 0.1.49 (2024-06-13) ### Improvements - Bumped ocean version to ^0.7.1 (#1) -# Port_Ocean 0.1.48 (2024-06-13) +## 0.1.48 (2024-06-13) ### Improvements - Bumped ocean version to ^0.7.0 (#1) -# Port_Ocean 0.1.47 (2024-06-10) +## 0.1.47 (2024-06-10) ### Improvements - Bumped ocean version to ^0.6.0 (#1) -# Port_Ocean 0.1.46 (2024-06-05) +## 0.1.46 (2024-06-05) ### Improvements - Bumped ocean version to ^0.5.27 (#1) -# Port_Ocean 0.1.45 (2024-06-03) +## 0.1.45 (2024-06-03) ### Improvements - Bumped ocean version to ^0.5.25 (#1) -# Port_Ocean 0.1.44 (2024-06-02) +## 0.1.44 (2024-06-02) ### Improvements - Bumped ocean version to ^0.5.24 (#1) -# Port_Ocean 0.1.43 (2024-05-30) +## 0.1.43 (2024-05-30) ### Improvements @@ -150,21 +150,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated the base image used in the Dockerfile that is created during integration scaffolding from `python:3.11-slim-buster` to `python:3.11-slim-bookworm` -# Port_Ocean 0.1.42 (2024-05-29) +## 0.1.42 (2024-05-29) ### Improvements - Bumped ocean version to ^0.5.22 (#1) -# Port_Ocean 0.1.41 (2024-05-26) +## 0.1.41 (2024-05-26) ### Improvements - Bumped ocean version to ^0.5.21 (#1) -# Port_Ocean 0.1.40 (2024-05-26) +## 0.1.40 (2024-05-26) ### Improvements @@ -172,98 +172,98 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Update the config.yaml file to have only the overridden configuration -# Port_Ocean 0.1.39 (2024-05-16) +## 0.1.39 (2024-05-16) ### Improvements - Bumped ocean version to ^0.5.19 (#1) -# Port_Ocean 0.1.38 (2024-05-12) +## 0.1.38 (2024-05-12) ### Improvements - Bumped ocean version to ^0.5.18 (#1) -# Port_Ocean 0.1.37 (2024-05-01) +## 0.1.37 (2024-05-01) ### Improvements - Bumped ocean version to ^0.5.17 (#1) -# Port_Ocean 0.1.36 (2024-05-01) +## 0.1.36 (2024-05-01) ### Improvements - Bumped ocean version to ^0.5.16 (#1) -# Port_Ocean 0.1.35 (2024-04-30) +## 0.1.35 (2024-04-30) ### Improvements - Bumped ocean version to ^0.5.15 (#1) -# Port_Ocean 0.1.34 (2024-04-24) +## 0.1.34 (2024-04-24) ### Improvements - Bumped ocean version to ^0.5.14 (#1) -# Port_Ocean 0.1.33 (2024-04-17) +## 0.1.33 (2024-04-17) ### Improvements - Bumped ocean version to ^0.5.12 (#1) -# Port_Ocean 0.1.32 (2024-04-11) +## 0.1.32 (2024-04-11) ### Improvements - Bumped ocean version to ^0.5.11 (#1) -# Port_Ocean 0.1.31 (2024-04-10) +## 0.1.31 (2024-04-10) ### Improvements - Bumped ocean version to ^0.5.10 (#1) -# Port_Ocean 0.1.30 (2024-04-01) +## 0.1.30 (2024-04-01) ### Improvements - Bumped ocean version to ^0.5.9 (#1) -# Port_Ocean 0.1.29 (2024-03-28) +## 0.1.29 (2024-03-28) ### Improvements - Bumped ocean version to ^0.5.8 (#1) -# Port_Ocean 0.1.28 (2024-03-20) +## 0.1.28 (2024-03-20) ### Improvements - Bumped ocean version to ^0.5.7 (#1) -# Port_Ocean 0.1.27 (2024-03-17) +## 0.1.27 (2024-03-17) ### Improvements - Bumped ocean version to ^0.5.6 (#1) -# Port_Ocean 0.1.26 (2024-03-07) +## 0.1.26 (2024-03-07) ### Improvements @@ -271,91 +271,91 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added mechanism to ingest project and issue tags from your Sentry environment (PORT-6861) -# Port_Ocean 0.1.25 (2024-03-06) +## 0.1.25 (2024-03-06) ### Improvements - Bumped ocean version to ^0.5.5 (#1) -# Port_Ocean 0.1.24 (2024-03-03) +## 0.1.24 (2024-03-03) ### Improvements - Bumped ocean version to ^0.5.4 (#1) -# Port_Ocean 0.1.23 (2024-03-03) +## 0.1.23 (2024-03-03) ### Improvements - Bumped ocean version to ^0.5.3 (#1) -# Port_Ocean 0.1.22 (2024-02-21) +## 0.1.22 (2024-02-21) ### Improvements - Bumped ocean version to ^0.5.2 (#1) -# Port_Ocean 0.1.21 (2024-02-20) +## 0.1.21 (2024-02-20) ### Improvements - Bumped ocean version to ^0.5.1 (#1) -# Port_Ocean 0.1.20 (2024-02-18) +## 0.1.20 (2024-02-18) ### Improvements - Bumped ocean version to ^0.5.0 (#1) -# Port_Ocean 0.1.19 (2024-01-23) +## 0.1.19 (2024-01-23) ### Improvements - Bumped ocean version to ^0.4.17 (#1) -# Port_Ocean 0.1.18 (2024-01-11) +## 0.1.18 (2024-01-11) ### Improvements - Bumped ocean version to ^0.4.16 (#1) -# Port_Ocean 0.1.17 (2024-01-07) +## 0.1.17 (2024-01-07) ### Improvements - Bumped ocean version to ^0.4.15 (#1) -# Port_Ocean 0.1.16 (2024-01-07) +## 0.1.16 (2024-01-07) ### Improvements - Bumped ocean version to ^0.4.14 (#1) -# Port_Ocean 0.1.15 (2024-01-01) +## 0.1.15 (2024-01-01) ### Improvements - Bumped ocean version to ^0.4.13 (#1) -# Port_Ocean v0.1.14 (2023-12-25) +## v0.1.14 (2023-12-25) ### Improvements - Fix stale relation identifiers in default blueprints (port-5799) -# Port_Ocean v0.1.13 (2023-12-24) +## v0.1.13 (2023-12-24) ### Improvements @@ -363,49 +363,49 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bumped ocean version to ^0.4.12 (#1) -# Port_Ocean 0.1.12 (2023-12-21) +## 0.1.12 (2023-12-21) ### Improvements - Bumped ocean version to ^0.4.11 (#1) -# Port_Ocean 0.1.11 (2023-12-21) +## 0.1.11 (2023-12-21) ### Improvements - Bumped ocean version to ^0.4.10 (#1) -# Port_Ocean 0.1.10 (2023-12-14) +## 0.1.10 (2023-12-14) ### Improvements - Bumped ocean version to ^0.4.8 (#1) -# Port_Ocean 0.1.9 (2023-12-05) +## 0.1.9 (2023-12-05) ### Improvements - Bumped ocean version to ^0.4.7 (#1) -# Port_Ocean 0.1.8 (2023-12-04) +## 0.1.8 (2023-12-04) ### Improvements - Bumped ocean version to ^0.4.6 (#1) -# Port_Ocean 0.1.7 (2023-11-30) +## 0.1.7 (2023-11-30) ### Improvements - Bumped ocean version to ^0.4.5 (#1) -# Port_Ocean 0.1.6 (2023-11-29) +## 0.1.6 (2023-11-29) ### Improvements @@ -413,42 +413,42 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Changed the httpx client to be the ocean's client for better connection error handling and request retries -# Port_Ocean 0.1.5 (2023-11-21) +## 0.1.5 (2023-11-21) ### Improvements - Bumped ocean version to ^0.4.3 (#1) -# Port_Ocean 0.1.4 (2023-11-08) +## 0.1.4 (2023-11-08) ### Improvements - Bumped ocean version to ^0.4.2 (#1) -# Port_Ocean 0.1.3 (2023-11-03) +## 0.1.3 (2023-11-03) ### Improvements - Bumped ocean version to ^0.4.1 (#1) -# Port_Ocean 0.1.2 (2023-11-01) +## 0.1.2 (2023-11-01) ### Improvements - Bumped ocean version to ^0.4.0 (#1) -# Port_Ocean 0.1.1 (2023-10-29) +## 0.1.1 (2023-10-29) ### Improvements - Bumped ocean version to 0.3.2 (#1) -# 0.1.0 (2023-10-12) +## 0.1.0 (2023-10-12) ### Features diff --git a/integrations/sentry/pyproject.toml b/integrations/sentry/pyproject.toml index 49a7992a2e..2479771def 100644 --- a/integrations/sentry/pyproject.toml +++ b/integrations/sentry/pyproject.toml @@ -19,7 +19,8 @@ towncrier = "^23.6.0" [tool.towncrier] directory = "changelog" filename = "CHANGELOG.md" -package = "port_ocean" +title_format = "## {version} ({project_date})" +underlines = [""] [[tool.towncrier.type]] directory = "breaking" diff --git a/integrations/servicenow/CHANGELOG.md b/integrations/servicenow/CHANGELOG.md index c46f782216..1269a0b858 100644 --- a/integrations/servicenow/CHANGELOG.md +++ b/integrations/servicenow/CHANGELOG.md @@ -7,154 +7,154 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -# Port_Ocean 0.1.52 (2024-08-01) +## 0.1.52 (2024-08-01) ### Improvements - Added _target='blank' attribute to html links in the spec.yaml file to open a new browser tab instead of the current browser -# Port_Ocean 0.1.51 (2024-07-31) +## 0.1.51 (2024-07-31) ### Improvements - Upgraded integration dependencies (#1) -# Port_Ocean 0.1.50 (2024-07-31) +## 0.1.50 (2024-07-31) ### Improvements - Bumped ocean version to ^0.9.7 (#1) -# Port_Ocean 0.1.49 (2024-07-31) +## 0.1.49 (2024-07-31) ### Improvements - Bumped ocean version to ^0.9.6 (#1) -# Port_Ocean 0.1.48 (2024-07-24) +## 0.1.48 (2024-07-24) ### Improvements - Bumped ocean version to ^0.9.5 -# Port_Ocean 0.1.47 (2024-07-17) +## 0.1.47 (2024-07-17) ### Improvements - Updated the connectivity check to use an existing table such as incident instead of the instance table -# Port_Ocean 0.1.46 (2024-07-10) +## 0.1.46 (2024-07-10) ### Improvements - Updated the descriptions of integration variables to have a call to action, with links leading the user on how to get them -# Port_Ocean 0.1.45 (2024-07-10) +## 0.1.45 (2024-07-10) ### Improvements - Bumped ocean version to ^0.9.4 (#1) -# Port_Ocean 0.1.44 (2024-07-09) +## 0.1.44 (2024-07-09) ### Improvements - Added description to the integration configuration variables -# Port_Ocean 0.1.43 (2024-07-09) +## 0.1.43 (2024-07-09) ### Improvements - Bumped ocean version to ^0.9.3 (#1) -# Port_Ocean 0.1.42 (2024-07-07) +## 0.1.42 (2024-07-07) ### Improvements - Bumped ocean version to ^0.9.2 (#1) -# Port_Ocean 0.1.41 (2024-06-23) +## 0.1.41 (2024-06-23) ### Improvements - Bumped ocean version to ^0.9.1 (#1) -# Port_Ocean 0.1.40 (2024-06-19) +## 0.1.40 (2024-06-19) ### Improvements - Bumped ocean version to ^0.9.0 (#1) -# Port_Ocean 0.1.39 (2024-06-16) +## 0.1.39 (2024-06-16) ### Improvements - Bumped ocean version to ^0.8.0 (#1) -# Port_Ocean 0.1.38 (2024-06-13) +## 0.1.38 (2024-06-13) ### Improvements - Bumped ocean version to ^0.7.1 (#1) -# Port_Ocean 0.1.37 (2024-06-13) +## 0.1.37 (2024-06-13) ### Improvements - Bumped ocean version to ^0.7.0 (#1) -# Port_Ocean 0.1.36 (2024-06-10) +## 0.1.36 (2024-06-10) ### Improvements - Bumped ocean version to ^0.6.0 (#1) -# Port_Ocean 0.1.35 (2024-06-05) +## 0.1.35 (2024-06-05) ### Improvements - Bumped ocean version to ^0.5.27 (#1) -# Port_Ocean 0.1.34 (2024-06-03) +## 0.1.34 (2024-06-03) ### Bug Fixes - Change Service icon to Microservice (#1) -# Port_Ocean 0.1.33 (2024-06-03) +## 0.1.33 (2024-06-03) ### Improvements - Bumped ocean version to ^0.5.25 (#1) -# Port_Ocean 0.1.32 (2024-06-02) +## 0.1.32 (2024-06-02) ### Improvements - Bumped ocean version to ^0.5.24 (#1) -# Port_Ocean 0.1.31 (2024-05-30) +## 0.1.31 (2024-05-30) ### Improvements @@ -162,21 +162,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated the base image used in the Dockerfile that is created during integration scaffolding from `python:3.11-slim-buster` to `python:3.11-slim-bookworm` -# Port_Ocean 0.1.30 (2024-05-29) +## 0.1.30 (2024-05-29) ### Improvements - Bumped ocean version to ^0.5.22 (#1) -# Port_Ocean 0.1.29 (2024-05-26) +## 0.1.29 (2024-05-26) ### Improvements - Bumped ocean version to ^0.5.21 (#1) -# Port_Ocean 0.1.28 (2024-05-26) +## 0.1.28 (2024-05-26) ### Improvements @@ -184,196 +184,196 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Removed the config.yaml file due to unused overrides -# Port_Ocean 0.1.27 (2024-05-16) +## 0.1.27 (2024-05-16) ### Improvements - Bumped ocean version to ^0.5.19 (#1) -# Port_Ocean 0.1.26 (2024-05-12) +## 0.1.26 (2024-05-12) ### Improvements - Bumped ocean version to ^0.5.18 (#1) -# Port_Ocean 0.1.25 (2024-05-01) +## 0.1.25 (2024-05-01) ### Improvements - Bumped ocean version to ^0.5.17 (#1) -# Port_Ocean 0.1.24 (2024-05-01) +## 0.1.24 (2024-05-01) ### Improvements - Bumped ocean version to ^0.5.16 (#1) -# Port_Ocean 0.1.23 (2024-04-30) +## 0.1.23 (2024-04-30) ### Improvements - Bumped ocean version to ^0.5.15 (#1) -# Port_Ocean 0.1.22 (2024-04-24) +## 0.1.22 (2024-04-24) ### Improvements - Bumped ocean version to ^0.5.14 (#1) -# Port_Ocean 0.1.21 (2024-04-17) +## 0.1.21 (2024-04-17) ### Improvements - Bumped ocean version to ^0.5.12 (#1) -# Port_Ocean 0.1.20 (2024-04-11) +## 0.1.20 (2024-04-11) ### Improvements - Bumped ocean version to ^0.5.11 (#1) -# Port_Ocean 0.1.19 (2024-04-10) +## 0.1.19 (2024-04-10) ### Improvements - Bumped ocean version to ^0.5.10 (#1) -# Port_Ocean 0.1.18 (2024-04-01) +## 0.1.18 (2024-04-01) ### Improvements - Bumped ocean version to ^0.5.9 (#1) -# Port_Ocean 0.1.17 (2024-03-28) +## 0.1.17 (2024-03-28) ### Improvements - Bumped ocean version to ^0.5.8 (#1) -# Port_Ocean 0.1.16 (2024-03-20) +## 0.1.16 (2024-03-20) ### Improvements - Bumped ocean version to ^0.5.7 (#1) -# Port_Ocean 0.1.15 (2024-03-17) +## 0.1.15 (2024-03-17) ### Improvements - Bumped ocean version to ^0.5.6 (#1) -# Port_Ocean 0.1.14 (2024-03-06) +## 0.1.14 (2024-03-06) ### Improvements - Bumped ocean version to ^0.5.5 (#1) -# Port_Ocean 0.1.13 (2024-03-03) +## 0.1.13 (2024-03-03) ### Improvements - Bumped ocean version to ^0.5.4 (#1) -# Port_Ocean 0.1.12 (2024-03-03) +## 0.1.12 (2024-03-03) ### Improvements - Bumped ocean version to ^0.5.3 (#1) -# Port_Ocean 0.1.11 (2024-02-21) +## 0.1.11 (2024-02-21) ### Improvements - Bumped ocean version to ^0.5.2 (#1) -# Port_Ocean 0.1.10 (2024-02-20) +## 0.1.10 (2024-02-20) ### Improvements - Bumped ocean version to ^0.5.1 (#1) -# Port_Ocean 0.1.9 (2024-02-18) +## 0.1.9 (2024-02-18) ### Improvements - Bumped ocean version to ^0.5.0 (#1) -# Port_Ocean 0.1.8 (2024-01-23) +## 0.1.8 (2024-01-23) ### Improvements - Bumped ocean version to ^0.4.17 (#1) -# Port_Ocean 0.1.7 (2024-01-11) +## 0.1.7 (2024-01-11) ### Improvements - Bumped ocean version to ^0.4.16 (#1) -# Port_Ocean 0.1.6 (2024-01-07) +## 0.1.6 (2024-01-07) ### Improvements - Bumped ocean version to ^0.4.15 (#1) -# Port_Ocean 0.1.5 (2024-01-07) +## 0.1.5 (2024-01-07) ### Improvements - Bumped ocean version to ^0.4.14 (#1) -# Port_Ocean 0.1.4 (2024-01-01) +## 0.1.4 (2024-01-01) ### Improvements - Bumped ocean version to ^0.4.13 (#1) -# Port_Ocean 0.1.3 (2023-12-24) +## 0.1.3 (2023-12-24) ### Improvements - Bumped ocean version to ^0.4.12 (#1) -# Port_Ocean 0.1.2 (2023-12-21) +## 0.1.2 (2023-12-21) ### Improvements - Bumped ocean version to ^0.4.11 (#1) -# Port_Ocean 0.1.1 (2023-12-21) +## 0.1.1 (2023-12-21) ### Improvements - Bumped ocean version to ^0.4.10 (#1) -# 0.1.0 (2023-12-15) +## 0.1.0 (2023-12-15) ### Features diff --git a/integrations/servicenow/pyproject.toml b/integrations/servicenow/pyproject.toml index 6efd1f33ac..a3b556703b 100644 --- a/integrations/servicenow/pyproject.toml +++ b/integrations/servicenow/pyproject.toml @@ -19,7 +19,8 @@ towncrier = "^23.6.0" [tool.towncrier] directory = "changelog" filename = "CHANGELOG.md" -package = "port_ocean" +title_format = "## {version} ({project_date})" +underlines = [""] [[tool.towncrier.type]] directory = "breaking" diff --git a/integrations/snyk/CHANGELOG.md b/integrations/snyk/CHANGELOG.md index 787c97cd2e..191321caf6 100644 --- a/integrations/snyk/CHANGELOG.md +++ b/integrations/snyk/CHANGELOG.md @@ -7,448 +7,507 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -# Port_Ocean 0.1.71 (2024-08-01) +## 0.1.71 (2024-08-01) + ### Improvements - Added _target='blank' attribute to html links in the spec.yaml file to open a new browser tab instead of the current browser -# Port_Ocean 0.1.70 (2024-07-31) +## 0.1.70 (2024-07-31) + ### Improvements - Upgraded integration dependencies (#1) -# Port_Ocean 0.1.69 (2024-07-31) +## 0.1.69 (2024-07-31) + ### Improvements - Bumped ocean version to ^0.9.7 (#1) -# Port_Ocean 0.1.68 (2024-07-31) +## 0.1.68 (2024-07-31) + ### Improvements - Bumped ocean version to ^0.9.6 (#1) -# Port_Ocean 0.1.67 (2024-07-24) +## 0.1.67 (2024-07-24) -### Improvements + +### Improvements - Bumped ocean version to ^0.9.5 -# Port_Ocean 0.1.66 (2024-07-16) +## 0.1.66 (2024-07-16) -### Improvements + +### Improvements - Added a filter to enable users to decide whether or not they want to fetch issues for every project -# Port_Ocean 0.1.65 (2024-07-10) +## 0.1.65 (2024-07-10) -### Improvements + +### Improvements - Bumped ocean version to ^0.9.4 (#1) -# Port_Ocean 0.1.64 (2024-07-09) +## 0.1.64 (2024-07-09) -### Improvements + +### Improvements - Bumped ocean version to ^0.9.3 (#1) -# Port_Ocean 0.1.63 (2024-07-07) +## 0.1.63 (2024-07-07) -### Improvements + +### Improvements - Bumped ocean version to ^0.9.2 (#1) -# Port_Ocean 0.1.62 (2024-06-27) +## 0.1.62 (2024-06-27) -### Bug Fixes + +### Bug Fixes - Updated the jq mapping to make the vulnerabilities unique per project -# Port_Ocean 0.1.61 (2024-06-25) +## 0.1.61 (2024-06-25) -### Improvements + +### Improvements - Utilizing the latest Targets API (2024-05-23~beta): Updated the integration to leverage the latest version of Snyk's Targets API. This change is crucial because it introduces a relationships attribute, containing the essential organisation id needed to accurately link each target to its parent organization. (#1) - Updated the default blueprints to the following structure: Vuln -> Project -> Target -> Organization. -# Port_Ocean 0.1.60 (2024-06-23) +## 0.1.60 (2024-06-23) -### Improvements + +### Improvements - Bumped ocean version to ^0.9.1 (#1) -# Port_Ocean 0.1.59 (2024-06-19) +## 0.1.59 (2024-06-19) -### Improvements + +### Improvements - Bumped ocean version to ^0.9.0 (#1) -# Port_Ocean 0.1.58 (2024-06-16) +## 0.1.58 (2024-06-16) -### Improvements + +### Improvements - Bumped ocean version to ^0.8.0 (#1) -# Port_Ocean 0.1.57 (2024-06-13) +## 0.1.57 (2024-06-13) -### Improvements + +### Improvements - Bumped ocean version to ^0.7.1 (#1) -# Port_Ocean 0.1.56 (2024-06-13) +## 0.1.56 (2024-06-13) -### Improvements + +### Improvements - Bumped ocean version to ^0.7.0 (#1) -# Port_Ocean 0.1.55 (2024-06-10) +## 0.1.55 (2024-06-10) -### Improvements + +### Improvements - Bumped ocean version to ^0.6.0 (#1) -# Port_Ocean 0.1.54 (2024-06-05) +## 0.1.54 (2024-06-05) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.27 (#1) -# Port_Ocean 0.1.53 (2024-06-03) +## 0.1.53 (2024-06-03) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.25 (#1) -# Port_Ocean 0.1.52 (2024-06-02) +## 0.1.52 (2024-06-02) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.24 (#1) -# Port_Ocean 0.1.51 (2024-05-30) +## 0.1.51 (2024-05-30) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.23 (#1) - Updated the base image used in the Dockerfile that is created during integration scaffolding from `python:3.11-slim-buster` to `python:3.11-slim-bookworm` -# Port_Ocean 0.1.50 (2024-05-29) +## 0.1.50 (2024-05-29) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.22 (#1) -# Port_Ocean 0.1.49 (2024-05-26) +## 0.1.49 (2024-05-26) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.21 (#1) -# Port_Ocean 0.1.48 (2024-05-26) +## 0.1.48 (2024-05-26) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.20 (#1) - Removed the config.yaml file due to unused overrides -# Port_Ocean 0.1.47 (2024-05-16) +## 0.1.47 (2024-05-16) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.19 (#1) -# Port_Ocean 0.1.46 (2024-05-12) +## 0.1.46 (2024-05-12) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.18 (#1) -# Port_Ocean 0.1.45 (2024-05-01) +## 0.1.45 (2024-05-01) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.17 (#1) -# Port_Ocean 0.1.44 (2024-05-01) +## 0.1.44 (2024-05-01) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.16 (#1) -# Port_Ocean 0.1.43 (2024-04-30) +## 0.1.43 (2024-04-30) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.15 (#1) -# Port_Ocean 0.1.42 (2024-04-24) +## 0.1.42 (2024-04-24) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.14 (#1) -# Port_Ocean 0.1.41 (2024-04-17) +## 0.1.41 (2024-04-17) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.12 (#1) -# Port_Ocean 0.1.40 (2024-04-11) +## 0.1.40 (2024-04-11) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.11 (#1) -# Port_Ocean 0.1.39 (2024-04-10) +## 0.1.39 (2024-04-10) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.10 (#1) -# Port_Ocean 0.1.38 (2024-04-04) +## 0.1.38 (2024-04-04) -### Bug Fixes + +### Bug Fixes - Fixed request json error in snyk client and removed code section that handles SNYK-9999 code. -# Port_Ocean 0.1.37 (2024-04-03) +## 0.1.37 (2024-04-03) + -### Bug Fixes +### Bug Fixes - Fixed a bug in the pagination logic that caused the integration to return SNYK-9999 error -# Port_Ocean 0.1.36 (2024-04-03) +## 0.1.36 (2024-04-03) -### Bug Fixes + +### Bug Fixes - Fixed handling of code SNYK-9999 from Snyk Api -# Port_Ocean 0.1.35 (2024-04-02) +## 0.1.35 (2024-04-02) + -### Bug Fixes +### Bug Fixes - Fixed _get_paginated_resources method to handle code SNYK-9999 -# Port_Ocean 0.1.34 (2024-04-01) +## 0.1.34 (2024-04-01) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.9 (#1) -# Port_Ocean 0.1.33 (2024-04-01) +## 0.1.33 (2024-04-01) + -### Bug Fixes +### Bug Fixes - Fixed an issue when the snyk API returns internal error code SNYK-9999 and caused the resync to fail (PORT-7454) -# Port_Ocean 0.1.32 (2024-03-28) +## 0.1.32 (2024-03-28) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.8 (#1) -# Port_Ocean 0.1.31 (2024-03-21) +## 0.1.31 (2024-03-21) -### Improvements + +### Improvements - Expand the origins Enum of the Snyk Target blueprint -# Port_Ocean 0.1.30 (2024-03-20) +## 0.1.30 (2024-03-20) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.7 (#1) -# Port_Ocean 0.1.29 (2024-03-17) +## 0.1.29 (2024-03-17) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.6 (#1) -# Port_Ocean 0.1.28 (2024-03-06) +## 0.1.28 (2024-03-06) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.5 (#1) -# Port_Ocean 0.1.27 (2024-03-03) +## 0.1.27 (2024-03-03) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.4 (#1) -# Port_Ocean 0.1.26 (2024-03-03) +## 0.1.26 (2024-03-03) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.3 (#1) -# Port_Ocean 0.1.25 (2024-02-21) +## 0.1.25 (2024-02-21) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.2 (#1) -# Port_Ocean 0.1.24 (2024-02-20) +## 0.1.24 (2024-02-20) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.1 (#1) -# Port_Ocean 0.1.23 (2024-02-18) +## 0.1.23 (2024-02-18) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.0 (#1) -# Port_Ocean 0.1.22 (2024-01-23) +## 0.1.22 (2024-01-23) -### Improvements + +### Improvements - Bumped ocean version to ^0.4.17 (#1) -# Port_Ocean 0.1.21 (2024-01-12) +## 0.1.21 (2024-01-12) -### Features + +### Features - Added support for Snyk Organization - Added a new feature to enable automatic discovery and syncing of groups and associated organizations, providing users with the ability to filter and fetch all relevant data seamlessly. This helps to avoid the situation of having to install the exporter per every organization (#5551) -### Improvements + +### Improvements - The `organizationId` parameter, previously required, is now optional. Users are no longer obligated to provide this parameter, allowing for more flexibility in fetching data for multiple organizations -# Port_Ocean 0.1.20 (2024-01-11) +## 0.1.20 (2024-01-11) -### Improvements + +### Improvements - Bumped ocean version to ^0.4.16 (#1) -# Port_Ocean 0.1.19 (2024-01-07) +## 0.1.19 (2024-01-07) -### Improvements + +### Improvements - Bumped ocean version to ^0.4.15 (#1) -# Port_Ocean 0.1.18 (2024-01-07) +## 0.1.18 (2024-01-07) -### Improvements + +### Improvements - Bumped ocean version to ^0.4.14 (#1) -# Port_Ocean 0.1.17 (2024-01-01) +## 0.1.17 (2024-01-01) -### Improvements + +### Improvements - Bumped ocean version to ^0.4.13 (#1) -# Port_Ocean 0.1.16 (2023-12-24) +## 0.1.16 (2023-12-24) -### Improvements + +### Improvements - Bumped ocean version to ^0.4.12 (#1) -# Port_Ocean 0.1.15 (2023-12-21) +## 0.1.15 (2023-12-21) -### Improvements + +### Improvements - Bumped ocean version to ^0.4.11 (#1) -# Port_Ocean 0.1.14 (2023-12-21) +## 0.1.14 (2023-12-21) -### Improvements + +### Improvements - Bumped ocean version to ^0.4.10 (#1) -# Port_Ocean 0.1.13 (2023-12-14) +## 0.1.13 (2023-12-14) ### Improvements - Bumped ocean version to ^0.4.8 (#1) -# Port_Ocean 0.1.12 (2023-12-05) +## 0.1.12 (2023-12-05) ### Improvements - Bumped ocean version to ^0.4.7 (#1) -# Port_Ocean 0.1.11 (2023-12-04) +## 0.1.11 (2023-12-04) ### Improvements - Bumped ocean version to ^0.4.6 (#1) -# Port_Ocean 0.1.10 (2023-11-30) +## 0.1.10 (2023-11-30) ### Improvements - Bumped ocean version to ^0.4.5 (#1) -# Port_Ocean 0.1.9 (2023-11-29) +## 0.1.9 (2023-11-29) ### Improvements @@ -456,62 +515,62 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Changed the httpx client to be the ocean's client for better connection error handling and request retries -# Port_Ocean 0.1.8 (2023-11-21) +## 0.1.8 (2023-11-21) ### Improvements - Bumped ocean version to ^0.4.3 (#1) -# Port_Ocean 0.1.7 (2023-11-08) +## 0.1.7 (2023-11-08) ### Improvements - Bumped ocean version to ^0.4.2 (#1) -# Port_Ocean 0.1.6 (2023-11-03) +## 0.1.6 (2023-11-03) ### Improvements - Bumped ocean version to ^0.4.1 (#1) -# Port_Ocean 0.1.5 (2023-11-01) +## 0.1.5 (2023-11-01) ### Improvements - Bumped ocean version to ^0.4.0 and handle ONCE event listener (#1) -# Port_Ocean 0.1.4 (2023-10-29) +## 0.1.4 (2023-10-29) ### Improvements - Bumped ocean version to 0.3.2 (#1) -# Snyk 0.1.3 (2023-10-16) +## 0.1.3 (2023-10-16) ### Improvements - Align README with configuration file (#3) -# Snyk 0.1.2 (2023-10-02) +## 0.1.2 (2023-10-02) ### Improvements - Try catch 404 error (#2) -# Snyk 0.1.1 (2023-09-27) +## 0.1.1 (2023-09-27) ### Improvements - Bumped ocean to version 0.3.1 (#1) -# 0.1.0 (2023-08-16) +## 0.1.0 (2023-08-16) ### Features diff --git a/integrations/snyk/pyproject.toml b/integrations/snyk/pyproject.toml index 6f6a47c513..6d2692d04c 100644 --- a/integrations/snyk/pyproject.toml +++ b/integrations/snyk/pyproject.toml @@ -19,7 +19,8 @@ towncrier = "^23.6.0" [tool.towncrier] directory = "changelog" filename = "CHANGELOG.md" -package = "port_ocean" +title_format = "## {version} ({project_date})" +underlines = [""] [[tool.towncrier.type]] directory = "breaking" diff --git a/integrations/sonarqube/CHANGELOG.md b/integrations/sonarqube/CHANGELOG.md index 35f7e52f4b..8a9fecd2b0 100644 --- a/integrations/sonarqube/CHANGELOG.md +++ b/integrations/sonarqube/CHANGELOG.md @@ -7,161 +7,161 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -# Port_Ocean 0.1.77 (2024-08-02) +## 0.1.77 (2024-08-02) ### Improvements - Added _target='blank' attribute to html links in the spec.yaml file to open a new browser tab instead of the current browser -# Port_Ocean 0.1.76 (2024-08-01) +## 0.1.76 (2024-08-01) ### Improvements - Allow users to define their own Sonar project metric keys -# Port_Ocean 0.1.75 (2024-07-31) +## 0.1.75 (2024-07-31) ### Improvements - Upgraded integration dependencies (#1) -# Port_Ocean 0.1.74 (2024-07-31) +## 0.1.74 (2024-07-31) ### Improvements - Bumped ocean version to ^0.9.7 (#1) -# Port_Ocean 0.1.73 (2024-07-31) +## 0.1.73 (2024-07-31) ### Improvements - Bumped ocean version to ^0.9.6 (#1) -# Port_Ocean 0.1.72 (2024-07-24) +## 0.1.72 (2024-07-24) ### Improvements - Bumped ocean version to ^0.9.5 -# Port_Ocean 0.1.71 (2024-07-22) +## 0.1.71 (2024-07-22) ### Bug Fixes - Added checks to ensure that api filters for projects are applied to only on-premise instance -# Port_Ocean 0.1.70 (2024-07-22) +## 0.1.70 (2024-07-22) ### Bug Fixes - Added conditions to handle instances when the API response does not have pagination object -# Port_Ocean 0.1.69 (2024-07-10) +## 0.1.69 (2024-07-10) ### Improvements - Bumped ocean version to ^0.9.4 (#1) -# Port_Ocean 0.1.68 (2024-07-09) +## 0.1.68 (2024-07-09) ### Improvements - Bumped ocean version to ^0.9.3 (#1) -# Port_Ocean 0.1.67 (2024-07-07) +## 0.1.67 (2024-07-07) ### Improvements - Bumped ocean version to ^0.9.2 (#1) -# Port_Ocean 0.1.66 (2024-06-26) +## 0.1.66 (2024-06-26) ### Improvements - Updated the onpremise issue kind API endpoint from /search to /list to overcome the 10k limit imposed by SonarQube -# Port_Ocean 0.1.65 (2024-06-25) +## 0.1.65 (2024-06-25) ### Improvements - Added quality gate status to the project blueprint -# Port_Ocean 0.1.64 (2024-06-23) +## 0.1.64 (2024-06-23) ### Improvements - Bumped ocean version to ^0.9.1 (#1) -# Port_Ocean 0.1.63 (2024-06-19) +## 0.1.63 (2024-06-19) ### Improvements - Bumped ocean version to ^0.9.0 (#1) -# Port_Ocean 0.1.62 (2024-06-16) +## 0.1.62 (2024-06-16) ### Improvements - Bumped ocean version to ^0.8.0 (#1) -# Port_Ocean 0.1.61 (2024-06-13) +## 0.1.61 (2024-06-13) ### Improvements - Bumped ocean version to ^0.7.1 (#1) -# Port_Ocean 0.1.60 (2024-06-13) +## 0.1.60 (2024-06-13) ### Improvements - Bumped ocean version to ^0.7.0 (#1) -# Port_Ocean 0.1.59 (2024-06-10) +## 0.1.59 (2024-06-10) ### Improvements - Bumped ocean version to ^0.6.0 (#1) -# Port_Ocean 0.1.58 (2024-06-05) +## 0.1.58 (2024-06-05) ### Improvements - Bumped ocean version to ^0.5.27 (#1) -# Port_Ocean 0.1.57 (2024-06-03) +## 0.1.57 (2024-06-03) ### Improvements - Bumped ocean version to ^0.5.25 (#1) -# Port_Ocean 0.1.56 (2024-06-02) +## 0.1.56 (2024-06-02) ### Improvements - Bumped ocean version to ^0.5.24 (#1) -# Port_Ocean 0.1.55 (2024-06-02) +## 0.1.55 (2024-06-02) ### Bug Fixes @@ -172,7 +172,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated the inheritance of the resource configs for better validations -# Port_Ocean 0.1.54 (2024-05-30) +## 0.1.54 (2024-05-30) ### Improvements @@ -180,21 +180,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated the base image used in the Dockerfile that is created during integration scaffolding from `python:3.11-slim-buster` to `python:3.11-slim-bookworm` -# Port_Ocean 0.1.53 (2024-05-29) +## 0.1.53 (2024-05-29) ### Improvements - Bumped ocean version to ^0.5.22 (#1) -# Port_Ocean 0.1.52 (2024-05-26) +## 0.1.52 (2024-05-26) ### Improvements - Bumped ocean version to ^0.5.21 (#1) -# Port_Ocean 0.1.51 (2024-05-26) +## 0.1.51 (2024-05-26) ### Improvements @@ -202,273 +202,273 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Removed the config.yaml file due to unused overrides -# Port_Ocean 0.1.50 (2024-05-16) +## 0.1.50 (2024-05-16) ### Improvements - Added support for filtering SonarQube projects and issues -# Port_Ocean 0.1.49 (2024-05-16) +## 0.1.49 (2024-05-16) ### Improvements - Bumped ocean version to ^0.5.19 (#1) -# Port_Ocean 0.1.48 (2024-05-12) +## 0.1.48 (2024-05-12) ### Improvements - Bumped ocean version to ^0.5.18 (#1) -# Port_Ocean 0.1.47 (2024-05-02) +## 0.1.47 (2024-05-02) ### Bug Fixes - Fixed an issue with the integration startup when the sanity-check return a non json response -# Port_Ocean 0.1.46 (2024-05-01) +## 0.1.46 (2024-05-01) ### Improvements - Bumped ocean version to ^0.5.17 (#1) -# Port_Ocean 0.1.45 (2024-05-01) +## 0.1.45 (2024-05-01) ### Improvements - Bumped ocean version to ^0.5.16 (#1) -# Port_Ocean 0.1.44 (2024-04-30) +## 0.1.44 (2024-04-30) ### Improvements - Bumped ocean version to ^0.5.15 (#1) -# Port_Ocean 0.1.43 (2024-04-24) +## 0.1.43 (2024-04-24) ### Improvements - Bumped ocean version to ^0.5.14 (#1) -# Port_Ocean 0.1.42 (2024-04-17) +## 0.1.42 (2024-04-17) ### Improvements - Bumped ocean version to ^0.5.12 (#1) -# Port_Ocean 0.1.41 (2024-04-11) +## 0.1.41 (2024-04-11) ### Improvements - Bumped ocean version to ^0.5.11 (#1) -# Port_Ocean 0.1.40 (2024-04-10) +## 0.1.40 (2024-04-10) ### Improvements - Bumped ocean version to ^0.5.10 (#1) -# Port_Ocean 0.1.39 (2024-04-01) +## 0.1.39 (2024-04-01) ### Improvements - Bumped ocean version to ^0.5.9 (#1) -# Port_Ocean 0.1.38 (2024-03-28) +## 0.1.38 (2024-03-28) ### Improvements - Bumped ocean version to ^0.5.8 (#1) -# Port_Ocean 0.1.37 (2024-03-20) +## 0.1.37 (2024-03-20) ### Improvements - Bumped ocean version to ^0.5.7 (#1) -# Port_Ocean 0.1.36 (2024-03-17) +## 0.1.36 (2024-03-17) ### Improvements - Bumped ocean version to ^0.5.6 (#1) -# Port_Ocean 0.1.35 (2024-03-06) +## 0.1.35 (2024-03-06) ### Improvements - Bumped ocean version to ^0.5.5 (#1) -# Port_Ocean 0.1.34 (2024-03-03) +## 0.1.34 (2024-03-03) ### Improvements - Bumped ocean version to ^0.5.4 (#1) -# Port_Ocean 0.1.33 (2024-03-03) +## 0.1.33 (2024-03-03) ### Improvements - Bumped ocean version to ^0.5.3 (#1) -# Port_Ocean 0.1.32 (2024-02-21) +## 0.1.32 (2024-02-21) ### Features - Added functionality for syncing Sonar onpremise analysis data using Pull Request and Measures API (#1) -# Port_Ocean 0.1.31 (2024-02-21) +## 0.1.31 (2024-02-21) ### Improvements - Bumped ocean version to ^0.5.2 (#1) -# Port_Ocean 0.1.30 (2024-02-20) +## 0.1.30 (2024-02-20) ### Improvements - Bumped ocean version to ^0.5.1 (#1) -# Port_Ocean 0.1.29 (2024-02-18) +## 0.1.29 (2024-02-18) ### Improvements - Bumped ocean version to ^0.5.0 (#1) -# Port_Ocean 0.1.28 (2024-02-15) +## 0.1.28 (2024-02-15) ### Improvements - Add Sonarqube component object sonarQube analysis data (PORT-6656) -# Port_Ocean 0.1.27 (2024-02-04) +## 0.1.27 (2024-02-04) ### Improvements - Added aggregation properties to the sonar project resources of number of open critical issues and number of open blocker issues (#1) -# Port_Ocean 0.1.26 (2024-01-23) +## 0.1.26 (2024-01-23) ### Improvements - Bumped ocean version to ^0.4.17 (#1) -# Port_Ocean 0.1.25 (2024-01-11) +## 0.1.25 (2024-01-11) ### Improvements - Bumped ocean version to ^0.4.16 (#1) -# Port_Ocean 0.1.24 (2024-01-07) +## 0.1.24 (2024-01-07) ### Improvements - Bumped ocean version to ^0.4.15 (#1) -# Port_Ocean 0.1.23 (2024-01-07) +## 0.1.23 (2024-01-07) ### Improvements - Bumped ocean version to ^0.4.14 (#1) -# Port_Ocean 0.1.22 (2024-01-01) +## 0.1.22 (2024-01-01) ### Improvements - Bumped ocean version to ^0.4.13 (#1) -# Port_Ocean 0.1.21 (2023-12-24) +## 0.1.21 (2023-12-24) ### Improvements - Bumped ocean version to ^0.4.12 (#1) -# Port_Ocean 0.1.20 (2023-12-21) +## 0.1.20 (2023-12-21) ### Improvements - Bumped ocean version to ^0.4.11 (#1) -# Port_Ocean 0.1.19 (2023-12-21) +## 0.1.19 (2023-12-21) ### Improvements - Bumped ocean version to ^0.4.10 (#1) -# Port_Ocean 0.1.18 (2023-12-14) +## 0.1.18 (2023-12-14) ### Improvements - Bumped ocean version to ^0.4.8 (#1) -# Port_Ocean 0.1.17 (2023-12-06) +## 0.1.17 (2023-12-06) ### Bug Fixes - Corrected SonarQube On-Premise authentication to resolve 401 error codes previously experienced by users. This fix now properly utilizes Basic authentication (#17) -# Port_Ocean 0.1.16 (2023-12-05) +## 0.1.16 (2023-12-05) ### Bug Fixes - Update startup code to skip initializing integration resources when organization_id is not specified for SonarCloud. (#16) -# Port_Ocean 0.1.15 (2023-12-05) +## 0.1.15 (2023-12-05) ### Improvements - Bumped ocean version to ^0.4.7 (#1) -# Port_Ocean 0.1.14 (2023-12-04) +## 0.1.14 (2023-12-04) ### Improvements - Bumped ocean version to ^0.4.6 (#1) -# Port_Ocean 0.1.13 (2023-11-30) +## 0.1.13 (2023-11-30) ### Improvements - Bumped ocean version to ^0.4.5 (#1) -# Port_Ocean 0.1.12 (2023-11-29) +## 0.1.12 (2023-11-29) ### Improvements @@ -476,48 +476,48 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Changed the httpx client to be the ocean's client for better connection error handling and request retries -# Port_Ocean 0.1.11 (2023-11-21) +## 0.1.11 (2023-11-21) ### Improvements - Added retry mechanism for sonarqube client (#1) -# Port_Ocean 0.1.10 (2023-11-21) +## 0.1.10 (2023-11-21) ### Improvements - Bumped ocean version to ^0.4.3 (#1) -# Port_Ocean 0.1.9 (2023-11-08) +## 0.1.9 (2023-11-08) ### Improvements - Bumped ocean version to ^0.4.2 (#1) -# Port_Ocean 0.1.8 (2023-11-03) +## 0.1.8 (2023-11-03) ### Improvements - Bumped ocean version to ^0.4.1 (#1) -# Port_Ocean 0.1.7 (2023-11-01) +## 0.1.7 (2023-11-01) ### Improvements - Bumped ocean version to ^0.4.0 and handle ONCE event listener(#1) -# Port_Ocean 0.1.6 (2023-10-29) +## 0.1.6 (2023-10-29) ### Improvements - Bumped ocean version to 0.3.2 (#1) -# Port_Ocean 0.1.5 (2023-10-22) +## 0.1.5 (2023-10-22) ### Features diff --git a/integrations/sonarqube/pyproject.toml b/integrations/sonarqube/pyproject.toml index 13aa14e523..0be07eda19 100644 --- a/integrations/sonarqube/pyproject.toml +++ b/integrations/sonarqube/pyproject.toml @@ -21,7 +21,8 @@ towncrier = "^23.6.0" [tool.towncrier] directory = "changelog" filename = "CHANGELOG.md" -package = "port_ocean" +title_format = "## {version} ({project_date})" +underlines = [""] [[tool.towncrier.type]] directory = "breaking" diff --git a/integrations/statuspage/CHANGELOG.md b/integrations/statuspage/CHANGELOG.md index cd0910ad39..f74d5a3c3d 100644 --- a/integrations/statuspage/CHANGELOG.md +++ b/integrations/statuspage/CHANGELOG.md @@ -8,81 +8,81 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -# Port_Ocean 0.1.11 (2024-08-01) +## 0.1.11 (2024-08-01) ### Improvements - Added _target='blank' attribute to spec links to open a new browser tab instead of the current browser. -# Port_Ocean 0.1.10 (2024-07-31) +## 0.1.10 (2024-07-31) ### Improvements - Upgraded integration dependencies (#1) -# Port_Ocean 0.1.9 (2024-07-31) +## 0.1.9 (2024-07-31) ### Improvements - Bumped ocean version to ^0.9.7 (#1) -# Port_Ocean 0.1.8 (2024-07-31) +## 0.1.8 (2024-07-31) ### Improvements - Bumped ocean version to ^0.9.6 (#1) -# Port_Ocean 0.1.7 (2024-07-24) +## 0.1.7 (2024-07-24) ### Improvements - Bumped ocean version to ^0.9.5 -# Port_Ocean 0.1.6 (2024-07-10) +## 0.1.6 (2024-07-10) ### Improvements - Added the StatusPage icon to the integration and default blueprints -# Port_Ocean 0.1.5 (2024-07-10) +## 0.1.5 (2024-07-10) ### Improvements - Fix links in descriptions of integration configuration variables -# Port_Ocean 0.1.4 (2024-07-10) +## 0.1.4 (2024-07-10) ### Improvements - Bumped ocean version to ^0.9.4 (#1) -# Port_Ocean 0.1.3 (2024-07-09) +## 0.1.3 (2024-07-09) ### Improvements - Revised description to the integration configuration variables -# Port_Ocean 0.1.2 (2024-07-09) +## 0.1.2 (2024-07-09) ### Improvements - Bumped ocean version to ^0.9.3 (#1) -# Port_Ocean 0.1.1 (2024-07-07) +## 0.1.1 (2024-07-07) ### Improvements - Bumped ocean version to ^0.9.2 (#1) -# Port_Ocean 0.1.0 (2024-06-25) +## 0.1.0 (2024-06-25) ### Features diff --git a/integrations/statuspage/pyproject.toml b/integrations/statuspage/pyproject.toml index a6d7ead64d..08763bbef7 100644 --- a/integrations/statuspage/pyproject.toml +++ b/integrations/statuspage/pyproject.toml @@ -19,7 +19,8 @@ towncrier = "^23.6.0" [tool.towncrier] directory = "changelog" filename = "CHANGELOG.md" -package = "port_ocean" +title_format = "## {version} ({project_date})" +underlines = [""] [[tool.towncrier.type]] directory = "breaking" diff --git a/integrations/terraform-cloud/CHANGELOG.md b/integrations/terraform-cloud/CHANGELOG.md index 4889b60f14..2aefb12b45 100644 --- a/integrations/terraform-cloud/CHANGELOG.md +++ b/integrations/terraform-cloud/CHANGELOG.md @@ -7,133 +7,133 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -# Port_Ocean 0.1.50 (2024-08-01) +## 0.1.50 (2024-08-01) ### Improvements - Added target='blank' attribute to links in config and secrets description to make them open in new tab -# Port_Ocean 0.1.49 (2024-07-31) +## 0.1.49 (2024-07-31) ### Improvements - Upgraded integration dependencies (#1) -# Port_Ocean 0.1.48 (2024-07-31) +## 0.1.48 (2024-07-31) ### Improvements - Bumped ocean version to ^0.9.7 (#1) -# Port_Ocean 0.1.47 (2024-07-31) +## 0.1.47 (2024-07-31) ### Improvements - Bumped ocean version to ^0.9.6 (#1) -# Port_Ocean 0.1.46 (2024-07-24) +## 0.1.46 (2024-07-24) ### Improvements - Bumped ocean version to ^0.9.5 -# Port_Ocean 0.1.45 (2024-07-10) +## 0.1.45 (2024-07-10) ### Improvements - Added description to configuration properties in spec.yaml (PORT-9118) -# Port_Ocean 0.1.44 (2024-07-10) +## 0.1.44 (2024-07-10) ### Improvements - Bumped ocean version to ^0.9.4 (#1) -# Port_Ocean 0.1.43 (2024-07-09) +## 0.1.43 (2024-07-09) ### Improvements - Bumped ocean version to ^0.9.3 (#1) -# Port_Ocean 0.1.42 (2024-07-07) +## 0.1.42 (2024-07-07) ### Improvements - Bumped ocean version to ^0.9.2 (#1) -# Port_Ocean 0.1.41 (2024-06-23) +## 0.1.41 (2024-06-23) ### Improvements - Bumped ocean version to ^0.9.1 (#1) -# Port_Ocean 0.1.40 (2024-06-19) +## 0.1.40 (2024-06-19) ### Improvements - Bumped ocean version to ^0.9.0 (#1) -# Port_Ocean 0.1.39 (2024-06-16) +## 0.1.39 (2024-06-16) ### Improvements - Bumped ocean version to ^0.8.0 (#1) -# Port_Ocean 0.1.38 (2024-06-13) +## 0.1.38 (2024-06-13) ### Improvements - Bumped ocean version to ^0.7.1 (#1) -# Port_Ocean 0.1.37 (2024-06-13) +## 0.1.37 (2024-06-13) ### Improvements - Bumped ocean version to ^0.7.0 (#1) -# Port_Ocean 0.1.36 (2024-06-10) +## 0.1.36 (2024-06-10) ### Improvements - Bumped ocean version to ^0.6.0 (#1) -# Port_Ocean 0.1.35 (2024-06-05) +## 0.1.35 (2024-06-05) ### Improvements - Bumped ocean version to ^0.5.27 (#1) -# Port_Ocean 0.1.34 (2024-06-03) +## 0.1.34 (2024-06-03) ### Improvements - Bumped ocean version to ^0.5.25 (#1) -# Port_Ocean 0.1.33 (2024-06-02) +## 0.1.33 (2024-06-02) ### Improvements - Bumped ocean version to ^0.5.24 (#1) -# Port_Ocean 0.1.32 (2024-05-30) +## 0.1.32 (2024-05-30) ### Improvements @@ -141,21 +141,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated the base image used in the Dockerfile that is created during integration scaffolding from `python:3.11-slim-buster` to `python:3.11-slim-bookworm` -# Port_Ocean 0.1.31 (2024-05-29) +## 0.1.31 (2024-05-29) ### Improvements - Bumped ocean version to ^0.5.22 (#1) -# Port_Ocean 0.1.30 (2024-05-26) +## 0.1.30 (2024-05-26) ### Improvements - Bumped ocean version to ^0.5.21 (#1) -# Port_Ocean 0.1.29 (2024-05-26) +## 0.1.29 (2024-05-26) ### Improvements @@ -163,154 +163,154 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Removed the config.yaml file due to unused overrides -# Port_Ocean 0.1.28 (2024-05-16) +## 0.1.28 (2024-05-16) ### Improvements - Bumped ocean version to ^0.5.19 (#1) -# Port_Ocean 0.1.27 (2024-05-12) +## 0.1.27 (2024-05-12) ### Improvements - Bumped ocean version to ^0.5.18 (#1) -# Port_Ocean 0.1.26 (2024-05-01) +## 0.1.26 (2024-05-01) ### Improvements - Bumped ocean version to ^0.5.17 (#1) -# Port_Ocean 0.1.25 (2024-05-01) +## 0.1.25 (2024-05-01) ### Improvements - Bumped ocean version to ^0.5.16 (#1) -# Port_Ocean 0.1.24 (2024-04-30) +## 0.1.24 (2024-04-30) ### Improvements - Bumped ocean version to ^0.5.15 (#1) -# Port_Ocean 0.1.23 (2024-04-24) +## 0.1.23 (2024-04-24) ### Improvements - Bumped ocean version to ^0.5.14 (#1) -# Port_Ocean 0.1.22 (2024-04-17) +## 0.1.22 (2024-04-17) ### Improvements - Bumped ocean version to ^0.5.12 (#1) -# Port_Ocean 0.1.21 (2024-04-11) +## 0.1.21 (2024-04-11) ### Improvements - Bumped ocean version to ^0.5.11 (#1) -# Port_Ocean 0.1.20 (2024-04-10) +## 0.1.20 (2024-04-10) ### Improvements - Bumped ocean version to ^0.5.10 (#1) -# Port_Ocean 0.1.19 (2024-04-01) +## 0.1.19 (2024-04-01) ### Improvements - Bumped ocean version to ^0.5.9 (#1) -# Port_Ocean 0.1.18 (2024-03-28) +## 0.1.18 (2024-03-28) ### Improvements - Bumped ocean version to ^0.5.8 (#1) -# Port_Ocean 0.1.17 (2024-03-20) +## 0.1.17 (2024-03-20) ### Improvements - Bumped ocean version to ^0.5.7 (#1) -# Port_Ocean 0.1.16 (2024-03-17) +## 0.1.16 (2024-03-17) ### Improvements - Bumped ocean version to ^0.5.6 (#1) -# Port_Ocean 0.1.15 (2024-03-06) +## 0.1.15 (2024-03-06) ### Improvements - Bumped ocean version to ^0.5.5 (#1) -# Port_Ocean 0.1.14 (2024-03-03) +## 0.1.14 (2024-03-03) ### Improvements - Bumped ocean version to ^0.5.4 (#1) -# Port_Ocean 0.1.13 (2024-03-03) +## 0.1.13 (2024-03-03) ### Improvements - Bumped ocean version to ^0.5.3 (#1) -# Port_Ocean 0.1.12 (2024-02-21) +## 0.1.12 (2024-02-21) ### Improvements - Bumped ocean version to ^0.5.2 (#1) -# Port_Ocean 0.1.11 (2024-02-20) +## 0.1.11 (2024-02-20) ### Improvements - Bumped ocean version to ^0.5.1 (#1) -# Port_Ocean 0.1.10 (2024-02-18) +## 0.1.10 (2024-02-18) ### Improvements - Bumped ocean version to ^0.5.0 (#1) -# Port_Ocean 0.1.9 (2024-01-25) +## 0.1.9 (2024-01-25) ### Bug Fixes - Fixed a bug that prevented the creation of workspace webhooks especially when the notification configuration is set to enabled (PORT-6201) -# Port_Ocean 0.1.8 (2024-01-23) +## 0.1.8 (2024-01-23) ### Improvements - Bumped ocean version to ^0.4.17 (#1) -# Port_Ocean 0.1.7 (2024-01-11) +## 0.1.7 (2024-01-11) ### Features @@ -321,28 +321,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added Tags to terraform cloud (PORT-6043) -# Port_Ocean 0.1.6 (2024-01-11) +## 0.1.6 (2024-01-11) ### Improvements - Bumped ocean version to ^0.4.16 (#1) -# Port_Ocean 0.1.5 (2024-01-07) +## 0.1.5 (2024-01-07) ### Improvements - Bumped ocean version to ^0.4.15 (#1) -# Port_Ocean 0.1.4 (2024-01-07) +## 0.1.4 (2024-01-07) ### Improvements - Bumped ocean version to ^0.4.14 (#1) -# Port_Ocean 0.1.3 (2024-01-02) +## 0.1.3 (2024-01-02) ### Features @@ -353,26 +353,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed bug failing Terraform Workspaces sync (#1) - Introduced http_async_client for handling unexpected rate limit errors (#2) -# Port_Ocean 0.1.2 (2024-01-01) +## 0.1.2 (2024-01-01) ### Improvements - Bumped ocean version to ^0.4.13 (#1) -# Port_Ocean 0.1.2 (2023-12-27) +## 0.1.2 (2023-12-27) ### Features - Allowing clients to pass the terraformCloudParameter for self hosted terraform cloud (PORT-5858) -# Port_Ocean 0.1.1 (2023-12-25) +## 0.1.1 (2023-12-25) ### Improvement - Removed the usage of terraform cloud host parameter -# Port_Ocean 0.1.0 (2023-12-25) +## 0.1.0 (2023-12-25) ### Features diff --git a/integrations/terraform-cloud/pyproject.toml b/integrations/terraform-cloud/pyproject.toml index 872b5f3a0d..6b9b27a23c 100644 --- a/integrations/terraform-cloud/pyproject.toml +++ b/integrations/terraform-cloud/pyproject.toml @@ -19,7 +19,8 @@ towncrier = "^23.6.0" [tool.towncrier] directory = "changelog" filename = "CHANGELOG.md" -package = "port_ocean" +title_format = "## {version} ({project_date})" +underlines = [""] [[tool.towncrier.type]] directory = "breaking" diff --git a/integrations/wiz/CHANGELOG.md b/integrations/wiz/CHANGELOG.md index e7c83acf5d..7644c8ecc1 100644 --- a/integrations/wiz/CHANGELOG.md +++ b/integrations/wiz/CHANGELOG.md @@ -7,307 +7,351 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -# Port_Ocean 0.1.42 (2024-08-01) +## 0.1.42 (2024-08-01) + ### Improvements - Added _target='blank' attribute to spec links to open a new browser tab instead of the current browser. -# Port_Ocean 0.1.41 (2024-07-31) +## 0.1.41 (2024-07-31) + ### Improvements - Upgraded integration dependencies (#1) -# Port_Ocean 0.1.40 (2024-07-31) +## 0.1.40 (2024-07-31) + ### Improvements - Bumped ocean version to ^0.9.7 (#1) -# Port_Ocean 0.1.39 (2024-07-31) +## 0.1.39 (2024-07-31) + ### Improvements - Bumped ocean version to ^0.9.6 (#1) -# Port_Ocean 0.1.38 (2024-07-24) +## 0.1.38 (2024-07-24) + ### Improvements - Bumped ocean version to ^0.9.5 -# Port_Ocean 0.1.37 (2024-07-10) +## 0.1.37 (2024-07-10) + ### Improvements - Fix links in descriptions of integration configuration variables -# Port_Ocean 0.1.36 (2024-07-10) +## 0.1.36 (2024-07-10) + ### Improvements - Bumped ocean version to ^0.9.4 (#1) -# Port_Ocean 0.1.35 (2024-07-09) +## 0.1.35 (2024-07-09) + ### Improvements - Added description to the integration configuration variables -# Port_Ocean 0.1.34 (2024-07-09) +## 0.1.34 (2024-07-09) + ### Improvements - Bumped ocean version to ^0.9.3 (#1) -# Port_Ocean 0.1.33 (2024-07-07) +## 0.1.33 (2024-07-07) + ### Improvements - Bumped ocean version to ^0.9.2 (#1) -# Port_Ocean 0.1.32 (2024-06-23) +## 0.1.32 (2024-06-23) + ### Improvements - Bumped ocean version to ^0.9.1 (#1) -# Port_Ocean 0.1.31 (2024-06-19) +## 0.1.31 (2024-06-19) + ### Improvements - Bumped ocean version to ^0.9.0 (#1) -# Port_Ocean 0.1.30 (2024-06-16) +## 0.1.30 (2024-06-16) + ### Improvements - Bumped ocean version to ^0.8.0 (#1) -# Port_Ocean 0.1.29 (2024-06-13) +## 0.1.29 (2024-06-13) + ### Improvements - Bumped ocean version to ^0.7.1 (#1) -# Port_Ocean 0.1.28 (2024-06-13) +## 0.1.28 (2024-06-13) + ### Improvements - Bumped ocean version to ^0.7.0 (#1) -# Port_Ocean 0.1.27 (2024-06-10) +## 0.1.27 (2024-06-10) + ### Improvements - Bumped ocean version to ^0.6.0 (#1) -# Port_Ocean 0.1.26 (2024-06-05) +## 0.1.26 (2024-06-05) + ### Improvements - Bumped ocean version to ^0.5.27 (#1) -# Port_Ocean 0.1.25 (2024-06-03) +## 0.1.25 (2024-06-03) + ### Improvements - Bumped ocean version to ^0.5.25 (#1) -# Port_Ocean 0.1.24 (2024-06-02) +## 0.1.24 (2024-06-02) + ### Improvements - Bumped ocean version to ^0.5.24 (#1) -# Port_Ocean 0.1.23 (2024-05-30) +## 0.1.23 (2024-05-30) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.23 (#1) - Updated the base image used in the Dockerfile that is created during integration scaffolding from `python:3.11-slim-buster` to `python:3.11-slim-bookworm` -# Port_Ocean 0.1.22 (2024-05-29) +## 0.1.22 (2024-05-29) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.22 (#1) -# Port_Ocean 0.1.21 (2024-05-26) +## 0.1.21 (2024-05-26) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.21 (#1) -# Port_Ocean 0.1.20 (2024-05-26) +## 0.1.20 (2024-05-26) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.20 (#1) - Removed the config.yaml file due to unused overrides -# Port_Ocean 0.1.19 (2024-05-16) +## 0.1.19 (2024-05-16) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.19 (#1) -# Port_Ocean 0.1.18 (2024-05-12) +## 0.1.18 (2024-05-12) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.18 (#1) -# 0.1.18 (2024-05-01) +## 0.1.18 (2024-05-01) -### Improvements + +### Improvements - Enhanced wizIssue blueprint with properties for vulnerability details -# Port_Ocean 0.1.17 (2024-05-01) +## 0.1.17 (2024-05-01) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.17 (#1) -# Port_Ocean 0.1.16 (2024-05-01) +## 0.1.16 (2024-05-01) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.16 (#1) -# Port_Ocean 0.1.15 (2024-04-30) +## 0.1.15 (2024-04-30) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.15 (#1) -# Port_Ocean 0.1.14 (2024-04-24) +## 0.1.14 (2024-04-24) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.14 (#1) -# Port_Ocean 0.1.13 (2024-04-17) +## 0.1.13 (2024-04-17) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.12 (#1) -# Port_Ocean 0.1.12 (2024-04-11) +## 0.1.12 (2024-04-11) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.11 (#1) -# Port_Ocean 0.1.11 (2024-04-10) +## 0.1.11 (2024-04-10) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.10 (#1) -# Port_Ocean 0.1.10 (2024-04-01) +## 0.1.10 (2024-04-01) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.9 (#1) -# Port_Ocean 0.1.9 (2024-03-28) +## 0.1.9 (2024-03-28) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.8 (#1) -# Port_Ocean 0.1.8 (2024-03-20) +## 0.1.8 (2024-03-20) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.7 (#1) -# Port_Ocean 0.1.7 (2024-03-17) +## 0.1.7 (2024-03-17) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.6 (#1) -# Port_Ocean 0.1.6 (2024-03-06) +## 0.1.6 (2024-03-06) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.5 (#1) -# Port_Ocean 0.1.5 (2024-03-03) +## 0.1.5 (2024-03-03) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.4 (#1) -# Port_Ocean 0.1.4 (2024-03-03) +## 0.1.4 (2024-03-03) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.3 (#1) -# Port_Ocean 0.1.3 (2024-02-21) +## 0.1.3 (2024-02-21) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.2 (#1) -# Port_Ocean 0.1.2 (2024-02-20) +## 0.1.2 (2024-02-20) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.1 (#1) -# Port_Ocean 0.1.1 (2024-02-18) +## 0.1.1 (2024-02-18) -### Improvements + +### Improvements - Bumped ocean version to ^0.5.0 (#1) -# 0.1.0 (2024-01-23) +## 0.1.0 (2024-01-23) + -### Features +### Features - Implemented the Wiz integration (0.1.0) diff --git a/integrations/wiz/pyproject.toml b/integrations/wiz/pyproject.toml index f394f30354..836691ce9b 100644 --- a/integrations/wiz/pyproject.toml +++ b/integrations/wiz/pyproject.toml @@ -19,7 +19,8 @@ towncrier = "^23.6.0" [tool.towncrier] directory = "changelog" filename = "CHANGELOG.md" -package = "port_ocean" +title_format = "## {version} ({project_date})" +underlines = [""] [[tool.towncrier.type]] directory = "breaking" diff --git a/port_ocean/cli/cookiecutter/hooks/post_gen_project.py b/port_ocean/cli/cookiecutter/hooks/post_gen_project.py index 3345ca759a..416ba14f11 100644 --- a/port_ocean/cli/cookiecutter/hooks/post_gen_project.py +++ b/port_ocean/cli/cookiecutter/hooks/post_gen_project.py @@ -2,11 +2,12 @@ def handle_private_integration_flags(): + print("{{ cookiecutter.is_private_integration }}") if "{{ cookiecutter.is_private_integration }}" == "True": + os.remove("sonar-project.properties") + if "{{ cookiecutter.is_private_integration }}" == "False": os.remove("Dockerfile") os.remove(".dockerignore") - if "{{ cookiecutter.is_private_integration }}" == "False": - os.remove("sonar-project.properties") if __name__ == "__main__": diff --git a/port_ocean/cli/cookiecutter/{{cookiecutter.integration_slug}}/pyproject.toml b/port_ocean/cli/cookiecutter/{{cookiecutter.integration_slug}}/pyproject.toml index 4f774d4847..ccf12eb56b 100644 --- a/port_ocean/cli/cookiecutter/{{cookiecutter.integration_slug}}/pyproject.toml +++ b/port_ocean/cli/cookiecutter/{{cookiecutter.integration_slug}}/pyproject.toml @@ -19,7 +19,8 @@ towncrier = "^23.6.0" [tool.towncrier] directory = "changelog" filename = "CHANGELOG.md" -package = "port_ocean" +title_format = "## {version} ({project_date})" +underlines = [""] [[tool.towncrier.type]] directory = "breaking" diff --git a/pyproject.toml b/pyproject.toml index 93e9287a02..d8aac50e30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "port-ocean" -version = "0.9.9" +version = "0.9.10" description = "Port Ocean is a CLI tool for managing your Port projects." readme = "README.md" homepage = "https://app.getport.io"