diff --git a/integrations/argocd/CHANGELOG.md b/integrations/argocd/CHANGELOG.md index 12394bf085..4086baaa92 100644 --- a/integrations/argocd/CHANGELOG.md +++ b/integrations/argocd/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +# Port_Ocean 0.1.50 (2024-05-26) + +### Improvements + +- Bumped ocean version to ^0.5.21 (#1) + + # Port_Ocean 0.1.49 (2024-05-26) ### Improvements diff --git a/integrations/argocd/poetry.lock b/integrations/argocd/poetry.lock index 9fb46b5adc..bbdbcbfc7d 100644 --- a/integrations/argocd/poetry.lock +++ b/integrations/argocd/poetry.lock @@ -806,13 +806,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.5.20" +version = "0.5.21" 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.5.20-py3-none-any.whl", hash = "sha256:26c09fe07db597ea4a8c9411307bc16fedd8478cefcc235a42644285a6446b2e"}, - {file = "port_ocean-0.5.20.tar.gz", hash = "sha256:e397fa058c69152a015caf780b4c97ea804e0c2ca784cf3fcc347ef006c2d98d"}, + {file = "port_ocean-0.5.21-py3-none-any.whl", hash = "sha256:b23be9e2dca90155e587b32a94d355e681e914a424ac2eff4c98be19c7dbce33"}, + {file = "port_ocean-0.5.21.tar.gz", hash = "sha256:2c261b2bc648932081a9631dccaff844ff7931c4d721fb1a081cb09d9016e204"}, ] [package.dependencies] @@ -1402,4 +1402,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "e4ec582c154348809d68d9b7b5bc9f72b872d1e06b986b020bc55e2f86f99533" +content-hash = "aa11420be7a860dc3f24373e124ed84515b71ccf78273009f5b472bd7ba47c18" diff --git a/integrations/argocd/pyproject.toml b/integrations/argocd/pyproject.toml index 128042af50..8de20e4edf 100644 --- a/integrations/argocd/pyproject.toml +++ b/integrations/argocd/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "argocd" -version = "0.1.49" +version = "0.1.50" description = "Argo CD integration powered by Ocean" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.5.20", extras = ["cli"]} +port_ocean = {version = "^0.5.21", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2" diff --git a/integrations/azure-devops/CHANGELOG.md b/integrations/azure-devops/CHANGELOG.md index d96ccd727a..0c98e52a34 100644 --- a/integrations/azure-devops/CHANGELOG.md +++ b/integrations/azure-devops/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +# Port_Ocean 0.1.25 (2024-05-26) + +### Improvements + +- Bumped ocean version to ^0.5.21 (#1) + + # Port_Ocean 0.1.24 (2024-05-26) ### Improvements diff --git a/integrations/azure-devops/poetry.lock b/integrations/azure-devops/poetry.lock index 13231768e4..e2ddd80ed9 100644 --- a/integrations/azure-devops/poetry.lock +++ b/integrations/azure-devops/poetry.lock @@ -806,13 +806,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.5.20" +version = "0.5.21" 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.5.20-py3-none-any.whl", hash = "sha256:26c09fe07db597ea4a8c9411307bc16fedd8478cefcc235a42644285a6446b2e"}, - {file = "port_ocean-0.5.20.tar.gz", hash = "sha256:e397fa058c69152a015caf780b4c97ea804e0c2ca784cf3fcc347ef006c2d98d"}, + {file = "port_ocean-0.5.21-py3-none-any.whl", hash = "sha256:b23be9e2dca90155e587b32a94d355e681e914a424ac2eff4c98be19c7dbce33"}, + {file = "port_ocean-0.5.21.tar.gz", hash = "sha256:2c261b2bc648932081a9631dccaff844ff7931c4d721fb1a081cb09d9016e204"}, ] [package.dependencies] @@ -1413,4 +1413,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "83d852cdbe7bf6d0a8aaa1155954ceb956dc84e735b014fe01c32cea327598e4" +content-hash = "d58c98e8df2bfeb5a9d783d1d2921f334c95206e2f437f9bae7f8f8987fdd109" diff --git a/integrations/azure-devops/pyproject.toml b/integrations/azure-devops/pyproject.toml index a3dc73037e..950705079c 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.24" +version = "0.1.25" description = "An Azure Devops Ocean integration" authors = ["Matan Geva "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.5.20", extras = ["cli"]} +port_ocean = {version = "^0.5.21", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2" diff --git a/integrations/azure/CHANGELOG.md b/integrations/azure/CHANGELOG.md index 41b3c6913d..88e4d8b355 100644 --- a/integrations/azure/CHANGELOG.md +++ b/integrations/azure/CHANGELOG.md @@ -1,3 +1,10 @@ +0.1.53 (2024-05-26) + +### Improvements + +- Bumped ocean version to ^0.5.21 (#1) + + 0.1.52 (2024-05-26) ### Improvements diff --git a/integrations/azure/poetry.lock b/integrations/azure/poetry.lock index 0a7f4edbc0..dcd4b72c32 100644 --- a/integrations/azure/poetry.lock +++ b/integrations/azure/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.0 and should not be changed by hand. [[package]] name = "aiohttp" @@ -1450,13 +1450,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.5.20" +version = "0.5.21" 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.5.20-py3-none-any.whl", hash = "sha256:26c09fe07db597ea4a8c9411307bc16fedd8478cefcc235a42644285a6446b2e"}, - {file = "port_ocean-0.5.20.tar.gz", hash = "sha256:e397fa058c69152a015caf780b4c97ea804e0c2ca784cf3fcc347ef006c2d98d"}, + {file = "port_ocean-0.5.21-py3-none-any.whl", hash = "sha256:b23be9e2dca90155e587b32a94d355e681e914a424ac2eff4c98be19c7dbce33"}, + {file = "port_ocean-0.5.21.tar.gz", hash = "sha256:2c261b2bc648932081a9631dccaff844ff7931c4d721fb1a081cb09d9016e204"}, ] [package.dependencies] @@ -2240,4 +2240,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "d338997ccfec3413921e74a7e4f9d74b2658ecca0e4e569d9662569f484c6f9a" +content-hash = "e70164599b45944c65620f2e0fa2857b34795594c0edccc1980fdefd8c8f7bcb" diff --git a/integrations/azure/pyproject.toml b/integrations/azure/pyproject.toml index dc4bbb1022..b231186405 100644 --- a/integrations/azure/pyproject.toml +++ b/integrations/azure/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "azure" -version = "0.1.52" +version = "0.1.53" description = "Azure integration" authors = ["Tom Tankilevitch "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.5.20", extras = ["cli"]} +port_ocean = {version = "^0.5.21", 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/dynatrace/CHANGELOG.md b/integrations/dynatrace/CHANGELOG.md index 6a0a1e2896..8b0675dea5 100644 --- a/integrations/dynatrace/CHANGELOG.md +++ b/integrations/dynatrace/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +# Port_Ocean 0.1.15 (2024-05-26) + +### Improvements + +- Bumped ocean version to ^0.5.21 (#1) + + # Port_Ocean 0.1.14 (2024-05-26) ### Improvements diff --git a/integrations/dynatrace/poetry.lock b/integrations/dynatrace/poetry.lock index 12e304ea94..f9c6237c23 100644 --- a/integrations/dynatrace/poetry.lock +++ b/integrations/dynatrace/poetry.lock @@ -806,13 +806,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.5.20" +version = "0.5.21" 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.5.20-py3-none-any.whl", hash = "sha256:26c09fe07db597ea4a8c9411307bc16fedd8478cefcc235a42644285a6446b2e"}, - {file = "port_ocean-0.5.20.tar.gz", hash = "sha256:e397fa058c69152a015caf780b4c97ea804e0c2ca784cf3fcc347ef006c2d98d"}, + {file = "port_ocean-0.5.21-py3-none-any.whl", hash = "sha256:b23be9e2dca90155e587b32a94d355e681e914a424ac2eff4c98be19c7dbce33"}, + {file = "port_ocean-0.5.21.tar.gz", hash = "sha256:2c261b2bc648932081a9631dccaff844ff7931c4d721fb1a081cb09d9016e204"}, ] [package.dependencies] @@ -1402,4 +1402,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "e4ec582c154348809d68d9b7b5bc9f72b872d1e06b986b020bc55e2f86f99533" +content-hash = "aa11420be7a860dc3f24373e124ed84515b71ccf78273009f5b472bd7ba47c18" diff --git a/integrations/dynatrace/pyproject.toml b/integrations/dynatrace/pyproject.toml index f29b10173f..adf4c4a191 100644 --- a/integrations/dynatrace/pyproject.toml +++ b/integrations/dynatrace/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "dynatrace" -version = "0.1.14" +version = "0.1.15" description = "An integration used to import Dynatrace resources into Port" authors = ["Ayodeji Adeoti <>"] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.5.20", extras = ["cli"]} +port_ocean = {version = "^0.5.21", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2" diff --git a/integrations/firehydrant/CHANGELOG.md b/integrations/firehydrant/CHANGELOG.md index a264959373..3005c2af5d 100644 --- a/integrations/firehydrant/CHANGELOG.md +++ b/integrations/firehydrant/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +# Port_Ocean 0.1.40 (2024-05-26) + +### Improvements + +- Bumped ocean version to ^0.5.21 (#1) + + # Port_Ocean 0.1.39 (2024-05-26) ### Improvements diff --git a/integrations/firehydrant/poetry.lock b/integrations/firehydrant/poetry.lock index 32f808aace..e6717bb9d6 100644 --- a/integrations/firehydrant/poetry.lock +++ b/integrations/firehydrant/poetry.lock @@ -798,13 +798,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.5.20" +version = "0.5.21" 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.5.20-py3-none-any.whl", hash = "sha256:26c09fe07db597ea4a8c9411307bc16fedd8478cefcc235a42644285a6446b2e"}, - {file = "port_ocean-0.5.20.tar.gz", hash = "sha256:e397fa058c69152a015caf780b4c97ea804e0c2ca784cf3fcc347ef006c2d98d"}, + {file = "port_ocean-0.5.21-py3-none-any.whl", hash = "sha256:b23be9e2dca90155e587b32a94d355e681e914a424ac2eff4c98be19c7dbce33"}, + {file = "port_ocean-0.5.21.tar.gz", hash = "sha256:2c261b2bc648932081a9631dccaff844ff7931c4d721fb1a081cb09d9016e204"}, ] [package.dependencies] @@ -1388,4 +1388,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "e4ec582c154348809d68d9b7b5bc9f72b872d1e06b986b020bc55e2f86f99533" +content-hash = "aa11420be7a860dc3f24373e124ed84515b71ccf78273009f5b472bd7ba47c18" diff --git a/integrations/firehydrant/pyproject.toml b/integrations/firehydrant/pyproject.toml index 0a9db21ce5..82b37d33a3 100644 --- a/integrations/firehydrant/pyproject.toml +++ b/integrations/firehydrant/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "firehydrant" -version = "0.1.39" +version = "0.1.40" description = "FireHydrant Integration Powered by Ocean" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.5.20", extras = ["cli"]} +port_ocean = {version = "^0.5.21", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2" diff --git a/integrations/gcp/CHANGELOG.md b/integrations/gcp/CHANGELOG.md index abf3a99880..b958e4a430 100644 --- a/integrations/gcp/CHANGELOG.md +++ b/integrations/gcp/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +# Port_Ocean 0.1.12 (2024-05-26) + +### Improvements + +- Bumped ocean version to ^0.5.21 (#1) + + # Port_Ocean 0.1.11 (2024-05-26) ### Improvements diff --git a/integrations/gcp/poetry.lock b/integrations/gcp/poetry.lock index a2cd5bb4a0..ee82645f5e 100644 --- a/integrations/gcp/poetry.lock +++ b/integrations/gcp/poetry.lock @@ -1086,13 +1086,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.5.20" +version = "0.5.21" 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.5.20-py3-none-any.whl", hash = "sha256:26c09fe07db597ea4a8c9411307bc16fedd8478cefcc235a42644285a6446b2e"}, - {file = "port_ocean-0.5.20.tar.gz", hash = "sha256:e397fa058c69152a015caf780b4c97ea804e0c2ca784cf3fcc347ef006c2d98d"}, + {file = "port_ocean-0.5.21-py3-none-any.whl", hash = "sha256:b23be9e2dca90155e587b32a94d355e681e914a424ac2eff4c98be19c7dbce33"}, + {file = "port_ocean-0.5.21.tar.gz", hash = "sha256:2c261b2bc648932081a9631dccaff844ff7931c4d721fb1a081cb09d9016e204"}, ] [package.dependencies] @@ -1383,6 +1383,7 @@ files = [ {file = "PyYAML-6.0.1-cp311-cp311-win_amd64.whl", hash = "sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34"}, {file = "PyYAML-6.0.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:855fb52b0dc35af121542a76b9a84f8d1cd886ea97c84703eaa6d88e37a2ad28"}, {file = "PyYAML-6.0.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:40df9b996c2b73138957fe23a16a4f0ba614f4c0efce1e9406a184b6d07fa3a9"}, + {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a08c6f0fe150303c1c6b71ebcd7213c2858041a7e01975da3a99aed1e7a378ef"}, {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6c22bec3fbe2524cde73d7ada88f6566758a8f7227bfbf93a408a9d86bcc12a0"}, {file = "PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:8d4e9c88387b0f5c7d5f281e55304de64cf7f9c0021a3525bd3b1c542da3b0e4"}, {file = "PyYAML-6.0.1-cp312-cp312-win32.whl", hash = "sha256:d483d2cdf104e7c9fa60c544d92981f12ad66a457afae824d146093b8c294c54"}, @@ -1757,4 +1758,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "9495e13d5e12d049b10b1d39ee16854dbf34c248c4d5ecb973416baabf6ca525" +content-hash = "6c2e4e937808374ade66cc22b145d687bad2f7d82487875ea8fdf753e020a753" diff --git a/integrations/gcp/pyproject.toml b/integrations/gcp/pyproject.toml index 5f36bf4ce6..32b6273321 100644 --- a/integrations/gcp/pyproject.toml +++ b/integrations/gcp/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "gcp" -version = "0.1.11" +version = "0.1.12" description = "A GCP ocean integration" authors = ["Matan Geva "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.5.20", extras = ["cli"]} +port_ocean = {version = "^0.5.21", 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 a4576dfc8e..8773768fed 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.77 (2024-05-26) +=================== + +### Improvements + +- Bumped ocean version to ^0.5.21 (#1) + + 0.1.76 (2024-05-26) =================== diff --git a/integrations/gitlab/poetry.lock b/integrations/gitlab/poetry.lock index 78dbcdab01..acb6423c10 100644 --- a/integrations/gitlab/poetry.lock +++ b/integrations/gitlab/poetry.lock @@ -780,13 +780,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.5.20" +version = "0.5.21" 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.5.20-py3-none-any.whl", hash = "sha256:26c09fe07db597ea4a8c9411307bc16fedd8478cefcc235a42644285a6446b2e"}, - {file = "port_ocean-0.5.20.tar.gz", hash = "sha256:e397fa058c69152a015caf780b4c97ea804e0c2ca784cf3fcc347ef006c2d98d"}, + {file = "port_ocean-0.5.21-py3-none-any.whl", hash = "sha256:b23be9e2dca90155e587b32a94d355e681e914a424ac2eff4c98be19c7dbce33"}, + {file = "port_ocean-0.5.21.tar.gz", hash = "sha256:2c261b2bc648932081a9631dccaff844ff7931c4d721fb1a081cb09d9016e204"}, ] [package.dependencies] @@ -1429,4 +1429,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "c2ca2bcd0547c0aa5b5c084816ac9c7cdcb83788acd4f4d2a2bd43a196c5dbe6" +content-hash = "ecbccbff50ab62d7b911dfd1da5a22e254945bb6fe759eba2f35bba354c945ea" diff --git a/integrations/gitlab/pyproject.toml b/integrations/gitlab/pyproject.toml index 60cdab7b7d..ca3189abcb 100644 --- a/integrations/gitlab/pyproject.toml +++ b/integrations/gitlab/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gitlab" -version = "0.1.76" +version = "0.1.77" 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.5.20", extras = ["cli"]} +port_ocean = {version = "^0.5.21", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2" diff --git a/integrations/jenkins/CHANGELOG.md b/integrations/jenkins/CHANGELOG.md index 884e915845..036bc6a4d0 100644 --- a/integrations/jenkins/CHANGELOG.md +++ b/integrations/jenkins/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +# Port_Ocean 0.1.23 (2024-05-26) + +### Improvements + +- Bumped ocean version to ^0.5.21 (#1) + + # Port_Ocean 0.1.22 (2024-05-26) ### Improvements diff --git a/integrations/jenkins/poetry.lock b/integrations/jenkins/poetry.lock index f61a8a73b3..b24a099e03 100644 --- a/integrations/jenkins/poetry.lock +++ b/integrations/jenkins/poetry.lock @@ -818,13 +818,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.5.20" +version = "0.5.21" 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.5.20-py3-none-any.whl", hash = "sha256:26c09fe07db597ea4a8c9411307bc16fedd8478cefcc235a42644285a6446b2e"}, - {file = "port_ocean-0.5.20.tar.gz", hash = "sha256:e397fa058c69152a015caf780b4c97ea804e0c2ca784cf3fcc347ef006c2d98d"}, + {file = "port_ocean-0.5.21-py3-none-any.whl", hash = "sha256:b23be9e2dca90155e587b32a94d355e681e914a424ac2eff4c98be19c7dbce33"}, + {file = "port_ocean-0.5.21.tar.gz", hash = "sha256:2c261b2bc648932081a9631dccaff844ff7931c4d721fb1a081cb09d9016e204"}, ] [package.dependencies] @@ -1427,4 +1427,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "fae2b12a18ef666c2454b21f2646a042029bd496a6a0b472065e4613b1f9efd9" +content-hash = "35e1a1a099a83bd93d3add0ad6a76f8e8f384295ab1aa8f3648be9fad1d744be" diff --git a/integrations/jenkins/pyproject.toml b/integrations/jenkins/pyproject.toml index d1a6988cad..61bff448ad 100644 --- a/integrations/jenkins/pyproject.toml +++ b/integrations/jenkins/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "jenkins" -version = "0.1.22" +version = "0.1.23" description = "Jenkins Integration to Port Ocean" authors = ["Albert Luganga "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.5.20", extras = ["cli"]} +port_ocean = {version = "^0.5.21", 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 cd0b394b2d..95234c18ef 100644 --- a/integrations/jira/CHANGELOG.md +++ b/integrations/jira/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +0.1.49 (2024-05-26) + +### Improvements + +- Bumped ocean version to ^0.5.21 (#1) + + 0.1.48 (2024-05-26) ### Improvements diff --git a/integrations/jira/poetry.lock b/integrations/jira/poetry.lock index ab44dc66ad..78a6e5ae73 100644 --- a/integrations/jira/poetry.lock +++ b/integrations/jira/poetry.lock @@ -798,13 +798,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.5.20" +version = "0.5.21" 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.5.20-py3-none-any.whl", hash = "sha256:26c09fe07db597ea4a8c9411307bc16fedd8478cefcc235a42644285a6446b2e"}, - {file = "port_ocean-0.5.20.tar.gz", hash = "sha256:e397fa058c69152a015caf780b4c97ea804e0c2ca784cf3fcc347ef006c2d98d"}, + {file = "port_ocean-0.5.21-py3-none-any.whl", hash = "sha256:b23be9e2dca90155e587b32a94d355e681e914a424ac2eff4c98be19c7dbce33"}, + {file = "port_ocean-0.5.21.tar.gz", hash = "sha256:2c261b2bc648932081a9631dccaff844ff7931c4d721fb1a081cb09d9016e204"}, ] [package.dependencies] @@ -1388,4 +1388,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "a849f3c382cc8b62fd4904913ea551a520f54c8bd1ffec143cb915f09d91e57b" +content-hash = "56f13a1c5b273a866a181d9b935eeea772ce7de2aca34efa38c0e448820d70c5" diff --git a/integrations/jira/pyproject.toml b/integrations/jira/pyproject.toml index e90838f787..5fc6c2fa70 100644 --- a/integrations/jira/pyproject.toml +++ b/integrations/jira/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "jira" -version = "0.1.48" +version = "0.1.49" description = "Integration to bring information from Jira into Port" authors = ["Mor Paz "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.5.20", extras = ["cli"]} +port_ocean = {version = "^0.5.21", extras = ["cli"]} httpx = "^0.24.1" [tool.poetry.group.dev.dependencies] diff --git a/integrations/kafka/CHANGELOG.md b/integrations/kafka/CHANGELOG.md index 67bee87f57..988dab87ab 100644 --- a/integrations/kafka/CHANGELOG.md +++ b/integrations/kafka/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +# Port_Ocean 0.1.40 (2024-05-26) + +### Improvements + +- Bumped ocean version to ^0.5.21 (#1) + + # Port_Ocean 0.1.39 (2024-05-26) ### Improvements diff --git a/integrations/kafka/poetry.lock b/integrations/kafka/poetry.lock index 8f392c03ac..af7cebb711 100644 --- a/integrations/kafka/poetry.lock +++ b/integrations/kafka/poetry.lock @@ -818,13 +818,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.5.20" +version = "0.5.21" 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.5.20-py3-none-any.whl", hash = "sha256:26c09fe07db597ea4a8c9411307bc16fedd8478cefcc235a42644285a6446b2e"}, - {file = "port_ocean-0.5.20.tar.gz", hash = "sha256:e397fa058c69152a015caf780b4c97ea804e0c2ca784cf3fcc347ef006c2d98d"}, + {file = "port_ocean-0.5.21-py3-none-any.whl", hash = "sha256:b23be9e2dca90155e587b32a94d355e681e914a424ac2eff4c98be19c7dbce33"}, + {file = "port_ocean-0.5.21.tar.gz", hash = "sha256:2c261b2bc648932081a9631dccaff844ff7931c4d721fb1a081cb09d9016e204"}, ] [package.dependencies] @@ -1419,4 +1419,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "e067e0bcbf72ef70d82e95adefaa0a7f2ed5a1f9aa0d9f24ed9fe1f4e4e4be63" +content-hash = "095f9bbdd13870e1ae17a29f505845103ef7164dd76d1262c387fcfd6ab769ab" diff --git a/integrations/kafka/pyproject.toml b/integrations/kafka/pyproject.toml index 686e606a51..5d2072ee79 100644 --- a/integrations/kafka/pyproject.toml +++ b/integrations/kafka/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "kafka" -version = "0.1.39" +version = "0.1.40" 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.5.20", extras = ["cli"]} +port_ocean = {version = "^0.5.21", 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 64abfe80ea..4bb5c8c917 100644 --- a/integrations/kubecost/CHANGELOG.md +++ b/integrations/kubecost/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +# Port_Ocean 0.1.43 (2024-05-26) + +### Improvements + +- Bumped ocean version to ^0.5.21 (#1) + + # Port_Ocean 0.1.42 (2024-05-26) ### Improvements diff --git a/integrations/kubecost/poetry.lock b/integrations/kubecost/poetry.lock index 9d5e4ea240..27939cdcd4 100644 --- a/integrations/kubecost/poetry.lock +++ b/integrations/kubecost/poetry.lock @@ -818,13 +818,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.5.20" +version = "0.5.21" 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.5.20-py3-none-any.whl", hash = "sha256:26c09fe07db597ea4a8c9411307bc16fedd8478cefcc235a42644285a6446b2e"}, - {file = "port_ocean-0.5.20.tar.gz", hash = "sha256:e397fa058c69152a015caf780b4c97ea804e0c2ca784cf3fcc347ef006c2d98d"}, + {file = "port_ocean-0.5.21-py3-none-any.whl", hash = "sha256:b23be9e2dca90155e587b32a94d355e681e914a424ac2eff4c98be19c7dbce33"}, + {file = "port_ocean-0.5.21.tar.gz", hash = "sha256:2c261b2bc648932081a9631dccaff844ff7931c4d721fb1a081cb09d9016e204"}, ] [package.dependencies] @@ -1419,4 +1419,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "e4ec582c154348809d68d9b7b5bc9f72b872d1e06b986b020bc55e2f86f99533" +content-hash = "aa11420be7a860dc3f24373e124ed84515b71ccf78273009f5b472bd7ba47c18" diff --git a/integrations/kubecost/pyproject.toml b/integrations/kubecost/pyproject.toml index afbd764180..2bc01dbef6 100644 --- a/integrations/kubecost/pyproject.toml +++ b/integrations/kubecost/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "kubecost" -version = "0.1.42" +version = "0.1.43" description = "Kubecost integration powered by Ocean" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.5.20", extras = ["cli"]} +port_ocean = {version = "^0.5.21", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2" diff --git a/integrations/launchdarkly/CHANGELOG.md b/integrations/launchdarkly/CHANGELOG.md index c9537fd760..a202304cda 100644 --- a/integrations/launchdarkly/CHANGELOG.md +++ b/integrations/launchdarkly/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +# Port_Ocean 0.1.14 (2024-05-26) + +### Improvements + +- Bumped ocean version to ^0.5.21 (#1) + + # Port_Ocean 0.1.13 (2024-05-26) ### Improvements diff --git a/integrations/launchdarkly/poetry.lock b/integrations/launchdarkly/poetry.lock index 2531aeac4a..5f0ecd901a 100644 --- a/integrations/launchdarkly/poetry.lock +++ b/integrations/launchdarkly/poetry.lock @@ -806,13 +806,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.5.20" +version = "0.5.21" 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.5.20-py3-none-any.whl", hash = "sha256:26c09fe07db597ea4a8c9411307bc16fedd8478cefcc235a42644285a6446b2e"}, - {file = "port_ocean-0.5.20.tar.gz", hash = "sha256:e397fa058c69152a015caf780b4c97ea804e0c2ca784cf3fcc347ef006c2d98d"}, + {file = "port_ocean-0.5.21-py3-none-any.whl", hash = "sha256:b23be9e2dca90155e587b32a94d355e681e914a424ac2eff4c98be19c7dbce33"}, + {file = "port_ocean-0.5.21.tar.gz", hash = "sha256:2c261b2bc648932081a9631dccaff844ff7931c4d721fb1a081cb09d9016e204"}, ] [package.dependencies] @@ -1402,4 +1402,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "e4ec582c154348809d68d9b7b5bc9f72b872d1e06b986b020bc55e2f86f99533" +content-hash = "aa11420be7a860dc3f24373e124ed84515b71ccf78273009f5b472bd7ba47c18" diff --git a/integrations/launchdarkly/pyproject.toml b/integrations/launchdarkly/pyproject.toml index d060d7db7c..12e72accd4 100644 --- a/integrations/launchdarkly/pyproject.toml +++ b/integrations/launchdarkly/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "launchdarkly" -version = "0.1.13" +version = "0.1.14" description = "Launchdarkly integration for Port" authors = ["Michael Armah "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.5.20", extras = ["cli"]} +port_ocean = {version = "^0.5.21", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2" diff --git a/integrations/linear/CHANGELOG.md b/integrations/linear/CHANGELOG.md index 8c7b2f2c66..8535c8dbc8 100644 --- a/integrations/linear/CHANGELOG.md +++ b/integrations/linear/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +# Port_Ocean 0.1.2 (2024-05-26) + +### Improvements + +- Bumped ocean version to ^0.5.21 (#1) + + # Port_Ocean 0.1.1 (2024-05-26) ### Improvements diff --git a/integrations/linear/poetry.lock b/integrations/linear/poetry.lock index 198c016d96..f51680ddee 100644 --- a/integrations/linear/poetry.lock +++ b/integrations/linear/poetry.lock @@ -807,13 +807,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.5.20" +version = "0.5.21" 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.5.20-py3-none-any.whl", hash = "sha256:26c09fe07db597ea4a8c9411307bc16fedd8478cefcc235a42644285a6446b2e"}, - {file = "port_ocean-0.5.20.tar.gz", hash = "sha256:e397fa058c69152a015caf780b4c97ea804e0c2ca784cf3fcc347ef006c2d98d"}, + {file = "port_ocean-0.5.21-py3-none-any.whl", hash = "sha256:b23be9e2dca90155e587b32a94d355e681e914a424ac2eff4c98be19c7dbce33"}, + {file = "port_ocean-0.5.21.tar.gz", hash = "sha256:2c261b2bc648932081a9631dccaff844ff7931c4d721fb1a081cb09d9016e204"}, ] [package.dependencies] @@ -1402,4 +1402,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "380f2814c3332aa8a7a63117763a3e8c5960110b298fe3587aeaf4d5e1c2b0ef" +content-hash = "82d21ca403a566d9e8a5b032d9597ce0258b00e886aaafaf340adc9fd015185d" diff --git a/integrations/linear/pyproject.toml b/integrations/linear/pyproject.toml index eb7b817abf..d68fbad28e 100644 --- a/integrations/linear/pyproject.toml +++ b/integrations/linear/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "linear" -version = "0.1.1" +version = "0.1.2" description = "Integration to bring information from Linear into Port" authors = ["Mor Paz "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.5.20", extras = ["cli"]} +port_ocean = {version = "^0.5.21", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2" diff --git a/integrations/newrelic/CHANGELOG.md b/integrations/newrelic/CHANGELOG.md index 95ded3c624..f306d793ae 100644 --- a/integrations/newrelic/CHANGELOG.md +++ b/integrations/newrelic/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +# Port_Ocean 0.1.44 (2024-05-26) + +### Improvements + +- Bumped ocean version to ^0.5.21 (#1) + + # Port_Ocean 0.1.43 (2024-05-26) ### Improvements diff --git a/integrations/newrelic/poetry.lock b/integrations/newrelic/poetry.lock index 9b2154bbfc..31eba37332 100644 --- a/integrations/newrelic/poetry.lock +++ b/integrations/newrelic/poetry.lock @@ -793,13 +793,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.5.20" +version = "0.5.21" 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.5.20-py3-none-any.whl", hash = "sha256:26c09fe07db597ea4a8c9411307bc16fedd8478cefcc235a42644285a6446b2e"}, - {file = "port_ocean-0.5.20.tar.gz", hash = "sha256:e397fa058c69152a015caf780b4c97ea804e0c2ca784cf3fcc347ef006c2d98d"}, + {file = "port_ocean-0.5.21-py3-none-any.whl", hash = "sha256:b23be9e2dca90155e587b32a94d355e681e914a424ac2eff4c98be19c7dbce33"}, + {file = "port_ocean-0.5.21.tar.gz", hash = "sha256:2c261b2bc648932081a9631dccaff844ff7931c4d721fb1a081cb09d9016e204"}, ] [package.dependencies] @@ -1383,4 +1383,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "a849f3c382cc8b62fd4904913ea551a520f54c8bd1ffec143cb915f09d91e57b" +content-hash = "56f13a1c5b273a866a181d9b935eeea772ce7de2aca34efa38c0e448820d70c5" diff --git a/integrations/newrelic/pyproject.toml b/integrations/newrelic/pyproject.toml index d87ca81277..1a036502c7 100644 --- a/integrations/newrelic/pyproject.toml +++ b/integrations/newrelic/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "newrelic" -version = "0.1.43" +version = "0.1.44" description = "New Relic Integration" authors = ["Tom Tankilevitch "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.5.20", extras = ["cli"]} +port_ocean = {version = "^0.5.21", extras = ["cli"]} httpx = "^0.24.1" [tool.poetry.group.dev.dependencies] diff --git a/integrations/opencost/CHANGELOG.md b/integrations/opencost/CHANGELOG.md index e146f445c1..937adf0ae7 100644 --- a/integrations/opencost/CHANGELOG.md +++ b/integrations/opencost/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +# Port_Ocean 0.1.41 (2024-05-26) + +### Improvements + +- Bumped ocean version to ^0.5.21 (#1) + + # Port_Ocean 0.1.40 (2024-05-26) ### Improvements diff --git a/integrations/opencost/poetry.lock b/integrations/opencost/poetry.lock index d508892acd..d1d3748cff 100644 --- a/integrations/opencost/poetry.lock +++ b/integrations/opencost/poetry.lock @@ -798,13 +798,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.5.20" +version = "0.5.21" 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.5.20-py3-none-any.whl", hash = "sha256:26c09fe07db597ea4a8c9411307bc16fedd8478cefcc235a42644285a6446b2e"}, - {file = "port_ocean-0.5.20.tar.gz", hash = "sha256:e397fa058c69152a015caf780b4c97ea804e0c2ca784cf3fcc347ef006c2d98d"}, + {file = "port_ocean-0.5.21-py3-none-any.whl", hash = "sha256:b23be9e2dca90155e587b32a94d355e681e914a424ac2eff4c98be19c7dbce33"}, + {file = "port_ocean-0.5.21.tar.gz", hash = "sha256:2c261b2bc648932081a9631dccaff844ff7931c4d721fb1a081cb09d9016e204"}, ] [package.dependencies] @@ -1388,4 +1388,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "e4ec582c154348809d68d9b7b5bc9f72b872d1e06b986b020bc55e2f86f99533" +content-hash = "aa11420be7a860dc3f24373e124ed84515b71ccf78273009f5b472bd7ba47c18" diff --git a/integrations/opencost/pyproject.toml b/integrations/opencost/pyproject.toml index 7576c49508..6a6f57bd94 100644 --- a/integrations/opencost/pyproject.toml +++ b/integrations/opencost/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "opencost" -version = "0.1.40" +version = "0.1.41" description = "Ocean integration for OpenCost" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.5.20", extras = ["cli"]} +port_ocean = {version = "^0.5.21", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2" diff --git a/integrations/opsgenie/CHANGELOG.md b/integrations/opsgenie/CHANGELOG.md index 4bfe3d9c02..31bfb94bcb 100644 --- a/integrations/opsgenie/CHANGELOG.md +++ b/integrations/opsgenie/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +# Port_Ocean 0.1.42 (2024-05-26) + +### Improvements + +- Bumped ocean version to ^0.5.21 (#1) + + # Port_Ocean 0.1.41 (2024-05-26) ### Improvements diff --git a/integrations/opsgenie/poetry.lock b/integrations/opsgenie/poetry.lock index 1a71f0ebd7..5510186295 100644 --- a/integrations/opsgenie/poetry.lock +++ b/integrations/opsgenie/poetry.lock @@ -806,13 +806,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.5.20" +version = "0.5.21" 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.5.20-py3-none-any.whl", hash = "sha256:26c09fe07db597ea4a8c9411307bc16fedd8478cefcc235a42644285a6446b2e"}, - {file = "port_ocean-0.5.20.tar.gz", hash = "sha256:e397fa058c69152a015caf780b4c97ea804e0c2ca784cf3fcc347ef006c2d98d"}, + {file = "port_ocean-0.5.21-py3-none-any.whl", hash = "sha256:b23be9e2dca90155e587b32a94d355e681e914a424ac2eff4c98be19c7dbce33"}, + {file = "port_ocean-0.5.21.tar.gz", hash = "sha256:2c261b2bc648932081a9631dccaff844ff7931c4d721fb1a081cb09d9016e204"}, ] [package.dependencies] @@ -1402,4 +1402,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "e4ec582c154348809d68d9b7b5bc9f72b872d1e06b986b020bc55e2f86f99533" +content-hash = "aa11420be7a860dc3f24373e124ed84515b71ccf78273009f5b472bd7ba47c18" diff --git a/integrations/opsgenie/pyproject.toml b/integrations/opsgenie/pyproject.toml index 31eb72bbe1..8682910038 100644 --- a/integrations/opsgenie/pyproject.toml +++ b/integrations/opsgenie/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "opsgenie" -version = "0.1.41" +version = "0.1.42" description = "Ocean integration for OpsGenie" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.5.20", extras = ["cli"]} +port_ocean = {version = "^0.5.21", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2" diff --git a/integrations/pagerduty/CHANGELOG.md b/integrations/pagerduty/CHANGELOG.md index 64c52e9999..e61efe94a7 100644 --- a/integrations/pagerduty/CHANGELOG.md +++ b/integrations/pagerduty/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 (2024-05-26) + +### Improvements + +- Bumped ocean version to ^0.5.21 (#1) + + # Port_Ocean 0.1.61 (2024-05-26) ### Improvements diff --git a/integrations/pagerduty/poetry.lock b/integrations/pagerduty/poetry.lock index 557a3c31e9..4d3c4289e2 100644 --- a/integrations/pagerduty/poetry.lock +++ b/integrations/pagerduty/poetry.lock @@ -793,13 +793,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.5.20" +version = "0.5.21" 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.5.20-py3-none-any.whl", hash = "sha256:26c09fe07db597ea4a8c9411307bc16fedd8478cefcc235a42644285a6446b2e"}, - {file = "port_ocean-0.5.20.tar.gz", hash = "sha256:e397fa058c69152a015caf780b4c97ea804e0c2ca784cf3fcc347ef006c2d98d"}, + {file = "port_ocean-0.5.21-py3-none-any.whl", hash = "sha256:b23be9e2dca90155e587b32a94d355e681e914a424ac2eff4c98be19c7dbce33"}, + {file = "port_ocean-0.5.21.tar.gz", hash = "sha256:2c261b2bc648932081a9631dccaff844ff7931c4d721fb1a081cb09d9016e204"}, ] [package.dependencies] @@ -1383,4 +1383,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "a849f3c382cc8b62fd4904913ea551a520f54c8bd1ffec143cb915f09d91e57b" +content-hash = "56f13a1c5b273a866a181d9b935eeea772ce7de2aca34efa38c0e448820d70c5" diff --git a/integrations/pagerduty/pyproject.toml b/integrations/pagerduty/pyproject.toml index fceddd71fd..a31e87e6e6 100644 --- a/integrations/pagerduty/pyproject.toml +++ b/integrations/pagerduty/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "pagerduty" -version = "0.1.61" +version = "0.1.62" description = "Pagerduty Integration" authors = ["Port Team "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.5.20", extras = ["cli"]} +port_ocean = {version = "^0.5.21", extras = ["cli"]} httpx = "^0.24.1" [tool.poetry.group.dev.dependencies] diff --git a/integrations/sentry/CHANGELOG.md b/integrations/sentry/CHANGELOG.md index ec98537b2c..d02024dc6d 100644 --- a/integrations/sentry/CHANGELOG.md +++ b/integrations/sentry/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +# Port_Ocean 0.1.41 (2024-05-26) + +### Improvements + +- Bumped ocean version to ^0.5.21 (#1) + + # Port_Ocean 0.1.40 (2024-05-26) ### Improvements diff --git a/integrations/sentry/poetry.lock b/integrations/sentry/poetry.lock index 604049c07e..f60eb25dfb 100644 --- a/integrations/sentry/poetry.lock +++ b/integrations/sentry/poetry.lock @@ -798,13 +798,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.5.20" +version = "0.5.21" 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.5.20-py3-none-any.whl", hash = "sha256:26c09fe07db597ea4a8c9411307bc16fedd8478cefcc235a42644285a6446b2e"}, - {file = "port_ocean-0.5.20.tar.gz", hash = "sha256:e397fa058c69152a015caf780b4c97ea804e0c2ca784cf3fcc347ef006c2d98d"}, + {file = "port_ocean-0.5.21-py3-none-any.whl", hash = "sha256:b23be9e2dca90155e587b32a94d355e681e914a424ac2eff4c98be19c7dbce33"}, + {file = "port_ocean-0.5.21.tar.gz", hash = "sha256:2c261b2bc648932081a9631dccaff844ff7931c4d721fb1a081cb09d9016e204"}, ] [package.dependencies] @@ -1388,4 +1388,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "e4ec582c154348809d68d9b7b5bc9f72b872d1e06b986b020bc55e2f86f99533" +content-hash = "aa11420be7a860dc3f24373e124ed84515b71ccf78273009f5b472bd7ba47c18" diff --git a/integrations/sentry/pyproject.toml b/integrations/sentry/pyproject.toml index 5c70915232..97806abfbb 100644 --- a/integrations/sentry/pyproject.toml +++ b/integrations/sentry/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "sentry" -version = "0.1.40" +version = "0.1.41" description = "Sentry Integration" authors = ["Dvir Segev "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.5.20", extras = ["cli"]} +port_ocean = {version = "^0.5.21", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2" diff --git a/integrations/servicenow/CHANGELOG.md b/integrations/servicenow/CHANGELOG.md index 78d6d2cad4..e34d9b2c33 100644 --- a/integrations/servicenow/CHANGELOG.md +++ b/integrations/servicenow/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +# Port_Ocean 0.1.29 (2024-05-26) + +### Improvements + +- Bumped ocean version to ^0.5.21 (#1) + + # Port_Ocean 0.1.28 (2024-05-26) ### Improvements diff --git a/integrations/servicenow/poetry.lock b/integrations/servicenow/poetry.lock index 40a769d1b8..58824377bd 100644 --- a/integrations/servicenow/poetry.lock +++ b/integrations/servicenow/poetry.lock @@ -805,13 +805,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.5.20" +version = "0.5.21" 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.5.20-py3-none-any.whl", hash = "sha256:26c09fe07db597ea4a8c9411307bc16fedd8478cefcc235a42644285a6446b2e"}, - {file = "port_ocean-0.5.20.tar.gz", hash = "sha256:e397fa058c69152a015caf780b4c97ea804e0c2ca784cf3fcc347ef006c2d98d"}, + {file = "port_ocean-0.5.21-py3-none-any.whl", hash = "sha256:b23be9e2dca90155e587b32a94d355e681e914a424ac2eff4c98be19c7dbce33"}, + {file = "port_ocean-0.5.21.tar.gz", hash = "sha256:2c261b2bc648932081a9631dccaff844ff7931c4d721fb1a081cb09d9016e204"}, ] [package.dependencies] @@ -1401,4 +1401,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "e4ec582c154348809d68d9b7b5bc9f72b872d1e06b986b020bc55e2f86f99533" +content-hash = "aa11420be7a860dc3f24373e124ed84515b71ccf78273009f5b472bd7ba47c18" diff --git a/integrations/servicenow/pyproject.toml b/integrations/servicenow/pyproject.toml index 4e079c10f0..9992da552f 100644 --- a/integrations/servicenow/pyproject.toml +++ b/integrations/servicenow/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "servicenow" -version = "0.1.28" +version = "0.1.29" description = "Service Now Ocean Integration" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.5.20", extras = ["cli"]} +port_ocean = {version = "^0.5.21", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2" diff --git a/integrations/snyk/CHANGELOG.md b/integrations/snyk/CHANGELOG.md index e6341fb387..de15bc33ca 100644 --- a/integrations/snyk/CHANGELOG.md +++ b/integrations/snyk/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +# Port_Ocean 0.1.49 (2024-05-26) + +### Improvements + +- Bumped ocean version to ^0.5.21 (#1) + + # Port_Ocean 0.1.48 (2024-05-26) ### Improvements diff --git a/integrations/snyk/poetry.lock b/integrations/snyk/poetry.lock index 4be5dd8e74..7fc522feca 100644 --- a/integrations/snyk/poetry.lock +++ b/integrations/snyk/poetry.lock @@ -793,13 +793,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.5.20" +version = "0.5.21" 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.5.20-py3-none-any.whl", hash = "sha256:26c09fe07db597ea4a8c9411307bc16fedd8478cefcc235a42644285a6446b2e"}, - {file = "port_ocean-0.5.20.tar.gz", hash = "sha256:e397fa058c69152a015caf780b4c97ea804e0c2ca784cf3fcc347ef006c2d98d"}, + {file = "port_ocean-0.5.21-py3-none-any.whl", hash = "sha256:b23be9e2dca90155e587b32a94d355e681e914a424ac2eff4c98be19c7dbce33"}, + {file = "port_ocean-0.5.21.tar.gz", hash = "sha256:2c261b2bc648932081a9631dccaff844ff7931c4d721fb1a081cb09d9016e204"}, ] [package.dependencies] @@ -1383,4 +1383,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "e4ec582c154348809d68d9b7b5bc9f72b872d1e06b986b020bc55e2f86f99533" +content-hash = "aa11420be7a860dc3f24373e124ed84515b71ccf78273009f5b472bd7ba47c18" diff --git a/integrations/snyk/pyproject.toml b/integrations/snyk/pyproject.toml index 5ec12a0175..266b80ab6c 100644 --- a/integrations/snyk/pyproject.toml +++ b/integrations/snyk/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "snyk" -version = "0.1.48" +version = "0.1.49" description = "Snyk integration powered by Ocean" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.5.20", extras = ["cli"]} +port_ocean = {version = "^0.5.21", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2" diff --git a/integrations/sonarqube/CHANGELOG.md b/integrations/sonarqube/CHANGELOG.md index ef073cd7f5..7c2b78bd9f 100644 --- a/integrations/sonarqube/CHANGELOG.md +++ b/integrations/sonarqube/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +# Port_Ocean 0.1.52 (2024-05-26) + +### Improvements + +- Bumped ocean version to ^0.5.21 (#1) + + # Port_Ocean 0.1.51 (2024-05-26) ### Improvements diff --git a/integrations/sonarqube/poetry.lock b/integrations/sonarqube/poetry.lock index 8ca329c30e..2dc9ad321a 100644 --- a/integrations/sonarqube/poetry.lock +++ b/integrations/sonarqube/poetry.lock @@ -798,13 +798,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.5.20" +version = "0.5.21" 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.5.20-py3-none-any.whl", hash = "sha256:26c09fe07db597ea4a8c9411307bc16fedd8478cefcc235a42644285a6446b2e"}, - {file = "port_ocean-0.5.20.tar.gz", hash = "sha256:e397fa058c69152a015caf780b4c97ea804e0c2ca784cf3fcc347ef006c2d98d"}, + {file = "port_ocean-0.5.21-py3-none-any.whl", hash = "sha256:b23be9e2dca90155e587b32a94d355e681e914a424ac2eff4c98be19c7dbce33"}, + {file = "port_ocean-0.5.21.tar.gz", hash = "sha256:2c261b2bc648932081a9631dccaff844ff7931c4d721fb1a081cb09d9016e204"}, ] [package.dependencies] @@ -1388,4 +1388,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "a24ec11ae4cf1d2a15048d7b75ae29f17f9031da001875aa7952f452175de080" +content-hash = "7e7fdc8a5a2b3f374712027601fdbadffa823850c2287e33218c8a0cf16fdd41" diff --git a/integrations/sonarqube/pyproject.toml b/integrations/sonarqube/pyproject.toml index 0955b20d48..0ac061f97e 100644 --- a/integrations/sonarqube/pyproject.toml +++ b/integrations/sonarqube/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "sonarqube" -version = "0.1.51" +version = "0.1.52" description = "SonarQube projects and code quality analysis integration" authors = ["Port Team "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.5.20", extras = ["cli"]} +port_ocean = {version = "^0.5.21", extras = ["cli"]} rich = "^13.5.2" cookiecutter = "^2.3.0" diff --git a/integrations/terraform-cloud/CHANGELOG.md b/integrations/terraform-cloud/CHANGELOG.md index fb0f6692dd..7cb071093e 100644 --- a/integrations/terraform-cloud/CHANGELOG.md +++ b/integrations/terraform-cloud/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +# Port_Ocean 0.1.30 (2024-05-26) + +### Improvements + +- Bumped ocean version to ^0.5.21 (#1) + + # Port_Ocean 0.1.29 (2024-05-26) ### Improvements diff --git a/integrations/terraform-cloud/poetry.lock b/integrations/terraform-cloud/poetry.lock index 40a769d1b8..58824377bd 100644 --- a/integrations/terraform-cloud/poetry.lock +++ b/integrations/terraform-cloud/poetry.lock @@ -805,13 +805,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.5.20" +version = "0.5.21" 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.5.20-py3-none-any.whl", hash = "sha256:26c09fe07db597ea4a8c9411307bc16fedd8478cefcc235a42644285a6446b2e"}, - {file = "port_ocean-0.5.20.tar.gz", hash = "sha256:e397fa058c69152a015caf780b4c97ea804e0c2ca784cf3fcc347ef006c2d98d"}, + {file = "port_ocean-0.5.21-py3-none-any.whl", hash = "sha256:b23be9e2dca90155e587b32a94d355e681e914a424ac2eff4c98be19c7dbce33"}, + {file = "port_ocean-0.5.21.tar.gz", hash = "sha256:2c261b2bc648932081a9631dccaff844ff7931c4d721fb1a081cb09d9016e204"}, ] [package.dependencies] @@ -1401,4 +1401,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "e4ec582c154348809d68d9b7b5bc9f72b872d1e06b986b020bc55e2f86f99533" +content-hash = "aa11420be7a860dc3f24373e124ed84515b71ccf78273009f5b472bd7ba47c18" diff --git a/integrations/terraform-cloud/pyproject.toml b/integrations/terraform-cloud/pyproject.toml index 4a126f9211..977ec4fd03 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.29" +version = "0.1.30" description = "Terraform Cloud Integration for Port" authors = ["Michael Armah "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.5.20", extras = ["cli"]} +port_ocean = {version = "^0.5.21", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2" diff --git a/integrations/wiz/CHANGELOG.md b/integrations/wiz/CHANGELOG.md index db9559ea94..6c506e0f62 100644 --- a/integrations/wiz/CHANGELOG.md +++ b/integrations/wiz/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +# Port_Ocean 0.1.21 (2024-05-26) + +### Improvements + +- Bumped ocean version to ^0.5.21 (#1) + + # Port_Ocean 0.1.20 (2024-05-26) ### Improvements diff --git a/integrations/wiz/poetry.lock b/integrations/wiz/poetry.lock index 12e304ea94..f9c6237c23 100644 --- a/integrations/wiz/poetry.lock +++ b/integrations/wiz/poetry.lock @@ -806,13 +806,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.5.20" +version = "0.5.21" 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.5.20-py3-none-any.whl", hash = "sha256:26c09fe07db597ea4a8c9411307bc16fedd8478cefcc235a42644285a6446b2e"}, - {file = "port_ocean-0.5.20.tar.gz", hash = "sha256:e397fa058c69152a015caf780b4c97ea804e0c2ca784cf3fcc347ef006c2d98d"}, + {file = "port_ocean-0.5.21-py3-none-any.whl", hash = "sha256:b23be9e2dca90155e587b32a94d355e681e914a424ac2eff4c98be19c7dbce33"}, + {file = "port_ocean-0.5.21.tar.gz", hash = "sha256:2c261b2bc648932081a9631dccaff844ff7931c4d721fb1a081cb09d9016e204"}, ] [package.dependencies] @@ -1402,4 +1402,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "e4ec582c154348809d68d9b7b5bc9f72b872d1e06b986b020bc55e2f86f99533" +content-hash = "aa11420be7a860dc3f24373e124ed84515b71ccf78273009f5b472bd7ba47c18" diff --git a/integrations/wiz/pyproject.toml b/integrations/wiz/pyproject.toml index 8c8996676b..dd0ad5274f 100644 --- a/integrations/wiz/pyproject.toml +++ b/integrations/wiz/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "wiz" -version = "0.1.20" +version = "0.1.21" description = "Wiz Port integration in Ocean" authors = ["Albert Luganga "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.5.20", extras = ["cli"]} +port_ocean = {version = "^0.5.21", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2"