diff --git a/integrations/argocd/CHANGELOG.md b/integrations/argocd/CHANGELOG.md index 3ecbf3a15a..bd735aebe1 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.132 (2025-02-09) + + +### Improvements + +- Bumped ocean version to ^0.18.9 + + ## 0.1.131 (2025-02-04) diff --git a/integrations/argocd/poetry.lock b/integrations/argocd/poetry.lock index adbf00cbda..dee048f0f6 100644 --- a/integrations/argocd/poetry.lock +++ b/integrations/argocd/poetry.lock @@ -1041,13 +1041,12 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.18.8" +version = "0.18.9" 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.18.8-py3-none-any.whl", hash = "sha256:489f19273c8fc7fb380349305caba58a330c2871b06fa4c2788c1f5d396ff0b5"}, - {file = "port_ocean-0.18.8.tar.gz", hash = "sha256:9a509bf962bc0db027c6bc2b518692e42108a2df6986a1eb3e503236267275bf"}, + {file = "port_ocean-0.18.9-py3-none-any.whl", hash = "sha256:8249cb99cc26ddad00976035875e129a2fef52375f512d4a0f9294e2b6dc0e0f"}, ] [package.dependencies] @@ -1660,4 +1659,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "ef413fdb454edd3dc19d1af7b8a722c297446d7946f641a8c10fc26268efd190" +content-hash = "ef0ad5ce0348a297d4af09f43da847184a07ecf38d206b2d519d701ab9ff33ba" diff --git a/integrations/argocd/pyproject.toml b/integrations/argocd/pyproject.toml index eddc7d4f07..c6f48580fc 100644 --- a/integrations/argocd/pyproject.toml +++ b/integrations/argocd/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "argocd" -version = "0.1.131" +version = "0.1.132" description = "Argo CD integration powered by Ocean" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.18.8", extras = ["cli"]} +port_ocean = {version = "^0.18.9", 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 a49dc54dca..0aa7732d0a 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.96 (2025-02-09) + + +### Improvements + +- Bumped ocean version to ^0.18.9 + + ## 0.2.95 (2025-01-24) diff --git a/integrations/aws/poetry.lock b/integrations/aws/poetry.lock index 4326c322de..fc2b90ce78 100644 --- a/integrations/aws/poetry.lock +++ b/integrations/aws/poetry.lock @@ -2281,13 +2281,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.18.8" +version = "0.18.9" 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.18.8-py3-none-any.whl", hash = "sha256:489f19273c8fc7fb380349305caba58a330c2871b06fa4c2788c1f5d396ff0b5"}, - {file = "port_ocean-0.18.8.tar.gz", hash = "sha256:9a509bf962bc0db027c6bc2b518692e42108a2df6986a1eb3e503236267275bf"}, + {file = "port_ocean-0.18.9-py3-none-any.whl", hash = "sha256:8249cb99cc26ddad00976035875e129a2fef52375f512d4a0f9294e2b6dc0e0f"}, + {file = "port_ocean-0.18.9.tar.gz", hash = "sha256:fbfa54dcfb43912d3ab1e54fbef1d361c3180df6d95881b80ead64cea5978f3f"}, ] [package.dependencies] @@ -4043,4 +4043,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "f3095037a983e25dcc0c519d726592bb477a000225aff8a99f55b3864f1b539a" +content-hash = "f306323c6b549d262f2347e998f3ec648332b2e10cf6fc530af93516a969cc48" diff --git a/integrations/aws/pyproject.toml b/integrations/aws/pyproject.toml index 1c9bd175d0..59f1e844ae 100644 --- a/integrations/aws/pyproject.toml +++ b/integrations/aws/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "aws" -version = "0.2.95" +version = "0.2.96" 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.18.8", extras = ["cli"]} +port_ocean = {version = "^0.18.9", 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 6c15bcb2cc..7cf876aaff 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.117 (2025-02-09) + + +### Improvements + +- Bumped ocean version to ^0.18.9 + + ## 0.1.116 (2025-02-5) diff --git a/integrations/azure-devops/poetry.lock b/integrations/azure-devops/poetry.lock index f5f677c81e..92e08f2a15 100644 --- a/integrations/azure-devops/poetry.lock +++ b/integrations/azure-devops/poetry.lock @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.18.8" +version = "0.18.9" 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.18.8-py3-none-any.whl", hash = "sha256:489f19273c8fc7fb380349305caba58a330c2871b06fa4c2788c1f5d396ff0b5"}, - {file = "port_ocean-0.18.8.tar.gz", hash = "sha256:9a509bf962bc0db027c6bc2b518692e42108a2df6986a1eb3e503236267275bf"}, + {file = "port_ocean-0.18.9-py3-none-any.whl", hash = "sha256:8249cb99cc26ddad00976035875e129a2fef52375f512d4a0f9294e2b6dc0e0f"}, + {file = "port_ocean-0.18.9.tar.gz", hash = "sha256:fbfa54dcfb43912d3ab1e54fbef1d361c3180df6d95881b80ead64cea5978f3f"}, ] [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 = "82a6a5a189d3c3d432ac4451322bda7e9a8f776d5ee0973c3b637153695623e5" +content-hash = "285cfe19fd635a577cf9de3eb47ad938abae88fc1ee5922c14dd7fdc2636003a" diff --git a/integrations/azure-devops/pyproject.toml b/integrations/azure-devops/pyproject.toml index ac212377b0..2aa0ba49c1 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.116" +version = "0.1.117" description = "An Azure Devops Ocean integration" authors = ["Matan Geva "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.18.8", extras = ["cli"]} +port_ocean = {version = "^0.18.9", 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 7fb26e27ab..a248c21bc5 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.137 (2025-02-09) + +### Improvements + +- Bumped ocean version to ^0.18.9 + + 0.1.136 (2025-02-04) ### Improvements diff --git a/integrations/azure/poetry.lock b/integrations/azure/poetry.lock index df6bc207da..ca4fa29de4 100644 --- a/integrations/azure/poetry.lock +++ b/integrations/azure/poetry.lock @@ -1589,13 +1589,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.18.8" +version = "0.18.9" 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.18.8-py3-none-any.whl", hash = "sha256:489f19273c8fc7fb380349305caba58a330c2871b06fa4c2788c1f5d396ff0b5"}, - {file = "port_ocean-0.18.8.tar.gz", hash = "sha256:9a509bf962bc0db027c6bc2b518692e42108a2df6986a1eb3e503236267275bf"}, + {file = "port_ocean-0.18.9-py3-none-any.whl", hash = "sha256:8249cb99cc26ddad00976035875e129a2fef52375f512d4a0f9294e2b6dc0e0f"}, + {file = "port_ocean-0.18.9.tar.gz", hash = "sha256:fbfa54dcfb43912d3ab1e54fbef1d361c3180df6d95881b80ead64cea5978f3f"}, ] [package.dependencies] @@ -2495,4 +2495,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "f00add4485619bdf8e5ab94918c31fe6d2fdaf50cc5ae01ef4d328152a6d7bd5" +content-hash = "533ac7b42a1d1aeb646db80d92506d33c60b9e6280f3402c6e0389b8dc8e0fbc" diff --git a/integrations/azure/pyproject.toml b/integrations/azure/pyproject.toml index 22be381f8a..cff8bf1182 100644 --- a/integrations/azure/pyproject.toml +++ b/integrations/azure/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "azure" -version = "0.1.136" +version = "0.1.137" description = "Azure integration" authors = ["Tom Tankilevitch "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.18.8", extras = ["cli"]} +port_ocean = {version = "^0.18.9", 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 cec43cf0f4..907c37ef41 100644 --- a/integrations/backstage/CHANGELOG.md +++ b/integrations/backstage/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.1.40-beta (2025-02-09) + + +### Improvements + +- Bumped ocean version to ^0.18.9 + + ## 0.1.39-beta (2025-02-04) diff --git a/integrations/backstage/poetry.lock b/integrations/backstage/poetry.lock index 713136483a..ca200ce813 100644 --- a/integrations/backstage/poetry.lock +++ b/integrations/backstage/poetry.lock @@ -913,13 +913,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.18.8" +version = "0.18.9" 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.18.8-py3-none-any.whl", hash = "sha256:489f19273c8fc7fb380349305caba58a330c2871b06fa4c2788c1f5d396ff0b5"}, - {file = "port_ocean-0.18.8.tar.gz", hash = "sha256:9a509bf962bc0db027c6bc2b518692e42108a2df6986a1eb3e503236267275bf"}, + {file = "port_ocean-0.18.9-py3-none-any.whl", hash = "sha256:8249cb99cc26ddad00976035875e129a2fef52375f512d4a0f9294e2b6dc0e0f"}, + {file = "port_ocean-0.18.9.tar.gz", hash = "sha256:fbfa54dcfb43912d3ab1e54fbef1d361c3180df6d95881b80ead64cea5978f3f"}, ] [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 = "0c05e4fabb9449ee6625fee7dde8845059e34190deaf6156dcc6f3545a5824cc" +content-hash = "5fe2ac059b839915554195cbeeacbe90462de203ad16aad7c1a56cc804608fc4" diff --git a/integrations/backstage/pyproject.toml b/integrations/backstage/pyproject.toml index fff1aefe8c..bd76db591b 100644 --- a/integrations/backstage/pyproject.toml +++ b/integrations/backstage/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "backstage" -version = "0.1.39-beta" +version = "0.1.40-beta" description = "Importing resources from Backstage IDP" authors = ["Roi Talpaz "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.18.8", extras = ["cli"]} +port_ocean = {version = "^0.18.9", 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 32d2eea149..b9a75158cc 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.18 (2025-02-09) + + +### Improvements + +- Bumped ocean version to ^0.18.9 + + ## 0.2.17 (2025-02-04) diff --git a/integrations/datadog/poetry.lock b/integrations/datadog/poetry.lock index 91d477a463..4423c68e1f 100644 --- a/integrations/datadog/poetry.lock +++ b/integrations/datadog/poetry.lock @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.18.8" +version = "0.18.9" 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.18.8-py3-none-any.whl", hash = "sha256:489f19273c8fc7fb380349305caba58a330c2871b06fa4c2788c1f5d396ff0b5"}, - {file = "port_ocean-0.18.8.tar.gz", hash = "sha256:9a509bf962bc0db027c6bc2b518692e42108a2df6986a1eb3e503236267275bf"}, + {file = "port_ocean-0.18.9-py3-none-any.whl", hash = "sha256:8249cb99cc26ddad00976035875e129a2fef52375f512d4a0f9294e2b6dc0e0f"}, + {file = "port_ocean-0.18.9.tar.gz", hash = "sha256:fbfa54dcfb43912d3ab1e54fbef1d361c3180df6d95881b80ead64cea5978f3f"}, ] [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 = "8eabe630db9b00d7045c18191195cebc991df0a2c90f172f4d8aadbb5ee75b8a" +content-hash = "e4a40d8d05f8cde14f6ecf236220363de374ef1beb18fc452b6386658d8e63a7" diff --git a/integrations/datadog/pyproject.toml b/integrations/datadog/pyproject.toml index 77495a591c..d78cb3ee57 100644 --- a/integrations/datadog/pyproject.toml +++ b/integrations/datadog/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "datadog" -version = "0.2.17" +version = "0.2.18" description = "Datadog Ocean Integration" authors = ["Albert Luganga "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.18.8", extras = ["cli"]} +port_ocean = {version = "^0.18.9", extras = ["cli"]} loguru = "^0.7.2" [tool.poetry.group.dev.dependencies] diff --git a/integrations/dynatrace/CHANGELOG.md b/integrations/dynatrace/CHANGELOG.md index 7cce4d0d73..ae55cb9f7b 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.99 (2025-02-09) + + +### Improvements + +- Bumped ocean version to ^0.18.9 + + ## 0.1.98 (2025-02-04) diff --git a/integrations/dynatrace/poetry.lock b/integrations/dynatrace/poetry.lock index adbf00cbda..f59e47a3a3 100644 --- a/integrations/dynatrace/poetry.lock +++ b/integrations/dynatrace/poetry.lock @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.18.8" +version = "0.18.9" 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.18.8-py3-none-any.whl", hash = "sha256:489f19273c8fc7fb380349305caba58a330c2871b06fa4c2788c1f5d396ff0b5"}, - {file = "port_ocean-0.18.8.tar.gz", hash = "sha256:9a509bf962bc0db027c6bc2b518692e42108a2df6986a1eb3e503236267275bf"}, + {file = "port_ocean-0.18.9-py3-none-any.whl", hash = "sha256:8249cb99cc26ddad00976035875e129a2fef52375f512d4a0f9294e2b6dc0e0f"}, + {file = "port_ocean-0.18.9.tar.gz", hash = "sha256:fbfa54dcfb43912d3ab1e54fbef1d361c3180df6d95881b80ead64cea5978f3f"}, ] [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 = "ef413fdb454edd3dc19d1af7b8a722c297446d7946f641a8c10fc26268efd190" +content-hash = "ef0ad5ce0348a297d4af09f43da847184a07ecf38d206b2d519d701ab9ff33ba" diff --git a/integrations/dynatrace/pyproject.toml b/integrations/dynatrace/pyproject.toml index 78ed6a3010..d9bafdd53b 100644 --- a/integrations/dynatrace/pyproject.toml +++ b/integrations/dynatrace/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "dynatrace" -version = "0.1.98" +version = "0.1.99" description = "An integration used to import Dynatrace resources into Port" authors = ["Ayodeji Adeoti <>"] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.18.8", extras = ["cli"]} +port_ocean = {version = "^0.18.9", 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 e65c88db66..b94c7df15b 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.48-dev (2025-02-09) + + +### Improvements + +- Bumped ocean version to ^0.18.9 + + ## 0.1.47-dev (2025-02-04) diff --git a/integrations/fake-integration/poetry.lock b/integrations/fake-integration/poetry.lock index f757c28d9f..a0b2f9b9cd 100644 --- a/integrations/fake-integration/poetry.lock +++ b/integrations/fake-integration/poetry.lock @@ -1168,13 +1168,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.18.8" +version = "0.18.9" 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.18.8-py3-none-any.whl", hash = "sha256:489f19273c8fc7fb380349305caba58a330c2871b06fa4c2788c1f5d396ff0b5"}, - {file = "port_ocean-0.18.8.tar.gz", hash = "sha256:9a509bf962bc0db027c6bc2b518692e42108a2df6986a1eb3e503236267275bf"}, + {file = "port_ocean-0.18.9-py3-none-any.whl", hash = "sha256:8249cb99cc26ddad00976035875e129a2fef52375f512d4a0f9294e2b6dc0e0f"}, + {file = "port_ocean-0.18.9.tar.gz", hash = "sha256:fbfa54dcfb43912d3ab1e54fbef1d361c3180df6d95881b80ead64cea5978f3f"}, ] [package.dependencies] @@ -1903,4 +1903,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "9ef3db05db3be517d29042ecd8095443205238f39513b6f867359e98f89f3db8" +content-hash = "f315374d4143d1ce4ada3c0624a98797eca1757d0746683ab458f2d9ba968710" diff --git a/integrations/fake-integration/pyproject.toml b/integrations/fake-integration/pyproject.toml index d44cec8f44..32651b70f6 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.47-dev" +version = "0.1.48-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.18.8", extras = ["cli"]} +port_ocean = {version = "^0.18.9", extras = ["cli"]} faker = "^28.0.0" [tool.poetry.group.dev.dependencies] diff --git a/integrations/firehydrant/CHANGELOG.md b/integrations/firehydrant/CHANGELOG.md index b579905792..d20b31f3ba 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.120 (2025-02-09) + + +### Improvements + +- Bumped ocean version to ^0.18.9 + + ## 0.1.119 (2025-02-04) diff --git a/integrations/firehydrant/poetry.lock b/integrations/firehydrant/poetry.lock index adbf00cbda..f59e47a3a3 100644 --- a/integrations/firehydrant/poetry.lock +++ b/integrations/firehydrant/poetry.lock @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.18.8" +version = "0.18.9" 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.18.8-py3-none-any.whl", hash = "sha256:489f19273c8fc7fb380349305caba58a330c2871b06fa4c2788c1f5d396ff0b5"}, - {file = "port_ocean-0.18.8.tar.gz", hash = "sha256:9a509bf962bc0db027c6bc2b518692e42108a2df6986a1eb3e503236267275bf"}, + {file = "port_ocean-0.18.9-py3-none-any.whl", hash = "sha256:8249cb99cc26ddad00976035875e129a2fef52375f512d4a0f9294e2b6dc0e0f"}, + {file = "port_ocean-0.18.9.tar.gz", hash = "sha256:fbfa54dcfb43912d3ab1e54fbef1d361c3180df6d95881b80ead64cea5978f3f"}, ] [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 = "ef413fdb454edd3dc19d1af7b8a722c297446d7946f641a8c10fc26268efd190" +content-hash = "ef0ad5ce0348a297d4af09f43da847184a07ecf38d206b2d519d701ab9ff33ba" diff --git a/integrations/firehydrant/pyproject.toml b/integrations/firehydrant/pyproject.toml index c9b2a70daf..cbdfa21857 100644 --- a/integrations/firehydrant/pyproject.toml +++ b/integrations/firehydrant/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "firehydrant" -version = "0.1.119" +version = "0.1.120" description = "FireHydrant Integration Powered by Ocean" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.18.8", extras = ["cli"]} +port_ocean = {version = "^0.18.9", 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 918fc81a6b..39cb26cb19 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.102 (2025-02-09) + + +### Improvements + +- Bumped ocean version to ^0.18.9 + + ## 0.1.101 (2025-02-04) diff --git a/integrations/gcp/poetry.lock b/integrations/gcp/poetry.lock index 0d32dc59f0..23bf7e4a01 100644 --- a/integrations/gcp/poetry.lock +++ b/integrations/gcp/poetry.lock @@ -1460,13 +1460,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.18.8" +version = "0.18.9" 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.18.8-py3-none-any.whl", hash = "sha256:489f19273c8fc7fb380349305caba58a330c2871b06fa4c2788c1f5d396ff0b5"}, - {file = "port_ocean-0.18.8.tar.gz", hash = "sha256:9a509bf962bc0db027c6bc2b518692e42108a2df6986a1eb3e503236267275bf"}, + {file = "port_ocean-0.18.9-py3-none-any.whl", hash = "sha256:8249cb99cc26ddad00976035875e129a2fef52375f512d4a0f9294e2b6dc0e0f"}, + {file = "port_ocean-0.18.9.tar.gz", hash = "sha256:fbfa54dcfb43912d3ab1e54fbef1d361c3180df6d95881b80ead64cea5978f3f"}, ] [package.dependencies] @@ -2267,4 +2267,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "a32acf1e5a9b6e92257422237c2bad88912f991478561b5fcf8394cacda7d3a7" +content-hash = "c5dac2ad999f85ccfb18932fd66a0cd48bba48ad5bff2563d037b14ed4d42beb" diff --git a/integrations/gcp/pyproject.toml b/integrations/gcp/pyproject.toml index ea5a3fc0d1..5dfdcbb51b 100644 --- a/integrations/gcp/pyproject.toml +++ b/integrations/gcp/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "gcp" -version = "0.1.101" +version = "0.1.102" description = "A GCP ocean integration" authors = ["Matan Geva "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.18.8", extras = ["cli"]} +port_ocean = {version = "^0.18.9", 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 e97507bd9d..d74cb5deb1 100644 --- a/integrations/gitlab/CHANGELOG.md +++ b/integrations/gitlab/CHANGELOG.md @@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +0.2.33 (2025-02-09) +=================== + +### Improvements + +- Bumped ocean version to ^0.18.9 + + 0.2.32 (2025-02-05) =================== diff --git a/integrations/gitlab/poetry.lock b/integrations/gitlab/poetry.lock index 5fdf9da2e3..1240a2a191 100644 --- a/integrations/gitlab/poetry.lock +++ b/integrations/gitlab/poetry.lock @@ -1149,13 +1149,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.18.8" +version = "0.18.9" 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.18.8-py3-none-any.whl", hash = "sha256:489f19273c8fc7fb380349305caba58a330c2871b06fa4c2788c1f5d396ff0b5"}, - {file = "port_ocean-0.18.8.tar.gz", hash = "sha256:9a509bf962bc0db027c6bc2b518692e42108a2df6986a1eb3e503236267275bf"}, + {file = "port_ocean-0.18.9-py3-none-any.whl", hash = "sha256:8249cb99cc26ddad00976035875e129a2fef52375f512d4a0f9294e2b6dc0e0f"}, + {file = "port_ocean-0.18.9.tar.gz", hash = "sha256:fbfa54dcfb43912d3ab1e54fbef1d361c3180df6d95881b80ead64cea5978f3f"}, ] [package.dependencies] @@ -1926,4 +1926,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "2e9bbc8792d17a6dfdb4e03107e13dd1c19d08f97d573b32674181553d3d09f6" +content-hash = "4a551ac93b3509dd3157d7c7b291b34c1b3d83492ef2d4b88ab31d6cd1e55f46" diff --git a/integrations/gitlab/pyproject.toml b/integrations/gitlab/pyproject.toml index cbaa5477c4..f9a45d25e4 100644 --- a/integrations/gitlab/pyproject.toml +++ b/integrations/gitlab/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gitlab" -version = "0.2.32" +version = "0.2.33" 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.18.8", extras = ["cli"]} +port_ocean = {version = "^0.18.9", extras = ["cli"]} glob2 = "^0.7" braceexpand = "^0.1.7" diff --git a/integrations/jenkins/CHANGELOG.md b/integrations/jenkins/CHANGELOG.md index 45d98611ca..58644ccf2e 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.102 (2025-02-09) + + +### Improvements + +- Bumped ocean version to ^0.18.9 + + ## 0.1.101 (2025-02-04) diff --git a/integrations/jenkins/poetry.lock b/integrations/jenkins/poetry.lock index 2c4dfe610b..886a3f524b 100644 --- a/integrations/jenkins/poetry.lock +++ b/integrations/jenkins/poetry.lock @@ -1052,13 +1052,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.18.8" +version = "0.18.9" 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.18.8-py3-none-any.whl", hash = "sha256:489f19273c8fc7fb380349305caba58a330c2871b06fa4c2788c1f5d396ff0b5"}, - {file = "port_ocean-0.18.8.tar.gz", hash = "sha256:9a509bf962bc0db027c6bc2b518692e42108a2df6986a1eb3e503236267275bf"}, + {file = "port_ocean-0.18.9-py3-none-any.whl", hash = "sha256:8249cb99cc26ddad00976035875e129a2fef52375f512d4a0f9294e2b6dc0e0f"}, + {file = "port_ocean-0.18.9.tar.gz", hash = "sha256:fbfa54dcfb43912d3ab1e54fbef1d361c3180df6d95881b80ead64cea5978f3f"}, ] [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 = "4fdc0f25024abb54e255c75f0f9ea8124b24c3af8f18cbc45e450945e0eaa52e" +content-hash = "6ac1593d0fdb2bfbc60d21e3360f97a3898c5b1d479e2c9c1774ac6e00b18fdd" diff --git a/integrations/jenkins/pyproject.toml b/integrations/jenkins/pyproject.toml index d12b91ad14..5217fdca8c 100644 --- a/integrations/jenkins/pyproject.toml +++ b/integrations/jenkins/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "jenkins" -version = "0.1.101" +version = "0.1.102" description = "Jenkins Integration to Port Ocean" authors = ["Albert Luganga "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.18.8", extras = ["cli"]} +port_ocean = {version = "^0.18.9", 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 84442e5346..9bc4177cc8 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.34 (2025-02-09) + + +### Improvements + +- Bumped ocean version to ^0.18.9 + + ## 0.2.33 (2025-02-04) diff --git a/integrations/jira/poetry.lock b/integrations/jira/poetry.lock index ae93f75a8a..273bba06c2 100644 --- a/integrations/jira/poetry.lock +++ b/integrations/jira/poetry.lock @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.18.8" +version = "0.18.9" 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.18.8-py3-none-any.whl", hash = "sha256:489f19273c8fc7fb380349305caba58a330c2871b06fa4c2788c1f5d396ff0b5"}, - {file = "port_ocean-0.18.8.tar.gz", hash = "sha256:9a509bf962bc0db027c6bc2b518692e42108a2df6986a1eb3e503236267275bf"}, + {file = "port_ocean-0.18.9-py3-none-any.whl", hash = "sha256:8249cb99cc26ddad00976035875e129a2fef52375f512d4a0f9294e2b6dc0e0f"}, + {file = "port_ocean-0.18.9.tar.gz", hash = "sha256:fbfa54dcfb43912d3ab1e54fbef1d361c3180df6d95881b80ead64cea5978f3f"}, ] [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 = "d53045c6f2b46b504278c8c4db7a5ad88356598db53d0c673d8fa5a128eb5a90" +content-hash = "d09222d08665e0053b8916b244cd9b5a018c68efd3655bb77ce202609d106f2e" diff --git a/integrations/jira/pyproject.toml b/integrations/jira/pyproject.toml index 044846a908..30b9c0b05f 100644 --- a/integrations/jira/pyproject.toml +++ b/integrations/jira/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "jira" -version = "0.2.33" +version = "0.2.34" description = "Integration to bring information from Jira into Port" authors = ["Mor Paz "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.18.8", extras = ["cli"]} +port_ocean = {version = "^0.18.9", extras = ["cli"]} httpx = "^0.27.0" [tool.poetry.group.dev.dependencies] diff --git a/integrations/kafka/CHANGELOG.md b/integrations/kafka/CHANGELOG.md index aa1b7a4c0b..cb4c228f6f 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.121 (2025-02-09) + + +### Improvements + +- Bumped ocean version to ^0.18.9 + + ## 0.1.120 (2025-02-05) ### Improvements diff --git a/integrations/kafka/poetry.lock b/integrations/kafka/poetry.lock index a8e23b0375..bfcfd8ca17 100644 --- a/integrations/kafka/poetry.lock +++ b/integrations/kafka/poetry.lock @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.18.8" +version = "0.18.9" 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.18.8-py3-none-any.whl", hash = "sha256:489f19273c8fc7fb380349305caba58a330c2871b06fa4c2788c1f5d396ff0b5"}, - {file = "port_ocean-0.18.8.tar.gz", hash = "sha256:9a509bf962bc0db027c6bc2b518692e42108a2df6986a1eb3e503236267275bf"}, + {file = "port_ocean-0.18.9-py3-none-any.whl", hash = "sha256:8249cb99cc26ddad00976035875e129a2fef52375f512d4a0f9294e2b6dc0e0f"}, + {file = "port_ocean-0.18.9.tar.gz", hash = "sha256:fbfa54dcfb43912d3ab1e54fbef1d361c3180df6d95881b80ead64cea5978f3f"}, ] [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 = "b743b30e01c56c84563932e252f38a3b3b6e77d4c052b31df87cdf464537446c" +content-hash = "794371baae9da492f289a9d09075e5f2aa5394556f789e2fb3fec087ef0353ae" diff --git a/integrations/kafka/pyproject.toml b/integrations/kafka/pyproject.toml index 7dbf6f7f57..61d6e39212 100644 --- a/integrations/kafka/pyproject.toml +++ b/integrations/kafka/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "kafka" -version = "0.1.120" +version = "0.1.121" 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.18.8", extras = ["cli"]} +port_ocean = {version = "^0.18.9", 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 37f24b8c32..81c19d6684 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.123 (2025-02-09) + + +### Improvements + +- Bumped ocean version to ^0.18.9 + + ## 0.1.122 (2025-02-04) diff --git a/integrations/kubecost/poetry.lock b/integrations/kubecost/poetry.lock index adbf00cbda..f59e47a3a3 100644 --- a/integrations/kubecost/poetry.lock +++ b/integrations/kubecost/poetry.lock @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.18.8" +version = "0.18.9" 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.18.8-py3-none-any.whl", hash = "sha256:489f19273c8fc7fb380349305caba58a330c2871b06fa4c2788c1f5d396ff0b5"}, - {file = "port_ocean-0.18.8.tar.gz", hash = "sha256:9a509bf962bc0db027c6bc2b518692e42108a2df6986a1eb3e503236267275bf"}, + {file = "port_ocean-0.18.9-py3-none-any.whl", hash = "sha256:8249cb99cc26ddad00976035875e129a2fef52375f512d4a0f9294e2b6dc0e0f"}, + {file = "port_ocean-0.18.9.tar.gz", hash = "sha256:fbfa54dcfb43912d3ab1e54fbef1d361c3180df6d95881b80ead64cea5978f3f"}, ] [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 = "ef413fdb454edd3dc19d1af7b8a722c297446d7946f641a8c10fc26268efd190" +content-hash = "ef0ad5ce0348a297d4af09f43da847184a07ecf38d206b2d519d701ab9ff33ba" diff --git a/integrations/kubecost/pyproject.toml b/integrations/kubecost/pyproject.toml index ecd08ca8f7..fce693170b 100644 --- a/integrations/kubecost/pyproject.toml +++ b/integrations/kubecost/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "kubecost" -version = "0.1.122" +version = "0.1.123" description = "Kubecost integration powered by Ocean" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.18.8", extras = ["cli"]} +port_ocean = {version = "^0.18.9", 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 aaf46c3c0a..f93eb61600 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.96 (2025-02-09) + + +### Improvements + +- Bumped ocean version to ^0.18.9 + + ## 0.1.95 (2025-02-04) diff --git a/integrations/launchdarkly/poetry.lock b/integrations/launchdarkly/poetry.lock index adbf00cbda..f59e47a3a3 100644 --- a/integrations/launchdarkly/poetry.lock +++ b/integrations/launchdarkly/poetry.lock @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.18.8" +version = "0.18.9" 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.18.8-py3-none-any.whl", hash = "sha256:489f19273c8fc7fb380349305caba58a330c2871b06fa4c2788c1f5d396ff0b5"}, - {file = "port_ocean-0.18.8.tar.gz", hash = "sha256:9a509bf962bc0db027c6bc2b518692e42108a2df6986a1eb3e503236267275bf"}, + {file = "port_ocean-0.18.9-py3-none-any.whl", hash = "sha256:8249cb99cc26ddad00976035875e129a2fef52375f512d4a0f9294e2b6dc0e0f"}, + {file = "port_ocean-0.18.9.tar.gz", hash = "sha256:fbfa54dcfb43912d3ab1e54fbef1d361c3180df6d95881b80ead64cea5978f3f"}, ] [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 = "ef413fdb454edd3dc19d1af7b8a722c297446d7946f641a8c10fc26268efd190" +content-hash = "ef0ad5ce0348a297d4af09f43da847184a07ecf38d206b2d519d701ab9ff33ba" diff --git a/integrations/launchdarkly/pyproject.toml b/integrations/launchdarkly/pyproject.toml index bcee0e7038..8aa270fa40 100644 --- a/integrations/launchdarkly/pyproject.toml +++ b/integrations/launchdarkly/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "launchdarkly" -version = "0.1.95" +version = "0.1.96" description = "LaunchDarkly integration for Port" authors = ["Michael Armah "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.18.8", extras = ["cli"]} +port_ocean = {version = "^0.18.9", 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 04da831b01..a4cd10dc6b 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.81 (2025-02-09) + + +### Improvements + +- Bumped ocean version to ^0.18.9 + + ## 0.1.80 (2025-02-04) diff --git a/integrations/linear/poetry.lock b/integrations/linear/poetry.lock index adbf00cbda..f59e47a3a3 100644 --- a/integrations/linear/poetry.lock +++ b/integrations/linear/poetry.lock @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.18.8" +version = "0.18.9" 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.18.8-py3-none-any.whl", hash = "sha256:489f19273c8fc7fb380349305caba58a330c2871b06fa4c2788c1f5d396ff0b5"}, - {file = "port_ocean-0.18.8.tar.gz", hash = "sha256:9a509bf962bc0db027c6bc2b518692e42108a2df6986a1eb3e503236267275bf"}, + {file = "port_ocean-0.18.9-py3-none-any.whl", hash = "sha256:8249cb99cc26ddad00976035875e129a2fef52375f512d4a0f9294e2b6dc0e0f"}, + {file = "port_ocean-0.18.9.tar.gz", hash = "sha256:fbfa54dcfb43912d3ab1e54fbef1d361c3180df6d95881b80ead64cea5978f3f"}, ] [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 = "ef413fdb454edd3dc19d1af7b8a722c297446d7946f641a8c10fc26268efd190" +content-hash = "ef0ad5ce0348a297d4af09f43da847184a07ecf38d206b2d519d701ab9ff33ba" diff --git a/integrations/linear/pyproject.toml b/integrations/linear/pyproject.toml index f5bfc02e4b..958970f2bd 100644 --- a/integrations/linear/pyproject.toml +++ b/integrations/linear/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "linear" -version = "0.1.80" +version = "0.1.81" description = "Integration to bring information from Linear into Port" authors = ["Mor Paz "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.18.8", extras = ["cli"]} +port_ocean = {version = "^0.18.9", 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 2911bdeb20..847d12f00b 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.129 (2025-02-09) + + +### Improvements + +- Bumped ocean version to ^0.18.9 + + ## 0.1.128 (2025-02-04) diff --git a/integrations/newrelic/poetry.lock b/integrations/newrelic/poetry.lock index ae93f75a8a..273bba06c2 100644 --- a/integrations/newrelic/poetry.lock +++ b/integrations/newrelic/poetry.lock @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.18.8" +version = "0.18.9" 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.18.8-py3-none-any.whl", hash = "sha256:489f19273c8fc7fb380349305caba58a330c2871b06fa4c2788c1f5d396ff0b5"}, - {file = "port_ocean-0.18.8.tar.gz", hash = "sha256:9a509bf962bc0db027c6bc2b518692e42108a2df6986a1eb3e503236267275bf"}, + {file = "port_ocean-0.18.9-py3-none-any.whl", hash = "sha256:8249cb99cc26ddad00976035875e129a2fef52375f512d4a0f9294e2b6dc0e0f"}, + {file = "port_ocean-0.18.9.tar.gz", hash = "sha256:fbfa54dcfb43912d3ab1e54fbef1d361c3180df6d95881b80ead64cea5978f3f"}, ] [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 = "d53045c6f2b46b504278c8c4db7a5ad88356598db53d0c673d8fa5a128eb5a90" +content-hash = "d09222d08665e0053b8916b244cd9b5a018c68efd3655bb77ce202609d106f2e" diff --git a/integrations/newrelic/pyproject.toml b/integrations/newrelic/pyproject.toml index e73595d258..b306304a03 100644 --- a/integrations/newrelic/pyproject.toml +++ b/integrations/newrelic/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "newrelic" -version = "0.1.128" +version = "0.1.129" description = "New Relic Integration" authors = ["Tom Tankilevitch "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.18.8", extras = ["cli"]} +port_ocean = {version = "^0.18.9", extras = ["cli"]} httpx = "^0.27.0" [tool.poetry.group.dev.dependencies] diff --git a/integrations/octopus/CHANGELOG.md b/integrations/octopus/CHANGELOG.md index 61b24b9019..7ffb3d5e68 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.55 (2025-02-09) + +### Improvements + +- Bumped ocean version to ^0.18.9 + + # Port_Ocean 0.1.54 (2025-02-04) ### Improvements diff --git a/integrations/octopus/poetry.lock b/integrations/octopus/poetry.lock index adbf00cbda..f59e47a3a3 100644 --- a/integrations/octopus/poetry.lock +++ b/integrations/octopus/poetry.lock @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.18.8" +version = "0.18.9" 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.18.8-py3-none-any.whl", hash = "sha256:489f19273c8fc7fb380349305caba58a330c2871b06fa4c2788c1f5d396ff0b5"}, - {file = "port_ocean-0.18.8.tar.gz", hash = "sha256:9a509bf962bc0db027c6bc2b518692e42108a2df6986a1eb3e503236267275bf"}, + {file = "port_ocean-0.18.9-py3-none-any.whl", hash = "sha256:8249cb99cc26ddad00976035875e129a2fef52375f512d4a0f9294e2b6dc0e0f"}, + {file = "port_ocean-0.18.9.tar.gz", hash = "sha256:fbfa54dcfb43912d3ab1e54fbef1d361c3180df6d95881b80ead64cea5978f3f"}, ] [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 = "ef413fdb454edd3dc19d1af7b8a722c297446d7946f641a8c10fc26268efd190" +content-hash = "ef0ad5ce0348a297d4af09f43da847184a07ecf38d206b2d519d701ab9ff33ba" diff --git a/integrations/octopus/pyproject.toml b/integrations/octopus/pyproject.toml index 8400c6b414..a039e711f7 100644 --- a/integrations/octopus/pyproject.toml +++ b/integrations/octopus/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "octopus" -version = "0.1.54" +version = "0.1.55" description = "This integration ingest data from octopus deploy" authors = ["Adebayo Iyanuoluwa "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.18.8", extras = ["cli"]} +port_ocean = {version = "^0.18.9", 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 23f82a9b4e..e8c2ddb688 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.121 (2025-02-09) + + +### Improvements + +- Bumped ocean version to ^0.18.9 + + ## 0.1.120 (2025-02-04) diff --git a/integrations/opencost/poetry.lock b/integrations/opencost/poetry.lock index adbf00cbda..f59e47a3a3 100644 --- a/integrations/opencost/poetry.lock +++ b/integrations/opencost/poetry.lock @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.18.8" +version = "0.18.9" 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.18.8-py3-none-any.whl", hash = "sha256:489f19273c8fc7fb380349305caba58a330c2871b06fa4c2788c1f5d396ff0b5"}, - {file = "port_ocean-0.18.8.tar.gz", hash = "sha256:9a509bf962bc0db027c6bc2b518692e42108a2df6986a1eb3e503236267275bf"}, + {file = "port_ocean-0.18.9-py3-none-any.whl", hash = "sha256:8249cb99cc26ddad00976035875e129a2fef52375f512d4a0f9294e2b6dc0e0f"}, + {file = "port_ocean-0.18.9.tar.gz", hash = "sha256:fbfa54dcfb43912d3ab1e54fbef1d361c3180df6d95881b80ead64cea5978f3f"}, ] [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 = "ef413fdb454edd3dc19d1af7b8a722c297446d7946f641a8c10fc26268efd190" +content-hash = "ef0ad5ce0348a297d4af09f43da847184a07ecf38d206b2d519d701ab9ff33ba" diff --git a/integrations/opencost/pyproject.toml b/integrations/opencost/pyproject.toml index b35dbd9baf..d22354e859 100644 --- a/integrations/opencost/pyproject.toml +++ b/integrations/opencost/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "opencost" -version = "0.1.120" +version = "0.1.121" description = "Ocean integration for OpenCost" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.18.8", extras = ["cli"]} +port_ocean = {version = "^0.18.9", 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 b16f9262c4..3a7f5cb2ee 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.46 (2025-02-09) + + +### Improvements + +- Bumped ocean version to ^0.18.9 + + ## 0.2.45 (2025-02-04) diff --git a/integrations/opsgenie/poetry.lock b/integrations/opsgenie/poetry.lock index adbf00cbda..f59e47a3a3 100644 --- a/integrations/opsgenie/poetry.lock +++ b/integrations/opsgenie/poetry.lock @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.18.8" +version = "0.18.9" 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.18.8-py3-none-any.whl", hash = "sha256:489f19273c8fc7fb380349305caba58a330c2871b06fa4c2788c1f5d396ff0b5"}, - {file = "port_ocean-0.18.8.tar.gz", hash = "sha256:9a509bf962bc0db027c6bc2b518692e42108a2df6986a1eb3e503236267275bf"}, + {file = "port_ocean-0.18.9-py3-none-any.whl", hash = "sha256:8249cb99cc26ddad00976035875e129a2fef52375f512d4a0f9294e2b6dc0e0f"}, + {file = "port_ocean-0.18.9.tar.gz", hash = "sha256:fbfa54dcfb43912d3ab1e54fbef1d361c3180df6d95881b80ead64cea5978f3f"}, ] [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 = "ef413fdb454edd3dc19d1af7b8a722c297446d7946f641a8c10fc26268efd190" +content-hash = "ef0ad5ce0348a297d4af09f43da847184a07ecf38d206b2d519d701ab9ff33ba" diff --git a/integrations/opsgenie/pyproject.toml b/integrations/opsgenie/pyproject.toml index bee83e67ec..4a9531221c 100644 --- a/integrations/opsgenie/pyproject.toml +++ b/integrations/opsgenie/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "opsgenie" -version = "0.2.45" +version = "0.2.46" description = "Ocean integration for Opsgenie" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.18.8", extras = ["cli"]} +port_ocean = {version = "^0.18.9", 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 236820c9cf..874fbd9c78 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.19 (2025-02-09) + + +### Improvements + +- Bumped ocean version to ^0.18.9 + + ## 0.2.18 (2025-02-04) diff --git a/integrations/pagerduty/poetry.lock b/integrations/pagerduty/poetry.lock index ae93f75a8a..273bba06c2 100644 --- a/integrations/pagerduty/poetry.lock +++ b/integrations/pagerduty/poetry.lock @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.18.8" +version = "0.18.9" 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.18.8-py3-none-any.whl", hash = "sha256:489f19273c8fc7fb380349305caba58a330c2871b06fa4c2788c1f5d396ff0b5"}, - {file = "port_ocean-0.18.8.tar.gz", hash = "sha256:9a509bf962bc0db027c6bc2b518692e42108a2df6986a1eb3e503236267275bf"}, + {file = "port_ocean-0.18.9-py3-none-any.whl", hash = "sha256:8249cb99cc26ddad00976035875e129a2fef52375f512d4a0f9294e2b6dc0e0f"}, + {file = "port_ocean-0.18.9.tar.gz", hash = "sha256:fbfa54dcfb43912d3ab1e54fbef1d361c3180df6d95881b80ead64cea5978f3f"}, ] [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 = "d53045c6f2b46b504278c8c4db7a5ad88356598db53d0c673d8fa5a128eb5a90" +content-hash = "d09222d08665e0053b8916b244cd9b5a018c68efd3655bb77ce202609d106f2e" diff --git a/integrations/pagerduty/pyproject.toml b/integrations/pagerduty/pyproject.toml index 4635caa567..2592b7554e 100644 --- a/integrations/pagerduty/pyproject.toml +++ b/integrations/pagerduty/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "pagerduty" -version = "0.2.18" +version = "0.2.19" description = "PagerDuty Integration" authors = ["Port Team "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.18.8", extras = ["cli"]} +port_ocean = {version = "^0.18.9", extras = ["cli"]} httpx = "^0.27.0" [tool.poetry.group.dev.dependencies] diff --git a/integrations/sentry/CHANGELOG.md b/integrations/sentry/CHANGELOG.md index b3b0948023..2b58a5d061 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.122 (2025-02-09) + + +### Improvements + +- Bumped ocean version to ^0.18.9 + + ## 0.1.121 (2025-02-04) diff --git a/integrations/sentry/poetry.lock b/integrations/sentry/poetry.lock index adbf00cbda..f59e47a3a3 100644 --- a/integrations/sentry/poetry.lock +++ b/integrations/sentry/poetry.lock @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.18.8" +version = "0.18.9" 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.18.8-py3-none-any.whl", hash = "sha256:489f19273c8fc7fb380349305caba58a330c2871b06fa4c2788c1f5d396ff0b5"}, - {file = "port_ocean-0.18.8.tar.gz", hash = "sha256:9a509bf962bc0db027c6bc2b518692e42108a2df6986a1eb3e503236267275bf"}, + {file = "port_ocean-0.18.9-py3-none-any.whl", hash = "sha256:8249cb99cc26ddad00976035875e129a2fef52375f512d4a0f9294e2b6dc0e0f"}, + {file = "port_ocean-0.18.9.tar.gz", hash = "sha256:fbfa54dcfb43912d3ab1e54fbef1d361c3180df6d95881b80ead64cea5978f3f"}, ] [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 = "ef413fdb454edd3dc19d1af7b8a722c297446d7946f641a8c10fc26268efd190" +content-hash = "ef0ad5ce0348a297d4af09f43da847184a07ecf38d206b2d519d701ab9ff33ba" diff --git a/integrations/sentry/pyproject.toml b/integrations/sentry/pyproject.toml index deab79430c..e76c1bce28 100644 --- a/integrations/sentry/pyproject.toml +++ b/integrations/sentry/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "sentry" -version = "0.1.121" +version = "0.1.122" description = "Sentry Integration" authors = ["Dvir Segev ","Matan Geva "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.18.8", extras = ["cli"]} +port_ocean = {version = "^0.18.9", 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 78357934df..efbad1f742 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.112 (2025-02-09) + + +### Improvements + +- Bumped ocean version to ^0.18.9 + + ## 0.1.111 (2025-02-04) diff --git a/integrations/servicenow/poetry.lock b/integrations/servicenow/poetry.lock index adbf00cbda..f59e47a3a3 100644 --- a/integrations/servicenow/poetry.lock +++ b/integrations/servicenow/poetry.lock @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.18.8" +version = "0.18.9" 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.18.8-py3-none-any.whl", hash = "sha256:489f19273c8fc7fb380349305caba58a330c2871b06fa4c2788c1f5d396ff0b5"}, - {file = "port_ocean-0.18.8.tar.gz", hash = "sha256:9a509bf962bc0db027c6bc2b518692e42108a2df6986a1eb3e503236267275bf"}, + {file = "port_ocean-0.18.9-py3-none-any.whl", hash = "sha256:8249cb99cc26ddad00976035875e129a2fef52375f512d4a0f9294e2b6dc0e0f"}, + {file = "port_ocean-0.18.9.tar.gz", hash = "sha256:fbfa54dcfb43912d3ab1e54fbef1d361c3180df6d95881b80ead64cea5978f3f"}, ] [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 = "ef413fdb454edd3dc19d1af7b8a722c297446d7946f641a8c10fc26268efd190" +content-hash = "ef0ad5ce0348a297d4af09f43da847184a07ecf38d206b2d519d701ab9ff33ba" diff --git a/integrations/servicenow/pyproject.toml b/integrations/servicenow/pyproject.toml index ea9fa1eb2c..90947244a9 100644 --- a/integrations/servicenow/pyproject.toml +++ b/integrations/servicenow/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "servicenow" -version = "0.1.111" +version = "0.1.112" description = "ServiceNow Ocean Integration" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.18.8", extras = ["cli"]} +port_ocean = {version = "^0.18.9", 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 ff46b20728..53ee45c6cc 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.135 (2025-02-09) + + +### Improvements + +- Bumped ocean version to ^0.18.9 + + ## 0.1.134 (2025-02-04) diff --git a/integrations/snyk/poetry.lock b/integrations/snyk/poetry.lock index c43b0c6e61..75f728f4e1 100644 --- a/integrations/snyk/poetry.lock +++ b/integrations/snyk/poetry.lock @@ -1052,13 +1052,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.18.8" +version = "0.18.9" 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.18.8-py3-none-any.whl", hash = "sha256:489f19273c8fc7fb380349305caba58a330c2871b06fa4c2788c1f5d396ff0b5"}, - {file = "port_ocean-0.18.8.tar.gz", hash = "sha256:9a509bf962bc0db027c6bc2b518692e42108a2df6986a1eb3e503236267275bf"}, + {file = "port_ocean-0.18.9-py3-none-any.whl", hash = "sha256:8249cb99cc26ddad00976035875e129a2fef52375f512d4a0f9294e2b6dc0e0f"}, + {file = "port_ocean-0.18.9.tar.gz", hash = "sha256:fbfa54dcfb43912d3ab1e54fbef1d361c3180df6d95881b80ead64cea5978f3f"}, ] [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 = "cb68a0247231aaf91288807ddd352a64aec34aab65278d141f16ae822f463820" +content-hash = "beb4b7843732684753c3910708b9d25df7dc5faa05b7eb879af239223d128892" diff --git a/integrations/snyk/pyproject.toml b/integrations/snyk/pyproject.toml index 063be9f183..7f52d038e8 100644 --- a/integrations/snyk/pyproject.toml +++ b/integrations/snyk/pyproject.toml @@ -1,13 +1,13 @@ [tool.poetry] name = "snyk" -version = "0.1.134" +version = "0.1.135" description = "Snyk integration powered by Ocean" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.12" aiolimiter = "^1.1.0" -port_ocean = {version = "^0.18.8", extras = ["cli"]} +port_ocean = {version = "^0.18.9", 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 213d65fbb8..a6e0a5e45e 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.145 (2025-02-09) + + +### Improvements + +- Bumped ocean version to ^0.18.9 + + ## 0.1.144 (2025-02-04) diff --git a/integrations/sonarqube/poetry.lock b/integrations/sonarqube/poetry.lock index c09c4b189d..16bb42310d 100644 --- a/integrations/sonarqube/poetry.lock +++ b/integrations/sonarqube/poetry.lock @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.18.8" +version = "0.18.9" 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.18.8-py3-none-any.whl", hash = "sha256:489f19273c8fc7fb380349305caba58a330c2871b06fa4c2788c1f5d396ff0b5"}, - {file = "port_ocean-0.18.8.tar.gz", hash = "sha256:9a509bf962bc0db027c6bc2b518692e42108a2df6986a1eb3e503236267275bf"}, + {file = "port_ocean-0.18.9-py3-none-any.whl", hash = "sha256:8249cb99cc26ddad00976035875e129a2fef52375f512d4a0f9294e2b6dc0e0f"}, + {file = "port_ocean-0.18.9.tar.gz", hash = "sha256:fbfa54dcfb43912d3ab1e54fbef1d361c3180df6d95881b80ead64cea5978f3f"}, ] [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 = "9489a639737e1bf6247dc933ef79aeff65cd508fec835c278c036201c2f8c269" +content-hash = "1cf705f62bf6a9870898fb694579a944de10893ae8495860595feb3de6cf9b3d" diff --git a/integrations/sonarqube/pyproject.toml b/integrations/sonarqube/pyproject.toml index b8ef2ade03..80ce436fda 100644 --- a/integrations/sonarqube/pyproject.toml +++ b/integrations/sonarqube/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "sonarqube" -version = "0.1.144" +version = "0.1.145" description = "SonarQube projects and code quality analysis integration" authors = ["Port Team "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.18.8", extras = ["cli"]} +port_ocean = {version = "^0.18.9", extras = ["cli"]} rich = "^13.5.2" cookiecutter = "^2.3.0" diff --git a/integrations/statuspage/CHANGELOG.md b/integrations/statuspage/CHANGELOG.md index 83324ce104..612cd0f884 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.70 (2025-02-09) + + +### Improvements + +- Bumped ocean version to ^0.18.9 + + ## 0.1.69 (2025-02-04) diff --git a/integrations/statuspage/poetry.lock b/integrations/statuspage/poetry.lock index adbf00cbda..f59e47a3a3 100644 --- a/integrations/statuspage/poetry.lock +++ b/integrations/statuspage/poetry.lock @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.18.8" +version = "0.18.9" 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.18.8-py3-none-any.whl", hash = "sha256:489f19273c8fc7fb380349305caba58a330c2871b06fa4c2788c1f5d396ff0b5"}, - {file = "port_ocean-0.18.8.tar.gz", hash = "sha256:9a509bf962bc0db027c6bc2b518692e42108a2df6986a1eb3e503236267275bf"}, + {file = "port_ocean-0.18.9-py3-none-any.whl", hash = "sha256:8249cb99cc26ddad00976035875e129a2fef52375f512d4a0f9294e2b6dc0e0f"}, + {file = "port_ocean-0.18.9.tar.gz", hash = "sha256:fbfa54dcfb43912d3ab1e54fbef1d361c3180df6d95881b80ead64cea5978f3f"}, ] [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 = "ef413fdb454edd3dc19d1af7b8a722c297446d7946f641a8c10fc26268efd190" +content-hash = "ef0ad5ce0348a297d4af09f43da847184a07ecf38d206b2d519d701ab9ff33ba" diff --git a/integrations/statuspage/pyproject.toml b/integrations/statuspage/pyproject.toml index dfb73dbd9e..70502b1349 100644 --- a/integrations/statuspage/pyproject.toml +++ b/integrations/statuspage/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "statuspage" -version = "0.1.69" +version = "0.1.70" 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.18.8", extras = ["cli"]} +port_ocean = {version = "^0.18.9", 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 db52c825d6..15c1f9f8b1 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.111 (2025-02-09) + + +### Improvements + +- Bumped ocean version to ^0.18.9 + + ## 0.1.110 (2025-02-04) diff --git a/integrations/terraform-cloud/poetry.lock b/integrations/terraform-cloud/poetry.lock index c43b0c6e61..75f728f4e1 100644 --- a/integrations/terraform-cloud/poetry.lock +++ b/integrations/terraform-cloud/poetry.lock @@ -1052,13 +1052,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.18.8" +version = "0.18.9" 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.18.8-py3-none-any.whl", hash = "sha256:489f19273c8fc7fb380349305caba58a330c2871b06fa4c2788c1f5d396ff0b5"}, - {file = "port_ocean-0.18.8.tar.gz", hash = "sha256:9a509bf962bc0db027c6bc2b518692e42108a2df6986a1eb3e503236267275bf"}, + {file = "port_ocean-0.18.9-py3-none-any.whl", hash = "sha256:8249cb99cc26ddad00976035875e129a2fef52375f512d4a0f9294e2b6dc0e0f"}, + {file = "port_ocean-0.18.9.tar.gz", hash = "sha256:fbfa54dcfb43912d3ab1e54fbef1d361c3180df6d95881b80ead64cea5978f3f"}, ] [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 = "cb68a0247231aaf91288807ddd352a64aec34aab65278d141f16ae822f463820" +content-hash = "beb4b7843732684753c3910708b9d25df7dc5faa05b7eb879af239223d128892" diff --git a/integrations/terraform-cloud/pyproject.toml b/integrations/terraform-cloud/pyproject.toml index 633a7bbeb4..d4757503aa 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.110" +version = "0.1.111" description = "Terraform Cloud Integration for Port" authors = ["Michael Armah "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.18.8", extras = ["cli"]} +port_ocean = {version = "^0.18.9", extras = ["cli"]} aiolimiter = "^1.1.0" [tool.poetry.group.dev.dependencies] diff --git a/integrations/wiz/CHANGELOG.md b/integrations/wiz/CHANGELOG.md index 6e70f96abd..3a06eadd10 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.103 (2025-02-09) + + +### Improvements + +- Bumped ocean version to ^0.18.9 + + ## 0.1.102 (2025-02-04) diff --git a/integrations/wiz/poetry.lock b/integrations/wiz/poetry.lock index adbf00cbda..f59e47a3a3 100644 --- a/integrations/wiz/poetry.lock +++ b/integrations/wiz/poetry.lock @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.18.8" +version = "0.18.9" 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.18.8-py3-none-any.whl", hash = "sha256:489f19273c8fc7fb380349305caba58a330c2871b06fa4c2788c1f5d396ff0b5"}, - {file = "port_ocean-0.18.8.tar.gz", hash = "sha256:9a509bf962bc0db027c6bc2b518692e42108a2df6986a1eb3e503236267275bf"}, + {file = "port_ocean-0.18.9-py3-none-any.whl", hash = "sha256:8249cb99cc26ddad00976035875e129a2fef52375f512d4a0f9294e2b6dc0e0f"}, + {file = "port_ocean-0.18.9.tar.gz", hash = "sha256:fbfa54dcfb43912d3ab1e54fbef1d361c3180df6d95881b80ead64cea5978f3f"}, ] [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 = "ef413fdb454edd3dc19d1af7b8a722c297446d7946f641a8c10fc26268efd190" +content-hash = "ef0ad5ce0348a297d4af09f43da847184a07ecf38d206b2d519d701ab9ff33ba" diff --git a/integrations/wiz/pyproject.toml b/integrations/wiz/pyproject.toml index ffb9beaf54..c71a18ec97 100644 --- a/integrations/wiz/pyproject.toml +++ b/integrations/wiz/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "wiz" -version = "0.1.102" +version = "0.1.103" description = "Wiz Port integration in Ocean" authors = ["Albert Luganga "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.18.8", extras = ["cli"]} +port_ocean = {version = "^0.18.9", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration