diff --git a/integrations/argocd/CHANGELOG.md b/integrations/argocd/CHANGELOG.md index e3606c481f..c69a407694 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.78 (2024-08-26) + + +### Improvements + +- Bumped ocean version to ^0.10.1 (#1) + + ## 0.1.77 (2024-08-22) diff --git a/integrations/argocd/poetry.lock b/integrations/argocd/poetry.lock index d76bd9fc2e..95b6a9ea7f 100644 --- a/integrations/argocd/poetry.lock +++ b/integrations/argocd/poetry.lock @@ -934,13 +934,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.10.0" +version = "0.10.1" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "port_ocean-0.10.0-py3-none-any.whl", hash = "sha256:1bb21cca26cd680e3dea78da44bf3b14d6a3822979dd7326555e1b02ca055a6a"}, - {file = "port_ocean-0.10.0.tar.gz", hash = "sha256:54c44af4a41a9eb48c7cf83ca16064f09a38dc4098b95c240581e0159b4dd72a"}, + {file = "port_ocean-0.10.1-py3-none-any.whl", hash = "sha256:fa4c7e137c6822054a3dbdef753285d37dfaa51dede1f2c59777b0138dd22992"}, + {file = "port_ocean-0.10.1.tar.gz", hash = "sha256:99d8600f7178d029716f57ef8abdbc0bc3d41a59b9d7b3c8ae9443179d0ba04f"}, ] [package.dependencies] @@ -1864,4 +1864,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "c6218047de98f6ed47001d86e9041fa05c7d4b7eb327a2e958792b57a133204c" +content-hash = "4d5a81e64aa76a080cd1db64fe7e1bfe29bcdbe2e8101691c97acd65a24ba415" diff --git a/integrations/argocd/pyproject.toml b/integrations/argocd/pyproject.toml index 4833c58ace..04f19ad52c 100644 --- a/integrations/argocd/pyproject.toml +++ b/integrations/argocd/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "argocd" -version = "0.1.77" +version = "0.1.78" description = "Argo CD integration powered by Ocean" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.10.0", extras = ["cli"]} +port_ocean = {version = "^0.10.1", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # Uncomment this if you want to debug the ocean core together with your integration diff --git a/integrations/aws/CHANGELOG.md b/integrations/aws/CHANGELOG.md index f2754e8326..fc2e2ca448 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.30 (2024-08-26) + + +### Improvements + +- Bumped ocean version to ^0.10.1 (#1) + + ## 0.2.29 (2024-08-22) diff --git a/integrations/aws/poetry.lock b/integrations/aws/poetry.lock index 5b3965dd40..5e88a9eb65 100644 --- a/integrations/aws/poetry.lock +++ b/integrations/aws/poetry.lock @@ -2213,13 +2213,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.10.0" +version = "0.10.1" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "port_ocean-0.10.0-py3-none-any.whl", hash = "sha256:1bb21cca26cd680e3dea78da44bf3b14d6a3822979dd7326555e1b02ca055a6a"}, - {file = "port_ocean-0.10.0.tar.gz", hash = "sha256:54c44af4a41a9eb48c7cf83ca16064f09a38dc4098b95c240581e0159b4dd72a"}, + {file = "port_ocean-0.10.1-py3-none-any.whl", hash = "sha256:fa4c7e137c6822054a3dbdef753285d37dfaa51dede1f2c59777b0138dd22992"}, + {file = "port_ocean-0.10.1.tar.gz", hash = "sha256:99d8600f7178d029716f57ef8abdbc0bc3d41a59b9d7b3c8ae9443179d0ba04f"}, ] [package.dependencies] @@ -4106,4 +4106,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "cffe956e1196b3398ebe2c6462d60eec50a0508a992bd38fb96283a972a72dc8" +content-hash = "28be3d2812a3338fd9149b13c12a65678f979403b9da0d3f417205eb6d24c071" diff --git a/integrations/aws/pyproject.toml b/integrations/aws/pyproject.toml index 3efba85e53..63fef65329 100644 --- a/integrations/aws/pyproject.toml +++ b/integrations/aws/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "aws" -version = "0.2.29" +version = "0.2.30" 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.11" -port_ocean = {version = "^0.10.0", extras = ["cli"]} +port_ocean = {version = "^0.10.1", extras = ["cli"]} python-dotenv = "^1.0.1" aioboto3 = "^12.4.0" boto3-stubs = {version = "1.34.76", extras = ["acm", "apigateway", "appconfig", "athena", "cloudcontrol", "cloudformation", "cloudwatch", "dynamodb", "ec2", "ec2-instance-connect", "ecr", "ecs", "elasticache", "elb", "elbv2", "events", "iam", "lambda", "logs", "organizations", "rds", "route53", "s3", "sagemaker", "secretsmanager", "sns", "sqs", "ssm", "sts"]} diff --git a/integrations/azure-devops/CHANGELOG.md b/integrations/azure-devops/CHANGELOG.md index 36b3dd5c22..72a1f3fb4d 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.56 (2024-08-26) + + +### Improvements + +- Bumped ocean version to ^0.10.1 (#1) + + ## 0.1.55 (2024-08-22) diff --git a/integrations/azure-devops/poetry.lock b/integrations/azure-devops/poetry.lock index 98babac290..86fd067631 100644 --- a/integrations/azure-devops/poetry.lock +++ b/integrations/azure-devops/poetry.lock @@ -934,13 +934,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.10.0" +version = "0.10.1" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "port_ocean-0.10.0-py3-none-any.whl", hash = "sha256:1bb21cca26cd680e3dea78da44bf3b14d6a3822979dd7326555e1b02ca055a6a"}, - {file = "port_ocean-0.10.0.tar.gz", hash = "sha256:54c44af4a41a9eb48c7cf83ca16064f09a38dc4098b95c240581e0159b4dd72a"}, + {file = "port_ocean-0.10.1-py3-none-any.whl", hash = "sha256:fa4c7e137c6822054a3dbdef753285d37dfaa51dede1f2c59777b0138dd22992"}, + {file = "port_ocean-0.10.1.tar.gz", hash = "sha256:99d8600f7178d029716f57ef8abdbc0bc3d41a59b9d7b3c8ae9443179d0ba04f"}, ] [package.dependencies] @@ -1875,4 +1875,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "d0c53b7a34ef6bb1289e6da1a855ff86e54502cc27ac0be9db527909d835e678" +content-hash = "cf3d4424e01af9b3ed606d4717bdd4f1ba64e56acf23ccbc82ce85ccc2ba7f9d" diff --git a/integrations/azure-devops/pyproject.toml b/integrations/azure-devops/pyproject.toml index f662022898..557ad4a5a0 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.55" +version = "0.1.56" description = "An Azure Devops Ocean integration" authors = ["Matan Geva "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.10.0", extras = ["cli"]} +port_ocean = {version = "^0.10.1", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # Uncomment this if you want to debug the ocean core together with your integration diff --git a/integrations/azure/CHANGELOG.md b/integrations/azure/CHANGELOG.md index 056fb42869..dfc2413dc8 100644 --- a/integrations/azure/CHANGELOG.md +++ b/integrations/azure/CHANGELOG.md @@ -1,3 +1,10 @@ +0.1.82 (2024-08-26) + +### Improvements + +- Bumped ocean version to ^0.10.1 (#1) + + 0.1.81 (2024-08-22) ### Improvements diff --git a/integrations/azure/poetry.lock b/integrations/azure/poetry.lock index 95904ae21b..849c0c4d3a 100644 --- a/integrations/azure/poetry.lock +++ b/integrations/azure/poetry.lock @@ -1594,13 +1594,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.10.0" +version = "0.10.1" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "port_ocean-0.10.0-py3-none-any.whl", hash = "sha256:1bb21cca26cd680e3dea78da44bf3b14d6a3822979dd7326555e1b02ca055a6a"}, - {file = "port_ocean-0.10.0.tar.gz", hash = "sha256:54c44af4a41a9eb48c7cf83ca16064f09a38dc4098b95c240581e0159b4dd72a"}, + {file = "port_ocean-0.10.1-py3-none-any.whl", hash = "sha256:fa4c7e137c6822054a3dbdef753285d37dfaa51dede1f2c59777b0138dd22992"}, + {file = "port_ocean-0.10.1.tar.gz", hash = "sha256:99d8600f7178d029716f57ef8abdbc0bc3d41a59b9d7b3c8ae9443179d0ba04f"}, ] [package.dependencies] @@ -2718,4 +2718,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "7f3c0bad23f444312761996935dc5579d799fca7e05bae3f280a19f3da259f99" +content-hash = "9e153472bf08707bdf3b30e9ecc8b3ca3dd53a345ac592fea86b304f47bcd696" diff --git a/integrations/azure/pyproject.toml b/integrations/azure/pyproject.toml index 16375c396d..e4b363affe 100644 --- a/integrations/azure/pyproject.toml +++ b/integrations/azure/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "azure" -version = "0.1.81" +version = "0.1.82" description = "Azure integration" authors = ["Tom Tankilevitch "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.10.0", extras = ["cli"]} +port_ocean = {version = "^0.10.1", extras = ["cli"]} # due to patching the azure-mgmt-resource package, we need to use a specific version azure-mgmt-resource = "23.0.1" azure-identity = "^1.13.0" diff --git a/integrations/datadog/CHANGELOG.md b/integrations/datadog/CHANGELOG.md index a11c57159a..7f90539c3c 100644 --- a/integrations/datadog/CHANGELOG.md +++ b/integrations/datadog/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## 0.1.31 (2024-08-26) + + +### Improvements + +- Bumped ocean version to ^0.10.1 (#1) + + ## 0.1.30 (2024-08-22) diff --git a/integrations/datadog/poetry.lock b/integrations/datadog/poetry.lock index cea7c2b140..38fe720ecd 100644 --- a/integrations/datadog/poetry.lock +++ b/integrations/datadog/poetry.lock @@ -934,13 +934,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.10.0" +version = "0.10.1" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "port_ocean-0.10.0-py3-none-any.whl", hash = "sha256:1bb21cca26cd680e3dea78da44bf3b14d6a3822979dd7326555e1b02ca055a6a"}, - {file = "port_ocean-0.10.0.tar.gz", hash = "sha256:54c44af4a41a9eb48c7cf83ca16064f09a38dc4098b95c240581e0159b4dd72a"}, + {file = "port_ocean-0.10.1-py3-none-any.whl", hash = "sha256:fa4c7e137c6822054a3dbdef753285d37dfaa51dede1f2c59777b0138dd22992"}, + {file = "port_ocean-0.10.1.tar.gz", hash = "sha256:99d8600f7178d029716f57ef8abdbc0bc3d41a59b9d7b3c8ae9443179d0ba04f"}, ] [package.dependencies] @@ -1864,4 +1864,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "630bd136b54c544ee4c923ef785a20b45a43401a8084a56e911f667dd989da75" +content-hash = "aaa557c6ea1f7ca4c334394acfe0a2b92615f683e39e8d7bf174cdbf0610badc" diff --git a/integrations/datadog/pyproject.toml b/integrations/datadog/pyproject.toml index 30352fc12e..8657891dfa 100644 --- a/integrations/datadog/pyproject.toml +++ b/integrations/datadog/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "datadog" -version = "0.1.30" +version = "0.1.31" description = "Datadog Ocean Integration" authors = ["Albert Luganga "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.10.0", extras = ["cli"]} +port_ocean = {version = "^0.10.1", extras = ["cli"]} loguru = "^0.7.2" [tool.poetry.group.dev.dependencies] diff --git a/integrations/dynatrace/CHANGELOG.md b/integrations/dynatrace/CHANGELOG.md index f7ab801bbe..93868724d5 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.44 (2024-08-26) + + +### Improvements + +- Bumped ocean version to ^0.10.1 (#1) + + ## 0.1.43 (2024-08-22) diff --git a/integrations/dynatrace/poetry.lock b/integrations/dynatrace/poetry.lock index d76bd9fc2e..95b6a9ea7f 100644 --- a/integrations/dynatrace/poetry.lock +++ b/integrations/dynatrace/poetry.lock @@ -934,13 +934,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.10.0" +version = "0.10.1" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "port_ocean-0.10.0-py3-none-any.whl", hash = "sha256:1bb21cca26cd680e3dea78da44bf3b14d6a3822979dd7326555e1b02ca055a6a"}, - {file = "port_ocean-0.10.0.tar.gz", hash = "sha256:54c44af4a41a9eb48c7cf83ca16064f09a38dc4098b95c240581e0159b4dd72a"}, + {file = "port_ocean-0.10.1-py3-none-any.whl", hash = "sha256:fa4c7e137c6822054a3dbdef753285d37dfaa51dede1f2c59777b0138dd22992"}, + {file = "port_ocean-0.10.1.tar.gz", hash = "sha256:99d8600f7178d029716f57ef8abdbc0bc3d41a59b9d7b3c8ae9443179d0ba04f"}, ] [package.dependencies] @@ -1864,4 +1864,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "c6218047de98f6ed47001d86e9041fa05c7d4b7eb327a2e958792b57a133204c" +content-hash = "4d5a81e64aa76a080cd1db64fe7e1bfe29bcdbe2e8101691c97acd65a24ba415" diff --git a/integrations/dynatrace/pyproject.toml b/integrations/dynatrace/pyproject.toml index 288edb0414..2434d4b335 100644 --- a/integrations/dynatrace/pyproject.toml +++ b/integrations/dynatrace/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "dynatrace" -version = "0.1.43" +version = "0.1.44" description = "An integration used to import Dynatrace resources into Port" authors = ["Ayodeji Adeoti <>"] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.10.0", extras = ["cli"]} +port_ocean = {version = "^0.10.1", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration diff --git a/integrations/firehydrant/CHANGELOG.md b/integrations/firehydrant/CHANGELOG.md index 49b6590dd5..ce8f64e6cd 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.67 (2024-08-26) + + +### Improvements + +- Bumped ocean version to ^0.10.1 (#1) + + ## 0.1.66 (2024-08-22) diff --git a/integrations/firehydrant/poetry.lock b/integrations/firehydrant/poetry.lock index d76bd9fc2e..95b6a9ea7f 100644 --- a/integrations/firehydrant/poetry.lock +++ b/integrations/firehydrant/poetry.lock @@ -934,13 +934,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.10.0" +version = "0.10.1" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "port_ocean-0.10.0-py3-none-any.whl", hash = "sha256:1bb21cca26cd680e3dea78da44bf3b14d6a3822979dd7326555e1b02ca055a6a"}, - {file = "port_ocean-0.10.0.tar.gz", hash = "sha256:54c44af4a41a9eb48c7cf83ca16064f09a38dc4098b95c240581e0159b4dd72a"}, + {file = "port_ocean-0.10.1-py3-none-any.whl", hash = "sha256:fa4c7e137c6822054a3dbdef753285d37dfaa51dede1f2c59777b0138dd22992"}, + {file = "port_ocean-0.10.1.tar.gz", hash = "sha256:99d8600f7178d029716f57ef8abdbc0bc3d41a59b9d7b3c8ae9443179d0ba04f"}, ] [package.dependencies] @@ -1864,4 +1864,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "c6218047de98f6ed47001d86e9041fa05c7d4b7eb327a2e958792b57a133204c" +content-hash = "4d5a81e64aa76a080cd1db64fe7e1bfe29bcdbe2e8101691c97acd65a24ba415" diff --git a/integrations/firehydrant/pyproject.toml b/integrations/firehydrant/pyproject.toml index 949e7f63b3..dced92ac53 100644 --- a/integrations/firehydrant/pyproject.toml +++ b/integrations/firehydrant/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "firehydrant" -version = "0.1.66" +version = "0.1.67" description = "FireHydrant Integration Powered by Ocean" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.10.0", extras = ["cli"]} +port_ocean = {version = "^0.10.1", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration diff --git a/integrations/gcp/CHANGELOG.md b/integrations/gcp/CHANGELOG.md index a1e663d68b..277882f5d4 100644 --- a/integrations/gcp/CHANGELOG.md +++ b/integrations/gcp/CHANGELOG.md @@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## 0.1.44 (2024-08-26) + + +### Improvements + +- Bumped ocean version to ^0.10.1 (#1) + + ## 0.1.43 (2024-08-25) diff --git a/integrations/gcp/poetry.lock b/integrations/gcp/poetry.lock index 6616bb6b2a..f51dbb9513 100644 --- a/integrations/gcp/poetry.lock +++ b/integrations/gcp/poetry.lock @@ -1210,13 +1210,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.10.0" +version = "0.10.1" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "port_ocean-0.10.0-py3-none-any.whl", hash = "sha256:1bb21cca26cd680e3dea78da44bf3b14d6a3822979dd7326555e1b02ca055a6a"}, - {file = "port_ocean-0.10.0.tar.gz", hash = "sha256:54c44af4a41a9eb48c7cf83ca16064f09a38dc4098b95c240581e0159b4dd72a"}, + {file = "port_ocean-0.10.1-py3-none-any.whl", hash = "sha256:fa4c7e137c6822054a3dbdef753285d37dfaa51dede1f2c59777b0138dd22992"}, + {file = "port_ocean-0.10.1.tar.gz", hash = "sha256:99d8600f7178d029716f57ef8abdbc0bc3d41a59b9d7b3c8ae9443179d0ba04f"}, ] [package.dependencies] @@ -2216,4 +2216,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "9242b4feb645946defd2140907f65608d672eb3d043713ac63a3b1a649507fbe" +content-hash = "74932eaad20461e1d9a22cada3eb7a2ac6e6e2a8f2d50c67b0c00e7f602c25d6" diff --git a/integrations/gcp/pyproject.toml b/integrations/gcp/pyproject.toml index e3d9a4ad83..980c71cf4f 100644 --- a/integrations/gcp/pyproject.toml +++ b/integrations/gcp/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "gcp" -version = "0.1.43" +version = "0.1.44" description = "A GCP ocean integration" authors = ["Matan Geva "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.10.0", extras = ["cli"]} +port_ocean = {version = "^0.10.1", extras = ["cli"]} google-cloud-asset = "^3.25.1" google-cloud-pubsub = "^2.21.1" google-cloud-resource-manager = "^1.12.3" diff --git a/integrations/gitlab/CHANGELOG.md b/integrations/gitlab/CHANGELOG.md index a5132a0c78..a568e788bb 100644 --- a/integrations/gitlab/CHANGELOG.md +++ b/integrations/gitlab/CHANGELOG.md @@ -7,6 +7,14 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm +0.1.110 (2024-08-26) +==================== + +### Improvements + +- Bumped ocean version to ^0.10.1 (#1) + + 0.1.109 (2024-08-22) ==================== diff --git a/integrations/gitlab/poetry.lock b/integrations/gitlab/poetry.lock index 59d0d672ef..010de8cae5 100644 --- a/integrations/gitlab/poetry.lock +++ b/integrations/gitlab/poetry.lock @@ -909,13 +909,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.10.0" +version = "0.10.1" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "port_ocean-0.10.0-py3-none-any.whl", hash = "sha256:1bb21cca26cd680e3dea78da44bf3b14d6a3822979dd7326555e1b02ca055a6a"}, - {file = "port_ocean-0.10.0.tar.gz", hash = "sha256:54c44af4a41a9eb48c7cf83ca16064f09a38dc4098b95c240581e0159b4dd72a"}, + {file = "port_ocean-0.10.1-py3-none-any.whl", hash = "sha256:fa4c7e137c6822054a3dbdef753285d37dfaa51dede1f2c59777b0138dd22992"}, + {file = "port_ocean-0.10.1.tar.gz", hash = "sha256:99d8600f7178d029716f57ef8abdbc0bc3d41a59b9d7b3c8ae9443179d0ba04f"}, ] [package.dependencies] @@ -1896,4 +1896,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "f9a4d9f54dbc4a04c65e691cba4da48bb0063a94a7176d5521f7b1c43dff26b0" +content-hash = "b33ce3f40809f1359c533169ed6e7a39e44377a7edb2d30c990a9157ae5786fc" diff --git a/integrations/gitlab/pyproject.toml b/integrations/gitlab/pyproject.toml index 71796827c1..148c2f7026 100644 --- a/integrations/gitlab/pyproject.toml +++ b/integrations/gitlab/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gitlab" -version = "0.1.109" +version = "0.1.110" description = "Gitlab integration for Port using Port-Ocean Framework" authors = ["Yair Siman-Tov "] @@ -10,7 +10,7 @@ aiofiles = "^0.6.0" python-gitlab = "^3.14.0" pathlib = "^1.0.1" jsonschema = "^4.17.3" -port_ocean = {version = "^0.10.0", extras = ["cli"]} +port_ocean = {version = "^0.10.1", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration diff --git a/integrations/jenkins/CHANGELOG.md b/integrations/jenkins/CHANGELOG.md index 0d1c734001..51eb69457e 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.49 (2024-08-26) + + +### Improvements + +- Bumped ocean version to ^0.10.1 (#1) + + ## 0.1.48 (2024-08-22) diff --git a/integrations/jenkins/poetry.lock b/integrations/jenkins/poetry.lock index a091cdf71e..f8cb5ff26e 100644 --- a/integrations/jenkins/poetry.lock +++ b/integrations/jenkins/poetry.lock @@ -945,13 +945,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.10.0" +version = "0.10.1" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "port_ocean-0.10.0-py3-none-any.whl", hash = "sha256:1bb21cca26cd680e3dea78da44bf3b14d6a3822979dd7326555e1b02ca055a6a"}, - {file = "port_ocean-0.10.0.tar.gz", hash = "sha256:54c44af4a41a9eb48c7cf83ca16064f09a38dc4098b95c240581e0159b4dd72a"}, + {file = "port_ocean-0.10.1-py3-none-any.whl", hash = "sha256:fa4c7e137c6822054a3dbdef753285d37dfaa51dede1f2c59777b0138dd22992"}, + {file = "port_ocean-0.10.1.tar.gz", hash = "sha256:99d8600f7178d029716f57ef8abdbc0bc3d41a59b9d7b3c8ae9443179d0ba04f"}, ] [package.dependencies] @@ -1875,4 +1875,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "704292c44144066f4f0a32185827e4d0d36a6300740fbb74124710387f3eef20" +content-hash = "f5f5befa137f9d07296f3407a967273a9ec48c7e2e970befc08d394ef43b5473" diff --git a/integrations/jenkins/pyproject.toml b/integrations/jenkins/pyproject.toml index 6e365d52cf..a48a5e303f 100644 --- a/integrations/jenkins/pyproject.toml +++ b/integrations/jenkins/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "jenkins" -version = "0.1.48" +version = "0.1.49" description = "Jenkins Integration to Port Ocean" authors = ["Albert Luganga "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.10.0", extras = ["cli"]} +port_ocean = {version = "^0.10.1", extras = ["cli"]} pip = "^23.3.1" python-dotenv = "^1.0.0" loguru = "^0.7.2" diff --git a/integrations/jira/CHANGELOG.md b/integrations/jira/CHANGELOG.md index cfcf182c81..a1f2ceccdf 100644 --- a/integrations/jira/CHANGELOG.md +++ b/integrations/jira/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## 0.1.78 (2024-08-26) + + +### Improvements + +- Bumped ocean version to ^0.10.1 (#1) + + ## 0.1.77 (2024-08-22) diff --git a/integrations/jira/poetry.lock b/integrations/jira/poetry.lock index ae5878294f..b1ecd31f7b 100644 --- a/integrations/jira/poetry.lock +++ b/integrations/jira/poetry.lock @@ -933,13 +933,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.10.0" +version = "0.10.1" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "port_ocean-0.10.0-py3-none-any.whl", hash = "sha256:1bb21cca26cd680e3dea78da44bf3b14d6a3822979dd7326555e1b02ca055a6a"}, - {file = "port_ocean-0.10.0.tar.gz", hash = "sha256:54c44af4a41a9eb48c7cf83ca16064f09a38dc4098b95c240581e0159b4dd72a"}, + {file = "port_ocean-0.10.1-py3-none-any.whl", hash = "sha256:fa4c7e137c6822054a3dbdef753285d37dfaa51dede1f2c59777b0138dd22992"}, + {file = "port_ocean-0.10.1.tar.gz", hash = "sha256:99d8600f7178d029716f57ef8abdbc0bc3d41a59b9d7b3c8ae9443179d0ba04f"}, ] [package.dependencies] @@ -1863,4 +1863,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "8d36d82dd63e18f67aa9a0665b0c0c534f2e6a5784fa553dffc92fa81f0ec58f" +content-hash = "01709588bc871801f50cb55896c90921627e328f9e7a9c3c29220e736a0828e5" diff --git a/integrations/jira/pyproject.toml b/integrations/jira/pyproject.toml index 482f732850..ec881c49ee 100644 --- a/integrations/jira/pyproject.toml +++ b/integrations/jira/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "jira" -version = "0.1.77" +version = "0.1.78" description = "Integration to bring information from Jira into Port" authors = ["Mor Paz "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.10.0", extras = ["cli"]} +port_ocean = {version = "^0.10.1", extras = ["cli"]} httpx = "^0.24.1" [tool.poetry.group.dev.dependencies] diff --git a/integrations/kafka/CHANGELOG.md b/integrations/kafka/CHANGELOG.md index 450077a51f..5faef2bf37 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.66 (2024-08-26) + + +### Improvements + +- Bumped ocean version to ^0.10.1 (#1) + + ## 0.1.65 (2024-08-22) diff --git a/integrations/kafka/poetry.lock b/integrations/kafka/poetry.lock index bf64a88494..99c37565a7 100644 --- a/integrations/kafka/poetry.lock +++ b/integrations/kafka/poetry.lock @@ -934,13 +934,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.10.0" +version = "0.10.1" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "port_ocean-0.10.0-py3-none-any.whl", hash = "sha256:1bb21cca26cd680e3dea78da44bf3b14d6a3822979dd7326555e1b02ca055a6a"}, - {file = "port_ocean-0.10.0.tar.gz", hash = "sha256:54c44af4a41a9eb48c7cf83ca16064f09a38dc4098b95c240581e0159b4dd72a"}, + {file = "port_ocean-0.10.1-py3-none-any.whl", hash = "sha256:fa4c7e137c6822054a3dbdef753285d37dfaa51dede1f2c59777b0138dd22992"}, + {file = "port_ocean-0.10.1.tar.gz", hash = "sha256:99d8600f7178d029716f57ef8abdbc0bc3d41a59b9d7b3c8ae9443179d0ba04f"}, ] [package.dependencies] @@ -1864,4 +1864,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "3f7994affc7cbf7e1f2de75e4c2c1dbcc6570547b9e0a087cf2ea6e93e0575f7" +content-hash = "52e4182ed32cb928e134a948efc9fc017e194077e6efdf1500a403e7a70e7c37" diff --git a/integrations/kafka/pyproject.toml b/integrations/kafka/pyproject.toml index 1f9fb63c4b..d638d1645b 100644 --- a/integrations/kafka/pyproject.toml +++ b/integrations/kafka/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "kafka" -version = "0.1.65" +version = "0.1.66" 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.11" -port_ocean = {version = "^0.10.0", extras = ["cli"]} +port_ocean = {version = "^0.10.1", extras = ["cli"]} confluent-kafka = "^2.2.0" [tool.poetry.group.dev.dependencies] diff --git a/integrations/kubecost/CHANGELOG.md b/integrations/kubecost/CHANGELOG.md index b234895b61..189f852c69 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.71 (2024-08-26) + + +### Improvements + +- Bumped ocean version to ^0.10.1 (#1) + + ## 0.1.70 (2024-08-22) diff --git a/integrations/kubecost/poetry.lock b/integrations/kubecost/poetry.lock index d76bd9fc2e..95b6a9ea7f 100644 --- a/integrations/kubecost/poetry.lock +++ b/integrations/kubecost/poetry.lock @@ -934,13 +934,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.10.0" +version = "0.10.1" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "port_ocean-0.10.0-py3-none-any.whl", hash = "sha256:1bb21cca26cd680e3dea78da44bf3b14d6a3822979dd7326555e1b02ca055a6a"}, - {file = "port_ocean-0.10.0.tar.gz", hash = "sha256:54c44af4a41a9eb48c7cf83ca16064f09a38dc4098b95c240581e0159b4dd72a"}, + {file = "port_ocean-0.10.1-py3-none-any.whl", hash = "sha256:fa4c7e137c6822054a3dbdef753285d37dfaa51dede1f2c59777b0138dd22992"}, + {file = "port_ocean-0.10.1.tar.gz", hash = "sha256:99d8600f7178d029716f57ef8abdbc0bc3d41a59b9d7b3c8ae9443179d0ba04f"}, ] [package.dependencies] @@ -1864,4 +1864,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "c6218047de98f6ed47001d86e9041fa05c7d4b7eb327a2e958792b57a133204c" +content-hash = "4d5a81e64aa76a080cd1db64fe7e1bfe29bcdbe2e8101691c97acd65a24ba415" diff --git a/integrations/kubecost/pyproject.toml b/integrations/kubecost/pyproject.toml index 3cfced355d..f30a8fc475 100644 --- a/integrations/kubecost/pyproject.toml +++ b/integrations/kubecost/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "kubecost" -version = "0.1.70" +version = "0.1.71" description = "Kubecost integration powered by Ocean" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.10.0", extras = ["cli"]} +port_ocean = {version = "^0.10.1", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration diff --git a/integrations/launchdarkly/CHANGELOG.md b/integrations/launchdarkly/CHANGELOG.md index 4696a22b4d..f0108ec95e 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.43 (2024-08-26) + + +### Improvements + +- Bumped ocean version to ^0.10.1 (#1) + + ## 0.1.42 (2024-08-22) diff --git a/integrations/launchdarkly/poetry.lock b/integrations/launchdarkly/poetry.lock index d76bd9fc2e..95b6a9ea7f 100644 --- a/integrations/launchdarkly/poetry.lock +++ b/integrations/launchdarkly/poetry.lock @@ -934,13 +934,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.10.0" +version = "0.10.1" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "port_ocean-0.10.0-py3-none-any.whl", hash = "sha256:1bb21cca26cd680e3dea78da44bf3b14d6a3822979dd7326555e1b02ca055a6a"}, - {file = "port_ocean-0.10.0.tar.gz", hash = "sha256:54c44af4a41a9eb48c7cf83ca16064f09a38dc4098b95c240581e0159b4dd72a"}, + {file = "port_ocean-0.10.1-py3-none-any.whl", hash = "sha256:fa4c7e137c6822054a3dbdef753285d37dfaa51dede1f2c59777b0138dd22992"}, + {file = "port_ocean-0.10.1.tar.gz", hash = "sha256:99d8600f7178d029716f57ef8abdbc0bc3d41a59b9d7b3c8ae9443179d0ba04f"}, ] [package.dependencies] @@ -1864,4 +1864,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "c6218047de98f6ed47001d86e9041fa05c7d4b7eb327a2e958792b57a133204c" +content-hash = "4d5a81e64aa76a080cd1db64fe7e1bfe29bcdbe2e8101691c97acd65a24ba415" diff --git a/integrations/launchdarkly/pyproject.toml b/integrations/launchdarkly/pyproject.toml index 725a98e158..d2f26db26b 100644 --- a/integrations/launchdarkly/pyproject.toml +++ b/integrations/launchdarkly/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "launchdarkly" -version = "0.1.42" +version = "0.1.43" description = "Launchdarkly integration for Port" authors = ["Michael Armah "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.10.0", extras = ["cli"]} +port_ocean = {version = "^0.10.1", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration diff --git a/integrations/linear/CHANGELOG.md b/integrations/linear/CHANGELOG.md index 6e21119c51..12f6fd4627 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.29 (2024-08-26) + + +### Improvements + +- Bumped ocean version to ^0.10.1 (#1) + + ## 0.1.28 (2024-08-22) diff --git a/integrations/linear/poetry.lock b/integrations/linear/poetry.lock index 3cd7ca4f62..b7b1f8262a 100644 --- a/integrations/linear/poetry.lock +++ b/integrations/linear/poetry.lock @@ -934,13 +934,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.10.0" +version = "0.10.1" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "port_ocean-0.10.0-py3-none-any.whl", hash = "sha256:1bb21cca26cd680e3dea78da44bf3b14d6a3822979dd7326555e1b02ca055a6a"}, - {file = "port_ocean-0.10.0.tar.gz", hash = "sha256:54c44af4a41a9eb48c7cf83ca16064f09a38dc4098b95c240581e0159b4dd72a"}, + {file = "port_ocean-0.10.1-py3-none-any.whl", hash = "sha256:fa4c7e137c6822054a3dbdef753285d37dfaa51dede1f2c59777b0138dd22992"}, + {file = "port_ocean-0.10.1.tar.gz", hash = "sha256:99d8600f7178d029716f57ef8abdbc0bc3d41a59b9d7b3c8ae9443179d0ba04f"}, ] [package.dependencies] @@ -1864,4 +1864,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "5df855c1101897f1c09a15bd8d00abd9b0f83108371b9313408953340703c398" +content-hash = "4763a8f66efe90355bc21ec7ad2db51397d1c4cfc0531c1d8b9f244f1bf106cb" diff --git a/integrations/linear/pyproject.toml b/integrations/linear/pyproject.toml index 8057595649..9c2ec870b2 100644 --- a/integrations/linear/pyproject.toml +++ b/integrations/linear/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "linear" -version = "0.1.28" +version = "0.1.29" description = "Integration to bring information from Linear into Port" authors = ["Mor Paz "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.10.0", extras = ["cli"]} +port_ocean = {version = "^0.10.1", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration diff --git a/integrations/newrelic/CHANGELOG.md b/integrations/newrelic/CHANGELOG.md index 6d363e7edc..61668ec4d1 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.73 (2024-08-26) + + +### Improvements + +- Bumped ocean version to ^0.10.1 (#1) + + ## 0.1.72 (2024-08-22) diff --git a/integrations/newrelic/poetry.lock b/integrations/newrelic/poetry.lock index ae5878294f..b1ecd31f7b 100644 --- a/integrations/newrelic/poetry.lock +++ b/integrations/newrelic/poetry.lock @@ -933,13 +933,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.10.0" +version = "0.10.1" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "port_ocean-0.10.0-py3-none-any.whl", hash = "sha256:1bb21cca26cd680e3dea78da44bf3b14d6a3822979dd7326555e1b02ca055a6a"}, - {file = "port_ocean-0.10.0.tar.gz", hash = "sha256:54c44af4a41a9eb48c7cf83ca16064f09a38dc4098b95c240581e0159b4dd72a"}, + {file = "port_ocean-0.10.1-py3-none-any.whl", hash = "sha256:fa4c7e137c6822054a3dbdef753285d37dfaa51dede1f2c59777b0138dd22992"}, + {file = "port_ocean-0.10.1.tar.gz", hash = "sha256:99d8600f7178d029716f57ef8abdbc0bc3d41a59b9d7b3c8ae9443179d0ba04f"}, ] [package.dependencies] @@ -1863,4 +1863,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "8d36d82dd63e18f67aa9a0665b0c0c534f2e6a5784fa553dffc92fa81f0ec58f" +content-hash = "01709588bc871801f50cb55896c90921627e328f9e7a9c3c29220e736a0828e5" diff --git a/integrations/newrelic/pyproject.toml b/integrations/newrelic/pyproject.toml index 104640c5f7..ac9b457ebe 100644 --- a/integrations/newrelic/pyproject.toml +++ b/integrations/newrelic/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "newrelic" -version = "0.1.72" +version = "0.1.73" description = "New Relic Integration" authors = ["Tom Tankilevitch "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.10.0", extras = ["cli"]} +port_ocean = {version = "^0.10.1", extras = ["cli"]} httpx = "^0.24.1" [tool.poetry.group.dev.dependencies] diff --git a/integrations/octopus/CHANGELOG.md b/integrations/octopus/CHANGELOG.md index 79012defb8..ec6765ce91 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.1 (2024-08-26) + +### Improvements + +- Bumped ocean version to ^0.10.1 (#1) + + ## 0.1.0-beta (2024-08-24) ### Features diff --git a/integrations/octopus/poetry.lock b/integrations/octopus/poetry.lock index 67181aeac9..24bd6ec467 100644 --- a/integrations/octopus/poetry.lock +++ b/integrations/octopus/poetry.lock @@ -920,13 +920,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.10.0" +version = "0.10.1" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "port_ocean-0.10.0-py3-none-any.whl", hash = "sha256:1bb21cca26cd680e3dea78da44bf3b14d6a3822979dd7326555e1b02ca055a6a"}, - {file = "port_ocean-0.10.0.tar.gz", hash = "sha256:54c44af4a41a9eb48c7cf83ca16064f09a38dc4098b95c240581e0159b4dd72a"}, + {file = "port_ocean-0.10.1-py3-none-any.whl", hash = "sha256:fa4c7e137c6822054a3dbdef753285d37dfaa51dede1f2c59777b0138dd22992"}, + {file = "port_ocean-0.10.1.tar.gz", hash = "sha256:99d8600f7178d029716f57ef8abdbc0bc3d41a59b9d7b3c8ae9443179d0ba04f"}, ] [package.dependencies] @@ -1816,4 +1816,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "2bd671cb6603e82bccbe58c58592e2f8b27d1e65f42af6a46a3bbbd79146cd12" +content-hash = "a68d0a145ee9ed7454ead5cbf3cbacea4c145731305552fe634ba613d85f4102" diff --git a/integrations/octopus/pyproject.toml b/integrations/octopus/pyproject.toml index bedf008515..f7914b3366 100644 --- a/integrations/octopus/pyproject.toml +++ b/integrations/octopus/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "octopus" -version = "0.1.0-beta" +version = "0.1.1" description = "This integration ingest data from octopus deploy" authors = ["Adebayo Iyanuoluwa "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {extras = ["cli"], version = "^0.10.0"} +port_ocean = {version = "^0.10.1", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2" diff --git a/integrations/opencost/CHANGELOG.md b/integrations/opencost/CHANGELOG.md index 50fc14c2d8..f633a8194b 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.69 (2024-08-26) + + +### Improvements + +- Bumped ocean version to ^0.10.1 (#1) + + ## 0.1.68 (2024-08-22) diff --git a/integrations/opencost/poetry.lock b/integrations/opencost/poetry.lock index d76bd9fc2e..95b6a9ea7f 100644 --- a/integrations/opencost/poetry.lock +++ b/integrations/opencost/poetry.lock @@ -934,13 +934,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.10.0" +version = "0.10.1" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "port_ocean-0.10.0-py3-none-any.whl", hash = "sha256:1bb21cca26cd680e3dea78da44bf3b14d6a3822979dd7326555e1b02ca055a6a"}, - {file = "port_ocean-0.10.0.tar.gz", hash = "sha256:54c44af4a41a9eb48c7cf83ca16064f09a38dc4098b95c240581e0159b4dd72a"}, + {file = "port_ocean-0.10.1-py3-none-any.whl", hash = "sha256:fa4c7e137c6822054a3dbdef753285d37dfaa51dede1f2c59777b0138dd22992"}, + {file = "port_ocean-0.10.1.tar.gz", hash = "sha256:99d8600f7178d029716f57ef8abdbc0bc3d41a59b9d7b3c8ae9443179d0ba04f"}, ] [package.dependencies] @@ -1864,4 +1864,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "c6218047de98f6ed47001d86e9041fa05c7d4b7eb327a2e958792b57a133204c" +content-hash = "4d5a81e64aa76a080cd1db64fe7e1bfe29bcdbe2e8101691c97acd65a24ba415" diff --git a/integrations/opencost/pyproject.toml b/integrations/opencost/pyproject.toml index d4c61ebd68..069b2b2e4d 100644 --- a/integrations/opencost/pyproject.toml +++ b/integrations/opencost/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "opencost" -version = "0.1.68" +version = "0.1.69" description = "Ocean integration for OpenCost" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.10.0", extras = ["cli"]} +port_ocean = {version = "^0.10.1", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration diff --git a/integrations/opsgenie/CHANGELOG.md b/integrations/opsgenie/CHANGELOG.md index 7d0d3e000b..f7dfec9382 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.1.70 (2024-08-26) + + +### Improvements + +- Bumped ocean version to ^0.10.1 (#1) + + ## 0.1.69 (2024-08-22) diff --git a/integrations/opsgenie/poetry.lock b/integrations/opsgenie/poetry.lock index d76bd9fc2e..95b6a9ea7f 100644 --- a/integrations/opsgenie/poetry.lock +++ b/integrations/opsgenie/poetry.lock @@ -934,13 +934,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.10.0" +version = "0.10.1" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "port_ocean-0.10.0-py3-none-any.whl", hash = "sha256:1bb21cca26cd680e3dea78da44bf3b14d6a3822979dd7326555e1b02ca055a6a"}, - {file = "port_ocean-0.10.0.tar.gz", hash = "sha256:54c44af4a41a9eb48c7cf83ca16064f09a38dc4098b95c240581e0159b4dd72a"}, + {file = "port_ocean-0.10.1-py3-none-any.whl", hash = "sha256:fa4c7e137c6822054a3dbdef753285d37dfaa51dede1f2c59777b0138dd22992"}, + {file = "port_ocean-0.10.1.tar.gz", hash = "sha256:99d8600f7178d029716f57ef8abdbc0bc3d41a59b9d7b3c8ae9443179d0ba04f"}, ] [package.dependencies] @@ -1864,4 +1864,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "c6218047de98f6ed47001d86e9041fa05c7d4b7eb327a2e958792b57a133204c" +content-hash = "4d5a81e64aa76a080cd1db64fe7e1bfe29bcdbe2e8101691c97acd65a24ba415" diff --git a/integrations/opsgenie/pyproject.toml b/integrations/opsgenie/pyproject.toml index 19b1f37c1c..410d49761f 100644 --- a/integrations/opsgenie/pyproject.toml +++ b/integrations/opsgenie/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "opsgenie" -version = "0.1.69" +version = "0.1.70" description = "Ocean integration for OpsGenie" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.10.0", extras = ["cli"]} +port_ocean = {version = "^0.10.1", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration diff --git a/integrations/pagerduty/CHANGELOG.md b/integrations/pagerduty/CHANGELOG.md index 45bc4c8846..341fc3f782 100644 --- a/integrations/pagerduty/CHANGELOG.md +++ b/integrations/pagerduty/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## 0.1.93 (2024-08-26) + + +### Improvements + +- Bumped ocean version to ^0.10.1 (#1) + + ## 0.1.92 (2024-08-22) diff --git a/integrations/pagerduty/poetry.lock b/integrations/pagerduty/poetry.lock index ae5878294f..b1ecd31f7b 100644 --- a/integrations/pagerduty/poetry.lock +++ b/integrations/pagerduty/poetry.lock @@ -933,13 +933,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.10.0" +version = "0.10.1" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "port_ocean-0.10.0-py3-none-any.whl", hash = "sha256:1bb21cca26cd680e3dea78da44bf3b14d6a3822979dd7326555e1b02ca055a6a"}, - {file = "port_ocean-0.10.0.tar.gz", hash = "sha256:54c44af4a41a9eb48c7cf83ca16064f09a38dc4098b95c240581e0159b4dd72a"}, + {file = "port_ocean-0.10.1-py3-none-any.whl", hash = "sha256:fa4c7e137c6822054a3dbdef753285d37dfaa51dede1f2c59777b0138dd22992"}, + {file = "port_ocean-0.10.1.tar.gz", hash = "sha256:99d8600f7178d029716f57ef8abdbc0bc3d41a59b9d7b3c8ae9443179d0ba04f"}, ] [package.dependencies] @@ -1863,4 +1863,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "8d36d82dd63e18f67aa9a0665b0c0c534f2e6a5784fa553dffc92fa81f0ec58f" +content-hash = "01709588bc871801f50cb55896c90921627e328f9e7a9c3c29220e736a0828e5" diff --git a/integrations/pagerduty/pyproject.toml b/integrations/pagerduty/pyproject.toml index b93afbc545..aab8fe9d0d 100644 --- a/integrations/pagerduty/pyproject.toml +++ b/integrations/pagerduty/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "pagerduty" -version = "0.1.92" +version = "0.1.93" description = "Pagerduty Integration" authors = ["Port Team "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.10.0", extras = ["cli"]} +port_ocean = {version = "^0.10.1", extras = ["cli"]} httpx = "^0.24.1" [tool.poetry.group.dev.dependencies] diff --git a/integrations/sentry/CHANGELOG.md b/integrations/sentry/CHANGELOG.md index 09e01067d6..ad67eff1a0 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.69 (2024-08-26) + + +### Improvements + +- Bumped ocean version to ^0.10.1 (#1) + + ## 0.1.68 (2024-08-22) diff --git a/integrations/sentry/poetry.lock b/integrations/sentry/poetry.lock index d76bd9fc2e..95b6a9ea7f 100644 --- a/integrations/sentry/poetry.lock +++ b/integrations/sentry/poetry.lock @@ -934,13 +934,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.10.0" +version = "0.10.1" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "port_ocean-0.10.0-py3-none-any.whl", hash = "sha256:1bb21cca26cd680e3dea78da44bf3b14d6a3822979dd7326555e1b02ca055a6a"}, - {file = "port_ocean-0.10.0.tar.gz", hash = "sha256:54c44af4a41a9eb48c7cf83ca16064f09a38dc4098b95c240581e0159b4dd72a"}, + {file = "port_ocean-0.10.1-py3-none-any.whl", hash = "sha256:fa4c7e137c6822054a3dbdef753285d37dfaa51dede1f2c59777b0138dd22992"}, + {file = "port_ocean-0.10.1.tar.gz", hash = "sha256:99d8600f7178d029716f57ef8abdbc0bc3d41a59b9d7b3c8ae9443179d0ba04f"}, ] [package.dependencies] @@ -1864,4 +1864,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "c6218047de98f6ed47001d86e9041fa05c7d4b7eb327a2e958792b57a133204c" +content-hash = "4d5a81e64aa76a080cd1db64fe7e1bfe29bcdbe2e8101691c97acd65a24ba415" diff --git a/integrations/sentry/pyproject.toml b/integrations/sentry/pyproject.toml index e0802d1b15..3a99f1a243 100644 --- a/integrations/sentry/pyproject.toml +++ b/integrations/sentry/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "sentry" -version = "0.1.68" +version = "0.1.69" description = "Sentry Integration" authors = ["Dvir Segev ","Matan Geva "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.10.0", extras = ["cli"]} +port_ocean = {version = "^0.10.1", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration diff --git a/integrations/servicenow/CHANGELOG.md b/integrations/servicenow/CHANGELOG.md index 1c57635bb5..ef5cda88c2 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.59 (2024-08-26) + + +### Improvements + +- Bumped ocean version to ^0.10.1 (#1) + + ## 0.1.58 (2024-08-22) diff --git a/integrations/servicenow/poetry.lock b/integrations/servicenow/poetry.lock index d76bd9fc2e..95b6a9ea7f 100644 --- a/integrations/servicenow/poetry.lock +++ b/integrations/servicenow/poetry.lock @@ -934,13 +934,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.10.0" +version = "0.10.1" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "port_ocean-0.10.0-py3-none-any.whl", hash = "sha256:1bb21cca26cd680e3dea78da44bf3b14d6a3822979dd7326555e1b02ca055a6a"}, - {file = "port_ocean-0.10.0.tar.gz", hash = "sha256:54c44af4a41a9eb48c7cf83ca16064f09a38dc4098b95c240581e0159b4dd72a"}, + {file = "port_ocean-0.10.1-py3-none-any.whl", hash = "sha256:fa4c7e137c6822054a3dbdef753285d37dfaa51dede1f2c59777b0138dd22992"}, + {file = "port_ocean-0.10.1.tar.gz", hash = "sha256:99d8600f7178d029716f57ef8abdbc0bc3d41a59b9d7b3c8ae9443179d0ba04f"}, ] [package.dependencies] @@ -1864,4 +1864,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "c6218047de98f6ed47001d86e9041fa05c7d4b7eb327a2e958792b57a133204c" +content-hash = "4d5a81e64aa76a080cd1db64fe7e1bfe29bcdbe2e8101691c97acd65a24ba415" diff --git a/integrations/servicenow/pyproject.toml b/integrations/servicenow/pyproject.toml index 20f43d749c..64d65f2a94 100644 --- a/integrations/servicenow/pyproject.toml +++ b/integrations/servicenow/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "servicenow" -version = "0.1.58" +version = "0.1.59" description = "Service Now Ocean Integration" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.10.0", extras = ["cli"]} +port_ocean = {version = "^0.10.1", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration diff --git a/integrations/snyk/CHANGELOG.md b/integrations/snyk/CHANGELOG.md index ec80c164f1..1aa793c164 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.78 (2024-08-26) + + +### Improvements + +- Bumped ocean version to ^0.10.1 (#1) + + ## 0.1.77 (2024-08-22) diff --git a/integrations/snyk/poetry.lock b/integrations/snyk/poetry.lock index d76bd9fc2e..95b6a9ea7f 100644 --- a/integrations/snyk/poetry.lock +++ b/integrations/snyk/poetry.lock @@ -934,13 +934,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.10.0" +version = "0.10.1" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "port_ocean-0.10.0-py3-none-any.whl", hash = "sha256:1bb21cca26cd680e3dea78da44bf3b14d6a3822979dd7326555e1b02ca055a6a"}, - {file = "port_ocean-0.10.0.tar.gz", hash = "sha256:54c44af4a41a9eb48c7cf83ca16064f09a38dc4098b95c240581e0159b4dd72a"}, + {file = "port_ocean-0.10.1-py3-none-any.whl", hash = "sha256:fa4c7e137c6822054a3dbdef753285d37dfaa51dede1f2c59777b0138dd22992"}, + {file = "port_ocean-0.10.1.tar.gz", hash = "sha256:99d8600f7178d029716f57ef8abdbc0bc3d41a59b9d7b3c8ae9443179d0ba04f"}, ] [package.dependencies] @@ -1864,4 +1864,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "c6218047de98f6ed47001d86e9041fa05c7d4b7eb327a2e958792b57a133204c" +content-hash = "4d5a81e64aa76a080cd1db64fe7e1bfe29bcdbe2e8101691c97acd65a24ba415" diff --git a/integrations/snyk/pyproject.toml b/integrations/snyk/pyproject.toml index 919f3aa245..486aa10686 100644 --- a/integrations/snyk/pyproject.toml +++ b/integrations/snyk/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "snyk" -version = "0.1.77" +version = "0.1.78" description = "Snyk integration powered by Ocean" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.10.0", extras = ["cli"]} +port_ocean = {version = "^0.10.1", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration diff --git a/integrations/sonarqube/CHANGELOG.md b/integrations/sonarqube/CHANGELOG.md index 795fa16dee..0fbac535ba 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.84 (2024-08-26) + + +### Improvements + +- Bumped ocean version to ^0.10.1 (#1) + + ## 0.1.83 (2024-08-22) diff --git a/integrations/sonarqube/poetry.lock b/integrations/sonarqube/poetry.lock index e54b9abcf2..5703299c21 100644 --- a/integrations/sonarqube/poetry.lock +++ b/integrations/sonarqube/poetry.lock @@ -934,13 +934,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.10.0" +version = "0.10.1" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "port_ocean-0.10.0-py3-none-any.whl", hash = "sha256:1bb21cca26cd680e3dea78da44bf3b14d6a3822979dd7326555e1b02ca055a6a"}, - {file = "port_ocean-0.10.0.tar.gz", hash = "sha256:54c44af4a41a9eb48c7cf83ca16064f09a38dc4098b95c240581e0159b4dd72a"}, + {file = "port_ocean-0.10.1-py3-none-any.whl", hash = "sha256:fa4c7e137c6822054a3dbdef753285d37dfaa51dede1f2c59777b0138dd22992"}, + {file = "port_ocean-0.10.1.tar.gz", hash = "sha256:99d8600f7178d029716f57ef8abdbc0bc3d41a59b9d7b3c8ae9443179d0ba04f"}, ] [package.dependencies] @@ -1864,4 +1864,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "c2493ccef44316a2a3a38a98dd4dd2b8c40501db507611f147c5f935ca54588d" +content-hash = "19e0e0c58f74de4295b6b7ba8e773c5271f2c717fa5acdba7b9ff6c955d2e130" diff --git a/integrations/sonarqube/pyproject.toml b/integrations/sonarqube/pyproject.toml index a7e0bb0e46..ecb6d489b6 100644 --- a/integrations/sonarqube/pyproject.toml +++ b/integrations/sonarqube/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "sonarqube" -version = "0.1.83" +version = "0.1.84" description = "SonarQube projects and code quality analysis integration" authors = ["Port Team "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.10.0", extras = ["cli"]} +port_ocean = {version = "^0.10.1", extras = ["cli"]} rich = "^13.5.2" cookiecutter = "^2.3.0" diff --git a/integrations/statuspage/CHANGELOG.md b/integrations/statuspage/CHANGELOG.md index eb30884176..dde10a2aa2 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.18 (2024-08-26) + + +### Improvements + +- Bumped ocean version to ^0.10.1 (#1) + + ## 0.1.17 (2024-08-22) diff --git a/integrations/statuspage/poetry.lock b/integrations/statuspage/poetry.lock index 3cd7ca4f62..b7b1f8262a 100644 --- a/integrations/statuspage/poetry.lock +++ b/integrations/statuspage/poetry.lock @@ -934,13 +934,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.10.0" +version = "0.10.1" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "port_ocean-0.10.0-py3-none-any.whl", hash = "sha256:1bb21cca26cd680e3dea78da44bf3b14d6a3822979dd7326555e1b02ca055a6a"}, - {file = "port_ocean-0.10.0.tar.gz", hash = "sha256:54c44af4a41a9eb48c7cf83ca16064f09a38dc4098b95c240581e0159b4dd72a"}, + {file = "port_ocean-0.10.1-py3-none-any.whl", hash = "sha256:fa4c7e137c6822054a3dbdef753285d37dfaa51dede1f2c59777b0138dd22992"}, + {file = "port_ocean-0.10.1.tar.gz", hash = "sha256:99d8600f7178d029716f57ef8abdbc0bc3d41a59b9d7b3c8ae9443179d0ba04f"}, ] [package.dependencies] @@ -1864,4 +1864,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "5df855c1101897f1c09a15bd8d00abd9b0f83108371b9313408953340703c398" +content-hash = "4763a8f66efe90355bc21ec7ad2db51397d1c4cfc0531c1d8b9f244f1bf106cb" diff --git a/integrations/statuspage/pyproject.toml b/integrations/statuspage/pyproject.toml index cbb1112acb..d3a4bcb578 100644 --- a/integrations/statuspage/pyproject.toml +++ b/integrations/statuspage/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "statuspage" -version = "0.1.17" +version = "0.1.18" description = "Connect Statuspage to Ocean and automatically ingest incidents, updates, and impacted components for comprehensive monitoring" authors = ["Albert Luganga "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.10.0", extras = ["cli"]} +port_ocean = {version = "^0.10.1", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration diff --git a/integrations/terraform-cloud/CHANGELOG.md b/integrations/terraform-cloud/CHANGELOG.md index c4c935081e..b3a9950b39 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.57 (2024-08-26) + + +### Improvements + +- Bumped ocean version to ^0.10.1 (#1) + + ## 0.1.56 (2024-08-22) diff --git a/integrations/terraform-cloud/poetry.lock b/integrations/terraform-cloud/poetry.lock index d76bd9fc2e..95b6a9ea7f 100644 --- a/integrations/terraform-cloud/poetry.lock +++ b/integrations/terraform-cloud/poetry.lock @@ -934,13 +934,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.10.0" +version = "0.10.1" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "port_ocean-0.10.0-py3-none-any.whl", hash = "sha256:1bb21cca26cd680e3dea78da44bf3b14d6a3822979dd7326555e1b02ca055a6a"}, - {file = "port_ocean-0.10.0.tar.gz", hash = "sha256:54c44af4a41a9eb48c7cf83ca16064f09a38dc4098b95c240581e0159b4dd72a"}, + {file = "port_ocean-0.10.1-py3-none-any.whl", hash = "sha256:fa4c7e137c6822054a3dbdef753285d37dfaa51dede1f2c59777b0138dd22992"}, + {file = "port_ocean-0.10.1.tar.gz", hash = "sha256:99d8600f7178d029716f57ef8abdbc0bc3d41a59b9d7b3c8ae9443179d0ba04f"}, ] [package.dependencies] @@ -1864,4 +1864,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "c6218047de98f6ed47001d86e9041fa05c7d4b7eb327a2e958792b57a133204c" +content-hash = "4d5a81e64aa76a080cd1db64fe7e1bfe29bcdbe2e8101691c97acd65a24ba415" diff --git a/integrations/terraform-cloud/pyproject.toml b/integrations/terraform-cloud/pyproject.toml index b604774be4..19ce050bc5 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.56" +version = "0.1.57" description = "Terraform Cloud Integration for Port" authors = ["Michael Armah "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.10.0", extras = ["cli"]} +port_ocean = {version = "^0.10.1", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration diff --git a/integrations/wiz/CHANGELOG.md b/integrations/wiz/CHANGELOG.md index 45b7712b5b..a8bca1780d 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.49 (2024-08-26) + + +### Improvements + +- Bumped ocean version to ^0.10.1 (#1) + + ## 0.1.48 (2024-08-22) diff --git a/integrations/wiz/poetry.lock b/integrations/wiz/poetry.lock index d76bd9fc2e..95b6a9ea7f 100644 --- a/integrations/wiz/poetry.lock +++ b/integrations/wiz/poetry.lock @@ -934,13 +934,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.10.0" +version = "0.10.1" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "port_ocean-0.10.0-py3-none-any.whl", hash = "sha256:1bb21cca26cd680e3dea78da44bf3b14d6a3822979dd7326555e1b02ca055a6a"}, - {file = "port_ocean-0.10.0.tar.gz", hash = "sha256:54c44af4a41a9eb48c7cf83ca16064f09a38dc4098b95c240581e0159b4dd72a"}, + {file = "port_ocean-0.10.1-py3-none-any.whl", hash = "sha256:fa4c7e137c6822054a3dbdef753285d37dfaa51dede1f2c59777b0138dd22992"}, + {file = "port_ocean-0.10.1.tar.gz", hash = "sha256:99d8600f7178d029716f57ef8abdbc0bc3d41a59b9d7b3c8ae9443179d0ba04f"}, ] [package.dependencies] @@ -1864,4 +1864,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "c6218047de98f6ed47001d86e9041fa05c7d4b7eb327a2e958792b57a133204c" +content-hash = "4d5a81e64aa76a080cd1db64fe7e1bfe29bcdbe2e8101691c97acd65a24ba415" diff --git a/integrations/wiz/pyproject.toml b/integrations/wiz/pyproject.toml index 019a52f81f..0e7f4ea0f6 100644 --- a/integrations/wiz/pyproject.toml +++ b/integrations/wiz/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "wiz" -version = "0.1.48" +version = "0.1.49" description = "Wiz Port integration in Ocean" authors = ["Albert Luganga "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.10.0", extras = ["cli"]} +port_ocean = {version = "^0.10.1", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration