diff --git a/integrations/argocd/CHANGELOG.md b/integrations/argocd/CHANGELOG.md index 02b954bea8..f38e1df099 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.120 (2025-01-08) + + +### Improvements + +- Bumped ocean version to ^0.17.6 + + ## 0.1.119 (2025-01-07) diff --git a/integrations/argocd/poetry.lock b/integrations/argocd/poetry.lock index ae8fea2fbc..d2422210e8 100644 --- a/integrations/argocd/poetry.lock +++ b/integrations/argocd/poetry.lock @@ -1082,14 +1082,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.17.5" +version = "0.17.6" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" groups = ["main"] files = [ - {file = "port_ocean-0.17.5-py3-none-any.whl", hash = "sha256:a8f0c7563a1755fed78cd58dc9e9be45a482f9982a8cdd2c42e3255ee30d569b"}, - {file = "port_ocean-0.17.5.tar.gz", hash = "sha256:5dd674effa2b84bb1914e2d1f8563765a0a527fc16fe6fb49f17157958dfe358"}, + {file = "port_ocean-0.17.6-py3-none-any.whl", hash = "sha256:826fecde62ecad0967958481f01cc01a3046e3987ea4c47d4f13329610fcf01d"}, + {file = "port_ocean-0.17.6.tar.gz", hash = "sha256:f5c7cc121b1d7f9c93ab7fa38f3c48047f919f160783a3a63e1c73fa9e98f2fe"}, ] [package.dependencies] @@ -1735,4 +1735,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "a5a4ed2459b892fcc2594214ac7d3e5170c2abf22a76ebdada77e0895623283b" +content-hash = "551408e52d98b2bc1a7f8671322b424fe1d192787713f580255174d6ac0e2bb1" diff --git a/integrations/argocd/pyproject.toml b/integrations/argocd/pyproject.toml index 3b2393e5bf..7160d82766 100644 --- a/integrations/argocd/pyproject.toml +++ b/integrations/argocd/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "argocd" -version = "0.1.119" +version = "0.1.120" description = "Argo CD integration powered by Ocean" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.17.5", extras = ["cli"]} +port_ocean = {version = "^0.17.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 b08f795523..e023b16603 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.80 (2025-01-08) + + +### Improvements + +- Bumped ocean version to ^0.17.6 + + ## 0.2.79 (2025-01-07) diff --git a/integrations/aws/poetry.lock b/integrations/aws/poetry.lock index 4177d50613..79ae33bc9d 100644 --- a/integrations/aws/poetry.lock +++ b/integrations/aws/poetry.lock @@ -2355,14 +2355,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.17.5" +version = "0.17.6" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" groups = ["main"] files = [ - {file = "port_ocean-0.17.5-py3-none-any.whl", hash = "sha256:a8f0c7563a1755fed78cd58dc9e9be45a482f9982a8cdd2c42e3255ee30d569b"}, - {file = "port_ocean-0.17.5.tar.gz", hash = "sha256:5dd674effa2b84bb1914e2d1f8563765a0a527fc16fe6fb49f17157958dfe358"}, + {file = "port_ocean-0.17.6-py3-none-any.whl", hash = "sha256:826fecde62ecad0967958481f01cc01a3046e3987ea4c47d4f13329610fcf01d"}, + {file = "port_ocean-0.17.6.tar.gz", hash = "sha256:f5c7cc121b1d7f9c93ab7fa38f3c48047f919f160783a3a63e1c73fa9e98f2fe"}, ] [package.dependencies] @@ -4160,4 +4160,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "ee44fa73a19ec4eda51ce57fe1d5bac0cb9f3e148eb146e01e3f10f15c5b86a0" +content-hash = "eb65d4d465a9899e0d23a20be5d13946367933450bf7e6802f2ef24647c6899a" diff --git a/integrations/aws/pyproject.toml b/integrations/aws/pyproject.toml index 549453fab0..3b99ec4f77 100644 --- a/integrations/aws/pyproject.toml +++ b/integrations/aws/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "aws" -version = "0.2.79" +version = "0.2.80" 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.17.5", extras = ["cli"]} +port_ocean = {version = "^0.17.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/poetry.lock b/integrations/azure-devops/poetry.lock index 9bce074725..3275ef9e46 100644 --- a/integrations/azure-devops/poetry.lock +++ b/integrations/azure-devops/poetry.lock @@ -1082,14 +1082,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.17.5" +version = "0.17.6" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" groups = ["main"] files = [ - {file = "port_ocean-0.17.5-py3-none-any.whl", hash = "sha256:a8f0c7563a1755fed78cd58dc9e9be45a482f9982a8cdd2c42e3255ee30d569b"}, - {file = "port_ocean-0.17.5.tar.gz", hash = "sha256:5dd674effa2b84bb1914e2d1f8563765a0a527fc16fe6fb49f17157958dfe358"}, + {file = "port_ocean-0.17.6-py3-none-any.whl", hash = "sha256:826fecde62ecad0967958481f01cc01a3046e3987ea4c47d4f13329610fcf01d"}, + {file = "port_ocean-0.17.6.tar.gz", hash = "sha256:f5c7cc121b1d7f9c93ab7fa38f3c48047f919f160783a3a63e1c73fa9e98f2fe"}, ] [package.dependencies] @@ -1747,4 +1747,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "306bf82cc0e961f9b7db3bc17d097d20a44818d2c3f20898823301653486a3ba" +content-hash = "d56b3198ff51dec36ce3fc6704f2db7ce17ebf4e6b63b40b12d43b31b84c8ede" diff --git a/integrations/azure-devops/pyproject.toml b/integrations/azure-devops/pyproject.toml index 2986f26912..d8a384f27c 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.103" +version = "0.1.104" description = "An Azure Devops Ocean integration" authors = ["Matan Geva "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.17.5", extras = ["cli"]} +port_ocean = {version = "^0.17.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 92b7306dcc..c23a694a48 100644 --- a/integrations/azure/CHANGELOG.md +++ b/integrations/azure/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +0.1.124 (2025-01-08) + +### Improvements + +- Bumped ocean version to ^0.17.6 + + 0.1.123 (2025-01-07) ### Improvements diff --git a/integrations/azure/poetry.lock b/integrations/azure/poetry.lock index 1e0ccb358a..cc52448c9f 100644 --- a/integrations/azure/poetry.lock +++ b/integrations/azure/poetry.lock @@ -1649,14 +1649,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.17.5" +version = "0.17.6" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" groups = ["main"] files = [ - {file = "port_ocean-0.17.5-py3-none-any.whl", hash = "sha256:a8f0c7563a1755fed78cd58dc9e9be45a482f9982a8cdd2c42e3255ee30d569b"}, - {file = "port_ocean-0.17.5.tar.gz", hash = "sha256:5dd674effa2b84bb1914e2d1f8563765a0a527fc16fe6fb49f17157958dfe358"}, + {file = "port_ocean-0.17.6-py3-none-any.whl", hash = "sha256:826fecde62ecad0967958481f01cc01a3046e3987ea4c47d4f13329610fcf01d"}, + {file = "port_ocean-0.17.6.tar.gz", hash = "sha256:f5c7cc121b1d7f9c93ab7fa38f3c48047f919f160783a3a63e1c73fa9e98f2fe"}, ] [package.dependencies] @@ -2596,4 +2596,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "dff7d6f5eb2b9ae5d39315cf21b53185d0487f5a60a6f4b605c506581707e3b2" +content-hash = "077fc059f71a57452e802cb26cc3ebf89955c6fc3831e2b011aa63ca0e3b1f9b" diff --git a/integrations/azure/pyproject.toml b/integrations/azure/pyproject.toml index fea9af8e01..eedaaa38f7 100644 --- a/integrations/azure/pyproject.toml +++ b/integrations/azure/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "azure" -version = "0.1.123" +version = "0.1.124" description = "Azure integration" authors = ["Tom Tankilevitch "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.17.5", extras = ["cli"]} +port_ocean = {version = "^0.17.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 10426383bb..8ab684e686 100644 --- a/integrations/backstage/CHANGELOG.md +++ b/integrations/backstage/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.1.27-beta (2025-01-08) + + +### Improvements + +- Bumped ocean version to ^0.17.6 + + ## 0.1.26-beta (2025-01-07) diff --git a/integrations/backstage/poetry.lock b/integrations/backstage/poetry.lock index a526c222b9..67d24c46e7 100644 --- a/integrations/backstage/poetry.lock +++ b/integrations/backstage/poetry.lock @@ -951,14 +951,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.17.5" +version = "0.17.6" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" groups = ["main"] files = [ - {file = "port_ocean-0.17.5-py3-none-any.whl", hash = "sha256:a8f0c7563a1755fed78cd58dc9e9be45a482f9982a8cdd2c42e3255ee30d569b"}, - {file = "port_ocean-0.17.5.tar.gz", hash = "sha256:5dd674effa2b84bb1914e2d1f8563765a0a527fc16fe6fb49f17157958dfe358"}, + {file = "port_ocean-0.17.6-py3-none-any.whl", hash = "sha256:826fecde62ecad0967958481f01cc01a3046e3987ea4c47d4f13329610fcf01d"}, + {file = "port_ocean-0.17.6.tar.gz", hash = "sha256:f5c7cc121b1d7f9c93ab7fa38f3c48047f919f160783a3a63e1c73fa9e98f2fe"}, ] [package.dependencies] @@ -1591,4 +1591,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "2af8b252feac455e9e384d4af4b80dabd0462690c8048db1f8ef1121e0b2c66a" +content-hash = "1ce1d9978e6169718cf4de4f617b79fdc713b364c93ad8e9e9eecf8df0e7b29a" diff --git a/integrations/backstage/pyproject.toml b/integrations/backstage/pyproject.toml index 610258ba02..c9ffc1c769 100644 --- a/integrations/backstage/pyproject.toml +++ b/integrations/backstage/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "backstage" -version = "0.1.26-beta" +version = "0.1.27-beta" description = "Importing resources from Backstage IDP" authors = ["Roi Talpaz "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.17.5", extras = ["cli"]} +port_ocean = {version = "^0.17.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 39d4cac11f..37e62b6d36 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.2.5 (2025-01-08) + + +### Improvements + +- Bumped ocean version to ^0.17.6 + + ## 0.2.4 (2025-01-07) diff --git a/integrations/datadog/poetry.lock b/integrations/datadog/poetry.lock index cc3caee2dd..3bb13ce70d 100644 --- a/integrations/datadog/poetry.lock +++ b/integrations/datadog/poetry.lock @@ -1082,14 +1082,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.17.5" +version = "0.17.6" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" groups = ["main"] files = [ - {file = "port_ocean-0.17.5-py3-none-any.whl", hash = "sha256:a8f0c7563a1755fed78cd58dc9e9be45a482f9982a8cdd2c42e3255ee30d569b"}, - {file = "port_ocean-0.17.5.tar.gz", hash = "sha256:5dd674effa2b84bb1914e2d1f8563765a0a527fc16fe6fb49f17157958dfe358"}, + {file = "port_ocean-0.17.6-py3-none-any.whl", hash = "sha256:826fecde62ecad0967958481f01cc01a3046e3987ea4c47d4f13329610fcf01d"}, + {file = "port_ocean-0.17.6.tar.gz", hash = "sha256:f5c7cc121b1d7f9c93ab7fa38f3c48047f919f160783a3a63e1c73fa9e98f2fe"}, ] [package.dependencies] @@ -1735,4 +1735,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "ce79a0de506dabc4e33df95cd9f981d4c4f2cba054c0b34660896b9a6b83262e" +content-hash = "b7c4c8112100f2241f38cabff9964695885876b5ee92702b01ca158cfe086b5c" diff --git a/integrations/datadog/pyproject.toml b/integrations/datadog/pyproject.toml index 268328a947..a6f2cf1fdd 100644 --- a/integrations/datadog/pyproject.toml +++ b/integrations/datadog/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "datadog" -version = "0.2.4" +version = "0.2.5" description = "Datadog Ocean Integration" authors = ["Albert Luganga "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.17.5", extras = ["cli"]} +port_ocean = {version = "^0.17.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 c21a6fbca4..4aa8e53a52 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.85 (2025-01-08) + + +### Improvements + +- Bumped ocean version to ^0.17.6 + + ## 0.1.84 (2025-01-07) diff --git a/integrations/dynatrace/poetry.lock b/integrations/dynatrace/poetry.lock index ae8fea2fbc..d2422210e8 100644 --- a/integrations/dynatrace/poetry.lock +++ b/integrations/dynatrace/poetry.lock @@ -1082,14 +1082,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.17.5" +version = "0.17.6" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" groups = ["main"] files = [ - {file = "port_ocean-0.17.5-py3-none-any.whl", hash = "sha256:a8f0c7563a1755fed78cd58dc9e9be45a482f9982a8cdd2c42e3255ee30d569b"}, - {file = "port_ocean-0.17.5.tar.gz", hash = "sha256:5dd674effa2b84bb1914e2d1f8563765a0a527fc16fe6fb49f17157958dfe358"}, + {file = "port_ocean-0.17.6-py3-none-any.whl", hash = "sha256:826fecde62ecad0967958481f01cc01a3046e3987ea4c47d4f13329610fcf01d"}, + {file = "port_ocean-0.17.6.tar.gz", hash = "sha256:f5c7cc121b1d7f9c93ab7fa38f3c48047f919f160783a3a63e1c73fa9e98f2fe"}, ] [package.dependencies] @@ -1735,4 +1735,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "a5a4ed2459b892fcc2594214ac7d3e5170c2abf22a76ebdada77e0895623283b" +content-hash = "551408e52d98b2bc1a7f8671322b424fe1d192787713f580255174d6ac0e2bb1" diff --git a/integrations/dynatrace/pyproject.toml b/integrations/dynatrace/pyproject.toml index 3a4f899366..dc54e1fcfc 100644 --- a/integrations/dynatrace/pyproject.toml +++ b/integrations/dynatrace/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "dynatrace" -version = "0.1.84" +version = "0.1.85" description = "An integration used to import Dynatrace resources into Port" authors = ["Ayodeji Adeoti <>"] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.17.5", extras = ["cli"]} +port_ocean = {version = "^0.17.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 2826f09e80..01d637657d 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.36-dev (2025-01-08) + + +### Improvements + +- Bumped ocean version to ^0.17.6 + + ## 0.1.35-dev (2025-01-07) diff --git a/integrations/fake-integration/poetry.lock b/integrations/fake-integration/poetry.lock index da3996bbd7..94fc09ea71 100644 --- a/integrations/fake-integration/poetry.lock +++ b/integrations/fake-integration/poetry.lock @@ -1216,14 +1216,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.17.5" +version = "0.17.6" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" groups = ["main"] files = [ - {file = "port_ocean-0.17.5-py3-none-any.whl", hash = "sha256:a8f0c7563a1755fed78cd58dc9e9be45a482f9982a8cdd2c42e3255ee30d569b"}, - {file = "port_ocean-0.17.5.tar.gz", hash = "sha256:5dd674effa2b84bb1914e2d1f8563765a0a527fc16fe6fb49f17157958dfe358"}, + {file = "port_ocean-0.17.6-py3-none-any.whl", hash = "sha256:826fecde62ecad0967958481f01cc01a3046e3987ea4c47d4f13329610fcf01d"}, + {file = "port_ocean-0.17.6.tar.gz", hash = "sha256:f5c7cc121b1d7f9c93ab7fa38f3c48047f919f160783a3a63e1c73fa9e98f2fe"}, ] [package.dependencies] @@ -1988,4 +1988,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "c8fecc40bfa7bf5e0e4086e945a6047e12666722c9406c7003d62f260fe3d006" +content-hash = "637b31b467c908f1b2c736a9a2f02f428e488ac34f6f815409fd6422d9ee702f" diff --git a/integrations/fake-integration/pyproject.toml b/integrations/fake-integration/pyproject.toml index 4a454bea7f..90b869f0d2 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.35-dev" +version = "0.1.36-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.17.5", extras = ["cli"]} +port_ocean = {version = "^0.17.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 482e5580d6..5181c47413 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.107 (2025-01-08) + + +### Improvements + +- Bumped ocean version to ^0.17.6 + + ## 0.1.106 (2025-01-07) diff --git a/integrations/firehydrant/poetry.lock b/integrations/firehydrant/poetry.lock index ae8fea2fbc..d2422210e8 100644 --- a/integrations/firehydrant/poetry.lock +++ b/integrations/firehydrant/poetry.lock @@ -1082,14 +1082,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.17.5" +version = "0.17.6" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" groups = ["main"] files = [ - {file = "port_ocean-0.17.5-py3-none-any.whl", hash = "sha256:a8f0c7563a1755fed78cd58dc9e9be45a482f9982a8cdd2c42e3255ee30d569b"}, - {file = "port_ocean-0.17.5.tar.gz", hash = "sha256:5dd674effa2b84bb1914e2d1f8563765a0a527fc16fe6fb49f17157958dfe358"}, + {file = "port_ocean-0.17.6-py3-none-any.whl", hash = "sha256:826fecde62ecad0967958481f01cc01a3046e3987ea4c47d4f13329610fcf01d"}, + {file = "port_ocean-0.17.6.tar.gz", hash = "sha256:f5c7cc121b1d7f9c93ab7fa38f3c48047f919f160783a3a63e1c73fa9e98f2fe"}, ] [package.dependencies] @@ -1735,4 +1735,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "a5a4ed2459b892fcc2594214ac7d3e5170c2abf22a76ebdada77e0895623283b" +content-hash = "551408e52d98b2bc1a7f8671322b424fe1d192787713f580255174d6ac0e2bb1" diff --git a/integrations/firehydrant/pyproject.toml b/integrations/firehydrant/pyproject.toml index d1097ff712..fc92ade859 100644 --- a/integrations/firehydrant/pyproject.toml +++ b/integrations/firehydrant/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "firehydrant" -version = "0.1.106" +version = "0.1.107" description = "FireHydrant Integration Powered by Ocean" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.17.5", extras = ["cli"]} +port_ocean = {version = "^0.17.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 2927ad8dbf..21ec0dfce3 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.89 (2025-01-08) + + +### Improvements + +- Bumped ocean version to ^0.17.6 + + ## 0.1.88 (2025-01-07) diff --git a/integrations/gcp/poetry.lock b/integrations/gcp/poetry.lock index 779fbb34c6..3ab0ddc303 100644 --- a/integrations/gcp/poetry.lock +++ b/integrations/gcp/poetry.lock @@ -1521,14 +1521,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.17.5" +version = "0.17.6" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" groups = ["main"] files = [ - {file = "port_ocean-0.17.5-py3-none-any.whl", hash = "sha256:a8f0c7563a1755fed78cd58dc9e9be45a482f9982a8cdd2c42e3255ee30d569b"}, - {file = "port_ocean-0.17.5.tar.gz", hash = "sha256:5dd674effa2b84bb1914e2d1f8563765a0a527fc16fe6fb49f17157958dfe358"}, + {file = "port_ocean-0.17.6-py3-none-any.whl", hash = "sha256:826fecde62ecad0967958481f01cc01a3046e3987ea4c47d4f13329610fcf01d"}, + {file = "port_ocean-0.17.6.tar.gz", hash = "sha256:f5c7cc121b1d7f9c93ab7fa38f3c48047f919f160783a3a63e1c73fa9e98f2fe"}, ] [package.dependencies] @@ -2370,4 +2370,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "3736d8b741d9f83fb45e94eac66effc41c79637b382807696b87d9ea3cf6a0c5" +content-hash = "4c1911f02a97426ebe1f4b205bd345c0187346dc67696445e9a19522a5b0e76f" diff --git a/integrations/gcp/pyproject.toml b/integrations/gcp/pyproject.toml index b038488de4..81520fc17a 100644 --- a/integrations/gcp/pyproject.toml +++ b/integrations/gcp/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "gcp" -version = "0.1.88" +version = "0.1.89" description = "A GCP ocean integration" authors = ["Matan Geva "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.17.5", extras = ["cli"]} +port_ocean = {version = "^0.17.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 02c03af200..850c55295f 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.2.16 (2025-01-08) +=================== + +### Improvements + +- Bumped ocean version to ^0.17.6 + + 0.2.15 (2025-01-07) =================== diff --git a/integrations/gitlab/poetry.lock b/integrations/gitlab/poetry.lock index bf2275dc89..7e5497dc5f 100644 --- a/integrations/gitlab/poetry.lock +++ b/integrations/gitlab/poetry.lock @@ -1175,14 +1175,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.17.5" +version = "0.17.6" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" groups = ["main"] files = [ - {file = "port_ocean-0.17.5-py3-none-any.whl", hash = "sha256:a8f0c7563a1755fed78cd58dc9e9be45a482f9982a8cdd2c42e3255ee30d569b"}, - {file = "port_ocean-0.17.5.tar.gz", hash = "sha256:5dd674effa2b84bb1914e2d1f8563765a0a527fc16fe6fb49f17157958dfe358"}, + {file = "port_ocean-0.17.6-py3-none-any.whl", hash = "sha256:826fecde62ecad0967958481f01cc01a3046e3987ea4c47d4f13329610fcf01d"}, + {file = "port_ocean-0.17.6.tar.gz", hash = "sha256:f5c7cc121b1d7f9c93ab7fa38f3c48047f919f160783a3a63e1c73fa9e98f2fe"}, ] [package.dependencies] @@ -1991,4 +1991,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "405f78c516d692f609bfc3f05a7ae1c928f97ba01c4e7e6527f19bff450a3607" +content-hash = "b8675b92ad2bb19f29a4a93a6e2798bf7bed076bb8a2c4949230b999455fcc76" diff --git a/integrations/gitlab/pyproject.toml b/integrations/gitlab/pyproject.toml index 8bc343df05..71cb27069d 100644 --- a/integrations/gitlab/pyproject.toml +++ b/integrations/gitlab/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gitlab" -version = "0.2.15" +version = "0.2.16" 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.17.5", extras = ["cli"]} +port_ocean = {version = "^0.17.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 e33621a22b..252448280d 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.90 (2025-01-08) + + +### Improvements + +- Bumped ocean version to ^0.17.6 + + ## 0.1.89 (2025-01-07) diff --git a/integrations/jenkins/poetry.lock b/integrations/jenkins/poetry.lock index c9b05a8bdb..abbd307f80 100644 --- a/integrations/jenkins/poetry.lock +++ b/integrations/jenkins/poetry.lock @@ -1094,14 +1094,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.17.5" +version = "0.17.6" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" groups = ["main"] files = [ - {file = "port_ocean-0.17.5-py3-none-any.whl", hash = "sha256:a8f0c7563a1755fed78cd58dc9e9be45a482f9982a8cdd2c42e3255ee30d569b"}, - {file = "port_ocean-0.17.5.tar.gz", hash = "sha256:5dd674effa2b84bb1914e2d1f8563765a0a527fc16fe6fb49f17157958dfe358"}, + {file = "port_ocean-0.17.6-py3-none-any.whl", hash = "sha256:826fecde62ecad0967958481f01cc01a3046e3987ea4c47d4f13329610fcf01d"}, + {file = "port_ocean-0.17.6.tar.gz", hash = "sha256:f5c7cc121b1d7f9c93ab7fa38f3c48047f919f160783a3a63e1c73fa9e98f2fe"}, ] [package.dependencies] @@ -1747,4 +1747,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "3665aa161e53460e6ca70ae1cee40cb1f46c93f32e4716c28f1aa9127a357f40" +content-hash = "82e8e3a2f4378e84410f97c1845a1ffa3c36ff5e7a58988a85fafb9fd6bf13a6" diff --git a/integrations/jenkins/pyproject.toml b/integrations/jenkins/pyproject.toml index f723acad74..d842488a0b 100644 --- a/integrations/jenkins/pyproject.toml +++ b/integrations/jenkins/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "jenkins" -version = "0.1.89" +version = "0.1.90" description = "Jenkins Integration to Port Ocean" authors = ["Albert Luganga "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.17.5", extras = ["cli"]} +port_ocean = {version = "^0.17.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 9e92531393..d8b32230c7 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.2.17 (2025-01-08) + + +### Improvements + +- Bumped ocean version to ^0.17.6 + + ## 0.2.16 (2025-01-07) diff --git a/integrations/jira/poetry.lock b/integrations/jira/poetry.lock index 72d61a26ac..ed34ec3110 100644 --- a/integrations/jira/poetry.lock +++ b/integrations/jira/poetry.lock @@ -1082,14 +1082,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.17.5" +version = "0.17.6" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" groups = ["main"] files = [ - {file = "port_ocean-0.17.5-py3-none-any.whl", hash = "sha256:a8f0c7563a1755fed78cd58dc9e9be45a482f9982a8cdd2c42e3255ee30d569b"}, - {file = "port_ocean-0.17.5.tar.gz", hash = "sha256:5dd674effa2b84bb1914e2d1f8563765a0a527fc16fe6fb49f17157958dfe358"}, + {file = "port_ocean-0.17.6-py3-none-any.whl", hash = "sha256:826fecde62ecad0967958481f01cc01a3046e3987ea4c47d4f13329610fcf01d"}, + {file = "port_ocean-0.17.6.tar.gz", hash = "sha256:f5c7cc121b1d7f9c93ab7fa38f3c48047f919f160783a3a63e1c73fa9e98f2fe"}, ] [package.dependencies] @@ -1735,4 +1735,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "bbf3acee9bd0b9b00b6947f62b370900f2c695b77fa0be28acaf9819fe2605df" +content-hash = "b274e65f0041bf7d3742d6c2380ad6692efea6784eefa81de23c0a468dffed8c" diff --git a/integrations/jira/pyproject.toml b/integrations/jira/pyproject.toml index 9ffce7b68e..8932d88c08 100644 --- a/integrations/jira/pyproject.toml +++ b/integrations/jira/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "jira" -version = "0.2.16" +version = "0.2.17" description = "Integration to bring information from Jira into Port" authors = ["Mor Paz "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.17.5", extras = ["cli"]} +port_ocean = {version = "^0.17.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 56d5252a84..c313dffe36 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.106 (2025-01-08) + + +### Improvements + +- Bumped ocean version to ^0.17.6 + + ## 0.1.105 (2025-01-07) diff --git a/integrations/kafka/poetry.lock b/integrations/kafka/poetry.lock index 62fa926045..e092f79cf1 100644 --- a/integrations/kafka/poetry.lock +++ b/integrations/kafka/poetry.lock @@ -1082,14 +1082,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.17.5" +version = "0.17.6" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" groups = ["main"] files = [ - {file = "port_ocean-0.17.5-py3-none-any.whl", hash = "sha256:a8f0c7563a1755fed78cd58dc9e9be45a482f9982a8cdd2c42e3255ee30d569b"}, - {file = "port_ocean-0.17.5.tar.gz", hash = "sha256:5dd674effa2b84bb1914e2d1f8563765a0a527fc16fe6fb49f17157958dfe358"}, + {file = "port_ocean-0.17.6-py3-none-any.whl", hash = "sha256:826fecde62ecad0967958481f01cc01a3046e3987ea4c47d4f13329610fcf01d"}, + {file = "port_ocean-0.17.6.tar.gz", hash = "sha256:f5c7cc121b1d7f9c93ab7fa38f3c48047f919f160783a3a63e1c73fa9e98f2fe"}, ] [package.dependencies] @@ -1735,4 +1735,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "ceb9c95dc3bd7d6058b7d689ce97deed4c64456a35310b8a675bcf4c256e1088" +content-hash = "ea85ce7bbd0cd92458c43f840eb443a7755ed230b3347887be06c57685c0cee8" diff --git a/integrations/kafka/pyproject.toml b/integrations/kafka/pyproject.toml index 26e35a152d..e7c8292103 100644 --- a/integrations/kafka/pyproject.toml +++ b/integrations/kafka/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "kafka" -version = "0.1.105" +version = "0.1.106" 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.17.5", extras = ["cli"]} +port_ocean = {version = "^0.17.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 b9df89cfdc..56ae33f706 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.111 (2025-01-08) + + +### Improvements + +- Bumped ocean version to ^0.17.6 + + ## 0.1.110 (2025-01-07) diff --git a/integrations/kubecost/poetry.lock b/integrations/kubecost/poetry.lock index ae8fea2fbc..d2422210e8 100644 --- a/integrations/kubecost/poetry.lock +++ b/integrations/kubecost/poetry.lock @@ -1082,14 +1082,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.17.5" +version = "0.17.6" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" groups = ["main"] files = [ - {file = "port_ocean-0.17.5-py3-none-any.whl", hash = "sha256:a8f0c7563a1755fed78cd58dc9e9be45a482f9982a8cdd2c42e3255ee30d569b"}, - {file = "port_ocean-0.17.5.tar.gz", hash = "sha256:5dd674effa2b84bb1914e2d1f8563765a0a527fc16fe6fb49f17157958dfe358"}, + {file = "port_ocean-0.17.6-py3-none-any.whl", hash = "sha256:826fecde62ecad0967958481f01cc01a3046e3987ea4c47d4f13329610fcf01d"}, + {file = "port_ocean-0.17.6.tar.gz", hash = "sha256:f5c7cc121b1d7f9c93ab7fa38f3c48047f919f160783a3a63e1c73fa9e98f2fe"}, ] [package.dependencies] @@ -1735,4 +1735,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "a5a4ed2459b892fcc2594214ac7d3e5170c2abf22a76ebdada77e0895623283b" +content-hash = "551408e52d98b2bc1a7f8671322b424fe1d192787713f580255174d6ac0e2bb1" diff --git a/integrations/kubecost/pyproject.toml b/integrations/kubecost/pyproject.toml index e7c37b7011..57962439a8 100644 --- a/integrations/kubecost/pyproject.toml +++ b/integrations/kubecost/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "kubecost" -version = "0.1.110" +version = "0.1.111" description = "Kubecost integration powered by Ocean" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.17.5", extras = ["cli"]} +port_ocean = {version = "^0.17.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 5a15ef615b..ebd7c2cd08 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.83 (2025-01-08) + + +### Improvements + +- Bumped ocean version to ^0.17.6 + + ## 0.1.82 (2025-01-07) diff --git a/integrations/launchdarkly/poetry.lock b/integrations/launchdarkly/poetry.lock index ae8fea2fbc..d2422210e8 100644 --- a/integrations/launchdarkly/poetry.lock +++ b/integrations/launchdarkly/poetry.lock @@ -1082,14 +1082,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.17.5" +version = "0.17.6" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" groups = ["main"] files = [ - {file = "port_ocean-0.17.5-py3-none-any.whl", hash = "sha256:a8f0c7563a1755fed78cd58dc9e9be45a482f9982a8cdd2c42e3255ee30d569b"}, - {file = "port_ocean-0.17.5.tar.gz", hash = "sha256:5dd674effa2b84bb1914e2d1f8563765a0a527fc16fe6fb49f17157958dfe358"}, + {file = "port_ocean-0.17.6-py3-none-any.whl", hash = "sha256:826fecde62ecad0967958481f01cc01a3046e3987ea4c47d4f13329610fcf01d"}, + {file = "port_ocean-0.17.6.tar.gz", hash = "sha256:f5c7cc121b1d7f9c93ab7fa38f3c48047f919f160783a3a63e1c73fa9e98f2fe"}, ] [package.dependencies] @@ -1735,4 +1735,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "a5a4ed2459b892fcc2594214ac7d3e5170c2abf22a76ebdada77e0895623283b" +content-hash = "551408e52d98b2bc1a7f8671322b424fe1d192787713f580255174d6ac0e2bb1" diff --git a/integrations/launchdarkly/pyproject.toml b/integrations/launchdarkly/pyproject.toml index b7f9ae4937..6e88f49362 100644 --- a/integrations/launchdarkly/pyproject.toml +++ b/integrations/launchdarkly/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "launchdarkly" -version = "0.1.82" +version = "0.1.83" description = "LaunchDarkly integration for Port" authors = ["Michael Armah "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.17.5", extras = ["cli"]} +port_ocean = {version = "^0.17.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 fd5e32f345..89383f21eb 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.69 (2025-01-08) + + +### Improvements + +- Bumped ocean version to ^0.17.6 + + ## 0.1.68 (2025-01-07) diff --git a/integrations/linear/poetry.lock b/integrations/linear/poetry.lock index ae8fea2fbc..d2422210e8 100644 --- a/integrations/linear/poetry.lock +++ b/integrations/linear/poetry.lock @@ -1082,14 +1082,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.17.5" +version = "0.17.6" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" groups = ["main"] files = [ - {file = "port_ocean-0.17.5-py3-none-any.whl", hash = "sha256:a8f0c7563a1755fed78cd58dc9e9be45a482f9982a8cdd2c42e3255ee30d569b"}, - {file = "port_ocean-0.17.5.tar.gz", hash = "sha256:5dd674effa2b84bb1914e2d1f8563765a0a527fc16fe6fb49f17157958dfe358"}, + {file = "port_ocean-0.17.6-py3-none-any.whl", hash = "sha256:826fecde62ecad0967958481f01cc01a3046e3987ea4c47d4f13329610fcf01d"}, + {file = "port_ocean-0.17.6.tar.gz", hash = "sha256:f5c7cc121b1d7f9c93ab7fa38f3c48047f919f160783a3a63e1c73fa9e98f2fe"}, ] [package.dependencies] @@ -1735,4 +1735,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "a5a4ed2459b892fcc2594214ac7d3e5170c2abf22a76ebdada77e0895623283b" +content-hash = "551408e52d98b2bc1a7f8671322b424fe1d192787713f580255174d6ac0e2bb1" diff --git a/integrations/linear/pyproject.toml b/integrations/linear/pyproject.toml index 93a6a571f6..6aa3199c65 100644 --- a/integrations/linear/pyproject.toml +++ b/integrations/linear/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "linear" -version = "0.1.68" +version = "0.1.69" description = "Integration to bring information from Linear into Port" authors = ["Mor Paz "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.17.5", extras = ["cli"]} +port_ocean = {version = "^0.17.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 5115c3276b..a2c3493920 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.116 (2025-01-08) + + +### Improvements + +- Bumped ocean version to ^0.17.6 + + ## 0.1.115 (2025-01-07) diff --git a/integrations/newrelic/poetry.lock b/integrations/newrelic/poetry.lock index 72d61a26ac..ed34ec3110 100644 --- a/integrations/newrelic/poetry.lock +++ b/integrations/newrelic/poetry.lock @@ -1082,14 +1082,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.17.5" +version = "0.17.6" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" groups = ["main"] files = [ - {file = "port_ocean-0.17.5-py3-none-any.whl", hash = "sha256:a8f0c7563a1755fed78cd58dc9e9be45a482f9982a8cdd2c42e3255ee30d569b"}, - {file = "port_ocean-0.17.5.tar.gz", hash = "sha256:5dd674effa2b84bb1914e2d1f8563765a0a527fc16fe6fb49f17157958dfe358"}, + {file = "port_ocean-0.17.6-py3-none-any.whl", hash = "sha256:826fecde62ecad0967958481f01cc01a3046e3987ea4c47d4f13329610fcf01d"}, + {file = "port_ocean-0.17.6.tar.gz", hash = "sha256:f5c7cc121b1d7f9c93ab7fa38f3c48047f919f160783a3a63e1c73fa9e98f2fe"}, ] [package.dependencies] @@ -1735,4 +1735,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "bbf3acee9bd0b9b00b6947f62b370900f2c695b77fa0be28acaf9819fe2605df" +content-hash = "b274e65f0041bf7d3742d6c2380ad6692efea6784eefa81de23c0a468dffed8c" diff --git a/integrations/newrelic/pyproject.toml b/integrations/newrelic/pyproject.toml index ee204d5adb..20ad878c32 100644 --- a/integrations/newrelic/pyproject.toml +++ b/integrations/newrelic/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "newrelic" -version = "0.1.115" +version = "0.1.116" description = "New Relic Integration" authors = ["Tom Tankilevitch "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.17.5", extras = ["cli"]} +port_ocean = {version = "^0.17.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 680e5d72f4..d4cb4eb966 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.43 (2025-01-08) + +### Improvements + +- Bumped ocean version to ^0.17.6 + + # Port_Ocean 0.1.42 (2025-01-07) ### Improvements diff --git a/integrations/octopus/poetry.lock b/integrations/octopus/poetry.lock index ae8fea2fbc..d2422210e8 100644 --- a/integrations/octopus/poetry.lock +++ b/integrations/octopus/poetry.lock @@ -1082,14 +1082,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.17.5" +version = "0.17.6" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" groups = ["main"] files = [ - {file = "port_ocean-0.17.5-py3-none-any.whl", hash = "sha256:a8f0c7563a1755fed78cd58dc9e9be45a482f9982a8cdd2c42e3255ee30d569b"}, - {file = "port_ocean-0.17.5.tar.gz", hash = "sha256:5dd674effa2b84bb1914e2d1f8563765a0a527fc16fe6fb49f17157958dfe358"}, + {file = "port_ocean-0.17.6-py3-none-any.whl", hash = "sha256:826fecde62ecad0967958481f01cc01a3046e3987ea4c47d4f13329610fcf01d"}, + {file = "port_ocean-0.17.6.tar.gz", hash = "sha256:f5c7cc121b1d7f9c93ab7fa38f3c48047f919f160783a3a63e1c73fa9e98f2fe"}, ] [package.dependencies] @@ -1735,4 +1735,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "a5a4ed2459b892fcc2594214ac7d3e5170c2abf22a76ebdada77e0895623283b" +content-hash = "551408e52d98b2bc1a7f8671322b424fe1d192787713f580255174d6ac0e2bb1" diff --git a/integrations/octopus/pyproject.toml b/integrations/octopus/pyproject.toml index 153d4fd2e3..4c0a850a90 100644 --- a/integrations/octopus/pyproject.toml +++ b/integrations/octopus/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "octopus" -version = "0.1.42" +version = "0.1.43" description = "This integration ingest data from octopus deploy" authors = ["Adebayo Iyanuoluwa "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.17.5", extras = ["cli"]} +port_ocean = {version = "^0.17.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 755086835a..975c5cfcaf 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.109 (2025-01-08) + + +### Improvements + +- Bumped ocean version to ^0.17.6 + + ## 0.1.108 (2025-01-07) diff --git a/integrations/opencost/poetry.lock b/integrations/opencost/poetry.lock index ae8fea2fbc..d2422210e8 100644 --- a/integrations/opencost/poetry.lock +++ b/integrations/opencost/poetry.lock @@ -1082,14 +1082,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.17.5" +version = "0.17.6" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" groups = ["main"] files = [ - {file = "port_ocean-0.17.5-py3-none-any.whl", hash = "sha256:a8f0c7563a1755fed78cd58dc9e9be45a482f9982a8cdd2c42e3255ee30d569b"}, - {file = "port_ocean-0.17.5.tar.gz", hash = "sha256:5dd674effa2b84bb1914e2d1f8563765a0a527fc16fe6fb49f17157958dfe358"}, + {file = "port_ocean-0.17.6-py3-none-any.whl", hash = "sha256:826fecde62ecad0967958481f01cc01a3046e3987ea4c47d4f13329610fcf01d"}, + {file = "port_ocean-0.17.6.tar.gz", hash = "sha256:f5c7cc121b1d7f9c93ab7fa38f3c48047f919f160783a3a63e1c73fa9e98f2fe"}, ] [package.dependencies] @@ -1735,4 +1735,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "a5a4ed2459b892fcc2594214ac7d3e5170c2abf22a76ebdada77e0895623283b" +content-hash = "551408e52d98b2bc1a7f8671322b424fe1d192787713f580255174d6ac0e2bb1" diff --git a/integrations/opencost/pyproject.toml b/integrations/opencost/pyproject.toml index 985586ac21..316a7d668c 100644 --- a/integrations/opencost/pyproject.toml +++ b/integrations/opencost/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "opencost" -version = "0.1.108" +version = "0.1.109" description = "Ocean integration for OpenCost" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.17.5", extras = ["cli"]} +port_ocean = {version = "^0.17.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 fb102ee57c..733927c024 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.34 (2025-01-08) + + +### Improvements + +- Bumped ocean version to ^0.17.6 + + ## 0.2.33 (2025-01-07) diff --git a/integrations/opsgenie/poetry.lock b/integrations/opsgenie/poetry.lock index ae8fea2fbc..d2422210e8 100644 --- a/integrations/opsgenie/poetry.lock +++ b/integrations/opsgenie/poetry.lock @@ -1082,14 +1082,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.17.5" +version = "0.17.6" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" groups = ["main"] files = [ - {file = "port_ocean-0.17.5-py3-none-any.whl", hash = "sha256:a8f0c7563a1755fed78cd58dc9e9be45a482f9982a8cdd2c42e3255ee30d569b"}, - {file = "port_ocean-0.17.5.tar.gz", hash = "sha256:5dd674effa2b84bb1914e2d1f8563765a0a527fc16fe6fb49f17157958dfe358"}, + {file = "port_ocean-0.17.6-py3-none-any.whl", hash = "sha256:826fecde62ecad0967958481f01cc01a3046e3987ea4c47d4f13329610fcf01d"}, + {file = "port_ocean-0.17.6.tar.gz", hash = "sha256:f5c7cc121b1d7f9c93ab7fa38f3c48047f919f160783a3a63e1c73fa9e98f2fe"}, ] [package.dependencies] @@ -1735,4 +1735,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "a5a4ed2459b892fcc2594214ac7d3e5170c2abf22a76ebdada77e0895623283b" +content-hash = "551408e52d98b2bc1a7f8671322b424fe1d192787713f580255174d6ac0e2bb1" diff --git a/integrations/opsgenie/pyproject.toml b/integrations/opsgenie/pyproject.toml index 21136045cf..1e4b56118f 100644 --- a/integrations/opsgenie/pyproject.toml +++ b/integrations/opsgenie/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "opsgenie" -version = "0.2.33" +version = "0.2.34" description = "Ocean integration for Opsgenie" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.17.5", extras = ["cli"]} +port_ocean = {version = "^0.17.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 9e7ce69bbf..9bcc793028 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.2.6 (2025-01-08) + + +### Improvements + +- Bumped ocean version to ^0.17.6 + + ## 0.2.5 (2025-01-07) diff --git a/integrations/pagerduty/poetry.lock b/integrations/pagerduty/poetry.lock index 72d61a26ac..ed34ec3110 100644 --- a/integrations/pagerduty/poetry.lock +++ b/integrations/pagerduty/poetry.lock @@ -1082,14 +1082,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.17.5" +version = "0.17.6" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" groups = ["main"] files = [ - {file = "port_ocean-0.17.5-py3-none-any.whl", hash = "sha256:a8f0c7563a1755fed78cd58dc9e9be45a482f9982a8cdd2c42e3255ee30d569b"}, - {file = "port_ocean-0.17.5.tar.gz", hash = "sha256:5dd674effa2b84bb1914e2d1f8563765a0a527fc16fe6fb49f17157958dfe358"}, + {file = "port_ocean-0.17.6-py3-none-any.whl", hash = "sha256:826fecde62ecad0967958481f01cc01a3046e3987ea4c47d4f13329610fcf01d"}, + {file = "port_ocean-0.17.6.tar.gz", hash = "sha256:f5c7cc121b1d7f9c93ab7fa38f3c48047f919f160783a3a63e1c73fa9e98f2fe"}, ] [package.dependencies] @@ -1735,4 +1735,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "bbf3acee9bd0b9b00b6947f62b370900f2c695b77fa0be28acaf9819fe2605df" +content-hash = "b274e65f0041bf7d3742d6c2380ad6692efea6784eefa81de23c0a468dffed8c" diff --git a/integrations/pagerduty/pyproject.toml b/integrations/pagerduty/pyproject.toml index 99e2815dba..a2293cc716 100644 --- a/integrations/pagerduty/pyproject.toml +++ b/integrations/pagerduty/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "pagerduty" -version = "0.2.5" +version = "0.2.6" description = "PagerDuty Integration" authors = ["Port Team "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.17.5", extras = ["cli"]} +port_ocean = {version = "^0.17.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 0514a63a52..0ecf9c797e 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.110 (2025-01-08) + + +### Improvements + +- Bumped ocean version to ^0.17.6 + + ## 0.1.109 (2025-01-07) diff --git a/integrations/sentry/poetry.lock b/integrations/sentry/poetry.lock index ae8fea2fbc..d2422210e8 100644 --- a/integrations/sentry/poetry.lock +++ b/integrations/sentry/poetry.lock @@ -1082,14 +1082,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.17.5" +version = "0.17.6" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" groups = ["main"] files = [ - {file = "port_ocean-0.17.5-py3-none-any.whl", hash = "sha256:a8f0c7563a1755fed78cd58dc9e9be45a482f9982a8cdd2c42e3255ee30d569b"}, - {file = "port_ocean-0.17.5.tar.gz", hash = "sha256:5dd674effa2b84bb1914e2d1f8563765a0a527fc16fe6fb49f17157958dfe358"}, + {file = "port_ocean-0.17.6-py3-none-any.whl", hash = "sha256:826fecde62ecad0967958481f01cc01a3046e3987ea4c47d4f13329610fcf01d"}, + {file = "port_ocean-0.17.6.tar.gz", hash = "sha256:f5c7cc121b1d7f9c93ab7fa38f3c48047f919f160783a3a63e1c73fa9e98f2fe"}, ] [package.dependencies] @@ -1735,4 +1735,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "a5a4ed2459b892fcc2594214ac7d3e5170c2abf22a76ebdada77e0895623283b" +content-hash = "551408e52d98b2bc1a7f8671322b424fe1d192787713f580255174d6ac0e2bb1" diff --git a/integrations/sentry/pyproject.toml b/integrations/sentry/pyproject.toml index 8595595b85..88f777561e 100644 --- a/integrations/sentry/pyproject.toml +++ b/integrations/sentry/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "sentry" -version = "0.1.109" +version = "0.1.110" description = "Sentry Integration" authors = ["Dvir Segev ","Matan Geva "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.17.5", extras = ["cli"]} +port_ocean = {version = "^0.17.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 f7f414986e..ec96dac8cc 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.99 (2025-01-08) + + +### Improvements + +- Bumped ocean version to ^0.17.6 + + ## 0.1.98 (2025-01-07) diff --git a/integrations/servicenow/poetry.lock b/integrations/servicenow/poetry.lock index ae8fea2fbc..d2422210e8 100644 --- a/integrations/servicenow/poetry.lock +++ b/integrations/servicenow/poetry.lock @@ -1082,14 +1082,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.17.5" +version = "0.17.6" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" groups = ["main"] files = [ - {file = "port_ocean-0.17.5-py3-none-any.whl", hash = "sha256:a8f0c7563a1755fed78cd58dc9e9be45a482f9982a8cdd2c42e3255ee30d569b"}, - {file = "port_ocean-0.17.5.tar.gz", hash = "sha256:5dd674effa2b84bb1914e2d1f8563765a0a527fc16fe6fb49f17157958dfe358"}, + {file = "port_ocean-0.17.6-py3-none-any.whl", hash = "sha256:826fecde62ecad0967958481f01cc01a3046e3987ea4c47d4f13329610fcf01d"}, + {file = "port_ocean-0.17.6.tar.gz", hash = "sha256:f5c7cc121b1d7f9c93ab7fa38f3c48047f919f160783a3a63e1c73fa9e98f2fe"}, ] [package.dependencies] @@ -1735,4 +1735,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "a5a4ed2459b892fcc2594214ac7d3e5170c2abf22a76ebdada77e0895623283b" +content-hash = "551408e52d98b2bc1a7f8671322b424fe1d192787713f580255174d6ac0e2bb1" diff --git a/integrations/servicenow/pyproject.toml b/integrations/servicenow/pyproject.toml index 434826dad2..b17279bdca 100644 --- a/integrations/servicenow/pyproject.toml +++ b/integrations/servicenow/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "servicenow" -version = "0.1.98" +version = "0.1.99" description = "ServiceNow Ocean Integration" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.17.5", extras = ["cli"]} +port_ocean = {version = "^0.17.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 2025780d2a..c21dfd48b8 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.122 (2025-01-08) + + +### Improvements + +- Bumped ocean version to ^0.17.6 + + ## 0.1.121 (2025-01-07) diff --git a/integrations/snyk/poetry.lock b/integrations/snyk/poetry.lock index 540f16defd..b214317689 100644 --- a/integrations/snyk/poetry.lock +++ b/integrations/snyk/poetry.lock @@ -1094,14 +1094,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.17.5" +version = "0.17.6" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" groups = ["main"] files = [ - {file = "port_ocean-0.17.5-py3-none-any.whl", hash = "sha256:a8f0c7563a1755fed78cd58dc9e9be45a482f9982a8cdd2c42e3255ee30d569b"}, - {file = "port_ocean-0.17.5.tar.gz", hash = "sha256:5dd674effa2b84bb1914e2d1f8563765a0a527fc16fe6fb49f17157958dfe358"}, + {file = "port_ocean-0.17.6-py3-none-any.whl", hash = "sha256:826fecde62ecad0967958481f01cc01a3046e3987ea4c47d4f13329610fcf01d"}, + {file = "port_ocean-0.17.6.tar.gz", hash = "sha256:f5c7cc121b1d7f9c93ab7fa38f3c48047f919f160783a3a63e1c73fa9e98f2fe"}, ] [package.dependencies] @@ -1747,4 +1747,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "e6f7eb2e4b279e617fefee954d773523e6359c3febfda2e253f1c50e019a9fca" +content-hash = "d2b00d294819c7b5f37639a92f21cbf13afce58086e2de540a6f2e53b38c02b8" diff --git a/integrations/snyk/pyproject.toml b/integrations/snyk/pyproject.toml index de4034e0f0..2dff9c1c5a 100644 --- a/integrations/snyk/pyproject.toml +++ b/integrations/snyk/pyproject.toml @@ -1,13 +1,13 @@ [tool.poetry] name = "snyk" -version = "0.1.121" +version = "0.1.122" description = "Snyk integration powered by Ocean" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.12" aiolimiter = "^1.1.0" -port_ocean = {version = "^0.17.5", extras = ["cli"]} +port_ocean = {version = "^0.17.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 0563558af7..7e7d46edb3 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.131 (2025-01-08) + + +### Improvements + +- Bumped ocean version to ^0.17.6 + + ## 0.1.130 (2025-01-07) diff --git a/integrations/sonarqube/poetry.lock b/integrations/sonarqube/poetry.lock index 93d3ed73ef..890a12973e 100644 --- a/integrations/sonarqube/poetry.lock +++ b/integrations/sonarqube/poetry.lock @@ -1082,14 +1082,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.17.5" +version = "0.17.6" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" groups = ["main"] files = [ - {file = "port_ocean-0.17.5-py3-none-any.whl", hash = "sha256:a8f0c7563a1755fed78cd58dc9e9be45a482f9982a8cdd2c42e3255ee30d569b"}, - {file = "port_ocean-0.17.5.tar.gz", hash = "sha256:5dd674effa2b84bb1914e2d1f8563765a0a527fc16fe6fb49f17157958dfe358"}, + {file = "port_ocean-0.17.6-py3-none-any.whl", hash = "sha256:826fecde62ecad0967958481f01cc01a3046e3987ea4c47d4f13329610fcf01d"}, + {file = "port_ocean-0.17.6.tar.gz", hash = "sha256:f5c7cc121b1d7f9c93ab7fa38f3c48047f919f160783a3a63e1c73fa9e98f2fe"}, ] [package.dependencies] @@ -1735,4 +1735,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "26f77038246c0140aecbe31c4ada0ad6e7b941a2f24c584fe39740c77ceccaaa" +content-hash = "b183232c0f4e4f38a8c2276d3117147f3e2a88c0cd39dc0ff0fa12bb3d2c362d" diff --git a/integrations/sonarqube/pyproject.toml b/integrations/sonarqube/pyproject.toml index 548cf6e102..55bd116bbc 100644 --- a/integrations/sonarqube/pyproject.toml +++ b/integrations/sonarqube/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "sonarqube" -version = "0.1.130" +version = "0.1.131" description = "SonarQube projects and code quality analysis integration" authors = ["Port Team "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.17.5", extras = ["cli"]} +port_ocean = {version = "^0.17.6", extras = ["cli"]} rich = "^13.5.2" cookiecutter = "^2.3.0" diff --git a/integrations/statuspage/CHANGELOG.md b/integrations/statuspage/CHANGELOG.md index c7dd8bec10..dba6a1afc8 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.58 (2025-01-08) + + +### Improvements + +- Bumped ocean version to ^0.17.6 + + ## 0.1.57 (2025-01-07) diff --git a/integrations/statuspage/poetry.lock b/integrations/statuspage/poetry.lock index ae8fea2fbc..d2422210e8 100644 --- a/integrations/statuspage/poetry.lock +++ b/integrations/statuspage/poetry.lock @@ -1082,14 +1082,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.17.5" +version = "0.17.6" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" groups = ["main"] files = [ - {file = "port_ocean-0.17.5-py3-none-any.whl", hash = "sha256:a8f0c7563a1755fed78cd58dc9e9be45a482f9982a8cdd2c42e3255ee30d569b"}, - {file = "port_ocean-0.17.5.tar.gz", hash = "sha256:5dd674effa2b84bb1914e2d1f8563765a0a527fc16fe6fb49f17157958dfe358"}, + {file = "port_ocean-0.17.6-py3-none-any.whl", hash = "sha256:826fecde62ecad0967958481f01cc01a3046e3987ea4c47d4f13329610fcf01d"}, + {file = "port_ocean-0.17.6.tar.gz", hash = "sha256:f5c7cc121b1d7f9c93ab7fa38f3c48047f919f160783a3a63e1c73fa9e98f2fe"}, ] [package.dependencies] @@ -1735,4 +1735,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "a5a4ed2459b892fcc2594214ac7d3e5170c2abf22a76ebdada77e0895623283b" +content-hash = "551408e52d98b2bc1a7f8671322b424fe1d192787713f580255174d6ac0e2bb1" diff --git a/integrations/statuspage/pyproject.toml b/integrations/statuspage/pyproject.toml index 66ed1b6f75..6ed52fc28b 100644 --- a/integrations/statuspage/pyproject.toml +++ b/integrations/statuspage/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "statuspage" -version = "0.1.57" +version = "0.1.58" 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.17.5", extras = ["cli"]} +port_ocean = {version = "^0.17.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 7675eff8f4..7d3c9ace25 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.98 (2025-01-08) + + +### Improvements + +- Bumped ocean version to ^0.17.6 + + ## 0.1.97 (2025-01-07) diff --git a/integrations/terraform-cloud/poetry.lock b/integrations/terraform-cloud/poetry.lock index 540f16defd..b214317689 100644 --- a/integrations/terraform-cloud/poetry.lock +++ b/integrations/terraform-cloud/poetry.lock @@ -1094,14 +1094,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.17.5" +version = "0.17.6" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" groups = ["main"] files = [ - {file = "port_ocean-0.17.5-py3-none-any.whl", hash = "sha256:a8f0c7563a1755fed78cd58dc9e9be45a482f9982a8cdd2c42e3255ee30d569b"}, - {file = "port_ocean-0.17.5.tar.gz", hash = "sha256:5dd674effa2b84bb1914e2d1f8563765a0a527fc16fe6fb49f17157958dfe358"}, + {file = "port_ocean-0.17.6-py3-none-any.whl", hash = "sha256:826fecde62ecad0967958481f01cc01a3046e3987ea4c47d4f13329610fcf01d"}, + {file = "port_ocean-0.17.6.tar.gz", hash = "sha256:f5c7cc121b1d7f9c93ab7fa38f3c48047f919f160783a3a63e1c73fa9e98f2fe"}, ] [package.dependencies] @@ -1747,4 +1747,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "e6f7eb2e4b279e617fefee954d773523e6359c3febfda2e253f1c50e019a9fca" +content-hash = "d2b00d294819c7b5f37639a92f21cbf13afce58086e2de540a6f2e53b38c02b8" diff --git a/integrations/terraform-cloud/pyproject.toml b/integrations/terraform-cloud/pyproject.toml index 3f78679e08..583b4c8d46 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.97" +version = "0.1.98" description = "Terraform Cloud Integration for Port" authors = ["Michael Armah "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.17.5", extras = ["cli"]} +port_ocean = {version = "^0.17.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 60edb1ae85..8f18b2c5eb 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.90 (2025-01-08) + + +### Improvements + +- Bumped ocean version to ^0.17.6 + + ## 0.1.89 (2025-01-07) diff --git a/integrations/wiz/poetry.lock b/integrations/wiz/poetry.lock index ae8fea2fbc..d2422210e8 100644 --- a/integrations/wiz/poetry.lock +++ b/integrations/wiz/poetry.lock @@ -1082,14 +1082,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.17.5" +version = "0.17.6" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.12" groups = ["main"] files = [ - {file = "port_ocean-0.17.5-py3-none-any.whl", hash = "sha256:a8f0c7563a1755fed78cd58dc9e9be45a482f9982a8cdd2c42e3255ee30d569b"}, - {file = "port_ocean-0.17.5.tar.gz", hash = "sha256:5dd674effa2b84bb1914e2d1f8563765a0a527fc16fe6fb49f17157958dfe358"}, + {file = "port_ocean-0.17.6-py3-none-any.whl", hash = "sha256:826fecde62ecad0967958481f01cc01a3046e3987ea4c47d4f13329610fcf01d"}, + {file = "port_ocean-0.17.6.tar.gz", hash = "sha256:f5c7cc121b1d7f9c93ab7fa38f3c48047f919f160783a3a63e1c73fa9e98f2fe"}, ] [package.dependencies] @@ -1735,4 +1735,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "a5a4ed2459b892fcc2594214ac7d3e5170c2abf22a76ebdada77e0895623283b" +content-hash = "551408e52d98b2bc1a7f8671322b424fe1d192787713f580255174d6ac0e2bb1" diff --git a/integrations/wiz/pyproject.toml b/integrations/wiz/pyproject.toml index 7dad2a3591..7daade4e4b 100644 --- a/integrations/wiz/pyproject.toml +++ b/integrations/wiz/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "wiz" -version = "0.1.89" +version = "0.1.90" description = "Wiz Port integration in Ocean" authors = ["Albert Luganga "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.17.5", extras = ["cli"]} +port_ocean = {version = "^0.17.6", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration