From 78c46b152637d9790fad385afe8b460355abbb73 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 27 Jun 2024 14:01:38 +0000 Subject: [PATCH 01/25] Bumped ocean version to ^0.9.1 for argocd --- integrations/argocd/CHANGELOG.md | 7 +++++++ integrations/argocd/pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/integrations/argocd/CHANGELOG.md b/integrations/argocd/CHANGELOG.md index 71af8376e..e72b67f43 100644 --- a/integrations/argocd/CHANGELOG.md +++ b/integrations/argocd/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +# Port_Ocean 0.1.63 (2024-06-27) + +### Improvements + +- Bumped ocean version to ^0.9.1 (#1) + + # Port_Ocean 0.1.62 (2024-06-23) ### Improvements diff --git a/integrations/argocd/pyproject.toml b/integrations/argocd/pyproject.toml index 520b3d31f..4ccfa75e3 100644 --- a/integrations/argocd/pyproject.toml +++ b/integrations/argocd/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "argocd" -version = "0.1.62" +version = "0.1.63" description = "Argo CD integration powered by Ocean" authors = ["Isaac Coffie "] From 0f20d175ac69c46ec32b017afb0944a6709b5fb1 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 27 Jun 2024 14:01:54 +0000 Subject: [PATCH 02/25] Bumped ocean version to ^0.9.1 for aws --- integrations/aws/CHANGELOG.md | 7 +++++++ integrations/aws/pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/integrations/aws/CHANGELOG.md b/integrations/aws/CHANGELOG.md index f84372b2b..a638e8d66 100644 --- a/integrations/aws/CHANGELOG.md +++ b/integrations/aws/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +# Port_Ocean 0.2.9 (2024-06-27) + +### Improvements + +- Bumped ocean version to ^0.9.1 (#1) + + # Port_Ocean 0.2.8 (2024-06-23) ### Improvements diff --git a/integrations/aws/pyproject.toml b/integrations/aws/pyproject.toml index 0c5f88160..84d4007a8 100644 --- a/integrations/aws/pyproject.toml +++ b/integrations/aws/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aws" -version = "0.2.8" +version = "0.2.9" description = "This integration will map all your resources in all the available accounts to your Port entities" authors = ["Shalev Avhar "] From 7cb0f1c5758c85c970c656871035a64b9e9dd114 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 27 Jun 2024 14:02:06 +0000 Subject: [PATCH 03/25] Bumped ocean version to ^0.9.1 for azure --- integrations/azure/CHANGELOG.md | 7 +++++++ integrations/azure/pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/integrations/azure/CHANGELOG.md b/integrations/azure/CHANGELOG.md index 3b38e77e3..f2d3cca4a 100644 --- a/integrations/azure/CHANGELOG.md +++ b/integrations/azure/CHANGELOG.md @@ -1,3 +1,10 @@ +0.1.67 (2024-06-27) + +### Improvements + +- Bumped ocean version to ^0.9.1 (#1) + + 0.1.66 (2024-06-23) ### Improvements diff --git a/integrations/azure/pyproject.toml b/integrations/azure/pyproject.toml index 52e1fd6b3..850d188e4 100644 --- a/integrations/azure/pyproject.toml +++ b/integrations/azure/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "azure" -version = "0.1.66" +version = "0.1.67" description = "Azure integration" authors = ["Tom Tankilevitch "] From 29cb63ae258c8e2541bf6c0ac4330c32b43b5fe3 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 27 Jun 2024 14:02:16 +0000 Subject: [PATCH 04/25] Bumped ocean version to ^0.9.1 for azure-devops --- integrations/azure-devops/CHANGELOG.md | 7 +++++++ integrations/azure-devops/pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/integrations/azure-devops/CHANGELOG.md b/integrations/azure-devops/CHANGELOG.md index 01467decd..b9533df47 100644 --- a/integrations/azure-devops/CHANGELOG.md +++ b/integrations/azure-devops/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +# Port_Ocean 0.1.37 (2024-06-27) + +### Improvements + +- Bumped ocean version to ^0.9.1 (#1) + + # Port_Ocean 0.1.36 (2024-06-23) ### Improvements diff --git a/integrations/azure-devops/pyproject.toml b/integrations/azure-devops/pyproject.toml index 8b2b88f2a..d93ce4f41 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.36" +version = "0.1.37" description = "An Azure Devops Ocean integration" authors = ["Matan Geva "] From 4b524a0961ef4d52e9442ad6b60ffe88db1b994d Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 27 Jun 2024 14:02:25 +0000 Subject: [PATCH 05/25] Bumped ocean version to ^0.9.1 for datadog --- integrations/datadog/CHANGELOG.md | 7 +++++++ integrations/datadog/pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/integrations/datadog/CHANGELOG.md b/integrations/datadog/CHANGELOG.md index 622e18333..a62aa42b5 100644 --- a/integrations/datadog/CHANGELOG.md +++ b/integrations/datadog/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +# Port_Ocean 0.1.12 (2024-06-27) + +### Improvements + +- Bumped ocean version to ^0.9.1 (#1) + + # Port_Ocean 0.1.11 (2024-06-23) ### Improvements diff --git a/integrations/datadog/pyproject.toml b/integrations/datadog/pyproject.toml index 258a3b22e..8908de9bc 100644 --- a/integrations/datadog/pyproject.toml +++ b/integrations/datadog/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "datadog" -version = "0.1.11" +version = "0.1.12" description = "Datadog Ocean Integration" authors = ["Albert Luganga "] From 1207b1830564755399a5a691344d17c030e2bb35 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 27 Jun 2024 14:02:34 +0000 Subject: [PATCH 06/25] Bumped ocean version to ^0.9.1 for dynatrace --- integrations/dynatrace/CHANGELOG.md | 7 +++++++ integrations/dynatrace/pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/integrations/dynatrace/CHANGELOG.md b/integrations/dynatrace/CHANGELOG.md index f3162b421..d718d3c8d 100644 --- a/integrations/dynatrace/CHANGELOG.md +++ b/integrations/dynatrace/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +# Port_Ocean 0.1.28 (2024-06-27) + +### Improvements + +- Bumped ocean version to ^0.9.1 (#1) + + # Port_Ocean 0.1.27 (2024-06-25) ### Features diff --git a/integrations/dynatrace/pyproject.toml b/integrations/dynatrace/pyproject.toml index 99b6acc70..7bf3d0d45 100644 --- a/integrations/dynatrace/pyproject.toml +++ b/integrations/dynatrace/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dynatrace" -version = "0.1.27" +version = "0.1.28" description = "An integration used to import Dynatrace resources into Port" authors = ["Ayodeji Adeoti <>"] From 47f2774ff07ea1633f4575322e8336258682fc95 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 27 Jun 2024 14:02:43 +0000 Subject: [PATCH 07/25] Bumped ocean version to ^0.9.1 for firehydrant --- integrations/firehydrant/CHANGELOG.md | 7 +++++++ integrations/firehydrant/pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/integrations/firehydrant/CHANGELOG.md b/integrations/firehydrant/CHANGELOG.md index dd28b3d2c..81ed1a05d 100644 --- a/integrations/firehydrant/CHANGELOG.md +++ b/integrations/firehydrant/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +# Port_Ocean 0.1.52 (2024-06-27) + +### Improvements + +- Bumped ocean version to ^0.9.1 (#1) + + # Port_Ocean 0.1.51 (2024-06-23) ### Improvements diff --git a/integrations/firehydrant/pyproject.toml b/integrations/firehydrant/pyproject.toml index ec8766b48..d0f7a616c 100644 --- a/integrations/firehydrant/pyproject.toml +++ b/integrations/firehydrant/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "firehydrant" -version = "0.1.51" +version = "0.1.52" description = "FireHydrant Integration Powered by Ocean" authors = ["Isaac Coffie "] From e9398e4befe63eaa05152932013c4af286f0cbed Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 27 Jun 2024 14:02:54 +0000 Subject: [PATCH 08/25] Bumped ocean version to ^0.9.1 for gcp --- integrations/gcp/CHANGELOG.md | 7 +++++++ integrations/gcp/pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/integrations/gcp/CHANGELOG.md b/integrations/gcp/CHANGELOG.md index 08bf9f9ba..a83eb129b 100644 --- a/integrations/gcp/CHANGELOG.md +++ b/integrations/gcp/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +# Port_Ocean 0.1.27 (2024-06-27) + +### Improvements + +- Bumped ocean version to ^0.9.1 (#1) + + # Port_Ocean 0.1.26 (2024-06-23) ### Improvements diff --git a/integrations/gcp/pyproject.toml b/integrations/gcp/pyproject.toml index 7027fbbc3..03baeee91 100644 --- a/integrations/gcp/pyproject.toml +++ b/integrations/gcp/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gcp" -version = "0.1.26" +version = "0.1.27" description = "A GCP ocean integration" authors = ["Matan Geva "] From e5161ffbb3b919b6dfc63c1fcb47887914cc3d58 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 27 Jun 2024 14:03:03 +0000 Subject: [PATCH 09/25] Bumped ocean version to ^0.9.1 for gitlab --- integrations/gitlab/CHANGELOG.md | 8 ++++++++ integrations/gitlab/pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/integrations/gitlab/CHANGELOG.md b/integrations/gitlab/CHANGELOG.md index edb9e6c58..c8fcb8df1 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.1.89 (2024-06-27) +=================== + +### Improvements + +- Bumped ocean version to ^0.9.1 (#1) + + 0.1.88 (2024-06-23) =================== diff --git a/integrations/gitlab/pyproject.toml b/integrations/gitlab/pyproject.toml index ae0ea1227..a032e5ff6 100644 --- a/integrations/gitlab/pyproject.toml +++ b/integrations/gitlab/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gitlab" -version = "0.1.88" +version = "0.1.89" description = "Gitlab integration for Port using Port-Ocean Framework" authors = ["Yair Siman-Tov "] From 311a384266cd4c7549fc9626c749a5ce8eeb6396 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 27 Jun 2024 14:03:13 +0000 Subject: [PATCH 10/25] Bumped ocean version to ^0.9.1 for jenkins --- integrations/jenkins/CHANGELOG.md | 7 +++++++ integrations/jenkins/pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/integrations/jenkins/CHANGELOG.md b/integrations/jenkins/CHANGELOG.md index c715ff606..e0da53df3 100644 --- a/integrations/jenkins/CHANGELOG.md +++ b/integrations/jenkins/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +# Port_Ocean 0.1.35 (2024-06-27) + +### Improvements + +- Bumped ocean version to ^0.9.1 (#1) + + # Port_Ocean 0.1.34 (2024-06-23) ### Improvements diff --git a/integrations/jenkins/pyproject.toml b/integrations/jenkins/pyproject.toml index a650b780b..9f93f913a 100644 --- a/integrations/jenkins/pyproject.toml +++ b/integrations/jenkins/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jenkins" -version = "0.1.34" +version = "0.1.35" description = "Jenkins Integration to Port Ocean" authors = ["Albert Luganga "] From 66917fa03c96856aedeedb06903b0d70b65288d7 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 27 Jun 2024 14:03:21 +0000 Subject: [PATCH 11/25] Bumped ocean version to ^0.9.1 for jira --- integrations/jira/CHANGELOG.md | 7 +++++++ integrations/jira/pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/integrations/jira/CHANGELOG.md b/integrations/jira/CHANGELOG.md index 94fdd75b3..4f6bcb72c 100644 --- a/integrations/jira/CHANGELOG.md +++ b/integrations/jira/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +0.1.62 (2024-06-27) + +### Improvements + +- Bumped ocean version to ^0.9.1 (#1) + + 0.1.61 (2024-06-23) ### Improvements diff --git a/integrations/jira/pyproject.toml b/integrations/jira/pyproject.toml index 89973f599..a80cc7ad4 100644 --- a/integrations/jira/pyproject.toml +++ b/integrations/jira/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jira" -version = "0.1.61" +version = "0.1.62" description = "Integration to bring information from Jira into Port" authors = ["Mor Paz "] From c5c7a763fa14802cba25813f63197ba9e6e9557a Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 27 Jun 2024 14:03:31 +0000 Subject: [PATCH 12/25] Bumped ocean version to ^0.9.1 for kafka --- integrations/kafka/CHANGELOG.md | 7 +++++++ integrations/kafka/pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/integrations/kafka/CHANGELOG.md b/integrations/kafka/CHANGELOG.md index d7faac100..0469d3157 100644 --- a/integrations/kafka/CHANGELOG.md +++ b/integrations/kafka/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +# Port_Ocean 0.1.53 (2024-06-27) + +### Improvements + +- Bumped ocean version to ^0.9.1 (#1) + + # Port_Ocean 0.1.52 (2024-06-23) ### Improvements diff --git a/integrations/kafka/pyproject.toml b/integrations/kafka/pyproject.toml index 5c09aebd9..f32e9f035 100644 --- a/integrations/kafka/pyproject.toml +++ b/integrations/kafka/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kafka" -version = "0.1.52" +version = "0.1.53" 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 "] From e88094c7d709449bcdceb899bebc8c0a8ef05fca Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 27 Jun 2024 14:03:40 +0000 Subject: [PATCH 13/25] Bumped ocean version to ^0.9.1 for kubecost --- integrations/kubecost/CHANGELOG.md | 7 +++++++ integrations/kubecost/pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/integrations/kubecost/CHANGELOG.md b/integrations/kubecost/CHANGELOG.md index 6750164c8..cc57a5917 100644 --- a/integrations/kubecost/CHANGELOG.md +++ b/integrations/kubecost/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +# Port_Ocean 0.1.55 (2024-06-27) + +### Improvements + +- Bumped ocean version to ^0.9.1 (#1) + + # Port_Ocean 0.1.54 (2024-06-23) ### Improvements diff --git a/integrations/kubecost/pyproject.toml b/integrations/kubecost/pyproject.toml index f441e4817..31df8a6e4 100644 --- a/integrations/kubecost/pyproject.toml +++ b/integrations/kubecost/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kubecost" -version = "0.1.54" +version = "0.1.55" description = "Kubecost integration powered by Ocean" authors = ["Isaac Coffie "] From bbc1880012e6a9ec2e7dac74b26a4f9638845fca Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 27 Jun 2024 14:03:49 +0000 Subject: [PATCH 14/25] Bumped ocean version to ^0.9.1 for launchdarkly --- integrations/launchdarkly/CHANGELOG.md | 7 +++++++ integrations/launchdarkly/pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/integrations/launchdarkly/CHANGELOG.md b/integrations/launchdarkly/CHANGELOG.md index 49651ba56..dd975ad71 100644 --- a/integrations/launchdarkly/CHANGELOG.md +++ b/integrations/launchdarkly/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +# Port_Ocean 0.1.28 (2024-06-27) + +### Improvements + +- Bumped ocean version to ^0.9.1 (#1) + + # Port_Ocean 0.1.27 (2024-06-23) ### Improvements diff --git a/integrations/launchdarkly/pyproject.toml b/integrations/launchdarkly/pyproject.toml index b513b7075..ef600c7c1 100644 --- a/integrations/launchdarkly/pyproject.toml +++ b/integrations/launchdarkly/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "launchdarkly" -version = "0.1.27" +version = "0.1.28" description = "Launchdarkly integration for Port" authors = ["Michael Armah "] From 443c5b9f335bf0a5f63f2f71a1f72d17c15998ca Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 27 Jun 2024 14:03:58 +0000 Subject: [PATCH 15/25] Bumped ocean version to ^0.9.1 for linear --- integrations/linear/CHANGELOG.md | 7 +++++++ integrations/linear/pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/integrations/linear/CHANGELOG.md b/integrations/linear/CHANGELOG.md index 9977c8156..3c6d7fb74 100644 --- a/integrations/linear/CHANGELOG.md +++ b/integrations/linear/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +# Port_Ocean 0.1.14 (2024-06-27) + +### Improvements + +- Bumped ocean version to ^0.9.1 (#1) + + # Port_Ocean 0.1.13 (2024-06-23) ### Improvements diff --git a/integrations/linear/pyproject.toml b/integrations/linear/pyproject.toml index 0a8d3d8e8..0e8d8d8f5 100644 --- a/integrations/linear/pyproject.toml +++ b/integrations/linear/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "linear" -version = "0.1.13" +version = "0.1.14" description = "Integration to bring information from Linear into Port" authors = ["Mor Paz "] From ff1ace0c5079ab0bbcf6453889bf7e46e43014c0 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 27 Jun 2024 14:04:07 +0000 Subject: [PATCH 16/25] Bumped ocean version to ^0.9.1 for newrelic --- integrations/newrelic/CHANGELOG.md | 7 +++++++ integrations/newrelic/pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/integrations/newrelic/CHANGELOG.md b/integrations/newrelic/CHANGELOG.md index 4ca1cd9ff..e7d9fb5fe 100644 --- a/integrations/newrelic/CHANGELOG.md +++ b/integrations/newrelic/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +# Port_Ocean 0.1.56 (2024-06-27) + +### Improvements + +- Bumped ocean version to ^0.9.1 (#1) + + # Port_Ocean 0.1.55 (2024-06-23) ### Improvements diff --git a/integrations/newrelic/pyproject.toml b/integrations/newrelic/pyproject.toml index 9231ad1e8..8397369e6 100644 --- a/integrations/newrelic/pyproject.toml +++ b/integrations/newrelic/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "newrelic" -version = "0.1.55" +version = "0.1.56" description = "New Relic Integration" authors = ["Tom Tankilevitch "] From 5b988447cf7c42688b8090e3a71b2e53ccea3eb0 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 27 Jun 2024 14:04:16 +0000 Subject: [PATCH 17/25] Bumped ocean version to ^0.9.1 for opencost --- integrations/opencost/CHANGELOG.md | 7 +++++++ integrations/opencost/pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/integrations/opencost/CHANGELOG.md b/integrations/opencost/CHANGELOG.md index 2e0851e47..b4fe5ecae 100644 --- a/integrations/opencost/CHANGELOG.md +++ b/integrations/opencost/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +# Port_Ocean 0.1.55 (2024-06-27) + +### Improvements + +- Bumped ocean version to ^0.9.1 (#1) + + # Port_Ocean 0.1.54 (2024-06-23) ### Improvements diff --git a/integrations/opencost/pyproject.toml b/integrations/opencost/pyproject.toml index 975d95072..1909337a4 100644 --- a/integrations/opencost/pyproject.toml +++ b/integrations/opencost/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "opencost" -version = "0.1.54" +version = "0.1.55" description = "Ocean integration for OpenCost" authors = ["Isaac Coffie "] From 7281552d106f3380ffcb68197da9c0965c62f75e Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 27 Jun 2024 14:04:25 +0000 Subject: [PATCH 18/25] Bumped ocean version to ^0.9.1 for opsgenie --- integrations/opsgenie/CHANGELOG.md | 7 +++++++ integrations/opsgenie/pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/integrations/opsgenie/CHANGELOG.md b/integrations/opsgenie/CHANGELOG.md index f1eababce..a945bf998 100644 --- a/integrations/opsgenie/CHANGELOG.md +++ b/integrations/opsgenie/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +# Port_Ocean 0.1.54 (2024-06-27) + +### Improvements + +- Bumped ocean version to ^0.9.1 (#1) + + # Port_Ocean 0.1.53 (2024-06-23) ### Improvements diff --git a/integrations/opsgenie/pyproject.toml b/integrations/opsgenie/pyproject.toml index 61c75bf78..c0ea6956e 100644 --- a/integrations/opsgenie/pyproject.toml +++ b/integrations/opsgenie/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "opsgenie" -version = "0.1.53" +version = "0.1.54" description = "Ocean integration for OpsGenie" authors = ["Isaac Coffie "] From cd4069eece1cfaf3c427342bb3b0174687cc1368 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 27 Jun 2024 14:04:33 +0000 Subject: [PATCH 19/25] Bumped ocean version to ^0.9.1 for pagerduty --- integrations/pagerduty/CHANGELOG.md | 7 +++++++ integrations/pagerduty/pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/integrations/pagerduty/CHANGELOG.md b/integrations/pagerduty/CHANGELOG.md index 62d2d3698..a4fd4e7a5 100644 --- a/integrations/pagerduty/CHANGELOG.md +++ b/integrations/pagerduty/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +# Port_Ocean 0.1.75 (2024-06-27) + +### Improvements + +- Bumped ocean version to ^0.9.1 (#1) + + # Port_Ocean 0.1.74 (2024-06-25) ### Features diff --git a/integrations/pagerduty/pyproject.toml b/integrations/pagerduty/pyproject.toml index 0b7c2acdf..b14ac48ed 100644 --- a/integrations/pagerduty/pyproject.toml +++ b/integrations/pagerduty/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pagerduty" -version = "0.1.74" +version = "0.1.75" description = "Pagerduty Integration" authors = ["Port Team "] From 4fa6a02a950281e61657f5aa7d9c697a37420232 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 27 Jun 2024 14:04:42 +0000 Subject: [PATCH 20/25] Bumped ocean version to ^0.9.1 for sentry --- integrations/sentry/CHANGELOG.md | 7 +++++++ integrations/sentry/pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/integrations/sentry/CHANGELOG.md b/integrations/sentry/CHANGELOG.md index 4ada90c0b..d80805ddb 100644 --- a/integrations/sentry/CHANGELOG.md +++ b/integrations/sentry/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +# Port_Ocean 0.1.53 (2024-06-27) + +### Improvements + +- Bumped ocean version to ^0.9.1 (#1) + + # Port_Ocean 0.1.52 (2024-06-23) ### Improvements diff --git a/integrations/sentry/pyproject.toml b/integrations/sentry/pyproject.toml index 08a888232..9dcd879e9 100644 --- a/integrations/sentry/pyproject.toml +++ b/integrations/sentry/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sentry" -version = "0.1.52" +version = "0.1.53" description = "Sentry Integration" authors = ["Dvir Segev "] From 83a31f0770491f041f9628e0bbed9497356fa397 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 27 Jun 2024 14:04:51 +0000 Subject: [PATCH 21/25] Bumped ocean version to ^0.9.1 for servicenow --- integrations/servicenow/CHANGELOG.md | 7 +++++++ integrations/servicenow/pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/integrations/servicenow/CHANGELOG.md b/integrations/servicenow/CHANGELOG.md index 243fff948..8edb88ba6 100644 --- a/integrations/servicenow/CHANGELOG.md +++ b/integrations/servicenow/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +# Port_Ocean 0.1.42 (2024-06-27) + +### Improvements + +- Bumped ocean version to ^0.9.1 (#1) + + # Port_Ocean 0.1.41 (2024-06-23) ### Improvements diff --git a/integrations/servicenow/pyproject.toml b/integrations/servicenow/pyproject.toml index a5f46d7cf..1154734d1 100644 --- a/integrations/servicenow/pyproject.toml +++ b/integrations/servicenow/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "servicenow" -version = "0.1.41" +version = "0.1.42" description = "Service Now Ocean Integration" authors = ["Isaac Coffie "] From 9082d537ff1faf8caa99effd2b4972ad04584178 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 27 Jun 2024 14:05:00 +0000 Subject: [PATCH 22/25] Bumped ocean version to ^0.9.1 for snyk --- integrations/snyk/CHANGELOG.md | 7 +++++++ integrations/snyk/pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/integrations/snyk/CHANGELOG.md b/integrations/snyk/CHANGELOG.md index 75af243a2..7a8968b5e 100644 --- a/integrations/snyk/CHANGELOG.md +++ b/integrations/snyk/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +# Port_Ocean 0.1.62 (2024-06-27) + +### Improvements + +- Bumped ocean version to ^0.9.1 (#1) + + # Port_Ocean 0.1.61 (2024-06-25) ### Improvements diff --git a/integrations/snyk/pyproject.toml b/integrations/snyk/pyproject.toml index eed282ba9..18ca332a6 100644 --- a/integrations/snyk/pyproject.toml +++ b/integrations/snyk/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "snyk" -version = "0.1.61" +version = "0.1.62" description = "Snyk integration powered by Ocean" authors = ["Isaac Coffie "] From 23cfaa63a15f5aecd06f8edde6edaf5b53909a33 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 27 Jun 2024 14:05:09 +0000 Subject: [PATCH 23/25] Bumped ocean version to ^0.9.1 for sonarqube --- integrations/sonarqube/CHANGELOG.md | 7 +++++++ integrations/sonarqube/pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/integrations/sonarqube/CHANGELOG.md b/integrations/sonarqube/CHANGELOG.md index deaf52cbe..1efdc755b 100644 --- a/integrations/sonarqube/CHANGELOG.md +++ b/integrations/sonarqube/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +# Port_Ocean 0.1.66 (2024-06-27) + +### Improvements + +- Bumped ocean version to ^0.9.1 (#1) + + # Port_Ocean 0.1.65 (2024-06-25) ### Improvements diff --git a/integrations/sonarqube/pyproject.toml b/integrations/sonarqube/pyproject.toml index 5726e9b6c..bc745f8a7 100644 --- a/integrations/sonarqube/pyproject.toml +++ b/integrations/sonarqube/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sonarqube" -version = "0.1.65" +version = "0.1.66" description = "SonarQube projects and code quality analysis integration" authors = ["Port Team "] From 3e16429fdb068ec2a78bc0fc2547a65afb53da1a Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 27 Jun 2024 14:05:18 +0000 Subject: [PATCH 24/25] Bumped ocean version to ^0.9.1 for terraform-cloud --- integrations/terraform-cloud/CHANGELOG.md | 7 +++++++ integrations/terraform-cloud/pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/integrations/terraform-cloud/CHANGELOG.md b/integrations/terraform-cloud/CHANGELOG.md index 6cc27b2b7..002eaa6b2 100644 --- a/integrations/terraform-cloud/CHANGELOG.md +++ b/integrations/terraform-cloud/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +# Port_Ocean 0.1.42 (2024-06-27) + +### Improvements + +- Bumped ocean version to ^0.9.1 (#1) + + # Port_Ocean 0.1.41 (2024-06-23) ### Improvements diff --git a/integrations/terraform-cloud/pyproject.toml b/integrations/terraform-cloud/pyproject.toml index e67ef8362..aac2061bd 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.41" +version = "0.1.42" description = "Terraform Cloud Integration for Port" authors = ["Michael Armah "] From 007ac89a9b33eeadd2db91796fc4dae45527dd1f Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 27 Jun 2024 14:05:27 +0000 Subject: [PATCH 25/25] Bumped ocean version to ^0.9.1 for wiz --- integrations/wiz/CHANGELOG.md | 7 +++++++ integrations/wiz/pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/integrations/wiz/CHANGELOG.md b/integrations/wiz/CHANGELOG.md index 8a348d37c..69bbd385e 100644 --- a/integrations/wiz/CHANGELOG.md +++ b/integrations/wiz/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +# Port_Ocean 0.1.33 (2024-06-27) + +### Improvements + +- Bumped ocean version to ^0.9.1 (#1) + + # Port_Ocean 0.1.32 (2024-06-23) ### Improvements diff --git a/integrations/wiz/pyproject.toml b/integrations/wiz/pyproject.toml index 9689d7b8d..3a5d2ca92 100644 --- a/integrations/wiz/pyproject.toml +++ b/integrations/wiz/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wiz" -version = "0.1.32" +version = "0.1.33" description = "Wiz Port integration in Ocean" authors = ["Albert Luganga "]