diff --git a/integrations/argocd/CHANGELOG.md b/integrations/argocd/CHANGELOG.md index 5bd2ab25ee..483c120e20 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.101 (2024-11-12) + + +### Improvements + +- Bumped ocean version to ^0.13.1 + + ## 0.1.100 (2024-11-10) diff --git a/integrations/argocd/poetry.lock b/integrations/argocd/poetry.lock index d58de5adaa..238ee1e036 100644 --- a/integrations/argocd/poetry.lock +++ b/integrations/argocd/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. [[package]] name = "aiostream" @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.13.0" +version = "0.13.1" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" files = [ - {file = "port_ocean-0.13.0-py3-none-any.whl", hash = "sha256:8f18ee1c07e00597f6703d1702124ad27ceec1bcff742c7e5172ca7de99bc2a7"}, - {file = "port_ocean-0.13.0.tar.gz", hash = "sha256:0b4a0c964d7aebe3103ae134d73465fc5e04f345b5f296798b4709251168ef7c"}, + {file = "port_ocean-0.13.1-py3-none-any.whl", hash = "sha256:ece8b0e068b5e025e06f2d997fdd7c79c608af569e117dd78e08087713893045"}, + {file = "port_ocean-0.13.1.tar.gz", hash = "sha256:0a218897efe38f6f0c06687a866878d2e14bc39ab6dedf43ecc589e16c50dcf4"}, ] [package.dependencies] @@ -1660,4 +1660,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "dc865cb3570962176fc4cfdf8f037f2ba13cee19b2c075b38e429cc5a75bfcca" +content-hash = "43c30130762cf06553bfd69b6333726f7fd7564e1c91b2a6078d3ec0ce160940" diff --git a/integrations/argocd/pyproject.toml b/integrations/argocd/pyproject.toml index d916acb213..53e8e8048b 100644 --- a/integrations/argocd/pyproject.toml +++ b/integrations/argocd/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "argocd" -version = "0.1.100" +version = "0.1.101" description = "Argo CD integration powered by Ocean" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.13.0", extras = ["cli"]} +port_ocean = {version = "^0.13.1", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # Uncomment this if you want to debug the ocean core together with your integration diff --git a/integrations/aws/CHANGELOG.md b/integrations/aws/CHANGELOG.md index 3b928c6a78..b54a43ca1c 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.57 (2024-11-12) + + +### Improvements + +- Bumped ocean version to ^0.13.1 + + ## 0.2.56 (2024-11-10) diff --git a/integrations/aws/poetry.lock b/integrations/aws/poetry.lock index 8e92d0a66c..4d174fe80f 100644 --- a/integrations/aws/poetry.lock +++ b/integrations/aws/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. [[package]] name = "aioboto3" @@ -2284,13 +2284,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.13.0" +version = "0.13.1" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" files = [ - {file = "port_ocean-0.13.0-py3-none-any.whl", hash = "sha256:8f18ee1c07e00597f6703d1702124ad27ceec1bcff742c7e5172ca7de99bc2a7"}, - {file = "port_ocean-0.13.0.tar.gz", hash = "sha256:0b4a0c964d7aebe3103ae134d73465fc5e04f345b5f296798b4709251168ef7c"}, + {file = "port_ocean-0.13.1-py3-none-any.whl", hash = "sha256:ece8b0e068b5e025e06f2d997fdd7c79c608af569e117dd78e08087713893045"}, + {file = "port_ocean-0.13.1.tar.gz", hash = "sha256:0a218897efe38f6f0c06687a866878d2e14bc39ab6dedf43ecc589e16c50dcf4"}, ] [package.dependencies] @@ -4046,4 +4046,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "48ecec5879a4b5da89fe76ae50a32c23eb137e96c685f89f0fc65d918d047e9b" +content-hash = "61662da5c1eeb2e422c6ee25dd8a27b13ff3765f298e050bd75abd0f3b8930c1" diff --git a/integrations/aws/pyproject.toml b/integrations/aws/pyproject.toml index f529ae9890..246aec610f 100644 --- a/integrations/aws/pyproject.toml +++ b/integrations/aws/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "aws" -version = "0.2.56" +version = "0.2.57" 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.12" -port_ocean = {version = "^0.13.0", extras = ["cli"]} +port_ocean = {version = "^0.13.1", 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 d7cc9fb9b3..52ff59dd05 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.82 (2024-11-12) + + +### Improvements + +- Bumped ocean version to ^0.13.1 + + ## 0.1.81 (2024-11-10) diff --git a/integrations/azure-devops/poetry.lock b/integrations/azure-devops/poetry.lock index 0474b4dd3e..576caaddb0 100644 --- a/integrations/azure-devops/poetry.lock +++ b/integrations/azure-devops/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. [[package]] name = "aiostream" @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.13.0" +version = "0.13.1" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" files = [ - {file = "port_ocean-0.13.0-py3-none-any.whl", hash = "sha256:8f18ee1c07e00597f6703d1702124ad27ceec1bcff742c7e5172ca7de99bc2a7"}, - {file = "port_ocean-0.13.0.tar.gz", hash = "sha256:0b4a0c964d7aebe3103ae134d73465fc5e04f345b5f296798b4709251168ef7c"}, + {file = "port_ocean-0.13.1-py3-none-any.whl", hash = "sha256:ece8b0e068b5e025e06f2d997fdd7c79c608af569e117dd78e08087713893045"}, + {file = "port_ocean-0.13.1.tar.gz", hash = "sha256:0a218897efe38f6f0c06687a866878d2e14bc39ab6dedf43ecc589e16c50dcf4"}, ] [package.dependencies] @@ -1671,4 +1671,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "d7330f70414d9ce6a7bdfd13beb6a76f3da00de6ac40e89c399493192614d2e8" +content-hash = "56dec4e7a8b310e387d8bdac7b69cc4830cbee060bbc5043eb866c7504c32cce" diff --git a/integrations/azure-devops/pyproject.toml b/integrations/azure-devops/pyproject.toml index a44cd95e20..988a458c69 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.81" +version = "0.1.82" description = "An Azure Devops Ocean integration" authors = ["Matan Geva "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.13.0", extras = ["cli"]} +port_ocean = {version = "^0.13.1", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # Uncomment this if you want to debug the ocean core together with your integration diff --git a/integrations/azure/CHANGELOG.md b/integrations/azure/CHANGELOG.md index bc7bf9b4db..dfb79e9a10 100644 --- a/integrations/azure/CHANGELOG.md +++ b/integrations/azure/CHANGELOG.md @@ -1,3 +1,10 @@ +0.1.103 (2024-11-12) + +### Improvements + +- Bumped ocean version to ^0.13.1 + + 0.1.102 (2024-11-10) ### Improvements diff --git a/integrations/azure/poetry.lock b/integrations/azure/poetry.lock index 9b28ac28e2..d7cf41d186 100644 --- a/integrations/azure/poetry.lock +++ b/integrations/azure/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -1602,13 +1602,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.13.0" +version = "0.13.1" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" files = [ - {file = "port_ocean-0.13.0-py3-none-any.whl", hash = "sha256:8f18ee1c07e00597f6703d1702124ad27ceec1bcff742c7e5172ca7de99bc2a7"}, - {file = "port_ocean-0.13.0.tar.gz", hash = "sha256:0b4a0c964d7aebe3103ae134d73465fc5e04f345b5f296798b4709251168ef7c"}, + {file = "port_ocean-0.13.1-py3-none-any.whl", hash = "sha256:ece8b0e068b5e025e06f2d997fdd7c79c608af569e117dd78e08087713893045"}, + {file = "port_ocean-0.13.1.tar.gz", hash = "sha256:0a218897efe38f6f0c06687a866878d2e14bc39ab6dedf43ecc589e16c50dcf4"}, ] [package.dependencies] @@ -2508,4 +2508,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "9b26b6575b622fb870bd1acd37a69d5db3cf02b0f618ea04d57732deb3b5bf90" +content-hash = "7a50bf73bdb832b870494e2f5572c1c2b98898f78ebeb4e5dbdbcf1a197cf496" diff --git a/integrations/azure/pyproject.toml b/integrations/azure/pyproject.toml index d018277e29..0bd3c5e5e3 100644 --- a/integrations/azure/pyproject.toml +++ b/integrations/azure/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "azure" -version = "0.1.102" +version = "0.1.103" description = "Azure integration" authors = ["Tom Tankilevitch "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.13.0", extras = ["cli"]} +port_ocean = {version = "^0.13.1", 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/backstage/CHANGELOG.md b/integrations/backstage/CHANGELOG.md index d4cbcb25db..335e1363fc 100644 --- a/integrations/backstage/CHANGELOG.md +++ b/integrations/backstage/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.1.8-beta (2024-11-12) + + +### Improvements + +- Bumped ocean version to ^0.13.1 + + ## 0.1.7-beta (2024-11-10) diff --git a/integrations/backstage/poetry.lock b/integrations/backstage/poetry.lock index bf65023575..59897cdc16 100644 --- a/integrations/backstage/poetry.lock +++ b/integrations/backstage/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. [[package]] name = "aiostream" @@ -913,13 +913,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.13.0" +version = "0.13.1" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" files = [ - {file = "port_ocean-0.13.0-py3-none-any.whl", hash = "sha256:8f18ee1c07e00597f6703d1702124ad27ceec1bcff742c7e5172ca7de99bc2a7"}, - {file = "port_ocean-0.13.0.tar.gz", hash = "sha256:0b4a0c964d7aebe3103ae134d73465fc5e04f345b5f296798b4709251168ef7c"}, + {file = "port_ocean-0.13.1-py3-none-any.whl", hash = "sha256:ece8b0e068b5e025e06f2d997fdd7c79c608af569e117dd78e08087713893045"}, + {file = "port_ocean-0.13.1.tar.gz", hash = "sha256:0a218897efe38f6f0c06687a866878d2e14bc39ab6dedf43ecc589e16c50dcf4"}, ] [package.dependencies] @@ -1521,4 +1521,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "b7f8797dbc3220475a64c9b1a575cb61162eb87d0b822812581b0af63dcf774b" +content-hash = "466baa572e76b4c50c26975aeeaf86854a6102d34473994d177586e7203b89a3" diff --git a/integrations/backstage/pyproject.toml b/integrations/backstage/pyproject.toml index 72bc33e461..b64383e8fe 100644 --- a/integrations/backstage/pyproject.toml +++ b/integrations/backstage/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "backstage" -version = "0.1.7-beta" +version = "0.1.8-beta" description = "Importing resources from Backstage IDP" authors = ["Roi Talpaz "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.13.0", extras = ["cli"]} +port_ocean = {version = "^0.13.1", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # Uncomment this if you want to debug the ocean core together with your integration diff --git a/integrations/datadog/CHANGELOG.md b/integrations/datadog/CHANGELOG.md index 6116a5b252..d27b17c534 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.53 (2024-11-12) + + +### Improvements + +- Bumped ocean version to ^0.13.1 + + ## 0.1.52 (2024-11-10) diff --git a/integrations/datadog/poetry.lock b/integrations/datadog/poetry.lock index 1e7ac7bfc7..d3dba3e454 100644 --- a/integrations/datadog/poetry.lock +++ b/integrations/datadog/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. [[package]] name = "aiostream" @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.13.0" +version = "0.13.1" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" files = [ - {file = "port_ocean-0.13.0-py3-none-any.whl", hash = "sha256:8f18ee1c07e00597f6703d1702124ad27ceec1bcff742c7e5172ca7de99bc2a7"}, - {file = "port_ocean-0.13.0.tar.gz", hash = "sha256:0b4a0c964d7aebe3103ae134d73465fc5e04f345b5f296798b4709251168ef7c"}, + {file = "port_ocean-0.13.1-py3-none-any.whl", hash = "sha256:ece8b0e068b5e025e06f2d997fdd7c79c608af569e117dd78e08087713893045"}, + {file = "port_ocean-0.13.1.tar.gz", hash = "sha256:0a218897efe38f6f0c06687a866878d2e14bc39ab6dedf43ecc589e16c50dcf4"}, ] [package.dependencies] @@ -1660,4 +1660,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "cb1a892c4f75cbe280f3aeb006b8566ac75ecbb515abddaa6a8e7457410a063b" +content-hash = "1cbcab7b0bb4a33106618431934d78609689d377ba9f868aa26881fcf56d9420" diff --git a/integrations/datadog/pyproject.toml b/integrations/datadog/pyproject.toml index fb330264f5..e254b2d745 100644 --- a/integrations/datadog/pyproject.toml +++ b/integrations/datadog/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "datadog" -version = "0.1.52" +version = "0.1.53" description = "Datadog Ocean Integration" authors = ["Albert Luganga "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.13.0", extras = ["cli"]} +port_ocean = {version = "^0.13.1", extras = ["cli"]} loguru = "^0.7.2" [tool.poetry.group.dev.dependencies] diff --git a/integrations/dynatrace/CHANGELOG.md b/integrations/dynatrace/CHANGELOG.md index a8ad64a6d4..76f74a3600 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.65 (2024-11-12) + + +### Improvements + +- Bumped ocean version to ^0.13.1 + + ## 0.1.64 (2024-11-10) diff --git a/integrations/dynatrace/poetry.lock b/integrations/dynatrace/poetry.lock index d58de5adaa..238ee1e036 100644 --- a/integrations/dynatrace/poetry.lock +++ b/integrations/dynatrace/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. [[package]] name = "aiostream" @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.13.0" +version = "0.13.1" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" files = [ - {file = "port_ocean-0.13.0-py3-none-any.whl", hash = "sha256:8f18ee1c07e00597f6703d1702124ad27ceec1bcff742c7e5172ca7de99bc2a7"}, - {file = "port_ocean-0.13.0.tar.gz", hash = "sha256:0b4a0c964d7aebe3103ae134d73465fc5e04f345b5f296798b4709251168ef7c"}, + {file = "port_ocean-0.13.1-py3-none-any.whl", hash = "sha256:ece8b0e068b5e025e06f2d997fdd7c79c608af569e117dd78e08087713893045"}, + {file = "port_ocean-0.13.1.tar.gz", hash = "sha256:0a218897efe38f6f0c06687a866878d2e14bc39ab6dedf43ecc589e16c50dcf4"}, ] [package.dependencies] @@ -1660,4 +1660,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "dc865cb3570962176fc4cfdf8f037f2ba13cee19b2c075b38e429cc5a75bfcca" +content-hash = "43c30130762cf06553bfd69b6333726f7fd7564e1c91b2a6078d3ec0ce160940" diff --git a/integrations/dynatrace/pyproject.toml b/integrations/dynatrace/pyproject.toml index 33502f47a7..65060989ff 100644 --- a/integrations/dynatrace/pyproject.toml +++ b/integrations/dynatrace/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "dynatrace" -version = "0.1.64" +version = "0.1.65" description = "An integration used to import Dynatrace resources into Port" authors = ["Ayodeji Adeoti <>"] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.13.0", extras = ["cli"]} +port_ocean = {version = "^0.13.1", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration diff --git a/integrations/fake-integration/CHANGELOG.md b/integrations/fake-integration/CHANGELOG.md index 75650bf428..5c63c8bd80 100644 --- a/integrations/fake-integration/CHANGELOG.md +++ b/integrations/fake-integration/CHANGELOG.md @@ -5,6 +5,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## 0.1.16-dev (2024-11-12) + + +### Improvements + +- Bumped ocean version to ^0.13.1 + + ## 0.1.15-dev (2024-11-11) diff --git a/integrations/fake-integration/poetry.lock b/integrations/fake-integration/poetry.lock index cbcfbfa514..3fe2586052 100644 --- a/integrations/fake-integration/poetry.lock +++ b/integrations/fake-integration/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. [[package]] name = "aiostream" @@ -1168,13 +1168,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.13.0" +version = "0.13.1" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" files = [ - {file = "port_ocean-0.13.0-py3-none-any.whl", hash = "sha256:8f18ee1c07e00597f6703d1702124ad27ceec1bcff742c7e5172ca7de99bc2a7"}, - {file = "port_ocean-0.13.0.tar.gz", hash = "sha256:0b4a0c964d7aebe3103ae134d73465fc5e04f345b5f296798b4709251168ef7c"}, + {file = "port_ocean-0.13.1-py3-none-any.whl", hash = "sha256:ece8b0e068b5e025e06f2d997fdd7c79c608af569e117dd78e08087713893045"}, + {file = "port_ocean-0.13.1.tar.gz", hash = "sha256:0a218897efe38f6f0c06687a866878d2e14bc39ab6dedf43ecc589e16c50dcf4"}, ] [package.dependencies] @@ -1903,4 +1903,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "576a86b7bf2c014dc87ff371a216efa9d01feee29afb054a788a744e6194a70d" +content-hash = "3b822af15104f172c5ccba55db9ab0910246164d5a1d188be12d8baba69be270" diff --git a/integrations/fake-integration/pyproject.toml b/integrations/fake-integration/pyproject.toml index 686cb4986e..159d186383 100644 --- a/integrations/fake-integration/pyproject.toml +++ b/integrations/fake-integration/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "fake-integration" -version = "0.1.15-dev" +version = "0.1.16-dev" description = "A useless fake integration that helps us test the Ocean Core" authors = ["Erik Zaadi "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.13.0", extras = ["cli"]} +port_ocean = {version = "^0.13.1", extras = ["cli"]} faker = "^28.0.0" [tool.poetry.group.dev.dependencies] diff --git a/integrations/firehydrant/CHANGELOG.md b/integrations/firehydrant/CHANGELOG.md index 39785ec1b0..4850bc4c82 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.88 (2024-11-12) + + +### Improvements + +- Bumped ocean version to ^0.13.1 + + ## 0.1.87 (2024-11-10) diff --git a/integrations/firehydrant/poetry.lock b/integrations/firehydrant/poetry.lock index d58de5adaa..238ee1e036 100644 --- a/integrations/firehydrant/poetry.lock +++ b/integrations/firehydrant/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. [[package]] name = "aiostream" @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.13.0" +version = "0.13.1" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" files = [ - {file = "port_ocean-0.13.0-py3-none-any.whl", hash = "sha256:8f18ee1c07e00597f6703d1702124ad27ceec1bcff742c7e5172ca7de99bc2a7"}, - {file = "port_ocean-0.13.0.tar.gz", hash = "sha256:0b4a0c964d7aebe3103ae134d73465fc5e04f345b5f296798b4709251168ef7c"}, + {file = "port_ocean-0.13.1-py3-none-any.whl", hash = "sha256:ece8b0e068b5e025e06f2d997fdd7c79c608af569e117dd78e08087713893045"}, + {file = "port_ocean-0.13.1.tar.gz", hash = "sha256:0a218897efe38f6f0c06687a866878d2e14bc39ab6dedf43ecc589e16c50dcf4"}, ] [package.dependencies] @@ -1660,4 +1660,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "dc865cb3570962176fc4cfdf8f037f2ba13cee19b2c075b38e429cc5a75bfcca" +content-hash = "43c30130762cf06553bfd69b6333726f7fd7564e1c91b2a6078d3ec0ce160940" diff --git a/integrations/firehydrant/pyproject.toml b/integrations/firehydrant/pyproject.toml index 5d6435b24f..dbd4a5cc87 100644 --- a/integrations/firehydrant/pyproject.toml +++ b/integrations/firehydrant/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "firehydrant" -version = "0.1.87" +version = "0.1.88" description = "FireHydrant Integration Powered by Ocean" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.13.0", extras = ["cli"]} +port_ocean = {version = "^0.13.1", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration diff --git a/integrations/gcp/CHANGELOG.md b/integrations/gcp/CHANGELOG.md index 9dbc616c46..381fac1bee 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.69 (2024-11-12) + + +### Improvements + +- Bumped ocean version to ^0.13.1 + + ## 0.1.68 (2024-11-10) diff --git a/integrations/gcp/poetry.lock b/integrations/gcp/poetry.lock index c2e286feef..05b59e6448 100644 --- a/integrations/gcp/poetry.lock +++ b/integrations/gcp/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. [[package]] name = "aiolimiter" @@ -1460,13 +1460,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.13.0" +version = "0.13.1" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" files = [ - {file = "port_ocean-0.13.0-py3-none-any.whl", hash = "sha256:8f18ee1c07e00597f6703d1702124ad27ceec1bcff742c7e5172ca7de99bc2a7"}, - {file = "port_ocean-0.13.0.tar.gz", hash = "sha256:0b4a0c964d7aebe3103ae134d73465fc5e04f345b5f296798b4709251168ef7c"}, + {file = "port_ocean-0.13.1-py3-none-any.whl", hash = "sha256:ece8b0e068b5e025e06f2d997fdd7c79c608af569e117dd78e08087713893045"}, + {file = "port_ocean-0.13.1.tar.gz", hash = "sha256:0a218897efe38f6f0c06687a866878d2e14bc39ab6dedf43ecc589e16c50dcf4"}, ] [package.dependencies] @@ -2267,4 +2267,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "f9800421b511bf375fe6143cd1414331b39c01d9ffd5eecd1926ee9887aee9a9" +content-hash = "cf903fa51c9415b51cfaef5eb72b1ca46283757af5d142c9c25b51abd6d7dbd5" diff --git a/integrations/gcp/pyproject.toml b/integrations/gcp/pyproject.toml index 69dcd7d5cc..19f40672cd 100644 --- a/integrations/gcp/pyproject.toml +++ b/integrations/gcp/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "gcp" -version = "0.1.68" +version = "0.1.69" description = "A GCP ocean integration" authors = ["Matan Geva "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.13.0", extras = ["cli"]} +port_ocean = {version = "^0.13.1", 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 5edb842bc3..909539b5d7 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.139 (2024-11-12) +==================== + +### Improvements + +- Bumped ocean version to ^0.13.1 + + 0.1.138 (2024-11-10) ==================== diff --git a/integrations/gitlab/poetry.lock b/integrations/gitlab/poetry.lock index 09d91d50c1..59eabd3c8d 100644 --- a/integrations/gitlab/poetry.lock +++ b/integrations/gitlab/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. [[package]] name = "aiofiles" @@ -1128,13 +1128,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.13.0" +version = "0.13.1" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" files = [ - {file = "port_ocean-0.13.0-py3-none-any.whl", hash = "sha256:8f18ee1c07e00597f6703d1702124ad27ceec1bcff742c7e5172ca7de99bc2a7"}, - {file = "port_ocean-0.13.0.tar.gz", hash = "sha256:0b4a0c964d7aebe3103ae134d73465fc5e04f345b5f296798b4709251168ef7c"}, + {file = "port_ocean-0.13.1-py3-none-any.whl", hash = "sha256:ece8b0e068b5e025e06f2d997fdd7c79c608af569e117dd78e08087713893045"}, + {file = "port_ocean-0.13.1.tar.gz", hash = "sha256:0a218897efe38f6f0c06687a866878d2e14bc39ab6dedf43ecc589e16c50dcf4"}, ] [package.dependencies] @@ -1905,4 +1905,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "10d55576356aaf51b85693ce5a5439497539a86f45728281caeba2377fded398" +content-hash = "9443615a4362fe8b1cc18c873660092fa96ea67107d169f136c27821725037b8" diff --git a/integrations/gitlab/pyproject.toml b/integrations/gitlab/pyproject.toml index 5f204f5a05..d63ca1dc60 100644 --- a/integrations/gitlab/pyproject.toml +++ b/integrations/gitlab/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gitlab" -version = "0.1.138" +version = "0.1.139" description = "Gitlab integration for Port using Port-Ocean Framework" authors = ["Yair Siman-Tov "] @@ -11,7 +11,7 @@ aiolimiter = "^1.1.0" python-gitlab = "^3.14.0" pathlib = "^1.0.1" jsonschema = "^4.17.3" -port_ocean = {version = "^0.13.0", extras = ["cli"]} +port_ocean = {version = "^0.13.1", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration diff --git a/integrations/jenkins/CHANGELOG.md b/integrations/jenkins/CHANGELOG.md index cefeb63eed..9166776f08 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.71 (2024-11-12) + + +### Improvements + +- Bumped ocean version to ^0.13.1 + + ## 0.1.70 (2024-11-10) diff --git a/integrations/jenkins/poetry.lock b/integrations/jenkins/poetry.lock index dcfbda268a..d51efa4fdd 100644 --- a/integrations/jenkins/poetry.lock +++ b/integrations/jenkins/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. [[package]] name = "aiostream" @@ -1052,13 +1052,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.13.0" +version = "0.13.1" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" files = [ - {file = "port_ocean-0.13.0-py3-none-any.whl", hash = "sha256:8f18ee1c07e00597f6703d1702124ad27ceec1bcff742c7e5172ca7de99bc2a7"}, - {file = "port_ocean-0.13.0.tar.gz", hash = "sha256:0b4a0c964d7aebe3103ae134d73465fc5e04f345b5f296798b4709251168ef7c"}, + {file = "port_ocean-0.13.1-py3-none-any.whl", hash = "sha256:ece8b0e068b5e025e06f2d997fdd7c79c608af569e117dd78e08087713893045"}, + {file = "port_ocean-0.13.1.tar.gz", hash = "sha256:0a218897efe38f6f0c06687a866878d2e14bc39ab6dedf43ecc589e16c50dcf4"}, ] [package.dependencies] @@ -1671,4 +1671,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "aba7a054b719df97ef767a4afb5fd5617b70fa085923c6b8e4e5705e11ff3b51" +content-hash = "5af2ebf1ef8231b0e4f19ea7b04705e8caee827432652fcf50393bb759b1ff9f" diff --git a/integrations/jenkins/pyproject.toml b/integrations/jenkins/pyproject.toml index 78945555a9..0722d3ea08 100644 --- a/integrations/jenkins/pyproject.toml +++ b/integrations/jenkins/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "jenkins" -version = "0.1.70" +version = "0.1.71" description = "Jenkins Integration to Port Ocean" authors = ["Albert Luganga "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.13.0", extras = ["cli"]} +port_ocean = {version = "^0.13.1", 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 81e92bbd08..159cd32d13 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.99 (2024-11-12) + + +### Improvements + +- Bumped ocean version to ^0.13.1 + + ## 0.1.98 (2024-11-10) diff --git a/integrations/jira/poetry.lock b/integrations/jira/poetry.lock index 4eb793d530..d18c3d3531 100644 --- a/integrations/jira/poetry.lock +++ b/integrations/jira/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. [[package]] name = "aiostream" @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.13.0" +version = "0.13.1" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" files = [ - {file = "port_ocean-0.13.0-py3-none-any.whl", hash = "sha256:8f18ee1c07e00597f6703d1702124ad27ceec1bcff742c7e5172ca7de99bc2a7"}, - {file = "port_ocean-0.13.0.tar.gz", hash = "sha256:0b4a0c964d7aebe3103ae134d73465fc5e04f345b5f296798b4709251168ef7c"}, + {file = "port_ocean-0.13.1-py3-none-any.whl", hash = "sha256:ece8b0e068b5e025e06f2d997fdd7c79c608af569e117dd78e08087713893045"}, + {file = "port_ocean-0.13.1.tar.gz", hash = "sha256:0a218897efe38f6f0c06687a866878d2e14bc39ab6dedf43ecc589e16c50dcf4"}, ] [package.dependencies] @@ -1660,4 +1660,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "bf94b6a97f111b2a1b12d1fd83d5f4145d229fa080e4627a1be33e42b6b01afc" +content-hash = "f9f85c76df51b5fc477bf94abf8c80307ef9fe1a0bd901b60596b0b80299d91b" diff --git a/integrations/jira/pyproject.toml b/integrations/jira/pyproject.toml index 65d00219d4..508ea432ca 100644 --- a/integrations/jira/pyproject.toml +++ b/integrations/jira/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "jira" -version = "0.1.98" +version = "0.1.99" description = "Integration to bring information from Jira into Port" authors = ["Mor Paz "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.13.0", extras = ["cli"]} +port_ocean = {version = "^0.13.1", extras = ["cli"]} httpx = "^0.27.0" [tool.poetry.group.dev.dependencies] diff --git a/integrations/kafka/CHANGELOG.md b/integrations/kafka/CHANGELOG.md index a78c345f04..4b4a5724e1 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.87 (2024-11-12) + + +### Improvements + +- Bumped ocean version to ^0.13.1 + + ## 0.1.86 (2024-11-10) diff --git a/integrations/kafka/poetry.lock b/integrations/kafka/poetry.lock index 4afffc3b9e..86282eca1f 100644 --- a/integrations/kafka/poetry.lock +++ b/integrations/kafka/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. [[package]] name = "aiostream" @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.13.0" +version = "0.13.1" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" files = [ - {file = "port_ocean-0.13.0-py3-none-any.whl", hash = "sha256:8f18ee1c07e00597f6703d1702124ad27ceec1bcff742c7e5172ca7de99bc2a7"}, - {file = "port_ocean-0.13.0.tar.gz", hash = "sha256:0b4a0c964d7aebe3103ae134d73465fc5e04f345b5f296798b4709251168ef7c"}, + {file = "port_ocean-0.13.1-py3-none-any.whl", hash = "sha256:ece8b0e068b5e025e06f2d997fdd7c79c608af569e117dd78e08087713893045"}, + {file = "port_ocean-0.13.1.tar.gz", hash = "sha256:0a218897efe38f6f0c06687a866878d2e14bc39ab6dedf43ecc589e16c50dcf4"}, ] [package.dependencies] @@ -1660,4 +1660,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "f094b4782eb121682678520705faeb552a338aa637e657ce99d6c1a7c045e95e" +content-hash = "ec8d0e9548541de2d67f0521866f974aaa9d5d2a857ae4893bf00541edab10e4" diff --git a/integrations/kafka/pyproject.toml b/integrations/kafka/pyproject.toml index 2aa3920856..a64099370a 100644 --- a/integrations/kafka/pyproject.toml +++ b/integrations/kafka/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "kafka" -version = "0.1.86" +version = "0.1.87" 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.12" -port_ocean = {version = "^0.13.0", extras = ["cli"]} +port_ocean = {version = "^0.13.1", 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 dc6c93ed70..7a5cd6401b 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.92 (2024-11-12) + + +### Improvements + +- Bumped ocean version to ^0.13.1 + + ## 0.1.91 (2024-11-10) diff --git a/integrations/kubecost/poetry.lock b/integrations/kubecost/poetry.lock index d58de5adaa..238ee1e036 100644 --- a/integrations/kubecost/poetry.lock +++ b/integrations/kubecost/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. [[package]] name = "aiostream" @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.13.0" +version = "0.13.1" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" files = [ - {file = "port_ocean-0.13.0-py3-none-any.whl", hash = "sha256:8f18ee1c07e00597f6703d1702124ad27ceec1bcff742c7e5172ca7de99bc2a7"}, - {file = "port_ocean-0.13.0.tar.gz", hash = "sha256:0b4a0c964d7aebe3103ae134d73465fc5e04f345b5f296798b4709251168ef7c"}, + {file = "port_ocean-0.13.1-py3-none-any.whl", hash = "sha256:ece8b0e068b5e025e06f2d997fdd7c79c608af569e117dd78e08087713893045"}, + {file = "port_ocean-0.13.1.tar.gz", hash = "sha256:0a218897efe38f6f0c06687a866878d2e14bc39ab6dedf43ecc589e16c50dcf4"}, ] [package.dependencies] @@ -1660,4 +1660,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "dc865cb3570962176fc4cfdf8f037f2ba13cee19b2c075b38e429cc5a75bfcca" +content-hash = "43c30130762cf06553bfd69b6333726f7fd7564e1c91b2a6078d3ec0ce160940" diff --git a/integrations/kubecost/pyproject.toml b/integrations/kubecost/pyproject.toml index 69a6c431c8..928c2b7e5b 100644 --- a/integrations/kubecost/pyproject.toml +++ b/integrations/kubecost/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "kubecost" -version = "0.1.91" +version = "0.1.92" description = "Kubecost integration powered by Ocean" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.13.0", extras = ["cli"]} +port_ocean = {version = "^0.13.1", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration diff --git a/integrations/launchdarkly/CHANGELOG.md b/integrations/launchdarkly/CHANGELOG.md index e826de6f54..e2ead6855d 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.64 (2024-11-12) + + +### Improvements + +- Bumped ocean version to ^0.13.1 + + ## 0.1.63 (2024-11-10) diff --git a/integrations/launchdarkly/poetry.lock b/integrations/launchdarkly/poetry.lock index d58de5adaa..238ee1e036 100644 --- a/integrations/launchdarkly/poetry.lock +++ b/integrations/launchdarkly/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. [[package]] name = "aiostream" @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.13.0" +version = "0.13.1" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" files = [ - {file = "port_ocean-0.13.0-py3-none-any.whl", hash = "sha256:8f18ee1c07e00597f6703d1702124ad27ceec1bcff742c7e5172ca7de99bc2a7"}, - {file = "port_ocean-0.13.0.tar.gz", hash = "sha256:0b4a0c964d7aebe3103ae134d73465fc5e04f345b5f296798b4709251168ef7c"}, + {file = "port_ocean-0.13.1-py3-none-any.whl", hash = "sha256:ece8b0e068b5e025e06f2d997fdd7c79c608af569e117dd78e08087713893045"}, + {file = "port_ocean-0.13.1.tar.gz", hash = "sha256:0a218897efe38f6f0c06687a866878d2e14bc39ab6dedf43ecc589e16c50dcf4"}, ] [package.dependencies] @@ -1660,4 +1660,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "dc865cb3570962176fc4cfdf8f037f2ba13cee19b2c075b38e429cc5a75bfcca" +content-hash = "43c30130762cf06553bfd69b6333726f7fd7564e1c91b2a6078d3ec0ce160940" diff --git a/integrations/launchdarkly/pyproject.toml b/integrations/launchdarkly/pyproject.toml index 29696ca3db..e9a0e768ae 100644 --- a/integrations/launchdarkly/pyproject.toml +++ b/integrations/launchdarkly/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "launchdarkly" -version = "0.1.63" +version = "0.1.64" description = "Launchdarkly integration for Port" authors = ["Michael Armah "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.13.0", extras = ["cli"]} +port_ocean = {version = "^0.13.1", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration diff --git a/integrations/linear/CHANGELOG.md b/integrations/linear/CHANGELOG.md index 62a7e9284c..55489fb445 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.50 (2024-11-12) + + +### Improvements + +- Bumped ocean version to ^0.13.1 + + ## 0.1.49 (2024-11-10) diff --git a/integrations/linear/poetry.lock b/integrations/linear/poetry.lock index d58de5adaa..238ee1e036 100644 --- a/integrations/linear/poetry.lock +++ b/integrations/linear/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. [[package]] name = "aiostream" @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.13.0" +version = "0.13.1" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" files = [ - {file = "port_ocean-0.13.0-py3-none-any.whl", hash = "sha256:8f18ee1c07e00597f6703d1702124ad27ceec1bcff742c7e5172ca7de99bc2a7"}, - {file = "port_ocean-0.13.0.tar.gz", hash = "sha256:0b4a0c964d7aebe3103ae134d73465fc5e04f345b5f296798b4709251168ef7c"}, + {file = "port_ocean-0.13.1-py3-none-any.whl", hash = "sha256:ece8b0e068b5e025e06f2d997fdd7c79c608af569e117dd78e08087713893045"}, + {file = "port_ocean-0.13.1.tar.gz", hash = "sha256:0a218897efe38f6f0c06687a866878d2e14bc39ab6dedf43ecc589e16c50dcf4"}, ] [package.dependencies] @@ -1660,4 +1660,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "dc865cb3570962176fc4cfdf8f037f2ba13cee19b2c075b38e429cc5a75bfcca" +content-hash = "43c30130762cf06553bfd69b6333726f7fd7564e1c91b2a6078d3ec0ce160940" diff --git a/integrations/linear/pyproject.toml b/integrations/linear/pyproject.toml index 4041157769..0bddf81306 100644 --- a/integrations/linear/pyproject.toml +++ b/integrations/linear/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "linear" -version = "0.1.49" +version = "0.1.50" description = "Integration to bring information from Linear into Port" authors = ["Mor Paz "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.13.0", extras = ["cli"]} +port_ocean = {version = "^0.13.1", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration diff --git a/integrations/newrelic/CHANGELOG.md b/integrations/newrelic/CHANGELOG.md index bf127d185c..f88c81c447 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.94 (2024-11-12) + + +### Improvements + +- Bumped ocean version to ^0.13.1 + + ## 0.1.93 (2024-11-10) diff --git a/integrations/newrelic/poetry.lock b/integrations/newrelic/poetry.lock index 4eb793d530..d18c3d3531 100644 --- a/integrations/newrelic/poetry.lock +++ b/integrations/newrelic/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. [[package]] name = "aiostream" @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.13.0" +version = "0.13.1" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" files = [ - {file = "port_ocean-0.13.0-py3-none-any.whl", hash = "sha256:8f18ee1c07e00597f6703d1702124ad27ceec1bcff742c7e5172ca7de99bc2a7"}, - {file = "port_ocean-0.13.0.tar.gz", hash = "sha256:0b4a0c964d7aebe3103ae134d73465fc5e04f345b5f296798b4709251168ef7c"}, + {file = "port_ocean-0.13.1-py3-none-any.whl", hash = "sha256:ece8b0e068b5e025e06f2d997fdd7c79c608af569e117dd78e08087713893045"}, + {file = "port_ocean-0.13.1.tar.gz", hash = "sha256:0a218897efe38f6f0c06687a866878d2e14bc39ab6dedf43ecc589e16c50dcf4"}, ] [package.dependencies] @@ -1660,4 +1660,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "bf94b6a97f111b2a1b12d1fd83d5f4145d229fa080e4627a1be33e42b6b01afc" +content-hash = "f9f85c76df51b5fc477bf94abf8c80307ef9fe1a0bd901b60596b0b80299d91b" diff --git a/integrations/newrelic/pyproject.toml b/integrations/newrelic/pyproject.toml index 4b363cb095..36e9acec3e 100644 --- a/integrations/newrelic/pyproject.toml +++ b/integrations/newrelic/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "newrelic" -version = "0.1.93" +version = "0.1.94" description = "New Relic Integration" authors = ["Tom Tankilevitch "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.13.0", extras = ["cli"]} +port_ocean = {version = "^0.13.1", extras = ["cli"]} httpx = "^0.27.0" [tool.poetry.group.dev.dependencies] diff --git a/integrations/octopus/CHANGELOG.md b/integrations/octopus/CHANGELOG.md index a3ea94dc84..6cf86500f0 100644 --- a/integrations/octopus/CHANGELOG.md +++ b/integrations/octopus/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +# Port_Ocean 0.1.24 (2024-11-12) + +### Improvements + +- Bumped ocean version to ^0.13.1 + + # Port_Ocean 0.1.23 (2024-11-11) ### Improvements diff --git a/integrations/octopus/poetry.lock b/integrations/octopus/poetry.lock index d58de5adaa..238ee1e036 100644 --- a/integrations/octopus/poetry.lock +++ b/integrations/octopus/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. [[package]] name = "aiostream" @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.13.0" +version = "0.13.1" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" files = [ - {file = "port_ocean-0.13.0-py3-none-any.whl", hash = "sha256:8f18ee1c07e00597f6703d1702124ad27ceec1bcff742c7e5172ca7de99bc2a7"}, - {file = "port_ocean-0.13.0.tar.gz", hash = "sha256:0b4a0c964d7aebe3103ae134d73465fc5e04f345b5f296798b4709251168ef7c"}, + {file = "port_ocean-0.13.1-py3-none-any.whl", hash = "sha256:ece8b0e068b5e025e06f2d997fdd7c79c608af569e117dd78e08087713893045"}, + {file = "port_ocean-0.13.1.tar.gz", hash = "sha256:0a218897efe38f6f0c06687a866878d2e14bc39ab6dedf43ecc589e16c50dcf4"}, ] [package.dependencies] @@ -1660,4 +1660,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "dc865cb3570962176fc4cfdf8f037f2ba13cee19b2c075b38e429cc5a75bfcca" +content-hash = "43c30130762cf06553bfd69b6333726f7fd7564e1c91b2a6078d3ec0ce160940" diff --git a/integrations/octopus/pyproject.toml b/integrations/octopus/pyproject.toml index e6eb7c6fe0..542a33ffac 100644 --- a/integrations/octopus/pyproject.toml +++ b/integrations/octopus/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "octopus" -version = "0.1.23" +version = "0.1.24" description = "This integration ingest data from octopus deploy" authors = ["Adebayo Iyanuoluwa "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.13.0", extras = ["cli"]} +port_ocean = {version = "^0.13.1", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # Uncomment this if you want to debug the ocean core together with your integration diff --git a/integrations/opencost/CHANGELOG.md b/integrations/opencost/CHANGELOG.md index 3e1a49e9eb..21bbf63994 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.90 (2024-11-12) + + +### Improvements + +- Bumped ocean version to ^0.13.1 + + ## 0.1.89 (2024-11-10) diff --git a/integrations/opencost/poetry.lock b/integrations/opencost/poetry.lock index d58de5adaa..238ee1e036 100644 --- a/integrations/opencost/poetry.lock +++ b/integrations/opencost/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. [[package]] name = "aiostream" @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.13.0" +version = "0.13.1" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" files = [ - {file = "port_ocean-0.13.0-py3-none-any.whl", hash = "sha256:8f18ee1c07e00597f6703d1702124ad27ceec1bcff742c7e5172ca7de99bc2a7"}, - {file = "port_ocean-0.13.0.tar.gz", hash = "sha256:0b4a0c964d7aebe3103ae134d73465fc5e04f345b5f296798b4709251168ef7c"}, + {file = "port_ocean-0.13.1-py3-none-any.whl", hash = "sha256:ece8b0e068b5e025e06f2d997fdd7c79c608af569e117dd78e08087713893045"}, + {file = "port_ocean-0.13.1.tar.gz", hash = "sha256:0a218897efe38f6f0c06687a866878d2e14bc39ab6dedf43ecc589e16c50dcf4"}, ] [package.dependencies] @@ -1660,4 +1660,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "dc865cb3570962176fc4cfdf8f037f2ba13cee19b2c075b38e429cc5a75bfcca" +content-hash = "43c30130762cf06553bfd69b6333726f7fd7564e1c91b2a6078d3ec0ce160940" diff --git a/integrations/opencost/pyproject.toml b/integrations/opencost/pyproject.toml index d92d808c7f..1171174c22 100644 --- a/integrations/opencost/pyproject.toml +++ b/integrations/opencost/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "opencost" -version = "0.1.89" +version = "0.1.90" description = "Ocean integration for OpenCost" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.13.0", extras = ["cli"]} +port_ocean = {version = "^0.13.1", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration diff --git a/integrations/opsgenie/CHANGELOG.md b/integrations/opsgenie/CHANGELOG.md index 4df8c2444f..665f855e90 100644 --- a/integrations/opsgenie/CHANGELOG.md +++ b/integrations/opsgenie/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## 0.2.14 (2024-11-12) + + +### Improvements + +- Bumped ocean version to ^0.13.1 + + ## 0.2.13 (2024-11-10) diff --git a/integrations/opsgenie/poetry.lock b/integrations/opsgenie/poetry.lock index d58de5adaa..238ee1e036 100644 --- a/integrations/opsgenie/poetry.lock +++ b/integrations/opsgenie/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. [[package]] name = "aiostream" @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.13.0" +version = "0.13.1" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" files = [ - {file = "port_ocean-0.13.0-py3-none-any.whl", hash = "sha256:8f18ee1c07e00597f6703d1702124ad27ceec1bcff742c7e5172ca7de99bc2a7"}, - {file = "port_ocean-0.13.0.tar.gz", hash = "sha256:0b4a0c964d7aebe3103ae134d73465fc5e04f345b5f296798b4709251168ef7c"}, + {file = "port_ocean-0.13.1-py3-none-any.whl", hash = "sha256:ece8b0e068b5e025e06f2d997fdd7c79c608af569e117dd78e08087713893045"}, + {file = "port_ocean-0.13.1.tar.gz", hash = "sha256:0a218897efe38f6f0c06687a866878d2e14bc39ab6dedf43ecc589e16c50dcf4"}, ] [package.dependencies] @@ -1660,4 +1660,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "dc865cb3570962176fc4cfdf8f037f2ba13cee19b2c075b38e429cc5a75bfcca" +content-hash = "43c30130762cf06553bfd69b6333726f7fd7564e1c91b2a6078d3ec0ce160940" diff --git a/integrations/opsgenie/pyproject.toml b/integrations/opsgenie/pyproject.toml index a2be594aaf..68e1f18da4 100644 --- a/integrations/opsgenie/pyproject.toml +++ b/integrations/opsgenie/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "opsgenie" -version = "0.2.13" +version = "0.2.14" description = "Ocean integration for OpsGenie" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.13.0", extras = ["cli"]} +port_ocean = {version = "^0.13.1", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration diff --git a/integrations/pagerduty/CHANGELOG.md b/integrations/pagerduty/CHANGELOG.md index 733d46eb95..81b440ca86 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.114 (2024-11-12) + + +### Improvements + +- Bumped ocean version to ^0.13.1 + + ## 0.1.113 (2024-11-10) diff --git a/integrations/pagerduty/poetry.lock b/integrations/pagerduty/poetry.lock index 4eb793d530..d18c3d3531 100644 --- a/integrations/pagerduty/poetry.lock +++ b/integrations/pagerduty/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. [[package]] name = "aiostream" @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.13.0" +version = "0.13.1" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" files = [ - {file = "port_ocean-0.13.0-py3-none-any.whl", hash = "sha256:8f18ee1c07e00597f6703d1702124ad27ceec1bcff742c7e5172ca7de99bc2a7"}, - {file = "port_ocean-0.13.0.tar.gz", hash = "sha256:0b4a0c964d7aebe3103ae134d73465fc5e04f345b5f296798b4709251168ef7c"}, + {file = "port_ocean-0.13.1-py3-none-any.whl", hash = "sha256:ece8b0e068b5e025e06f2d997fdd7c79c608af569e117dd78e08087713893045"}, + {file = "port_ocean-0.13.1.tar.gz", hash = "sha256:0a218897efe38f6f0c06687a866878d2e14bc39ab6dedf43ecc589e16c50dcf4"}, ] [package.dependencies] @@ -1660,4 +1660,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "bf94b6a97f111b2a1b12d1fd83d5f4145d229fa080e4627a1be33e42b6b01afc" +content-hash = "f9f85c76df51b5fc477bf94abf8c80307ef9fe1a0bd901b60596b0b80299d91b" diff --git a/integrations/pagerduty/pyproject.toml b/integrations/pagerduty/pyproject.toml index febe94563e..630628eec5 100644 --- a/integrations/pagerduty/pyproject.toml +++ b/integrations/pagerduty/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "pagerduty" -version = "0.1.113" +version = "0.1.114" description = "Pagerduty Integration" authors = ["Port Team "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.13.0", extras = ["cli"]} +port_ocean = {version = "^0.13.1", extras = ["cli"]} httpx = "^0.27.0" [tool.poetry.group.dev.dependencies] diff --git a/integrations/sentry/CHANGELOG.md b/integrations/sentry/CHANGELOG.md index 0c04240c32..7ab8192027 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.90 (2024-11-12) + + +### Improvements + +- Bumped ocean version to ^0.13.1 + + ## 0.1.89 (2024-11-10) diff --git a/integrations/sentry/poetry.lock b/integrations/sentry/poetry.lock index d58de5adaa..238ee1e036 100644 --- a/integrations/sentry/poetry.lock +++ b/integrations/sentry/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. [[package]] name = "aiostream" @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.13.0" +version = "0.13.1" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" files = [ - {file = "port_ocean-0.13.0-py3-none-any.whl", hash = "sha256:8f18ee1c07e00597f6703d1702124ad27ceec1bcff742c7e5172ca7de99bc2a7"}, - {file = "port_ocean-0.13.0.tar.gz", hash = "sha256:0b4a0c964d7aebe3103ae134d73465fc5e04f345b5f296798b4709251168ef7c"}, + {file = "port_ocean-0.13.1-py3-none-any.whl", hash = "sha256:ece8b0e068b5e025e06f2d997fdd7c79c608af569e117dd78e08087713893045"}, + {file = "port_ocean-0.13.1.tar.gz", hash = "sha256:0a218897efe38f6f0c06687a866878d2e14bc39ab6dedf43ecc589e16c50dcf4"}, ] [package.dependencies] @@ -1660,4 +1660,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "dc865cb3570962176fc4cfdf8f037f2ba13cee19b2c075b38e429cc5a75bfcca" +content-hash = "43c30130762cf06553bfd69b6333726f7fd7564e1c91b2a6078d3ec0ce160940" diff --git a/integrations/sentry/pyproject.toml b/integrations/sentry/pyproject.toml index 7c1a97b91b..31ab13dbaa 100644 --- a/integrations/sentry/pyproject.toml +++ b/integrations/sentry/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "sentry" -version = "0.1.89" +version = "0.1.90" description = "Sentry Integration" authors = ["Dvir Segev ","Matan Geva "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.13.0", extras = ["cli"]} +port_ocean = {version = "^0.13.1", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration diff --git a/integrations/servicenow/CHANGELOG.md b/integrations/servicenow/CHANGELOG.md index c2ae25c6af..0398e17a11 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.80 (2024-11-12) + + +### Improvements + +- Bumped ocean version to ^0.13.1 + + ## 0.1.79 (2024-11-10) diff --git a/integrations/servicenow/poetry.lock b/integrations/servicenow/poetry.lock index d58de5adaa..238ee1e036 100644 --- a/integrations/servicenow/poetry.lock +++ b/integrations/servicenow/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. [[package]] name = "aiostream" @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.13.0" +version = "0.13.1" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" files = [ - {file = "port_ocean-0.13.0-py3-none-any.whl", hash = "sha256:8f18ee1c07e00597f6703d1702124ad27ceec1bcff742c7e5172ca7de99bc2a7"}, - {file = "port_ocean-0.13.0.tar.gz", hash = "sha256:0b4a0c964d7aebe3103ae134d73465fc5e04f345b5f296798b4709251168ef7c"}, + {file = "port_ocean-0.13.1-py3-none-any.whl", hash = "sha256:ece8b0e068b5e025e06f2d997fdd7c79c608af569e117dd78e08087713893045"}, + {file = "port_ocean-0.13.1.tar.gz", hash = "sha256:0a218897efe38f6f0c06687a866878d2e14bc39ab6dedf43ecc589e16c50dcf4"}, ] [package.dependencies] @@ -1660,4 +1660,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "dc865cb3570962176fc4cfdf8f037f2ba13cee19b2c075b38e429cc5a75bfcca" +content-hash = "43c30130762cf06553bfd69b6333726f7fd7564e1c91b2a6078d3ec0ce160940" diff --git a/integrations/servicenow/pyproject.toml b/integrations/servicenow/pyproject.toml index d46fca965c..bd6f61221a 100644 --- a/integrations/servicenow/pyproject.toml +++ b/integrations/servicenow/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "servicenow" -version = "0.1.79" +version = "0.1.80" description = "Service Now Ocean Integration" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.13.0", extras = ["cli"]} +port_ocean = {version = "^0.13.1", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration diff --git a/integrations/snyk/CHANGELOG.md b/integrations/snyk/CHANGELOG.md index d321779a3c..6bfc49bbd5 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.100 (2024-11-12) + + +### Improvements + +- Bumped ocean version to ^0.13.1 + + ## 0.1.99 (2024-11-10) diff --git a/integrations/snyk/poetry.lock b/integrations/snyk/poetry.lock index d58de5adaa..238ee1e036 100644 --- a/integrations/snyk/poetry.lock +++ b/integrations/snyk/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. [[package]] name = "aiostream" @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.13.0" +version = "0.13.1" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" files = [ - {file = "port_ocean-0.13.0-py3-none-any.whl", hash = "sha256:8f18ee1c07e00597f6703d1702124ad27ceec1bcff742c7e5172ca7de99bc2a7"}, - {file = "port_ocean-0.13.0.tar.gz", hash = "sha256:0b4a0c964d7aebe3103ae134d73465fc5e04f345b5f296798b4709251168ef7c"}, + {file = "port_ocean-0.13.1-py3-none-any.whl", hash = "sha256:ece8b0e068b5e025e06f2d997fdd7c79c608af569e117dd78e08087713893045"}, + {file = "port_ocean-0.13.1.tar.gz", hash = "sha256:0a218897efe38f6f0c06687a866878d2e14bc39ab6dedf43ecc589e16c50dcf4"}, ] [package.dependencies] @@ -1660,4 +1660,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "dc865cb3570962176fc4cfdf8f037f2ba13cee19b2c075b38e429cc5a75bfcca" +content-hash = "43c30130762cf06553bfd69b6333726f7fd7564e1c91b2a6078d3ec0ce160940" diff --git a/integrations/snyk/pyproject.toml b/integrations/snyk/pyproject.toml index 482914cbf8..f90eafc7cc 100644 --- a/integrations/snyk/pyproject.toml +++ b/integrations/snyk/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "snyk" -version = "0.1.99" +version = "0.1.100" description = "Snyk integration powered by Ocean" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.13.0", extras = ["cli"]} +port_ocean = {version = "^0.13.1", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration diff --git a/integrations/sonarqube/CHANGELOG.md b/integrations/sonarqube/CHANGELOG.md index 4496347d4e..3246dfdc2a 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.109 (2024-11-12) + + +### Improvements + +- Bumped ocean version to ^0.13.1 + + ## 0.1.108 (2024-11-10) diff --git a/integrations/sonarqube/poetry.lock b/integrations/sonarqube/poetry.lock index f619efd640..21cad42558 100644 --- a/integrations/sonarqube/poetry.lock +++ b/integrations/sonarqube/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. [[package]] name = "aiostream" @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.13.0" +version = "0.13.1" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" files = [ - {file = "port_ocean-0.13.0-py3-none-any.whl", hash = "sha256:8f18ee1c07e00597f6703d1702124ad27ceec1bcff742c7e5172ca7de99bc2a7"}, - {file = "port_ocean-0.13.0.tar.gz", hash = "sha256:0b4a0c964d7aebe3103ae134d73465fc5e04f345b5f296798b4709251168ef7c"}, + {file = "port_ocean-0.13.1-py3-none-any.whl", hash = "sha256:ece8b0e068b5e025e06f2d997fdd7c79c608af569e117dd78e08087713893045"}, + {file = "port_ocean-0.13.1.tar.gz", hash = "sha256:0a218897efe38f6f0c06687a866878d2e14bc39ab6dedf43ecc589e16c50dcf4"}, ] [package.dependencies] @@ -1660,4 +1660,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "8ba6078594ea54cc93a3b2553fb93a6b84d08eff7393b2720b7952c1f4a300d2" +content-hash = "370867a3ad610e881b0c114f0e4c2e043e6ced694a3ad65e0e5f2907072dd2a5" diff --git a/integrations/sonarqube/pyproject.toml b/integrations/sonarqube/pyproject.toml index 1b3359c38f..f2a0291cd5 100644 --- a/integrations/sonarqube/pyproject.toml +++ b/integrations/sonarqube/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "sonarqube" -version = "0.1.108" +version = "0.1.109" description = "SonarQube projects and code quality analysis integration" authors = ["Port Team "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.13.0", extras = ["cli"]} +port_ocean = {version = "^0.13.1", extras = ["cli"]} rich = "^13.5.2" cookiecutter = "^2.3.0" diff --git a/integrations/statuspage/CHANGELOG.md b/integrations/statuspage/CHANGELOG.md index 1231000453..a1bb246dfb 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.39 (2024-11-12) + + +### Improvements + +- Bumped ocean version to ^0.13.1 + + ## 0.1.38 (2024-11-10) diff --git a/integrations/statuspage/poetry.lock b/integrations/statuspage/poetry.lock index d58de5adaa..238ee1e036 100644 --- a/integrations/statuspage/poetry.lock +++ b/integrations/statuspage/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. [[package]] name = "aiostream" @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.13.0" +version = "0.13.1" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" files = [ - {file = "port_ocean-0.13.0-py3-none-any.whl", hash = "sha256:8f18ee1c07e00597f6703d1702124ad27ceec1bcff742c7e5172ca7de99bc2a7"}, - {file = "port_ocean-0.13.0.tar.gz", hash = "sha256:0b4a0c964d7aebe3103ae134d73465fc5e04f345b5f296798b4709251168ef7c"}, + {file = "port_ocean-0.13.1-py3-none-any.whl", hash = "sha256:ece8b0e068b5e025e06f2d997fdd7c79c608af569e117dd78e08087713893045"}, + {file = "port_ocean-0.13.1.tar.gz", hash = "sha256:0a218897efe38f6f0c06687a866878d2e14bc39ab6dedf43ecc589e16c50dcf4"}, ] [package.dependencies] @@ -1660,4 +1660,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "dc865cb3570962176fc4cfdf8f037f2ba13cee19b2c075b38e429cc5a75bfcca" +content-hash = "43c30130762cf06553bfd69b6333726f7fd7564e1c91b2a6078d3ec0ce160940" diff --git a/integrations/statuspage/pyproject.toml b/integrations/statuspage/pyproject.toml index c8959a6f66..dde7d22fe4 100644 --- a/integrations/statuspage/pyproject.toml +++ b/integrations/statuspage/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "statuspage" -version = "0.1.38" +version = "0.1.39" description = "Connect Statuspage to Ocean and automatically ingest incidents, updates, and impacted components for comprehensive monitoring" authors = ["Albert Luganga "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.13.0", extras = ["cli"]} +port_ocean = {version = "^0.13.1", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration diff --git a/integrations/terraform-cloud/CHANGELOG.md b/integrations/terraform-cloud/CHANGELOG.md index e2b39191d4..2021a64c13 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.78 (2024-11-12) + + +### Improvements + +- Bumped ocean version to ^0.13.1 + + ## 0.1.77 (2024-11-10) diff --git a/integrations/terraform-cloud/poetry.lock b/integrations/terraform-cloud/poetry.lock index d58de5adaa..238ee1e036 100644 --- a/integrations/terraform-cloud/poetry.lock +++ b/integrations/terraform-cloud/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. [[package]] name = "aiostream" @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.13.0" +version = "0.13.1" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" files = [ - {file = "port_ocean-0.13.0-py3-none-any.whl", hash = "sha256:8f18ee1c07e00597f6703d1702124ad27ceec1bcff742c7e5172ca7de99bc2a7"}, - {file = "port_ocean-0.13.0.tar.gz", hash = "sha256:0b4a0c964d7aebe3103ae134d73465fc5e04f345b5f296798b4709251168ef7c"}, + {file = "port_ocean-0.13.1-py3-none-any.whl", hash = "sha256:ece8b0e068b5e025e06f2d997fdd7c79c608af569e117dd78e08087713893045"}, + {file = "port_ocean-0.13.1.tar.gz", hash = "sha256:0a218897efe38f6f0c06687a866878d2e14bc39ab6dedf43ecc589e16c50dcf4"}, ] [package.dependencies] @@ -1660,4 +1660,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "dc865cb3570962176fc4cfdf8f037f2ba13cee19b2c075b38e429cc5a75bfcca" +content-hash = "43c30130762cf06553bfd69b6333726f7fd7564e1c91b2a6078d3ec0ce160940" diff --git a/integrations/terraform-cloud/pyproject.toml b/integrations/terraform-cloud/pyproject.toml index bb4358576b..7ec795bf83 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.77" +version = "0.1.78" description = "Terraform Cloud Integration for Port" authors = ["Michael Armah "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.13.0", extras = ["cli"]} +port_ocean = {version = "^0.13.1", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration diff --git a/integrations/wiz/CHANGELOG.md b/integrations/wiz/CHANGELOG.md index bbd51a2be0..aaa33de772 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.71 (2024-11-12) + + +### Improvements + +- Bumped ocean version to ^0.13.1 + + ## 0.1.70 (2024-11-10) diff --git a/integrations/wiz/poetry.lock b/integrations/wiz/poetry.lock index d58de5adaa..238ee1e036 100644 --- a/integrations/wiz/poetry.lock +++ b/integrations/wiz/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. [[package]] name = "aiostream" @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.13.0" +version = "0.13.1" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" files = [ - {file = "port_ocean-0.13.0-py3-none-any.whl", hash = "sha256:8f18ee1c07e00597f6703d1702124ad27ceec1bcff742c7e5172ca7de99bc2a7"}, - {file = "port_ocean-0.13.0.tar.gz", hash = "sha256:0b4a0c964d7aebe3103ae134d73465fc5e04f345b5f296798b4709251168ef7c"}, + {file = "port_ocean-0.13.1-py3-none-any.whl", hash = "sha256:ece8b0e068b5e025e06f2d997fdd7c79c608af569e117dd78e08087713893045"}, + {file = "port_ocean-0.13.1.tar.gz", hash = "sha256:0a218897efe38f6f0c06687a866878d2e14bc39ab6dedf43ecc589e16c50dcf4"}, ] [package.dependencies] @@ -1660,4 +1660,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "dc865cb3570962176fc4cfdf8f037f2ba13cee19b2c075b38e429cc5a75bfcca" +content-hash = "43c30130762cf06553bfd69b6333726f7fd7564e1c91b2a6078d3ec0ce160940" diff --git a/integrations/wiz/pyproject.toml b/integrations/wiz/pyproject.toml index 40e3bb4db3..6433916a45 100644 --- a/integrations/wiz/pyproject.toml +++ b/integrations/wiz/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "wiz" -version = "0.1.70" +version = "0.1.71" description = "Wiz Port integration in Ocean" authors = ["Albert Luganga "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.13.0", extras = ["cli"]} +port_ocean = {version = "^0.13.1", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration