From 0dab440bbbed2d489aa8edb524d81706d585a815 Mon Sep 17 00:00:00 2001 From: erikzaadi Date: Tue, 20 Aug 2024 17:58:11 +0300 Subject: [PATCH] Bumped ocean version to ^0.9.14 --- integrations/argocd/CHANGELOG.md | 8 ++++++++ integrations/argocd/poetry.lock | 10 +++++----- integrations/argocd/pyproject.toml | 4 ++-- integrations/aws/CHANGELOG.md | 8 ++++++++ integrations/aws/poetry.lock | 8 ++++---- integrations/aws/pyproject.toml | 4 ++-- integrations/azure-devops/CHANGELOG.md | 8 ++++++++ integrations/azure-devops/poetry.lock | 10 +++++----- integrations/azure-devops/pyproject.toml | 4 ++-- integrations/azure/CHANGELOG.md | 7 +++++++ integrations/azure/poetry.lock | 10 +++++----- integrations/azure/pyproject.toml | 4 ++-- integrations/datadog/CHANGELOG.md | 9 +++++++++ integrations/datadog/pyproject.toml | 2 +- integrations/dynatrace/CHANGELOG.md | 8 ++++++++ integrations/dynatrace/poetry.lock | 10 +++++----- integrations/dynatrace/pyproject.toml | 4 ++-- integrations/firehydrant/CHANGELOG.md | 8 ++++++++ integrations/firehydrant/poetry.lock | 10 +++++----- integrations/firehydrant/pyproject.toml | 4 ++-- integrations/gcp/CHANGELOG.md | 8 ++++++++ integrations/gcp/poetry.lock | 10 +++++----- integrations/gcp/pyproject.toml | 4 ++-- integrations/gitlab/CHANGELOG.md | 8 ++++++++ integrations/gitlab/pyproject.toml | 2 +- integrations/jenkins/CHANGELOG.md | 8 ++++++++ integrations/jenkins/poetry.lock | 10 +++++----- integrations/jenkins/pyproject.toml | 4 ++-- integrations/jira/CHANGELOG.md | 8 ++++++++ integrations/jira/poetry.lock | 10 +++++----- integrations/jira/pyproject.toml | 4 ++-- integrations/kafka/CHANGELOG.md | 8 ++++++++ integrations/kafka/poetry.lock | 10 +++++----- integrations/kafka/pyproject.toml | 4 ++-- integrations/kubecost/CHANGELOG.md | 8 ++++++++ integrations/kubecost/poetry.lock | 10 +++++----- integrations/kubecost/pyproject.toml | 4 ++-- integrations/launchdarkly/CHANGELOG.md | 8 ++++++++ integrations/launchdarkly/poetry.lock | 10 +++++----- integrations/launchdarkly/pyproject.toml | 4 ++-- integrations/linear/CHANGELOG.md | 8 ++++++++ integrations/linear/poetry.lock | 10 +++++----- integrations/linear/pyproject.toml | 4 ++-- integrations/newrelic/CHANGELOG.md | 8 ++++++++ integrations/newrelic/poetry.lock | 10 +++++----- integrations/newrelic/pyproject.toml | 4 ++-- integrations/opencost/CHANGELOG.md | 8 ++++++++ integrations/opencost/poetry.lock | 10 +++++----- integrations/opencost/pyproject.toml | 4 ++-- integrations/opsgenie/CHANGELOG.md | 8 ++++++++ integrations/opsgenie/poetry.lock | 10 +++++----- integrations/opsgenie/pyproject.toml | 4 ++-- integrations/pagerduty/CHANGELOG.md | 8 ++++++++ integrations/pagerduty/poetry.lock | 10 +++++----- integrations/pagerduty/pyproject.toml | 4 ++-- integrations/sentry/CHANGELOG.md | 8 ++++++++ integrations/sentry/poetry.lock | 10 +++++----- integrations/sentry/pyproject.toml | 4 ++-- integrations/servicenow/CHANGELOG.md | 8 ++++++++ integrations/servicenow/poetry.lock | 10 +++++----- integrations/servicenow/pyproject.toml | 4 ++-- integrations/snyk/CHANGELOG.md | 8 ++++++++ integrations/snyk/poetry.lock | 10 +++++----- integrations/snyk/pyproject.toml | 4 ++-- integrations/sonarqube/CHANGELOG.md | 8 ++++++++ integrations/sonarqube/poetry.lock | 10 +++++----- integrations/sonarqube/pyproject.toml | 4 ++-- integrations/statuspage/CHANGELOG.md | 8 ++++++++ integrations/statuspage/poetry.lock | 10 +++++----- integrations/statuspage/pyproject.toml | 4 ++-- integrations/terraform-cloud/CHANGELOG.md | 8 ++++++++ integrations/terraform-cloud/poetry.lock | 10 +++++----- integrations/terraform-cloud/pyproject.toml | 4 ++-- integrations/wiz/CHANGELOG.md | 8 ++++++++ integrations/wiz/poetry.lock | 10 +++++----- integrations/wiz/pyproject.toml | 4 ++-- 76 files changed, 377 insertions(+), 169 deletions(-) diff --git a/integrations/argocd/CHANGELOG.md b/integrations/argocd/CHANGELOG.md index caf7ae94e7..6cf3796bd3 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.76 (2024-08-20) + + +### Improvements + +- Bumped ocean version to ^0.9.14 (#1) + + ## 0.1.75 (2024-08-13) diff --git a/integrations/argocd/poetry.lock b/integrations/argocd/poetry.lock index e4ba7dd0aa..1497f5bab2 100644 --- a/integrations/argocd/poetry.lock +++ b/integrations/argocd/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiostream" @@ -934,13 +934,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.9.13" +version = "0.9.14" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "port_ocean-0.9.13-py3-none-any.whl", hash = "sha256:602bf1d1d5d8cdb29e9292a124cc9feb6b500dd80a4f2e6e1907001682c79219"}, - {file = "port_ocean-0.9.13.tar.gz", hash = "sha256:850637e3e8b9f4a500b43a80531cf936580a6bd496b7deba490c4f336c26f94e"}, + {file = "port_ocean-0.9.14-py3-none-any.whl", hash = "sha256:8ce0946e9b23c0ca7e5e6821efdaddadde2b2ccca39dd9e376132c38f27b9ec6"}, + {file = "port_ocean-0.9.14.tar.gz", hash = "sha256:f733ce2fcbc69a843d980e3d4182774dcfb1c7800f91372e52943f0d45808678"}, ] [package.dependencies] @@ -1864,4 +1864,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "169faddbc8030978b5a1e92be32ce85c2d4ae623e81944aaed789dbf198ad7da" +content-hash = "cc141c7f257a49b28a93d1293a6b7d8219b4ebd5d4280c03c1551037cb65358b" diff --git a/integrations/argocd/pyproject.toml b/integrations/argocd/pyproject.toml index f7d4bd5e94..eeb5ed962d 100644 --- a/integrations/argocd/pyproject.toml +++ b/integrations/argocd/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "argocd" -version = "0.1.75" +version = "0.1.76" description = "Argo CD integration powered by Ocean" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.9.13", extras = ["cli"]} +port_ocean = {version = "^0.9.14", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2" diff --git a/integrations/aws/CHANGELOG.md b/integrations/aws/CHANGELOG.md index c36743f8aa..970e975a9d 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.28 (2024-08-20) + + +### Improvements + +- Bumped ocean version to ^0.9.14 (#1) + + ## 0.2.27 (2024-08-13) diff --git a/integrations/aws/poetry.lock b/integrations/aws/poetry.lock index 684482177b..14b20f7ed4 100644 --- a/integrations/aws/poetry.lock +++ b/integrations/aws/poetry.lock @@ -2213,13 +2213,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.9.13" +version = "0.9.14" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "port_ocean-0.9.13-py3-none-any.whl", hash = "sha256:602bf1d1d5d8cdb29e9292a124cc9feb6b500dd80a4f2e6e1907001682c79219"}, - {file = "port_ocean-0.9.13.tar.gz", hash = "sha256:850637e3e8b9f4a500b43a80531cf936580a6bd496b7deba490c4f336c26f94e"}, + {file = "port_ocean-0.9.14-py3-none-any.whl", hash = "sha256:8ce0946e9b23c0ca7e5e6821efdaddadde2b2ccca39dd9e376132c38f27b9ec6"}, + {file = "port_ocean-0.9.14.tar.gz", hash = "sha256:f733ce2fcbc69a843d980e3d4182774dcfb1c7800f91372e52943f0d45808678"}, ] [package.dependencies] @@ -4106,4 +4106,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "787629a71cdeaed0b84f182f8c92667627b11536f3bc57426ba44ceee857f70e" +content-hash = "620e6037bd4dcd9a6baca4eea16b69de9b32cc48f1da5b31b999bb53fc95fc24" diff --git a/integrations/aws/pyproject.toml b/integrations/aws/pyproject.toml index ce8007c392..6b6154c589 100644 --- a/integrations/aws/pyproject.toml +++ b/integrations/aws/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "aws" -version = "0.2.27" +version = "0.2.28" description = "This integration will map all your resources in all the available accounts to your Port entities" authors = ["Shalev Avhar ", "Erik Zaadi "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.9.13", extras = ["cli"]} +port_ocean = {version = "^0.9.14", extras = ["cli"]} python-dotenv = "^1.0.1" aioboto3 = "^12.4.0" boto3-stubs = {version = "1.34.76", extras = ["acm", "apigateway", "appconfig", "athena", "cloudcontrol", "cloudformation", "cloudwatch", "dynamodb", "ec2", "ec2-instance-connect", "ecr", "ecs", "elasticache", "elb", "elbv2", "events", "iam", "lambda", "logs", "organizations", "rds", "route53", "s3", "sagemaker", "secretsmanager", "sns", "sqs", "ssm", "sts"]} diff --git a/integrations/azure-devops/CHANGELOG.md b/integrations/azure-devops/CHANGELOG.md index 13a02c7406..30e2794100 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.53 (2024-08-20) + + +### Improvements + +- Bumped ocean version to ^0.9.14 (#1) + + ## 0.1.52 (2024-08-13) diff --git a/integrations/azure-devops/poetry.lock b/integrations/azure-devops/poetry.lock index 9d5ef3b697..5df9b439d6 100644 --- a/integrations/azure-devops/poetry.lock +++ b/integrations/azure-devops/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiostream" @@ -934,13 +934,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.9.13" +version = "0.9.14" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "port_ocean-0.9.13-py3-none-any.whl", hash = "sha256:602bf1d1d5d8cdb29e9292a124cc9feb6b500dd80a4f2e6e1907001682c79219"}, - {file = "port_ocean-0.9.13.tar.gz", hash = "sha256:850637e3e8b9f4a500b43a80531cf936580a6bd496b7deba490c4f336c26f94e"}, + {file = "port_ocean-0.9.14-py3-none-any.whl", hash = "sha256:8ce0946e9b23c0ca7e5e6821efdaddadde2b2ccca39dd9e376132c38f27b9ec6"}, + {file = "port_ocean-0.9.14.tar.gz", hash = "sha256:f733ce2fcbc69a843d980e3d4182774dcfb1c7800f91372e52943f0d45808678"}, ] [package.dependencies] @@ -1875,4 +1875,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "746361e0e50e4f6cb846be49f1d209f9c99d5f465f15e596c4e937d46b742550" +content-hash = "080230c675b0dfff9b4b5fb4258ec3864828ad3154d31280e24237e73193eb78" diff --git a/integrations/azure-devops/pyproject.toml b/integrations/azure-devops/pyproject.toml index 5e435896ba..fd7adf5e78 100644 --- a/integrations/azure-devops/pyproject.toml +++ b/integrations/azure-devops/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "azure-devops" -version = "0.1.52" +version = "0.1.53" description = "An Azure Devops Ocean integration" authors = ["Matan Geva "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.9.13", extras = ["cli"]} +port_ocean = {version = "^0.9.14", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2" diff --git a/integrations/azure/CHANGELOG.md b/integrations/azure/CHANGELOG.md index f6a3f16e07..3d049a05c8 100644 --- a/integrations/azure/CHANGELOG.md +++ b/integrations/azure/CHANGELOG.md @@ -1,3 +1,10 @@ +0.1.80 (2024-08-20) + +### Improvements + +- Bumped ocean version to ^0.9.14 (#1) + + 0.1.79 (2024-08-13) ### Improvements diff --git a/integrations/azure/poetry.lock b/integrations/azure/poetry.lock index f88497d38a..a3ff979787 100644 --- a/integrations/azure/poetry.lock +++ b/integrations/azure/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -1594,13 +1594,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.9.13" +version = "0.9.14" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "port_ocean-0.9.13-py3-none-any.whl", hash = "sha256:602bf1d1d5d8cdb29e9292a124cc9feb6b500dd80a4f2e6e1907001682c79219"}, - {file = "port_ocean-0.9.13.tar.gz", hash = "sha256:850637e3e8b9f4a500b43a80531cf936580a6bd496b7deba490c4f336c26f94e"}, + {file = "port_ocean-0.9.14-py3-none-any.whl", hash = "sha256:8ce0946e9b23c0ca7e5e6821efdaddadde2b2ccca39dd9e376132c38f27b9ec6"}, + {file = "port_ocean-0.9.14.tar.gz", hash = "sha256:f733ce2fcbc69a843d980e3d4182774dcfb1c7800f91372e52943f0d45808678"}, ] [package.dependencies] @@ -2718,4 +2718,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "1638a89f6e6418ee4832fa5156d4da334d77cd228afc5cfef724d4a8128f26e0" +content-hash = "22b0842a786c8cd0570e6ffc0f14a2163912eb27c0578fb8269da3321a67197b" diff --git a/integrations/azure/pyproject.toml b/integrations/azure/pyproject.toml index 7805ab7fec..7e3372fd52 100644 --- a/integrations/azure/pyproject.toml +++ b/integrations/azure/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "azure" -version = "0.1.79" +version = "0.1.80" description = "Azure integration" authors = ["Tom Tankilevitch "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.9.13", extras = ["cli"]} +port_ocean = {version = "^0.9.14", extras = ["cli"]} # due to patching the azure-mgmt-resource package, we need to use a specific version azure-mgmt-resource = "23.0.1" azure-identity = "^1.13.0" diff --git a/integrations/datadog/CHANGELOG.md b/integrations/datadog/CHANGELOG.md index ec037cbc22..5bfb106e45 100644 --- a/integrations/datadog/CHANGELOG.md +++ b/integrations/datadog/CHANGELOG.md @@ -6,6 +6,15 @@ 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.29 (2024-08-20) + + +### Improvements + +- Bumped ocean version to ^0.9.14 (#1) + + ## 0.1.28 (2024-08-19) ### Features diff --git a/integrations/datadog/pyproject.toml b/integrations/datadog/pyproject.toml index c141cc2f5e..94647cb4cc 100644 --- a/integrations/datadog/pyproject.toml +++ b/integrations/datadog/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "datadog" -version = "0.1.28" +version = "0.1.29" description = "Datadog Ocean Integration" authors = ["Albert Luganga "] diff --git a/integrations/dynatrace/CHANGELOG.md b/integrations/dynatrace/CHANGELOG.md index 6a144122cd..d213b1098d 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.42 (2024-08-20) + + +### Improvements + +- Bumped ocean version to ^0.9.14 (#1) + + ## 0.1.41 (2024-08-13) diff --git a/integrations/dynatrace/poetry.lock b/integrations/dynatrace/poetry.lock index e4ba7dd0aa..1497f5bab2 100644 --- a/integrations/dynatrace/poetry.lock +++ b/integrations/dynatrace/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiostream" @@ -934,13 +934,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.9.13" +version = "0.9.14" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "port_ocean-0.9.13-py3-none-any.whl", hash = "sha256:602bf1d1d5d8cdb29e9292a124cc9feb6b500dd80a4f2e6e1907001682c79219"}, - {file = "port_ocean-0.9.13.tar.gz", hash = "sha256:850637e3e8b9f4a500b43a80531cf936580a6bd496b7deba490c4f336c26f94e"}, + {file = "port_ocean-0.9.14-py3-none-any.whl", hash = "sha256:8ce0946e9b23c0ca7e5e6821efdaddadde2b2ccca39dd9e376132c38f27b9ec6"}, + {file = "port_ocean-0.9.14.tar.gz", hash = "sha256:f733ce2fcbc69a843d980e3d4182774dcfb1c7800f91372e52943f0d45808678"}, ] [package.dependencies] @@ -1864,4 +1864,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "169faddbc8030978b5a1e92be32ce85c2d4ae623e81944aaed789dbf198ad7da" +content-hash = "cc141c7f257a49b28a93d1293a6b7d8219b4ebd5d4280c03c1551037cb65358b" diff --git a/integrations/dynatrace/pyproject.toml b/integrations/dynatrace/pyproject.toml index 345c8ae5a5..62c83f7d64 100644 --- a/integrations/dynatrace/pyproject.toml +++ b/integrations/dynatrace/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "dynatrace" -version = "0.1.41" +version = "0.1.42" description = "An integration used to import Dynatrace resources into Port" authors = ["Ayodeji Adeoti <>"] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.9.13", extras = ["cli"]} +port_ocean = {version = "^0.9.14", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2" diff --git a/integrations/firehydrant/CHANGELOG.md b/integrations/firehydrant/CHANGELOG.md index d9d7b26a61..ffb32b461c 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.65 (2024-08-20) + + +### Improvements + +- Bumped ocean version to ^0.9.14 (#1) + + ## 0.1.64 (2024-08-13) diff --git a/integrations/firehydrant/poetry.lock b/integrations/firehydrant/poetry.lock index e4ba7dd0aa..1497f5bab2 100644 --- a/integrations/firehydrant/poetry.lock +++ b/integrations/firehydrant/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiostream" @@ -934,13 +934,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.9.13" +version = "0.9.14" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "port_ocean-0.9.13-py3-none-any.whl", hash = "sha256:602bf1d1d5d8cdb29e9292a124cc9feb6b500dd80a4f2e6e1907001682c79219"}, - {file = "port_ocean-0.9.13.tar.gz", hash = "sha256:850637e3e8b9f4a500b43a80531cf936580a6bd496b7deba490c4f336c26f94e"}, + {file = "port_ocean-0.9.14-py3-none-any.whl", hash = "sha256:8ce0946e9b23c0ca7e5e6821efdaddadde2b2ccca39dd9e376132c38f27b9ec6"}, + {file = "port_ocean-0.9.14.tar.gz", hash = "sha256:f733ce2fcbc69a843d980e3d4182774dcfb1c7800f91372e52943f0d45808678"}, ] [package.dependencies] @@ -1864,4 +1864,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "169faddbc8030978b5a1e92be32ce85c2d4ae623e81944aaed789dbf198ad7da" +content-hash = "cc141c7f257a49b28a93d1293a6b7d8219b4ebd5d4280c03c1551037cb65358b" diff --git a/integrations/firehydrant/pyproject.toml b/integrations/firehydrant/pyproject.toml index 5e25605474..2713f14ea1 100644 --- a/integrations/firehydrant/pyproject.toml +++ b/integrations/firehydrant/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "firehydrant" -version = "0.1.64" +version = "0.1.65" description = "FireHydrant Integration Powered by Ocean" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.9.13", extras = ["cli"]} +port_ocean = {version = "^0.9.14", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2" diff --git a/integrations/gcp/CHANGELOG.md b/integrations/gcp/CHANGELOG.md index d9b5e28186..7cf68474b8 100644 --- a/integrations/gcp/CHANGELOG.md +++ b/integrations/gcp/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## 0.1.41 (2024-08-20) + + +### Improvements + +- Bumped ocean version to ^0.9.14 (#1) + + ## 0.1.40 (2024-08-13) diff --git a/integrations/gcp/poetry.lock b/integrations/gcp/poetry.lock index 02fbf58f53..ff061fd65e 100644 --- a/integrations/gcp/poetry.lock +++ b/integrations/gcp/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiostream" @@ -1210,13 +1210,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.9.13" +version = "0.9.14" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "port_ocean-0.9.13-py3-none-any.whl", hash = "sha256:602bf1d1d5d8cdb29e9292a124cc9feb6b500dd80a4f2e6e1907001682c79219"}, - {file = "port_ocean-0.9.13.tar.gz", hash = "sha256:850637e3e8b9f4a500b43a80531cf936580a6bd496b7deba490c4f336c26f94e"}, + {file = "port_ocean-0.9.14-py3-none-any.whl", hash = "sha256:8ce0946e9b23c0ca7e5e6821efdaddadde2b2ccca39dd9e376132c38f27b9ec6"}, + {file = "port_ocean-0.9.14.tar.gz", hash = "sha256:f733ce2fcbc69a843d980e3d4182774dcfb1c7800f91372e52943f0d45808678"}, ] [package.dependencies] @@ -2216,4 +2216,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "ba8a536bf5d84e044e8f8b764ac7e4b0613eb8eb8155c5b45635cb230af4dfc6" +content-hash = "c2cdf9d9b41c8086eb8afc227f1143a8c235431230e4a836914de07c10bc39dc" diff --git a/integrations/gcp/pyproject.toml b/integrations/gcp/pyproject.toml index 8d52b2fafd..296b7edc3d 100644 --- a/integrations/gcp/pyproject.toml +++ b/integrations/gcp/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "gcp" -version = "0.1.40" +version = "0.1.41" description = "A GCP ocean integration" authors = ["Matan Geva "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.9.13", extras = ["cli"]} +port_ocean = {version = "^0.9.14", extras = ["cli"]} google-cloud-asset = "^3.25.1" google-cloud-pubsub = "^2.21.1" google-cloud-resource-manager = "^1.12.3" diff --git a/integrations/gitlab/CHANGELOG.md b/integrations/gitlab/CHANGELOG.md index a53a603593..99b4745940 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.108 (2024-08-20) +==================== + +### Improvements + +- Bumped ocean version to ^0.9.14 (#1) + + 0.1.107 (2024-08-19) ==================== diff --git a/integrations/gitlab/pyproject.toml b/integrations/gitlab/pyproject.toml index 5847a3dee8..08f3e3a2cb 100644 --- a/integrations/gitlab/pyproject.toml +++ b/integrations/gitlab/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gitlab" -version = "0.1.107" +version = "0.1.108" description = "Gitlab integration for Port using Port-Ocean Framework" authors = ["Yair Siman-Tov "] diff --git a/integrations/jenkins/CHANGELOG.md b/integrations/jenkins/CHANGELOG.md index a15853b463..1d37b6843e 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.47 (2024-08-20) + + +### Improvements + +- Bumped ocean version to ^0.9.14 (#1) + + ## 0.1.46 (2024-08-13) diff --git a/integrations/jenkins/poetry.lock b/integrations/jenkins/poetry.lock index 96c0459cb0..b168b42e77 100644 --- a/integrations/jenkins/poetry.lock +++ b/integrations/jenkins/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiostream" @@ -945,13 +945,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.9.13" +version = "0.9.14" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "port_ocean-0.9.13-py3-none-any.whl", hash = "sha256:602bf1d1d5d8cdb29e9292a124cc9feb6b500dd80a4f2e6e1907001682c79219"}, - {file = "port_ocean-0.9.13.tar.gz", hash = "sha256:850637e3e8b9f4a500b43a80531cf936580a6bd496b7deba490c4f336c26f94e"}, + {file = "port_ocean-0.9.14-py3-none-any.whl", hash = "sha256:8ce0946e9b23c0ca7e5e6821efdaddadde2b2ccca39dd9e376132c38f27b9ec6"}, + {file = "port_ocean-0.9.14.tar.gz", hash = "sha256:f733ce2fcbc69a843d980e3d4182774dcfb1c7800f91372e52943f0d45808678"}, ] [package.dependencies] @@ -1875,4 +1875,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "b99817eac26d6901c98f0008fc8ba8e4321cb58e6d77e5f312b752379b6beedb" +content-hash = "527fac7a015fc10ac7556aa71a4822b71885d8cecc1dd0aef3a9e785dde1eae6" diff --git a/integrations/jenkins/pyproject.toml b/integrations/jenkins/pyproject.toml index 7de5a78012..99f57afd7b 100644 --- a/integrations/jenkins/pyproject.toml +++ b/integrations/jenkins/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "jenkins" -version = "0.1.46" +version = "0.1.47" description = "Jenkins Integration to Port Ocean" authors = ["Albert Luganga "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.9.13", extras = ["cli"]} +port_ocean = {version = "^0.9.14", extras = ["cli"]} pip = "^23.3.1" python-dotenv = "^1.0.0" loguru = "^0.7.2" diff --git a/integrations/jira/CHANGELOG.md b/integrations/jira/CHANGELOG.md index 81ccd00680..f9564e13e5 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.1.76 (2024-08-20) + + +### Improvements + +- Bumped ocean version to ^0.9.14 (#1) + + ## 0.1.75 (2024-08-13) diff --git a/integrations/jira/poetry.lock b/integrations/jira/poetry.lock index 7e968e246d..bffed97c39 100644 --- a/integrations/jira/poetry.lock +++ b/integrations/jira/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiostream" @@ -933,13 +933,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.9.13" +version = "0.9.14" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "port_ocean-0.9.13-py3-none-any.whl", hash = "sha256:602bf1d1d5d8cdb29e9292a124cc9feb6b500dd80a4f2e6e1907001682c79219"}, - {file = "port_ocean-0.9.13.tar.gz", hash = "sha256:850637e3e8b9f4a500b43a80531cf936580a6bd496b7deba490c4f336c26f94e"}, + {file = "port_ocean-0.9.14-py3-none-any.whl", hash = "sha256:8ce0946e9b23c0ca7e5e6821efdaddadde2b2ccca39dd9e376132c38f27b9ec6"}, + {file = "port_ocean-0.9.14.tar.gz", hash = "sha256:f733ce2fcbc69a843d980e3d4182774dcfb1c7800f91372e52943f0d45808678"}, ] [package.dependencies] @@ -1863,4 +1863,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "b61ad6cc383730205d1dc0c5d8e3c4a9659ea410f222b9a1ca6dcf44b1c7a00c" +content-hash = "1a8b416d58532d9e777df7f01cfa6e5f3941904deb568638e74d4c8bdd9aed88" diff --git a/integrations/jira/pyproject.toml b/integrations/jira/pyproject.toml index 4aa17f30f7..39180e5e7d 100644 --- a/integrations/jira/pyproject.toml +++ b/integrations/jira/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "jira" -version = "0.1.75" +version = "0.1.76" description = "Integration to bring information from Jira into Port" authors = ["Mor Paz "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.9.13", extras = ["cli"]} +port_ocean = {version = "^0.9.14", extras = ["cli"]} httpx = "^0.24.1" [tool.poetry.group.dev.dependencies] diff --git a/integrations/kafka/CHANGELOG.md b/integrations/kafka/CHANGELOG.md index 5012b27b12..92420ae3bb 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.64 (2024-08-20) + + +### Improvements + +- Bumped ocean version to ^0.9.14 (#1) + + ## 0.1.63 (2024-08-13) diff --git a/integrations/kafka/poetry.lock b/integrations/kafka/poetry.lock index feb24a1651..c663e4dd45 100644 --- a/integrations/kafka/poetry.lock +++ b/integrations/kafka/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiostream" @@ -934,13 +934,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.9.13" +version = "0.9.14" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "port_ocean-0.9.13-py3-none-any.whl", hash = "sha256:602bf1d1d5d8cdb29e9292a124cc9feb6b500dd80a4f2e6e1907001682c79219"}, - {file = "port_ocean-0.9.13.tar.gz", hash = "sha256:850637e3e8b9f4a500b43a80531cf936580a6bd496b7deba490c4f336c26f94e"}, + {file = "port_ocean-0.9.14-py3-none-any.whl", hash = "sha256:8ce0946e9b23c0ca7e5e6821efdaddadde2b2ccca39dd9e376132c38f27b9ec6"}, + {file = "port_ocean-0.9.14.tar.gz", hash = "sha256:f733ce2fcbc69a843d980e3d4182774dcfb1c7800f91372e52943f0d45808678"}, ] [package.dependencies] @@ -1864,4 +1864,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "828561455760331ce799eece3bb39d1b6599cad4ec84d59fd751746f079624ef" +content-hash = "022e2c489d1d812e5bdb5784b5bdae0317db5adf89704762e022ad691c64f3ce" diff --git a/integrations/kafka/pyproject.toml b/integrations/kafka/pyproject.toml index fb20527de0..5273497290 100644 --- a/integrations/kafka/pyproject.toml +++ b/integrations/kafka/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "kafka" -version = "0.1.63" +version = "0.1.64" 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 "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.9.13", extras = ["cli"]} +port_ocean = {version = "^0.9.14", extras = ["cli"]} confluent-kafka = "^2.2.0" [tool.poetry.group.dev.dependencies] diff --git a/integrations/kubecost/CHANGELOG.md b/integrations/kubecost/CHANGELOG.md index 0570cd4976..c1da959ed5 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.69 (2024-08-20) + + +### Improvements + +- Bumped ocean version to ^0.9.14 (#1) + + ## 0.1.68 (2024-08-14) diff --git a/integrations/kubecost/poetry.lock b/integrations/kubecost/poetry.lock index e4ba7dd0aa..1497f5bab2 100644 --- a/integrations/kubecost/poetry.lock +++ b/integrations/kubecost/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiostream" @@ -934,13 +934,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.9.13" +version = "0.9.14" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "port_ocean-0.9.13-py3-none-any.whl", hash = "sha256:602bf1d1d5d8cdb29e9292a124cc9feb6b500dd80a4f2e6e1907001682c79219"}, - {file = "port_ocean-0.9.13.tar.gz", hash = "sha256:850637e3e8b9f4a500b43a80531cf936580a6bd496b7deba490c4f336c26f94e"}, + {file = "port_ocean-0.9.14-py3-none-any.whl", hash = "sha256:8ce0946e9b23c0ca7e5e6821efdaddadde2b2ccca39dd9e376132c38f27b9ec6"}, + {file = "port_ocean-0.9.14.tar.gz", hash = "sha256:f733ce2fcbc69a843d980e3d4182774dcfb1c7800f91372e52943f0d45808678"}, ] [package.dependencies] @@ -1864,4 +1864,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "169faddbc8030978b5a1e92be32ce85c2d4ae623e81944aaed789dbf198ad7da" +content-hash = "cc141c7f257a49b28a93d1293a6b7d8219b4ebd5d4280c03c1551037cb65358b" diff --git a/integrations/kubecost/pyproject.toml b/integrations/kubecost/pyproject.toml index 5c3cf98cbf..3d60f4e299 100644 --- a/integrations/kubecost/pyproject.toml +++ b/integrations/kubecost/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "kubecost" -version = "0.1.68" +version = "0.1.69" description = "Kubecost integration powered by Ocean" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.9.13", extras = ["cli"]} +port_ocean = {version = "^0.9.14", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2" diff --git a/integrations/launchdarkly/CHANGELOG.md b/integrations/launchdarkly/CHANGELOG.md index 23284a42f8..03e18eef0e 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.41 (2024-08-20) + + +### Improvements + +- Bumped ocean version to ^0.9.14 (#1) + + ## 0.1.40 (2024-08-13) diff --git a/integrations/launchdarkly/poetry.lock b/integrations/launchdarkly/poetry.lock index e4ba7dd0aa..1497f5bab2 100644 --- a/integrations/launchdarkly/poetry.lock +++ b/integrations/launchdarkly/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiostream" @@ -934,13 +934,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.9.13" +version = "0.9.14" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "port_ocean-0.9.13-py3-none-any.whl", hash = "sha256:602bf1d1d5d8cdb29e9292a124cc9feb6b500dd80a4f2e6e1907001682c79219"}, - {file = "port_ocean-0.9.13.tar.gz", hash = "sha256:850637e3e8b9f4a500b43a80531cf936580a6bd496b7deba490c4f336c26f94e"}, + {file = "port_ocean-0.9.14-py3-none-any.whl", hash = "sha256:8ce0946e9b23c0ca7e5e6821efdaddadde2b2ccca39dd9e376132c38f27b9ec6"}, + {file = "port_ocean-0.9.14.tar.gz", hash = "sha256:f733ce2fcbc69a843d980e3d4182774dcfb1c7800f91372e52943f0d45808678"}, ] [package.dependencies] @@ -1864,4 +1864,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "169faddbc8030978b5a1e92be32ce85c2d4ae623e81944aaed789dbf198ad7da" +content-hash = "cc141c7f257a49b28a93d1293a6b7d8219b4ebd5d4280c03c1551037cb65358b" diff --git a/integrations/launchdarkly/pyproject.toml b/integrations/launchdarkly/pyproject.toml index 4d3c0bc3f0..4ff5c27cbf 100644 --- a/integrations/launchdarkly/pyproject.toml +++ b/integrations/launchdarkly/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "launchdarkly" -version = "0.1.40" +version = "0.1.41" description = "Launchdarkly integration for Port" authors = ["Michael Armah "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.9.13", extras = ["cli"]} +port_ocean = {version = "^0.9.14", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2" diff --git a/integrations/linear/CHANGELOG.md b/integrations/linear/CHANGELOG.md index ee5ed7b370..f96ca6f0ba 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.27 (2024-08-20) + + +### Improvements + +- Bumped ocean version to ^0.9.14 (#1) + + ## 0.1.26 (2024-08-13) diff --git a/integrations/linear/poetry.lock b/integrations/linear/poetry.lock index d36280e4ca..d8db3831fc 100644 --- a/integrations/linear/poetry.lock +++ b/integrations/linear/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiostream" @@ -934,13 +934,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.9.13" +version = "0.9.14" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "port_ocean-0.9.13-py3-none-any.whl", hash = "sha256:602bf1d1d5d8cdb29e9292a124cc9feb6b500dd80a4f2e6e1907001682c79219"}, - {file = "port_ocean-0.9.13.tar.gz", hash = "sha256:850637e3e8b9f4a500b43a80531cf936580a6bd496b7deba490c4f336c26f94e"}, + {file = "port_ocean-0.9.14-py3-none-any.whl", hash = "sha256:8ce0946e9b23c0ca7e5e6821efdaddadde2b2ccca39dd9e376132c38f27b9ec6"}, + {file = "port_ocean-0.9.14.tar.gz", hash = "sha256:f733ce2fcbc69a843d980e3d4182774dcfb1c7800f91372e52943f0d45808678"}, ] [package.dependencies] @@ -1864,4 +1864,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "03b66e10a33d84b6496a7e75a7bf9b805ace3f72cc199a28a2484982612049b9" +content-hash = "6b68730ae6696f47bfcd1c031acea6b8f5820ae5f330bdba423bade3a2b35581" diff --git a/integrations/linear/pyproject.toml b/integrations/linear/pyproject.toml index 9254b26c85..99a9f942cb 100644 --- a/integrations/linear/pyproject.toml +++ b/integrations/linear/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "linear" -version = "0.1.26" +version = "0.1.27" description = "Integration to bring information from Linear into Port" authors = ["Mor Paz "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.9.13", extras = ["cli"]} +port_ocean = {version = "^0.9.14", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2" diff --git a/integrations/newrelic/CHANGELOG.md b/integrations/newrelic/CHANGELOG.md index 467f03dbb2..4ec10cbe48 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.71 (2024-08-20) + + +### Improvements + +- Bumped ocean version to ^0.9.14 (#1) + + ## 0.1.70 (2024-08-15) diff --git a/integrations/newrelic/poetry.lock b/integrations/newrelic/poetry.lock index 7e968e246d..bffed97c39 100644 --- a/integrations/newrelic/poetry.lock +++ b/integrations/newrelic/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiostream" @@ -933,13 +933,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.9.13" +version = "0.9.14" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "port_ocean-0.9.13-py3-none-any.whl", hash = "sha256:602bf1d1d5d8cdb29e9292a124cc9feb6b500dd80a4f2e6e1907001682c79219"}, - {file = "port_ocean-0.9.13.tar.gz", hash = "sha256:850637e3e8b9f4a500b43a80531cf936580a6bd496b7deba490c4f336c26f94e"}, + {file = "port_ocean-0.9.14-py3-none-any.whl", hash = "sha256:8ce0946e9b23c0ca7e5e6821efdaddadde2b2ccca39dd9e376132c38f27b9ec6"}, + {file = "port_ocean-0.9.14.tar.gz", hash = "sha256:f733ce2fcbc69a843d980e3d4182774dcfb1c7800f91372e52943f0d45808678"}, ] [package.dependencies] @@ -1863,4 +1863,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "b61ad6cc383730205d1dc0c5d8e3c4a9659ea410f222b9a1ca6dcf44b1c7a00c" +content-hash = "1a8b416d58532d9e777df7f01cfa6e5f3941904deb568638e74d4c8bdd9aed88" diff --git a/integrations/newrelic/pyproject.toml b/integrations/newrelic/pyproject.toml index 948fb584d2..6bb0fdcf56 100644 --- a/integrations/newrelic/pyproject.toml +++ b/integrations/newrelic/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "newrelic" -version = "0.1.70" +version = "0.1.71" description = "New Relic Integration" authors = ["Tom Tankilevitch "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.9.13", extras = ["cli"]} +port_ocean = {version = "^0.9.14", extras = ["cli"]} httpx = "^0.24.1" [tool.poetry.group.dev.dependencies] diff --git a/integrations/opencost/CHANGELOG.md b/integrations/opencost/CHANGELOG.md index 038baadf20..6b0546a464 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.67 (2024-08-20) + + +### Improvements + +- Bumped ocean version to ^0.9.14 (#1) + + ## 0.1.66 (2024-08-13) diff --git a/integrations/opencost/poetry.lock b/integrations/opencost/poetry.lock index e4ba7dd0aa..1497f5bab2 100644 --- a/integrations/opencost/poetry.lock +++ b/integrations/opencost/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiostream" @@ -934,13 +934,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.9.13" +version = "0.9.14" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "port_ocean-0.9.13-py3-none-any.whl", hash = "sha256:602bf1d1d5d8cdb29e9292a124cc9feb6b500dd80a4f2e6e1907001682c79219"}, - {file = "port_ocean-0.9.13.tar.gz", hash = "sha256:850637e3e8b9f4a500b43a80531cf936580a6bd496b7deba490c4f336c26f94e"}, + {file = "port_ocean-0.9.14-py3-none-any.whl", hash = "sha256:8ce0946e9b23c0ca7e5e6821efdaddadde2b2ccca39dd9e376132c38f27b9ec6"}, + {file = "port_ocean-0.9.14.tar.gz", hash = "sha256:f733ce2fcbc69a843d980e3d4182774dcfb1c7800f91372e52943f0d45808678"}, ] [package.dependencies] @@ -1864,4 +1864,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "169faddbc8030978b5a1e92be32ce85c2d4ae623e81944aaed789dbf198ad7da" +content-hash = "cc141c7f257a49b28a93d1293a6b7d8219b4ebd5d4280c03c1551037cb65358b" diff --git a/integrations/opencost/pyproject.toml b/integrations/opencost/pyproject.toml index 680dcb2ce0..ff16e18aa6 100644 --- a/integrations/opencost/pyproject.toml +++ b/integrations/opencost/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "opencost" -version = "0.1.66" +version = "0.1.67" description = "Ocean integration for OpenCost" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.9.13", extras = ["cli"]} +port_ocean = {version = "^0.9.14", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2" diff --git a/integrations/opsgenie/CHANGELOG.md b/integrations/opsgenie/CHANGELOG.md index e7034a9c07..58d45c71f7 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.1.68 (2024-08-20) + + +### Improvements + +- Bumped ocean version to ^0.9.14 (#1) + + ## 0.1.67 (2024-08-13) diff --git a/integrations/opsgenie/poetry.lock b/integrations/opsgenie/poetry.lock index e4ba7dd0aa..1497f5bab2 100644 --- a/integrations/opsgenie/poetry.lock +++ b/integrations/opsgenie/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiostream" @@ -934,13 +934,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.9.13" +version = "0.9.14" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "port_ocean-0.9.13-py3-none-any.whl", hash = "sha256:602bf1d1d5d8cdb29e9292a124cc9feb6b500dd80a4f2e6e1907001682c79219"}, - {file = "port_ocean-0.9.13.tar.gz", hash = "sha256:850637e3e8b9f4a500b43a80531cf936580a6bd496b7deba490c4f336c26f94e"}, + {file = "port_ocean-0.9.14-py3-none-any.whl", hash = "sha256:8ce0946e9b23c0ca7e5e6821efdaddadde2b2ccca39dd9e376132c38f27b9ec6"}, + {file = "port_ocean-0.9.14.tar.gz", hash = "sha256:f733ce2fcbc69a843d980e3d4182774dcfb1c7800f91372e52943f0d45808678"}, ] [package.dependencies] @@ -1864,4 +1864,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "169faddbc8030978b5a1e92be32ce85c2d4ae623e81944aaed789dbf198ad7da" +content-hash = "cc141c7f257a49b28a93d1293a6b7d8219b4ebd5d4280c03c1551037cb65358b" diff --git a/integrations/opsgenie/pyproject.toml b/integrations/opsgenie/pyproject.toml index 8ed57a9e96..a51ca3cd0f 100644 --- a/integrations/opsgenie/pyproject.toml +++ b/integrations/opsgenie/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "opsgenie" -version = "0.1.67" +version = "0.1.68" description = "Ocean integration for OpsGenie" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.9.13", extras = ["cli"]} +port_ocean = {version = "^0.9.14", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2" diff --git a/integrations/pagerduty/CHANGELOG.md b/integrations/pagerduty/CHANGELOG.md index 960f5efff8..dd3fea2bac 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.91 (2024-08-20) + + +### Improvements + +- Bumped ocean version to ^0.9.14 (#1) + + # Port_Ocean 0.1.90 (2024-08-15) ### Improvements diff --git a/integrations/pagerduty/poetry.lock b/integrations/pagerduty/poetry.lock index 7e968e246d..bffed97c39 100644 --- a/integrations/pagerduty/poetry.lock +++ b/integrations/pagerduty/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiostream" @@ -933,13 +933,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.9.13" +version = "0.9.14" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "port_ocean-0.9.13-py3-none-any.whl", hash = "sha256:602bf1d1d5d8cdb29e9292a124cc9feb6b500dd80a4f2e6e1907001682c79219"}, - {file = "port_ocean-0.9.13.tar.gz", hash = "sha256:850637e3e8b9f4a500b43a80531cf936580a6bd496b7deba490c4f336c26f94e"}, + {file = "port_ocean-0.9.14-py3-none-any.whl", hash = "sha256:8ce0946e9b23c0ca7e5e6821efdaddadde2b2ccca39dd9e376132c38f27b9ec6"}, + {file = "port_ocean-0.9.14.tar.gz", hash = "sha256:f733ce2fcbc69a843d980e3d4182774dcfb1c7800f91372e52943f0d45808678"}, ] [package.dependencies] @@ -1863,4 +1863,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "b61ad6cc383730205d1dc0c5d8e3c4a9659ea410f222b9a1ca6dcf44b1c7a00c" +content-hash = "1a8b416d58532d9e777df7f01cfa6e5f3941904deb568638e74d4c8bdd9aed88" diff --git a/integrations/pagerduty/pyproject.toml b/integrations/pagerduty/pyproject.toml index a51b642452..96900e8388 100644 --- a/integrations/pagerduty/pyproject.toml +++ b/integrations/pagerduty/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "pagerduty" -version = "0.1.90" +version = "0.1.91" description = "Pagerduty Integration" authors = ["Port Team "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.9.13", extras = ["cli"]} +port_ocean = {version = "^0.9.14", extras = ["cli"]} httpx = "^0.24.1" [tool.poetry.group.dev.dependencies] diff --git a/integrations/sentry/CHANGELOG.md b/integrations/sentry/CHANGELOG.md index 7682e08ccb..47621e3859 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.67 (2024-08-20) + + +### Improvements + +- Bumped ocean version to ^0.9.14 (#1) + + ## 0.1.66 (2024-08-13) diff --git a/integrations/sentry/poetry.lock b/integrations/sentry/poetry.lock index e4ba7dd0aa..1497f5bab2 100644 --- a/integrations/sentry/poetry.lock +++ b/integrations/sentry/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiostream" @@ -934,13 +934,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.9.13" +version = "0.9.14" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "port_ocean-0.9.13-py3-none-any.whl", hash = "sha256:602bf1d1d5d8cdb29e9292a124cc9feb6b500dd80a4f2e6e1907001682c79219"}, - {file = "port_ocean-0.9.13.tar.gz", hash = "sha256:850637e3e8b9f4a500b43a80531cf936580a6bd496b7deba490c4f336c26f94e"}, + {file = "port_ocean-0.9.14-py3-none-any.whl", hash = "sha256:8ce0946e9b23c0ca7e5e6821efdaddadde2b2ccca39dd9e376132c38f27b9ec6"}, + {file = "port_ocean-0.9.14.tar.gz", hash = "sha256:f733ce2fcbc69a843d980e3d4182774dcfb1c7800f91372e52943f0d45808678"}, ] [package.dependencies] @@ -1864,4 +1864,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "169faddbc8030978b5a1e92be32ce85c2d4ae623e81944aaed789dbf198ad7da" +content-hash = "cc141c7f257a49b28a93d1293a6b7d8219b4ebd5d4280c03c1551037cb65358b" diff --git a/integrations/sentry/pyproject.toml b/integrations/sentry/pyproject.toml index 335b8ae433..9dd359ca92 100644 --- a/integrations/sentry/pyproject.toml +++ b/integrations/sentry/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "sentry" -version = "0.1.66" +version = "0.1.67" description = "Sentry Integration" authors = ["Dvir Segev ","Matan Geva "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.9.13", extras = ["cli"]} +port_ocean = {version = "^0.9.14", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2" diff --git a/integrations/servicenow/CHANGELOG.md b/integrations/servicenow/CHANGELOG.md index 897114878b..d7cee4f761 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.57 (2024-08-20) + + +### Improvements + +- Bumped ocean version to ^0.9.14 (#1) + + ## 0.1.56 (2024-08-13) diff --git a/integrations/servicenow/poetry.lock b/integrations/servicenow/poetry.lock index e4ba7dd0aa..1497f5bab2 100644 --- a/integrations/servicenow/poetry.lock +++ b/integrations/servicenow/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiostream" @@ -934,13 +934,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.9.13" +version = "0.9.14" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "port_ocean-0.9.13-py3-none-any.whl", hash = "sha256:602bf1d1d5d8cdb29e9292a124cc9feb6b500dd80a4f2e6e1907001682c79219"}, - {file = "port_ocean-0.9.13.tar.gz", hash = "sha256:850637e3e8b9f4a500b43a80531cf936580a6bd496b7deba490c4f336c26f94e"}, + {file = "port_ocean-0.9.14-py3-none-any.whl", hash = "sha256:8ce0946e9b23c0ca7e5e6821efdaddadde2b2ccca39dd9e376132c38f27b9ec6"}, + {file = "port_ocean-0.9.14.tar.gz", hash = "sha256:f733ce2fcbc69a843d980e3d4182774dcfb1c7800f91372e52943f0d45808678"}, ] [package.dependencies] @@ -1864,4 +1864,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "169faddbc8030978b5a1e92be32ce85c2d4ae623e81944aaed789dbf198ad7da" +content-hash = "cc141c7f257a49b28a93d1293a6b7d8219b4ebd5d4280c03c1551037cb65358b" diff --git a/integrations/servicenow/pyproject.toml b/integrations/servicenow/pyproject.toml index 6ddbb01410..d795e084ca 100644 --- a/integrations/servicenow/pyproject.toml +++ b/integrations/servicenow/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "servicenow" -version = "0.1.56" +version = "0.1.57" description = "Service Now Ocean Integration" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.9.13", extras = ["cli"]} +port_ocean = {version = "^0.9.14", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2" diff --git a/integrations/snyk/CHANGELOG.md b/integrations/snyk/CHANGELOG.md index 1c268ea73d..27838c87b1 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.76 (2024-08-20) + + +### Improvements + +- Bumped ocean version to ^0.9.14 (#1) + + ## 0.1.75 (2024-08-13) diff --git a/integrations/snyk/poetry.lock b/integrations/snyk/poetry.lock index e4ba7dd0aa..1497f5bab2 100644 --- a/integrations/snyk/poetry.lock +++ b/integrations/snyk/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiostream" @@ -934,13 +934,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.9.13" +version = "0.9.14" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "port_ocean-0.9.13-py3-none-any.whl", hash = "sha256:602bf1d1d5d8cdb29e9292a124cc9feb6b500dd80a4f2e6e1907001682c79219"}, - {file = "port_ocean-0.9.13.tar.gz", hash = "sha256:850637e3e8b9f4a500b43a80531cf936580a6bd496b7deba490c4f336c26f94e"}, + {file = "port_ocean-0.9.14-py3-none-any.whl", hash = "sha256:8ce0946e9b23c0ca7e5e6821efdaddadde2b2ccca39dd9e376132c38f27b9ec6"}, + {file = "port_ocean-0.9.14.tar.gz", hash = "sha256:f733ce2fcbc69a843d980e3d4182774dcfb1c7800f91372e52943f0d45808678"}, ] [package.dependencies] @@ -1864,4 +1864,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "169faddbc8030978b5a1e92be32ce85c2d4ae623e81944aaed789dbf198ad7da" +content-hash = "cc141c7f257a49b28a93d1293a6b7d8219b4ebd5d4280c03c1551037cb65358b" diff --git a/integrations/snyk/pyproject.toml b/integrations/snyk/pyproject.toml index 0b95082f2d..fd55d2f11a 100644 --- a/integrations/snyk/pyproject.toml +++ b/integrations/snyk/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "snyk" -version = "0.1.75" +version = "0.1.76" description = "Snyk integration powered by Ocean" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.9.13", extras = ["cli"]} +port_ocean = {version = "^0.9.14", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2" diff --git a/integrations/sonarqube/CHANGELOG.md b/integrations/sonarqube/CHANGELOG.md index cc7d2d1a06..189597ee69 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.82 (2024-08-20) + + +### Improvements + +- Bumped ocean version to ^0.9.14 (#1) + + ## 0.1.81 (2024-08-13) diff --git a/integrations/sonarqube/poetry.lock b/integrations/sonarqube/poetry.lock index 20de20d47f..214e96cbd6 100644 --- a/integrations/sonarqube/poetry.lock +++ b/integrations/sonarqube/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiostream" @@ -934,13 +934,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.9.13" +version = "0.9.14" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "port_ocean-0.9.13-py3-none-any.whl", hash = "sha256:602bf1d1d5d8cdb29e9292a124cc9feb6b500dd80a4f2e6e1907001682c79219"}, - {file = "port_ocean-0.9.13.tar.gz", hash = "sha256:850637e3e8b9f4a500b43a80531cf936580a6bd496b7deba490c4f336c26f94e"}, + {file = "port_ocean-0.9.14-py3-none-any.whl", hash = "sha256:8ce0946e9b23c0ca7e5e6821efdaddadde2b2ccca39dd9e376132c38f27b9ec6"}, + {file = "port_ocean-0.9.14.tar.gz", hash = "sha256:f733ce2fcbc69a843d980e3d4182774dcfb1c7800f91372e52943f0d45808678"}, ] [package.dependencies] @@ -1864,4 +1864,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "42e6a494934524d5758255f483300e4cae24f839b33d1a58d87d8262c36b81a6" +content-hash = "db8201fa1ce69733983adfc9124c4bcf8eced7913d714bf50e13e226297e1f49" diff --git a/integrations/sonarqube/pyproject.toml b/integrations/sonarqube/pyproject.toml index 46f05afce8..f61d3663b3 100644 --- a/integrations/sonarqube/pyproject.toml +++ b/integrations/sonarqube/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "sonarqube" -version = "0.1.81" +version = "0.1.82" description = "SonarQube projects and code quality analysis integration" authors = ["Port Team "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.9.13", extras = ["cli"]} +port_ocean = {version = "^0.9.14", extras = ["cli"]} rich = "^13.5.2" cookiecutter = "^2.3.0" diff --git a/integrations/statuspage/CHANGELOG.md b/integrations/statuspage/CHANGELOG.md index 6f89fe90ab..259a1b7431 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.16 (2024-08-20) + + +### Improvements + +- Bumped ocean version to ^0.9.14 (#1) + + ## 0.1.15 (2024-08-13) diff --git a/integrations/statuspage/poetry.lock b/integrations/statuspage/poetry.lock index d36280e4ca..d8db3831fc 100644 --- a/integrations/statuspage/poetry.lock +++ b/integrations/statuspage/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiostream" @@ -934,13 +934,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.9.13" +version = "0.9.14" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "port_ocean-0.9.13-py3-none-any.whl", hash = "sha256:602bf1d1d5d8cdb29e9292a124cc9feb6b500dd80a4f2e6e1907001682c79219"}, - {file = "port_ocean-0.9.13.tar.gz", hash = "sha256:850637e3e8b9f4a500b43a80531cf936580a6bd496b7deba490c4f336c26f94e"}, + {file = "port_ocean-0.9.14-py3-none-any.whl", hash = "sha256:8ce0946e9b23c0ca7e5e6821efdaddadde2b2ccca39dd9e376132c38f27b9ec6"}, + {file = "port_ocean-0.9.14.tar.gz", hash = "sha256:f733ce2fcbc69a843d980e3d4182774dcfb1c7800f91372e52943f0d45808678"}, ] [package.dependencies] @@ -1864,4 +1864,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "03b66e10a33d84b6496a7e75a7bf9b805ace3f72cc199a28a2484982612049b9" +content-hash = "6b68730ae6696f47bfcd1c031acea6b8f5820ae5f330bdba423bade3a2b35581" diff --git a/integrations/statuspage/pyproject.toml b/integrations/statuspage/pyproject.toml index 0d203ed517..c5744fcbd6 100644 --- a/integrations/statuspage/pyproject.toml +++ b/integrations/statuspage/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "statuspage" -version = "0.1.15" +version = "0.1.16" description = "Connect Statuspage to Ocean and automatically ingest incidents, updates, and impacted components for comprehensive monitoring" authors = ["Albert Luganga "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.9.13", extras = ["cli"]} +port_ocean = {version = "^0.9.14", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2" diff --git a/integrations/terraform-cloud/CHANGELOG.md b/integrations/terraform-cloud/CHANGELOG.md index 408a708e5f..4503f62a29 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.55 (2024-08-20) + + +### Improvements + +- Bumped ocean version to ^0.9.14 (#1) + + ## 0.1.54 (2024-08-13) diff --git a/integrations/terraform-cloud/poetry.lock b/integrations/terraform-cloud/poetry.lock index e4ba7dd0aa..1497f5bab2 100644 --- a/integrations/terraform-cloud/poetry.lock +++ b/integrations/terraform-cloud/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiostream" @@ -934,13 +934,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.9.13" +version = "0.9.14" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "port_ocean-0.9.13-py3-none-any.whl", hash = "sha256:602bf1d1d5d8cdb29e9292a124cc9feb6b500dd80a4f2e6e1907001682c79219"}, - {file = "port_ocean-0.9.13.tar.gz", hash = "sha256:850637e3e8b9f4a500b43a80531cf936580a6bd496b7deba490c4f336c26f94e"}, + {file = "port_ocean-0.9.14-py3-none-any.whl", hash = "sha256:8ce0946e9b23c0ca7e5e6821efdaddadde2b2ccca39dd9e376132c38f27b9ec6"}, + {file = "port_ocean-0.9.14.tar.gz", hash = "sha256:f733ce2fcbc69a843d980e3d4182774dcfb1c7800f91372e52943f0d45808678"}, ] [package.dependencies] @@ -1864,4 +1864,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "169faddbc8030978b5a1e92be32ce85c2d4ae623e81944aaed789dbf198ad7da" +content-hash = "cc141c7f257a49b28a93d1293a6b7d8219b4ebd5d4280c03c1551037cb65358b" diff --git a/integrations/terraform-cloud/pyproject.toml b/integrations/terraform-cloud/pyproject.toml index 7103caf33a..f0c5fc0666 100644 --- a/integrations/terraform-cloud/pyproject.toml +++ b/integrations/terraform-cloud/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "terraform-cloud" -version = "0.1.54" +version = "0.1.55" description = "Terraform Cloud Integration for Port" authors = ["Michael Armah "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.9.13", extras = ["cli"]} +port_ocean = {version = "^0.9.14", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2" diff --git a/integrations/wiz/CHANGELOG.md b/integrations/wiz/CHANGELOG.md index 30b07e665d..afa02b2a51 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.47 (2024-08-20) + + +### Improvements + +- Bumped ocean version to ^0.9.14 (#1) + + ## 0.1.46 (2024-08-13) diff --git a/integrations/wiz/poetry.lock b/integrations/wiz/poetry.lock index e4ba7dd0aa..1497f5bab2 100644 --- a/integrations/wiz/poetry.lock +++ b/integrations/wiz/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiostream" @@ -934,13 +934,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.9.13" +version = "0.9.14" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "port_ocean-0.9.13-py3-none-any.whl", hash = "sha256:602bf1d1d5d8cdb29e9292a124cc9feb6b500dd80a4f2e6e1907001682c79219"}, - {file = "port_ocean-0.9.13.tar.gz", hash = "sha256:850637e3e8b9f4a500b43a80531cf936580a6bd496b7deba490c4f336c26f94e"}, + {file = "port_ocean-0.9.14-py3-none-any.whl", hash = "sha256:8ce0946e9b23c0ca7e5e6821efdaddadde2b2ccca39dd9e376132c38f27b9ec6"}, + {file = "port_ocean-0.9.14.tar.gz", hash = "sha256:f733ce2fcbc69a843d980e3d4182774dcfb1c7800f91372e52943f0d45808678"}, ] [package.dependencies] @@ -1864,4 +1864,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "169faddbc8030978b5a1e92be32ce85c2d4ae623e81944aaed789dbf198ad7da" +content-hash = "cc141c7f257a49b28a93d1293a6b7d8219b4ebd5d4280c03c1551037cb65358b" diff --git a/integrations/wiz/pyproject.toml b/integrations/wiz/pyproject.toml index d072fe9ec2..647c54b413 100644 --- a/integrations/wiz/pyproject.toml +++ b/integrations/wiz/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "wiz" -version = "0.1.46" +version = "0.1.47" description = "Wiz Port integration in Ocean" authors = ["Albert Luganga "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.9.13", extras = ["cli"]} +port_ocean = {version = "^0.9.14", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2"