From 904f3c2f9eb596996b26da9c7b32bbabd0b1d041 Mon Sep 17 00:00:00 2001 From: Dor Meiri Date: Mon, 30 Dec 2024 13:56:30 +0200 Subject: [PATCH] [Integration][All] PORT-12180 feat: add titles to integration spec files (#1275) # Description What - - Added `title` field to integration spec files. - Fixed integration names in descriptions. Why - Need the title in the onboarding UI How - UI fetch the Ocean registry, it will take the `title` field. ## Type of change Please leave one option from the following and delete the rest: - [X] New feature (non-breaking change which adds functionality)

All tests should be run against the port production environment(using a testing org).

### Core testing checklist - [ ] Integration able to create all default resources from scratch - [ ] Resync finishes successfully - [ ] Resync able to create entities - [ ] Resync able to update entities - [ ] Resync able to detect and delete entities - [ ] Scheduled resync able to abort existing resync and start a new one - [ ] Tested with at least 2 integrations from scratch - [ ] Tested with Kafka and Polling event listeners - [ ] Tested deletion of entities that don't pass the selector ### Integration testing checklist - [ ] Integration able to create all default resources from scratch - [ ] Resync able to create entities - [ ] Resync able to update entities - [ ] Resync able to detect and delete entities - [ ] Resync finishes successfully - [ ] If new resource kind is added or updated in the integration, add example raw data, mapping and expected result to the `examples` folder in the integration directory. - [ ] If resource kind is updated, run the integration with the example data and check if the expected result is achieved - [ ] If new resource kind is added or updated, validate that live-events for that resource are working as expected - [ ] Docs PR link [here](#) ### Preflight checklist - [ ] Handled rate limiting - [ ] Handled pagination - [ ] Implemented the code in async - [ ] Support Multi account ## Screenshots Include screenshots from your environment showing how the resources of the integration will look. ## API Documentation Provide links to the API documentation used for this integration. --- integrations/argocd/.port/spec.yaml | 3 ++- integrations/argocd/CHANGELOG.md | 8 ++++++++ integrations/argocd/pyproject.toml | 2 +- integrations/aws/.port/spec.yaml | 1 + integrations/aws/CHANGELOG.md | 8 ++++++++ integrations/aws/pyproject.toml | 2 +- integrations/azure-devops/.port/spec.yaml | 3 ++- integrations/azure-devops/CHANGELOG.md | 8 ++++++++ integrations/azure-devops/pyproject.toml | 2 +- integrations/azure/.port/spec.yaml | 3 ++- integrations/azure/CHANGELOG.md | 7 +++++++ integrations/azure/pyproject.toml | 2 +- integrations/backstage/.port/spec.yaml | 1 + integrations/backstage/CHANGELOG.md | 8 ++++++++ integrations/backstage/pyproject.toml | 2 +- integrations/datadog/.port/spec.yaml | 1 + integrations/datadog/CHANGELOG.md | 8 ++++++++ integrations/datadog/pyproject.toml | 2 +- integrations/dynatrace/.port/spec.yaml | 1 + integrations/dynatrace/CHANGELOG.md | 8 ++++++++ integrations/dynatrace/pyproject.toml | 2 +- integrations/fake-integration/.port/spec.yaml | 1 + integrations/fake-integration/CHANGELOG.md | 8 ++++++++ integrations/fake-integration/pyproject.toml | 2 +- integrations/firehydrant/.port/spec.yaml | 3 ++- integrations/firehydrant/CHANGELOG.md | 8 ++++++++ integrations/firehydrant/pyproject.toml | 2 +- integrations/gcp/.port/spec.yaml | 3 ++- integrations/gcp/CHANGELOG.md | 8 ++++++++ integrations/gcp/pyproject.toml | 2 +- integrations/gitlab/.port/spec.yaml | 3 ++- integrations/gitlab/CHANGELOG.md | 8 ++++++++ integrations/gitlab/pyproject.toml | 2 +- integrations/jenkins/.port/spec.yaml | 1 + integrations/jenkins/CHANGELOG.md | 8 ++++++++ integrations/jenkins/pyproject.toml | 2 +- integrations/jira/.port/spec.yaml | 1 + integrations/jira/CHANGELOG.md | 8 ++++++++ integrations/jira/pyproject.toml | 2 +- integrations/kafka/.port/spec.yaml | 1 + integrations/kafka/CHANGELOG.md | 8 ++++++++ integrations/kafka/pyproject.toml | 2 +- integrations/kubecost/.port/spec.yaml | 1 + integrations/kubecost/CHANGELOG.md | 8 ++++++++ integrations/kubecost/pyproject.toml | 2 +- integrations/launchdarkly/.port/spec.yaml | 3 ++- integrations/launchdarkly/CHANGELOG.md | 8 ++++++++ integrations/launchdarkly/pyproject.toml | 4 ++-- integrations/linear/.port/spec.yaml | 1 + integrations/linear/CHANGELOG.md | 8 ++++++++ integrations/linear/pyproject.toml | 2 +- integrations/newrelic/.port/spec.yaml | 3 ++- integrations/newrelic/CHANGELOG.md | 8 ++++++++ integrations/newrelic/pyproject.toml | 2 +- integrations/octopus/.port/spec.yaml | 1 + integrations/octopus/CHANGELOG.md | 8 ++++++++ integrations/octopus/pyproject.toml | 2 +- integrations/opencost/.port/spec.yaml | 1 + integrations/opencost/CHANGELOG.md | 8 ++++++++ integrations/opencost/pyproject.toml | 2 +- integrations/opsgenie/.port/spec.yaml | 3 ++- integrations/opsgenie/CHANGELOG.md | 8 ++++++++ integrations/opsgenie/pyproject.toml | 4 ++-- integrations/pagerduty/.port/spec.yaml | 3 ++- integrations/pagerduty/CHANGELOG.md | 8 ++++++++ integrations/pagerduty/pyproject.toml | 4 ++-- integrations/sentry/.port/spec.yaml | 3 ++- integrations/sentry/CHANGELOG.md | 8 ++++++++ integrations/sentry/pyproject.toml | 2 +- integrations/servicenow/.port/spec.yaml | 3 ++- integrations/servicenow/CHANGELOG.md | 8 ++++++++ integrations/servicenow/pyproject.toml | 4 ++-- integrations/snyk/.port/spec.yaml | 1 + integrations/snyk/CHANGELOG.md | 8 ++++++++ integrations/snyk/pyproject.toml | 2 +- integrations/sonarqube/.port/spec.yaml | 1 + integrations/sonarqube/CHANGELOG.md | 8 ++++++++ integrations/sonarqube/pyproject.toml | 2 +- integrations/statuspage/.port/spec.yaml | 1 + integrations/statuspage/CHANGELOG.md | 8 ++++++++ integrations/statuspage/pyproject.toml | 2 +- integrations/terraform-cloud/.port/spec.yaml | 3 ++- integrations/terraform-cloud/CHANGELOG.md | 8 ++++++++ integrations/terraform-cloud/pyproject.toml | 2 +- integrations/wiz/.port/spec.yaml | 1 + integrations/wiz/CHANGELOG.md | 8 ++++++++ integrations/wiz/pyproject.toml | 2 +- 87 files changed, 306 insertions(+), 46 deletions(-) diff --git a/integrations/argocd/.port/spec.yaml b/integrations/argocd/.port/spec.yaml index eb6509d35a..0cf8352ecb 100644 --- a/integrations/argocd/.port/spec.yaml +++ b/integrations/argocd/.port/spec.yaml @@ -1,4 +1,5 @@ -description: Argocd integration for Port Ocean +title: Argo CD +description: Argo CD integration for Port Ocean icon: Argo docs: https://docs.getport.io/build-your-software-catalog/sync-data-to-catalog/argocd/ features: diff --git a/integrations/argocd/CHANGELOG.md b/integrations/argocd/CHANGELOG.md index aa651211d6..014144f544 100644 --- a/integrations/argocd/CHANGELOG.md +++ b/integrations/argocd/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## 0.1.115 (2024-12-30) + + +### Improvements + +- Added title to the configuration properties + + ## 0.1.114 (2024-12-26) diff --git a/integrations/argocd/pyproject.toml b/integrations/argocd/pyproject.toml index f11375c465..2418234e7a 100644 --- a/integrations/argocd/pyproject.toml +++ b/integrations/argocd/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "argocd" -version = "0.1.114" +version = "0.1.115" description = "Argo CD integration powered by Ocean" authors = ["Isaac Coffie "] diff --git a/integrations/aws/.port/spec.yaml b/integrations/aws/.port/spec.yaml index 74c2238e7b..32e91e02b2 100644 --- a/integrations/aws/.port/spec.yaml +++ b/integrations/aws/.port/spec.yaml @@ -1,3 +1,4 @@ +title: AWS description: AWS integration for Port Ocean icon: AWS features: diff --git a/integrations/aws/CHANGELOG.md b/integrations/aws/CHANGELOG.md index 83662a1c1b..a8a5467b49 100644 --- a/integrations/aws/CHANGELOG.md +++ b/integrations/aws/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## 0.2.75 (2024-12-30) + + +### Improvements + +- Added title to the configuration properties + + ## 0.2.74 (2024-12-26) diff --git a/integrations/aws/pyproject.toml b/integrations/aws/pyproject.toml index bbc52512e9..5180575fc3 100644 --- a/integrations/aws/pyproject.toml +++ b/integrations/aws/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aws" -version = "0.2.74" +version = "0.2.75" description = "This integration will map all your resources in all the available accounts to your Port entities" authors = ["Shalev Avhar ", "Erik Zaadi "] diff --git a/integrations/azure-devops/.port/spec.yaml b/integrations/azure-devops/.port/spec.yaml index fe7548b6a7..416ec4e9d5 100644 --- a/integrations/azure-devops/.port/spec.yaml +++ b/integrations/azure-devops/.port/spec.yaml @@ -1,4 +1,5 @@ -description: azure-devops integration for Port Ocean +title: Azure Devops +description: Azure Devops integration for Port Ocean icon: AzureDevops docs: https://docs.getport.io/build-your-software-catalog/sync-data-to-catalog/git/azure-devops features: diff --git a/integrations/azure-devops/CHANGELOG.md b/integrations/azure-devops/CHANGELOG.md index 5e7b3633e9..48479b135f 100644 --- a/integrations/azure-devops/CHANGELOG.md +++ b/integrations/azure-devops/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## 0.1.99 (2024-12-30) + + +### Improvements + +- Added title to the configuration properties + + ## 0.1.98 (2024-12-26) diff --git a/integrations/azure-devops/pyproject.toml b/integrations/azure-devops/pyproject.toml index a5ead626e6..d93768f5d9 100644 --- a/integrations/azure-devops/pyproject.toml +++ b/integrations/azure-devops/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "azure-devops" -version = "0.1.98" +version = "0.1.99" description = "An Azure Devops Ocean integration" authors = ["Matan Geva "] diff --git a/integrations/azure/.port/spec.yaml b/integrations/azure/.port/spec.yaml index a10948aa0b..dca19ff5c4 100644 --- a/integrations/azure/.port/spec.yaml +++ b/integrations/azure/.port/spec.yaml @@ -1,4 +1,5 @@ -description: azure integration for Port Ocean +title: Azure +description: Azure integration for Port Ocean icon: Azure docs: https://docs.getport.io/build-your-software-catalog/sync-data-to-catalog/cloud-providers/azure/ features: diff --git a/integrations/azure/CHANGELOG.md b/integrations/azure/CHANGELOG.md index 8ab2d94a22..ca7abaa68b 100644 --- a/integrations/azure/CHANGELOG.md +++ b/integrations/azure/CHANGELOG.md @@ -6,6 +6,13 @@ 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.119 (2024-12-30) + + +### Improvements + +- Added title to the configuration properties + 0.1.118 (2024-12-26) diff --git a/integrations/azure/pyproject.toml b/integrations/azure/pyproject.toml index c04572c394..1a4ab561e0 100644 --- a/integrations/azure/pyproject.toml +++ b/integrations/azure/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "azure" -version = "0.1.118" +version = "0.1.119" description = "Azure integration" authors = ["Tom Tankilevitch "] diff --git a/integrations/backstage/.port/spec.yaml b/integrations/backstage/.port/spec.yaml index 74677d0a01..de2980fc18 100644 --- a/integrations/backstage/.port/spec.yaml +++ b/integrations/backstage/.port/spec.yaml @@ -1,3 +1,4 @@ +title: Backstage description: Backstage integration for Port Ocean icon: Backstage features: diff --git a/integrations/backstage/CHANGELOG.md b/integrations/backstage/CHANGELOG.md index 873f8f830d..a478b75f23 100644 --- a/integrations/backstage/CHANGELOG.md +++ b/integrations/backstage/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.1.22-beta (2024-12-30) + + +### Improvements + +- Added title to the configuration properties + + ## 0.1.21-beta (2024-12-26) diff --git a/integrations/backstage/pyproject.toml b/integrations/backstage/pyproject.toml index fabfd61f05..76dc381ba5 100644 --- a/integrations/backstage/pyproject.toml +++ b/integrations/backstage/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "backstage" -version = "0.1.21-beta" +version = "0.1.22-beta" description = "Importing resources from Backstage IDP" authors = ["Roi Talpaz "] diff --git a/integrations/datadog/.port/spec.yaml b/integrations/datadog/.port/spec.yaml index 78e47cc56f..cb74c539cb 100644 --- a/integrations/datadog/.port/spec.yaml +++ b/integrations/datadog/.port/spec.yaml @@ -1,3 +1,4 @@ +title: Datadog type: datadog description: Datadog integration for Port Ocean icon: Datadog diff --git a/integrations/datadog/CHANGELOG.md b/integrations/datadog/CHANGELOG.md index ffe8994262..f2f417f444 100644 --- a/integrations/datadog/CHANGELOG.md +++ b/integrations/datadog/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## 0.1.70 (2024-12-30) + + +### Improvements + +- Added title to the configuration properties + + ## 0.1.69 (2024-12-26) diff --git a/integrations/datadog/pyproject.toml b/integrations/datadog/pyproject.toml index 5653288b14..20e684c9a5 100644 --- a/integrations/datadog/pyproject.toml +++ b/integrations/datadog/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "datadog" -version = "0.1.69" +version = "0.1.70" description = "Datadog Ocean Integration" authors = ["Albert Luganga "] diff --git a/integrations/dynatrace/.port/spec.yaml b/integrations/dynatrace/.port/spec.yaml index 0aa2c784fb..8a76a54d19 100644 --- a/integrations/dynatrace/.port/spec.yaml +++ b/integrations/dynatrace/.port/spec.yaml @@ -1,3 +1,4 @@ +title: Dynatrace description: Dynatrace integration for Port Ocean icon: Dynatrace docs: https://docs.getport.io/build-your-software-catalog/sync-data-to-catalog/apm-alerting/dynatrace diff --git a/integrations/dynatrace/CHANGELOG.md b/integrations/dynatrace/CHANGELOG.md index 55c9c6aa62..7449f06fec 100644 --- a/integrations/dynatrace/CHANGELOG.md +++ b/integrations/dynatrace/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## 0.1.80 (2024-12-30) + + +### Improvements + +- Added title to the configuration properties + + ## 0.1.79 (2024-12-26) diff --git a/integrations/dynatrace/pyproject.toml b/integrations/dynatrace/pyproject.toml index d50e5ff056..457761daed 100644 --- a/integrations/dynatrace/pyproject.toml +++ b/integrations/dynatrace/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dynatrace" -version = "0.1.79" +version = "0.1.80" description = "An integration used to import Dynatrace resources into Port" authors = ["Ayodeji Adeoti <>"] diff --git a/integrations/fake-integration/.port/spec.yaml b/integrations/fake-integration/.port/spec.yaml index b84fe84f38..5f773031d5 100644 --- a/integrations/fake-integration/.port/spec.yaml +++ b/integrations/fake-integration/.port/spec.yaml @@ -1,3 +1,4 @@ +title: Fake Integration description: Fake integration for Port Ocean # Should be one of the available icons in Port, you should replace this! icon: Cookiecutter diff --git a/integrations/fake-integration/CHANGELOG.md b/integrations/fake-integration/CHANGELOG.md index 8dda154562..686811b09d 100644 --- a/integrations/fake-integration/CHANGELOG.md +++ b/integrations/fake-integration/CHANGELOG.md @@ -5,6 +5,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## 0.1.31-dev (2025-12-30) + + +### Improvements + +- Added title to the configuration properties + + ## 0.1.30-dev (2024-12-26) diff --git a/integrations/fake-integration/pyproject.toml b/integrations/fake-integration/pyproject.toml index 3e079d2e19..194ba9c9c4 100644 --- a/integrations/fake-integration/pyproject.toml +++ b/integrations/fake-integration/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fake-integration" -version = "0.1.30-dev" +version = "0.1.31-dev" description = "A useless fake integration that helps us test the Ocean Core" authors = ["Erik Zaadi "] diff --git a/integrations/firehydrant/.port/spec.yaml b/integrations/firehydrant/.port/spec.yaml index 42f1f71b23..3228b56401 100644 --- a/integrations/firehydrant/.port/spec.yaml +++ b/integrations/firehydrant/.port/spec.yaml @@ -1,4 +1,5 @@ -description: Firehydrant integration for Port Ocean +title: FireHydrant +description: FireHydrant integration for Port Ocean icon: FireHydrant docs: https://docs.getport.io/build-your-software-catalog/sync-data-to-catalog/incident-management/firehydrant features: diff --git a/integrations/firehydrant/CHANGELOG.md b/integrations/firehydrant/CHANGELOG.md index ccd3d8a995..1a7cfc718c 100644 --- a/integrations/firehydrant/CHANGELOG.md +++ b/integrations/firehydrant/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## 0.1.102 (2025-12-30) + + +### Improvements + +- Added title to the configuration properties + + ## 0.1.101 (2024-12-26) diff --git a/integrations/firehydrant/pyproject.toml b/integrations/firehydrant/pyproject.toml index 178f171152..674ec6f717 100644 --- a/integrations/firehydrant/pyproject.toml +++ b/integrations/firehydrant/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "firehydrant" -version = "0.1.101" +version = "0.1.102" description = "FireHydrant Integration Powered by Ocean" authors = ["Isaac Coffie "] diff --git a/integrations/gcp/.port/spec.yaml b/integrations/gcp/.port/spec.yaml index 1ab333a827..5bf4a1930a 100644 --- a/integrations/gcp/.port/spec.yaml +++ b/integrations/gcp/.port/spec.yaml @@ -1,4 +1,5 @@ -description: gcp integration for Port Ocean +title: GCP +description: GCP integration for Port Ocean icon: GoogleCloud features: - type: exporter diff --git a/integrations/gcp/CHANGELOG.md b/integrations/gcp/CHANGELOG.md index 15c55a5934..b96f11d17b 100644 --- a/integrations/gcp/CHANGELOG.md +++ b/integrations/gcp/CHANGELOG.md @@ -6,6 +6,14 @@ 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.84 (2025-12-30) + + +### Improvements + +- Added title to the configuration properties + + ## 0.1.83 (2024-12-29) diff --git a/integrations/gcp/pyproject.toml b/integrations/gcp/pyproject.toml index 13aef788c8..12b1bac5ec 100644 --- a/integrations/gcp/pyproject.toml +++ b/integrations/gcp/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gcp" -version = "0.1.83" +version = "0.1.84" description = "A GCP ocean integration" authors = ["Matan Geva "] diff --git a/integrations/gitlab/.port/spec.yaml b/integrations/gitlab/.port/spec.yaml index 1099ac2db6..67f0feb730 100644 --- a/integrations/gitlab/.port/spec.yaml +++ b/integrations/gitlab/.port/spec.yaml @@ -1,4 +1,5 @@ -description: Gitlab integration for Port Ocean +title: GitLab +description: GitLab integration for Port Ocean icon: GitLab docs: https://docs.getport.io/build-your-software-catalog/sync-data-to-catalog/git/gitlab features: diff --git a/integrations/gitlab/CHANGELOG.md b/integrations/gitlab/CHANGELOG.md index 0d309514c1..18142e2a9e 100644 --- a/integrations/gitlab/CHANGELOG.md +++ b/integrations/gitlab/CHANGELOG.md @@ -7,6 +7,14 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm +## 0.2.11 (2025-12-30) + + +### Improvements + +- Added title to the configuration properties + + 0.2.10 (2024-12-26) ================== diff --git a/integrations/gitlab/pyproject.toml b/integrations/gitlab/pyproject.toml index 0177e164d7..3c137da63a 100644 --- a/integrations/gitlab/pyproject.toml +++ b/integrations/gitlab/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gitlab" -version = "0.2.10" +version = "0.2.11" description = "Gitlab integration for Port using Port-Ocean Framework" authors = ["Yair Siman-Tov "] diff --git a/integrations/jenkins/.port/spec.yaml b/integrations/jenkins/.port/spec.yaml index 5433c81c74..3f5545cf99 100644 --- a/integrations/jenkins/.port/spec.yaml +++ b/integrations/jenkins/.port/spec.yaml @@ -1,3 +1,4 @@ +title: Jenkins type: jenkins description: Jenkins integration for Port Ocean icon: Jenkins diff --git a/integrations/jenkins/CHANGELOG.md b/integrations/jenkins/CHANGELOG.md index 898e869912..7315cf2cb0 100644 --- a/integrations/jenkins/CHANGELOG.md +++ b/integrations/jenkins/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## 0.1.85 (2025-12-30) + + +### Improvements + +- Added title to the configuration properties + + ## 0.1.84 (2024-12-26) diff --git a/integrations/jenkins/pyproject.toml b/integrations/jenkins/pyproject.toml index 02df534871..1cef229c06 100644 --- a/integrations/jenkins/pyproject.toml +++ b/integrations/jenkins/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jenkins" -version = "0.1.84" +version = "0.1.85" description = "Jenkins Integration to Port Ocean" authors = ["Albert Luganga "] diff --git a/integrations/jira/.port/spec.yaml b/integrations/jira/.port/spec.yaml index c0168b976e..8de4d14f35 100644 --- a/integrations/jira/.port/spec.yaml +++ b/integrations/jira/.port/spec.yaml @@ -1,3 +1,4 @@ +title: Jira description: Jira integration for Port Ocean icon: Jira docs: https://docs.getport.io/build-your-software-catalog/sync-data-to-catalog/jira diff --git a/integrations/jira/CHANGELOG.md b/integrations/jira/CHANGELOG.md index db073653b9..ae1887da9c 100644 --- a/integrations/jira/CHANGELOG.md +++ b/integrations/jira/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## 0.2.11 (2025-12-30) + + +### Improvements + +- Added title to the configuration properties + + ## 0.2.10 (2024-12-26) diff --git a/integrations/jira/pyproject.toml b/integrations/jira/pyproject.toml index da789a9f8e..06d3b7b6f1 100644 --- a/integrations/jira/pyproject.toml +++ b/integrations/jira/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jira" -version = "0.2.10" +version = "0.2.11" description = "Integration to bring information from Jira into Port" authors = ["Mor Paz "] diff --git a/integrations/kafka/.port/spec.yaml b/integrations/kafka/.port/spec.yaml index be757db621..b4b867fc60 100644 --- a/integrations/kafka/.port/spec.yaml +++ b/integrations/kafka/.port/spec.yaml @@ -1,3 +1,4 @@ +title: Kafka description: Kafka integration for Port Ocean icon: Kafka docs: https://docs.getport.io/build-your-software-catalog/sync-data-to-catalog/event-processing/kafka diff --git a/integrations/kafka/CHANGELOG.md b/integrations/kafka/CHANGELOG.md index cb5d381fce..faab44d74b 100644 --- a/integrations/kafka/CHANGELOG.md +++ b/integrations/kafka/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## 0.1.101 (2025-12-30) + + +### Improvements + +- Added title to the configuration properties + + ## 0.1.100 (2024-12-26) diff --git a/integrations/kafka/pyproject.toml b/integrations/kafka/pyproject.toml index 9aa82f711f..a55e99200e 100644 --- a/integrations/kafka/pyproject.toml +++ b/integrations/kafka/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kafka" -version = "0.1.100" +version = "0.1.101" description = "Integration to import information from a Kafka cluster into Port. The integration supports importing metadata regarding the Kafka cluster, brokers and topics." authors = ["Tal Sabag "] diff --git a/integrations/kubecost/.port/spec.yaml b/integrations/kubecost/.port/spec.yaml index adce654d23..756f2a683c 100644 --- a/integrations/kubecost/.port/spec.yaml +++ b/integrations/kubecost/.port/spec.yaml @@ -1,3 +1,4 @@ +title: Kubecost description: kubecost integration for Port Ocean icon: Kubecost docs: https://docs.getport.io/build-your-software-catalog/sync-data-to-catalog/cloud-cost/kubecost diff --git a/integrations/kubecost/CHANGELOG.md b/integrations/kubecost/CHANGELOG.md index c3a82836ff..1b0ca50728 100644 --- a/integrations/kubecost/CHANGELOG.md +++ b/integrations/kubecost/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## 0.1.106 (2025-12-30) + + +### Improvements + +- Added title to the configuration properties + + ## 0.1.105 (2024-12-26) diff --git a/integrations/kubecost/pyproject.toml b/integrations/kubecost/pyproject.toml index 373678ea68..9610696da5 100644 --- a/integrations/kubecost/pyproject.toml +++ b/integrations/kubecost/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kubecost" -version = "0.1.105" +version = "0.1.106" description = "Kubecost integration powered by Ocean" authors = ["Isaac Coffie "] diff --git a/integrations/launchdarkly/.port/spec.yaml b/integrations/launchdarkly/.port/spec.yaml index 014f5d0179..effdf7834c 100644 --- a/integrations/launchdarkly/.port/spec.yaml +++ b/integrations/launchdarkly/.port/spec.yaml @@ -1,4 +1,5 @@ -description: launchdarkly integration for Port Ocean +title: LaunchDarkly +description: LaunchDarkly integration for Port Ocean docs: https://docs.getport.io/build-your-software-catalog/sync-data-to-catalog/feature-management/launchdarkly icon: Launchdarkly features: diff --git a/integrations/launchdarkly/CHANGELOG.md b/integrations/launchdarkly/CHANGELOG.md index 00a724e872..cda0c4a860 100644 --- a/integrations/launchdarkly/CHANGELOG.md +++ b/integrations/launchdarkly/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## 0.1.78 (2025-12-30) + + +### Improvements + +- Added title to the configuration properties + + ## 0.1.77 (2024-12-26) diff --git a/integrations/launchdarkly/pyproject.toml b/integrations/launchdarkly/pyproject.toml index 55b4726455..f820ae249f 100644 --- a/integrations/launchdarkly/pyproject.toml +++ b/integrations/launchdarkly/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "launchdarkly" -version = "0.1.77" -description = "Launchdarkly integration for Port" +version = "0.1.78" +description = "LaunchDarkly integration for Port" authors = ["Michael Armah "] [tool.poetry.dependencies] diff --git a/integrations/linear/.port/spec.yaml b/integrations/linear/.port/spec.yaml index 2d48bf4d27..fd54f678ff 100644 --- a/integrations/linear/.port/spec.yaml +++ b/integrations/linear/.port/spec.yaml @@ -1,3 +1,4 @@ +title: Linear description: linear integration for Port Ocean icon: Linear docs: https://docs.getport.io/build-your-software-catalog/sync-data-to-catalog/linear diff --git a/integrations/linear/CHANGELOG.md b/integrations/linear/CHANGELOG.md index 8154eeff29..10bfe7f684 100644 --- a/integrations/linear/CHANGELOG.md +++ b/integrations/linear/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## 0.1.64 (2025-12-30) + + +### Improvements + +- Added title to the configuration properties + + ## 0.1.63 (2024-12-26) diff --git a/integrations/linear/pyproject.toml b/integrations/linear/pyproject.toml index ca6dc95c26..d6a5fd6e8b 100644 --- a/integrations/linear/pyproject.toml +++ b/integrations/linear/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "linear" -version = "0.1.63" +version = "0.1.64" description = "Integration to bring information from Linear into Port" authors = ["Mor Paz "] diff --git a/integrations/newrelic/.port/spec.yaml b/integrations/newrelic/.port/spec.yaml index 5edfa61f05..c01bb519cc 100644 --- a/integrations/newrelic/.port/spec.yaml +++ b/integrations/newrelic/.port/spec.yaml @@ -1,4 +1,5 @@ -description: newrelic integration for Port Ocean +title: New Relic +description: New Relic integration for Port Ocean icon: NewRelic docs: https://docs.getport.io/build-your-software-catalog/sync-data-to-catalog/apm-alerting/newrelic features: diff --git a/integrations/newrelic/CHANGELOG.md b/integrations/newrelic/CHANGELOG.md index 1855977219..64efc40210 100644 --- a/integrations/newrelic/CHANGELOG.md +++ b/integrations/newrelic/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## 0.1.111 (2025-12-30) + + +### Improvements + +- Added title to the configuration properties + + ## 0.1.110 (2024-12-26) diff --git a/integrations/newrelic/pyproject.toml b/integrations/newrelic/pyproject.toml index cd1df06c96..eb90d608fc 100644 --- a/integrations/newrelic/pyproject.toml +++ b/integrations/newrelic/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "newrelic" -version = "0.1.110" +version = "0.1.111" description = "New Relic Integration" authors = ["Tom Tankilevitch "] diff --git a/integrations/octopus/.port/spec.yaml b/integrations/octopus/.port/spec.yaml index 33c44d60c5..b4a90644f2 100644 --- a/integrations/octopus/.port/spec.yaml +++ b/integrations/octopus/.port/spec.yaml @@ -1,3 +1,4 @@ +title: Octopus description: Octopus Deploy integration for Port Ocean icon: Octopus docs: https://docs.getport.io/build-your-software-catalog/sync-data-to-catalog/octopus diff --git a/integrations/octopus/CHANGELOG.md b/integrations/octopus/CHANGELOG.md index b371c37ce2..cfc7e30fed 100644 --- a/integrations/octopus/CHANGELOG.md +++ b/integrations/octopus/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## Port_Ocean 0.1.38 (2026-12-30) + + +### Improvements + +- Added title to the configuration properties + + # Port_Ocean 0.1.37 (2024-12-26) ### Improvements diff --git a/integrations/octopus/pyproject.toml b/integrations/octopus/pyproject.toml index ce271d789d..f8a575d696 100644 --- a/integrations/octopus/pyproject.toml +++ b/integrations/octopus/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "octopus" -version = "0.1.37" +version = "0.1.38" description = "This integration ingest data from octopus deploy" authors = ["Adebayo Iyanuoluwa "] diff --git a/integrations/opencost/.port/spec.yaml b/integrations/opencost/.port/spec.yaml index 5628854bec..e9139580f8 100644 --- a/integrations/opencost/.port/spec.yaml +++ b/integrations/opencost/.port/spec.yaml @@ -1,3 +1,4 @@ +title: OpenCost description: OpenCost integration for Port Ocean icon: Opencost docs: https://docs.getport.io/build-your-software-catalog/sync-data-to-catalog/cloud-cost/opencost diff --git a/integrations/opencost/CHANGELOG.md b/integrations/opencost/CHANGELOG.md index bd7ddfa8ac..ea6e0579b9 100644 --- a/integrations/opencost/CHANGELOG.md +++ b/integrations/opencost/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## 0.1.104 (2026-12-30) + + +### Improvements + +- Added title to the configuration properties + + ## 0.1.103 (2024-12-26) diff --git a/integrations/opencost/pyproject.toml b/integrations/opencost/pyproject.toml index ed9a130b52..bce41d3c3d 100644 --- a/integrations/opencost/pyproject.toml +++ b/integrations/opencost/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "opencost" -version = "0.1.103" +version = "0.1.104" description = "Ocean integration for OpenCost" authors = ["Isaac Coffie "] diff --git a/integrations/opsgenie/.port/spec.yaml b/integrations/opsgenie/.port/spec.yaml index 31643e7bba..f60f47689b 100644 --- a/integrations/opsgenie/.port/spec.yaml +++ b/integrations/opsgenie/.port/spec.yaml @@ -1,4 +1,5 @@ -description: OpsGenie integration for Port Ocean +title: Opsgenie +description: Opsgenie integration for Port Ocean icon: OpsGenie docs: https://docs.getport.io/build-your-software-catalog/sync-data-to-catalog/incident-management/opsgenie features: diff --git a/integrations/opsgenie/CHANGELOG.md b/integrations/opsgenie/CHANGELOG.md index 0fa083834d..dd7454fbc0 100644 --- a/integrations/opsgenie/CHANGELOG.md +++ b/integrations/opsgenie/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## 0.2.29 (2026-12-30) + + +### Improvements + +- Added title to the configuration properties + + ## 0.2.28 (2024-12-26) diff --git a/integrations/opsgenie/pyproject.toml b/integrations/opsgenie/pyproject.toml index e4c6908d82..b3d30aed04 100644 --- a/integrations/opsgenie/pyproject.toml +++ b/integrations/opsgenie/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "opsgenie" -version = "0.2.28" -description = "Ocean integration for OpsGenie" +version = "0.2.29" +description = "Ocean integration for Opsgenie" authors = ["Isaac Coffie "] [tool.poetry.dependencies] diff --git a/integrations/pagerduty/.port/spec.yaml b/integrations/pagerduty/.port/spec.yaml index 8d2fac7ea0..3edc51adcb 100644 --- a/integrations/pagerduty/.port/spec.yaml +++ b/integrations/pagerduty/.port/spec.yaml @@ -1,4 +1,5 @@ -description: pagerduty integration for Port Ocean +title: PagerDuty +description: PagerDuty integration for Port Ocean icon: pagerduty docs: https://docs.getport.io/build-your-software-catalog/sync-data-to-catalog/incident-management/pagerduty features: diff --git a/integrations/pagerduty/CHANGELOG.md b/integrations/pagerduty/CHANGELOG.md index 55e6eaf218..78cb6bfc4a 100644 --- a/integrations/pagerduty/CHANGELOG.md +++ b/integrations/pagerduty/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## 0.1.132 (2026-12-30) + + +### Improvements + +- Added title to the configuration properties + + ## 0.1.131 (2024-12-26) diff --git a/integrations/pagerduty/pyproject.toml b/integrations/pagerduty/pyproject.toml index a20d0d406e..d84bbfe4bb 100644 --- a/integrations/pagerduty/pyproject.toml +++ b/integrations/pagerduty/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "pagerduty" -version = "0.1.131" -description = "Pagerduty Integration" +version = "0.1.132" +description = "PagerDuty Integration" authors = ["Port Team "] [tool.poetry.dependencies] diff --git a/integrations/sentry/.port/spec.yaml b/integrations/sentry/.port/spec.yaml index efbd5df45e..444d0a7b05 100644 --- a/integrations/sentry/.port/spec.yaml +++ b/integrations/sentry/.port/spec.yaml @@ -1,4 +1,5 @@ -description: sentry integration for Port Ocean +title: Sentry +description: Sentry integration for Port Ocean icon: Sentry docs: https://docs.getport.io/build-your-software-catalog/sync-data-to-catalog/apm-alerting/sentry features: diff --git a/integrations/sentry/CHANGELOG.md b/integrations/sentry/CHANGELOG.md index 305296acd9..65aba3845f 100644 --- a/integrations/sentry/CHANGELOG.md +++ b/integrations/sentry/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## 0.1.105 (2026-12-30) + + +### Improvements + +- Added title to the configuration properties + + ## 0.1.104 (2024-12-26) diff --git a/integrations/sentry/pyproject.toml b/integrations/sentry/pyproject.toml index 060259a606..4c0484ebd0 100644 --- a/integrations/sentry/pyproject.toml +++ b/integrations/sentry/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sentry" -version = "0.1.104" +version = "0.1.105" description = "Sentry Integration" authors = ["Dvir Segev ","Matan Geva "] diff --git a/integrations/servicenow/.port/spec.yaml b/integrations/servicenow/.port/spec.yaml index 2d62c85e31..d28ad32f03 100644 --- a/integrations/servicenow/.port/spec.yaml +++ b/integrations/servicenow/.port/spec.yaml @@ -1,4 +1,5 @@ -description: Servicenow integration for Port Ocean +title: ServiceNow +description: ServiceNow integration for Port Ocean icon: Servicenow # Should be one of the available icons in Port docs: https://docs.getport.io/build-your-software-catalog/sync-data-to-catalog/incident-management/servicenow features: diff --git a/integrations/servicenow/CHANGELOG.md b/integrations/servicenow/CHANGELOG.md index 28304b25f3..b1dd717557 100644 --- a/integrations/servicenow/CHANGELOG.md +++ b/integrations/servicenow/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## 0.1.94 (2026-12-30) + + +### Improvements + +- Added title to the configuration properties + + ## 0.1.93 (2024-12-26) diff --git a/integrations/servicenow/pyproject.toml b/integrations/servicenow/pyproject.toml index d98890e876..a6a0a369e7 100644 --- a/integrations/servicenow/pyproject.toml +++ b/integrations/servicenow/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "servicenow" -version = "0.1.93" -description = "Service Now Ocean Integration" +version = "0.1.94" +description = "ServiceNow Ocean Integration" authors = ["Isaac Coffie "] [tool.poetry.dependencies] diff --git a/integrations/snyk/.port/spec.yaml b/integrations/snyk/.port/spec.yaml index 3305db8b8f..17fa10289a 100644 --- a/integrations/snyk/.port/spec.yaml +++ b/integrations/snyk/.port/spec.yaml @@ -1,3 +1,4 @@ +title: Snyk description: Snyk integration for Port Ocean icon: Snyk docs: https://docs.getport.io/build-your-software-catalog/sync-data-to-catalog/code-quality-security/snyk diff --git a/integrations/snyk/CHANGELOG.md b/integrations/snyk/CHANGELOG.md index e1cd42239c..d03f50a75b 100644 --- a/integrations/snyk/CHANGELOG.md +++ b/integrations/snyk/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## 0.1.117 (2026-12-30) + + +### Improvements + +- Added title to the configuration properties + + ## 0.1.116 (2024-12-26) diff --git a/integrations/snyk/pyproject.toml b/integrations/snyk/pyproject.toml index 90e83b9a80..76d1085a49 100644 --- a/integrations/snyk/pyproject.toml +++ b/integrations/snyk/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "snyk" -version = "0.1.116" +version = "0.1.117" description = "Snyk integration powered by Ocean" authors = ["Isaac Coffie "] diff --git a/integrations/sonarqube/.port/spec.yaml b/integrations/sonarqube/.port/spec.yaml index a4ff88cf0b..f78c3aabaa 100644 --- a/integrations/sonarqube/.port/spec.yaml +++ b/integrations/sonarqube/.port/spec.yaml @@ -1,3 +1,4 @@ +title: SonarQube description: SonarQube integration for Port Ocean icon: sonarqube docs: https://docs.getport.io/build-your-software-catalog/sync-data-to-catalog/code-quality-security/sonarqube diff --git a/integrations/sonarqube/CHANGELOG.md b/integrations/sonarqube/CHANGELOG.md index 92be45c30a..dfd98ce682 100644 --- a/integrations/sonarqube/CHANGELOG.md +++ b/integrations/sonarqube/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## 0.1.126 (2026-12-30) + + +### Improvements + +- Added title to the configuration properties + + ## 0.1.125 (2024-12-26) diff --git a/integrations/sonarqube/pyproject.toml b/integrations/sonarqube/pyproject.toml index 4c73198654..a8e4d8661e 100644 --- a/integrations/sonarqube/pyproject.toml +++ b/integrations/sonarqube/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sonarqube" -version = "0.1.125" +version = "0.1.126" description = "SonarQube projects and code quality analysis integration" authors = ["Port Team "] diff --git a/integrations/statuspage/.port/spec.yaml b/integrations/statuspage/.port/spec.yaml index cf20588bcf..1aac8698b3 100644 --- a/integrations/statuspage/.port/spec.yaml +++ b/integrations/statuspage/.port/spec.yaml @@ -1,3 +1,4 @@ +title: Statuspage description: Statuspage integration for Port Ocean icon: StatusPage docs: https://docs.getport.io/build-your-software-catalog/sync-data-to-catalog/incident-management/statuspage diff --git a/integrations/statuspage/CHANGELOG.md b/integrations/statuspage/CHANGELOG.md index b4b2439a1c..a73eeb53c6 100644 --- a/integrations/statuspage/CHANGELOG.md +++ b/integrations/statuspage/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## 0.1.53 (2026-12-30) + + +### Improvements + +- Added title to the configuration properties + + ## 0.1.52 (2024-12-26) diff --git a/integrations/statuspage/pyproject.toml b/integrations/statuspage/pyproject.toml index 83f51b669c..6a6f3f97bb 100644 --- a/integrations/statuspage/pyproject.toml +++ b/integrations/statuspage/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "statuspage" -version = "0.1.52" +version = "0.1.53" description = "Connect Statuspage to Ocean and automatically ingest incidents, updates, and impacted components for comprehensive monitoring" authors = ["Albert Luganga "] diff --git a/integrations/terraform-cloud/.port/spec.yaml b/integrations/terraform-cloud/.port/spec.yaml index 7c294589d9..11d3666bd9 100644 --- a/integrations/terraform-cloud/.port/spec.yaml +++ b/integrations/terraform-cloud/.port/spec.yaml @@ -1,4 +1,5 @@ -description: terraform cloud integration for Port Ocean +title: Terraform Cloud +description: Terraform Cloud integration for Port Ocean icon: Terraform docs: https://docs.getport.io/build-your-software-catalog/sync-data-to-catalog/terraform-cloud features: diff --git a/integrations/terraform-cloud/CHANGELOG.md b/integrations/terraform-cloud/CHANGELOG.md index 11f7b298d5..7adbbcf27b 100644 --- a/integrations/terraform-cloud/CHANGELOG.md +++ b/integrations/terraform-cloud/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## 0.1.93 (2026-12-30) + + +### Improvements + +- Added title to the configuration properties + + ## 0.1.92 (2024-12-26) diff --git a/integrations/terraform-cloud/pyproject.toml b/integrations/terraform-cloud/pyproject.toml index 5f9e82341d..8f67530ced 100644 --- a/integrations/terraform-cloud/pyproject.toml +++ b/integrations/terraform-cloud/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "terraform-cloud" -version = "0.1.92" +version = "0.1.93" description = "Terraform Cloud Integration for Port" authors = ["Michael Armah "] diff --git a/integrations/wiz/.port/spec.yaml b/integrations/wiz/.port/spec.yaml index 77ca9a39d1..cea2702138 100644 --- a/integrations/wiz/.port/spec.yaml +++ b/integrations/wiz/.port/spec.yaml @@ -1,3 +1,4 @@ +title: Wiz description: Wiz integration for Port Ocean icon: Wiz docs: https://docs.getport.io/build-your-software-catalog/sync-data-to-catalog/code-quality-security/wiz diff --git a/integrations/wiz/CHANGELOG.md b/integrations/wiz/CHANGELOG.md index a4ce979e28..99b71ca1cd 100644 --- a/integrations/wiz/CHANGELOG.md +++ b/integrations/wiz/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## 0.1.85 (2026-12-30) + + +### Improvements + +- Added title to the configuration properties + + ## 0.1.84 (2024-12-26) diff --git a/integrations/wiz/pyproject.toml b/integrations/wiz/pyproject.toml index 04d5aeb9b5..9b6240c25f 100644 --- a/integrations/wiz/pyproject.toml +++ b/integrations/wiz/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wiz" -version = "0.1.84" +version = "0.1.85" description = "Wiz Port integration in Ocean" authors = ["Albert Luganga "]