From f34d650decc2361ce871f5e5cdc741fb308cc52b Mon Sep 17 00:00:00 2001 From: erikzaadi Date: Sun, 23 Feb 2025 17:13:34 +0200 Subject: [PATCH 01/31] [SQUASH] fix changelog --- CHANGELOG.md | 1 + integrations/argocd/CHANGELOG.md | 8 ++++++++ integrations/argocd/pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 408f4de316..5470bc8b02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ 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.20.2 (2025-02-23) ### Bug Fixes diff --git a/integrations/argocd/CHANGELOG.md b/integrations/argocd/CHANGELOG.md index c5f6ff52e1..a46e01b66d 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.140 (2025-02-23) + + +### Improvements + +- Bumped ocean version to ^CHANGELOG.md + + ## 0.1.139 (2025-02-23) diff --git a/integrations/argocd/pyproject.toml b/integrations/argocd/pyproject.toml index a615728fec..301b91af9e 100644 --- a/integrations/argocd/pyproject.toml +++ b/integrations/argocd/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "argocd" -version = "0.1.139" +version = "0.1.140" description = "Argo CD integration powered by Ocean" authors = ["Isaac Coffie "] From 307554b3d0ddba4e05e00d2166f6365ceb5930f9 Mon Sep 17 00:00:00 2001 From: erikzaadi Date: Sun, 23 Feb 2025 17:16:34 +0200 Subject: [PATCH 02/31] Bumped ocean version to ^0.20.2 for argocd --- integrations/argocd/CHANGELOG.md | 24 ++++++++++++++++++++++++ integrations/argocd/poetry.lock | 8 ++++---- integrations/argocd/pyproject.toml | 4 ++-- 3 files changed, 30 insertions(+), 6 deletions(-) diff --git a/integrations/argocd/CHANGELOG.md b/integrations/argocd/CHANGELOG.md index a46e01b66d..2564fc1380 100644 --- a/integrations/argocd/CHANGELOG.md +++ b/integrations/argocd/CHANGELOG.md @@ -7,6 +7,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## 0.1.143 (2025-02-23) + + +### Improvements + +- Bumped ocean version to ^0.20.2 + + +## 0.1.142 (2025-02-23) + + +### Improvements + +- Bumped ocean version to ^^0.20.2 + + +## 0.1.141 (2025-02-23) + + +### Improvements + +- Bumped ocean version to ^CHANGELOG.md + + ## 0.1.140 (2025-02-23) diff --git a/integrations/argocd/poetry.lock b/integrations/argocd/poetry.lock index 789eb9b08e..65c816a23b 100644 --- a/integrations/argocd/poetry.lock +++ b/integrations/argocd/poetry.lock @@ -1045,13 +1045,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.20.1" +version = "0.20.2" 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.20.1-py3-none-any.whl", hash = "sha256:79ffdc4640cef236f3191e3dccfe37ddc21f9121fa82f5ca5fd4f3f925a0f34a"}, - {file = "port_ocean-0.20.1.tar.gz", hash = "sha256:ecdfecadeaa91f3e0838fd660027e10b1447e24010b838af179910ed5be0c66d"}, + {file = "port_ocean-0.20.2-py3-none-any.whl", hash = "sha256:dcc86f5e6ccdcba65f33fecf1b0132496ba658b9022293cf01fec7fea5c9675a"}, + {file = "port_ocean-0.20.2.tar.gz", hash = "sha256:60642af77a9b8392070e47a1a2f118cbccdd384f24f6ce6fd3c3800b4e99fde1"}, ] [package.dependencies] @@ -1664,4 +1664,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "f6daab1601bf48f1150d57c3298ec12d51f68da09df8857e05ae25aeedfe5af9" +content-hash = "86d480a16404bf83e91e13d83bc79ea497e945ee192fc3b2ca9058e3508824be" diff --git a/integrations/argocd/pyproject.toml b/integrations/argocd/pyproject.toml index 301b91af9e..f7d1b498b1 100644 --- a/integrations/argocd/pyproject.toml +++ b/integrations/argocd/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "argocd" -version = "0.1.140" +version = "0.1.143" description = "Argo CD integration powered by Ocean" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.20.1", extras = ["cli"]} +port_ocean = {version = "^0.20.2", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # Uncomment this if you want to debug the ocean core together with your integration From 42ae8132364b7589fb86ac9e9572221395375c98 Mon Sep 17 00:00:00 2001 From: erikzaadi Date: Sun, 23 Feb 2025 17:16:52 +0200 Subject: [PATCH 03/31] Bumped ocean version to ^0.20.2 for aws --- integrations/aws/CHANGELOG.md | 8 ++++++++ integrations/aws/poetry.lock | 8 ++++---- integrations/aws/pyproject.toml | 4 ++-- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/integrations/aws/CHANGELOG.md b/integrations/aws/CHANGELOG.md index 02138acc43..ae8486f343 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.103 (2025-02-23) + + +### Improvements + +- Bumped ocean version to ^0.20.2 + + ## 0.2.102 (2025-02-23) diff --git a/integrations/aws/poetry.lock b/integrations/aws/poetry.lock index ca72ee4374..9e2de7366c 100644 --- a/integrations/aws/poetry.lock +++ b/integrations/aws/poetry.lock @@ -2285,13 +2285,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.20.1" +version = "0.20.2" 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.20.1-py3-none-any.whl", hash = "sha256:79ffdc4640cef236f3191e3dccfe37ddc21f9121fa82f5ca5fd4f3f925a0f34a"}, - {file = "port_ocean-0.20.1.tar.gz", hash = "sha256:ecdfecadeaa91f3e0838fd660027e10b1447e24010b838af179910ed5be0c66d"}, + {file = "port_ocean-0.20.2-py3-none-any.whl", hash = "sha256:dcc86f5e6ccdcba65f33fecf1b0132496ba658b9022293cf01fec7fea5c9675a"}, + {file = "port_ocean-0.20.2.tar.gz", hash = "sha256:60642af77a9b8392070e47a1a2f118cbccdd384f24f6ce6fd3c3800b4e99fde1"}, ] [package.dependencies] @@ -4047,4 +4047,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "873e8edb3fa14c07973903bf58b48e3c287b34b1b37eed2933b0d27b8fcb540e" +content-hash = "d84e5b48ac83a405211375bba914686f26175b3181d2ba1ccebae06459320826" diff --git a/integrations/aws/pyproject.toml b/integrations/aws/pyproject.toml index 84d1a0fc60..c9461cb3bc 100644 --- a/integrations/aws/pyproject.toml +++ b/integrations/aws/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "aws" -version = "0.2.102" +version = "0.2.103" 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.20.1", extras = ["cli"]} +port_ocean = {version = "^0.20.2", 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"]} From 4949d87ddb2a60d0eabe4bfd565b24d354e3977a Mon Sep 17 00:00:00 2001 From: erikzaadi Date: Sun, 23 Feb 2025 17:17:05 +0200 Subject: [PATCH 04/31] Bumped ocean version to ^0.20.2 for azure --- integrations/azure/CHANGELOG.md | 7 +++++++ integrations/azure/poetry.lock | 8 ++++---- integrations/azure/pyproject.toml | 4 ++-- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/integrations/azure/CHANGELOG.md b/integrations/azure/CHANGELOG.md index 29f5a66773..424a2e74e2 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.144 (2025-02-23) + +### Improvements + +- Bumped ocean version to ^0.20.2 + + 0.1.143 (2025-02-23) ### Improvements diff --git a/integrations/azure/poetry.lock b/integrations/azure/poetry.lock index 143e3a2e0d..13314bd649 100644 --- a/integrations/azure/poetry.lock +++ b/integrations/azure/poetry.lock @@ -1593,13 +1593,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.20.1" +version = "0.20.2" 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.20.1-py3-none-any.whl", hash = "sha256:79ffdc4640cef236f3191e3dccfe37ddc21f9121fa82f5ca5fd4f3f925a0f34a"}, - {file = "port_ocean-0.20.1.tar.gz", hash = "sha256:ecdfecadeaa91f3e0838fd660027e10b1447e24010b838af179910ed5be0c66d"}, + {file = "port_ocean-0.20.2-py3-none-any.whl", hash = "sha256:dcc86f5e6ccdcba65f33fecf1b0132496ba658b9022293cf01fec7fea5c9675a"}, + {file = "port_ocean-0.20.2.tar.gz", hash = "sha256:60642af77a9b8392070e47a1a2f118cbccdd384f24f6ce6fd3c3800b4e99fde1"}, ] [package.dependencies] @@ -2499,4 +2499,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "97c4f1583b37b35db751e862b76dbf9cd1b53f70dc91260dfe420fd316914638" +content-hash = "f77d780d6a87fce744bb97ac9851cea23ae5e2fe834c714b88c5f670fc930fdc" diff --git a/integrations/azure/pyproject.toml b/integrations/azure/pyproject.toml index eda3dd7be3..b88af0bd97 100644 --- a/integrations/azure/pyproject.toml +++ b/integrations/azure/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "azure" -version = "0.1.143" +version = "0.1.144" description = "Azure integration" authors = ["Tom Tankilevitch "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.20.1", extras = ["cli"]} +port_ocean = {version = "^0.20.2", 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" From 6a1a6d596d25687100637f843f9012cd1c17fcf4 Mon Sep 17 00:00:00 2001 From: erikzaadi Date: Sun, 23 Feb 2025 17:17:16 +0200 Subject: [PATCH 05/31] Bumped ocean version to ^0.20.2 for azure-devops --- integrations/azure-devops/CHANGELOG.md | 8 ++++++++ integrations/azure-devops/poetry.lock | 8 ++++---- integrations/azure-devops/pyproject.toml | 4 ++-- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/integrations/azure-devops/CHANGELOG.md b/integrations/azure-devops/CHANGELOG.md index e5851f4371..aa1530b21f 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.128 (2025-02-23) + + +### Improvements + +- Bumped ocean version to ^0.20.2 + + ## 0.1.127 (2025-02-23) diff --git a/integrations/azure-devops/poetry.lock b/integrations/azure-devops/poetry.lock index b6aa2ab3f8..5fe0a48615 100644 --- a/integrations/azure-devops/poetry.lock +++ b/integrations/azure-devops/poetry.lock @@ -1045,13 +1045,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.20.1" +version = "0.20.2" 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.20.1-py3-none-any.whl", hash = "sha256:79ffdc4640cef236f3191e3dccfe37ddc21f9121fa82f5ca5fd4f3f925a0f34a"}, - {file = "port_ocean-0.20.1.tar.gz", hash = "sha256:ecdfecadeaa91f3e0838fd660027e10b1447e24010b838af179910ed5be0c66d"}, + {file = "port_ocean-0.20.2-py3-none-any.whl", hash = "sha256:dcc86f5e6ccdcba65f33fecf1b0132496ba658b9022293cf01fec7fea5c9675a"}, + {file = "port_ocean-0.20.2.tar.gz", hash = "sha256:60642af77a9b8392070e47a1a2f118cbccdd384f24f6ce6fd3c3800b4e99fde1"}, ] [package.dependencies] @@ -1675,4 +1675,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "a54b1c60120236655256584205936b96d1c1703620257d92123df20b614dde03" +content-hash = "2f63b016bf6637a0fabc9d6434f8b7c240c3cc8714b0e66a5dd3fa48be2dcf9b" diff --git a/integrations/azure-devops/pyproject.toml b/integrations/azure-devops/pyproject.toml index 4def29b9d7..89a722eccd 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.127" +version = "0.1.128" description = "An Azure Devops Ocean integration" authors = ["Matan Geva "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.20.1", extras = ["cli"]} +port_ocean = {version = "^0.20.2", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # Uncomment this if you want to debug the ocean core together with your integration From e9116a9d6a963926f25ca62cc0a1c2528d3cfdb7 Mon Sep 17 00:00:00 2001 From: erikzaadi Date: Sun, 23 Feb 2025 17:17:26 +0200 Subject: [PATCH 06/31] Bumped ocean version to ^0.20.2 for backstage --- integrations/backstage/CHANGELOG.md | 8 ++++++++ integrations/backstage/poetry.lock | 8 ++++---- integrations/backstage/pyproject.toml | 4 ++-- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/integrations/backstage/CHANGELOG.md b/integrations/backstage/CHANGELOG.md index 52a4305024..4611ec1b68 100644 --- a/integrations/backstage/CHANGELOG.md +++ b/integrations/backstage/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.1.47-beta (2025-02-23) + + +### Improvements + +- Bumped ocean version to ^0.20.2 + + ## 0.1.46-beta (2025-02-23) diff --git a/integrations/backstage/poetry.lock b/integrations/backstage/poetry.lock index 235d17f4e7..a76d85a86d 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.20.1" +version = "0.20.2" 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.20.1-py3-none-any.whl", hash = "sha256:79ffdc4640cef236f3191e3dccfe37ddc21f9121fa82f5ca5fd4f3f925a0f34a"}, - {file = "port_ocean-0.20.1.tar.gz", hash = "sha256:ecdfecadeaa91f3e0838fd660027e10b1447e24010b838af179910ed5be0c66d"}, + {file = "port_ocean-0.20.2-py3-none-any.whl", hash = "sha256:dcc86f5e6ccdcba65f33fecf1b0132496ba658b9022293cf01fec7fea5c9675a"}, + {file = "port_ocean-0.20.2.tar.gz", hash = "sha256:60642af77a9b8392070e47a1a2f118cbccdd384f24f6ce6fd3c3800b4e99fde1"}, ] [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 = "95e7849e2c9a84961d49d64be312249c87021b0a6fa80259c2ef806c614e878c" +content-hash = "d8cd5e71bbf9828ad69d5604fd6a9cbd17731b0c928346df2cc82851a88b9409" diff --git a/integrations/backstage/pyproject.toml b/integrations/backstage/pyproject.toml index fb3ace96a6..0a84d1b036 100644 --- a/integrations/backstage/pyproject.toml +++ b/integrations/backstage/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "backstage" -version = "0.1.46-beta" +version = "0.1.47-beta" description = "Importing resources from Backstage IDP" authors = ["Roi Talpaz "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.20.1", extras = ["cli"]} +port_ocean = {version = "^0.20.2", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # Uncomment this if you want to debug the ocean core together with your integration From 257fc4d6b67b50044d7f8b5726beba3c9075cec3 Mon Sep 17 00:00:00 2001 From: erikzaadi Date: Sun, 23 Feb 2025 17:17:37 +0200 Subject: [PATCH 07/31] Bumped ocean version to ^0.20.2 for datadog --- integrations/datadog/CHANGELOG.md | 8 ++++++++ integrations/datadog/poetry.lock | 8 ++++---- integrations/datadog/pyproject.toml | 4 ++-- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/integrations/datadog/CHANGELOG.md b/integrations/datadog/CHANGELOG.md index f6b0b9777e..43dc42133e 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.25 (2025-02-23) + + +### Improvements + +- Bumped ocean version to ^0.20.2 + + ## 0.2.24 (2025-02-23) diff --git a/integrations/datadog/poetry.lock b/integrations/datadog/poetry.lock index 9bb725c4fd..1ba95844de 100644 --- a/integrations/datadog/poetry.lock +++ b/integrations/datadog/poetry.lock @@ -1045,13 +1045,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.20.1" +version = "0.20.2" 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.20.1-py3-none-any.whl", hash = "sha256:79ffdc4640cef236f3191e3dccfe37ddc21f9121fa82f5ca5fd4f3f925a0f34a"}, - {file = "port_ocean-0.20.1.tar.gz", hash = "sha256:ecdfecadeaa91f3e0838fd660027e10b1447e24010b838af179910ed5be0c66d"}, + {file = "port_ocean-0.20.2-py3-none-any.whl", hash = "sha256:dcc86f5e6ccdcba65f33fecf1b0132496ba658b9022293cf01fec7fea5c9675a"}, + {file = "port_ocean-0.20.2.tar.gz", hash = "sha256:60642af77a9b8392070e47a1a2f118cbccdd384f24f6ce6fd3c3800b4e99fde1"}, ] [package.dependencies] @@ -1664,4 +1664,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "8666f212315c83c50e9f650370d85640ed99a9f8f83080546029b722e6a9e5aa" +content-hash = "b72b7992da8b68cfaa469dc49e1e81965281f7eb765bdf972d77945fe3e5f21e" diff --git a/integrations/datadog/pyproject.toml b/integrations/datadog/pyproject.toml index 402f3d5749..b17a5c687f 100644 --- a/integrations/datadog/pyproject.toml +++ b/integrations/datadog/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "datadog" -version = "0.2.24" +version = "0.2.25" description = "Datadog Ocean Integration" authors = ["Albert Luganga "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.20.1", extras = ["cli"]} +port_ocean = {version = "^0.20.2", extras = ["cli"]} loguru = "^0.7.2" [tool.poetry.group.dev.dependencies] From 2b3d757495f36beb5cade7339d8a9807a0de7e68 Mon Sep 17 00:00:00 2001 From: erikzaadi Date: Sun, 23 Feb 2025 17:17:48 +0200 Subject: [PATCH 08/31] Bumped ocean version to ^0.20.2 for dynatrace --- integrations/dynatrace/CHANGELOG.md | 8 ++++++++ integrations/dynatrace/poetry.lock | 8 ++++---- integrations/dynatrace/pyproject.toml | 4 ++-- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/integrations/dynatrace/CHANGELOG.md b/integrations/dynatrace/CHANGELOG.md index ef68d62b47..da936b6950 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.106 (2025-02-23) + + +### Improvements + +- Bumped ocean version to ^0.20.2 + + ## 0.1.105 (2025-02-23) diff --git a/integrations/dynatrace/poetry.lock b/integrations/dynatrace/poetry.lock index 789eb9b08e..65c816a23b 100644 --- a/integrations/dynatrace/poetry.lock +++ b/integrations/dynatrace/poetry.lock @@ -1045,13 +1045,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.20.1" +version = "0.20.2" 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.20.1-py3-none-any.whl", hash = "sha256:79ffdc4640cef236f3191e3dccfe37ddc21f9121fa82f5ca5fd4f3f925a0f34a"}, - {file = "port_ocean-0.20.1.tar.gz", hash = "sha256:ecdfecadeaa91f3e0838fd660027e10b1447e24010b838af179910ed5be0c66d"}, + {file = "port_ocean-0.20.2-py3-none-any.whl", hash = "sha256:dcc86f5e6ccdcba65f33fecf1b0132496ba658b9022293cf01fec7fea5c9675a"}, + {file = "port_ocean-0.20.2.tar.gz", hash = "sha256:60642af77a9b8392070e47a1a2f118cbccdd384f24f6ce6fd3c3800b4e99fde1"}, ] [package.dependencies] @@ -1664,4 +1664,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "f6daab1601bf48f1150d57c3298ec12d51f68da09df8857e05ae25aeedfe5af9" +content-hash = "86d480a16404bf83e91e13d83bc79ea497e945ee192fc3b2ca9058e3508824be" diff --git a/integrations/dynatrace/pyproject.toml b/integrations/dynatrace/pyproject.toml index 92f5330a00..cb99041b14 100644 --- a/integrations/dynatrace/pyproject.toml +++ b/integrations/dynatrace/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "dynatrace" -version = "0.1.105" +version = "0.1.106" description = "An integration used to import Dynatrace resources into Port" authors = ["Ayodeji Adeoti <>"] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.20.1", extras = ["cli"]} +port_ocean = {version = "^0.20.2", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration From f0b4df00d0fc505e1c44a1d3a17c7982e39b3027 Mon Sep 17 00:00:00 2001 From: erikzaadi Date: Sun, 23 Feb 2025 17:18:00 +0200 Subject: [PATCH 09/31] Bumped ocean version to ^0.20.2 for fake-integration --- integrations/fake-integration/CHANGELOG.md | 8 ++++++++ integrations/fake-integration/poetry.lock | 8 ++++---- integrations/fake-integration/pyproject.toml | 4 ++-- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/integrations/fake-integration/CHANGELOG.md b/integrations/fake-integration/CHANGELOG.md index a5349dd605..1427f1b336 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.55-dev (2025-02-23) + + +### Improvements + +- Bumped ocean version to ^0.20.2 + + ## 0.1.54-dev (2025-02-23) diff --git a/integrations/fake-integration/poetry.lock b/integrations/fake-integration/poetry.lock index 3c834438ee..67dbe4ce3c 100644 --- a/integrations/fake-integration/poetry.lock +++ b/integrations/fake-integration/poetry.lock @@ -1172,13 +1172,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.20.1" +version = "0.20.2" 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.20.1-py3-none-any.whl", hash = "sha256:79ffdc4640cef236f3191e3dccfe37ddc21f9121fa82f5ca5fd4f3f925a0f34a"}, - {file = "port_ocean-0.20.1.tar.gz", hash = "sha256:ecdfecadeaa91f3e0838fd660027e10b1447e24010b838af179910ed5be0c66d"}, + {file = "port_ocean-0.20.2-py3-none-any.whl", hash = "sha256:dcc86f5e6ccdcba65f33fecf1b0132496ba658b9022293cf01fec7fea5c9675a"}, + {file = "port_ocean-0.20.2.tar.gz", hash = "sha256:60642af77a9b8392070e47a1a2f118cbccdd384f24f6ce6fd3c3800b4e99fde1"}, ] [package.dependencies] @@ -1907,4 +1907,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "bdcad0e161e4365a656e4c33fa5c96f8eb7ab9ee7b094e8d9901c110ceebb6b7" +content-hash = "820a037620945c4b04856ea14b75ac44f10aacf3fa209ab0f73f0245accac29b" diff --git a/integrations/fake-integration/pyproject.toml b/integrations/fake-integration/pyproject.toml index a94d9e10d9..8d9b5ea269 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.54-dev" +version = "0.1.55-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.20.1", extras = ["cli"]} +port_ocean = {version = "^0.20.2", extras = ["cli"]} faker = "^28.0.0" [tool.poetry.group.dev.dependencies] From 63737c23e196afc6da64edaeb10670bfb0701c03 Mon Sep 17 00:00:00 2001 From: erikzaadi Date: Sun, 23 Feb 2025 17:18:11 +0200 Subject: [PATCH 10/31] Bumped ocean version to ^0.20.2 for firehydrant --- integrations/firehydrant/CHANGELOG.md | 8 ++++++++ integrations/firehydrant/poetry.lock | 8 ++++---- integrations/firehydrant/pyproject.toml | 4 ++-- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/integrations/firehydrant/CHANGELOG.md b/integrations/firehydrant/CHANGELOG.md index 4a6b5f6db9..a2995beeb4 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.127 (2025-02-23) + + +### Improvements + +- Bumped ocean version to ^0.20.2 + + ## 0.1.126 (2025-02-23) diff --git a/integrations/firehydrant/poetry.lock b/integrations/firehydrant/poetry.lock index 789eb9b08e..65c816a23b 100644 --- a/integrations/firehydrant/poetry.lock +++ b/integrations/firehydrant/poetry.lock @@ -1045,13 +1045,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.20.1" +version = "0.20.2" 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.20.1-py3-none-any.whl", hash = "sha256:79ffdc4640cef236f3191e3dccfe37ddc21f9121fa82f5ca5fd4f3f925a0f34a"}, - {file = "port_ocean-0.20.1.tar.gz", hash = "sha256:ecdfecadeaa91f3e0838fd660027e10b1447e24010b838af179910ed5be0c66d"}, + {file = "port_ocean-0.20.2-py3-none-any.whl", hash = "sha256:dcc86f5e6ccdcba65f33fecf1b0132496ba658b9022293cf01fec7fea5c9675a"}, + {file = "port_ocean-0.20.2.tar.gz", hash = "sha256:60642af77a9b8392070e47a1a2f118cbccdd384f24f6ce6fd3c3800b4e99fde1"}, ] [package.dependencies] @@ -1664,4 +1664,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "f6daab1601bf48f1150d57c3298ec12d51f68da09df8857e05ae25aeedfe5af9" +content-hash = "86d480a16404bf83e91e13d83bc79ea497e945ee192fc3b2ca9058e3508824be" diff --git a/integrations/firehydrant/pyproject.toml b/integrations/firehydrant/pyproject.toml index 1519953508..28be32c90e 100644 --- a/integrations/firehydrant/pyproject.toml +++ b/integrations/firehydrant/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "firehydrant" -version = "0.1.126" +version = "0.1.127" description = "FireHydrant Integration Powered by Ocean" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.20.1", extras = ["cli"]} +port_ocean = {version = "^0.20.2", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration From d5897c6e8d7f7b245100427194a8d7f154ec94b9 Mon Sep 17 00:00:00 2001 From: erikzaadi Date: Sun, 23 Feb 2025 17:19:06 +0200 Subject: [PATCH 11/31] Bumped ocean version to ^0.20.2 for gcp --- integrations/gcp/CHANGELOG.md | 8 ++++++++ integrations/gcp/poetry.lock | 8 ++++---- integrations/gcp/pyproject.toml | 4 ++-- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/integrations/gcp/CHANGELOG.md b/integrations/gcp/CHANGELOG.md index 5c26f9ddd6..c316b74cd4 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.110 (2025-02-23) + + +### Improvements + +- Bumped ocean version to ^0.20.2 + + ## 0.1.109 (2025-02-23) diff --git a/integrations/gcp/poetry.lock b/integrations/gcp/poetry.lock index 8ba7d7a8be..b9081b58e4 100644 --- a/integrations/gcp/poetry.lock +++ b/integrations/gcp/poetry.lock @@ -1464,13 +1464,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.20.1" +version = "0.20.2" 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.20.1-py3-none-any.whl", hash = "sha256:79ffdc4640cef236f3191e3dccfe37ddc21f9121fa82f5ca5fd4f3f925a0f34a"}, - {file = "port_ocean-0.20.1.tar.gz", hash = "sha256:ecdfecadeaa91f3e0838fd660027e10b1447e24010b838af179910ed5be0c66d"}, + {file = "port_ocean-0.20.2-py3-none-any.whl", hash = "sha256:dcc86f5e6ccdcba65f33fecf1b0132496ba658b9022293cf01fec7fea5c9675a"}, + {file = "port_ocean-0.20.2.tar.gz", hash = "sha256:60642af77a9b8392070e47a1a2f118cbccdd384f24f6ce6fd3c3800b4e99fde1"}, ] [package.dependencies] @@ -2271,4 +2271,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "9eb0a8050cee92220f5ddab29ea19f1dddb60f5d5a363dceccd702380a7c13de" +content-hash = "bb89efe30ba30789068145ab096a5a2a989df8e9b6244d93b92f7921a043644c" diff --git a/integrations/gcp/pyproject.toml b/integrations/gcp/pyproject.toml index 76cfa0c421..471d093bbc 100644 --- a/integrations/gcp/pyproject.toml +++ b/integrations/gcp/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "gcp" -version = "0.1.109" +version = "0.1.110" description = "A GCP ocean integration" authors = ["Matan Geva "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.20.1", extras = ["cli"]} +port_ocean = {version = "^0.20.2", extras = ["cli"]} google-cloud-asset = "^3.25.1" google-cloud-pubsub = "^2.21.1" google-cloud-resource-manager = "^1.12.3" From 79742f5ac318f6b21ad5be23c4536b1522bcc1c1 Mon Sep 17 00:00:00 2001 From: erikzaadi Date: Sun, 23 Feb 2025 17:19:25 +0200 Subject: [PATCH 12/31] Bumped ocean version to ^0.20.2 for gitlab --- integrations/gitlab/CHANGELOG.md | 8 ++++++++ integrations/gitlab/poetry.lock | 8 ++++---- integrations/gitlab/pyproject.toml | 4 ++-- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/integrations/gitlab/CHANGELOG.md b/integrations/gitlab/CHANGELOG.md index 842dc79dd3..7da13adb36 100644 --- a/integrations/gitlab/CHANGELOG.md +++ b/integrations/gitlab/CHANGELOG.md @@ -7,6 +7,14 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm +0.2.41 (2025-02-23) +=================== + +### Improvements + +- Bumped ocean version to ^0.20.2 + + 0.2.40 (2025-02-23) =================== diff --git a/integrations/gitlab/poetry.lock b/integrations/gitlab/poetry.lock index 941e31e533..e3c7c0d917 100644 --- a/integrations/gitlab/poetry.lock +++ b/integrations/gitlab/poetry.lock @@ -1153,13 +1153,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.20.1" +version = "0.20.2" 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.20.1-py3-none-any.whl", hash = "sha256:79ffdc4640cef236f3191e3dccfe37ddc21f9121fa82f5ca5fd4f3f925a0f34a"}, - {file = "port_ocean-0.20.1.tar.gz", hash = "sha256:ecdfecadeaa91f3e0838fd660027e10b1447e24010b838af179910ed5be0c66d"}, + {file = "port_ocean-0.20.2-py3-none-any.whl", hash = "sha256:dcc86f5e6ccdcba65f33fecf1b0132496ba658b9022293cf01fec7fea5c9675a"}, + {file = "port_ocean-0.20.2.tar.gz", hash = "sha256:60642af77a9b8392070e47a1a2f118cbccdd384f24f6ce6fd3c3800b4e99fde1"}, ] [package.dependencies] @@ -1930,4 +1930,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "d21f020c9a59946e68fa012d6d3874c53a5b290bf70ec681f8d503dc75d26bb8" +content-hash = "d659f3d6865d9e14291d4a0b7b82d6abbe63292275abf2e394c87c82f27c1271" diff --git a/integrations/gitlab/pyproject.toml b/integrations/gitlab/pyproject.toml index 5cd771eeca..9b857fc822 100644 --- a/integrations/gitlab/pyproject.toml +++ b/integrations/gitlab/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gitlab" -version = "0.2.40" +version = "0.2.41" 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.20.1", extras = ["cli"]} +port_ocean = {version = "^0.20.2", extras = ["cli"]} glob2 = "^0.7" braceexpand = "^0.1.7" From b5d7d7f3ae733657b076b3227db81fc52ab19958 Mon Sep 17 00:00:00 2001 From: erikzaadi Date: Sun, 23 Feb 2025 17:19:37 +0200 Subject: [PATCH 13/31] Bumped ocean version to ^0.20.2 for jenkins --- integrations/jenkins/CHANGELOG.md | 8 ++++++++ integrations/jenkins/poetry.lock | 8 ++++---- integrations/jenkins/pyproject.toml | 4 ++-- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/integrations/jenkins/CHANGELOG.md b/integrations/jenkins/CHANGELOG.md index 7c797c58ba..b493eae75e 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.109 (2025-02-23) + + +### Improvements + +- Bumped ocean version to ^0.20.2 + + ## 0.1.108 (2025-02-23) diff --git a/integrations/jenkins/poetry.lock b/integrations/jenkins/poetry.lock index 956da0b65b..1edae9a152 100644 --- a/integrations/jenkins/poetry.lock +++ b/integrations/jenkins/poetry.lock @@ -1056,13 +1056,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.20.1" +version = "0.20.2" 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.20.1-py3-none-any.whl", hash = "sha256:79ffdc4640cef236f3191e3dccfe37ddc21f9121fa82f5ca5fd4f3f925a0f34a"}, - {file = "port_ocean-0.20.1.tar.gz", hash = "sha256:ecdfecadeaa91f3e0838fd660027e10b1447e24010b838af179910ed5be0c66d"}, + {file = "port_ocean-0.20.2-py3-none-any.whl", hash = "sha256:dcc86f5e6ccdcba65f33fecf1b0132496ba658b9022293cf01fec7fea5c9675a"}, + {file = "port_ocean-0.20.2.tar.gz", hash = "sha256:60642af77a9b8392070e47a1a2f118cbccdd384f24f6ce6fd3c3800b4e99fde1"}, ] [package.dependencies] @@ -1675,4 +1675,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "25f8ef7898ee74586cee8f6d4fe8bfa8e6305d310a154a59aa0a18b261541970" +content-hash = "16663f01be4f9db722d931cd065a749769703078b53551cac537f03405a529a7" diff --git a/integrations/jenkins/pyproject.toml b/integrations/jenkins/pyproject.toml index 8af7916bd7..137d3f243a 100644 --- a/integrations/jenkins/pyproject.toml +++ b/integrations/jenkins/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "jenkins" -version = "0.1.108" +version = "0.1.109" description = "Jenkins Integration to Port Ocean" authors = ["Albert Luganga "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.20.1", extras = ["cli"]} +port_ocean = {version = "^0.20.2", extras = ["cli"]} pip = "^23.3.1" python-dotenv = "^1.0.0" loguru = "^0.7.2" From 92f8ad07a89a15a5b590a167f035310e7f66e811 Mon Sep 17 00:00:00 2001 From: erikzaadi Date: Sun, 23 Feb 2025 17:19:47 +0200 Subject: [PATCH 14/31] Bumped ocean version to ^0.20.2 for jira --- integrations/jira/CHANGELOG.md | 8 ++++++++ integrations/jira/poetry.lock | 8 ++++---- integrations/jira/pyproject.toml | 4 ++-- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/integrations/jira/CHANGELOG.md b/integrations/jira/CHANGELOG.md index a9ee4eaed0..98465b0760 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.3.1 (2025-02-23) + + +### Improvements + +- Bumped ocean version to ^0.20.2 + + ## 0.3.0 (2025-02-23) diff --git a/integrations/jira/poetry.lock b/integrations/jira/poetry.lock index b265c84269..7d6885f240 100644 --- a/integrations/jira/poetry.lock +++ b/integrations/jira/poetry.lock @@ -1045,13 +1045,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.20.1" +version = "0.20.2" 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.20.1-py3-none-any.whl", hash = "sha256:79ffdc4640cef236f3191e3dccfe37ddc21f9121fa82f5ca5fd4f3f925a0f34a"}, - {file = "port_ocean-0.20.1.tar.gz", hash = "sha256:ecdfecadeaa91f3e0838fd660027e10b1447e24010b838af179910ed5be0c66d"}, + {file = "port_ocean-0.20.2-py3-none-any.whl", hash = "sha256:dcc86f5e6ccdcba65f33fecf1b0132496ba658b9022293cf01fec7fea5c9675a"}, + {file = "port_ocean-0.20.2.tar.gz", hash = "sha256:60642af77a9b8392070e47a1a2f118cbccdd384f24f6ce6fd3c3800b4e99fde1"}, ] [package.dependencies] @@ -1664,4 +1664,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "6bef8f309bc1ca8225a49491c19f5c6d83601370849b2ae44b1d3dc9c3e5cd34" +content-hash = "f830604403c9ee3d571bdf97e674e6638a2e2805db1af50ecd38ee4d7e7d2aef" diff --git a/integrations/jira/pyproject.toml b/integrations/jira/pyproject.toml index d52d8a6a72..cf0450a978 100644 --- a/integrations/jira/pyproject.toml +++ b/integrations/jira/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "jira" -version = "0.3.0" +version = "0.3.1" description = "Integration to bring information from Jira into Port" authors = ["Mor Paz "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.20.1", extras = ["cli"]} +port_ocean = {version = "^0.20.2", extras = ["cli"]} httpx = "^0.27.0" [tool.poetry.group.dev.dependencies] From c3bc79db745723caee733f51d68953f5c21e7a57 Mon Sep 17 00:00:00 2001 From: erikzaadi Date: Sun, 23 Feb 2025 17:19:58 +0200 Subject: [PATCH 15/31] Bumped ocean version to ^0.20.2 for kafka --- integrations/kafka/CHANGELOG.md | 8 ++++++++ integrations/kafka/poetry.lock | 8 ++++---- integrations/kafka/pyproject.toml | 4 ++-- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/integrations/kafka/CHANGELOG.md b/integrations/kafka/CHANGELOG.md index 64fc149791..9a0ce7cfc9 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.128 (2025-02-23) + + +### Improvements + +- Bumped ocean version to ^0.20.2 + + ## 0.1.127 (2025-02-23) diff --git a/integrations/kafka/poetry.lock b/integrations/kafka/poetry.lock index df342f101e..232eef12bf 100644 --- a/integrations/kafka/poetry.lock +++ b/integrations/kafka/poetry.lock @@ -1045,13 +1045,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.20.1" +version = "0.20.2" 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.20.1-py3-none-any.whl", hash = "sha256:79ffdc4640cef236f3191e3dccfe37ddc21f9121fa82f5ca5fd4f3f925a0f34a"}, - {file = "port_ocean-0.20.1.tar.gz", hash = "sha256:ecdfecadeaa91f3e0838fd660027e10b1447e24010b838af179910ed5be0c66d"}, + {file = "port_ocean-0.20.2-py3-none-any.whl", hash = "sha256:dcc86f5e6ccdcba65f33fecf1b0132496ba658b9022293cf01fec7fea5c9675a"}, + {file = "port_ocean-0.20.2.tar.gz", hash = "sha256:60642af77a9b8392070e47a1a2f118cbccdd384f24f6ce6fd3c3800b4e99fde1"}, ] [package.dependencies] @@ -1664,4 +1664,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "4a495ced6ceb7fcfb6e2e42af09509442ba36099e4782ea58a4e7aa6aa4c1b25" +content-hash = "a0ecfdbf802fb308b634599146322a9dfec8314a01380c872f58b8302a687b2c" diff --git a/integrations/kafka/pyproject.toml b/integrations/kafka/pyproject.toml index d30fbe228a..9983ddaa69 100644 --- a/integrations/kafka/pyproject.toml +++ b/integrations/kafka/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "kafka" -version = "0.1.127" +version = "0.1.128" 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.20.1", extras = ["cli"]} +port_ocean = {version = "^0.20.2", extras = ["cli"]} confluent-kafka = "^2.2.0" [tool.poetry.group.dev.dependencies] From 63d1b778296a4ff4e1a71bc467ad2c80b5cf39fb Mon Sep 17 00:00:00 2001 From: erikzaadi Date: Sun, 23 Feb 2025 17:20:09 +0200 Subject: [PATCH 16/31] Bumped ocean version to ^0.20.2 for kubecost --- integrations/kubecost/CHANGELOG.md | 8 ++++++++ integrations/kubecost/poetry.lock | 8 ++++---- integrations/kubecost/pyproject.toml | 4 ++-- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/integrations/kubecost/CHANGELOG.md b/integrations/kubecost/CHANGELOG.md index 88b0523684..e806c69b69 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.130 (2025-02-23) + + +### Improvements + +- Bumped ocean version to ^0.20.2 + + ## 0.1.129 (2025-02-23) diff --git a/integrations/kubecost/poetry.lock b/integrations/kubecost/poetry.lock index 789eb9b08e..65c816a23b 100644 --- a/integrations/kubecost/poetry.lock +++ b/integrations/kubecost/poetry.lock @@ -1045,13 +1045,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.20.1" +version = "0.20.2" 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.20.1-py3-none-any.whl", hash = "sha256:79ffdc4640cef236f3191e3dccfe37ddc21f9121fa82f5ca5fd4f3f925a0f34a"}, - {file = "port_ocean-0.20.1.tar.gz", hash = "sha256:ecdfecadeaa91f3e0838fd660027e10b1447e24010b838af179910ed5be0c66d"}, + {file = "port_ocean-0.20.2-py3-none-any.whl", hash = "sha256:dcc86f5e6ccdcba65f33fecf1b0132496ba658b9022293cf01fec7fea5c9675a"}, + {file = "port_ocean-0.20.2.tar.gz", hash = "sha256:60642af77a9b8392070e47a1a2f118cbccdd384f24f6ce6fd3c3800b4e99fde1"}, ] [package.dependencies] @@ -1664,4 +1664,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "f6daab1601bf48f1150d57c3298ec12d51f68da09df8857e05ae25aeedfe5af9" +content-hash = "86d480a16404bf83e91e13d83bc79ea497e945ee192fc3b2ca9058e3508824be" diff --git a/integrations/kubecost/pyproject.toml b/integrations/kubecost/pyproject.toml index 3bd6bcace7..5c46a341a2 100644 --- a/integrations/kubecost/pyproject.toml +++ b/integrations/kubecost/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "kubecost" -version = "0.1.129" +version = "0.1.130" description = "Kubecost integration powered by Ocean" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.20.1", extras = ["cli"]} +port_ocean = {version = "^0.20.2", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration From 7844e6ded863dda8e8184ebd7547b8ca0eacfded Mon Sep 17 00:00:00 2001 From: erikzaadi Date: Sun, 23 Feb 2025 17:20:19 +0200 Subject: [PATCH 17/31] Bumped ocean version to ^0.20.2 for launchdarkly --- integrations/launchdarkly/CHANGELOG.md | 8 ++++++++ integrations/launchdarkly/poetry.lock | 8 ++++---- integrations/launchdarkly/pyproject.toml | 4 ++-- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/integrations/launchdarkly/CHANGELOG.md b/integrations/launchdarkly/CHANGELOG.md index 6fed55d032..c7f52fb723 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.103 (2025-02-23) + + +### Improvements + +- Bumped ocean version to ^0.20.2 + + ## 0.1.102 (2025-02-23) diff --git a/integrations/launchdarkly/poetry.lock b/integrations/launchdarkly/poetry.lock index 789eb9b08e..65c816a23b 100644 --- a/integrations/launchdarkly/poetry.lock +++ b/integrations/launchdarkly/poetry.lock @@ -1045,13 +1045,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.20.1" +version = "0.20.2" 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.20.1-py3-none-any.whl", hash = "sha256:79ffdc4640cef236f3191e3dccfe37ddc21f9121fa82f5ca5fd4f3f925a0f34a"}, - {file = "port_ocean-0.20.1.tar.gz", hash = "sha256:ecdfecadeaa91f3e0838fd660027e10b1447e24010b838af179910ed5be0c66d"}, + {file = "port_ocean-0.20.2-py3-none-any.whl", hash = "sha256:dcc86f5e6ccdcba65f33fecf1b0132496ba658b9022293cf01fec7fea5c9675a"}, + {file = "port_ocean-0.20.2.tar.gz", hash = "sha256:60642af77a9b8392070e47a1a2f118cbccdd384f24f6ce6fd3c3800b4e99fde1"}, ] [package.dependencies] @@ -1664,4 +1664,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "f6daab1601bf48f1150d57c3298ec12d51f68da09df8857e05ae25aeedfe5af9" +content-hash = "86d480a16404bf83e91e13d83bc79ea497e945ee192fc3b2ca9058e3508824be" diff --git a/integrations/launchdarkly/pyproject.toml b/integrations/launchdarkly/pyproject.toml index 52ca6020e5..cf1469fd22 100644 --- a/integrations/launchdarkly/pyproject.toml +++ b/integrations/launchdarkly/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "launchdarkly" -version = "0.1.102" +version = "0.1.103" description = "LaunchDarkly integration for Port" authors = ["Michael Armah "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.20.1", extras = ["cli"]} +port_ocean = {version = "^0.20.2", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration From 3fe85f31220247bf4baf3236317f36595ed10be7 Mon Sep 17 00:00:00 2001 From: erikzaadi Date: Sun, 23 Feb 2025 17:20:30 +0200 Subject: [PATCH 18/31] Bumped ocean version to ^0.20.2 for linear --- integrations/linear/CHANGELOG.md | 8 ++++++++ integrations/linear/poetry.lock | 8 ++++---- integrations/linear/pyproject.toml | 4 ++-- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/integrations/linear/CHANGELOG.md b/integrations/linear/CHANGELOG.md index 542256be7b..4fbc859c81 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.88 (2025-02-23) + + +### Improvements + +- Bumped ocean version to ^0.20.2 + + ## 0.1.87 (2025-02-23) diff --git a/integrations/linear/poetry.lock b/integrations/linear/poetry.lock index 789eb9b08e..65c816a23b 100644 --- a/integrations/linear/poetry.lock +++ b/integrations/linear/poetry.lock @@ -1045,13 +1045,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.20.1" +version = "0.20.2" 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.20.1-py3-none-any.whl", hash = "sha256:79ffdc4640cef236f3191e3dccfe37ddc21f9121fa82f5ca5fd4f3f925a0f34a"}, - {file = "port_ocean-0.20.1.tar.gz", hash = "sha256:ecdfecadeaa91f3e0838fd660027e10b1447e24010b838af179910ed5be0c66d"}, + {file = "port_ocean-0.20.2-py3-none-any.whl", hash = "sha256:dcc86f5e6ccdcba65f33fecf1b0132496ba658b9022293cf01fec7fea5c9675a"}, + {file = "port_ocean-0.20.2.tar.gz", hash = "sha256:60642af77a9b8392070e47a1a2f118cbccdd384f24f6ce6fd3c3800b4e99fde1"}, ] [package.dependencies] @@ -1664,4 +1664,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "f6daab1601bf48f1150d57c3298ec12d51f68da09df8857e05ae25aeedfe5af9" +content-hash = "86d480a16404bf83e91e13d83bc79ea497e945ee192fc3b2ca9058e3508824be" diff --git a/integrations/linear/pyproject.toml b/integrations/linear/pyproject.toml index b2bd2faf99..0c94b8193f 100644 --- a/integrations/linear/pyproject.toml +++ b/integrations/linear/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "linear" -version = "0.1.87" +version = "0.1.88" description = "Integration to bring information from Linear into Port" authors = ["Mor Paz "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.20.1", extras = ["cli"]} +port_ocean = {version = "^0.20.2", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration From 5b53c2d2c98c5ddd593044779850365733bd6db6 Mon Sep 17 00:00:00 2001 From: erikzaadi Date: Sun, 23 Feb 2025 17:20:41 +0200 Subject: [PATCH 19/31] Bumped ocean version to ^0.20.2 for newrelic --- integrations/newrelic/CHANGELOG.md | 8 ++++++++ integrations/newrelic/poetry.lock | 8 ++++---- integrations/newrelic/pyproject.toml | 4 ++-- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/integrations/newrelic/CHANGELOG.md b/integrations/newrelic/CHANGELOG.md index 88a11e2468..29f1aece9b 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.136 (2025-02-23) + + +### Improvements + +- Bumped ocean version to ^0.20.2 + + ## 0.1.135 (2025-02-23) diff --git a/integrations/newrelic/poetry.lock b/integrations/newrelic/poetry.lock index b265c84269..7d6885f240 100644 --- a/integrations/newrelic/poetry.lock +++ b/integrations/newrelic/poetry.lock @@ -1045,13 +1045,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.20.1" +version = "0.20.2" 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.20.1-py3-none-any.whl", hash = "sha256:79ffdc4640cef236f3191e3dccfe37ddc21f9121fa82f5ca5fd4f3f925a0f34a"}, - {file = "port_ocean-0.20.1.tar.gz", hash = "sha256:ecdfecadeaa91f3e0838fd660027e10b1447e24010b838af179910ed5be0c66d"}, + {file = "port_ocean-0.20.2-py3-none-any.whl", hash = "sha256:dcc86f5e6ccdcba65f33fecf1b0132496ba658b9022293cf01fec7fea5c9675a"}, + {file = "port_ocean-0.20.2.tar.gz", hash = "sha256:60642af77a9b8392070e47a1a2f118cbccdd384f24f6ce6fd3c3800b4e99fde1"}, ] [package.dependencies] @@ -1664,4 +1664,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "6bef8f309bc1ca8225a49491c19f5c6d83601370849b2ae44b1d3dc9c3e5cd34" +content-hash = "f830604403c9ee3d571bdf97e674e6638a2e2805db1af50ecd38ee4d7e7d2aef" diff --git a/integrations/newrelic/pyproject.toml b/integrations/newrelic/pyproject.toml index 1221224510..9d5388fad3 100644 --- a/integrations/newrelic/pyproject.toml +++ b/integrations/newrelic/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "newrelic" -version = "0.1.135" +version = "0.1.136" description = "New Relic Integration" authors = ["Tom Tankilevitch "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.20.1", extras = ["cli"]} +port_ocean = {version = "^0.20.2", extras = ["cli"]} httpx = "^0.27.0" [tool.poetry.group.dev.dependencies] From f7a6cf8372a488041044977e2f2f8c89e7309d98 Mon Sep 17 00:00:00 2001 From: erikzaadi Date: Sun, 23 Feb 2025 17:20:53 +0200 Subject: [PATCH 20/31] Bumped ocean version to ^0.20.2 for octopus --- integrations/octopus/CHANGELOG.md | 7 +++++++ integrations/octopus/poetry.lock | 8 ++++---- integrations/octopus/pyproject.toml | 4 ++-- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/integrations/octopus/CHANGELOG.md b/integrations/octopus/CHANGELOG.md index 26e0cfc8c6..558c3ba9ef 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.62 (2025-02-23) + +### Improvements + +- Bumped ocean version to ^0.20.2 + + # Port_Ocean 0.1.61 (2025-02-23) ### Improvements diff --git a/integrations/octopus/poetry.lock b/integrations/octopus/poetry.lock index 789eb9b08e..65c816a23b 100644 --- a/integrations/octopus/poetry.lock +++ b/integrations/octopus/poetry.lock @@ -1045,13 +1045,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.20.1" +version = "0.20.2" 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.20.1-py3-none-any.whl", hash = "sha256:79ffdc4640cef236f3191e3dccfe37ddc21f9121fa82f5ca5fd4f3f925a0f34a"}, - {file = "port_ocean-0.20.1.tar.gz", hash = "sha256:ecdfecadeaa91f3e0838fd660027e10b1447e24010b838af179910ed5be0c66d"}, + {file = "port_ocean-0.20.2-py3-none-any.whl", hash = "sha256:dcc86f5e6ccdcba65f33fecf1b0132496ba658b9022293cf01fec7fea5c9675a"}, + {file = "port_ocean-0.20.2.tar.gz", hash = "sha256:60642af77a9b8392070e47a1a2f118cbccdd384f24f6ce6fd3c3800b4e99fde1"}, ] [package.dependencies] @@ -1664,4 +1664,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "f6daab1601bf48f1150d57c3298ec12d51f68da09df8857e05ae25aeedfe5af9" +content-hash = "86d480a16404bf83e91e13d83bc79ea497e945ee192fc3b2ca9058e3508824be" diff --git a/integrations/octopus/pyproject.toml b/integrations/octopus/pyproject.toml index 6f883ef7ef..abc169fb5c 100644 --- a/integrations/octopus/pyproject.toml +++ b/integrations/octopus/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "octopus" -version = "0.1.61" +version = "0.1.62" description = "This integration ingest data from octopus deploy" authors = ["Adebayo Iyanuoluwa "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.20.1", extras = ["cli"]} +port_ocean = {version = "^0.20.2", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # Uncomment this if you want to debug the ocean core together with your integration From 6bc7bd843175b71ea6083d818676bec8e3400afc Mon Sep 17 00:00:00 2001 From: erikzaadi Date: Sun, 23 Feb 2025 17:21:04 +0200 Subject: [PATCH 21/31] Bumped ocean version to ^0.20.2 for opencost --- integrations/opencost/CHANGELOG.md | 8 ++++++++ integrations/opencost/poetry.lock | 8 ++++---- integrations/opencost/pyproject.toml | 4 ++-- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/integrations/opencost/CHANGELOG.md b/integrations/opencost/CHANGELOG.md index d877d83ce7..fb9ce38104 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.128 (2025-02-23) + + +### Improvements + +- Bumped ocean version to ^0.20.2 + + ## 0.1.127 (2025-02-23) diff --git a/integrations/opencost/poetry.lock b/integrations/opencost/poetry.lock index 789eb9b08e..65c816a23b 100644 --- a/integrations/opencost/poetry.lock +++ b/integrations/opencost/poetry.lock @@ -1045,13 +1045,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.20.1" +version = "0.20.2" 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.20.1-py3-none-any.whl", hash = "sha256:79ffdc4640cef236f3191e3dccfe37ddc21f9121fa82f5ca5fd4f3f925a0f34a"}, - {file = "port_ocean-0.20.1.tar.gz", hash = "sha256:ecdfecadeaa91f3e0838fd660027e10b1447e24010b838af179910ed5be0c66d"}, + {file = "port_ocean-0.20.2-py3-none-any.whl", hash = "sha256:dcc86f5e6ccdcba65f33fecf1b0132496ba658b9022293cf01fec7fea5c9675a"}, + {file = "port_ocean-0.20.2.tar.gz", hash = "sha256:60642af77a9b8392070e47a1a2f118cbccdd384f24f6ce6fd3c3800b4e99fde1"}, ] [package.dependencies] @@ -1664,4 +1664,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "f6daab1601bf48f1150d57c3298ec12d51f68da09df8857e05ae25aeedfe5af9" +content-hash = "86d480a16404bf83e91e13d83bc79ea497e945ee192fc3b2ca9058e3508824be" diff --git a/integrations/opencost/pyproject.toml b/integrations/opencost/pyproject.toml index 2ceb1da753..7594e733ab 100644 --- a/integrations/opencost/pyproject.toml +++ b/integrations/opencost/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "opencost" -version = "0.1.127" +version = "0.1.128" description = "Ocean integration for OpenCost" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.20.1", extras = ["cli"]} +port_ocean = {version = "^0.20.2", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration From ef98ddd6c829ab6dff532fe3a7976c4a78e41e01 Mon Sep 17 00:00:00 2001 From: erikzaadi Date: Sun, 23 Feb 2025 17:21:14 +0200 Subject: [PATCH 22/31] Bumped ocean version to ^0.20.2 for opsgenie --- integrations/opsgenie/CHANGELOG.md | 8 ++++++++ integrations/opsgenie/poetry.lock | 8 ++++---- integrations/opsgenie/pyproject.toml | 4 ++-- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/integrations/opsgenie/CHANGELOG.md b/integrations/opsgenie/CHANGELOG.md index 3c155208ad..e13d6bb25b 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.53 (2025-02-23) + + +### Improvements + +- Bumped ocean version to ^0.20.2 + + ## 0.2.52 (2025-02-23) diff --git a/integrations/opsgenie/poetry.lock b/integrations/opsgenie/poetry.lock index 789eb9b08e..65c816a23b 100644 --- a/integrations/opsgenie/poetry.lock +++ b/integrations/opsgenie/poetry.lock @@ -1045,13 +1045,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.20.1" +version = "0.20.2" 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.20.1-py3-none-any.whl", hash = "sha256:79ffdc4640cef236f3191e3dccfe37ddc21f9121fa82f5ca5fd4f3f925a0f34a"}, - {file = "port_ocean-0.20.1.tar.gz", hash = "sha256:ecdfecadeaa91f3e0838fd660027e10b1447e24010b838af179910ed5be0c66d"}, + {file = "port_ocean-0.20.2-py3-none-any.whl", hash = "sha256:dcc86f5e6ccdcba65f33fecf1b0132496ba658b9022293cf01fec7fea5c9675a"}, + {file = "port_ocean-0.20.2.tar.gz", hash = "sha256:60642af77a9b8392070e47a1a2f118cbccdd384f24f6ce6fd3c3800b4e99fde1"}, ] [package.dependencies] @@ -1664,4 +1664,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "f6daab1601bf48f1150d57c3298ec12d51f68da09df8857e05ae25aeedfe5af9" +content-hash = "86d480a16404bf83e91e13d83bc79ea497e945ee192fc3b2ca9058e3508824be" diff --git a/integrations/opsgenie/pyproject.toml b/integrations/opsgenie/pyproject.toml index d4df4ef8e9..92cd32beab 100644 --- a/integrations/opsgenie/pyproject.toml +++ b/integrations/opsgenie/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "opsgenie" -version = "0.2.52" +version = "0.2.53" description = "Ocean integration for Opsgenie" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.20.1", extras = ["cli"]} +port_ocean = {version = "^0.20.2", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration From 31aa3add188c6b44f4229f57cb16382b1f47bda2 Mon Sep 17 00:00:00 2001 From: erikzaadi Date: Sun, 23 Feb 2025 17:21:25 +0200 Subject: [PATCH 23/31] Bumped ocean version to ^0.20.2 for pagerduty --- integrations/pagerduty/CHANGELOG.md | 8 ++++++++ integrations/pagerduty/poetry.lock | 8 ++++---- integrations/pagerduty/pyproject.toml | 4 ++-- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/integrations/pagerduty/CHANGELOG.md b/integrations/pagerduty/CHANGELOG.md index bd3b627d4a..7be245db7d 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.27 (2025-02-23) + + +### Improvements + +- Bumped ocean version to ^0.20.2 + + ## 0.2.26 (2025-02-23) diff --git a/integrations/pagerduty/poetry.lock b/integrations/pagerduty/poetry.lock index b265c84269..7d6885f240 100644 --- a/integrations/pagerduty/poetry.lock +++ b/integrations/pagerduty/poetry.lock @@ -1045,13 +1045,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.20.1" +version = "0.20.2" 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.20.1-py3-none-any.whl", hash = "sha256:79ffdc4640cef236f3191e3dccfe37ddc21f9121fa82f5ca5fd4f3f925a0f34a"}, - {file = "port_ocean-0.20.1.tar.gz", hash = "sha256:ecdfecadeaa91f3e0838fd660027e10b1447e24010b838af179910ed5be0c66d"}, + {file = "port_ocean-0.20.2-py3-none-any.whl", hash = "sha256:dcc86f5e6ccdcba65f33fecf1b0132496ba658b9022293cf01fec7fea5c9675a"}, + {file = "port_ocean-0.20.2.tar.gz", hash = "sha256:60642af77a9b8392070e47a1a2f118cbccdd384f24f6ce6fd3c3800b4e99fde1"}, ] [package.dependencies] @@ -1664,4 +1664,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "6bef8f309bc1ca8225a49491c19f5c6d83601370849b2ae44b1d3dc9c3e5cd34" +content-hash = "f830604403c9ee3d571bdf97e674e6638a2e2805db1af50ecd38ee4d7e7d2aef" diff --git a/integrations/pagerduty/pyproject.toml b/integrations/pagerduty/pyproject.toml index cee2889b1d..d8d493ef8c 100644 --- a/integrations/pagerduty/pyproject.toml +++ b/integrations/pagerduty/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "pagerduty" -version = "0.2.26" +version = "0.2.27" description = "PagerDuty Integration" authors = ["Port Team "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.20.1", extras = ["cli"]} +port_ocean = {version = "^0.20.2", extras = ["cli"]} httpx = "^0.27.0" [tool.poetry.group.dev.dependencies] From 492bcbdf15f9c7b258ea0d7c3f3d9a4de9f6a467 Mon Sep 17 00:00:00 2001 From: erikzaadi Date: Sun, 23 Feb 2025 17:21:36 +0200 Subject: [PATCH 24/31] Bumped ocean version to ^0.20.2 for sentry --- integrations/sentry/CHANGELOG.md | 8 ++++++++ integrations/sentry/poetry.lock | 8 ++++---- integrations/sentry/pyproject.toml | 4 ++-- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/integrations/sentry/CHANGELOG.md b/integrations/sentry/CHANGELOG.md index ad9def1bf0..81e6caa2bb 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.129 (2025-02-23) + + +### Improvements + +- Bumped ocean version to ^0.20.2 + + ## 0.1.128 (2025-02-23) diff --git a/integrations/sentry/poetry.lock b/integrations/sentry/poetry.lock index 789eb9b08e..65c816a23b 100644 --- a/integrations/sentry/poetry.lock +++ b/integrations/sentry/poetry.lock @@ -1045,13 +1045,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.20.1" +version = "0.20.2" 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.20.1-py3-none-any.whl", hash = "sha256:79ffdc4640cef236f3191e3dccfe37ddc21f9121fa82f5ca5fd4f3f925a0f34a"}, - {file = "port_ocean-0.20.1.tar.gz", hash = "sha256:ecdfecadeaa91f3e0838fd660027e10b1447e24010b838af179910ed5be0c66d"}, + {file = "port_ocean-0.20.2-py3-none-any.whl", hash = "sha256:dcc86f5e6ccdcba65f33fecf1b0132496ba658b9022293cf01fec7fea5c9675a"}, + {file = "port_ocean-0.20.2.tar.gz", hash = "sha256:60642af77a9b8392070e47a1a2f118cbccdd384f24f6ce6fd3c3800b4e99fde1"}, ] [package.dependencies] @@ -1664,4 +1664,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "f6daab1601bf48f1150d57c3298ec12d51f68da09df8857e05ae25aeedfe5af9" +content-hash = "86d480a16404bf83e91e13d83bc79ea497e945ee192fc3b2ca9058e3508824be" diff --git a/integrations/sentry/pyproject.toml b/integrations/sentry/pyproject.toml index c8af7f6169..676f9150c1 100644 --- a/integrations/sentry/pyproject.toml +++ b/integrations/sentry/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "sentry" -version = "0.1.128" +version = "0.1.129" description = "Sentry Integration" authors = ["Dvir Segev ","Matan Geva "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.20.1", extras = ["cli"]} +port_ocean = {version = "^0.20.2", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration From 35c33bcc022b2b26cc2946fa713ebf5cd3a6e9d0 Mon Sep 17 00:00:00 2001 From: erikzaadi Date: Sun, 23 Feb 2025 17:21:47 +0200 Subject: [PATCH 25/31] Bumped ocean version to ^0.20.2 for servicenow --- integrations/servicenow/CHANGELOG.md | 8 ++++++++ integrations/servicenow/poetry.lock | 8 ++++---- integrations/servicenow/pyproject.toml | 4 ++-- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/integrations/servicenow/CHANGELOG.md b/integrations/servicenow/CHANGELOG.md index 04256a3219..9bd7cd7254 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.119 (2025-02-23) + + +### Improvements + +- Bumped ocean version to ^0.20.2 + + ## 0.1.118 (2025-02-23) diff --git a/integrations/servicenow/poetry.lock b/integrations/servicenow/poetry.lock index 789eb9b08e..65c816a23b 100644 --- a/integrations/servicenow/poetry.lock +++ b/integrations/servicenow/poetry.lock @@ -1045,13 +1045,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.20.1" +version = "0.20.2" 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.20.1-py3-none-any.whl", hash = "sha256:79ffdc4640cef236f3191e3dccfe37ddc21f9121fa82f5ca5fd4f3f925a0f34a"}, - {file = "port_ocean-0.20.1.tar.gz", hash = "sha256:ecdfecadeaa91f3e0838fd660027e10b1447e24010b838af179910ed5be0c66d"}, + {file = "port_ocean-0.20.2-py3-none-any.whl", hash = "sha256:dcc86f5e6ccdcba65f33fecf1b0132496ba658b9022293cf01fec7fea5c9675a"}, + {file = "port_ocean-0.20.2.tar.gz", hash = "sha256:60642af77a9b8392070e47a1a2f118cbccdd384f24f6ce6fd3c3800b4e99fde1"}, ] [package.dependencies] @@ -1664,4 +1664,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "f6daab1601bf48f1150d57c3298ec12d51f68da09df8857e05ae25aeedfe5af9" +content-hash = "86d480a16404bf83e91e13d83bc79ea497e945ee192fc3b2ca9058e3508824be" diff --git a/integrations/servicenow/pyproject.toml b/integrations/servicenow/pyproject.toml index c00f221e57..3e1d4e211a 100644 --- a/integrations/servicenow/pyproject.toml +++ b/integrations/servicenow/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "servicenow" -version = "0.1.118" +version = "0.1.119" description = "ServiceNow Ocean Integration" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.20.1", extras = ["cli"]} +port_ocean = {version = "^0.20.2", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration From 71db1f1342c4ea8a048e90663b714dd0c961d2d9 Mon Sep 17 00:00:00 2001 From: erikzaadi Date: Sun, 23 Feb 2025 17:21:58 +0200 Subject: [PATCH 26/31] Bumped ocean version to ^0.20.2 for snyk --- integrations/snyk/CHANGELOG.md | 8 ++++++++ integrations/snyk/poetry.lock | 8 ++++---- integrations/snyk/pyproject.toml | 4 ++-- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/integrations/snyk/CHANGELOG.md b/integrations/snyk/CHANGELOG.md index c2892cc603..636244bea2 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.143 (2025-02-23) + + +### Improvements + +- Bumped ocean version to ^0.20.2 + + ## 0.1.142 (2025-02-23) diff --git a/integrations/snyk/poetry.lock b/integrations/snyk/poetry.lock index a6cb92b5d7..cf26a812b0 100644 --- a/integrations/snyk/poetry.lock +++ b/integrations/snyk/poetry.lock @@ -1056,13 +1056,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.20.1" +version = "0.20.2" 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.20.1-py3-none-any.whl", hash = "sha256:79ffdc4640cef236f3191e3dccfe37ddc21f9121fa82f5ca5fd4f3f925a0f34a"}, - {file = "port_ocean-0.20.1.tar.gz", hash = "sha256:ecdfecadeaa91f3e0838fd660027e10b1447e24010b838af179910ed5be0c66d"}, + {file = "port_ocean-0.20.2-py3-none-any.whl", hash = "sha256:dcc86f5e6ccdcba65f33fecf1b0132496ba658b9022293cf01fec7fea5c9675a"}, + {file = "port_ocean-0.20.2.tar.gz", hash = "sha256:60642af77a9b8392070e47a1a2f118cbccdd384f24f6ce6fd3c3800b4e99fde1"}, ] [package.dependencies] @@ -1675,4 +1675,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "4e06b5ab8a198b2ca6d5c099927bee0eff0480c67f25420556ccd5c75bbdf643" +content-hash = "e8aae2e75d922309724d77c5f45ebc107eaa583f4e23aa9f1f488000b79ff31e" diff --git a/integrations/snyk/pyproject.toml b/integrations/snyk/pyproject.toml index b0c30b22ec..17f1133d37 100644 --- a/integrations/snyk/pyproject.toml +++ b/integrations/snyk/pyproject.toml @@ -1,13 +1,13 @@ [tool.poetry] name = "snyk" -version = "0.1.142" +version = "0.1.143" description = "Snyk integration powered by Ocean" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.12" aiolimiter = "^1.1.0" -port_ocean = {version = "^0.20.1", extras = ["cli"]} +port_ocean = {version = "^0.20.2", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration From 2738759e05c051d16debb2275ce721fabfa31a90 Mon Sep 17 00:00:00 2001 From: erikzaadi Date: Sun, 23 Feb 2025 17:22:10 +0200 Subject: [PATCH 27/31] Bumped ocean version to ^0.20.2 for sonarqube --- integrations/sonarqube/CHANGELOG.md | 8 ++++++++ integrations/sonarqube/poetry.lock | 8 ++++---- integrations/sonarqube/pyproject.toml | 4 ++-- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/integrations/sonarqube/CHANGELOG.md b/integrations/sonarqube/CHANGELOG.md index 2113adb83d..41e9abb3b3 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.152 (2025-02-23) + + +### Improvements + +- Bumped ocean version to ^0.20.2 + + ## 0.1.151 (2025-02-23) diff --git a/integrations/sonarqube/poetry.lock b/integrations/sonarqube/poetry.lock index d8ab5f9c16..52e81de46d 100644 --- a/integrations/sonarqube/poetry.lock +++ b/integrations/sonarqube/poetry.lock @@ -1045,13 +1045,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.20.1" +version = "0.20.2" 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.20.1-py3-none-any.whl", hash = "sha256:79ffdc4640cef236f3191e3dccfe37ddc21f9121fa82f5ca5fd4f3f925a0f34a"}, - {file = "port_ocean-0.20.1.tar.gz", hash = "sha256:ecdfecadeaa91f3e0838fd660027e10b1447e24010b838af179910ed5be0c66d"}, + {file = "port_ocean-0.20.2-py3-none-any.whl", hash = "sha256:dcc86f5e6ccdcba65f33fecf1b0132496ba658b9022293cf01fec7fea5c9675a"}, + {file = "port_ocean-0.20.2.tar.gz", hash = "sha256:60642af77a9b8392070e47a1a2f118cbccdd384f24f6ce6fd3c3800b4e99fde1"}, ] [package.dependencies] @@ -1664,4 +1664,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "924c5b2acb612fe55f6486b53fb1373c2a3a49f96bf51b35d690adcc509b4fdd" +content-hash = "ae61320e587696f353c82338d728914da4a8056e5c325f6608a9f439cc6bceb3" diff --git a/integrations/sonarqube/pyproject.toml b/integrations/sonarqube/pyproject.toml index 76a8cc93c5..e59243cdee 100644 --- a/integrations/sonarqube/pyproject.toml +++ b/integrations/sonarqube/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "sonarqube" -version = "0.1.151" +version = "0.1.152" description = "SonarQube projects and code quality analysis integration" authors = ["Port Team "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.20.1", extras = ["cli"]} +port_ocean = {version = "^0.20.2", extras = ["cli"]} rich = "^13.5.2" cookiecutter = "^2.3.0" From f29255f0efe53417d493e723c8dcc53146f1b9a9 Mon Sep 17 00:00:00 2001 From: erikzaadi Date: Sun, 23 Feb 2025 17:22:21 +0200 Subject: [PATCH 28/31] Bumped ocean version to ^0.20.2 for statuspage --- integrations/statuspage/CHANGELOG.md | 8 ++++++++ integrations/statuspage/poetry.lock | 8 ++++---- integrations/statuspage/pyproject.toml | 4 ++-- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/integrations/statuspage/CHANGELOG.md b/integrations/statuspage/CHANGELOG.md index ac8e20b935..8b306cdca1 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.77 (2025-02-23) + + +### Improvements + +- Bumped ocean version to ^0.20.2 + + ## 0.1.76 (2025-02-23) diff --git a/integrations/statuspage/poetry.lock b/integrations/statuspage/poetry.lock index 789eb9b08e..65c816a23b 100644 --- a/integrations/statuspage/poetry.lock +++ b/integrations/statuspage/poetry.lock @@ -1045,13 +1045,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.20.1" +version = "0.20.2" 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.20.1-py3-none-any.whl", hash = "sha256:79ffdc4640cef236f3191e3dccfe37ddc21f9121fa82f5ca5fd4f3f925a0f34a"}, - {file = "port_ocean-0.20.1.tar.gz", hash = "sha256:ecdfecadeaa91f3e0838fd660027e10b1447e24010b838af179910ed5be0c66d"}, + {file = "port_ocean-0.20.2-py3-none-any.whl", hash = "sha256:dcc86f5e6ccdcba65f33fecf1b0132496ba658b9022293cf01fec7fea5c9675a"}, + {file = "port_ocean-0.20.2.tar.gz", hash = "sha256:60642af77a9b8392070e47a1a2f118cbccdd384f24f6ce6fd3c3800b4e99fde1"}, ] [package.dependencies] @@ -1664,4 +1664,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "f6daab1601bf48f1150d57c3298ec12d51f68da09df8857e05ae25aeedfe5af9" +content-hash = "86d480a16404bf83e91e13d83bc79ea497e945ee192fc3b2ca9058e3508824be" diff --git a/integrations/statuspage/pyproject.toml b/integrations/statuspage/pyproject.toml index 872e36ee75..0956880281 100644 --- a/integrations/statuspage/pyproject.toml +++ b/integrations/statuspage/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "statuspage" -version = "0.1.76" +version = "0.1.77" 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.20.1", extras = ["cli"]} +port_ocean = {version = "^0.20.2", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration From ee251e84ffaedb495900fe6b67e7c0f08126879a Mon Sep 17 00:00:00 2001 From: erikzaadi Date: Sun, 23 Feb 2025 17:22:31 +0200 Subject: [PATCH 29/31] Bumped ocean version to ^0.20.2 for terraform-cloud --- integrations/terraform-cloud/CHANGELOG.md | 8 ++++++++ integrations/terraform-cloud/poetry.lock | 8 ++++---- integrations/terraform-cloud/pyproject.toml | 4 ++-- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/integrations/terraform-cloud/CHANGELOG.md b/integrations/terraform-cloud/CHANGELOG.md index 2e68882640..5ca848e604 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.118 (2025-02-23) + + +### Improvements + +- Bumped ocean version to ^0.20.2 + + ## 0.1.117 (2025-02-23) diff --git a/integrations/terraform-cloud/poetry.lock b/integrations/terraform-cloud/poetry.lock index a6cb92b5d7..cf26a812b0 100644 --- a/integrations/terraform-cloud/poetry.lock +++ b/integrations/terraform-cloud/poetry.lock @@ -1056,13 +1056,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.20.1" +version = "0.20.2" 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.20.1-py3-none-any.whl", hash = "sha256:79ffdc4640cef236f3191e3dccfe37ddc21f9121fa82f5ca5fd4f3f925a0f34a"}, - {file = "port_ocean-0.20.1.tar.gz", hash = "sha256:ecdfecadeaa91f3e0838fd660027e10b1447e24010b838af179910ed5be0c66d"}, + {file = "port_ocean-0.20.2-py3-none-any.whl", hash = "sha256:dcc86f5e6ccdcba65f33fecf1b0132496ba658b9022293cf01fec7fea5c9675a"}, + {file = "port_ocean-0.20.2.tar.gz", hash = "sha256:60642af77a9b8392070e47a1a2f118cbccdd384f24f6ce6fd3c3800b4e99fde1"}, ] [package.dependencies] @@ -1675,4 +1675,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "4e06b5ab8a198b2ca6d5c099927bee0eff0480c67f25420556ccd5c75bbdf643" +content-hash = "e8aae2e75d922309724d77c5f45ebc107eaa583f4e23aa9f1f488000b79ff31e" diff --git a/integrations/terraform-cloud/pyproject.toml b/integrations/terraform-cloud/pyproject.toml index 56c787615b..de30d8bf81 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.117" +version = "0.1.118" description = "Terraform Cloud Integration for Port" authors = ["Michael Armah "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.20.1", extras = ["cli"]} +port_ocean = {version = "^0.20.2", extras = ["cli"]} aiolimiter = "^1.1.0" [tool.poetry.group.dev.dependencies] From c84ff0b4ed8e0f115404d2a2086664b085d21f74 Mon Sep 17 00:00:00 2001 From: erikzaadi Date: Sun, 23 Feb 2025 17:22:42 +0200 Subject: [PATCH 30/31] Bumped ocean version to ^0.20.2 for wiz --- integrations/wiz/CHANGELOG.md | 8 ++++++++ integrations/wiz/poetry.lock | 8 ++++---- integrations/wiz/pyproject.toml | 4 ++-- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/integrations/wiz/CHANGELOG.md b/integrations/wiz/CHANGELOG.md index 1bffefe2c6..e30cd62167 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.110 (2025-02-23) + + +### Improvements + +- Bumped ocean version to ^0.20.2 + + ## 0.1.109 (2025-02-23) diff --git a/integrations/wiz/poetry.lock b/integrations/wiz/poetry.lock index 789eb9b08e..65c816a23b 100644 --- a/integrations/wiz/poetry.lock +++ b/integrations/wiz/poetry.lock @@ -1045,13 +1045,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.20.1" +version = "0.20.2" 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.20.1-py3-none-any.whl", hash = "sha256:79ffdc4640cef236f3191e3dccfe37ddc21f9121fa82f5ca5fd4f3f925a0f34a"}, - {file = "port_ocean-0.20.1.tar.gz", hash = "sha256:ecdfecadeaa91f3e0838fd660027e10b1447e24010b838af179910ed5be0c66d"}, + {file = "port_ocean-0.20.2-py3-none-any.whl", hash = "sha256:dcc86f5e6ccdcba65f33fecf1b0132496ba658b9022293cf01fec7fea5c9675a"}, + {file = "port_ocean-0.20.2.tar.gz", hash = "sha256:60642af77a9b8392070e47a1a2f118cbccdd384f24f6ce6fd3c3800b4e99fde1"}, ] [package.dependencies] @@ -1664,4 +1664,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "f6daab1601bf48f1150d57c3298ec12d51f68da09df8857e05ae25aeedfe5af9" +content-hash = "86d480a16404bf83e91e13d83bc79ea497e945ee192fc3b2ca9058e3508824be" diff --git a/integrations/wiz/pyproject.toml b/integrations/wiz/pyproject.toml index 0cd71610cf..e2daa69dfc 100644 --- a/integrations/wiz/pyproject.toml +++ b/integrations/wiz/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "wiz" -version = "0.1.109" +version = "0.1.110" description = "Wiz Port integration in Ocean" authors = ["Albert Luganga "] [tool.poetry.dependencies] python = "^3.12" -port_ocean = {version = "^0.20.1", extras = ["cli"]} +port_ocean = {version = "^0.20.2", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration From 635396a7eb75dc82934cdca5ae7ca1908993a605 Mon Sep 17 00:00:00 2001 From: erikzaadi Date: Sun, 23 Feb 2025 17:25:31 +0200 Subject: [PATCH 31/31] [SQUASH] Fix argocd --- integrations/argocd/CHANGELOG.md | 26 +------------------------- integrations/argocd/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 26 deletions(-) diff --git a/integrations/argocd/CHANGELOG.md b/integrations/argocd/CHANGELOG.md index 2564fc1380..1b51dc871d 100644 --- a/integrations/argocd/CHANGELOG.md +++ b/integrations/argocd/CHANGELOG.md @@ -7,36 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -## 0.1.143 (2025-02-23) - - -### Improvements - -- Bumped ocean version to ^0.20.2 - - -## 0.1.142 (2025-02-23) - - -### Improvements - -- Bumped ocean version to ^^0.20.2 - - -## 0.1.141 (2025-02-23) - - -### Improvements - -- Bumped ocean version to ^CHANGELOG.md - - ## 0.1.140 (2025-02-23) ### Improvements -- Bumped ocean version to ^CHANGELOG.md +- Bumped ocean version to ^0.20.2 ## 0.1.139 (2025-02-23) diff --git a/integrations/argocd/pyproject.toml b/integrations/argocd/pyproject.toml index f7d1b498b1..1d088de888 100644 --- a/integrations/argocd/pyproject.toml +++ b/integrations/argocd/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "argocd" -version = "0.1.143" +version = "0.1.140" description = "Argo CD integration powered by Ocean" authors = ["Isaac Coffie "]