From 431b9e28d663cc64145b76fbba73ac0a4a51d5c7 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 2 Jan 2025 14:58:11 +0000 Subject: [PATCH 01/29] Bumped ocean version to ^0.17.3 for argocd --- integrations/argocd/CHANGELOG.md | 8 ++++++++ integrations/argocd/poetry.lock | 6 +++--- integrations/argocd/pyproject.toml | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/integrations/argocd/CHANGELOG.md b/integrations/argocd/CHANGELOG.md index c5ceda0809..79aea4b4fe 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.118 (2025-01-02) + + +### Improvements + +- Bumped ocean version to ^0.17.3 + + ## 0.1.117 (2025-01-02) diff --git a/integrations/argocd/poetry.lock b/integrations/argocd/poetry.lock index a95659c302..e75b02c6bf 100644 --- a/integrations/argocd/poetry.lock +++ b/integrations/argocd/poetry.lock @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.17.3" +version = "0.17.4" 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.17.3-py3-none-any.whl", hash = "sha256:441b10f9eeda97c998619a9acb5b6786adc6ac47945c308448020de08e58d5a2"}, - {file = "port_ocean-0.17.3.tar.gz", hash = "sha256:fb6e917d70ef8bcf37c47b260e34508ab98a072d53908017fee22ea3c07b9f18"}, + {file = "port_ocean-0.17.4-py3-none-any.whl", hash = "sha256:91bd31f32386a22d838831bf13b284fd7d58566e962380bc7535c823a3009c77"}, + {file = "port_ocean-0.17.4.tar.gz", hash = "sha256:e5c7d450c72782f0b5ef312b86ea18a3d6cb22178068750bc9138619eae161f4"}, ] [package.dependencies] diff --git a/integrations/argocd/pyproject.toml b/integrations/argocd/pyproject.toml index c32b7a53df..b3a6292f92 100644 --- a/integrations/argocd/pyproject.toml +++ b/integrations/argocd/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "argocd" -version = "0.1.117" +version = "0.1.118" description = "Argo CD integration powered by Ocean" authors = ["Isaac Coffie "] From 2259c6ef262839a6cd98676f5fab371eb71ef2c8 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 2 Jan 2025 14:58:24 +0000 Subject: [PATCH 02/29] Bumped ocean version to ^0.17.3 for aws --- integrations/aws/CHANGELOG.md | 8 ++++++++ integrations/aws/poetry.lock | 6 +++--- integrations/aws/pyproject.toml | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/integrations/aws/CHANGELOG.md b/integrations/aws/CHANGELOG.md index 4f4dd2555f..5e2e207117 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.78 (2025-01-02) + + +### Improvements + +- Bumped ocean version to ^0.17.3 + + ## 0.2.77 (2025-01-02) diff --git a/integrations/aws/poetry.lock b/integrations/aws/poetry.lock index b7381f4080..fe29097159 100644 --- a/integrations/aws/poetry.lock +++ b/integrations/aws/poetry.lock @@ -2270,13 +2270,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.17.3" +version = "0.17.4" 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.17.3-py3-none-any.whl", hash = "sha256:441b10f9eeda97c998619a9acb5b6786adc6ac47945c308448020de08e58d5a2"}, - {file = "port_ocean-0.17.3.tar.gz", hash = "sha256:fb6e917d70ef8bcf37c47b260e34508ab98a072d53908017fee22ea3c07b9f18"}, + {file = "port_ocean-0.17.4-py3-none-any.whl", hash = "sha256:91bd31f32386a22d838831bf13b284fd7d58566e962380bc7535c823a3009c77"}, + {file = "port_ocean-0.17.4.tar.gz", hash = "sha256:e5c7d450c72782f0b5ef312b86ea18a3d6cb22178068750bc9138619eae161f4"}, ] [package.dependencies] diff --git a/integrations/aws/pyproject.toml b/integrations/aws/pyproject.toml index 10b74f7978..fa7af629f3 100644 --- a/integrations/aws/pyproject.toml +++ b/integrations/aws/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aws" -version = "0.2.77" +version = "0.2.78" description = "This integration will map all your resources in all the available accounts to your Port entities" authors = ["Shalev Avhar ", "Erik Zaadi "] From 41d31e559d63698a27b8ef86f608b0d285a46083 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 2 Jan 2025 14:58:35 +0000 Subject: [PATCH 03/29] Bumped ocean version to ^0.17.3 for azure --- integrations/azure/CHANGELOG.md | 7 +++++++ integrations/azure/poetry.lock | 6 +++--- integrations/azure/pyproject.toml | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/integrations/azure/CHANGELOG.md b/integrations/azure/CHANGELOG.md index 1e35bcb2da..957a5c3123 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.122 (2025-01-02) + +### Improvements + +- Bumped ocean version to ^0.17.3 + + 0.1.121 (2025-01-02) ### Improvements diff --git a/integrations/azure/poetry.lock b/integrations/azure/poetry.lock index 2fe21451e7..290825d561 100644 --- a/integrations/azure/poetry.lock +++ b/integrations/azure/poetry.lock @@ -1589,13 +1589,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.17.3" +version = "0.17.4" 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.17.3-py3-none-any.whl", hash = "sha256:441b10f9eeda97c998619a9acb5b6786adc6ac47945c308448020de08e58d5a2"}, - {file = "port_ocean-0.17.3.tar.gz", hash = "sha256:fb6e917d70ef8bcf37c47b260e34508ab98a072d53908017fee22ea3c07b9f18"}, + {file = "port_ocean-0.17.4-py3-none-any.whl", hash = "sha256:91bd31f32386a22d838831bf13b284fd7d58566e962380bc7535c823a3009c77"}, + {file = "port_ocean-0.17.4.tar.gz", hash = "sha256:e5c7d450c72782f0b5ef312b86ea18a3d6cb22178068750bc9138619eae161f4"}, ] [package.dependencies] diff --git a/integrations/azure/pyproject.toml b/integrations/azure/pyproject.toml index 215b5b8616..1a9fb0c920 100644 --- a/integrations/azure/pyproject.toml +++ b/integrations/azure/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "azure" -version = "0.1.121" +version = "0.1.122" description = "Azure integration" authors = ["Tom Tankilevitch "] From d713a657065a94f4f273b9b9256a620214f63819 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 2 Jan 2025 14:58:45 +0000 Subject: [PATCH 04/29] Bumped ocean version to ^0.17.3 for azure-devops --- integrations/azure-devops/CHANGELOG.md | 8 ++++++++ integrations/azure-devops/poetry.lock | 6 +++--- integrations/azure-devops/pyproject.toml | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/integrations/azure-devops/CHANGELOG.md b/integrations/azure-devops/CHANGELOG.md index 1d9d47d756..579d9aa13a 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.102 (2025-01-02) + + +### Improvements + +- Bumped ocean version to ^0.17.3 + + ## 0.1.101 (2025-01-02) diff --git a/integrations/azure-devops/poetry.lock b/integrations/azure-devops/poetry.lock index 1326b067c4..de568372a4 100644 --- a/integrations/azure-devops/poetry.lock +++ b/integrations/azure-devops/poetry.lock @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.17.3" +version = "0.17.4" 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.17.3-py3-none-any.whl", hash = "sha256:441b10f9eeda97c998619a9acb5b6786adc6ac47945c308448020de08e58d5a2"}, - {file = "port_ocean-0.17.3.tar.gz", hash = "sha256:fb6e917d70ef8bcf37c47b260e34508ab98a072d53908017fee22ea3c07b9f18"}, + {file = "port_ocean-0.17.4-py3-none-any.whl", hash = "sha256:91bd31f32386a22d838831bf13b284fd7d58566e962380bc7535c823a3009c77"}, + {file = "port_ocean-0.17.4.tar.gz", hash = "sha256:e5c7d450c72782f0b5ef312b86ea18a3d6cb22178068750bc9138619eae161f4"}, ] [package.dependencies] diff --git a/integrations/azure-devops/pyproject.toml b/integrations/azure-devops/pyproject.toml index 7ee5422b1e..1761f873ce 100644 --- a/integrations/azure-devops/pyproject.toml +++ b/integrations/azure-devops/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "azure-devops" -version = "0.1.101" +version = "0.1.102" description = "An Azure Devops Ocean integration" authors = ["Matan Geva "] From f73857edbdc3962b6dbafbb6b6384e409c62a684 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 2 Jan 2025 14:58:54 +0000 Subject: [PATCH 05/29] Bumped ocean version to ^0.17.3 for backstage --- integrations/backstage/CHANGELOG.md | 8 ++++++++ integrations/backstage/poetry.lock | 6 +++--- integrations/backstage/pyproject.toml | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/integrations/backstage/CHANGELOG.md b/integrations/backstage/CHANGELOG.md index 7fbb3bae7e..644e3882ed 100644 --- a/integrations/backstage/CHANGELOG.md +++ b/integrations/backstage/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.1.25-beta (2025-01-02) + + +### Improvements + +- Bumped ocean version to ^0.17.3 + + ## 0.1.24-beta (2025-01-02) diff --git a/integrations/backstage/poetry.lock b/integrations/backstage/poetry.lock index 0777ee0b06..76d261c926 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.17.3" +version = "0.17.4" 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.17.3-py3-none-any.whl", hash = "sha256:441b10f9eeda97c998619a9acb5b6786adc6ac47945c308448020de08e58d5a2"}, - {file = "port_ocean-0.17.3.tar.gz", hash = "sha256:fb6e917d70ef8bcf37c47b260e34508ab98a072d53908017fee22ea3c07b9f18"}, + {file = "port_ocean-0.17.4-py3-none-any.whl", hash = "sha256:91bd31f32386a22d838831bf13b284fd7d58566e962380bc7535c823a3009c77"}, + {file = "port_ocean-0.17.4.tar.gz", hash = "sha256:e5c7d450c72782f0b5ef312b86ea18a3d6cb22178068750bc9138619eae161f4"}, ] [package.dependencies] diff --git a/integrations/backstage/pyproject.toml b/integrations/backstage/pyproject.toml index 3ec8f581a2..f8c9893cc7 100644 --- a/integrations/backstage/pyproject.toml +++ b/integrations/backstage/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "backstage" -version = "0.1.24-beta" +version = "0.1.25-beta" description = "Importing resources from Backstage IDP" authors = ["Roi Talpaz "] From f74b7e4dd4c3bd3c6a30874977862f6c4a202711 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 2 Jan 2025 14:59:04 +0000 Subject: [PATCH 06/29] Bumped ocean version to ^0.17.3 for datadog --- integrations/datadog/CHANGELOG.md | 9 +++++++++ integrations/datadog/poetry.lock | 6 +++--- integrations/datadog/pyproject.toml | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/integrations/datadog/CHANGELOG.md b/integrations/datadog/CHANGELOG.md index 5232645962..bbed4a1229 100644 --- a/integrations/datadog/CHANGELOG.md +++ b/integrations/datadog/CHANGELOG.md @@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## 0.2.3 (2025-01-02) + + +### Improvements + +- Bumped ocean version to ^0.17.3 + + ## 0.2.2 (2025-01-02) diff --git a/integrations/datadog/poetry.lock b/integrations/datadog/poetry.lock index ab3989aa5f..b990d96538 100644 --- a/integrations/datadog/poetry.lock +++ b/integrations/datadog/poetry.lock @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.17.3" +version = "0.17.4" 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.17.3-py3-none-any.whl", hash = "sha256:441b10f9eeda97c998619a9acb5b6786adc6ac47945c308448020de08e58d5a2"}, - {file = "port_ocean-0.17.3.tar.gz", hash = "sha256:fb6e917d70ef8bcf37c47b260e34508ab98a072d53908017fee22ea3c07b9f18"}, + {file = "port_ocean-0.17.4-py3-none-any.whl", hash = "sha256:91bd31f32386a22d838831bf13b284fd7d58566e962380bc7535c823a3009c77"}, + {file = "port_ocean-0.17.4.tar.gz", hash = "sha256:e5c7d450c72782f0b5ef312b86ea18a3d6cb22178068750bc9138619eae161f4"}, ] [package.dependencies] diff --git a/integrations/datadog/pyproject.toml b/integrations/datadog/pyproject.toml index 134c3a174b..27ee4fe9c2 100644 --- a/integrations/datadog/pyproject.toml +++ b/integrations/datadog/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "datadog" -version = "0.2.2" +version = "0.2.3" description = "Datadog Ocean Integration" authors = ["Albert Luganga "] From 00dc56bda2032bed701c3a19abdfe220dd45369e Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 2 Jan 2025 14:59:13 +0000 Subject: [PATCH 07/29] Bumped ocean version to ^0.17.3 for dynatrace --- integrations/dynatrace/CHANGELOG.md | 8 ++++++++ integrations/dynatrace/poetry.lock | 6 +++--- integrations/dynatrace/pyproject.toml | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/integrations/dynatrace/CHANGELOG.md b/integrations/dynatrace/CHANGELOG.md index 4749ccebf8..27de9c9d33 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.83 (2025-01-02) + + +### Improvements + +- Bumped ocean version to ^0.17.3 + + ## 0.1.82 (2025-01-02) diff --git a/integrations/dynatrace/poetry.lock b/integrations/dynatrace/poetry.lock index a95659c302..e75b02c6bf 100644 --- a/integrations/dynatrace/poetry.lock +++ b/integrations/dynatrace/poetry.lock @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.17.3" +version = "0.17.4" 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.17.3-py3-none-any.whl", hash = "sha256:441b10f9eeda97c998619a9acb5b6786adc6ac47945c308448020de08e58d5a2"}, - {file = "port_ocean-0.17.3.tar.gz", hash = "sha256:fb6e917d70ef8bcf37c47b260e34508ab98a072d53908017fee22ea3c07b9f18"}, + {file = "port_ocean-0.17.4-py3-none-any.whl", hash = "sha256:91bd31f32386a22d838831bf13b284fd7d58566e962380bc7535c823a3009c77"}, + {file = "port_ocean-0.17.4.tar.gz", hash = "sha256:e5c7d450c72782f0b5ef312b86ea18a3d6cb22178068750bc9138619eae161f4"}, ] [package.dependencies] diff --git a/integrations/dynatrace/pyproject.toml b/integrations/dynatrace/pyproject.toml index e5bc638a9f..172c997861 100644 --- a/integrations/dynatrace/pyproject.toml +++ b/integrations/dynatrace/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dynatrace" -version = "0.1.82" +version = "0.1.83" description = "An integration used to import Dynatrace resources into Port" authors = ["Ayodeji Adeoti <>"] From 899ab004002c08cefe5460a3ee35dd178704031b Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 2 Jan 2025 14:59:22 +0000 Subject: [PATCH 08/29] Bumped ocean version to ^0.17.3 for fake-integration --- integrations/fake-integration/CHANGELOG.md | 8 ++++++++ integrations/fake-integration/poetry.lock | 6 +++--- integrations/fake-integration/pyproject.toml | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/integrations/fake-integration/CHANGELOG.md b/integrations/fake-integration/CHANGELOG.md index 97194b89c6..4db406064c 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.34-dev (2025-01-02) + + +### Improvements + +- Bumped ocean version to ^0.17.3 + + ## 0.1.33-dev (2025-01-02) diff --git a/integrations/fake-integration/poetry.lock b/integrations/fake-integration/poetry.lock index 5b12adc673..e92cf8420c 100644 --- a/integrations/fake-integration/poetry.lock +++ b/integrations/fake-integration/poetry.lock @@ -1168,13 +1168,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.17.3" +version = "0.17.4" 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.17.3-py3-none-any.whl", hash = "sha256:441b10f9eeda97c998619a9acb5b6786adc6ac47945c308448020de08e58d5a2"}, - {file = "port_ocean-0.17.3.tar.gz", hash = "sha256:fb6e917d70ef8bcf37c47b260e34508ab98a072d53908017fee22ea3c07b9f18"}, + {file = "port_ocean-0.17.4-py3-none-any.whl", hash = "sha256:91bd31f32386a22d838831bf13b284fd7d58566e962380bc7535c823a3009c77"}, + {file = "port_ocean-0.17.4.tar.gz", hash = "sha256:e5c7d450c72782f0b5ef312b86ea18a3d6cb22178068750bc9138619eae161f4"}, ] [package.dependencies] diff --git a/integrations/fake-integration/pyproject.toml b/integrations/fake-integration/pyproject.toml index 0fe0ba2d46..e51e64ddec 100644 --- a/integrations/fake-integration/pyproject.toml +++ b/integrations/fake-integration/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fake-integration" -version = "0.1.33-dev" +version = "0.1.34-dev" description = "A useless fake integration that helps us test the Ocean Core" authors = ["Erik Zaadi "] From 70b5e838ddc7d8cde27ca30b5a6acf42d0cc8658 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 2 Jan 2025 14:59:31 +0000 Subject: [PATCH 09/29] Bumped ocean version to ^0.17.3 for firehydrant --- integrations/firehydrant/CHANGELOG.md | 8 ++++++++ integrations/firehydrant/poetry.lock | 6 +++--- integrations/firehydrant/pyproject.toml | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/integrations/firehydrant/CHANGELOG.md b/integrations/firehydrant/CHANGELOG.md index 4e3d7458a2..cb19e6718f 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.105 (2025-01-02) + + +### Improvements + +- Bumped ocean version to ^0.17.3 + + ## 0.1.104 (2025-01-02) diff --git a/integrations/firehydrant/poetry.lock b/integrations/firehydrant/poetry.lock index a95659c302..e75b02c6bf 100644 --- a/integrations/firehydrant/poetry.lock +++ b/integrations/firehydrant/poetry.lock @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.17.3" +version = "0.17.4" 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.17.3-py3-none-any.whl", hash = "sha256:441b10f9eeda97c998619a9acb5b6786adc6ac47945c308448020de08e58d5a2"}, - {file = "port_ocean-0.17.3.tar.gz", hash = "sha256:fb6e917d70ef8bcf37c47b260e34508ab98a072d53908017fee22ea3c07b9f18"}, + {file = "port_ocean-0.17.4-py3-none-any.whl", hash = "sha256:91bd31f32386a22d838831bf13b284fd7d58566e962380bc7535c823a3009c77"}, + {file = "port_ocean-0.17.4.tar.gz", hash = "sha256:e5c7d450c72782f0b5ef312b86ea18a3d6cb22178068750bc9138619eae161f4"}, ] [package.dependencies] diff --git a/integrations/firehydrant/pyproject.toml b/integrations/firehydrant/pyproject.toml index e0c9afa4fb..5138a43e8b 100644 --- a/integrations/firehydrant/pyproject.toml +++ b/integrations/firehydrant/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "firehydrant" -version = "0.1.104" +version = "0.1.105" description = "FireHydrant Integration Powered by Ocean" authors = ["Isaac Coffie "] From c7d69df7c2d34b6818af8df745224fc9fc2d4636 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 2 Jan 2025 14:59:46 +0000 Subject: [PATCH 10/29] Bumped ocean version to ^0.17.3 for gcp --- integrations/gcp/CHANGELOG.md | 8 ++++++++ integrations/gcp/poetry.lock | 6 +++--- integrations/gcp/pyproject.toml | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/integrations/gcp/CHANGELOG.md b/integrations/gcp/CHANGELOG.md index 8e884b552f..871c4388dd 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.87 (2025-01-02) + + +### Improvements + +- Bumped ocean version to ^0.17.3 + + ## 0.1.86 (2025-01-02) diff --git a/integrations/gcp/poetry.lock b/integrations/gcp/poetry.lock index 4fc7dfde8e..d8852f3a5f 100644 --- a/integrations/gcp/poetry.lock +++ b/integrations/gcp/poetry.lock @@ -1460,13 +1460,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.17.3" +version = "0.17.4" 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.17.3-py3-none-any.whl", hash = "sha256:441b10f9eeda97c998619a9acb5b6786adc6ac47945c308448020de08e58d5a2"}, - {file = "port_ocean-0.17.3.tar.gz", hash = "sha256:fb6e917d70ef8bcf37c47b260e34508ab98a072d53908017fee22ea3c07b9f18"}, + {file = "port_ocean-0.17.4-py3-none-any.whl", hash = "sha256:91bd31f32386a22d838831bf13b284fd7d58566e962380bc7535c823a3009c77"}, + {file = "port_ocean-0.17.4.tar.gz", hash = "sha256:e5c7d450c72782f0b5ef312b86ea18a3d6cb22178068750bc9138619eae161f4"}, ] [package.dependencies] diff --git a/integrations/gcp/pyproject.toml b/integrations/gcp/pyproject.toml index db208748b7..19eb92df95 100644 --- a/integrations/gcp/pyproject.toml +++ b/integrations/gcp/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gcp" -version = "0.1.86" +version = "0.1.87" description = "A GCP ocean integration" authors = ["Matan Geva "] From c5ded9fb12c18f96945d18e4f46723813d846fc1 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 2 Jan 2025 14:59:56 +0000 Subject: [PATCH 11/29] Bumped ocean version to ^0.17.3 for gitlab --- integrations/gitlab/CHANGELOG.md | 8 ++++++++ integrations/gitlab/poetry.lock | 6 +++--- integrations/gitlab/pyproject.toml | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/integrations/gitlab/CHANGELOG.md b/integrations/gitlab/CHANGELOG.md index f552292693..1ca39debec 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.14 (2025-01-02) +=================== + +### Improvements + +- Bumped ocean version to ^0.17.3 + + 0.2.13 (2025-01-02) =================== diff --git a/integrations/gitlab/poetry.lock b/integrations/gitlab/poetry.lock index e798228082..37c846bb8a 100644 --- a/integrations/gitlab/poetry.lock +++ b/integrations/gitlab/poetry.lock @@ -1128,13 +1128,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.17.3" +version = "0.17.4" 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.17.3-py3-none-any.whl", hash = "sha256:441b10f9eeda97c998619a9acb5b6786adc6ac47945c308448020de08e58d5a2"}, - {file = "port_ocean-0.17.3.tar.gz", hash = "sha256:fb6e917d70ef8bcf37c47b260e34508ab98a072d53908017fee22ea3c07b9f18"}, + {file = "port_ocean-0.17.4-py3-none-any.whl", hash = "sha256:91bd31f32386a22d838831bf13b284fd7d58566e962380bc7535c823a3009c77"}, + {file = "port_ocean-0.17.4.tar.gz", hash = "sha256:e5c7d450c72782f0b5ef312b86ea18a3d6cb22178068750bc9138619eae161f4"}, ] [package.dependencies] diff --git a/integrations/gitlab/pyproject.toml b/integrations/gitlab/pyproject.toml index 72e08dc2ce..3f02fb2344 100644 --- a/integrations/gitlab/pyproject.toml +++ b/integrations/gitlab/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gitlab" -version = "0.2.13" +version = "0.2.14" description = "Gitlab integration for Port using Port-Ocean Framework" authors = ["Yair Siman-Tov "] From b4a0e4dac22f1bcddea3d86a0dfcf43bbc888459 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 2 Jan 2025 15:00:06 +0000 Subject: [PATCH 12/29] Bumped ocean version to ^0.17.3 for jenkins --- integrations/jenkins/CHANGELOG.md | 8 ++++++++ integrations/jenkins/poetry.lock | 6 +++--- integrations/jenkins/pyproject.toml | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/integrations/jenkins/CHANGELOG.md b/integrations/jenkins/CHANGELOG.md index eb08088db7..b64a91b0e9 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.88 (2025-01-02) + + +### Improvements + +- Bumped ocean version to ^0.17.3 + + ## 0.1.87 (2025-01-02) diff --git a/integrations/jenkins/poetry.lock b/integrations/jenkins/poetry.lock index 41502db258..52030077d1 100644 --- a/integrations/jenkins/poetry.lock +++ b/integrations/jenkins/poetry.lock @@ -1052,13 +1052,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.17.3" +version = "0.17.4" 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.17.3-py3-none-any.whl", hash = "sha256:441b10f9eeda97c998619a9acb5b6786adc6ac47945c308448020de08e58d5a2"}, - {file = "port_ocean-0.17.3.tar.gz", hash = "sha256:fb6e917d70ef8bcf37c47b260e34508ab98a072d53908017fee22ea3c07b9f18"}, + {file = "port_ocean-0.17.4-py3-none-any.whl", hash = "sha256:91bd31f32386a22d838831bf13b284fd7d58566e962380bc7535c823a3009c77"}, + {file = "port_ocean-0.17.4.tar.gz", hash = "sha256:e5c7d450c72782f0b5ef312b86ea18a3d6cb22178068750bc9138619eae161f4"}, ] [package.dependencies] diff --git a/integrations/jenkins/pyproject.toml b/integrations/jenkins/pyproject.toml index c074a09b8b..4e95ac1247 100644 --- a/integrations/jenkins/pyproject.toml +++ b/integrations/jenkins/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jenkins" -version = "0.1.87" +version = "0.1.88" description = "Jenkins Integration to Port Ocean" authors = ["Albert Luganga "] From 29b2a35be3baa19aa0be9e7f17053fa8c6a7ca6f Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 2 Jan 2025 15:00:16 +0000 Subject: [PATCH 13/29] Bumped ocean version to ^0.17.3 for jira --- integrations/jira/CHANGELOG.md | 8 ++++++++ integrations/jira/poetry.lock | 6 +++--- integrations/jira/pyproject.toml | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/integrations/jira/CHANGELOG.md b/integrations/jira/CHANGELOG.md index 108b475819..855fc553ac 100644 --- a/integrations/jira/CHANGELOG.md +++ b/integrations/jira/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## 0.2.14 (2025-01-02) + + +### Improvements + +- Bumped ocean version to ^0.17.3 + + ## 0.2.13 (2025-01-02) diff --git a/integrations/jira/poetry.lock b/integrations/jira/poetry.lock index 3424d41f94..31bc3493ec 100644 --- a/integrations/jira/poetry.lock +++ b/integrations/jira/poetry.lock @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.17.3" +version = "0.17.4" 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.17.3-py3-none-any.whl", hash = "sha256:441b10f9eeda97c998619a9acb5b6786adc6ac47945c308448020de08e58d5a2"}, - {file = "port_ocean-0.17.3.tar.gz", hash = "sha256:fb6e917d70ef8bcf37c47b260e34508ab98a072d53908017fee22ea3c07b9f18"}, + {file = "port_ocean-0.17.4-py3-none-any.whl", hash = "sha256:91bd31f32386a22d838831bf13b284fd7d58566e962380bc7535c823a3009c77"}, + {file = "port_ocean-0.17.4.tar.gz", hash = "sha256:e5c7d450c72782f0b5ef312b86ea18a3d6cb22178068750bc9138619eae161f4"}, ] [package.dependencies] diff --git a/integrations/jira/pyproject.toml b/integrations/jira/pyproject.toml index dec2cdf4f7..b95eecb0c1 100644 --- a/integrations/jira/pyproject.toml +++ b/integrations/jira/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jira" -version = "0.2.13" +version = "0.2.14" description = "Integration to bring information from Jira into Port" authors = ["Mor Paz "] From 915634b8a54802a5b0cd68fba0836c2b2f862857 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 2 Jan 2025 15:00:25 +0000 Subject: [PATCH 14/29] Bumped ocean version to ^0.17.3 for kafka --- integrations/kafka/CHANGELOG.md | 8 ++++++++ integrations/kafka/poetry.lock | 6 +++--- integrations/kafka/pyproject.toml | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/integrations/kafka/CHANGELOG.md b/integrations/kafka/CHANGELOG.md index 9a687ea4bb..da250573eb 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.104 (2025-01-02) + + +### Improvements + +- Bumped ocean version to ^0.17.3 + + ## 0.1.103 (2025-01-02) diff --git a/integrations/kafka/poetry.lock b/integrations/kafka/poetry.lock index 4c72365b7a..54194cb650 100644 --- a/integrations/kafka/poetry.lock +++ b/integrations/kafka/poetry.lock @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.17.3" +version = "0.17.4" 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.17.3-py3-none-any.whl", hash = "sha256:441b10f9eeda97c998619a9acb5b6786adc6ac47945c308448020de08e58d5a2"}, - {file = "port_ocean-0.17.3.tar.gz", hash = "sha256:fb6e917d70ef8bcf37c47b260e34508ab98a072d53908017fee22ea3c07b9f18"}, + {file = "port_ocean-0.17.4-py3-none-any.whl", hash = "sha256:91bd31f32386a22d838831bf13b284fd7d58566e962380bc7535c823a3009c77"}, + {file = "port_ocean-0.17.4.tar.gz", hash = "sha256:e5c7d450c72782f0b5ef312b86ea18a3d6cb22178068750bc9138619eae161f4"}, ] [package.dependencies] diff --git a/integrations/kafka/pyproject.toml b/integrations/kafka/pyproject.toml index 5509e4dcc9..1576815138 100644 --- a/integrations/kafka/pyproject.toml +++ b/integrations/kafka/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kafka" -version = "0.1.103" +version = "0.1.104" 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 "] From 4643f092dd6ab8287316e9130cb9e64f1126ffb5 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 2 Jan 2025 15:00:34 +0000 Subject: [PATCH 15/29] Bumped ocean version to ^0.17.3 for kubecost --- integrations/kubecost/CHANGELOG.md | 8 ++++++++ integrations/kubecost/poetry.lock | 6 +++--- integrations/kubecost/pyproject.toml | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/integrations/kubecost/CHANGELOG.md b/integrations/kubecost/CHANGELOG.md index aa94768307..1ca7080a84 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.109 (2025-01-02) + + +### Improvements + +- Bumped ocean version to ^0.17.3 + + ## 0.1.108 (2025-01-02) diff --git a/integrations/kubecost/poetry.lock b/integrations/kubecost/poetry.lock index a95659c302..e75b02c6bf 100644 --- a/integrations/kubecost/poetry.lock +++ b/integrations/kubecost/poetry.lock @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.17.3" +version = "0.17.4" 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.17.3-py3-none-any.whl", hash = "sha256:441b10f9eeda97c998619a9acb5b6786adc6ac47945c308448020de08e58d5a2"}, - {file = "port_ocean-0.17.3.tar.gz", hash = "sha256:fb6e917d70ef8bcf37c47b260e34508ab98a072d53908017fee22ea3c07b9f18"}, + {file = "port_ocean-0.17.4-py3-none-any.whl", hash = "sha256:91bd31f32386a22d838831bf13b284fd7d58566e962380bc7535c823a3009c77"}, + {file = "port_ocean-0.17.4.tar.gz", hash = "sha256:e5c7d450c72782f0b5ef312b86ea18a3d6cb22178068750bc9138619eae161f4"}, ] [package.dependencies] diff --git a/integrations/kubecost/pyproject.toml b/integrations/kubecost/pyproject.toml index 09a0ea7a8c..88f23c8299 100644 --- a/integrations/kubecost/pyproject.toml +++ b/integrations/kubecost/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kubecost" -version = "0.1.108" +version = "0.1.109" description = "Kubecost integration powered by Ocean" authors = ["Isaac Coffie "] From aa6e7b3934a0c8bb9e2db52b8d9f686ba0994fdb Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 2 Jan 2025 15:00:44 +0000 Subject: [PATCH 16/29] Bumped ocean version to ^0.17.3 for launchdarkly --- integrations/launchdarkly/CHANGELOG.md | 8 ++++++++ integrations/launchdarkly/poetry.lock | 6 +++--- integrations/launchdarkly/pyproject.toml | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/integrations/launchdarkly/CHANGELOG.md b/integrations/launchdarkly/CHANGELOG.md index 91e802ab1a..bb235b22f7 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.81 (2025-01-02) + + +### Improvements + +- Bumped ocean version to ^0.17.3 + + ## 0.1.80 (2025-01-02) diff --git a/integrations/launchdarkly/poetry.lock b/integrations/launchdarkly/poetry.lock index a95659c302..e75b02c6bf 100644 --- a/integrations/launchdarkly/poetry.lock +++ b/integrations/launchdarkly/poetry.lock @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.17.3" +version = "0.17.4" 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.17.3-py3-none-any.whl", hash = "sha256:441b10f9eeda97c998619a9acb5b6786adc6ac47945c308448020de08e58d5a2"}, - {file = "port_ocean-0.17.3.tar.gz", hash = "sha256:fb6e917d70ef8bcf37c47b260e34508ab98a072d53908017fee22ea3c07b9f18"}, + {file = "port_ocean-0.17.4-py3-none-any.whl", hash = "sha256:91bd31f32386a22d838831bf13b284fd7d58566e962380bc7535c823a3009c77"}, + {file = "port_ocean-0.17.4.tar.gz", hash = "sha256:e5c7d450c72782f0b5ef312b86ea18a3d6cb22178068750bc9138619eae161f4"}, ] [package.dependencies] diff --git a/integrations/launchdarkly/pyproject.toml b/integrations/launchdarkly/pyproject.toml index ec2d7345d6..a82c379620 100644 --- a/integrations/launchdarkly/pyproject.toml +++ b/integrations/launchdarkly/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "launchdarkly" -version = "0.1.80" +version = "0.1.81" description = "LaunchDarkly integration for Port" authors = ["Michael Armah "] From fc59ce4fa65120a0ce551626508d88d0c4ef8813 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 2 Jan 2025 15:00:54 +0000 Subject: [PATCH 17/29] Bumped ocean version to ^0.17.3 for linear --- integrations/linear/CHANGELOG.md | 8 ++++++++ integrations/linear/poetry.lock | 6 +++--- integrations/linear/pyproject.toml | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/integrations/linear/CHANGELOG.md b/integrations/linear/CHANGELOG.md index 2356f1dbdf..a6791bb259 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.67 (2025-01-02) + + +### Improvements + +- Bumped ocean version to ^0.17.3 + + ## 0.1.66 (2025-01-02) diff --git a/integrations/linear/poetry.lock b/integrations/linear/poetry.lock index a95659c302..e75b02c6bf 100644 --- a/integrations/linear/poetry.lock +++ b/integrations/linear/poetry.lock @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.17.3" +version = "0.17.4" 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.17.3-py3-none-any.whl", hash = "sha256:441b10f9eeda97c998619a9acb5b6786adc6ac47945c308448020de08e58d5a2"}, - {file = "port_ocean-0.17.3.tar.gz", hash = "sha256:fb6e917d70ef8bcf37c47b260e34508ab98a072d53908017fee22ea3c07b9f18"}, + {file = "port_ocean-0.17.4-py3-none-any.whl", hash = "sha256:91bd31f32386a22d838831bf13b284fd7d58566e962380bc7535c823a3009c77"}, + {file = "port_ocean-0.17.4.tar.gz", hash = "sha256:e5c7d450c72782f0b5ef312b86ea18a3d6cb22178068750bc9138619eae161f4"}, ] [package.dependencies] diff --git a/integrations/linear/pyproject.toml b/integrations/linear/pyproject.toml index 6e53f67193..29f3d86c9e 100644 --- a/integrations/linear/pyproject.toml +++ b/integrations/linear/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "linear" -version = "0.1.66" +version = "0.1.67" description = "Integration to bring information from Linear into Port" authors = ["Mor Paz "] From eb1707fb8f92028d3faa0f0607f244c48200cc0e Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 2 Jan 2025 15:01:03 +0000 Subject: [PATCH 18/29] Bumped ocean version to ^0.17.3 for newrelic --- integrations/newrelic/CHANGELOG.md | 8 ++++++++ integrations/newrelic/poetry.lock | 6 +++--- integrations/newrelic/pyproject.toml | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/integrations/newrelic/CHANGELOG.md b/integrations/newrelic/CHANGELOG.md index 13e5ea0454..10796faeee 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.114 (2025-01-02) + + +### Improvements + +- Bumped ocean version to ^0.17.3 + + ## 0.1.113 (2025-01-02) diff --git a/integrations/newrelic/poetry.lock b/integrations/newrelic/poetry.lock index 3424d41f94..31bc3493ec 100644 --- a/integrations/newrelic/poetry.lock +++ b/integrations/newrelic/poetry.lock @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.17.3" +version = "0.17.4" 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.17.3-py3-none-any.whl", hash = "sha256:441b10f9eeda97c998619a9acb5b6786adc6ac47945c308448020de08e58d5a2"}, - {file = "port_ocean-0.17.3.tar.gz", hash = "sha256:fb6e917d70ef8bcf37c47b260e34508ab98a072d53908017fee22ea3c07b9f18"}, + {file = "port_ocean-0.17.4-py3-none-any.whl", hash = "sha256:91bd31f32386a22d838831bf13b284fd7d58566e962380bc7535c823a3009c77"}, + {file = "port_ocean-0.17.4.tar.gz", hash = "sha256:e5c7d450c72782f0b5ef312b86ea18a3d6cb22178068750bc9138619eae161f4"}, ] [package.dependencies] diff --git a/integrations/newrelic/pyproject.toml b/integrations/newrelic/pyproject.toml index b504da3f5d..a7d74089b8 100644 --- a/integrations/newrelic/pyproject.toml +++ b/integrations/newrelic/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "newrelic" -version = "0.1.113" +version = "0.1.114" description = "New Relic Integration" authors = ["Tom Tankilevitch "] From 69ec9b1a715fef67f92a594f27b06a69085c9aaf Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 2 Jan 2025 15:01:14 +0000 Subject: [PATCH 19/29] Bumped ocean version to ^0.17.3 for octopus --- integrations/octopus/CHANGELOG.md | 7 +++++++ integrations/octopus/poetry.lock | 6 +++--- integrations/octopus/pyproject.toml | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/integrations/octopus/CHANGELOG.md b/integrations/octopus/CHANGELOG.md index 4f5f22aea3..68d6603708 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.41 (2025-01-02) + +### Improvements + +- Bumped ocean version to ^0.17.3 + + # Port_Ocean 0.1.40 (2025-01-02) ### Improvements diff --git a/integrations/octopus/poetry.lock b/integrations/octopus/poetry.lock index a95659c302..e75b02c6bf 100644 --- a/integrations/octopus/poetry.lock +++ b/integrations/octopus/poetry.lock @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.17.3" +version = "0.17.4" 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.17.3-py3-none-any.whl", hash = "sha256:441b10f9eeda97c998619a9acb5b6786adc6ac47945c308448020de08e58d5a2"}, - {file = "port_ocean-0.17.3.tar.gz", hash = "sha256:fb6e917d70ef8bcf37c47b260e34508ab98a072d53908017fee22ea3c07b9f18"}, + {file = "port_ocean-0.17.4-py3-none-any.whl", hash = "sha256:91bd31f32386a22d838831bf13b284fd7d58566e962380bc7535c823a3009c77"}, + {file = "port_ocean-0.17.4.tar.gz", hash = "sha256:e5c7d450c72782f0b5ef312b86ea18a3d6cb22178068750bc9138619eae161f4"}, ] [package.dependencies] diff --git a/integrations/octopus/pyproject.toml b/integrations/octopus/pyproject.toml index 7d8faa066f..e913e50f99 100644 --- a/integrations/octopus/pyproject.toml +++ b/integrations/octopus/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "octopus" -version = "0.1.40" +version = "0.1.41" description = "This integration ingest data from octopus deploy" authors = ["Adebayo Iyanuoluwa "] From 9cc00839edc9937b5ffbd237de4241179619a754 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 2 Jan 2025 15:01:23 +0000 Subject: [PATCH 20/29] Bumped ocean version to ^0.17.3 for opencost --- integrations/opencost/CHANGELOG.md | 8 ++++++++ integrations/opencost/poetry.lock | 6 +++--- integrations/opencost/pyproject.toml | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/integrations/opencost/CHANGELOG.md b/integrations/opencost/CHANGELOG.md index 239235e702..9dbe79779e 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.107 (2025-01-02) + + +### Improvements + +- Bumped ocean version to ^0.17.3 + + ## 0.1.106 (2025-01-02) diff --git a/integrations/opencost/poetry.lock b/integrations/opencost/poetry.lock index a95659c302..e75b02c6bf 100644 --- a/integrations/opencost/poetry.lock +++ b/integrations/opencost/poetry.lock @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.17.3" +version = "0.17.4" 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.17.3-py3-none-any.whl", hash = "sha256:441b10f9eeda97c998619a9acb5b6786adc6ac47945c308448020de08e58d5a2"}, - {file = "port_ocean-0.17.3.tar.gz", hash = "sha256:fb6e917d70ef8bcf37c47b260e34508ab98a072d53908017fee22ea3c07b9f18"}, + {file = "port_ocean-0.17.4-py3-none-any.whl", hash = "sha256:91bd31f32386a22d838831bf13b284fd7d58566e962380bc7535c823a3009c77"}, + {file = "port_ocean-0.17.4.tar.gz", hash = "sha256:e5c7d450c72782f0b5ef312b86ea18a3d6cb22178068750bc9138619eae161f4"}, ] [package.dependencies] diff --git a/integrations/opencost/pyproject.toml b/integrations/opencost/pyproject.toml index 788d1822ab..874ae72cdd 100644 --- a/integrations/opencost/pyproject.toml +++ b/integrations/opencost/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "opencost" -version = "0.1.106" +version = "0.1.107" description = "Ocean integration for OpenCost" authors = ["Isaac Coffie "] From ff054a5e0bedb9af5b45d9f70d91d4ebb00fa375 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 2 Jan 2025 15:01:33 +0000 Subject: [PATCH 21/29] Bumped ocean version to ^0.17.3 for opsgenie --- integrations/opsgenie/CHANGELOG.md | 8 ++++++++ integrations/opsgenie/poetry.lock | 6 +++--- integrations/opsgenie/pyproject.toml | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/integrations/opsgenie/CHANGELOG.md b/integrations/opsgenie/CHANGELOG.md index cc5d0322dd..cca91217d8 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.32 (2025-01-02) + + +### Improvements + +- Bumped ocean version to ^0.17.3 + + ## 0.2.31 (2025-01-02) diff --git a/integrations/opsgenie/poetry.lock b/integrations/opsgenie/poetry.lock index a95659c302..e75b02c6bf 100644 --- a/integrations/opsgenie/poetry.lock +++ b/integrations/opsgenie/poetry.lock @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.17.3" +version = "0.17.4" 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.17.3-py3-none-any.whl", hash = "sha256:441b10f9eeda97c998619a9acb5b6786adc6ac47945c308448020de08e58d5a2"}, - {file = "port_ocean-0.17.3.tar.gz", hash = "sha256:fb6e917d70ef8bcf37c47b260e34508ab98a072d53908017fee22ea3c07b9f18"}, + {file = "port_ocean-0.17.4-py3-none-any.whl", hash = "sha256:91bd31f32386a22d838831bf13b284fd7d58566e962380bc7535c823a3009c77"}, + {file = "port_ocean-0.17.4.tar.gz", hash = "sha256:e5c7d450c72782f0b5ef312b86ea18a3d6cb22178068750bc9138619eae161f4"}, ] [package.dependencies] diff --git a/integrations/opsgenie/pyproject.toml b/integrations/opsgenie/pyproject.toml index cdc162d006..3a79eb332a 100644 --- a/integrations/opsgenie/pyproject.toml +++ b/integrations/opsgenie/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "opsgenie" -version = "0.2.31" +version = "0.2.32" description = "Ocean integration for Opsgenie" authors = ["Isaac Coffie "] From 5e116bd6e68ce1dff0b37c243bf9299d1d81c70e Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 2 Jan 2025 15:01:42 +0000 Subject: [PATCH 22/29] Bumped ocean version to ^0.17.3 for pagerduty --- integrations/pagerduty/CHANGELOG.md | 8 ++++++++ integrations/pagerduty/poetry.lock | 6 +++--- integrations/pagerduty/pyproject.toml | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/integrations/pagerduty/CHANGELOG.md b/integrations/pagerduty/CHANGELOG.md index 26a1423b70..05f584d094 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.4 (2025-01-02) + + +### Improvements + +- Bumped ocean version to ^0.17.3 + + ## 0.2.3 (2025-01-02) diff --git a/integrations/pagerduty/poetry.lock b/integrations/pagerduty/poetry.lock index 3424d41f94..31bc3493ec 100644 --- a/integrations/pagerduty/poetry.lock +++ b/integrations/pagerduty/poetry.lock @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.17.3" +version = "0.17.4" 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.17.3-py3-none-any.whl", hash = "sha256:441b10f9eeda97c998619a9acb5b6786adc6ac47945c308448020de08e58d5a2"}, - {file = "port_ocean-0.17.3.tar.gz", hash = "sha256:fb6e917d70ef8bcf37c47b260e34508ab98a072d53908017fee22ea3c07b9f18"}, + {file = "port_ocean-0.17.4-py3-none-any.whl", hash = "sha256:91bd31f32386a22d838831bf13b284fd7d58566e962380bc7535c823a3009c77"}, + {file = "port_ocean-0.17.4.tar.gz", hash = "sha256:e5c7d450c72782f0b5ef312b86ea18a3d6cb22178068750bc9138619eae161f4"}, ] [package.dependencies] diff --git a/integrations/pagerduty/pyproject.toml b/integrations/pagerduty/pyproject.toml index 7f9534288d..4025026b04 100644 --- a/integrations/pagerduty/pyproject.toml +++ b/integrations/pagerduty/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pagerduty" -version = "0.2.3" +version = "0.2.4" description = "PagerDuty Integration" authors = ["Port Team "] From d6def3babd2041f81bc312452a9201087175e962 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 2 Jan 2025 15:01:51 +0000 Subject: [PATCH 23/29] Bumped ocean version to ^0.17.3 for sentry --- integrations/sentry/CHANGELOG.md | 8 ++++++++ integrations/sentry/poetry.lock | 6 +++--- integrations/sentry/pyproject.toml | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/integrations/sentry/CHANGELOG.md b/integrations/sentry/CHANGELOG.md index 368167df97..6fb96d3abf 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.108 (2025-01-02) + + +### Improvements + +- Bumped ocean version to ^0.17.3 + + ## 0.1.107 (2025-01-02) diff --git a/integrations/sentry/poetry.lock b/integrations/sentry/poetry.lock index a95659c302..e75b02c6bf 100644 --- a/integrations/sentry/poetry.lock +++ b/integrations/sentry/poetry.lock @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.17.3" +version = "0.17.4" 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.17.3-py3-none-any.whl", hash = "sha256:441b10f9eeda97c998619a9acb5b6786adc6ac47945c308448020de08e58d5a2"}, - {file = "port_ocean-0.17.3.tar.gz", hash = "sha256:fb6e917d70ef8bcf37c47b260e34508ab98a072d53908017fee22ea3c07b9f18"}, + {file = "port_ocean-0.17.4-py3-none-any.whl", hash = "sha256:91bd31f32386a22d838831bf13b284fd7d58566e962380bc7535c823a3009c77"}, + {file = "port_ocean-0.17.4.tar.gz", hash = "sha256:e5c7d450c72782f0b5ef312b86ea18a3d6cb22178068750bc9138619eae161f4"}, ] [package.dependencies] diff --git a/integrations/sentry/pyproject.toml b/integrations/sentry/pyproject.toml index 2fbbf54c2b..730d7e0074 100644 --- a/integrations/sentry/pyproject.toml +++ b/integrations/sentry/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sentry" -version = "0.1.107" +version = "0.1.108" description = "Sentry Integration" authors = ["Dvir Segev ","Matan Geva "] From f770934260b32dfca495bb4593e812038bb5d814 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 2 Jan 2025 15:02:01 +0000 Subject: [PATCH 24/29] Bumped ocean version to ^0.17.3 for servicenow --- integrations/servicenow/CHANGELOG.md | 8 ++++++++ integrations/servicenow/poetry.lock | 6 +++--- integrations/servicenow/pyproject.toml | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/integrations/servicenow/CHANGELOG.md b/integrations/servicenow/CHANGELOG.md index 8ca51dc9fe..95dd4ddb0a 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.97 (2025-01-02) + + +### Improvements + +- Bumped ocean version to ^0.17.3 + + ## 0.1.96 (2025-01-02) diff --git a/integrations/servicenow/poetry.lock b/integrations/servicenow/poetry.lock index a95659c302..e75b02c6bf 100644 --- a/integrations/servicenow/poetry.lock +++ b/integrations/servicenow/poetry.lock @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.17.3" +version = "0.17.4" 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.17.3-py3-none-any.whl", hash = "sha256:441b10f9eeda97c998619a9acb5b6786adc6ac47945c308448020de08e58d5a2"}, - {file = "port_ocean-0.17.3.tar.gz", hash = "sha256:fb6e917d70ef8bcf37c47b260e34508ab98a072d53908017fee22ea3c07b9f18"}, + {file = "port_ocean-0.17.4-py3-none-any.whl", hash = "sha256:91bd31f32386a22d838831bf13b284fd7d58566e962380bc7535c823a3009c77"}, + {file = "port_ocean-0.17.4.tar.gz", hash = "sha256:e5c7d450c72782f0b5ef312b86ea18a3d6cb22178068750bc9138619eae161f4"}, ] [package.dependencies] diff --git a/integrations/servicenow/pyproject.toml b/integrations/servicenow/pyproject.toml index b420a1b256..357126c9b1 100644 --- a/integrations/servicenow/pyproject.toml +++ b/integrations/servicenow/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "servicenow" -version = "0.1.96" +version = "0.1.97" description = "ServiceNow Ocean Integration" authors = ["Isaac Coffie "] From c0d65e02266a863fed1f79ae26d86ab069869038 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 2 Jan 2025 15:02:10 +0000 Subject: [PATCH 25/29] Bumped ocean version to ^0.17.3 for snyk --- integrations/snyk/CHANGELOG.md | 8 ++++++++ integrations/snyk/poetry.lock | 6 +++--- integrations/snyk/pyproject.toml | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/integrations/snyk/CHANGELOG.md b/integrations/snyk/CHANGELOG.md index 3ace530192..ed493968de 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.120 (2025-01-02) + + +### Improvements + +- Bumped ocean version to ^0.17.3 + + ## 0.1.119 (2025-01-02) diff --git a/integrations/snyk/poetry.lock b/integrations/snyk/poetry.lock index 2f857bb9da..15905d37f6 100644 --- a/integrations/snyk/poetry.lock +++ b/integrations/snyk/poetry.lock @@ -1052,13 +1052,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.17.3" +version = "0.17.4" 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.17.3-py3-none-any.whl", hash = "sha256:441b10f9eeda97c998619a9acb5b6786adc6ac47945c308448020de08e58d5a2"}, - {file = "port_ocean-0.17.3.tar.gz", hash = "sha256:fb6e917d70ef8bcf37c47b260e34508ab98a072d53908017fee22ea3c07b9f18"}, + {file = "port_ocean-0.17.4-py3-none-any.whl", hash = "sha256:91bd31f32386a22d838831bf13b284fd7d58566e962380bc7535c823a3009c77"}, + {file = "port_ocean-0.17.4.tar.gz", hash = "sha256:e5c7d450c72782f0b5ef312b86ea18a3d6cb22178068750bc9138619eae161f4"}, ] [package.dependencies] diff --git a/integrations/snyk/pyproject.toml b/integrations/snyk/pyproject.toml index b6fda9c0b9..bf80e682a2 100644 --- a/integrations/snyk/pyproject.toml +++ b/integrations/snyk/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "snyk" -version = "0.1.119" +version = "0.1.120" description = "Snyk integration powered by Ocean" authors = ["Isaac Coffie "] From f1f3a4600edb4691d1b6335f7516a4d1e91e0d9f Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 2 Jan 2025 15:02:19 +0000 Subject: [PATCH 26/29] Bumped ocean version to ^0.17.3 for sonarqube --- integrations/sonarqube/CHANGELOG.md | 8 ++++++++ integrations/sonarqube/poetry.lock | 6 +++--- integrations/sonarqube/pyproject.toml | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/integrations/sonarqube/CHANGELOG.md b/integrations/sonarqube/CHANGELOG.md index e3545af178..9ee1dfae8b 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.129 (2025-01-02) + + +### Improvements + +- Bumped ocean version to ^0.17.3 + + ## 0.1.128 (2025-01-02) diff --git a/integrations/sonarqube/poetry.lock b/integrations/sonarqube/poetry.lock index 82ae363de8..a66c5ab589 100644 --- a/integrations/sonarqube/poetry.lock +++ b/integrations/sonarqube/poetry.lock @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.17.3" +version = "0.17.4" 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.17.3-py3-none-any.whl", hash = "sha256:441b10f9eeda97c998619a9acb5b6786adc6ac47945c308448020de08e58d5a2"}, - {file = "port_ocean-0.17.3.tar.gz", hash = "sha256:fb6e917d70ef8bcf37c47b260e34508ab98a072d53908017fee22ea3c07b9f18"}, + {file = "port_ocean-0.17.4-py3-none-any.whl", hash = "sha256:91bd31f32386a22d838831bf13b284fd7d58566e962380bc7535c823a3009c77"}, + {file = "port_ocean-0.17.4.tar.gz", hash = "sha256:e5c7d450c72782f0b5ef312b86ea18a3d6cb22178068750bc9138619eae161f4"}, ] [package.dependencies] diff --git a/integrations/sonarqube/pyproject.toml b/integrations/sonarqube/pyproject.toml index 586bfcced6..e1ffa13c4c 100644 --- a/integrations/sonarqube/pyproject.toml +++ b/integrations/sonarqube/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sonarqube" -version = "0.1.128" +version = "0.1.129" description = "SonarQube projects and code quality analysis integration" authors = ["Port Team "] From d3b466e028e3cdf1d9e00b4c7f1be729489897f6 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 2 Jan 2025 15:02:29 +0000 Subject: [PATCH 27/29] Bumped ocean version to ^0.17.3 for statuspage --- integrations/statuspage/CHANGELOG.md | 8 ++++++++ integrations/statuspage/poetry.lock | 6 +++--- integrations/statuspage/pyproject.toml | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/integrations/statuspage/CHANGELOG.md b/integrations/statuspage/CHANGELOG.md index bc43038078..eb3f3b2ed7 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.56 (2025-01-02) + + +### Improvements + +- Bumped ocean version to ^0.17.3 + + ## 0.1.55 (2025-01-02) diff --git a/integrations/statuspage/poetry.lock b/integrations/statuspage/poetry.lock index a95659c302..e75b02c6bf 100644 --- a/integrations/statuspage/poetry.lock +++ b/integrations/statuspage/poetry.lock @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.17.3" +version = "0.17.4" 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.17.3-py3-none-any.whl", hash = "sha256:441b10f9eeda97c998619a9acb5b6786adc6ac47945c308448020de08e58d5a2"}, - {file = "port_ocean-0.17.3.tar.gz", hash = "sha256:fb6e917d70ef8bcf37c47b260e34508ab98a072d53908017fee22ea3c07b9f18"}, + {file = "port_ocean-0.17.4-py3-none-any.whl", hash = "sha256:91bd31f32386a22d838831bf13b284fd7d58566e962380bc7535c823a3009c77"}, + {file = "port_ocean-0.17.4.tar.gz", hash = "sha256:e5c7d450c72782f0b5ef312b86ea18a3d6cb22178068750bc9138619eae161f4"}, ] [package.dependencies] diff --git a/integrations/statuspage/pyproject.toml b/integrations/statuspage/pyproject.toml index bd5c2442d6..6118c624ff 100644 --- a/integrations/statuspage/pyproject.toml +++ b/integrations/statuspage/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "statuspage" -version = "0.1.55" +version = "0.1.56" description = "Connect Statuspage to Ocean and automatically ingest incidents, updates, and impacted components for comprehensive monitoring" authors = ["Albert Luganga "] From 295cb73135f23154377f704d5e975763976b75e7 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 2 Jan 2025 15:02:38 +0000 Subject: [PATCH 28/29] Bumped ocean version to ^0.17.3 for terraform-cloud --- integrations/terraform-cloud/CHANGELOG.md | 8 ++++++++ integrations/terraform-cloud/poetry.lock | 6 +++--- integrations/terraform-cloud/pyproject.toml | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/integrations/terraform-cloud/CHANGELOG.md b/integrations/terraform-cloud/CHANGELOG.md index 989265e0e4..09eb6ad4f7 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.96 (2025-01-02) + + +### Improvements + +- Bumped ocean version to ^0.17.3 + + ## 0.1.95 (2025-01-02) diff --git a/integrations/terraform-cloud/poetry.lock b/integrations/terraform-cloud/poetry.lock index 2f857bb9da..15905d37f6 100644 --- a/integrations/terraform-cloud/poetry.lock +++ b/integrations/terraform-cloud/poetry.lock @@ -1052,13 +1052,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.17.3" +version = "0.17.4" 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.17.3-py3-none-any.whl", hash = "sha256:441b10f9eeda97c998619a9acb5b6786adc6ac47945c308448020de08e58d5a2"}, - {file = "port_ocean-0.17.3.tar.gz", hash = "sha256:fb6e917d70ef8bcf37c47b260e34508ab98a072d53908017fee22ea3c07b9f18"}, + {file = "port_ocean-0.17.4-py3-none-any.whl", hash = "sha256:91bd31f32386a22d838831bf13b284fd7d58566e962380bc7535c823a3009c77"}, + {file = "port_ocean-0.17.4.tar.gz", hash = "sha256:e5c7d450c72782f0b5ef312b86ea18a3d6cb22178068750bc9138619eae161f4"}, ] [package.dependencies] diff --git a/integrations/terraform-cloud/pyproject.toml b/integrations/terraform-cloud/pyproject.toml index 7e3e4a2477..dadd315496 100644 --- a/integrations/terraform-cloud/pyproject.toml +++ b/integrations/terraform-cloud/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "terraform-cloud" -version = "0.1.95" +version = "0.1.96" description = "Terraform Cloud Integration for Port" authors = ["Michael Armah "] From 14a0e11ab1efeb4015b2244c6fee29a26e7d4c45 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 2 Jan 2025 15:02:48 +0000 Subject: [PATCH 29/29] Bumped ocean version to ^0.17.3 for wiz --- integrations/wiz/CHANGELOG.md | 8 ++++++++ integrations/wiz/poetry.lock | 6 +++--- integrations/wiz/pyproject.toml | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/integrations/wiz/CHANGELOG.md b/integrations/wiz/CHANGELOG.md index dd0e64a2d3..b9a88b889e 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.88 (2025-01-02) + + +### Improvements + +- Bumped ocean version to ^0.17.3 + + ## 0.1.87 (2025-01-02) diff --git a/integrations/wiz/poetry.lock b/integrations/wiz/poetry.lock index a95659c302..e75b02c6bf 100644 --- a/integrations/wiz/poetry.lock +++ b/integrations/wiz/poetry.lock @@ -1041,13 +1041,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.17.3" +version = "0.17.4" 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.17.3-py3-none-any.whl", hash = "sha256:441b10f9eeda97c998619a9acb5b6786adc6ac47945c308448020de08e58d5a2"}, - {file = "port_ocean-0.17.3.tar.gz", hash = "sha256:fb6e917d70ef8bcf37c47b260e34508ab98a072d53908017fee22ea3c07b9f18"}, + {file = "port_ocean-0.17.4-py3-none-any.whl", hash = "sha256:91bd31f32386a22d838831bf13b284fd7d58566e962380bc7535c823a3009c77"}, + {file = "port_ocean-0.17.4.tar.gz", hash = "sha256:e5c7d450c72782f0b5ef312b86ea18a3d6cb22178068750bc9138619eae161f4"}, ] [package.dependencies] diff --git a/integrations/wiz/pyproject.toml b/integrations/wiz/pyproject.toml index f85ef4655a..7d21743b5a 100644 --- a/integrations/wiz/pyproject.toml +++ b/integrations/wiz/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wiz" -version = "0.1.87" +version = "0.1.88" description = "Wiz Port integration in Ocean" authors = ["Albert Luganga "]