diff --git a/integrations/argocd/CHANGELOG.md b/integrations/argocd/CHANGELOG.md index bf6218bc6c..4805714837 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.74 (2024-08-11) + + +### Improvements + +- Bumped ocean version to ^0.9.12 (#1) + + ## 0.1.73 (2024-08-05) diff --git a/integrations/argocd/poetry.lock b/integrations/argocd/poetry.lock index bb746ed88b..030bb6698d 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" @@ -920,13 +920,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.9.11" +version = "0.9.12" 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.11-py3-none-any.whl", hash = "sha256:6bd8ec8e17a4ae3a4e9da5f283d93368e7ec4756461fe0abcdd1aba8aa5c9764"}, - {file = "port_ocean-0.9.11.tar.gz", hash = "sha256:3fbc0206b49e942be5a11cc891cf1f7f7c746bfbf0c5d3e19b13b05af6c901f5"}, + {file = "port_ocean-0.9.12-py3-none-any.whl", hash = "sha256:f202fabf341bd361bfeabdc7a41c0f3a81e656c8178aa36649e6ecb62adfcd49"}, + {file = "port_ocean-0.9.12.tar.gz", hash = "sha256:fd82571e2cc5384eddb564e8ba543e4794a32f2b55c6b8f149cc20f2c44dcb96"}, ] [package.dependencies] @@ -1816,4 +1816,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "e26e438c92c0f325a7ecf6e2131ec60b104859cbedeb6c57655f4a0f56e4a32a" +content-hash = "a5ae76b639dfecdf6f8c5ba2dce99fa79d623a529137cf018d1a7630ba7d10cb" diff --git a/integrations/argocd/pyproject.toml b/integrations/argocd/pyproject.toml index 4c9c1c3165..739c865c85 100644 --- a/integrations/argocd/pyproject.toml +++ b/integrations/argocd/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "argocd" -version = "0.1.73" +version = "0.1.74" description = "Argo CD integration powered by Ocean" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.9.11", extras = ["cli"]} +port_ocean = {version = "^0.9.12", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2" diff --git a/integrations/aws/CHANGELOG.md b/integrations/aws/CHANGELOG.md index 5f116b745a..0343abefba 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.26 (2024-08-11) + + +### Improvements + +- Bumped ocean version to ^0.9.12 (#1) + + # Port_Ocean 0.2.25 (2024-08-05) ### Improvements diff --git a/integrations/aws/poetry.lock b/integrations/aws/poetry.lock index 9b481ddc5e..eb76473d04 100644 --- a/integrations/aws/poetry.lock +++ b/integrations/aws/poetry.lock @@ -2198,13 +2198,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.9.11" +version = "0.9.12" 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.11-py3-none-any.whl", hash = "sha256:6bd8ec8e17a4ae3a4e9da5f283d93368e7ec4756461fe0abcdd1aba8aa5c9764"}, - {file = "port_ocean-0.9.11.tar.gz", hash = "sha256:3fbc0206b49e942be5a11cc891cf1f7f7c746bfbf0c5d3e19b13b05af6c901f5"}, + {file = "port_ocean-0.9.12-py3-none-any.whl", hash = "sha256:f202fabf341bd361bfeabdc7a41c0f3a81e656c8178aa36649e6ecb62adfcd49"}, + {file = "port_ocean-0.9.12.tar.gz", hash = "sha256:fd82571e2cc5384eddb564e8ba543e4794a32f2b55c6b8f149cc20f2c44dcb96"}, ] [package.dependencies] @@ -4057,4 +4057,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "a89eed3ba4e5ad42cf5b149ee47de72d95102aa0f43bfce7cb083d1add61d810" +content-hash = "98edbaf82535eeb27416afa657800e1979b12ebb0468db011e048d2b8b382923" diff --git a/integrations/aws/pyproject.toml b/integrations/aws/pyproject.toml index a7ac751d0a..df47ebd47d 100644 --- a/integrations/aws/pyproject.toml +++ b/integrations/aws/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "aws" -version = "0.2.25" +version = "0.2.26" 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.11", extras = ["cli"]} +port_ocean = {version = "^0.9.12", 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 24e906fed1..5da3de703a 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.51 (2024-08-11) + + +### Improvements + +- Bumped ocean version to ^0.9.12 (#1) + + ## 0.1.50 (2024-08-05) diff --git a/integrations/azure-devops/poetry.lock b/integrations/azure-devops/poetry.lock index fa756b7f69..4f62b7af0e 100644 --- a/integrations/azure-devops/poetry.lock +++ b/integrations/azure-devops/poetry.lock @@ -919,13 +919,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.9.11" +version = "0.9.12" 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.11-py3-none-any.whl", hash = "sha256:6bd8ec8e17a4ae3a4e9da5f283d93368e7ec4756461fe0abcdd1aba8aa5c9764"}, - {file = "port_ocean-0.9.11.tar.gz", hash = "sha256:3fbc0206b49e942be5a11cc891cf1f7f7c746bfbf0c5d3e19b13b05af6c901f5"}, + {file = "port_ocean-0.9.12-py3-none-any.whl", hash = "sha256:f202fabf341bd361bfeabdc7a41c0f3a81e656c8178aa36649e6ecb62adfcd49"}, + {file = "port_ocean-0.9.12.tar.gz", hash = "sha256:fd82571e2cc5384eddb564e8ba543e4794a32f2b55c6b8f149cc20f2c44dcb96"}, ] [package.dependencies] @@ -1826,4 +1826,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "08f9a9cb96a6654296ac17a8a3f59e9566f1502ceb18b74bb9e66556aca7ff66" +content-hash = "f6e1882ffd97a253156364dbb0fdfa12adbd4cef35946691773c5e26b438609a" diff --git a/integrations/azure-devops/pyproject.toml b/integrations/azure-devops/pyproject.toml index 549dfda4d3..76c97e8035 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.50" +version = "0.1.51" description = "An Azure Devops Ocean integration" authors = ["Matan Geva "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.9.11", extras = ["cli"]} +port_ocean = {version = "^0.9.12", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2" diff --git a/integrations/azure/CHANGELOG.md b/integrations/azure/CHANGELOG.md index 77ea2c0b80..ef18ab2eed 100644 --- a/integrations/azure/CHANGELOG.md +++ b/integrations/azure/CHANGELOG.md @@ -1,3 +1,10 @@ +0.1.78 (2024-08-11) + +### Improvements + +- Bumped ocean version to ^0.9.12 (#1) + + 0.1.77 (2024-08-05) ### Improvements diff --git a/integrations/azure/poetry.lock b/integrations/azure/poetry.lock index 8b0707d1de..9fdb60d887 100644 --- a/integrations/azure/poetry.lock +++ b/integrations/azure/poetry.lock @@ -1564,13 +1564,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.9.11" +version = "0.9.12" 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.11-py3-none-any.whl", hash = "sha256:6bd8ec8e17a4ae3a4e9da5f283d93368e7ec4756461fe0abcdd1aba8aa5c9764"}, - {file = "port_ocean-0.9.11.tar.gz", hash = "sha256:3fbc0206b49e942be5a11cc891cf1f7f7c746bfbf0c5d3e19b13b05af6c901f5"}, + {file = "port_ocean-0.9.12-py3-none-any.whl", hash = "sha256:f202fabf341bd361bfeabdc7a41c0f3a81e656c8178aa36649e6ecb62adfcd49"}, + {file = "port_ocean-0.9.12.tar.gz", hash = "sha256:fd82571e2cc5384eddb564e8ba543e4794a32f2b55c6b8f149cc20f2c44dcb96"}, ] [package.dependencies] @@ -2654,4 +2654,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "c50eac780e870c8d599095d77ee89514da3efdf286152ab79e96ae753fb5cf5c" +content-hash = "b35a7c37e37e00be90a7b77ce7334eb4a9322c69fe17d2c5c320c32838f4b88c" diff --git a/integrations/azure/pyproject.toml b/integrations/azure/pyproject.toml index 99e4a50131..46ecf084c1 100644 --- a/integrations/azure/pyproject.toml +++ b/integrations/azure/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "azure" -version = "0.1.77" +version = "0.1.78" description = "Azure integration" authors = ["Tom Tankilevitch "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.9.11", extras = ["cli"]} +port_ocean = {version = "^0.9.12", 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 64c588c9ea..ec27dcd114 100644 --- a/integrations/datadog/CHANGELOG.md +++ b/integrations/datadog/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## 0.1.26 (2024-08-11) + + +### Improvements + +- Bumped ocean version to ^0.9.12 (#1) + + ## 0.1.25 (2024-08-05) diff --git a/integrations/datadog/poetry.lock b/integrations/datadog/poetry.lock index 7a0578bb9a..a183101445 100644 --- a/integrations/datadog/poetry.lock +++ b/integrations/datadog/poetry.lock @@ -919,13 +919,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.9.11" +version = "0.9.12" 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.11-py3-none-any.whl", hash = "sha256:6bd8ec8e17a4ae3a4e9da5f283d93368e7ec4756461fe0abcdd1aba8aa5c9764"}, - {file = "port_ocean-0.9.11.tar.gz", hash = "sha256:3fbc0206b49e942be5a11cc891cf1f7f7c746bfbf0c5d3e19b13b05af6c901f5"}, + {file = "port_ocean-0.9.12-py3-none-any.whl", hash = "sha256:f202fabf341bd361bfeabdc7a41c0f3a81e656c8178aa36649e6ecb62adfcd49"}, + {file = "port_ocean-0.9.12.tar.gz", hash = "sha256:fd82571e2cc5384eddb564e8ba543e4794a32f2b55c6b8f149cc20f2c44dcb96"}, ] [package.dependencies] @@ -1815,4 +1815,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "8279715da36e516aacac4e6f23b7b2a7e6389feb96018cd404ac7d3aa35b03a8" +content-hash = "e5139ee1726c0a0004460fbbacb488fd427055482308e5490da8471e0ecb41de" diff --git a/integrations/datadog/pyproject.toml b/integrations/datadog/pyproject.toml index 47807ce8b7..cd0b354115 100644 --- a/integrations/datadog/pyproject.toml +++ b/integrations/datadog/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "datadog" -version = "0.1.25" +version = "0.1.26" description = "Datadog Ocean Integration" authors = ["Albert Luganga "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.9.11", extras = ["cli"]} +port_ocean = {version = "^0.9.12", extras = ["cli"]} loguru = "^0.7.2" [tool.poetry.group.dev.dependencies] diff --git a/integrations/dynatrace/CHANGELOG.md b/integrations/dynatrace/CHANGELOG.md index fd50eab1c1..7a2b889710 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.40 (2024-08-11) + + +### Improvements + +- Bumped ocean version to ^0.9.12 (#1) + + ## 0.1.39 (2024-08-05) diff --git a/integrations/dynatrace/poetry.lock b/integrations/dynatrace/poetry.lock index 3248e53912..e2794dd9d0 100644 --- a/integrations/dynatrace/poetry.lock +++ b/integrations/dynatrace/poetry.lock @@ -919,13 +919,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.9.11" +version = "0.9.12" 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.11-py3-none-any.whl", hash = "sha256:6bd8ec8e17a4ae3a4e9da5f283d93368e7ec4756461fe0abcdd1aba8aa5c9764"}, - {file = "port_ocean-0.9.11.tar.gz", hash = "sha256:3fbc0206b49e942be5a11cc891cf1f7f7c746bfbf0c5d3e19b13b05af6c901f5"}, + {file = "port_ocean-0.9.12-py3-none-any.whl", hash = "sha256:f202fabf341bd361bfeabdc7a41c0f3a81e656c8178aa36649e6ecb62adfcd49"}, + {file = "port_ocean-0.9.12.tar.gz", hash = "sha256:fd82571e2cc5384eddb564e8ba543e4794a32f2b55c6b8f149cc20f2c44dcb96"}, ] [package.dependencies] @@ -1815,4 +1815,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "e26e438c92c0f325a7ecf6e2131ec60b104859cbedeb6c57655f4a0f56e4a32a" +content-hash = "a5ae76b639dfecdf6f8c5ba2dce99fa79d623a529137cf018d1a7630ba7d10cb" diff --git a/integrations/dynatrace/pyproject.toml b/integrations/dynatrace/pyproject.toml index fc34973071..1bdd294d00 100644 --- a/integrations/dynatrace/pyproject.toml +++ b/integrations/dynatrace/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "dynatrace" -version = "0.1.39" +version = "0.1.40" description = "An integration used to import Dynatrace resources into Port" authors = ["Ayodeji Adeoti <>"] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.9.11", extras = ["cli"]} +port_ocean = {version = "^0.9.12", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2" diff --git a/integrations/firehydrant/CHANGELOG.md b/integrations/firehydrant/CHANGELOG.md index b1935f8e7a..eec2ba8280 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.63 (2024-08-11) + + +### Improvements + +- Bumped ocean version to ^0.9.12 (#1) + + ## 0.1.62 (2024-08-05) diff --git a/integrations/firehydrant/poetry.lock b/integrations/firehydrant/poetry.lock index 3248e53912..e2794dd9d0 100644 --- a/integrations/firehydrant/poetry.lock +++ b/integrations/firehydrant/poetry.lock @@ -919,13 +919,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.9.11" +version = "0.9.12" 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.11-py3-none-any.whl", hash = "sha256:6bd8ec8e17a4ae3a4e9da5f283d93368e7ec4756461fe0abcdd1aba8aa5c9764"}, - {file = "port_ocean-0.9.11.tar.gz", hash = "sha256:3fbc0206b49e942be5a11cc891cf1f7f7c746bfbf0c5d3e19b13b05af6c901f5"}, + {file = "port_ocean-0.9.12-py3-none-any.whl", hash = "sha256:f202fabf341bd361bfeabdc7a41c0f3a81e656c8178aa36649e6ecb62adfcd49"}, + {file = "port_ocean-0.9.12.tar.gz", hash = "sha256:fd82571e2cc5384eddb564e8ba543e4794a32f2b55c6b8f149cc20f2c44dcb96"}, ] [package.dependencies] @@ -1815,4 +1815,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "e26e438c92c0f325a7ecf6e2131ec60b104859cbedeb6c57655f4a0f56e4a32a" +content-hash = "a5ae76b639dfecdf6f8c5ba2dce99fa79d623a529137cf018d1a7630ba7d10cb" diff --git a/integrations/firehydrant/pyproject.toml b/integrations/firehydrant/pyproject.toml index 4b25a62b31..b47d81bd13 100644 --- a/integrations/firehydrant/pyproject.toml +++ b/integrations/firehydrant/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "firehydrant" -version = "0.1.62" +version = "0.1.63" description = "FireHydrant Integration Powered by Ocean" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.9.11", extras = ["cli"]} +port_ocean = {version = "^0.9.12", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2" diff --git a/integrations/gcp/CHANGELOG.md b/integrations/gcp/CHANGELOG.md index edda06f7b3..ca69754291 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.38 (2024-08-11) + + +### Improvements + +- Bumped ocean version to ^0.9.12 (#1) + + ## 0.1.37 (2024-08-05) diff --git a/integrations/gcp/poetry.lock b/integrations/gcp/poetry.lock index 84683f75bc..42f05a1f34 100644 --- a/integrations/gcp/poetry.lock +++ b/integrations/gcp/poetry.lock @@ -1197,13 +1197,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.9.11" +version = "0.9.12" 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.11-py3-none-any.whl", hash = "sha256:6bd8ec8e17a4ae3a4e9da5f283d93368e7ec4756461fe0abcdd1aba8aa5c9764"}, - {file = "port_ocean-0.9.11.tar.gz", hash = "sha256:3fbc0206b49e942be5a11cc891cf1f7f7c746bfbf0c5d3e19b13b05af6c901f5"}, + {file = "port_ocean-0.9.12-py3-none-any.whl", hash = "sha256:f202fabf341bd361bfeabdc7a41c0f3a81e656c8178aa36649e6ecb62adfcd49"}, + {file = "port_ocean-0.9.12.tar.gz", hash = "sha256:fd82571e2cc5384eddb564e8ba543e4794a32f2b55c6b8f149cc20f2c44dcb96"}, ] [package.dependencies] @@ -2169,4 +2169,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "5d3129eeae388399c45633258576ebfe69860cfe5077069570fa7d27adbd32f0" +content-hash = "c590f380e4100e2a11ab49d5e1b8a7463eebe0606d30071a540bf1c09934371d" diff --git a/integrations/gcp/pyproject.toml b/integrations/gcp/pyproject.toml index 950bf35645..3b042a9f88 100644 --- a/integrations/gcp/pyproject.toml +++ b/integrations/gcp/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "gcp" -version = "0.1.37" +version = "0.1.38" description = "A GCP ocean integration" authors = ["Matan Geva "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.9.11", extras = ["cli"]} +port_ocean = {version = "^0.9.12", 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 85fecb569b..5f552b3ae3 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.100 (2024-08-11) +==================== + +### Improvements + +- Bumped ocean version to ^0.9.12 (#1) + + 0.1.99 (2024-08-05) =================== diff --git a/integrations/gitlab/poetry.lock b/integrations/gitlab/poetry.lock index f9bbf044a0..a1bcbedf0b 100644 --- a/integrations/gitlab/poetry.lock +++ b/integrations/gitlab/poetry.lock @@ -894,13 +894,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.9.11" +version = "0.9.12" 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.11-py3-none-any.whl", hash = "sha256:6bd8ec8e17a4ae3a4e9da5f283d93368e7ec4756461fe0abcdd1aba8aa5c9764"}, - {file = "port_ocean-0.9.11.tar.gz", hash = "sha256:3fbc0206b49e942be5a11cc891cf1f7f7c746bfbf0c5d3e19b13b05af6c901f5"}, + {file = "port_ocean-0.9.12-py3-none-any.whl", hash = "sha256:f202fabf341bd361bfeabdc7a41c0f3a81e656c8178aa36649e6ecb62adfcd49"}, + {file = "port_ocean-0.9.12.tar.gz", hash = "sha256:fd82571e2cc5384eddb564e8ba543e4794a32f2b55c6b8f149cc20f2c44dcb96"}, ] [package.dependencies] @@ -1847,4 +1847,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "242beb1016d3c559ed96de45f15e735acd4750118ee601b36a277c6babb04114" +content-hash = "1b261af9721aa57faabe6b29ec45352c498a1e5f2d3ffe828e2399f7dd97c75a" diff --git a/integrations/gitlab/pyproject.toml b/integrations/gitlab/pyproject.toml index c025917a9c..1a9aac434f 100644 --- a/integrations/gitlab/pyproject.toml +++ b/integrations/gitlab/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gitlab" -version = "0.1.99" +version = "0.1.100" 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.9.11", extras = ["cli"]} +port_ocean = {version = "^0.9.12", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2" diff --git a/integrations/jenkins/CHANGELOG.md b/integrations/jenkins/CHANGELOG.md index a483556783..18c1165bbd 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.45 (2024-08-11) + + +### Improvements + +- Bumped ocean version to ^0.9.12 (#1) + + ## 0.1.44 (2024-08-05) diff --git a/integrations/jenkins/poetry.lock b/integrations/jenkins/poetry.lock index 527725ef0f..faf79163be 100644 --- a/integrations/jenkins/poetry.lock +++ b/integrations/jenkins/poetry.lock @@ -930,13 +930,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.9.11" +version = "0.9.12" 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.11-py3-none-any.whl", hash = "sha256:6bd8ec8e17a4ae3a4e9da5f283d93368e7ec4756461fe0abcdd1aba8aa5c9764"}, - {file = "port_ocean-0.9.11.tar.gz", hash = "sha256:3fbc0206b49e942be5a11cc891cf1f7f7c746bfbf0c5d3e19b13b05af6c901f5"}, + {file = "port_ocean-0.9.12-py3-none-any.whl", hash = "sha256:f202fabf341bd361bfeabdc7a41c0f3a81e656c8178aa36649e6ecb62adfcd49"}, + {file = "port_ocean-0.9.12.tar.gz", hash = "sha256:fd82571e2cc5384eddb564e8ba543e4794a32f2b55c6b8f149cc20f2c44dcb96"}, ] [package.dependencies] @@ -1826,4 +1826,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "e2f63403267524244439005feed993a253d7a25a6625af7d550a2e0708a708cc" +content-hash = "6cf7721c8978355515a093942673f288ee68fbf14b62190735f2b14db6901527" diff --git a/integrations/jenkins/pyproject.toml b/integrations/jenkins/pyproject.toml index 50a5a9bff9..e329551d3b 100644 --- a/integrations/jenkins/pyproject.toml +++ b/integrations/jenkins/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "jenkins" -version = "0.1.44" +version = "0.1.45" description = "Jenkins Integration to Port Ocean" authors = ["Albert Luganga "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.9.11", extras = ["cli"]} +port_ocean = {version = "^0.9.12", 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 13d700fd38..351a56f650 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.74 (2024-08-11) + + +### Improvements + +- Bumped ocean version to ^0.9.12 (#1) + + ## 0.1.73 (2024-08-05) diff --git a/integrations/jira/poetry.lock b/integrations/jira/poetry.lock index d7a070b08b..a3f6c6ee67 100644 --- a/integrations/jira/poetry.lock +++ b/integrations/jira/poetry.lock @@ -918,13 +918,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.9.11" +version = "0.9.12" 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.11-py3-none-any.whl", hash = "sha256:6bd8ec8e17a4ae3a4e9da5f283d93368e7ec4756461fe0abcdd1aba8aa5c9764"}, - {file = "port_ocean-0.9.11.tar.gz", hash = "sha256:3fbc0206b49e942be5a11cc891cf1f7f7c746bfbf0c5d3e19b13b05af6c901f5"}, + {file = "port_ocean-0.9.12-py3-none-any.whl", hash = "sha256:f202fabf341bd361bfeabdc7a41c0f3a81e656c8178aa36649e6ecb62adfcd49"}, + {file = "port_ocean-0.9.12.tar.gz", hash = "sha256:fd82571e2cc5384eddb564e8ba543e4794a32f2b55c6b8f149cc20f2c44dcb96"}, ] [package.dependencies] @@ -1814,4 +1814,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "ce276dbdba502a249e0e0b65f99057f4550145a700d0f04d84157ae9333e4584" +content-hash = "084cd40053016eee31210f6819f34bd5c968b2758991f0826ebab71694eea35e" diff --git a/integrations/jira/pyproject.toml b/integrations/jira/pyproject.toml index 716896bf38..cf9c9d68f7 100644 --- a/integrations/jira/pyproject.toml +++ b/integrations/jira/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "jira" -version = "0.1.73" +version = "0.1.74" description = "Integration to bring information from Jira into Port" authors = ["Mor Paz "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.9.11", extras = ["cli"]} +port_ocean = {version = "^0.9.12", extras = ["cli"]} httpx = "^0.24.1" [tool.poetry.group.dev.dependencies] diff --git a/integrations/kafka/CHANGELOG.md b/integrations/kafka/CHANGELOG.md index 7b550e75e8..888c2f8f19 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.62 (2024-08-11) + + +### Improvements + +- Bumped ocean version to ^0.9.12 (#1) + + ## 0.1.61 (2024-08-05) diff --git a/integrations/kafka/poetry.lock b/integrations/kafka/poetry.lock index a8d2ae2640..c1cf5c2cb1 100644 --- a/integrations/kafka/poetry.lock +++ b/integrations/kafka/poetry.lock @@ -919,13 +919,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.9.11" +version = "0.9.12" 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.11-py3-none-any.whl", hash = "sha256:6bd8ec8e17a4ae3a4e9da5f283d93368e7ec4756461fe0abcdd1aba8aa5c9764"}, - {file = "port_ocean-0.9.11.tar.gz", hash = "sha256:3fbc0206b49e942be5a11cc891cf1f7f7c746bfbf0c5d3e19b13b05af6c901f5"}, + {file = "port_ocean-0.9.12-py3-none-any.whl", hash = "sha256:f202fabf341bd361bfeabdc7a41c0f3a81e656c8178aa36649e6ecb62adfcd49"}, + {file = "port_ocean-0.9.12.tar.gz", hash = "sha256:fd82571e2cc5384eddb564e8ba543e4794a32f2b55c6b8f149cc20f2c44dcb96"}, ] [package.dependencies] @@ -1815,4 +1815,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "8cc20a8c9343744af56c34ec4b2d2eb01270d82cb51d15d14fe2b21775df3d9c" +content-hash = "b8600849ff54193b16e470fe30391cb5495693c78b168eb69db50100f92ab64b" diff --git a/integrations/kafka/pyproject.toml b/integrations/kafka/pyproject.toml index 57be2fc30e..91531bda98 100644 --- a/integrations/kafka/pyproject.toml +++ b/integrations/kafka/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "kafka" -version = "0.1.61" +version = "0.1.62" 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.11", extras = ["cli"]} +port_ocean = {version = "^0.9.12", 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 234eee8f17..900433c56a 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.66 (2024-08-11) + + +### Improvements + +- Bumped ocean version to ^0.9.12 (#1) + + ## 0.1.65 (2024-08-05) diff --git a/integrations/kubecost/poetry.lock b/integrations/kubecost/poetry.lock index 3248e53912..e2794dd9d0 100644 --- a/integrations/kubecost/poetry.lock +++ b/integrations/kubecost/poetry.lock @@ -919,13 +919,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.9.11" +version = "0.9.12" 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.11-py3-none-any.whl", hash = "sha256:6bd8ec8e17a4ae3a4e9da5f283d93368e7ec4756461fe0abcdd1aba8aa5c9764"}, - {file = "port_ocean-0.9.11.tar.gz", hash = "sha256:3fbc0206b49e942be5a11cc891cf1f7f7c746bfbf0c5d3e19b13b05af6c901f5"}, + {file = "port_ocean-0.9.12-py3-none-any.whl", hash = "sha256:f202fabf341bd361bfeabdc7a41c0f3a81e656c8178aa36649e6ecb62adfcd49"}, + {file = "port_ocean-0.9.12.tar.gz", hash = "sha256:fd82571e2cc5384eddb564e8ba543e4794a32f2b55c6b8f149cc20f2c44dcb96"}, ] [package.dependencies] @@ -1815,4 +1815,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "e26e438c92c0f325a7ecf6e2131ec60b104859cbedeb6c57655f4a0f56e4a32a" +content-hash = "a5ae76b639dfecdf6f8c5ba2dce99fa79d623a529137cf018d1a7630ba7d10cb" diff --git a/integrations/kubecost/pyproject.toml b/integrations/kubecost/pyproject.toml index a02589dbab..e34146b7f1 100644 --- a/integrations/kubecost/pyproject.toml +++ b/integrations/kubecost/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "kubecost" -version = "0.1.65" +version = "0.1.66" description = "Kubecost integration powered by Ocean" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.9.11", extras = ["cli"]} +port_ocean = {version = "^0.9.12", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2" diff --git a/integrations/launchdarkly/CHANGELOG.md b/integrations/launchdarkly/CHANGELOG.md index c8d339e8e5..1e19e51f88 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.39 (2024-08-11) + + +### Improvements + +- Bumped ocean version to ^0.9.12 (#1) + + ## 0.1.38 (2024-08-05) diff --git a/integrations/launchdarkly/poetry.lock b/integrations/launchdarkly/poetry.lock index 3248e53912..e2794dd9d0 100644 --- a/integrations/launchdarkly/poetry.lock +++ b/integrations/launchdarkly/poetry.lock @@ -919,13 +919,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.9.11" +version = "0.9.12" 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.11-py3-none-any.whl", hash = "sha256:6bd8ec8e17a4ae3a4e9da5f283d93368e7ec4756461fe0abcdd1aba8aa5c9764"}, - {file = "port_ocean-0.9.11.tar.gz", hash = "sha256:3fbc0206b49e942be5a11cc891cf1f7f7c746bfbf0c5d3e19b13b05af6c901f5"}, + {file = "port_ocean-0.9.12-py3-none-any.whl", hash = "sha256:f202fabf341bd361bfeabdc7a41c0f3a81e656c8178aa36649e6ecb62adfcd49"}, + {file = "port_ocean-0.9.12.tar.gz", hash = "sha256:fd82571e2cc5384eddb564e8ba543e4794a32f2b55c6b8f149cc20f2c44dcb96"}, ] [package.dependencies] @@ -1815,4 +1815,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "e26e438c92c0f325a7ecf6e2131ec60b104859cbedeb6c57655f4a0f56e4a32a" +content-hash = "a5ae76b639dfecdf6f8c5ba2dce99fa79d623a529137cf018d1a7630ba7d10cb" diff --git a/integrations/launchdarkly/pyproject.toml b/integrations/launchdarkly/pyproject.toml index de41eb0738..37fc8f33a0 100644 --- a/integrations/launchdarkly/pyproject.toml +++ b/integrations/launchdarkly/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "launchdarkly" -version = "0.1.38" +version = "0.1.39" description = "Launchdarkly integration for Port" authors = ["Michael Armah "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.9.11", extras = ["cli"]} +port_ocean = {version = "^0.9.12", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2" diff --git a/integrations/linear/CHANGELOG.md b/integrations/linear/CHANGELOG.md index 9ee49867f0..209f6c87d9 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.25 (2024-08-11) + + +### Improvements + +- Bumped ocean version to ^0.9.12 (#1) + + ## 0.1.24 (2024-08-05) diff --git a/integrations/linear/poetry.lock b/integrations/linear/poetry.lock index 78255925c9..ca2107e2ea 100644 --- a/integrations/linear/poetry.lock +++ b/integrations/linear/poetry.lock @@ -919,13 +919,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.9.11" +version = "0.9.12" 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.11-py3-none-any.whl", hash = "sha256:6bd8ec8e17a4ae3a4e9da5f283d93368e7ec4756461fe0abcdd1aba8aa5c9764"}, - {file = "port_ocean-0.9.11.tar.gz", hash = "sha256:3fbc0206b49e942be5a11cc891cf1f7f7c746bfbf0c5d3e19b13b05af6c901f5"}, + {file = "port_ocean-0.9.12-py3-none-any.whl", hash = "sha256:f202fabf341bd361bfeabdc7a41c0f3a81e656c8178aa36649e6ecb62adfcd49"}, + {file = "port_ocean-0.9.12.tar.gz", hash = "sha256:fd82571e2cc5384eddb564e8ba543e4794a32f2b55c6b8f149cc20f2c44dcb96"}, ] [package.dependencies] @@ -1815,4 +1815,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "07a6bfd2c80ce92c37a031fe7136660d2d86d340d1ffb54eed481693b42e6353" +content-hash = "853da015e8bb9a02e0cc5b7c20697daebbfb3fe8102771f41ad816453f0dc433" diff --git a/integrations/linear/pyproject.toml b/integrations/linear/pyproject.toml index 30da92c6a9..57ad79c1af 100644 --- a/integrations/linear/pyproject.toml +++ b/integrations/linear/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "linear" -version = "0.1.24" +version = "0.1.25" description = "Integration to bring information from Linear into Port" authors = ["Mor Paz "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.9.11", extras = ["cli"]} +port_ocean = {version = "^0.9.12", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2" diff --git a/integrations/newrelic/CHANGELOG.md b/integrations/newrelic/CHANGELOG.md index 0cf66fdfb8..2f432e50f3 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.68 (2024-08-11) + + +### Improvements + +- Bumped ocean version to ^0.9.12 (#1) + + ## 0.1.67 (2024-08-05) diff --git a/integrations/newrelic/poetry.lock b/integrations/newrelic/poetry.lock index d7a070b08b..a3f6c6ee67 100644 --- a/integrations/newrelic/poetry.lock +++ b/integrations/newrelic/poetry.lock @@ -918,13 +918,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.9.11" +version = "0.9.12" 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.11-py3-none-any.whl", hash = "sha256:6bd8ec8e17a4ae3a4e9da5f283d93368e7ec4756461fe0abcdd1aba8aa5c9764"}, - {file = "port_ocean-0.9.11.tar.gz", hash = "sha256:3fbc0206b49e942be5a11cc891cf1f7f7c746bfbf0c5d3e19b13b05af6c901f5"}, + {file = "port_ocean-0.9.12-py3-none-any.whl", hash = "sha256:f202fabf341bd361bfeabdc7a41c0f3a81e656c8178aa36649e6ecb62adfcd49"}, + {file = "port_ocean-0.9.12.tar.gz", hash = "sha256:fd82571e2cc5384eddb564e8ba543e4794a32f2b55c6b8f149cc20f2c44dcb96"}, ] [package.dependencies] @@ -1814,4 +1814,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "ce276dbdba502a249e0e0b65f99057f4550145a700d0f04d84157ae9333e4584" +content-hash = "084cd40053016eee31210f6819f34bd5c968b2758991f0826ebab71694eea35e" diff --git a/integrations/newrelic/pyproject.toml b/integrations/newrelic/pyproject.toml index 00340cb911..dbd95b754b 100644 --- a/integrations/newrelic/pyproject.toml +++ b/integrations/newrelic/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "newrelic" -version = "0.1.67" +version = "0.1.68" description = "New Relic Integration" authors = ["Tom Tankilevitch "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.9.11", extras = ["cli"]} +port_ocean = {version = "^0.9.12", extras = ["cli"]} httpx = "^0.24.1" [tool.poetry.group.dev.dependencies] diff --git a/integrations/opencost/CHANGELOG.md b/integrations/opencost/CHANGELOG.md index fbd0daa0c4..4aa25a4c09 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.65 (2024-08-11) + + +### Improvements + +- Bumped ocean version to ^0.9.12 (#1) + + ## 0.1.64 (2024-08-05) diff --git a/integrations/opencost/poetry.lock b/integrations/opencost/poetry.lock index 3248e53912..e2794dd9d0 100644 --- a/integrations/opencost/poetry.lock +++ b/integrations/opencost/poetry.lock @@ -919,13 +919,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.9.11" +version = "0.9.12" 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.11-py3-none-any.whl", hash = "sha256:6bd8ec8e17a4ae3a4e9da5f283d93368e7ec4756461fe0abcdd1aba8aa5c9764"}, - {file = "port_ocean-0.9.11.tar.gz", hash = "sha256:3fbc0206b49e942be5a11cc891cf1f7f7c746bfbf0c5d3e19b13b05af6c901f5"}, + {file = "port_ocean-0.9.12-py3-none-any.whl", hash = "sha256:f202fabf341bd361bfeabdc7a41c0f3a81e656c8178aa36649e6ecb62adfcd49"}, + {file = "port_ocean-0.9.12.tar.gz", hash = "sha256:fd82571e2cc5384eddb564e8ba543e4794a32f2b55c6b8f149cc20f2c44dcb96"}, ] [package.dependencies] @@ -1815,4 +1815,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "e26e438c92c0f325a7ecf6e2131ec60b104859cbedeb6c57655f4a0f56e4a32a" +content-hash = "a5ae76b639dfecdf6f8c5ba2dce99fa79d623a529137cf018d1a7630ba7d10cb" diff --git a/integrations/opencost/pyproject.toml b/integrations/opencost/pyproject.toml index 167abcfa36..68e6a358c9 100644 --- a/integrations/opencost/pyproject.toml +++ b/integrations/opencost/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "opencost" -version = "0.1.64" +version = "0.1.65" description = "Ocean integration for OpenCost" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.9.11", extras = ["cli"]} +port_ocean = {version = "^0.9.12", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2" diff --git a/integrations/opsgenie/CHANGELOG.md b/integrations/opsgenie/CHANGELOG.md index 11bb57e799..21f0c6430f 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.66 (2024-08-11) + + +### Improvements + +- Bumped ocean version to ^0.9.12 (#1) + + ## 0.1.65 (2024-08-05) diff --git a/integrations/opsgenie/poetry.lock b/integrations/opsgenie/poetry.lock index 3248e53912..e2794dd9d0 100644 --- a/integrations/opsgenie/poetry.lock +++ b/integrations/opsgenie/poetry.lock @@ -919,13 +919,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.9.11" +version = "0.9.12" 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.11-py3-none-any.whl", hash = "sha256:6bd8ec8e17a4ae3a4e9da5f283d93368e7ec4756461fe0abcdd1aba8aa5c9764"}, - {file = "port_ocean-0.9.11.tar.gz", hash = "sha256:3fbc0206b49e942be5a11cc891cf1f7f7c746bfbf0c5d3e19b13b05af6c901f5"}, + {file = "port_ocean-0.9.12-py3-none-any.whl", hash = "sha256:f202fabf341bd361bfeabdc7a41c0f3a81e656c8178aa36649e6ecb62adfcd49"}, + {file = "port_ocean-0.9.12.tar.gz", hash = "sha256:fd82571e2cc5384eddb564e8ba543e4794a32f2b55c6b8f149cc20f2c44dcb96"}, ] [package.dependencies] @@ -1815,4 +1815,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "e26e438c92c0f325a7ecf6e2131ec60b104859cbedeb6c57655f4a0f56e4a32a" +content-hash = "a5ae76b639dfecdf6f8c5ba2dce99fa79d623a529137cf018d1a7630ba7d10cb" diff --git a/integrations/opsgenie/pyproject.toml b/integrations/opsgenie/pyproject.toml index f88382ec7f..ca04ec8709 100644 --- a/integrations/opsgenie/pyproject.toml +++ b/integrations/opsgenie/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "opsgenie" -version = "0.1.65" +version = "0.1.66" description = "Ocean integration for OpsGenie" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.9.11", extras = ["cli"]} +port_ocean = {version = "^0.9.12", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2" diff --git a/integrations/pagerduty/CHANGELOG.md b/integrations/pagerduty/CHANGELOG.md index 89099f5a0c..7b9f820a7f 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.88 (2024-08-11) + + +### Improvements + +- Bumped ocean version to ^0.9.12 (#1) + + ## 0.1.87 (2024-08-05) ### Bug Fixes diff --git a/integrations/pagerduty/poetry.lock b/integrations/pagerduty/poetry.lock index d7a070b08b..a3f6c6ee67 100644 --- a/integrations/pagerduty/poetry.lock +++ b/integrations/pagerduty/poetry.lock @@ -918,13 +918,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.9.11" +version = "0.9.12" 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.11-py3-none-any.whl", hash = "sha256:6bd8ec8e17a4ae3a4e9da5f283d93368e7ec4756461fe0abcdd1aba8aa5c9764"}, - {file = "port_ocean-0.9.11.tar.gz", hash = "sha256:3fbc0206b49e942be5a11cc891cf1f7f7c746bfbf0c5d3e19b13b05af6c901f5"}, + {file = "port_ocean-0.9.12-py3-none-any.whl", hash = "sha256:f202fabf341bd361bfeabdc7a41c0f3a81e656c8178aa36649e6ecb62adfcd49"}, + {file = "port_ocean-0.9.12.tar.gz", hash = "sha256:fd82571e2cc5384eddb564e8ba543e4794a32f2b55c6b8f149cc20f2c44dcb96"}, ] [package.dependencies] @@ -1814,4 +1814,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "ce276dbdba502a249e0e0b65f99057f4550145a700d0f04d84157ae9333e4584" +content-hash = "084cd40053016eee31210f6819f34bd5c968b2758991f0826ebab71694eea35e" diff --git a/integrations/pagerduty/pyproject.toml b/integrations/pagerduty/pyproject.toml index 5b21bf1c66..60a685179e 100644 --- a/integrations/pagerduty/pyproject.toml +++ b/integrations/pagerduty/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "pagerduty" -version = "0.1.87" +version = "0.1.88" description = "Pagerduty Integration" authors = ["Port Team "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.9.11", extras = ["cli"]} +port_ocean = {version = "^0.9.12", extras = ["cli"]} httpx = "^0.24.1" [tool.poetry.group.dev.dependencies] diff --git a/integrations/sentry/CHANGELOG.md b/integrations/sentry/CHANGELOG.md index af4d9b75a5..c6d883ac75 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.65 (2024-08-11) + + +### Improvements + +- Bumped ocean version to ^0.9.12 (#1) + + ## 0.1.64 (2024-08-05) diff --git a/integrations/sentry/poetry.lock b/integrations/sentry/poetry.lock index 3248e53912..e2794dd9d0 100644 --- a/integrations/sentry/poetry.lock +++ b/integrations/sentry/poetry.lock @@ -919,13 +919,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.9.11" +version = "0.9.12" 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.11-py3-none-any.whl", hash = "sha256:6bd8ec8e17a4ae3a4e9da5f283d93368e7ec4756461fe0abcdd1aba8aa5c9764"}, - {file = "port_ocean-0.9.11.tar.gz", hash = "sha256:3fbc0206b49e942be5a11cc891cf1f7f7c746bfbf0c5d3e19b13b05af6c901f5"}, + {file = "port_ocean-0.9.12-py3-none-any.whl", hash = "sha256:f202fabf341bd361bfeabdc7a41c0f3a81e656c8178aa36649e6ecb62adfcd49"}, + {file = "port_ocean-0.9.12.tar.gz", hash = "sha256:fd82571e2cc5384eddb564e8ba543e4794a32f2b55c6b8f149cc20f2c44dcb96"}, ] [package.dependencies] @@ -1815,4 +1815,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "e26e438c92c0f325a7ecf6e2131ec60b104859cbedeb6c57655f4a0f56e4a32a" +content-hash = "a5ae76b639dfecdf6f8c5ba2dce99fa79d623a529137cf018d1a7630ba7d10cb" diff --git a/integrations/sentry/pyproject.toml b/integrations/sentry/pyproject.toml index 3149996bc3..4e73ae610a 100644 --- a/integrations/sentry/pyproject.toml +++ b/integrations/sentry/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "sentry" -version = "0.1.64" +version = "0.1.65" description = "Sentry Integration" authors = ["Dvir Segev ","Matan Geva "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.9.11", extras = ["cli"]} +port_ocean = {version = "^0.9.12", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2" diff --git a/integrations/servicenow/CHANGELOG.md b/integrations/servicenow/CHANGELOG.md index 721aa7b973..80ec8a159a 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.55 (2024-08-11) + + +### Improvements + +- Bumped ocean version to ^0.9.12 (#1) + + ## 0.1.54 (2024-08-05) diff --git a/integrations/servicenow/poetry.lock b/integrations/servicenow/poetry.lock index 3248e53912..e2794dd9d0 100644 --- a/integrations/servicenow/poetry.lock +++ b/integrations/servicenow/poetry.lock @@ -919,13 +919,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.9.11" +version = "0.9.12" 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.11-py3-none-any.whl", hash = "sha256:6bd8ec8e17a4ae3a4e9da5f283d93368e7ec4756461fe0abcdd1aba8aa5c9764"}, - {file = "port_ocean-0.9.11.tar.gz", hash = "sha256:3fbc0206b49e942be5a11cc891cf1f7f7c746bfbf0c5d3e19b13b05af6c901f5"}, + {file = "port_ocean-0.9.12-py3-none-any.whl", hash = "sha256:f202fabf341bd361bfeabdc7a41c0f3a81e656c8178aa36649e6ecb62adfcd49"}, + {file = "port_ocean-0.9.12.tar.gz", hash = "sha256:fd82571e2cc5384eddb564e8ba543e4794a32f2b55c6b8f149cc20f2c44dcb96"}, ] [package.dependencies] @@ -1815,4 +1815,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "e26e438c92c0f325a7ecf6e2131ec60b104859cbedeb6c57655f4a0f56e4a32a" +content-hash = "a5ae76b639dfecdf6f8c5ba2dce99fa79d623a529137cf018d1a7630ba7d10cb" diff --git a/integrations/servicenow/pyproject.toml b/integrations/servicenow/pyproject.toml index 37775ad5c0..95b9e525ce 100644 --- a/integrations/servicenow/pyproject.toml +++ b/integrations/servicenow/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "servicenow" -version = "0.1.54" +version = "0.1.55" description = "Service Now Ocean Integration" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.9.11", extras = ["cli"]} +port_ocean = {version = "^0.9.12", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2" diff --git a/integrations/snyk/CHANGELOG.md b/integrations/snyk/CHANGELOG.md index 4d823e82b0..5681e6ac7b 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.74 (2024-08-11) + + +### Improvements + +- Bumped ocean version to ^0.9.12 (#1) + + ## 0.1.73 (2024-08-05) diff --git a/integrations/snyk/poetry.lock b/integrations/snyk/poetry.lock index 3248e53912..e2794dd9d0 100644 --- a/integrations/snyk/poetry.lock +++ b/integrations/snyk/poetry.lock @@ -919,13 +919,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.9.11" +version = "0.9.12" 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.11-py3-none-any.whl", hash = "sha256:6bd8ec8e17a4ae3a4e9da5f283d93368e7ec4756461fe0abcdd1aba8aa5c9764"}, - {file = "port_ocean-0.9.11.tar.gz", hash = "sha256:3fbc0206b49e942be5a11cc891cf1f7f7c746bfbf0c5d3e19b13b05af6c901f5"}, + {file = "port_ocean-0.9.12-py3-none-any.whl", hash = "sha256:f202fabf341bd361bfeabdc7a41c0f3a81e656c8178aa36649e6ecb62adfcd49"}, + {file = "port_ocean-0.9.12.tar.gz", hash = "sha256:fd82571e2cc5384eddb564e8ba543e4794a32f2b55c6b8f149cc20f2c44dcb96"}, ] [package.dependencies] @@ -1815,4 +1815,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "e26e438c92c0f325a7ecf6e2131ec60b104859cbedeb6c57655f4a0f56e4a32a" +content-hash = "a5ae76b639dfecdf6f8c5ba2dce99fa79d623a529137cf018d1a7630ba7d10cb" diff --git a/integrations/snyk/pyproject.toml b/integrations/snyk/pyproject.toml index 8204842d99..16a6f49575 100644 --- a/integrations/snyk/pyproject.toml +++ b/integrations/snyk/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "snyk" -version = "0.1.73" +version = "0.1.74" description = "Snyk integration powered by Ocean" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.9.11", extras = ["cli"]} +port_ocean = {version = "^0.9.12", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2" diff --git a/integrations/sonarqube/CHANGELOG.md b/integrations/sonarqube/CHANGELOG.md index dc3603fede..c652bd9522 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.80 (2024-08-11) + + +### Improvements + +- Bumped ocean version to ^0.9.12 (#1) + + ## 0.1.79 (2024-08-05) diff --git a/integrations/sonarqube/poetry.lock b/integrations/sonarqube/poetry.lock index 86e993928f..107d9e5826 100644 --- a/integrations/sonarqube/poetry.lock +++ b/integrations/sonarqube/poetry.lock @@ -919,13 +919,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.9.11" +version = "0.9.12" 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.11-py3-none-any.whl", hash = "sha256:6bd8ec8e17a4ae3a4e9da5f283d93368e7ec4756461fe0abcdd1aba8aa5c9764"}, - {file = "port_ocean-0.9.11.tar.gz", hash = "sha256:3fbc0206b49e942be5a11cc891cf1f7f7c746bfbf0c5d3e19b13b05af6c901f5"}, + {file = "port_ocean-0.9.12-py3-none-any.whl", hash = "sha256:f202fabf341bd361bfeabdc7a41c0f3a81e656c8178aa36649e6ecb62adfcd49"}, + {file = "port_ocean-0.9.12.tar.gz", hash = "sha256:fd82571e2cc5384eddb564e8ba543e4794a32f2b55c6b8f149cc20f2c44dcb96"}, ] [package.dependencies] @@ -1815,4 +1815,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "694bd74b47a9a4039fa3203445350617d856773f0d31c7f6d200b2f3b689d8da" +content-hash = "41666195919afc9a6be07057182258ce37a73470725a8e8ebee1aa065958ecad" diff --git a/integrations/sonarqube/pyproject.toml b/integrations/sonarqube/pyproject.toml index 4066676dc0..06bde0c2a3 100644 --- a/integrations/sonarqube/pyproject.toml +++ b/integrations/sonarqube/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "sonarqube" -version = "0.1.79" +version = "0.1.80" description = "SonarQube projects and code quality analysis integration" authors = ["Port Team "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.9.11", extras = ["cli"]} +port_ocean = {version = "^0.9.12", extras = ["cli"]} rich = "^13.5.2" cookiecutter = "^2.3.0" diff --git a/integrations/statuspage/CHANGELOG.md b/integrations/statuspage/CHANGELOG.md index aa252d559f..50247db5a7 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.14 (2024-08-11) + + +### Improvements + +- Bumped ocean version to ^0.9.12 (#1) + + ## 0.1.13 (2024-08-05) diff --git a/integrations/statuspage/poetry.lock b/integrations/statuspage/poetry.lock index 78255925c9..ca2107e2ea 100644 --- a/integrations/statuspage/poetry.lock +++ b/integrations/statuspage/poetry.lock @@ -919,13 +919,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.9.11" +version = "0.9.12" 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.11-py3-none-any.whl", hash = "sha256:6bd8ec8e17a4ae3a4e9da5f283d93368e7ec4756461fe0abcdd1aba8aa5c9764"}, - {file = "port_ocean-0.9.11.tar.gz", hash = "sha256:3fbc0206b49e942be5a11cc891cf1f7f7c746bfbf0c5d3e19b13b05af6c901f5"}, + {file = "port_ocean-0.9.12-py3-none-any.whl", hash = "sha256:f202fabf341bd361bfeabdc7a41c0f3a81e656c8178aa36649e6ecb62adfcd49"}, + {file = "port_ocean-0.9.12.tar.gz", hash = "sha256:fd82571e2cc5384eddb564e8ba543e4794a32f2b55c6b8f149cc20f2c44dcb96"}, ] [package.dependencies] @@ -1815,4 +1815,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "07a6bfd2c80ce92c37a031fe7136660d2d86d340d1ffb54eed481693b42e6353" +content-hash = "853da015e8bb9a02e0cc5b7c20697daebbfb3fe8102771f41ad816453f0dc433" diff --git a/integrations/statuspage/pyproject.toml b/integrations/statuspage/pyproject.toml index fd4a3924b5..07de9e1d54 100644 --- a/integrations/statuspage/pyproject.toml +++ b/integrations/statuspage/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "statuspage" -version = "0.1.13" +version = "0.1.14" 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.11", extras = ["cli"]} +port_ocean = {version = "^0.9.12", 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 5cd95545c0..1933880fa8 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.53 (2024-08-11) + + +### Improvements + +- Bumped ocean version to ^0.9.12 (#1) + + ## 0.1.52 (2024-08-05) diff --git a/integrations/terraform-cloud/poetry.lock b/integrations/terraform-cloud/poetry.lock index 3248e53912..e2794dd9d0 100644 --- a/integrations/terraform-cloud/poetry.lock +++ b/integrations/terraform-cloud/poetry.lock @@ -919,13 +919,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.9.11" +version = "0.9.12" 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.11-py3-none-any.whl", hash = "sha256:6bd8ec8e17a4ae3a4e9da5f283d93368e7ec4756461fe0abcdd1aba8aa5c9764"}, - {file = "port_ocean-0.9.11.tar.gz", hash = "sha256:3fbc0206b49e942be5a11cc891cf1f7f7c746bfbf0c5d3e19b13b05af6c901f5"}, + {file = "port_ocean-0.9.12-py3-none-any.whl", hash = "sha256:f202fabf341bd361bfeabdc7a41c0f3a81e656c8178aa36649e6ecb62adfcd49"}, + {file = "port_ocean-0.9.12.tar.gz", hash = "sha256:fd82571e2cc5384eddb564e8ba543e4794a32f2b55c6b8f149cc20f2c44dcb96"}, ] [package.dependencies] @@ -1815,4 +1815,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "e26e438c92c0f325a7ecf6e2131ec60b104859cbedeb6c57655f4a0f56e4a32a" +content-hash = "a5ae76b639dfecdf6f8c5ba2dce99fa79d623a529137cf018d1a7630ba7d10cb" diff --git a/integrations/terraform-cloud/pyproject.toml b/integrations/terraform-cloud/pyproject.toml index 80b003b8a1..344983e586 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.52" +version = "0.1.53" description = "Terraform Cloud Integration for Port" authors = ["Michael Armah "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.9.11", extras = ["cli"]} +port_ocean = {version = "^0.9.12", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2" diff --git a/integrations/wiz/CHANGELOG.md b/integrations/wiz/CHANGELOG.md index c3960ff87d..858df154d8 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.45 (2024-08-11) + + +### Improvements + +- Bumped ocean version to ^0.9.12 (#1) + + ## 0.1.44 (2024-08-05) diff --git a/integrations/wiz/poetry.lock b/integrations/wiz/poetry.lock index 3248e53912..e2794dd9d0 100644 --- a/integrations/wiz/poetry.lock +++ b/integrations/wiz/poetry.lock @@ -919,13 +919,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.9.11" +version = "0.9.12" 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.11-py3-none-any.whl", hash = "sha256:6bd8ec8e17a4ae3a4e9da5f283d93368e7ec4756461fe0abcdd1aba8aa5c9764"}, - {file = "port_ocean-0.9.11.tar.gz", hash = "sha256:3fbc0206b49e942be5a11cc891cf1f7f7c746bfbf0c5d3e19b13b05af6c901f5"}, + {file = "port_ocean-0.9.12-py3-none-any.whl", hash = "sha256:f202fabf341bd361bfeabdc7a41c0f3a81e656c8178aa36649e6ecb62adfcd49"}, + {file = "port_ocean-0.9.12.tar.gz", hash = "sha256:fd82571e2cc5384eddb564e8ba543e4794a32f2b55c6b8f149cc20f2c44dcb96"}, ] [package.dependencies] @@ -1815,4 +1815,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "e26e438c92c0f325a7ecf6e2131ec60b104859cbedeb6c57655f4a0f56e4a32a" +content-hash = "a5ae76b639dfecdf6f8c5ba2dce99fa79d623a529137cf018d1a7630ba7d10cb" diff --git a/integrations/wiz/pyproject.toml b/integrations/wiz/pyproject.toml index dbcddfc3f2..7d7a5d4c86 100644 --- a/integrations/wiz/pyproject.toml +++ b/integrations/wiz/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "wiz" -version = "0.1.44" +version = "0.1.45" description = "Wiz Port integration in Ocean" authors = ["Albert Luganga "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.9.11", extras = ["cli"]} +port_ocean = {version = "^0.9.12", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2"