diff --git a/integrations/argocd/CHANGELOG.md b/integrations/argocd/CHANGELOG.md index abfe37a97b..ed87739b9e 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.107 (2024-12-04) + + +### Improvements + +- Bumped ocean version to ^0.14.6 + + ## 0.1.106 (2024-12-04) diff --git a/integrations/argocd/poetry.lock b/integrations/argocd/poetry.lock index 25c37189ab..77b3435314 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.14.5" +version = "0.14.6" 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.5-py3-none-any.whl", hash = "sha256:9f0b0ecd129c3e40a6ba70c65c002205a4a41620c937c92af7b97d388edf8e14"}, - {file = "port_ocean-0.14.5.tar.gz", hash = "sha256:74d7ca2bd2471843e17f20ceb2387fe4cd627d037b40f35af9abdb237e92071e"}, + {file = "port_ocean-0.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, + {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, ] [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 = "14597b7fa21fad28a331c3d71e5002c3a452589a52211a3aceebedf3f5915507" +content-hash = "70a1bf91eb76f0a747657381cd7ddcdbe48b26d39b0f0344b78620f41baf3127" diff --git a/integrations/argocd/pyproject.toml b/integrations/argocd/pyproject.toml index 68a5d26651..2706fd5d8c 100644 --- a/integrations/argocd/pyproject.toml +++ b/integrations/argocd/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "argocd" -version = "0.1.106" +version = "0.1.107" description = "Argo CD integration powered by Ocean" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.14.5", extras = ["cli"]} +port_ocean = {version = "^0.14.6", 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 7e08fdca00..80724fefbd 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.66 (2024-12-04) + + +### Improvements + +- Bumped ocean version to ^0.14.6 + + ## 0.2.65 (2024-12-04) diff --git a/integrations/aws/poetry.lock b/integrations/aws/poetry.lock index bdf208ea91..ee88853844 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.14.5" +version = "0.14.6" 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.5-py3-none-any.whl", hash = "sha256:9f0b0ecd129c3e40a6ba70c65c002205a4a41620c937c92af7b97d388edf8e14"}, - {file = "port_ocean-0.14.5.tar.gz", hash = "sha256:74d7ca2bd2471843e17f20ceb2387fe4cd627d037b40f35af9abdb237e92071e"}, + {file = "port_ocean-0.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, + {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, ] [package.dependencies] @@ -4046,4 +4046,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "649933a127dc64473b7760c2caf331d4d717af11a653b09a0d09223fb657505d" +content-hash = "d56225fdf50604a6702654e1f94b54a91bf552201102901c90d0bbcdb81e7a7e" diff --git a/integrations/aws/pyproject.toml b/integrations/aws/pyproject.toml index 320b3d88c8..5376a7ec96 100644 --- a/integrations/aws/pyproject.toml +++ b/integrations/aws/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "aws" -version = "0.2.65" +version = "0.2.66" 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.5", extras = ["cli"]} +port_ocean = {version = "^0.14.6", 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 01a645225d..0aa8c720e4 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.89 (2024-12-04) + + +### Improvements + +- Bumped ocean version to ^0.14.6 + + ## 0.1.88 (2024-12-04) diff --git a/integrations/azure-devops/poetry.lock b/integrations/azure-devops/poetry.lock index d30033bce3..cb65389bb0 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.14.5" +version = "0.14.6" 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.5-py3-none-any.whl", hash = "sha256:9f0b0ecd129c3e40a6ba70c65c002205a4a41620c937c92af7b97d388edf8e14"}, - {file = "port_ocean-0.14.5.tar.gz", hash = "sha256:74d7ca2bd2471843e17f20ceb2387fe4cd627d037b40f35af9abdb237e92071e"}, + {file = "port_ocean-0.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, + {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, ] [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 = "effa938548693f750208481a1f2a1f991c612ee87ed75949e66e7a7aa688fee2" +content-hash = "cf23324db82dbbae827651559c7a313cdbf16661179c5d45cc1044a2de51acbc" diff --git a/integrations/azure-devops/pyproject.toml b/integrations/azure-devops/pyproject.toml index 92a38a8369..0598f52b86 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.88" +version = "0.1.89" description = "An Azure Devops Ocean integration" authors = ["Matan Geva "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.14.5", extras = ["cli"]} +port_ocean = {version = "^0.14.6", 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 d7f4312bef..412a254f12 100644 --- a/integrations/azure/CHANGELOG.md +++ b/integrations/azure/CHANGELOG.md @@ -1,3 +1,10 @@ +0.1.110 (2024-12-04) + +### Improvements + +- Bumped ocean version to ^0.14.6 + + 0.1.109 (2024-12-04) ### Improvements diff --git a/integrations/azure/poetry.lock b/integrations/azure/poetry.lock index e8a64c7ac4..e90723ec29 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" @@ -1589,13 +1589,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.14.5" +version = "0.14.6" 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.5-py3-none-any.whl", hash = "sha256:9f0b0ecd129c3e40a6ba70c65c002205a4a41620c937c92af7b97d388edf8e14"}, - {file = "port_ocean-0.14.5.tar.gz", hash = "sha256:74d7ca2bd2471843e17f20ceb2387fe4cd627d037b40f35af9abdb237e92071e"}, + {file = "port_ocean-0.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, + {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, ] [package.dependencies] @@ -2495,4 +2495,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "bd78583c7a9a554cd8966050dd8b5734da3b8d7a2c2bcc669075c49ce12e5558" +content-hash = "01ac02ed44a2fea9cd25c8df76feb8ab1135dcbc1b7d00c7bb10883e224d5d53" diff --git a/integrations/azure/pyproject.toml b/integrations/azure/pyproject.toml index 8b9b1605af..e2ffd72e4c 100644 --- a/integrations/azure/pyproject.toml +++ b/integrations/azure/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "azure" -version = "0.1.109" +version = "0.1.110" description = "Azure integration" authors = ["Tom Tankilevitch "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.14.5", extras = ["cli"]} +port_ocean = {version = "^0.14.6", 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 f7a02aa808..3940a74d65 100644 --- a/integrations/backstage/CHANGELOG.md +++ b/integrations/backstage/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.1.14-beta (2024-12-04) + + +### Improvements + +- Bumped ocean version to ^0.14.6 + + ## 0.1.13-beta (2024-12-04) diff --git a/integrations/backstage/poetry.lock b/integrations/backstage/poetry.lock index 35d09176b6..cda7fa7a90 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.14.5" +version = "0.14.6" 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.5-py3-none-any.whl", hash = "sha256:9f0b0ecd129c3e40a6ba70c65c002205a4a41620c937c92af7b97d388edf8e14"}, - {file = "port_ocean-0.14.5.tar.gz", hash = "sha256:74d7ca2bd2471843e17f20ceb2387fe4cd627d037b40f35af9abdb237e92071e"}, + {file = "port_ocean-0.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, + {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, ] [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 = "d0f0d4c39b21ea3c3b0a019cf1cf6335df9b6a85192de3e42d2d07d1e1ab7555" +content-hash = "703a738a518741324a309142a9e83d52217536e8ccb3a34d410ccde935d039d9" diff --git a/integrations/backstage/pyproject.toml b/integrations/backstage/pyproject.toml index 9e55435b70..6369ae80e6 100644 --- a/integrations/backstage/pyproject.toml +++ b/integrations/backstage/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "backstage" -version = "0.1.13-beta" +version = "0.1.14-beta" description = "Importing resources from Backstage IDP" authors = ["Roi Talpaz "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.14.5", extras = ["cli"]} +port_ocean = {version = "^0.14.6", 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 0654ed5eb4..95450013bb 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.62 (2024-12-04) + + +### Improvements + +- Bumped ocean version to ^0.14.6 + + ## 0.1.61 (2024-12-04) ### Improvements diff --git a/integrations/datadog/poetry.lock b/integrations/datadog/poetry.lock index 1152f15ad3..e3d227a622 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.14.5" +version = "0.14.6" 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.5-py3-none-any.whl", hash = "sha256:9f0b0ecd129c3e40a6ba70c65c002205a4a41620c937c92af7b97d388edf8e14"}, - {file = "port_ocean-0.14.5.tar.gz", hash = "sha256:74d7ca2bd2471843e17f20ceb2387fe4cd627d037b40f35af9abdb237e92071e"}, + {file = "port_ocean-0.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, + {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, ] [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 = "35b8e0b5f978c6208a05aed828517f75d8d76dd4ab7e2bbcb8739e5015ee955c" +content-hash = "255773615d1e62f8af10ca5829b8aeec16142bada24c2d31d490f467262c29d4" diff --git a/integrations/datadog/pyproject.toml b/integrations/datadog/pyproject.toml index 57ee25e6bc..22da0a45c2 100644 --- a/integrations/datadog/pyproject.toml +++ b/integrations/datadog/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "datadog" -version = "0.1.61" +version = "0.1.62" description = "Datadog Ocean Integration" authors = ["Albert Luganga "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.14.5", extras = ["cli"]} +port_ocean = {version = "^0.14.6", extras = ["cli"]} loguru = "^0.7.2" [tool.poetry.group.dev.dependencies] diff --git a/integrations/dynatrace/CHANGELOG.md b/integrations/dynatrace/CHANGELOG.md index 1bbe350fba..a9fdbeac67 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.72 (2024-12-04) + + +### Improvements + +- Bumped ocean version to ^0.14.6 + + ## 0.1.71 (2024-12-04) diff --git a/integrations/dynatrace/poetry.lock b/integrations/dynatrace/poetry.lock index 25c37189ab..77b3435314 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.14.5" +version = "0.14.6" 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.5-py3-none-any.whl", hash = "sha256:9f0b0ecd129c3e40a6ba70c65c002205a4a41620c937c92af7b97d388edf8e14"}, - {file = "port_ocean-0.14.5.tar.gz", hash = "sha256:74d7ca2bd2471843e17f20ceb2387fe4cd627d037b40f35af9abdb237e92071e"}, + {file = "port_ocean-0.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, + {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, ] [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 = "14597b7fa21fad28a331c3d71e5002c3a452589a52211a3aceebedf3f5915507" +content-hash = "70a1bf91eb76f0a747657381cd7ddcdbe48b26d39b0f0344b78620f41baf3127" diff --git a/integrations/dynatrace/pyproject.toml b/integrations/dynatrace/pyproject.toml index 137aa58e99..1678e45b2d 100644 --- a/integrations/dynatrace/pyproject.toml +++ b/integrations/dynatrace/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "dynatrace" -version = "0.1.71" +version = "0.1.72" description = "An integration used to import Dynatrace resources into Port" authors = ["Ayodeji Adeoti <>"] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.14.5", extras = ["cli"]} +port_ocean = {version = "^0.14.6", 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 439222f30d..7ace1e84ed 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.22-dev (2024-12-04) + + +### Improvements + +- Bumped ocean version to ^0.14.6 + + ## 0.1.21-dev (2024-12-04) diff --git a/integrations/fake-integration/poetry.lock b/integrations/fake-integration/poetry.lock index cd0cd1f1bf..93f85f16ab 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.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" @@ -1168,13 +1168,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.14.5" +version = "0.14.6" 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.5-py3-none-any.whl", hash = "sha256:9f0b0ecd129c3e40a6ba70c65c002205a4a41620c937c92af7b97d388edf8e14"}, - {file = "port_ocean-0.14.5.tar.gz", hash = "sha256:74d7ca2bd2471843e17f20ceb2387fe4cd627d037b40f35af9abdb237e92071e"}, + {file = "port_ocean-0.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, + {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, ] [package.dependencies] @@ -1903,4 +1903,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "98a9871466e9d654ebf599862c319f1fabd70b5ab0cd15bbe7ec2d09dd096f78" +content-hash = "a5e8ee606ec63167bc73e28f25512853ce344b6dd044d334a8203f5b6a1293f8" diff --git a/integrations/fake-integration/pyproject.toml b/integrations/fake-integration/pyproject.toml index 72c1238f61..764081ab58 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.21-dev" +version = "0.1.22-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.5", extras = ["cli"]} +port_ocean = {version = "^0.14.6", extras = ["cli"]} faker = "^28.0.0" [tool.poetry.group.dev.dependencies] diff --git a/integrations/firehydrant/CHANGELOG.md b/integrations/firehydrant/CHANGELOG.md index 468d11fa32..276d7d9883 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.94 (2024-12-04) + + +### Improvements + +- Bumped ocean version to ^0.14.6 + + ## 0.1.93 (2024-12-04) diff --git a/integrations/firehydrant/poetry.lock b/integrations/firehydrant/poetry.lock index 25c37189ab..77b3435314 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.14.5" +version = "0.14.6" 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.5-py3-none-any.whl", hash = "sha256:9f0b0ecd129c3e40a6ba70c65c002205a4a41620c937c92af7b97d388edf8e14"}, - {file = "port_ocean-0.14.5.tar.gz", hash = "sha256:74d7ca2bd2471843e17f20ceb2387fe4cd627d037b40f35af9abdb237e92071e"}, + {file = "port_ocean-0.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, + {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, ] [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 = "14597b7fa21fad28a331c3d71e5002c3a452589a52211a3aceebedf3f5915507" +content-hash = "70a1bf91eb76f0a747657381cd7ddcdbe48b26d39b0f0344b78620f41baf3127" diff --git a/integrations/firehydrant/pyproject.toml b/integrations/firehydrant/pyproject.toml index 4c79dda8ef..6a5e8f4ff5 100644 --- a/integrations/firehydrant/pyproject.toml +++ b/integrations/firehydrant/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "firehydrant" -version = "0.1.93" +version = "0.1.94" description = "FireHydrant Integration Powered by Ocean" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.14.5", extras = ["cli"]} +port_ocean = {version = "^0.14.6", 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 04922ebb7d..ae999373c6 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.75 (2024-12-04) + + +### Improvements + +- Bumped ocean version to ^0.14.6 + + ## 0.1.74 (2024-12-04) diff --git a/integrations/gcp/poetry.lock b/integrations/gcp/poetry.lock index d0f7899ff9..afe5b77940 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.14.5" +version = "0.14.6" 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.5-py3-none-any.whl", hash = "sha256:9f0b0ecd129c3e40a6ba70c65c002205a4a41620c937c92af7b97d388edf8e14"}, - {file = "port_ocean-0.14.5.tar.gz", hash = "sha256:74d7ca2bd2471843e17f20ceb2387fe4cd627d037b40f35af9abdb237e92071e"}, + {file = "port_ocean-0.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, + {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, ] [package.dependencies] @@ -2267,4 +2267,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "146d7ebdf01b157f09eeb230bfc987ad8e14dd9996df961926e14e60a1544d9f" +content-hash = "c79b12b2c66015be8d690ad504046e666871d6798e87120095eaa405b2d303b4" diff --git a/integrations/gcp/pyproject.toml b/integrations/gcp/pyproject.toml index ae42a22010..9acd006709 100644 --- a/integrations/gcp/pyproject.toml +++ b/integrations/gcp/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "gcp" -version = "0.1.74" +version = "0.1.75" description = "A GCP ocean integration" authors = ["Matan Geva "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.14.5", extras = ["cli"]} +port_ocean = {version = "^0.14.6", 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 12ae41fb86..62b561b228 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.146 (2024-12-04) +==================== + +### Improvements + +- Bumped ocean version to ^0.14.6 + + 0.1.145 (2024-12-04) ==================== diff --git a/integrations/gitlab/poetry.lock b/integrations/gitlab/poetry.lock index aa8d772bb5..66d2deec1c 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.14.5" +version = "0.14.6" 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.5-py3-none-any.whl", hash = "sha256:9f0b0ecd129c3e40a6ba70c65c002205a4a41620c937c92af7b97d388edf8e14"}, - {file = "port_ocean-0.14.5.tar.gz", hash = "sha256:74d7ca2bd2471843e17f20ceb2387fe4cd627d037b40f35af9abdb237e92071e"}, + {file = "port_ocean-0.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, + {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, ] [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 = "be12f44f74dd975d81792a630a3b0169ee383cc9d112f48c6af8658477eeeeb3" +content-hash = "db9fbf31b79df8b3c3a6d034f44760a53468e43cd7dec34b4b7016f28d95b514" diff --git a/integrations/gitlab/pyproject.toml b/integrations/gitlab/pyproject.toml index fb152ce148..e0cea22a7e 100644 --- a/integrations/gitlab/pyproject.toml +++ b/integrations/gitlab/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gitlab" -version = "0.1.145" +version = "0.1.146" 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.5", extras = ["cli"]} +port_ocean = {version = "^0.14.6", 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 53e4fc9bec..b009bcce96 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.77 (2024-12-04) + + +### Improvements + +- Bumped ocean version to ^0.14.6 + + ## 0.1.76 (2024-12-04) diff --git a/integrations/jenkins/poetry.lock b/integrations/jenkins/poetry.lock index 60655c0d9c..f784685d37 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.14.5" +version = "0.14.6" 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.5-py3-none-any.whl", hash = "sha256:9f0b0ecd129c3e40a6ba70c65c002205a4a41620c937c92af7b97d388edf8e14"}, - {file = "port_ocean-0.14.5.tar.gz", hash = "sha256:74d7ca2bd2471843e17f20ceb2387fe4cd627d037b40f35af9abdb237e92071e"}, + {file = "port_ocean-0.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, + {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, ] [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 = "2bc75c7c179354ab73b66783d17e3ac30f66a38f4eeb82989f4f6e04ef0b01dc" +content-hash = "45c54b982c0dd7bab68ebfcec334ec7cfd8ff8f406298931fa2eb9a9430cfdf0" diff --git a/integrations/jenkins/pyproject.toml b/integrations/jenkins/pyproject.toml index 5f33505312..f888095260 100644 --- a/integrations/jenkins/pyproject.toml +++ b/integrations/jenkins/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "jenkins" -version = "0.1.76" +version = "0.1.77" description = "Jenkins Integration to Port Ocean" authors = ["Albert Luganga "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.14.5", extras = ["cli"]} +port_ocean = {version = "^0.14.6", 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 2f78ce366a..cd0804af45 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.105 (2024-12-04) + + +### Improvements + +- Bumped ocean version to ^0.14.6 + + ## 0.1.104 (2024-12-04) diff --git a/integrations/jira/poetry.lock b/integrations/jira/poetry.lock index 459167d0f9..a0713d4dc9 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.14.5" +version = "0.14.6" 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.5-py3-none-any.whl", hash = "sha256:9f0b0ecd129c3e40a6ba70c65c002205a4a41620c937c92af7b97d388edf8e14"}, - {file = "port_ocean-0.14.5.tar.gz", hash = "sha256:74d7ca2bd2471843e17f20ceb2387fe4cd627d037b40f35af9abdb237e92071e"}, + {file = "port_ocean-0.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, + {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, ] [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 = "a9a0de37b0be89068ae4cdf49de9d87ff421be5f185cc456e8f0d6b283d615d8" +content-hash = "3d9a9428dc34874e0b99f72e99a56cf7b02d0d7bd5d5543906c1f13b747531aa" diff --git a/integrations/jira/pyproject.toml b/integrations/jira/pyproject.toml index de1838bd2f..4099c93fa8 100644 --- a/integrations/jira/pyproject.toml +++ b/integrations/jira/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "jira" -version = "0.1.104" +version = "0.1.105" description = "Integration to bring information from Jira into Port" authors = ["Mor Paz "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.14.5", extras = ["cli"]} +port_ocean = {version = "^0.14.6", extras = ["cli"]} httpx = "^0.27.0" [tool.poetry.group.dev.dependencies] diff --git a/integrations/kafka/CHANGELOG.md b/integrations/kafka/CHANGELOG.md index 8c7b8767f8..714df1830d 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.93 (2024-12-04) + + +### Improvements + +- Bumped ocean version to ^0.14.6 + + ## 0.1.92 (2024-12-04) diff --git a/integrations/kafka/poetry.lock b/integrations/kafka/poetry.lock index 009ef4afe5..e5f374ab5b 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.14.5" +version = "0.14.6" 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.5-py3-none-any.whl", hash = "sha256:9f0b0ecd129c3e40a6ba70c65c002205a4a41620c937c92af7b97d388edf8e14"}, - {file = "port_ocean-0.14.5.tar.gz", hash = "sha256:74d7ca2bd2471843e17f20ceb2387fe4cd627d037b40f35af9abdb237e92071e"}, + {file = "port_ocean-0.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, + {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, ] [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 = "3d9b397a3466f1c47e93c38b812a83a561c2ebe6cd7843e0dcede221005cc87c" +content-hash = "fe63c6275dd2fee6f4d1e6d1c0bc7ae27b34ebd553e7e31f9041560c504cd273" diff --git a/integrations/kafka/pyproject.toml b/integrations/kafka/pyproject.toml index 1d42e93137..4f3560ddf1 100644 --- a/integrations/kafka/pyproject.toml +++ b/integrations/kafka/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "kafka" -version = "0.1.92" +version = "0.1.93" 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.5", extras = ["cli"]} +port_ocean = {version = "^0.14.6", 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 8ed04bb4b0..6be3fcc278 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.98 (2024-12-04) + + +### Improvements + +- Bumped ocean version to ^0.14.6 + + ## 0.1.97 (2024-12-04) diff --git a/integrations/kubecost/poetry.lock b/integrations/kubecost/poetry.lock index 25c37189ab..77b3435314 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.14.5" +version = "0.14.6" 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.5-py3-none-any.whl", hash = "sha256:9f0b0ecd129c3e40a6ba70c65c002205a4a41620c937c92af7b97d388edf8e14"}, - {file = "port_ocean-0.14.5.tar.gz", hash = "sha256:74d7ca2bd2471843e17f20ceb2387fe4cd627d037b40f35af9abdb237e92071e"}, + {file = "port_ocean-0.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, + {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, ] [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 = "14597b7fa21fad28a331c3d71e5002c3a452589a52211a3aceebedf3f5915507" +content-hash = "70a1bf91eb76f0a747657381cd7ddcdbe48b26d39b0f0344b78620f41baf3127" diff --git a/integrations/kubecost/pyproject.toml b/integrations/kubecost/pyproject.toml index 19d94e6f77..f0f9b5049d 100644 --- a/integrations/kubecost/pyproject.toml +++ b/integrations/kubecost/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "kubecost" -version = "0.1.97" +version = "0.1.98" description = "Kubecost integration powered by Ocean" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.14.5", extras = ["cli"]} +port_ocean = {version = "^0.14.6", 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 3506ebcbe9..628e2ec821 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.70 (2024-12-04) + + +### Improvements + +- Bumped ocean version to ^0.14.6 + + ## 0.1.69 (2024-12-04) diff --git a/integrations/launchdarkly/poetry.lock b/integrations/launchdarkly/poetry.lock index 25c37189ab..77b3435314 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.14.5" +version = "0.14.6" 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.5-py3-none-any.whl", hash = "sha256:9f0b0ecd129c3e40a6ba70c65c002205a4a41620c937c92af7b97d388edf8e14"}, - {file = "port_ocean-0.14.5.tar.gz", hash = "sha256:74d7ca2bd2471843e17f20ceb2387fe4cd627d037b40f35af9abdb237e92071e"}, + {file = "port_ocean-0.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, + {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, ] [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 = "14597b7fa21fad28a331c3d71e5002c3a452589a52211a3aceebedf3f5915507" +content-hash = "70a1bf91eb76f0a747657381cd7ddcdbe48b26d39b0f0344b78620f41baf3127" diff --git a/integrations/launchdarkly/pyproject.toml b/integrations/launchdarkly/pyproject.toml index 8053a5f101..4b049095f1 100644 --- a/integrations/launchdarkly/pyproject.toml +++ b/integrations/launchdarkly/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "launchdarkly" -version = "0.1.69" +version = "0.1.70" description = "Launchdarkly integration for Port" authors = ["Michael Armah "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.14.5", extras = ["cli"]} +port_ocean = {version = "^0.14.6", 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 818f5a0ba7..4df0afdd32 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.56 (2024-12-04) + + +### Improvements + +- Bumped ocean version to ^0.14.6 + + ## 0.1.55 (2024-12-04) diff --git a/integrations/linear/poetry.lock b/integrations/linear/poetry.lock index 25c37189ab..77b3435314 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.14.5" +version = "0.14.6" 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.5-py3-none-any.whl", hash = "sha256:9f0b0ecd129c3e40a6ba70c65c002205a4a41620c937c92af7b97d388edf8e14"}, - {file = "port_ocean-0.14.5.tar.gz", hash = "sha256:74d7ca2bd2471843e17f20ceb2387fe4cd627d037b40f35af9abdb237e92071e"}, + {file = "port_ocean-0.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, + {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, ] [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 = "14597b7fa21fad28a331c3d71e5002c3a452589a52211a3aceebedf3f5915507" +content-hash = "70a1bf91eb76f0a747657381cd7ddcdbe48b26d39b0f0344b78620f41baf3127" diff --git a/integrations/linear/pyproject.toml b/integrations/linear/pyproject.toml index 52227577d4..b5f978a9e5 100644 --- a/integrations/linear/pyproject.toml +++ b/integrations/linear/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "linear" -version = "0.1.55" +version = "0.1.56" description = "Integration to bring information from Linear into Port" authors = ["Mor Paz "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.14.5", extras = ["cli"]} +port_ocean = {version = "^0.14.6", 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 9567114aeb..13a021644e 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.103 (2024-12-04) + + +### Improvements + +- Bumped ocean version to ^0.14.6 + + ## 0.1.102 (2024-12-04) diff --git a/integrations/newrelic/poetry.lock b/integrations/newrelic/poetry.lock index 459167d0f9..a0713d4dc9 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.14.5" +version = "0.14.6" 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.5-py3-none-any.whl", hash = "sha256:9f0b0ecd129c3e40a6ba70c65c002205a4a41620c937c92af7b97d388edf8e14"}, - {file = "port_ocean-0.14.5.tar.gz", hash = "sha256:74d7ca2bd2471843e17f20ceb2387fe4cd627d037b40f35af9abdb237e92071e"}, + {file = "port_ocean-0.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, + {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, ] [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 = "a9a0de37b0be89068ae4cdf49de9d87ff421be5f185cc456e8f0d6b283d615d8" +content-hash = "3d9a9428dc34874e0b99f72e99a56cf7b02d0d7bd5d5543906c1f13b747531aa" diff --git a/integrations/newrelic/pyproject.toml b/integrations/newrelic/pyproject.toml index 83f3ac3fbf..ca3a35ce98 100644 --- a/integrations/newrelic/pyproject.toml +++ b/integrations/newrelic/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "newrelic" -version = "0.1.102" +version = "0.1.103" description = "New Relic Integration" authors = ["Tom Tankilevitch "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.14.5", extras = ["cli"]} +port_ocean = {version = "^0.14.6", extras = ["cli"]} httpx = "^0.27.0" [tool.poetry.group.dev.dependencies] diff --git a/integrations/octopus/CHANGELOG.md b/integrations/octopus/CHANGELOG.md index 2cec6472d5..88c70bc130 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.30 (2024-12-04) + +### Improvements + +- Bumped ocean version to ^0.14.6 + + # Port_Ocean 0.1.29 (2024-12-04) ### Improvements diff --git a/integrations/octopus/poetry.lock b/integrations/octopus/poetry.lock index 25c37189ab..77b3435314 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.14.5" +version = "0.14.6" 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.5-py3-none-any.whl", hash = "sha256:9f0b0ecd129c3e40a6ba70c65c002205a4a41620c937c92af7b97d388edf8e14"}, - {file = "port_ocean-0.14.5.tar.gz", hash = "sha256:74d7ca2bd2471843e17f20ceb2387fe4cd627d037b40f35af9abdb237e92071e"}, + {file = "port_ocean-0.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, + {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, ] [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 = "14597b7fa21fad28a331c3d71e5002c3a452589a52211a3aceebedf3f5915507" +content-hash = "70a1bf91eb76f0a747657381cd7ddcdbe48b26d39b0f0344b78620f41baf3127" diff --git a/integrations/octopus/pyproject.toml b/integrations/octopus/pyproject.toml index 92e7b169cd..dd52894a3d 100644 --- a/integrations/octopus/pyproject.toml +++ b/integrations/octopus/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "octopus" -version = "0.1.29" +version = "0.1.30" description = "This integration ingest data from octopus deploy" authors = ["Adebayo Iyanuoluwa "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.14.5", extras = ["cli"]} +port_ocean = {version = "^0.14.6", 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 4dfb5e1194..5769db6f9b 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.96 (2024-12-04) + + +### Improvements + +- Bumped ocean version to ^0.14.6 + + ## 0.1.95 (2024-12-04) diff --git a/integrations/opencost/poetry.lock b/integrations/opencost/poetry.lock index 25c37189ab..77b3435314 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.14.5" +version = "0.14.6" 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.5-py3-none-any.whl", hash = "sha256:9f0b0ecd129c3e40a6ba70c65c002205a4a41620c937c92af7b97d388edf8e14"}, - {file = "port_ocean-0.14.5.tar.gz", hash = "sha256:74d7ca2bd2471843e17f20ceb2387fe4cd627d037b40f35af9abdb237e92071e"}, + {file = "port_ocean-0.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, + {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, ] [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 = "14597b7fa21fad28a331c3d71e5002c3a452589a52211a3aceebedf3f5915507" +content-hash = "70a1bf91eb76f0a747657381cd7ddcdbe48b26d39b0f0344b78620f41baf3127" diff --git a/integrations/opencost/pyproject.toml b/integrations/opencost/pyproject.toml index 300cd9766c..4a1c0ae4a9 100644 --- a/integrations/opencost/pyproject.toml +++ b/integrations/opencost/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "opencost" -version = "0.1.95" +version = "0.1.96" description = "Ocean integration for OpenCost" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.14.5", extras = ["cli"]} +port_ocean = {version = "^0.14.6", 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 a663cdfbbc..895f001c5c 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.20 (2024-12-04) + + +### Improvements + +- Bumped ocean version to ^0.14.6 + + ## 0.2.19 (2024-12-04) diff --git a/integrations/opsgenie/poetry.lock b/integrations/opsgenie/poetry.lock index 25c37189ab..77b3435314 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.14.5" +version = "0.14.6" 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.5-py3-none-any.whl", hash = "sha256:9f0b0ecd129c3e40a6ba70c65c002205a4a41620c937c92af7b97d388edf8e14"}, - {file = "port_ocean-0.14.5.tar.gz", hash = "sha256:74d7ca2bd2471843e17f20ceb2387fe4cd627d037b40f35af9abdb237e92071e"}, + {file = "port_ocean-0.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, + {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, ] [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 = "14597b7fa21fad28a331c3d71e5002c3a452589a52211a3aceebedf3f5915507" +content-hash = "70a1bf91eb76f0a747657381cd7ddcdbe48b26d39b0f0344b78620f41baf3127" diff --git a/integrations/opsgenie/pyproject.toml b/integrations/opsgenie/pyproject.toml index 67244bc6b6..2754e837a9 100644 --- a/integrations/opsgenie/pyproject.toml +++ b/integrations/opsgenie/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "opsgenie" -version = "0.2.19" +version = "0.2.20" description = "Ocean integration for OpsGenie" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.14.5", extras = ["cli"]} +port_ocean = {version = "^0.14.6", 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 20410ea66d..0f5711c100 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.123 (2024-12-04) + + +### Improvements + +- Bumped ocean version to ^0.14.6 + + ## 0.1.122 (2024-12-04) diff --git a/integrations/pagerduty/poetry.lock b/integrations/pagerduty/poetry.lock index 459167d0f9..a0713d4dc9 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.14.5" +version = "0.14.6" 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.5-py3-none-any.whl", hash = "sha256:9f0b0ecd129c3e40a6ba70c65c002205a4a41620c937c92af7b97d388edf8e14"}, - {file = "port_ocean-0.14.5.tar.gz", hash = "sha256:74d7ca2bd2471843e17f20ceb2387fe4cd627d037b40f35af9abdb237e92071e"}, + {file = "port_ocean-0.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, + {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, ] [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 = "a9a0de37b0be89068ae4cdf49de9d87ff421be5f185cc456e8f0d6b283d615d8" +content-hash = "3d9a9428dc34874e0b99f72e99a56cf7b02d0d7bd5d5543906c1f13b747531aa" diff --git a/integrations/pagerduty/pyproject.toml b/integrations/pagerduty/pyproject.toml index a06aa40290..d1ae228885 100644 --- a/integrations/pagerduty/pyproject.toml +++ b/integrations/pagerduty/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "pagerduty" -version = "0.1.122" +version = "0.1.123" description = "Pagerduty Integration" authors = ["Port Team "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.14.5", extras = ["cli"]} +port_ocean = {version = "^0.14.6", extras = ["cli"]} httpx = "^0.27.0" [tool.poetry.group.dev.dependencies] diff --git a/integrations/sentry/CHANGELOG.md b/integrations/sentry/CHANGELOG.md index 878fac9db0..4ba0f4ac08 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.96 (2024-12-04) + + +### Improvements + +- Bumped ocean version to ^0.14.6 + + ## 0.1.95 (2024-12-04) diff --git a/integrations/sentry/poetry.lock b/integrations/sentry/poetry.lock index 25c37189ab..77b3435314 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.14.5" +version = "0.14.6" 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.5-py3-none-any.whl", hash = "sha256:9f0b0ecd129c3e40a6ba70c65c002205a4a41620c937c92af7b97d388edf8e14"}, - {file = "port_ocean-0.14.5.tar.gz", hash = "sha256:74d7ca2bd2471843e17f20ceb2387fe4cd627d037b40f35af9abdb237e92071e"}, + {file = "port_ocean-0.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, + {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, ] [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 = "14597b7fa21fad28a331c3d71e5002c3a452589a52211a3aceebedf3f5915507" +content-hash = "70a1bf91eb76f0a747657381cd7ddcdbe48b26d39b0f0344b78620f41baf3127" diff --git a/integrations/sentry/pyproject.toml b/integrations/sentry/pyproject.toml index a220dfe759..cc9b1745f0 100644 --- a/integrations/sentry/pyproject.toml +++ b/integrations/sentry/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "sentry" -version = "0.1.95" +version = "0.1.96" description = "Sentry Integration" authors = ["Dvir Segev ","Matan Geva "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.14.5", extras = ["cli"]} +port_ocean = {version = "^0.14.6", 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 45751fa9f6..57e6dc70b7 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.86 (2024-12-04) + + +### Improvements + +- Bumped ocean version to ^0.14.6 + + ## 0.1.85 (2024-12-04) diff --git a/integrations/servicenow/poetry.lock b/integrations/servicenow/poetry.lock index 25c37189ab..77b3435314 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.14.5" +version = "0.14.6" 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.5-py3-none-any.whl", hash = "sha256:9f0b0ecd129c3e40a6ba70c65c002205a4a41620c937c92af7b97d388edf8e14"}, - {file = "port_ocean-0.14.5.tar.gz", hash = "sha256:74d7ca2bd2471843e17f20ceb2387fe4cd627d037b40f35af9abdb237e92071e"}, + {file = "port_ocean-0.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, + {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, ] [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 = "14597b7fa21fad28a331c3d71e5002c3a452589a52211a3aceebedf3f5915507" +content-hash = "70a1bf91eb76f0a747657381cd7ddcdbe48b26d39b0f0344b78620f41baf3127" diff --git a/integrations/servicenow/pyproject.toml b/integrations/servicenow/pyproject.toml index 705ec944c9..0f914fc3e2 100644 --- a/integrations/servicenow/pyproject.toml +++ b/integrations/servicenow/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "servicenow" -version = "0.1.85" +version = "0.1.86" description = "Service Now Ocean Integration" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.14.5", extras = ["cli"]} +port_ocean = {version = "^0.14.6", 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 991ba538b4..3c40441730 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.108 (2024-12-04) + + +### Improvements + +- Bumped ocean version to ^0.14.6 + + ## 0.1.107 (2024-12-04) diff --git a/integrations/snyk/poetry.lock b/integrations/snyk/poetry.lock index c766768eca..4d95a1c8aa 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 = "aiolimiter" @@ -1052,13 +1052,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.14.5" +version = "0.14.6" 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.5-py3-none-any.whl", hash = "sha256:9f0b0ecd129c3e40a6ba70c65c002205a4a41620c937c92af7b97d388edf8e14"}, - {file = "port_ocean-0.14.5.tar.gz", hash = "sha256:74d7ca2bd2471843e17f20ceb2387fe4cd627d037b40f35af9abdb237e92071e"}, + {file = "port_ocean-0.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, + {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, ] [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 = "e3df368a48ec2368dca9a1c5c36c05bfc2b2a6fd7c01a8a83c2caa016fd18eec" +content-hash = "048098a5019cdebc95c8ff8731235a3394b9620cdf15f828b99745481db943b6" diff --git a/integrations/snyk/pyproject.toml b/integrations/snyk/pyproject.toml index 7f7b66d73f..788946cf3f 100644 --- a/integrations/snyk/pyproject.toml +++ b/integrations/snyk/pyproject.toml @@ -1,13 +1,13 @@ [tool.poetry] name = "snyk" -version = "0.1.107" +version = "0.1.108" description = "Snyk integration powered by Ocean" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.12" aiolimiter = "^1.1.0" -port_ocean = {version = "^0.14.5", extras = ["cli"]} +port_ocean = {version = "^0.14.6", 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 4932e9bf34..72b6d74036 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.116 (2024-12-04) + + +### Improvements + +- Bumped ocean version to ^0.14.6 + + ## 0.1.115 (2024-12-04) diff --git a/integrations/sonarqube/poetry.lock b/integrations/sonarqube/poetry.lock index 205017c94e..f1266220f3 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.14.5" +version = "0.14.6" 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.5-py3-none-any.whl", hash = "sha256:9f0b0ecd129c3e40a6ba70c65c002205a4a41620c937c92af7b97d388edf8e14"}, - {file = "port_ocean-0.14.5.tar.gz", hash = "sha256:74d7ca2bd2471843e17f20ceb2387fe4cd627d037b40f35af9abdb237e92071e"}, + {file = "port_ocean-0.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, + {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, ] [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 = "389ea0b1478d10a495cb4ebd0edcaa4844b8baabe04308581596c17b0265e5dd" +content-hash = "3ded3502734001690fee7766effba4fc66bb1ef5552d46f0a7cad24e4dc6a1d1" diff --git a/integrations/sonarqube/pyproject.toml b/integrations/sonarqube/pyproject.toml index f3bfef633d..df01dafda1 100644 --- a/integrations/sonarqube/pyproject.toml +++ b/integrations/sonarqube/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "sonarqube" -version = "0.1.115" +version = "0.1.116" description = "SonarQube projects and code quality analysis integration" authors = ["Port Team "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.14.5", extras = ["cli"]} +port_ocean = {version = "^0.14.6", extras = ["cli"]} rich = "^13.5.2" cookiecutter = "^2.3.0" diff --git a/integrations/statuspage/CHANGELOG.md b/integrations/statuspage/CHANGELOG.md index 39c7ee5e27..e73f471d77 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.45 (2024-12-04) + + +### Improvements + +- Bumped ocean version to ^0.14.6 + + ## 0.1.44 (2024-12-04) diff --git a/integrations/statuspage/poetry.lock b/integrations/statuspage/poetry.lock index 25c37189ab..77b3435314 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.14.5" +version = "0.14.6" 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.5-py3-none-any.whl", hash = "sha256:9f0b0ecd129c3e40a6ba70c65c002205a4a41620c937c92af7b97d388edf8e14"}, - {file = "port_ocean-0.14.5.tar.gz", hash = "sha256:74d7ca2bd2471843e17f20ceb2387fe4cd627d037b40f35af9abdb237e92071e"}, + {file = "port_ocean-0.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, + {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, ] [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 = "14597b7fa21fad28a331c3d71e5002c3a452589a52211a3aceebedf3f5915507" +content-hash = "70a1bf91eb76f0a747657381cd7ddcdbe48b26d39b0f0344b78620f41baf3127" diff --git a/integrations/statuspage/pyproject.toml b/integrations/statuspage/pyproject.toml index 64dda46d35..2227053695 100644 --- a/integrations/statuspage/pyproject.toml +++ b/integrations/statuspage/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "statuspage" -version = "0.1.44" +version = "0.1.45" 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.5", extras = ["cli"]} +port_ocean = {version = "^0.14.6", 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 71aab79f58..a559d74474 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.85 (2024-12-04) + + +### Improvements + +- Bumped ocean version to ^0.14.6 + + ## 0.1.84 (2024-12-04) diff --git a/integrations/terraform-cloud/poetry.lock b/integrations/terraform-cloud/poetry.lock index c766768eca..4d95a1c8aa 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 = "aiolimiter" @@ -1052,13 +1052,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.14.5" +version = "0.14.6" 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.5-py3-none-any.whl", hash = "sha256:9f0b0ecd129c3e40a6ba70c65c002205a4a41620c937c92af7b97d388edf8e14"}, - {file = "port_ocean-0.14.5.tar.gz", hash = "sha256:74d7ca2bd2471843e17f20ceb2387fe4cd627d037b40f35af9abdb237e92071e"}, + {file = "port_ocean-0.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, + {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, ] [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 = "e3df368a48ec2368dca9a1c5c36c05bfc2b2a6fd7c01a8a83c2caa016fd18eec" +content-hash = "048098a5019cdebc95c8ff8731235a3394b9620cdf15f828b99745481db943b6" diff --git a/integrations/terraform-cloud/pyproject.toml b/integrations/terraform-cloud/pyproject.toml index 688a91cd1f..ecdcb26335 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.84" +version = "0.1.85" description = "Terraform Cloud Integration for Port" authors = ["Michael Armah "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.14.5", extras = ["cli"]} +port_ocean = {version = "^0.14.6", extras = ["cli"]} aiolimiter = "^1.1.0" [tool.poetry.group.dev.dependencies] diff --git a/integrations/wiz/CHANGELOG.md b/integrations/wiz/CHANGELOG.md index 91c888ab80..9f2ab97945 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.77 (2024-12-04) + + +### Improvements + +- Bumped ocean version to ^0.14.6 + + ## 0.1.76 (2024-12-04) diff --git a/integrations/wiz/poetry.lock b/integrations/wiz/poetry.lock index 25c37189ab..77b3435314 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.14.5" +version = "0.14.6" 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.5-py3-none-any.whl", hash = "sha256:9f0b0ecd129c3e40a6ba70c65c002205a4a41620c937c92af7b97d388edf8e14"}, - {file = "port_ocean-0.14.5.tar.gz", hash = "sha256:74d7ca2bd2471843e17f20ceb2387fe4cd627d037b40f35af9abdb237e92071e"}, + {file = "port_ocean-0.14.6-py3-none-any.whl", hash = "sha256:de59ecbf13674e2b4e8255c93f2ddc8e5207dd9e7db3f821a75484ab2d5a693a"}, + {file = "port_ocean-0.14.6.tar.gz", hash = "sha256:81fddaf690592de35a4b1d29da0579d0df2bb853d15e4e1690be18b73efcabea"}, ] [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 = "14597b7fa21fad28a331c3d71e5002c3a452589a52211a3aceebedf3f5915507" +content-hash = "70a1bf91eb76f0a747657381cd7ddcdbe48b26d39b0f0344b78620f41baf3127" diff --git a/integrations/wiz/pyproject.toml b/integrations/wiz/pyproject.toml index bf62d4c06b..49b2ae6e6f 100644 --- a/integrations/wiz/pyproject.toml +++ b/integrations/wiz/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "wiz" -version = "0.1.76" +version = "0.1.77" description = "Wiz Port integration in Ocean" authors = ["Albert Luganga "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.14.5", extras = ["cli"]} +port_ocean = {version = "^0.14.6", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration