diff --git a/integrations/argocd/CHANGELOG.md b/integrations/argocd/CHANGELOG.md index d69bd156ce..0ab384a210 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.56 (2024-06-10) + +### Improvements + +- Bumped ocean version to ^0.6.0 (#1) + + # Port_Ocean 0.1.55 (2024-06-05) ### Improvements diff --git a/integrations/argocd/poetry.lock b/integrations/argocd/poetry.lock index b076641e9d..db7eeae7f4 100644 --- a/integrations/argocd/poetry.lock +++ b/integrations/argocd/poetry.lock @@ -806,13 +806,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.5.27" +version = "0.6.0" 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.5.27-py3-none-any.whl", hash = "sha256:1fc32fa867bdb9d3ca86225131aa68e3aafa57f2e7ff2e8283aa82bd18c2b844"}, - {file = "port_ocean-0.5.27.tar.gz", hash = "sha256:5c66be70bd5d3ccba0a6670a73ac5aca72830a9f58051d379f3da934232e9d66"}, + {file = "port_ocean-0.6.0-py3-none-any.whl", hash = "sha256:7cd7ad0f7759d571b01d6c19db9cd1c13eb64a278cf026d200d12cf5695dd764"}, + {file = "port_ocean-0.6.0.tar.gz", hash = "sha256:108d8caf2b5b7a519c4b2eda2efe38fc30abde062e48fb3a51d4802918f2c01a"}, ] [package.dependencies] @@ -1402,4 +1402,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "fe2eb6805c2975e9f47d7ec1694bfc8b3940c604a205561fa797ca51fef6ee06" +content-hash = "9153fdd6984d0184f122f0a1e939b1b72d2bf3e82e37cf8fc79aaf46079f813b" diff --git a/integrations/argocd/pyproject.toml b/integrations/argocd/pyproject.toml index c70ce1958e..4ca9e429af 100644 --- a/integrations/argocd/pyproject.toml +++ b/integrations/argocd/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "argocd" -version = "0.1.55" +version = "0.1.56" description = "Argo CD integration powered by Ocean" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.5.27", extras = ["cli"]} +port_ocean = {version = "^0.6.0", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2" diff --git a/integrations/aws/CHANGELOG.md b/integrations/aws/CHANGELOG.md index 43cad792e8..cbde3e9214 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.1.4 (2024-06-10) + +### Improvements + +- Bumped ocean version to ^0.6.0 (#1) + + # Port_Ocean 0.1.3 (2024-06-05) ### Improvements diff --git a/integrations/aws/poetry.lock b/integrations/aws/poetry.lock index b7fc4b32b6..f1272cdf39 100644 --- a/integrations/aws/poetry.lock +++ b/integrations/aws/poetry.lock @@ -2075,13 +2075,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.5.27" +version = "0.6.0" 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.5.27-py3-none-any.whl", hash = "sha256:1fc32fa867bdb9d3ca86225131aa68e3aafa57f2e7ff2e8283aa82bd18c2b844"}, - {file = "port_ocean-0.5.27.tar.gz", hash = "sha256:5c66be70bd5d3ccba0a6670a73ac5aca72830a9f58051d379f3da934232e9d66"}, + {file = "port_ocean-0.6.0-py3-none-any.whl", hash = "sha256:7cd7ad0f7759d571b01d6c19db9cd1c13eb64a278cf026d200d12cf5695dd764"}, + {file = "port_ocean-0.6.0.tar.gz", hash = "sha256:108d8caf2b5b7a519c4b2eda2efe38fc30abde062e48fb3a51d4802918f2c01a"}, ] [package.dependencies] @@ -3646,4 +3646,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "74a13ff664daab3bfa809ea7d1a28c9cc2404c8a4b37c6aec1bb02d8ab533658" +content-hash = "d8dbdc139ed3a7d3028a558eab2ab2c641aa738e172df12ecc020949a0523296" diff --git a/integrations/aws/pyproject.toml b/integrations/aws/pyproject.toml index d65506bb56..637a07811a 100644 --- a/integrations/aws/pyproject.toml +++ b/integrations/aws/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "aws" -version = "0.1.3" +version = "0.1.4" description = "This integration will map all your resources in all the available accounts to your Port entities" authors = ["Shalev Avhar "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.5.27", extras = ["cli"]} +port_ocean = {version = "^0.6.0", 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 0d642d3eda..60365ca934 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.31 (2024-06-10) + +### Improvements + +- Bumped ocean version to ^0.6.0 (#1) + + # Port_Ocean 0.1.30 (2024-06-05) ### Improvements diff --git a/integrations/azure-devops/poetry.lock b/integrations/azure-devops/poetry.lock index 87237237fe..8bba5cb3b8 100644 --- a/integrations/azure-devops/poetry.lock +++ b/integrations/azure-devops/poetry.lock @@ -806,13 +806,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.5.27" +version = "0.6.0" 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.5.27-py3-none-any.whl", hash = "sha256:1fc32fa867bdb9d3ca86225131aa68e3aafa57f2e7ff2e8283aa82bd18c2b844"}, - {file = "port_ocean-0.5.27.tar.gz", hash = "sha256:5c66be70bd5d3ccba0a6670a73ac5aca72830a9f58051d379f3da934232e9d66"}, + {file = "port_ocean-0.6.0-py3-none-any.whl", hash = "sha256:7cd7ad0f7759d571b01d6c19db9cd1c13eb64a278cf026d200d12cf5695dd764"}, + {file = "port_ocean-0.6.0.tar.gz", hash = "sha256:108d8caf2b5b7a519c4b2eda2efe38fc30abde062e48fb3a51d4802918f2c01a"}, ] [package.dependencies] @@ -1413,4 +1413,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "31473d4fbc03a7703b568ab4029a142bed60d81a95039938f3c3e60632cf14f8" +content-hash = "03feade744a1f91aef88e0ec720890019766e91370f1cacdf023ba74419acc13" diff --git a/integrations/azure-devops/pyproject.toml b/integrations/azure-devops/pyproject.toml index a72095ee5d..7a1e601824 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.30" +version = "0.1.31" description = "An Azure Devops Ocean integration" authors = ["Matan Geva "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.5.27", extras = ["cli"]} +port_ocean = {version = "^0.6.0", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2" diff --git a/integrations/azure/CHANGELOG.md b/integrations/azure/CHANGELOG.md index 255e97dedd..65752397db 100644 --- a/integrations/azure/CHANGELOG.md +++ b/integrations/azure/CHANGELOG.md @@ -1,3 +1,10 @@ +0.1.60 (2024-06-10) + +### Improvements + +- Bumped ocean version to ^0.6.0 (#1) + + 0.1.59 (2024-06-05) ### Improvements diff --git a/integrations/azure/poetry.lock b/integrations/azure/poetry.lock index d25a389afe..3d460603cf 100644 --- a/integrations/azure/poetry.lock +++ b/integrations/azure/poetry.lock @@ -1450,13 +1450,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.5.27" +version = "0.6.0" 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.5.27-py3-none-any.whl", hash = "sha256:1fc32fa867bdb9d3ca86225131aa68e3aafa57f2e7ff2e8283aa82bd18c2b844"}, - {file = "port_ocean-0.5.27.tar.gz", hash = "sha256:5c66be70bd5d3ccba0a6670a73ac5aca72830a9f58051d379f3da934232e9d66"}, + {file = "port_ocean-0.6.0-py3-none-any.whl", hash = "sha256:7cd7ad0f7759d571b01d6c19db9cd1c13eb64a278cf026d200d12cf5695dd764"}, + {file = "port_ocean-0.6.0.tar.gz", hash = "sha256:108d8caf2b5b7a519c4b2eda2efe38fc30abde062e48fb3a51d4802918f2c01a"}, ] [package.dependencies] @@ -2240,4 +2240,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "0dff8fd214c06225a6dfa906b0b96936b63103c04d93abcca349597e017fe770" +content-hash = "12b8a3bbf4e4dae93009e5f2021fb354a861212f595dda9b0b89d3b5a1764bb8" diff --git a/integrations/azure/pyproject.toml b/integrations/azure/pyproject.toml index 4b6d99c767..5cbec75f43 100644 --- a/integrations/azure/pyproject.toml +++ b/integrations/azure/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "azure" -version = "0.1.59" +version = "0.1.60" description = "Azure integration" authors = ["Tom Tankilevitch "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.5.27", extras = ["cli"]} +port_ocean = {version = "^0.6.0", 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 2c56b763c9..e0b80eb8a9 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.6 (2024-06-10) + +### Improvements + +- Bumped ocean version to ^0.6.0 (#1) + + # Port_Ocean 0.1.5 (2024-06-05) ### Improvements diff --git a/integrations/datadog/poetry.lock b/integrations/datadog/poetry.lock index efbca5108a..b82f4f15b9 100644 --- a/integrations/datadog/poetry.lock +++ b/integrations/datadog/poetry.lock @@ -806,13 +806,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.5.27" +version = "0.6.0" 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.5.27-py3-none-any.whl", hash = "sha256:1fc32fa867bdb9d3ca86225131aa68e3aafa57f2e7ff2e8283aa82bd18c2b844"}, - {file = "port_ocean-0.5.27.tar.gz", hash = "sha256:5c66be70bd5d3ccba0a6670a73ac5aca72830a9f58051d379f3da934232e9d66"}, + {file = "port_ocean-0.6.0-py3-none-any.whl", hash = "sha256:7cd7ad0f7759d571b01d6c19db9cd1c13eb64a278cf026d200d12cf5695dd764"}, + {file = "port_ocean-0.6.0.tar.gz", hash = "sha256:108d8caf2b5b7a519c4b2eda2efe38fc30abde062e48fb3a51d4802918f2c01a"}, ] [package.dependencies] @@ -1402,4 +1402,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "328562e34341c66cc9aa5c610b20c75580fc825cd70a46fbc48af73a4131c59e" +content-hash = "a99d54fd0fe8c5682ef88d2d046fda47a447bf49fabe070bf4eb607398956dcd" diff --git a/integrations/datadog/pyproject.toml b/integrations/datadog/pyproject.toml index 4a88ba07d9..3685072da7 100644 --- a/integrations/datadog/pyproject.toml +++ b/integrations/datadog/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "datadog" -version = "0.1.5" +version = "0.1.6" description = "Datadog Ocean Integration" authors = ["Albert Luganga "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.5.27", extras = ["cli"]} +port_ocean = {version = "^0.6.0", extras = ["cli"]} loguru = "^0.7.2" [tool.poetry.group.dev.dependencies] diff --git a/integrations/dynatrace/CHANGELOG.md b/integrations/dynatrace/CHANGELOG.md index a06253e56e..de6e4fdaeb 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.21 (2024-06-10) + +### Improvements + +- Bumped ocean version to ^0.6.0 (#1) + + # Port_Ocean 0.1.20 (2024-06-05) ### Improvements diff --git a/integrations/dynatrace/poetry.lock b/integrations/dynatrace/poetry.lock index 6b262c741d..9481973e66 100644 --- a/integrations/dynatrace/poetry.lock +++ b/integrations/dynatrace/poetry.lock @@ -806,13 +806,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.5.27" +version = "0.6.0" 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.5.27-py3-none-any.whl", hash = "sha256:1fc32fa867bdb9d3ca86225131aa68e3aafa57f2e7ff2e8283aa82bd18c2b844"}, - {file = "port_ocean-0.5.27.tar.gz", hash = "sha256:5c66be70bd5d3ccba0a6670a73ac5aca72830a9f58051d379f3da934232e9d66"}, + {file = "port_ocean-0.6.0-py3-none-any.whl", hash = "sha256:7cd7ad0f7759d571b01d6c19db9cd1c13eb64a278cf026d200d12cf5695dd764"}, + {file = "port_ocean-0.6.0.tar.gz", hash = "sha256:108d8caf2b5b7a519c4b2eda2efe38fc30abde062e48fb3a51d4802918f2c01a"}, ] [package.dependencies] @@ -1402,4 +1402,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "fe2eb6805c2975e9f47d7ec1694bfc8b3940c604a205561fa797ca51fef6ee06" +content-hash = "9153fdd6984d0184f122f0a1e939b1b72d2bf3e82e37cf8fc79aaf46079f813b" diff --git a/integrations/dynatrace/pyproject.toml b/integrations/dynatrace/pyproject.toml index 7bed580f21..c11f4364ca 100644 --- a/integrations/dynatrace/pyproject.toml +++ b/integrations/dynatrace/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "dynatrace" -version = "0.1.20" +version = "0.1.21" description = "An integration used to import Dynatrace resources into Port" authors = ["Ayodeji Adeoti <>"] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.5.27", extras = ["cli"]} +port_ocean = {version = "^0.6.0", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2" diff --git a/integrations/firehydrant/CHANGELOG.md b/integrations/firehydrant/CHANGELOG.md index 1f6f3bf119..dbee5c6f34 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.46 (2024-06-10) + +### Improvements + +- Bumped ocean version to ^0.6.0 (#1) + + # Port_Ocean 0.1.45 (2024-06-05) ### Improvements diff --git a/integrations/firehydrant/poetry.lock b/integrations/firehydrant/poetry.lock index f3294715bb..aef51ce991 100644 --- a/integrations/firehydrant/poetry.lock +++ b/integrations/firehydrant/poetry.lock @@ -798,13 +798,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.5.27" +version = "0.6.0" 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.5.27-py3-none-any.whl", hash = "sha256:1fc32fa867bdb9d3ca86225131aa68e3aafa57f2e7ff2e8283aa82bd18c2b844"}, - {file = "port_ocean-0.5.27.tar.gz", hash = "sha256:5c66be70bd5d3ccba0a6670a73ac5aca72830a9f58051d379f3da934232e9d66"}, + {file = "port_ocean-0.6.0-py3-none-any.whl", hash = "sha256:7cd7ad0f7759d571b01d6c19db9cd1c13eb64a278cf026d200d12cf5695dd764"}, + {file = "port_ocean-0.6.0.tar.gz", hash = "sha256:108d8caf2b5b7a519c4b2eda2efe38fc30abde062e48fb3a51d4802918f2c01a"}, ] [package.dependencies] @@ -1388,4 +1388,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "fe2eb6805c2975e9f47d7ec1694bfc8b3940c604a205561fa797ca51fef6ee06" +content-hash = "9153fdd6984d0184f122f0a1e939b1b72d2bf3e82e37cf8fc79aaf46079f813b" diff --git a/integrations/firehydrant/pyproject.toml b/integrations/firehydrant/pyproject.toml index 122d9482b7..ecf68961b3 100644 --- a/integrations/firehydrant/pyproject.toml +++ b/integrations/firehydrant/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "firehydrant" -version = "0.1.45" +version = "0.1.46" description = "FireHydrant Integration Powered by Ocean" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.5.27", extras = ["cli"]} +port_ocean = {version = "^0.6.0", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2" diff --git a/integrations/gcp/CHANGELOG.md b/integrations/gcp/CHANGELOG.md index 853c38f4ed..fd42932c04 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.19 (2024-06-10) + +### Improvements + +- Bumped ocean version to ^0.6.0 (#1) + + # Port_Ocean 0.1.18 (2024-06-05) ### Improvements diff --git a/integrations/gcp/poetry.lock b/integrations/gcp/poetry.lock index 7b6b33212b..2fcb36d64d 100644 --- a/integrations/gcp/poetry.lock +++ b/integrations/gcp/poetry.lock @@ -1086,13 +1086,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.5.27" +version = "0.6.0" 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.5.27-py3-none-any.whl", hash = "sha256:1fc32fa867bdb9d3ca86225131aa68e3aafa57f2e7ff2e8283aa82bd18c2b844"}, - {file = "port_ocean-0.5.27.tar.gz", hash = "sha256:5c66be70bd5d3ccba0a6670a73ac5aca72830a9f58051d379f3da934232e9d66"}, + {file = "port_ocean-0.6.0-py3-none-any.whl", hash = "sha256:7cd7ad0f7759d571b01d6c19db9cd1c13eb64a278cf026d200d12cf5695dd764"}, + {file = "port_ocean-0.6.0.tar.gz", hash = "sha256:108d8caf2b5b7a519c4b2eda2efe38fc30abde062e48fb3a51d4802918f2c01a"}, ] [package.dependencies] @@ -1758,4 +1758,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "506e4592dc968c15d7ad4fc65ee96be0be59132b2474deefcf4795fc75c6bf9a" +content-hash = "6bfc3dec2a1abac99e159039cb077c128ade88db28e9714f92f59645ef76f2d4" diff --git a/integrations/gcp/pyproject.toml b/integrations/gcp/pyproject.toml index a80842f2b6..349f1a63b5 100644 --- a/integrations/gcp/pyproject.toml +++ b/integrations/gcp/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "gcp" -version = "0.1.18" +version = "0.1.19" description = "A GCP ocean integration" authors = ["Matan Geva "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.5.27", extras = ["cli"]} +port_ocean = {version = "^0.6.0", 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 b55210fa1a..18c1e21c75 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.83 (2024-06-10) +=================== + +### Improvements + +- Bumped ocean version to ^0.6.0 (#1) + + 0.1.82 (2024-06-05) =================== diff --git a/integrations/gitlab/poetry.lock b/integrations/gitlab/poetry.lock index ac51dc30a9..b000ebdbc3 100644 --- a/integrations/gitlab/poetry.lock +++ b/integrations/gitlab/poetry.lock @@ -780,13 +780,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.5.27" +version = "0.6.0" 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.5.27-py3-none-any.whl", hash = "sha256:1fc32fa867bdb9d3ca86225131aa68e3aafa57f2e7ff2e8283aa82bd18c2b844"}, - {file = "port_ocean-0.5.27.tar.gz", hash = "sha256:5c66be70bd5d3ccba0a6670a73ac5aca72830a9f58051d379f3da934232e9d66"}, + {file = "port_ocean-0.6.0-py3-none-any.whl", hash = "sha256:7cd7ad0f7759d571b01d6c19db9cd1c13eb64a278cf026d200d12cf5695dd764"}, + {file = "port_ocean-0.6.0.tar.gz", hash = "sha256:108d8caf2b5b7a519c4b2eda2efe38fc30abde062e48fb3a51d4802918f2c01a"}, ] [package.dependencies] @@ -1429,4 +1429,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "f714dd720f80eaa3782764e7b22a385da3152197209df1cb8cf8f905dde8ed3d" +content-hash = "7bccbb657b362cee4e664585bf2ae5129c61b68f4ca31a77f39ae0b3a5002a5f" diff --git a/integrations/gitlab/pyproject.toml b/integrations/gitlab/pyproject.toml index 97cc66b0c0..c363e03f6a 100644 --- a/integrations/gitlab/pyproject.toml +++ b/integrations/gitlab/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gitlab" -version = "0.1.82" +version = "0.1.83" description = "Gitlab integration for Port using Port-Ocean Framework" authors = ["Yair Siman-Tov "] @@ -10,7 +10,7 @@ aiofiles = "^0.6.0" python-gitlab = "^3.14.0" pathlib = "^1.0.1" jsonschema = "^4.17.3" -port_ocean = {version = "^0.5.27", extras = ["cli"]} +port_ocean = {version = "^0.6.0", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2" diff --git a/integrations/jenkins/CHANGELOG.md b/integrations/jenkins/CHANGELOG.md index 5033179286..d9627db836 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.29 (2024-06-10) + +### Improvements + +- Bumped ocean version to ^0.6.0 (#1) + + # Port_Ocean 0.1.28 (2024-06-05) ### Improvements diff --git a/integrations/jenkins/poetry.lock b/integrations/jenkins/poetry.lock index 148f29252c..5e31a2d320 100644 --- a/integrations/jenkins/poetry.lock +++ b/integrations/jenkins/poetry.lock @@ -818,13 +818,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.5.27" +version = "0.6.0" 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.5.27-py3-none-any.whl", hash = "sha256:1fc32fa867bdb9d3ca86225131aa68e3aafa57f2e7ff2e8283aa82bd18c2b844"}, - {file = "port_ocean-0.5.27.tar.gz", hash = "sha256:5c66be70bd5d3ccba0a6670a73ac5aca72830a9f58051d379f3da934232e9d66"}, + {file = "port_ocean-0.6.0-py3-none-any.whl", hash = "sha256:7cd7ad0f7759d571b01d6c19db9cd1c13eb64a278cf026d200d12cf5695dd764"}, + {file = "port_ocean-0.6.0.tar.gz", hash = "sha256:108d8caf2b5b7a519c4b2eda2efe38fc30abde062e48fb3a51d4802918f2c01a"}, ] [package.dependencies] @@ -1427,4 +1427,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "9dfe11e4f8e6596a2c1ccf5d04d12f458c447d6347426ad7b966b40a87457591" +content-hash = "69885eea46927310f2173b7a476a934929adbd273c9e5f3a4778433d7e1d3268" diff --git a/integrations/jenkins/pyproject.toml b/integrations/jenkins/pyproject.toml index 712e10f8e0..2e3fa0a44e 100644 --- a/integrations/jenkins/pyproject.toml +++ b/integrations/jenkins/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "jenkins" -version = "0.1.28" +version = "0.1.29" description = "Jenkins Integration to Port Ocean" authors = ["Albert Luganga "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.5.27", extras = ["cli"]} +port_ocean = {version = "^0.6.0", 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 81fe8f7485..799da29cea 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.56 (2024-06-10) + +### Improvements + +- Bumped ocean version to ^0.6.0 (#1) + + 0.1.55 (2024-06-05) ### Improvements diff --git a/integrations/jira/poetry.lock b/integrations/jira/poetry.lock index e3b97b6b0e..baab7ae6c5 100644 --- a/integrations/jira/poetry.lock +++ b/integrations/jira/poetry.lock @@ -798,13 +798,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.5.27" +version = "0.6.0" 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.5.27-py3-none-any.whl", hash = "sha256:1fc32fa867bdb9d3ca86225131aa68e3aafa57f2e7ff2e8283aa82bd18c2b844"}, - {file = "port_ocean-0.5.27.tar.gz", hash = "sha256:5c66be70bd5d3ccba0a6670a73ac5aca72830a9f58051d379f3da934232e9d66"}, + {file = "port_ocean-0.6.0-py3-none-any.whl", hash = "sha256:7cd7ad0f7759d571b01d6c19db9cd1c13eb64a278cf026d200d12cf5695dd764"}, + {file = "port_ocean-0.6.0.tar.gz", hash = "sha256:108d8caf2b5b7a519c4b2eda2efe38fc30abde062e48fb3a51d4802918f2c01a"}, ] [package.dependencies] @@ -1388,4 +1388,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "450ca1c5a4c7e568a43a75ad5e2a7a6bf19e70e6b4193a2711e1be27acb836b9" +content-hash = "5bd79e22cf475c93acfb917158492314bd8fb1c186d1907392757d06eafe133d" diff --git a/integrations/jira/pyproject.toml b/integrations/jira/pyproject.toml index 19014a13b6..a74125adef 100644 --- a/integrations/jira/pyproject.toml +++ b/integrations/jira/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "jira" -version = "0.1.55" +version = "0.1.56" description = "Integration to bring information from Jira into Port" authors = ["Mor Paz "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.5.27", extras = ["cli"]} +port_ocean = {version = "^0.6.0", extras = ["cli"]} httpx = "^0.24.1" [tool.poetry.group.dev.dependencies] diff --git a/integrations/kafka/CHANGELOG.md b/integrations/kafka/CHANGELOG.md index 03362d70cf..b3aab82748 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.46 (2024-06-10) + +### Improvements + +- Bumped ocean version to ^0.6.0 (#1) + + # Port_Ocean 0.1.45 (2024-06-05) ### Improvements diff --git a/integrations/kafka/poetry.lock b/integrations/kafka/poetry.lock index f89fad0650..0e26a96a24 100644 --- a/integrations/kafka/poetry.lock +++ b/integrations/kafka/poetry.lock @@ -818,13 +818,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.5.27" +version = "0.6.0" 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.5.27-py3-none-any.whl", hash = "sha256:1fc32fa867bdb9d3ca86225131aa68e3aafa57f2e7ff2e8283aa82bd18c2b844"}, - {file = "port_ocean-0.5.27.tar.gz", hash = "sha256:5c66be70bd5d3ccba0a6670a73ac5aca72830a9f58051d379f3da934232e9d66"}, + {file = "port_ocean-0.6.0-py3-none-any.whl", hash = "sha256:7cd7ad0f7759d571b01d6c19db9cd1c13eb64a278cf026d200d12cf5695dd764"}, + {file = "port_ocean-0.6.0.tar.gz", hash = "sha256:108d8caf2b5b7a519c4b2eda2efe38fc30abde062e48fb3a51d4802918f2c01a"}, ] [package.dependencies] @@ -1419,4 +1419,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "8a23fa198bc1c5c03684be2f205eb00166c4326c3a1680a76a1db02d9e986167" +content-hash = "68305902d17105d77d633af748b6127b3c8de28756e906a332ec8040b04896ca" diff --git a/integrations/kafka/pyproject.toml b/integrations/kafka/pyproject.toml index 18f0f50f15..f1e4232f65 100644 --- a/integrations/kafka/pyproject.toml +++ b/integrations/kafka/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "kafka" -version = "0.1.45" +version = "0.1.46" 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.5.27", extras = ["cli"]} +port_ocean = {version = "^0.6.0", 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 139167d9d9..4f4ef5f62d 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.49 (2024-06-10) + +### Improvements + +- Bumped ocean version to ^0.6.0 (#1) + + # Port_Ocean 0.1.48 (2024-06-05) ### Improvements diff --git a/integrations/kubecost/poetry.lock b/integrations/kubecost/poetry.lock index eec104dcff..353ced52a9 100644 --- a/integrations/kubecost/poetry.lock +++ b/integrations/kubecost/poetry.lock @@ -818,13 +818,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.5.27" +version = "0.6.0" 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.5.27-py3-none-any.whl", hash = "sha256:1fc32fa867bdb9d3ca86225131aa68e3aafa57f2e7ff2e8283aa82bd18c2b844"}, - {file = "port_ocean-0.5.27.tar.gz", hash = "sha256:5c66be70bd5d3ccba0a6670a73ac5aca72830a9f58051d379f3da934232e9d66"}, + {file = "port_ocean-0.6.0-py3-none-any.whl", hash = "sha256:7cd7ad0f7759d571b01d6c19db9cd1c13eb64a278cf026d200d12cf5695dd764"}, + {file = "port_ocean-0.6.0.tar.gz", hash = "sha256:108d8caf2b5b7a519c4b2eda2efe38fc30abde062e48fb3a51d4802918f2c01a"}, ] [package.dependencies] @@ -1419,4 +1419,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "fe2eb6805c2975e9f47d7ec1694bfc8b3940c604a205561fa797ca51fef6ee06" +content-hash = "9153fdd6984d0184f122f0a1e939b1b72d2bf3e82e37cf8fc79aaf46079f813b" diff --git a/integrations/kubecost/pyproject.toml b/integrations/kubecost/pyproject.toml index 375ad49d91..23dc2f3f6f 100644 --- a/integrations/kubecost/pyproject.toml +++ b/integrations/kubecost/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "kubecost" -version = "0.1.48" +version = "0.1.49" description = "Kubecost integration powered by Ocean" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.5.27", extras = ["cli"]} +port_ocean = {version = "^0.6.0", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2" diff --git a/integrations/launchdarkly/CHANGELOG.md b/integrations/launchdarkly/CHANGELOG.md index 1ea4a33f98..451f901397 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.20 (2024-06-10) + +### Improvements + +- Bumped ocean version to ^0.6.0 (#1) + + # Port_Ocean 0.1.19 (2024-06-05) ### Improvements diff --git a/integrations/launchdarkly/poetry.lock b/integrations/launchdarkly/poetry.lock index 2533200ccb..781b0a8fa8 100644 --- a/integrations/launchdarkly/poetry.lock +++ b/integrations/launchdarkly/poetry.lock @@ -806,13 +806,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.5.27" +version = "0.6.0" 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.5.27-py3-none-any.whl", hash = "sha256:1fc32fa867bdb9d3ca86225131aa68e3aafa57f2e7ff2e8283aa82bd18c2b844"}, - {file = "port_ocean-0.5.27.tar.gz", hash = "sha256:5c66be70bd5d3ccba0a6670a73ac5aca72830a9f58051d379f3da934232e9d66"}, + {file = "port_ocean-0.6.0-py3-none-any.whl", hash = "sha256:7cd7ad0f7759d571b01d6c19db9cd1c13eb64a278cf026d200d12cf5695dd764"}, + {file = "port_ocean-0.6.0.tar.gz", hash = "sha256:108d8caf2b5b7a519c4b2eda2efe38fc30abde062e48fb3a51d4802918f2c01a"}, ] [package.dependencies] @@ -1402,4 +1402,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "fe2eb6805c2975e9f47d7ec1694bfc8b3940c604a205561fa797ca51fef6ee06" +content-hash = "9153fdd6984d0184f122f0a1e939b1b72d2bf3e82e37cf8fc79aaf46079f813b" diff --git a/integrations/launchdarkly/pyproject.toml b/integrations/launchdarkly/pyproject.toml index aff4552fae..30991951e5 100644 --- a/integrations/launchdarkly/pyproject.toml +++ b/integrations/launchdarkly/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "launchdarkly" -version = "0.1.19" +version = "0.1.20" description = "Launchdarkly integration for Port" authors = ["Michael Armah "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.5.27", extras = ["cli"]} +port_ocean = {version = "^0.6.0", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2" diff --git a/integrations/linear/CHANGELOG.md b/integrations/linear/CHANGELOG.md index 308d037b3c..362972681b 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.8 (2024-06-10) + +### Improvements + +- Bumped ocean version to ^0.6.0 (#1) + + # Port_Ocean 0.1.7 (2024-06-05) ### Improvements diff --git a/integrations/linear/poetry.lock b/integrations/linear/poetry.lock index 2634d6dc8a..557fb3637f 100644 --- a/integrations/linear/poetry.lock +++ b/integrations/linear/poetry.lock @@ -807,13 +807,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.5.27" +version = "0.6.0" 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.5.27-py3-none-any.whl", hash = "sha256:1fc32fa867bdb9d3ca86225131aa68e3aafa57f2e7ff2e8283aa82bd18c2b844"}, - {file = "port_ocean-0.5.27.tar.gz", hash = "sha256:5c66be70bd5d3ccba0a6670a73ac5aca72830a9f58051d379f3da934232e9d66"}, + {file = "port_ocean-0.6.0-py3-none-any.whl", hash = "sha256:7cd7ad0f7759d571b01d6c19db9cd1c13eb64a278cf026d200d12cf5695dd764"}, + {file = "port_ocean-0.6.0.tar.gz", hash = "sha256:108d8caf2b5b7a519c4b2eda2efe38fc30abde062e48fb3a51d4802918f2c01a"}, ] [package.dependencies] @@ -1402,4 +1402,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "625074f4d137289d4916656681889b85d57bb3ed3b25b7b7cb764eaf95bc0cf1" +content-hash = "7a550fbe4aab1c65e4b49f9b0a172d4a410742076d2a6b59541081be2848d30b" diff --git a/integrations/linear/pyproject.toml b/integrations/linear/pyproject.toml index d22f9a8b61..bde4116aeb 100644 --- a/integrations/linear/pyproject.toml +++ b/integrations/linear/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "linear" -version = "0.1.7" +version = "0.1.8" description = "Integration to bring information from Linear into Port" authors = ["Mor Paz "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.5.27", extras = ["cli"]} +port_ocean = {version = "^0.6.0", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2" diff --git a/integrations/newrelic/CHANGELOG.md b/integrations/newrelic/CHANGELOG.md index 31e788cf04..91a162cfd6 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.50 (2024-06-10) + +### Improvements + +- Bumped ocean version to ^0.6.0 (#1) + + # Port_Ocean 0.1.49 (2024-06-05) ### Improvements diff --git a/integrations/newrelic/poetry.lock b/integrations/newrelic/poetry.lock index d0d5c8d59d..0107e461b2 100644 --- a/integrations/newrelic/poetry.lock +++ b/integrations/newrelic/poetry.lock @@ -793,13 +793,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.5.27" +version = "0.6.0" 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.5.27-py3-none-any.whl", hash = "sha256:1fc32fa867bdb9d3ca86225131aa68e3aafa57f2e7ff2e8283aa82bd18c2b844"}, - {file = "port_ocean-0.5.27.tar.gz", hash = "sha256:5c66be70bd5d3ccba0a6670a73ac5aca72830a9f58051d379f3da934232e9d66"}, + {file = "port_ocean-0.6.0-py3-none-any.whl", hash = "sha256:7cd7ad0f7759d571b01d6c19db9cd1c13eb64a278cf026d200d12cf5695dd764"}, + {file = "port_ocean-0.6.0.tar.gz", hash = "sha256:108d8caf2b5b7a519c4b2eda2efe38fc30abde062e48fb3a51d4802918f2c01a"}, ] [package.dependencies] @@ -1383,4 +1383,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "450ca1c5a4c7e568a43a75ad5e2a7a6bf19e70e6b4193a2711e1be27acb836b9" +content-hash = "5bd79e22cf475c93acfb917158492314bd8fb1c186d1907392757d06eafe133d" diff --git a/integrations/newrelic/pyproject.toml b/integrations/newrelic/pyproject.toml index e7b836d16d..11d1995bfc 100644 --- a/integrations/newrelic/pyproject.toml +++ b/integrations/newrelic/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "newrelic" -version = "0.1.49" +version = "0.1.50" description = "New Relic Integration" authors = ["Tom Tankilevitch "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.5.27", extras = ["cli"]} +port_ocean = {version = "^0.6.0", extras = ["cli"]} httpx = "^0.24.1" [tool.poetry.group.dev.dependencies] diff --git a/integrations/opencost/CHANGELOG.md b/integrations/opencost/CHANGELOG.md index 53e50a4617..23149a4f2c 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.48 (2024-06-10) + +### Improvements + +- Bumped ocean version to ^0.6.0 (#1) + + # Port_Ocean 0.1.47 (2024-06-05) ### Improvements diff --git a/integrations/opencost/poetry.lock b/integrations/opencost/poetry.lock index bf5f0f48db..65b53e2d42 100644 --- a/integrations/opencost/poetry.lock +++ b/integrations/opencost/poetry.lock @@ -798,13 +798,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.5.27" +version = "0.6.0" 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.5.27-py3-none-any.whl", hash = "sha256:1fc32fa867bdb9d3ca86225131aa68e3aafa57f2e7ff2e8283aa82bd18c2b844"}, - {file = "port_ocean-0.5.27.tar.gz", hash = "sha256:5c66be70bd5d3ccba0a6670a73ac5aca72830a9f58051d379f3da934232e9d66"}, + {file = "port_ocean-0.6.0-py3-none-any.whl", hash = "sha256:7cd7ad0f7759d571b01d6c19db9cd1c13eb64a278cf026d200d12cf5695dd764"}, + {file = "port_ocean-0.6.0.tar.gz", hash = "sha256:108d8caf2b5b7a519c4b2eda2efe38fc30abde062e48fb3a51d4802918f2c01a"}, ] [package.dependencies] @@ -1388,4 +1388,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "fe2eb6805c2975e9f47d7ec1694bfc8b3940c604a205561fa797ca51fef6ee06" +content-hash = "9153fdd6984d0184f122f0a1e939b1b72d2bf3e82e37cf8fc79aaf46079f813b" diff --git a/integrations/opencost/pyproject.toml b/integrations/opencost/pyproject.toml index b81bb3615e..0b70745f70 100644 --- a/integrations/opencost/pyproject.toml +++ b/integrations/opencost/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "opencost" -version = "0.1.47" +version = "0.1.48" description = "Ocean integration for OpenCost" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.5.27", extras = ["cli"]} +port_ocean = {version = "^0.6.0", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2" diff --git a/integrations/opsgenie/CHANGELOG.md b/integrations/opsgenie/CHANGELOG.md index a673de5646..7aa8de4ec3 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.48 (2024-06-10) + +### Improvements + +- Bumped ocean version to ^0.6.0 (#1) + + # Port_Ocean 0.1.47 (2024-06-05) ### Improvements diff --git a/integrations/opsgenie/poetry.lock b/integrations/opsgenie/poetry.lock index b21643563e..3f5fe935b5 100644 --- a/integrations/opsgenie/poetry.lock +++ b/integrations/opsgenie/poetry.lock @@ -806,13 +806,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.5.27" +version = "0.6.0" 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.5.27-py3-none-any.whl", hash = "sha256:1fc32fa867bdb9d3ca86225131aa68e3aafa57f2e7ff2e8283aa82bd18c2b844"}, - {file = "port_ocean-0.5.27.tar.gz", hash = "sha256:5c66be70bd5d3ccba0a6670a73ac5aca72830a9f58051d379f3da934232e9d66"}, + {file = "port_ocean-0.6.0-py3-none-any.whl", hash = "sha256:7cd7ad0f7759d571b01d6c19db9cd1c13eb64a278cf026d200d12cf5695dd764"}, + {file = "port_ocean-0.6.0.tar.gz", hash = "sha256:108d8caf2b5b7a519c4b2eda2efe38fc30abde062e48fb3a51d4802918f2c01a"}, ] [package.dependencies] @@ -1402,4 +1402,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "fe2eb6805c2975e9f47d7ec1694bfc8b3940c604a205561fa797ca51fef6ee06" +content-hash = "9153fdd6984d0184f122f0a1e939b1b72d2bf3e82e37cf8fc79aaf46079f813b" diff --git a/integrations/opsgenie/pyproject.toml b/integrations/opsgenie/pyproject.toml index e325c7f90a..85079a0a7e 100644 --- a/integrations/opsgenie/pyproject.toml +++ b/integrations/opsgenie/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "opsgenie" -version = "0.1.47" +version = "0.1.48" description = "Ocean integration for OpsGenie" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.5.27", extras = ["cli"]} +port_ocean = {version = "^0.6.0", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2" diff --git a/integrations/pagerduty/CHANGELOG.md b/integrations/pagerduty/CHANGELOG.md index 5fa12fb445..660fa72ade 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.68 (2024-06-10) + +### Improvements + +- Bumped ocean version to ^0.6.0 (#1) + + # Port_Ocean 0.1.67 (2024-06-05) ### Improvements diff --git a/integrations/pagerduty/poetry.lock b/integrations/pagerduty/poetry.lock index 0c8f612f71..92d5fc50ac 100644 --- a/integrations/pagerduty/poetry.lock +++ b/integrations/pagerduty/poetry.lock @@ -793,13 +793,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.5.27" +version = "0.6.0" 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.5.27-py3-none-any.whl", hash = "sha256:1fc32fa867bdb9d3ca86225131aa68e3aafa57f2e7ff2e8283aa82bd18c2b844"}, - {file = "port_ocean-0.5.27.tar.gz", hash = "sha256:5c66be70bd5d3ccba0a6670a73ac5aca72830a9f58051d379f3da934232e9d66"}, + {file = "port_ocean-0.6.0-py3-none-any.whl", hash = "sha256:7cd7ad0f7759d571b01d6c19db9cd1c13eb64a278cf026d200d12cf5695dd764"}, + {file = "port_ocean-0.6.0.tar.gz", hash = "sha256:108d8caf2b5b7a519c4b2eda2efe38fc30abde062e48fb3a51d4802918f2c01a"}, ] [package.dependencies] @@ -1383,4 +1383,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "450ca1c5a4c7e568a43a75ad5e2a7a6bf19e70e6b4193a2711e1be27acb836b9" +content-hash = "5bd79e22cf475c93acfb917158492314bd8fb1c186d1907392757d06eafe133d" diff --git a/integrations/pagerduty/pyproject.toml b/integrations/pagerduty/pyproject.toml index e338df9e67..395881eea3 100644 --- a/integrations/pagerduty/pyproject.toml +++ b/integrations/pagerduty/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "pagerduty" -version = "0.1.67" +version = "0.1.68" description = "Pagerduty Integration" authors = ["Port Team "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.5.27", extras = ["cli"]} +port_ocean = {version = "^0.6.0", extras = ["cli"]} httpx = "^0.24.1" [tool.poetry.group.dev.dependencies] diff --git a/integrations/sentry/CHANGELOG.md b/integrations/sentry/CHANGELOG.md index 94a3579bb4..dccd5232a0 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.47 (2024-06-10) + +### Improvements + +- Bumped ocean version to ^0.6.0 (#1) + + # Port_Ocean 0.1.46 (2024-06-05) ### Improvements diff --git a/integrations/sentry/poetry.lock b/integrations/sentry/poetry.lock index c24516cbd3..fd5e211253 100644 --- a/integrations/sentry/poetry.lock +++ b/integrations/sentry/poetry.lock @@ -798,13 +798,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.5.27" +version = "0.6.0" 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.5.27-py3-none-any.whl", hash = "sha256:1fc32fa867bdb9d3ca86225131aa68e3aafa57f2e7ff2e8283aa82bd18c2b844"}, - {file = "port_ocean-0.5.27.tar.gz", hash = "sha256:5c66be70bd5d3ccba0a6670a73ac5aca72830a9f58051d379f3da934232e9d66"}, + {file = "port_ocean-0.6.0-py3-none-any.whl", hash = "sha256:7cd7ad0f7759d571b01d6c19db9cd1c13eb64a278cf026d200d12cf5695dd764"}, + {file = "port_ocean-0.6.0.tar.gz", hash = "sha256:108d8caf2b5b7a519c4b2eda2efe38fc30abde062e48fb3a51d4802918f2c01a"}, ] [package.dependencies] @@ -1388,4 +1388,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "fe2eb6805c2975e9f47d7ec1694bfc8b3940c604a205561fa797ca51fef6ee06" +content-hash = "9153fdd6984d0184f122f0a1e939b1b72d2bf3e82e37cf8fc79aaf46079f813b" diff --git a/integrations/sentry/pyproject.toml b/integrations/sentry/pyproject.toml index 395bde2fc3..d7ba2c3668 100644 --- a/integrations/sentry/pyproject.toml +++ b/integrations/sentry/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "sentry" -version = "0.1.46" +version = "0.1.47" description = "Sentry Integration" authors = ["Dvir Segev "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.5.27", extras = ["cli"]} +port_ocean = {version = "^0.6.0", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2" diff --git a/integrations/servicenow/CHANGELOG.md b/integrations/servicenow/CHANGELOG.md index 841899907f..7c6521be5b 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.36 (2024-06-10) + +### Improvements + +- Bumped ocean version to ^0.6.0 (#1) + + # Port_Ocean 0.1.35 (2024-06-05) ### Improvements diff --git a/integrations/servicenow/poetry.lock b/integrations/servicenow/poetry.lock index a823174edb..a3f235534f 100644 --- a/integrations/servicenow/poetry.lock +++ b/integrations/servicenow/poetry.lock @@ -805,13 +805,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.5.27" +version = "0.6.0" 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.5.27-py3-none-any.whl", hash = "sha256:1fc32fa867bdb9d3ca86225131aa68e3aafa57f2e7ff2e8283aa82bd18c2b844"}, - {file = "port_ocean-0.5.27.tar.gz", hash = "sha256:5c66be70bd5d3ccba0a6670a73ac5aca72830a9f58051d379f3da934232e9d66"}, + {file = "port_ocean-0.6.0-py3-none-any.whl", hash = "sha256:7cd7ad0f7759d571b01d6c19db9cd1c13eb64a278cf026d200d12cf5695dd764"}, + {file = "port_ocean-0.6.0.tar.gz", hash = "sha256:108d8caf2b5b7a519c4b2eda2efe38fc30abde062e48fb3a51d4802918f2c01a"}, ] [package.dependencies] @@ -1401,4 +1401,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "fe2eb6805c2975e9f47d7ec1694bfc8b3940c604a205561fa797ca51fef6ee06" +content-hash = "9153fdd6984d0184f122f0a1e939b1b72d2bf3e82e37cf8fc79aaf46079f813b" diff --git a/integrations/servicenow/pyproject.toml b/integrations/servicenow/pyproject.toml index c37ed9d6ce..04e723c1b8 100644 --- a/integrations/servicenow/pyproject.toml +++ b/integrations/servicenow/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "servicenow" -version = "0.1.35" +version = "0.1.36" description = "Service Now Ocean Integration" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.5.27", extras = ["cli"]} +port_ocean = {version = "^0.6.0", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2" diff --git a/integrations/snyk/CHANGELOG.md b/integrations/snyk/CHANGELOG.md index 5e3c67e368..2b38aeba41 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.55 (2024-06-10) + +### Improvements + +- Bumped ocean version to ^0.6.0 (#1) + + # Port_Ocean 0.1.54 (2024-06-05) ### Improvements diff --git a/integrations/snyk/poetry.lock b/integrations/snyk/poetry.lock index 133a2e752b..79d7e3343a 100644 --- a/integrations/snyk/poetry.lock +++ b/integrations/snyk/poetry.lock @@ -793,13 +793,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.5.27" +version = "0.6.0" 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.5.27-py3-none-any.whl", hash = "sha256:1fc32fa867bdb9d3ca86225131aa68e3aafa57f2e7ff2e8283aa82bd18c2b844"}, - {file = "port_ocean-0.5.27.tar.gz", hash = "sha256:5c66be70bd5d3ccba0a6670a73ac5aca72830a9f58051d379f3da934232e9d66"}, + {file = "port_ocean-0.6.0-py3-none-any.whl", hash = "sha256:7cd7ad0f7759d571b01d6c19db9cd1c13eb64a278cf026d200d12cf5695dd764"}, + {file = "port_ocean-0.6.0.tar.gz", hash = "sha256:108d8caf2b5b7a519c4b2eda2efe38fc30abde062e48fb3a51d4802918f2c01a"}, ] [package.dependencies] @@ -1383,4 +1383,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "fe2eb6805c2975e9f47d7ec1694bfc8b3940c604a205561fa797ca51fef6ee06" +content-hash = "9153fdd6984d0184f122f0a1e939b1b72d2bf3e82e37cf8fc79aaf46079f813b" diff --git a/integrations/snyk/pyproject.toml b/integrations/snyk/pyproject.toml index 6c277a9e21..df9126994a 100644 --- a/integrations/snyk/pyproject.toml +++ b/integrations/snyk/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "snyk" -version = "0.1.54" +version = "0.1.55" description = "Snyk integration powered by Ocean" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.5.27", extras = ["cli"]} +port_ocean = {version = "^0.6.0", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2" diff --git a/integrations/sonarqube/CHANGELOG.md b/integrations/sonarqube/CHANGELOG.md index 3cfe2b6f13..0525ef7b1f 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.59 (2024-06-10) + +### Improvements + +- Bumped ocean version to ^0.6.0 (#1) + + # Port_Ocean 0.1.58 (2024-06-05) ### Improvements diff --git a/integrations/sonarqube/poetry.lock b/integrations/sonarqube/poetry.lock index 85df6226ef..96cdbadd6f 100644 --- a/integrations/sonarqube/poetry.lock +++ b/integrations/sonarqube/poetry.lock @@ -798,13 +798,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.5.27" +version = "0.6.0" 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.5.27-py3-none-any.whl", hash = "sha256:1fc32fa867bdb9d3ca86225131aa68e3aafa57f2e7ff2e8283aa82bd18c2b844"}, - {file = "port_ocean-0.5.27.tar.gz", hash = "sha256:5c66be70bd5d3ccba0a6670a73ac5aca72830a9f58051d379f3da934232e9d66"}, + {file = "port_ocean-0.6.0-py3-none-any.whl", hash = "sha256:7cd7ad0f7759d571b01d6c19db9cd1c13eb64a278cf026d200d12cf5695dd764"}, + {file = "port_ocean-0.6.0.tar.gz", hash = "sha256:108d8caf2b5b7a519c4b2eda2efe38fc30abde062e48fb3a51d4802918f2c01a"}, ] [package.dependencies] @@ -1388,4 +1388,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "02314b6337794c612a5dfc1d3ad3ced91b162d0db2bbdb91222d20172f994b67" +content-hash = "376bc9063abdf59b773621509b29c623c87297ffd154c16b106a69a9750b98b8" diff --git a/integrations/sonarqube/pyproject.toml b/integrations/sonarqube/pyproject.toml index acd0418c07..bb44834573 100644 --- a/integrations/sonarqube/pyproject.toml +++ b/integrations/sonarqube/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "sonarqube" -version = "0.1.58" +version = "0.1.59" description = "SonarQube projects and code quality analysis integration" authors = ["Port Team "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.5.27", extras = ["cli"]} +port_ocean = {version = "^0.6.0", extras = ["cli"]} rich = "^13.5.2" cookiecutter = "^2.3.0" diff --git a/integrations/terraform-cloud/CHANGELOG.md b/integrations/terraform-cloud/CHANGELOG.md index f0b0b8225d..0d475f8e6e 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.36 (2024-06-10) + +### Improvements + +- Bumped ocean version to ^0.6.0 (#1) + + # Port_Ocean 0.1.35 (2024-06-05) ### Improvements diff --git a/integrations/terraform-cloud/poetry.lock b/integrations/terraform-cloud/poetry.lock index a823174edb..a3f235534f 100644 --- a/integrations/terraform-cloud/poetry.lock +++ b/integrations/terraform-cloud/poetry.lock @@ -805,13 +805,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.5.27" +version = "0.6.0" 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.5.27-py3-none-any.whl", hash = "sha256:1fc32fa867bdb9d3ca86225131aa68e3aafa57f2e7ff2e8283aa82bd18c2b844"}, - {file = "port_ocean-0.5.27.tar.gz", hash = "sha256:5c66be70bd5d3ccba0a6670a73ac5aca72830a9f58051d379f3da934232e9d66"}, + {file = "port_ocean-0.6.0-py3-none-any.whl", hash = "sha256:7cd7ad0f7759d571b01d6c19db9cd1c13eb64a278cf026d200d12cf5695dd764"}, + {file = "port_ocean-0.6.0.tar.gz", hash = "sha256:108d8caf2b5b7a519c4b2eda2efe38fc30abde062e48fb3a51d4802918f2c01a"}, ] [package.dependencies] @@ -1401,4 +1401,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "fe2eb6805c2975e9f47d7ec1694bfc8b3940c604a205561fa797ca51fef6ee06" +content-hash = "9153fdd6984d0184f122f0a1e939b1b72d2bf3e82e37cf8fc79aaf46079f813b" diff --git a/integrations/terraform-cloud/pyproject.toml b/integrations/terraform-cloud/pyproject.toml index 48c3546c16..75cbe8bd9a 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.35" +version = "0.1.36" description = "Terraform Cloud Integration for Port" authors = ["Michael Armah "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.5.27", extras = ["cli"]} +port_ocean = {version = "^0.6.0", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2" diff --git a/integrations/wiz/CHANGELOG.md b/integrations/wiz/CHANGELOG.md index b761940664..821a1f3a38 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.27 (2024-06-10) + +### Improvements + +- Bumped ocean version to ^0.6.0 (#1) + + # Port_Ocean 0.1.26 (2024-06-05) ### Improvements diff --git a/integrations/wiz/poetry.lock b/integrations/wiz/poetry.lock index 6b262c741d..9481973e66 100644 --- a/integrations/wiz/poetry.lock +++ b/integrations/wiz/poetry.lock @@ -806,13 +806,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.5.27" +version = "0.6.0" 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.5.27-py3-none-any.whl", hash = "sha256:1fc32fa867bdb9d3ca86225131aa68e3aafa57f2e7ff2e8283aa82bd18c2b844"}, - {file = "port_ocean-0.5.27.tar.gz", hash = "sha256:5c66be70bd5d3ccba0a6670a73ac5aca72830a9f58051d379f3da934232e9d66"}, + {file = "port_ocean-0.6.0-py3-none-any.whl", hash = "sha256:7cd7ad0f7759d571b01d6c19db9cd1c13eb64a278cf026d200d12cf5695dd764"}, + {file = "port_ocean-0.6.0.tar.gz", hash = "sha256:108d8caf2b5b7a519c4b2eda2efe38fc30abde062e48fb3a51d4802918f2c01a"}, ] [package.dependencies] @@ -1402,4 +1402,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "fe2eb6805c2975e9f47d7ec1694bfc8b3940c604a205561fa797ca51fef6ee06" +content-hash = "9153fdd6984d0184f122f0a1e939b1b72d2bf3e82e37cf8fc79aaf46079f813b" diff --git a/integrations/wiz/pyproject.toml b/integrations/wiz/pyproject.toml index 9ef578364e..4651a349a4 100644 --- a/integrations/wiz/pyproject.toml +++ b/integrations/wiz/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "wiz" -version = "0.1.26" +version = "0.1.27" description = "Wiz Port integration in Ocean" authors = ["Albert Luganga "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.5.27", extras = ["cli"]} +port_ocean = {version = "^0.6.0", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2"