diff --git a/integrations/argocd/CHANGELOG.md b/integrations/argocd/CHANGELOG.md index ed87739b9e..51e43ca395 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.108 (2024-12-10) + + +### Improvements + +- Bumped ocean version to ^0.14.7 + + ## 0.1.107 (2024-12-04) diff --git a/integrations/argocd/poetry.lock b/integrations/argocd/poetry.lock index 77b3435314..9adef70c41 100644 --- a/integrations/argocd/poetry.lock +++ b/integrations/argocd/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiostream" @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.14.6" +version = "0.14.7" 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.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, - {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, + {file = "port_ocean-0.14.7-py3-none-any.whl", hash = "sha256:a3fa54bddd7f276d452f1c191357e1b554b674172444cfd3e5ff5c35df08aa0d"}, + {file = "port_ocean-0.14.7.tar.gz", hash = "sha256:7be60f05a152d99dffd40715e101107d983d56ca3729dd0d3c1ae04cd562a195"}, ] [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 = "70a1bf91eb76f0a747657381cd7ddcdbe48b26d39b0f0344b78620f41baf3127" +content-hash = "586f052e8b8bfefa220a41d6f35c0542faf96e132a3ffe9b3aed926b30c7ea7d" diff --git a/integrations/argocd/pyproject.toml b/integrations/argocd/pyproject.toml index 2706fd5d8c..9cb1822bd7 100644 --- a/integrations/argocd/pyproject.toml +++ b/integrations/argocd/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "argocd" -version = "0.1.107" +version = "0.1.108" description = "Argo CD integration powered by Ocean" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.14.6", extras = ["cli"]} +port_ocean = {version = "^0.14.7", 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 80724fefbd..e19ed395b1 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.67 (2024-12-10) + + +### Improvements + +- Bumped ocean version to ^0.14.7 + + ## 0.2.66 (2024-12-04) diff --git a/integrations/aws/poetry.lock b/integrations/aws/poetry.lock index ee88853844..854da95b8b 100644 --- a/integrations/aws/poetry.lock +++ b/integrations/aws/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aioboto3" @@ -2284,13 +2284,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.14.6" +version = "0.14.7" 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.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, - {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, + {file = "port_ocean-0.14.7-py3-none-any.whl", hash = "sha256:a3fa54bddd7f276d452f1c191357e1b554b674172444cfd3e5ff5c35df08aa0d"}, + {file = "port_ocean-0.14.7.tar.gz", hash = "sha256:7be60f05a152d99dffd40715e101107d983d56ca3729dd0d3c1ae04cd562a195"}, ] [package.dependencies] @@ -4046,4 +4046,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "d56225fdf50604a6702654e1f94b54a91bf552201102901c90d0bbcdb81e7a7e" +content-hash = "df81558cd0c485995dda0453a2b027ef31d8911bd69789486cfca868c3fb6fd4" diff --git a/integrations/aws/pyproject.toml b/integrations/aws/pyproject.toml index 5376a7ec96..52fb11c63c 100644 --- a/integrations/aws/pyproject.toml +++ b/integrations/aws/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "aws" -version = "0.2.66" +version = "0.2.67" 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.14.6", extras = ["cli"]} +port_ocean = {version = "^0.14.7", 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 0aa8c720e4..f3d25c5320 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.90 (2024-12-10) + + +### Improvements + +- Bumped ocean version to ^0.14.7 + + ## 0.1.89 (2024-12-04) diff --git a/integrations/azure-devops/poetry.lock b/integrations/azure-devops/poetry.lock index cb65389bb0..0ea675f7c5 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.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiostream" @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.14.6" +version = "0.14.7" 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.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, - {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, + {file = "port_ocean-0.14.7-py3-none-any.whl", hash = "sha256:a3fa54bddd7f276d452f1c191357e1b554b674172444cfd3e5ff5c35df08aa0d"}, + {file = "port_ocean-0.14.7.tar.gz", hash = "sha256:7be60f05a152d99dffd40715e101107d983d56ca3729dd0d3c1ae04cd562a195"}, ] [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 = "cf23324db82dbbae827651559c7a313cdbf16661179c5d45cc1044a2de51acbc" +content-hash = "6cd19bccda5a597e2ef35a677821a94de8acf93f8fc158687f2ab2e20679f78b" diff --git a/integrations/azure-devops/pyproject.toml b/integrations/azure-devops/pyproject.toml index 0598f52b86..9799877b55 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.89" +version = "0.1.90" description = "An Azure Devops Ocean integration" authors = ["Matan Geva "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.14.6", extras = ["cli"]} +port_ocean = {version = "^0.14.7", 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 412a254f12..68f9d7fe38 100644 --- a/integrations/azure/CHANGELOG.md +++ b/integrations/azure/CHANGELOG.md @@ -1,3 +1,10 @@ +0.1.111 (2024-12-10) + +### Improvements + +- Bumped ocean version to ^0.14.7 + + 0.1.110 (2024-12-04) ### Improvements diff --git a/integrations/azure/poetry.lock b/integrations/azure/poetry.lock index e90723ec29..3e6865e8e6 100644 --- a/integrations/azure/poetry.lock +++ b/integrations/azure/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -1589,13 +1589,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.14.6" +version = "0.14.7" 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.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, - {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, + {file = "port_ocean-0.14.7-py3-none-any.whl", hash = "sha256:a3fa54bddd7f276d452f1c191357e1b554b674172444cfd3e5ff5c35df08aa0d"}, + {file = "port_ocean-0.14.7.tar.gz", hash = "sha256:7be60f05a152d99dffd40715e101107d983d56ca3729dd0d3c1ae04cd562a195"}, ] [package.dependencies] @@ -2495,4 +2495,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "01ac02ed44a2fea9cd25c8df76feb8ab1135dcbc1b7d00c7bb10883e224d5d53" +content-hash = "c978a62740d75dc1ccc4e45740611746c5b7e0e904f09518a5b75cfdefcd6437" diff --git a/integrations/azure/pyproject.toml b/integrations/azure/pyproject.toml index e2ffd72e4c..e773f6a529 100644 --- a/integrations/azure/pyproject.toml +++ b/integrations/azure/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "azure" -version = "0.1.110" +version = "0.1.111" description = "Azure integration" authors = ["Tom Tankilevitch "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.14.6", extras = ["cli"]} +port_ocean = {version = "^0.14.7", extras = ["cli"]} # due to patching the azure-mgmt-resource package, we need to use a specific version azure-mgmt-resource = "23.2.0" azure-identity = "^1.13.0" diff --git a/integrations/backstage/CHANGELOG.md b/integrations/backstage/CHANGELOG.md index 3940a74d65..4edb9a6735 100644 --- a/integrations/backstage/CHANGELOG.md +++ b/integrations/backstage/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.1.15-beta (2024-12-10) + + +### Improvements + +- Bumped ocean version to ^0.14.7 + + ## 0.1.14-beta (2024-12-04) diff --git a/integrations/backstage/poetry.lock b/integrations/backstage/poetry.lock index cda7fa7a90..0c58df2c79 100644 --- a/integrations/backstage/poetry.lock +++ b/integrations/backstage/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiostream" @@ -913,13 +913,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.14.6" +version = "0.14.7" 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.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, - {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, + {file = "port_ocean-0.14.7-py3-none-any.whl", hash = "sha256:a3fa54bddd7f276d452f1c191357e1b554b674172444cfd3e5ff5c35df08aa0d"}, + {file = "port_ocean-0.14.7.tar.gz", hash = "sha256:7be60f05a152d99dffd40715e101107d983d56ca3729dd0d3c1ae04cd562a195"}, ] [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 = "703a738a518741324a309142a9e83d52217536e8ccb3a34d410ccde935d039d9" +content-hash = "d4b4fb5e066762cc5840f8f7ea27a104efc25058c3d8d278c79d1396bddbd21e" diff --git a/integrations/backstage/pyproject.toml b/integrations/backstage/pyproject.toml index 6369ae80e6..f72cb4598f 100644 --- a/integrations/backstage/pyproject.toml +++ b/integrations/backstage/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "backstage" -version = "0.1.14-beta" +version = "0.1.15-beta" description = "Importing resources from Backstage IDP" authors = ["Roi Talpaz "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.14.6", extras = ["cli"]} +port_ocean = {version = "^0.14.7", 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 95450013bb..2351d43244 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.63 (2024-12-10) + + +### Improvements + +- Bumped ocean version to ^0.14.7 + + ## 0.1.62 (2024-12-04) diff --git a/integrations/datadog/poetry.lock b/integrations/datadog/poetry.lock index e3d227a622..5b8e84174c 100644 --- a/integrations/datadog/poetry.lock +++ b/integrations/datadog/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiostream" @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.14.6" +version = "0.14.7" 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.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, - {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, + {file = "port_ocean-0.14.7-py3-none-any.whl", hash = "sha256:a3fa54bddd7f276d452f1c191357e1b554b674172444cfd3e5ff5c35df08aa0d"}, + {file = "port_ocean-0.14.7.tar.gz", hash = "sha256:7be60f05a152d99dffd40715e101107d983d56ca3729dd0d3c1ae04cd562a195"}, ] [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 = "255773615d1e62f8af10ca5829b8aeec16142bada24c2d31d490f467262c29d4" +content-hash = "203aa0deb2310f08ac075bc4cda5b1e15ed730d5f828b638781321dab92670c6" diff --git a/integrations/datadog/pyproject.toml b/integrations/datadog/pyproject.toml index 22da0a45c2..08ceef263c 100644 --- a/integrations/datadog/pyproject.toml +++ b/integrations/datadog/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "datadog" -version = "0.1.62" +version = "0.1.63" description = "Datadog Ocean Integration" authors = ["Albert Luganga "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.14.6", extras = ["cli"]} +port_ocean = {version = "^0.14.7", extras = ["cli"]} loguru = "^0.7.2" [tool.poetry.group.dev.dependencies] diff --git a/integrations/dynatrace/CHANGELOG.md b/integrations/dynatrace/CHANGELOG.md index a9fdbeac67..76f55afdd4 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.73 (2024-12-10) + + +### Improvements + +- Bumped ocean version to ^0.14.7 + + ## 0.1.72 (2024-12-04) diff --git a/integrations/dynatrace/poetry.lock b/integrations/dynatrace/poetry.lock index 77b3435314..9adef70c41 100644 --- a/integrations/dynatrace/poetry.lock +++ b/integrations/dynatrace/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiostream" @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.14.6" +version = "0.14.7" 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.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, - {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, + {file = "port_ocean-0.14.7-py3-none-any.whl", hash = "sha256:a3fa54bddd7f276d452f1c191357e1b554b674172444cfd3e5ff5c35df08aa0d"}, + {file = "port_ocean-0.14.7.tar.gz", hash = "sha256:7be60f05a152d99dffd40715e101107d983d56ca3729dd0d3c1ae04cd562a195"}, ] [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 = "70a1bf91eb76f0a747657381cd7ddcdbe48b26d39b0f0344b78620f41baf3127" +content-hash = "586f052e8b8bfefa220a41d6f35c0542faf96e132a3ffe9b3aed926b30c7ea7d" diff --git a/integrations/dynatrace/pyproject.toml b/integrations/dynatrace/pyproject.toml index 1678e45b2d..421748eee3 100644 --- a/integrations/dynatrace/pyproject.toml +++ b/integrations/dynatrace/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "dynatrace" -version = "0.1.72" +version = "0.1.73" description = "An integration used to import Dynatrace resources into Port" authors = ["Ayodeji Adeoti <>"] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.14.6", extras = ["cli"]} +port_ocean = {version = "^0.14.7", 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 7ace1e84ed..d330e2e13a 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.23-dev (2024-12-10) + + +### Improvements + +- Bumped ocean version to ^0.14.7 + + ## 0.1.22-dev (2024-12-04) diff --git a/integrations/fake-integration/poetry.lock b/integrations/fake-integration/poetry.lock index 93f85f16ab..f371a60735 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.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiostream" @@ -1168,13 +1168,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.14.6" +version = "0.14.7" 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.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, - {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, + {file = "port_ocean-0.14.7-py3-none-any.whl", hash = "sha256:a3fa54bddd7f276d452f1c191357e1b554b674172444cfd3e5ff5c35df08aa0d"}, + {file = "port_ocean-0.14.7.tar.gz", hash = "sha256:7be60f05a152d99dffd40715e101107d983d56ca3729dd0d3c1ae04cd562a195"}, ] [package.dependencies] @@ -1903,4 +1903,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "a5e8ee606ec63167bc73e28f25512853ce344b6dd044d334a8203f5b6a1293f8" +content-hash = "943745e6173b3604afd6aca92c641366770539cff107ceb3c50866f5d6224355" diff --git a/integrations/fake-integration/pyproject.toml b/integrations/fake-integration/pyproject.toml index 764081ab58..c4e4bc6baa 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.22-dev" +version = "0.1.23-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.14.6", extras = ["cli"]} +port_ocean = {version = "^0.14.7", extras = ["cli"]} faker = "^28.0.0" [tool.poetry.group.dev.dependencies] diff --git a/integrations/firehydrant/CHANGELOG.md b/integrations/firehydrant/CHANGELOG.md index 276d7d9883..6a4df3d119 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.95 (2024-12-10) + + +### Improvements + +- Bumped ocean version to ^0.14.7 + + ## 0.1.94 (2024-12-04) diff --git a/integrations/firehydrant/poetry.lock b/integrations/firehydrant/poetry.lock index 77b3435314..9adef70c41 100644 --- a/integrations/firehydrant/poetry.lock +++ b/integrations/firehydrant/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiostream" @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.14.6" +version = "0.14.7" 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.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, - {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, + {file = "port_ocean-0.14.7-py3-none-any.whl", hash = "sha256:a3fa54bddd7f276d452f1c191357e1b554b674172444cfd3e5ff5c35df08aa0d"}, + {file = "port_ocean-0.14.7.tar.gz", hash = "sha256:7be60f05a152d99dffd40715e101107d983d56ca3729dd0d3c1ae04cd562a195"}, ] [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 = "70a1bf91eb76f0a747657381cd7ddcdbe48b26d39b0f0344b78620f41baf3127" +content-hash = "586f052e8b8bfefa220a41d6f35c0542faf96e132a3ffe9b3aed926b30c7ea7d" diff --git a/integrations/firehydrant/pyproject.toml b/integrations/firehydrant/pyproject.toml index 6a5e8f4ff5..d2f354030f 100644 --- a/integrations/firehydrant/pyproject.toml +++ b/integrations/firehydrant/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "firehydrant" -version = "0.1.94" +version = "0.1.95" description = "FireHydrant Integration Powered by Ocean" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.14.6", extras = ["cli"]} +port_ocean = {version = "^0.14.7", 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 d63882c3ab..bb44f842c5 100644 --- a/integrations/gcp/CHANGELOG.md +++ b/integrations/gcp/CHANGELOG.md @@ -7,11 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 + ## 0.1.76 (2024-12-09) ### Improvements +- Bumped ocean version to ^0.14.7 - Added `preserveApiResponseCaseStyle` selector to optionally convert resource fields to and from `snake_case` and `camelCase` for non-cloud asset APIs. diff --git a/integrations/gcp/poetry.lock b/integrations/gcp/poetry.lock index afe5b77940..9c8b9a3661 100644 --- a/integrations/gcp/poetry.lock +++ b/integrations/gcp/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiolimiter" @@ -1460,13 +1460,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.14.6" +version = "0.14.7" 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.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, - {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, + {file = "port_ocean-0.14.7-py3-none-any.whl", hash = "sha256:a3fa54bddd7f276d452f1c191357e1b554b674172444cfd3e5ff5c35df08aa0d"}, + {file = "port_ocean-0.14.7.tar.gz", hash = "sha256:7be60f05a152d99dffd40715e101107d983d56ca3729dd0d3c1ae04cd562a195"}, ] [package.dependencies] @@ -2267,4 +2267,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "c79b12b2c66015be8d690ad504046e666871d6798e87120095eaa405b2d303b4" +content-hash = "914f55f5d9a94bed89b8b4b5a04ddba76a7dd095815666407d430ab224943160" diff --git a/integrations/gcp/pyproject.toml b/integrations/gcp/pyproject.toml index 925143f5c3..53edcbd23e 100644 --- a/integrations/gcp/pyproject.toml +++ b/integrations/gcp/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Matan Geva "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.14.6", extras = ["cli"]} +port_ocean = {version = "^0.14.7", 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 62b561b228..f8549d9bb4 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.147 (2024-12-10) +==================== + +### Improvements + +- Bumped ocean version to ^0.14.7 + + 0.1.146 (2024-12-04) ==================== diff --git a/integrations/gitlab/poetry.lock b/integrations/gitlab/poetry.lock index 66d2deec1c..90c97deb67 100644 --- a/integrations/gitlab/poetry.lock +++ b/integrations/gitlab/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiofiles" @@ -1128,13 +1128,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.14.6" +version = "0.14.7" 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.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, - {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, + {file = "port_ocean-0.14.7-py3-none-any.whl", hash = "sha256:a3fa54bddd7f276d452f1c191357e1b554b674172444cfd3e5ff5c35df08aa0d"}, + {file = "port_ocean-0.14.7.tar.gz", hash = "sha256:7be60f05a152d99dffd40715e101107d983d56ca3729dd0d3c1ae04cd562a195"}, ] [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 = "db9fbf31b79df8b3c3a6d034f44760a53468e43cd7dec34b4b7016f28d95b514" +content-hash = "8400421f35eeecaf4bb405614ae44a9272cdce68590f9ce091cc3466ba9226f2" diff --git a/integrations/gitlab/pyproject.toml b/integrations/gitlab/pyproject.toml index e0cea22a7e..36f49af75b 100644 --- a/integrations/gitlab/pyproject.toml +++ b/integrations/gitlab/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gitlab" -version = "0.1.146" +version = "0.1.147" 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.14.6", extras = ["cli"]} +port_ocean = {version = "^0.14.7", 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 b009bcce96..7b78fd90e6 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.78 (2024-12-10) + + +### Improvements + +- Bumped ocean version to ^0.14.7 + + ## 0.1.77 (2024-12-04) diff --git a/integrations/jenkins/poetry.lock b/integrations/jenkins/poetry.lock index f784685d37..03841e0158 100644 --- a/integrations/jenkins/poetry.lock +++ b/integrations/jenkins/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiostream" @@ -1052,13 +1052,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.14.6" +version = "0.14.7" 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.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, - {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, + {file = "port_ocean-0.14.7-py3-none-any.whl", hash = "sha256:a3fa54bddd7f276d452f1c191357e1b554b674172444cfd3e5ff5c35df08aa0d"}, + {file = "port_ocean-0.14.7.tar.gz", hash = "sha256:7be60f05a152d99dffd40715e101107d983d56ca3729dd0d3c1ae04cd562a195"}, ] [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 = "45c54b982c0dd7bab68ebfcec334ec7cfd8ff8f406298931fa2eb9a9430cfdf0" +content-hash = "c628c02c10d190bbfab52040c07cda1a60664667e340c94b39ed87f0fd13fa42" diff --git a/integrations/jenkins/pyproject.toml b/integrations/jenkins/pyproject.toml index f888095260..1dd5c3a0ad 100644 --- a/integrations/jenkins/pyproject.toml +++ b/integrations/jenkins/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "jenkins" -version = "0.1.77" +version = "0.1.78" description = "Jenkins Integration to Port Ocean" authors = ["Albert Luganga "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.14.6", extras = ["cli"]} +port_ocean = {version = "^0.14.7", 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 eea710cbf3..4f0e489da8 100644 --- a/integrations/jira/CHANGELOG.md +++ b/integrations/jira/CHANGELOG.md @@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## 0.2.2 (2024-12-10) + + +### Improvements + +- Bumped ocean version to ^0.14.7 + + ## 0.2.1 (2024-12-05) diff --git a/integrations/jira/poetry.lock b/integrations/jira/poetry.lock index a0713d4dc9..b9b5ce57c6 100644 --- a/integrations/jira/poetry.lock +++ b/integrations/jira/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiostream" @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.14.6" +version = "0.14.7" 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.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, - {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, + {file = "port_ocean-0.14.7-py3-none-any.whl", hash = "sha256:a3fa54bddd7f276d452f1c191357e1b554b674172444cfd3e5ff5c35df08aa0d"}, + {file = "port_ocean-0.14.7.tar.gz", hash = "sha256:7be60f05a152d99dffd40715e101107d983d56ca3729dd0d3c1ae04cd562a195"}, ] [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 = "3d9a9428dc34874e0b99f72e99a56cf7b02d0d7bd5d5543906c1f13b747531aa" +content-hash = "d16ba33bd6e00c85aa77414f36dce89c6f6c56fed158f7dbe9be7ae7975bc5bb" diff --git a/integrations/jira/pyproject.toml b/integrations/jira/pyproject.toml index 9f78f81021..bcefcef2fa 100644 --- a/integrations/jira/pyproject.toml +++ b/integrations/jira/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "jira" -version = "0.2.1" +version = "0.2.2" description = "Integration to bring information from Jira into Port" authors = ["Mor Paz "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.14.6", extras = ["cli"]} +port_ocean = {version = "^0.14.7", extras = ["cli"]} httpx = "^0.27.0" [tool.poetry.group.dev.dependencies] diff --git a/integrations/kafka/CHANGELOG.md b/integrations/kafka/CHANGELOG.md index 714df1830d..67681a7d1c 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.94 (2024-12-10) + + +### Improvements + +- Bumped ocean version to ^0.14.7 + + ## 0.1.93 (2024-12-04) diff --git a/integrations/kafka/poetry.lock b/integrations/kafka/poetry.lock index e5f374ab5b..8706c10bd2 100644 --- a/integrations/kafka/poetry.lock +++ b/integrations/kafka/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiostream" @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.14.6" +version = "0.14.7" 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.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, - {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, + {file = "port_ocean-0.14.7-py3-none-any.whl", hash = "sha256:a3fa54bddd7f276d452f1c191357e1b554b674172444cfd3e5ff5c35df08aa0d"}, + {file = "port_ocean-0.14.7.tar.gz", hash = "sha256:7be60f05a152d99dffd40715e101107d983d56ca3729dd0d3c1ae04cd562a195"}, ] [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 = "fe63c6275dd2fee6f4d1e6d1c0bc7ae27b34ebd553e7e31f9041560c504cd273" +content-hash = "e0ce1c03d6324de783e60ed9372d4fb3a8bcd899cc35d698b878ec27e6100a56" diff --git a/integrations/kafka/pyproject.toml b/integrations/kafka/pyproject.toml index 4f3560ddf1..3559551bbc 100644 --- a/integrations/kafka/pyproject.toml +++ b/integrations/kafka/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "kafka" -version = "0.1.93" +version = "0.1.94" 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.14.6", extras = ["cli"]} +port_ocean = {version = "^0.14.7", 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 6be3fcc278..37bcf52895 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.99 (2024-12-10) + + +### Improvements + +- Bumped ocean version to ^0.14.7 + + ## 0.1.98 (2024-12-04) diff --git a/integrations/kubecost/poetry.lock b/integrations/kubecost/poetry.lock index 77b3435314..9adef70c41 100644 --- a/integrations/kubecost/poetry.lock +++ b/integrations/kubecost/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiostream" @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.14.6" +version = "0.14.7" 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.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, - {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, + {file = "port_ocean-0.14.7-py3-none-any.whl", hash = "sha256:a3fa54bddd7f276d452f1c191357e1b554b674172444cfd3e5ff5c35df08aa0d"}, + {file = "port_ocean-0.14.7.tar.gz", hash = "sha256:7be60f05a152d99dffd40715e101107d983d56ca3729dd0d3c1ae04cd562a195"}, ] [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 = "70a1bf91eb76f0a747657381cd7ddcdbe48b26d39b0f0344b78620f41baf3127" +content-hash = "586f052e8b8bfefa220a41d6f35c0542faf96e132a3ffe9b3aed926b30c7ea7d" diff --git a/integrations/kubecost/pyproject.toml b/integrations/kubecost/pyproject.toml index f0f9b5049d..ccaad6533c 100644 --- a/integrations/kubecost/pyproject.toml +++ b/integrations/kubecost/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "kubecost" -version = "0.1.98" +version = "0.1.99" description = "Kubecost integration powered by Ocean" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.14.6", extras = ["cli"]} +port_ocean = {version = "^0.14.7", 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 628e2ec821..cdd1601d65 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.71 (2024-12-10) + + +### Improvements + +- Bumped ocean version to ^0.14.7 + + ## 0.1.70 (2024-12-04) diff --git a/integrations/launchdarkly/poetry.lock b/integrations/launchdarkly/poetry.lock index 77b3435314..9adef70c41 100644 --- a/integrations/launchdarkly/poetry.lock +++ b/integrations/launchdarkly/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiostream" @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.14.6" +version = "0.14.7" 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.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, - {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, + {file = "port_ocean-0.14.7-py3-none-any.whl", hash = "sha256:a3fa54bddd7f276d452f1c191357e1b554b674172444cfd3e5ff5c35df08aa0d"}, + {file = "port_ocean-0.14.7.tar.gz", hash = "sha256:7be60f05a152d99dffd40715e101107d983d56ca3729dd0d3c1ae04cd562a195"}, ] [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 = "70a1bf91eb76f0a747657381cd7ddcdbe48b26d39b0f0344b78620f41baf3127" +content-hash = "586f052e8b8bfefa220a41d6f35c0542faf96e132a3ffe9b3aed926b30c7ea7d" diff --git a/integrations/launchdarkly/pyproject.toml b/integrations/launchdarkly/pyproject.toml index 4b049095f1..e55106ed41 100644 --- a/integrations/launchdarkly/pyproject.toml +++ b/integrations/launchdarkly/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "launchdarkly" -version = "0.1.70" +version = "0.1.71" description = "Launchdarkly integration for Port" authors = ["Michael Armah "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.14.6", extras = ["cli"]} +port_ocean = {version = "^0.14.7", 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 4df0afdd32..48f980bcab 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.57 (2024-12-10) + + +### Improvements + +- Bumped ocean version to ^0.14.7 + + ## 0.1.56 (2024-12-04) diff --git a/integrations/linear/poetry.lock b/integrations/linear/poetry.lock index 77b3435314..9adef70c41 100644 --- a/integrations/linear/poetry.lock +++ b/integrations/linear/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiostream" @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.14.6" +version = "0.14.7" 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.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, - {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, + {file = "port_ocean-0.14.7-py3-none-any.whl", hash = "sha256:a3fa54bddd7f276d452f1c191357e1b554b674172444cfd3e5ff5c35df08aa0d"}, + {file = "port_ocean-0.14.7.tar.gz", hash = "sha256:7be60f05a152d99dffd40715e101107d983d56ca3729dd0d3c1ae04cd562a195"}, ] [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 = "70a1bf91eb76f0a747657381cd7ddcdbe48b26d39b0f0344b78620f41baf3127" +content-hash = "586f052e8b8bfefa220a41d6f35c0542faf96e132a3ffe9b3aed926b30c7ea7d" diff --git a/integrations/linear/pyproject.toml b/integrations/linear/pyproject.toml index b5f978a9e5..cdd851baa7 100644 --- a/integrations/linear/pyproject.toml +++ b/integrations/linear/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "linear" -version = "0.1.56" +version = "0.1.57" description = "Integration to bring information from Linear into Port" authors = ["Mor Paz "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.14.6", extras = ["cli"]} +port_ocean = {version = "^0.14.7", 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 13a021644e..81a76865a1 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.104 (2024-12-10) + + +### Improvements + +- Bumped ocean version to ^0.14.7 + + ## 0.1.103 (2024-12-04) diff --git a/integrations/newrelic/poetry.lock b/integrations/newrelic/poetry.lock index a0713d4dc9..b9b5ce57c6 100644 --- a/integrations/newrelic/poetry.lock +++ b/integrations/newrelic/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiostream" @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.14.6" +version = "0.14.7" 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.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, - {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, + {file = "port_ocean-0.14.7-py3-none-any.whl", hash = "sha256:a3fa54bddd7f276d452f1c191357e1b554b674172444cfd3e5ff5c35df08aa0d"}, + {file = "port_ocean-0.14.7.tar.gz", hash = "sha256:7be60f05a152d99dffd40715e101107d983d56ca3729dd0d3c1ae04cd562a195"}, ] [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 = "3d9a9428dc34874e0b99f72e99a56cf7b02d0d7bd5d5543906c1f13b747531aa" +content-hash = "d16ba33bd6e00c85aa77414f36dce89c6f6c56fed158f7dbe9be7ae7975bc5bb" diff --git a/integrations/newrelic/pyproject.toml b/integrations/newrelic/pyproject.toml index ca3a35ce98..cc978aae2e 100644 --- a/integrations/newrelic/pyproject.toml +++ b/integrations/newrelic/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "newrelic" -version = "0.1.103" +version = "0.1.104" description = "New Relic Integration" authors = ["Tom Tankilevitch "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.14.6", extras = ["cli"]} +port_ocean = {version = "^0.14.7", extras = ["cli"]} httpx = "^0.27.0" [tool.poetry.group.dev.dependencies] diff --git a/integrations/octopus/CHANGELOG.md b/integrations/octopus/CHANGELOG.md index 88c70bc130..c0f0285d18 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.31 (2024-12-10) + +### Improvements + +- Bumped ocean version to ^0.14.7 + + # Port_Ocean 0.1.30 (2024-12-04) ### Improvements diff --git a/integrations/octopus/poetry.lock b/integrations/octopus/poetry.lock index 77b3435314..9adef70c41 100644 --- a/integrations/octopus/poetry.lock +++ b/integrations/octopus/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiostream" @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.14.6" +version = "0.14.7" 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.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, - {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, + {file = "port_ocean-0.14.7-py3-none-any.whl", hash = "sha256:a3fa54bddd7f276d452f1c191357e1b554b674172444cfd3e5ff5c35df08aa0d"}, + {file = "port_ocean-0.14.7.tar.gz", hash = "sha256:7be60f05a152d99dffd40715e101107d983d56ca3729dd0d3c1ae04cd562a195"}, ] [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 = "70a1bf91eb76f0a747657381cd7ddcdbe48b26d39b0f0344b78620f41baf3127" +content-hash = "586f052e8b8bfefa220a41d6f35c0542faf96e132a3ffe9b3aed926b30c7ea7d" diff --git a/integrations/octopus/pyproject.toml b/integrations/octopus/pyproject.toml index dd52894a3d..a1014c6635 100644 --- a/integrations/octopus/pyproject.toml +++ b/integrations/octopus/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "octopus" -version = "0.1.30" +version = "0.1.31" description = "This integration ingest data from octopus deploy" authors = ["Adebayo Iyanuoluwa "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.14.6", extras = ["cli"]} +port_ocean = {version = "^0.14.7", 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 5769db6f9b..b8e5455112 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.97 (2024-12-10) + + +### Improvements + +- Bumped ocean version to ^0.14.7 + + ## 0.1.96 (2024-12-04) diff --git a/integrations/opencost/poetry.lock b/integrations/opencost/poetry.lock index 77b3435314..9adef70c41 100644 --- a/integrations/opencost/poetry.lock +++ b/integrations/opencost/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiostream" @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.14.6" +version = "0.14.7" 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.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, - {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, + {file = "port_ocean-0.14.7-py3-none-any.whl", hash = "sha256:a3fa54bddd7f276d452f1c191357e1b554b674172444cfd3e5ff5c35df08aa0d"}, + {file = "port_ocean-0.14.7.tar.gz", hash = "sha256:7be60f05a152d99dffd40715e101107d983d56ca3729dd0d3c1ae04cd562a195"}, ] [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 = "70a1bf91eb76f0a747657381cd7ddcdbe48b26d39b0f0344b78620f41baf3127" +content-hash = "586f052e8b8bfefa220a41d6f35c0542faf96e132a3ffe9b3aed926b30c7ea7d" diff --git a/integrations/opencost/pyproject.toml b/integrations/opencost/pyproject.toml index 4a1c0ae4a9..1b455ab70d 100644 --- a/integrations/opencost/pyproject.toml +++ b/integrations/opencost/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "opencost" -version = "0.1.96" +version = "0.1.97" description = "Ocean integration for OpenCost" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.14.6", extras = ["cli"]} +port_ocean = {version = "^0.14.7", 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 682b51d0eb..b3b57c941a 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.22 (2024-12-10) + + +### Improvements + +- Bumped ocean version to ^0.14.7 + + ## 0.2.21 (2024-12-04) diff --git a/integrations/opsgenie/poetry.lock b/integrations/opsgenie/poetry.lock index 77b3435314..9adef70c41 100644 --- a/integrations/opsgenie/poetry.lock +++ b/integrations/opsgenie/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiostream" @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.14.6" +version = "0.14.7" 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.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, - {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, + {file = "port_ocean-0.14.7-py3-none-any.whl", hash = "sha256:a3fa54bddd7f276d452f1c191357e1b554b674172444cfd3e5ff5c35df08aa0d"}, + {file = "port_ocean-0.14.7.tar.gz", hash = "sha256:7be60f05a152d99dffd40715e101107d983d56ca3729dd0d3c1ae04cd562a195"}, ] [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 = "70a1bf91eb76f0a747657381cd7ddcdbe48b26d39b0f0344b78620f41baf3127" +content-hash = "586f052e8b8bfefa220a41d6f35c0542faf96e132a3ffe9b3aed926b30c7ea7d" diff --git a/integrations/opsgenie/pyproject.toml b/integrations/opsgenie/pyproject.toml index d0760379c1..b5406508fd 100644 --- a/integrations/opsgenie/pyproject.toml +++ b/integrations/opsgenie/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "opsgenie" -version = "0.2.21" +version = "0.2.22" description = "Ocean integration for OpsGenie" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.14.6", extras = ["cli"]} +port_ocean = {version = "^0.14.7", 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 0f5711c100..ae0f871f5b 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.124 (2024-12-10) + + +### Improvements + +- Bumped ocean version to ^0.14.7 + + ## 0.1.123 (2024-12-04) diff --git a/integrations/pagerduty/poetry.lock b/integrations/pagerduty/poetry.lock index a0713d4dc9..b9b5ce57c6 100644 --- a/integrations/pagerduty/poetry.lock +++ b/integrations/pagerduty/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiostream" @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.14.6" +version = "0.14.7" 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.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, - {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, + {file = "port_ocean-0.14.7-py3-none-any.whl", hash = "sha256:a3fa54bddd7f276d452f1c191357e1b554b674172444cfd3e5ff5c35df08aa0d"}, + {file = "port_ocean-0.14.7.tar.gz", hash = "sha256:7be60f05a152d99dffd40715e101107d983d56ca3729dd0d3c1ae04cd562a195"}, ] [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 = "3d9a9428dc34874e0b99f72e99a56cf7b02d0d7bd5d5543906c1f13b747531aa" +content-hash = "d16ba33bd6e00c85aa77414f36dce89c6f6c56fed158f7dbe9be7ae7975bc5bb" diff --git a/integrations/pagerduty/pyproject.toml b/integrations/pagerduty/pyproject.toml index d1ae228885..cb6551277b 100644 --- a/integrations/pagerduty/pyproject.toml +++ b/integrations/pagerduty/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "pagerduty" -version = "0.1.123" +version = "0.1.124" description = "Pagerduty Integration" authors = ["Port Team "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.14.6", extras = ["cli"]} +port_ocean = {version = "^0.14.7", extras = ["cli"]} httpx = "^0.27.0" [tool.poetry.group.dev.dependencies] diff --git a/integrations/sentry/CHANGELOG.md b/integrations/sentry/CHANGELOG.md index 4ba0f4ac08..58250e921b 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.97 (2024-12-10) + + +### Improvements + +- Bumped ocean version to ^0.14.7 + + ## 0.1.96 (2024-12-04) diff --git a/integrations/sentry/poetry.lock b/integrations/sentry/poetry.lock index 77b3435314..9adef70c41 100644 --- a/integrations/sentry/poetry.lock +++ b/integrations/sentry/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiostream" @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.14.6" +version = "0.14.7" 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.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, - {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, + {file = "port_ocean-0.14.7-py3-none-any.whl", hash = "sha256:a3fa54bddd7f276d452f1c191357e1b554b674172444cfd3e5ff5c35df08aa0d"}, + {file = "port_ocean-0.14.7.tar.gz", hash = "sha256:7be60f05a152d99dffd40715e101107d983d56ca3729dd0d3c1ae04cd562a195"}, ] [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 = "70a1bf91eb76f0a747657381cd7ddcdbe48b26d39b0f0344b78620f41baf3127" +content-hash = "586f052e8b8bfefa220a41d6f35c0542faf96e132a3ffe9b3aed926b30c7ea7d" diff --git a/integrations/sentry/pyproject.toml b/integrations/sentry/pyproject.toml index cc9b1745f0..a711155442 100644 --- a/integrations/sentry/pyproject.toml +++ b/integrations/sentry/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "sentry" -version = "0.1.96" +version = "0.1.97" description = "Sentry Integration" authors = ["Dvir Segev ","Matan Geva "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.14.6", extras = ["cli"]} +port_ocean = {version = "^0.14.7", 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 57e6dc70b7..e21d2c3377 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.87 (2024-12-10) + + +### Improvements + +- Bumped ocean version to ^0.14.7 + + ## 0.1.86 (2024-12-04) diff --git a/integrations/servicenow/poetry.lock b/integrations/servicenow/poetry.lock index 77b3435314..9adef70c41 100644 --- a/integrations/servicenow/poetry.lock +++ b/integrations/servicenow/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiostream" @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.14.6" +version = "0.14.7" 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.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, - {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, + {file = "port_ocean-0.14.7-py3-none-any.whl", hash = "sha256:a3fa54bddd7f276d452f1c191357e1b554b674172444cfd3e5ff5c35df08aa0d"}, + {file = "port_ocean-0.14.7.tar.gz", hash = "sha256:7be60f05a152d99dffd40715e101107d983d56ca3729dd0d3c1ae04cd562a195"}, ] [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 = "70a1bf91eb76f0a747657381cd7ddcdbe48b26d39b0f0344b78620f41baf3127" +content-hash = "586f052e8b8bfefa220a41d6f35c0542faf96e132a3ffe9b3aed926b30c7ea7d" diff --git a/integrations/servicenow/pyproject.toml b/integrations/servicenow/pyproject.toml index 0f914fc3e2..2c3a75116e 100644 --- a/integrations/servicenow/pyproject.toml +++ b/integrations/servicenow/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "servicenow" -version = "0.1.86" +version = "0.1.87" description = "Service Now Ocean Integration" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.14.6", extras = ["cli"]} +port_ocean = {version = "^0.14.7", 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 3c40441730..6018d280b5 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.109 (2024-12-10) + + +### Improvements + +- Bumped ocean version to ^0.14.7 + + ## 0.1.108 (2024-12-04) diff --git a/integrations/snyk/poetry.lock b/integrations/snyk/poetry.lock index 4d95a1c8aa..7660e7a353 100644 --- a/integrations/snyk/poetry.lock +++ b/integrations/snyk/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiolimiter" @@ -1052,13 +1052,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.14.6" +version = "0.14.7" 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.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, - {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, + {file = "port_ocean-0.14.7-py3-none-any.whl", hash = "sha256:a3fa54bddd7f276d452f1c191357e1b554b674172444cfd3e5ff5c35df08aa0d"}, + {file = "port_ocean-0.14.7.tar.gz", hash = "sha256:7be60f05a152d99dffd40715e101107d983d56ca3729dd0d3c1ae04cd562a195"}, ] [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 = "048098a5019cdebc95c8ff8731235a3394b9620cdf15f828b99745481db943b6" +content-hash = "2c319162f315ed21594169d0de09d2c707b0babb10d68eb86b76799da5b26aaa" diff --git a/integrations/snyk/pyproject.toml b/integrations/snyk/pyproject.toml index 788946cf3f..37f8fa4b98 100644 --- a/integrations/snyk/pyproject.toml +++ b/integrations/snyk/pyproject.toml @@ -1,13 +1,13 @@ [tool.poetry] name = "snyk" -version = "0.1.108" +version = "0.1.109" description = "Snyk integration powered by Ocean" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.12" aiolimiter = "^1.1.0" -port_ocean = {version = "^0.14.6", extras = ["cli"]} +port_ocean = {version = "^0.14.7", 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 72b6d74036..208669ac58 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.117 (2024-12-10) + + +### Improvements + +- Bumped ocean version to ^0.14.7 + + ## 0.1.116 (2024-12-04) diff --git a/integrations/sonarqube/poetry.lock b/integrations/sonarqube/poetry.lock index f1266220f3..f0bce0b4c7 100644 --- a/integrations/sonarqube/poetry.lock +++ b/integrations/sonarqube/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiostream" @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.14.6" +version = "0.14.7" 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.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, - {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, + {file = "port_ocean-0.14.7-py3-none-any.whl", hash = "sha256:a3fa54bddd7f276d452f1c191357e1b554b674172444cfd3e5ff5c35df08aa0d"}, + {file = "port_ocean-0.14.7.tar.gz", hash = "sha256:7be60f05a152d99dffd40715e101107d983d56ca3729dd0d3c1ae04cd562a195"}, ] [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 = "3ded3502734001690fee7766effba4fc66bb1ef5552d46f0a7cad24e4dc6a1d1" +content-hash = "bd8cb3d4b174abfe341e0f5ee2867485aa319f6dae09054c03e208e41c835779" diff --git a/integrations/sonarqube/pyproject.toml b/integrations/sonarqube/pyproject.toml index df01dafda1..3aa595d7b2 100644 --- a/integrations/sonarqube/pyproject.toml +++ b/integrations/sonarqube/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "sonarqube" -version = "0.1.116" +version = "0.1.117" description = "SonarQube projects and code quality analysis integration" authors = ["Port Team "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.14.6", extras = ["cli"]} +port_ocean = {version = "^0.14.7", extras = ["cli"]} rich = "^13.5.2" cookiecutter = "^2.3.0" diff --git a/integrations/statuspage/CHANGELOG.md b/integrations/statuspage/CHANGELOG.md index e73f471d77..ebc023a6ca 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.46 (2024-12-10) + + +### Improvements + +- Bumped ocean version to ^0.14.7 + + ## 0.1.45 (2024-12-04) diff --git a/integrations/statuspage/poetry.lock b/integrations/statuspage/poetry.lock index 77b3435314..9adef70c41 100644 --- a/integrations/statuspage/poetry.lock +++ b/integrations/statuspage/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiostream" @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.14.6" +version = "0.14.7" 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.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, - {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, + {file = "port_ocean-0.14.7-py3-none-any.whl", hash = "sha256:a3fa54bddd7f276d452f1c191357e1b554b674172444cfd3e5ff5c35df08aa0d"}, + {file = "port_ocean-0.14.7.tar.gz", hash = "sha256:7be60f05a152d99dffd40715e101107d983d56ca3729dd0d3c1ae04cd562a195"}, ] [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 = "70a1bf91eb76f0a747657381cd7ddcdbe48b26d39b0f0344b78620f41baf3127" +content-hash = "586f052e8b8bfefa220a41d6f35c0542faf96e132a3ffe9b3aed926b30c7ea7d" diff --git a/integrations/statuspage/pyproject.toml b/integrations/statuspage/pyproject.toml index 2227053695..586848510b 100644 --- a/integrations/statuspage/pyproject.toml +++ b/integrations/statuspage/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "statuspage" -version = "0.1.45" +version = "0.1.46" 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.14.6", extras = ["cli"]} +port_ocean = {version = "^0.14.7", 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 a559d74474..862bee9697 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.86 (2024-12-10) + + +### Improvements + +- Bumped ocean version to ^0.14.7 + + ## 0.1.85 (2024-12-04) diff --git a/integrations/terraform-cloud/poetry.lock b/integrations/terraform-cloud/poetry.lock index 4d95a1c8aa..7660e7a353 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.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiolimiter" @@ -1052,13 +1052,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.14.6" +version = "0.14.7" 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.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, - {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, + {file = "port_ocean-0.14.7-py3-none-any.whl", hash = "sha256:a3fa54bddd7f276d452f1c191357e1b554b674172444cfd3e5ff5c35df08aa0d"}, + {file = "port_ocean-0.14.7.tar.gz", hash = "sha256:7be60f05a152d99dffd40715e101107d983d56ca3729dd0d3c1ae04cd562a195"}, ] [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 = "048098a5019cdebc95c8ff8731235a3394b9620cdf15f828b99745481db943b6" +content-hash = "2c319162f315ed21594169d0de09d2c707b0babb10d68eb86b76799da5b26aaa" diff --git a/integrations/terraform-cloud/pyproject.toml b/integrations/terraform-cloud/pyproject.toml index ecdcb26335..459c680ad9 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.85" +version = "0.1.86" description = "Terraform Cloud Integration for Port" authors = ["Michael Armah "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.14.6", extras = ["cli"]} +port_ocean = {version = "^0.14.7", extras = ["cli"]} aiolimiter = "^1.1.0" [tool.poetry.group.dev.dependencies] diff --git a/integrations/wiz/CHANGELOG.md b/integrations/wiz/CHANGELOG.md index 9f2ab97945..6a1597ad19 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.78 (2024-12-10) + + +### Improvements + +- Bumped ocean version to ^0.14.7 + + ## 0.1.77 (2024-12-04) diff --git a/integrations/wiz/poetry.lock b/integrations/wiz/poetry.lock index 77b3435314..9adef70c41 100644 --- a/integrations/wiz/poetry.lock +++ b/integrations/wiz/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiostream" @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.14.6" +version = "0.14.7" 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.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, - {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, + {file = "port_ocean-0.14.7-py3-none-any.whl", hash = "sha256:a3fa54bddd7f276d452f1c191357e1b554b674172444cfd3e5ff5c35df08aa0d"}, + {file = "port_ocean-0.14.7.tar.gz", hash = "sha256:7be60f05a152d99dffd40715e101107d983d56ca3729dd0d3c1ae04cd562a195"}, ] [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 = "70a1bf91eb76f0a747657381cd7ddcdbe48b26d39b0f0344b78620f41baf3127" +content-hash = "586f052e8b8bfefa220a41d6f35c0542faf96e132a3ffe9b3aed926b30c7ea7d" diff --git a/integrations/wiz/pyproject.toml b/integrations/wiz/pyproject.toml index 49b2ae6e6f..81963d883b 100644 --- a/integrations/wiz/pyproject.toml +++ b/integrations/wiz/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "wiz" -version = "0.1.77" +version = "0.1.78" description = "Wiz Port integration in Ocean" authors = ["Albert Luganga "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.14.6", extras = ["cli"]} +port_ocean = {version = "^0.14.7", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration