diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d4745630a1..ea47a71ffa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -128,4 +128,5 @@ jobs: - name: Verify Built Image run: | - docker run --platform ${{ matrix.platform }} --rm --entrypoint bash ${{ steps.prepare_tags.outputs.tags }} -c 'ocean version' + SINGLE_TAG=$(echo "${{ steps.prepare_tags.outputs.tags }}" | awk -F ',' '{print $1};' ) + docker run --platform ${{ matrix.platform }} --rm --entrypoint bash "${SINGLE_TAG}" -c 'ocean version' diff --git a/integrations/argocd/CHANGELOG.md b/integrations/argocd/CHANGELOG.md index 5d5e8400b8..aa0c815da6 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.92 (2024-10-09) + + +### Improvements + +- Bumped ocean version to ^0.12.3 + + ## 0.1.91 (2024-10-08) diff --git a/integrations/argocd/poetry.lock b/integrations/argocd/poetry.lock index c6d524e17b..a3708a8390 100644 --- a/integrations/argocd/poetry.lock +++ b/integrations/argocd/poetry.lock @@ -989,13 +989,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.12.2" +version = "0.12.3" 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.12.2-py3-none-any.whl", hash = "sha256:81cb8b8c1494c6282bf1abd0c4dcf83188c64d5929adf5b93336c85bdd7896a9"}, - {file = "port_ocean-0.12.2.tar.gz", hash = "sha256:ea717d3eb8ee983644af6b8aaf623c3cd968ec44d292f20f8d13822724a5c8d3"}, + {file = "port_ocean-0.12.3-py3-none-any.whl", hash = "sha256:55aebee1ae935dc421d3101c6ca78e72478bfd583138e0c6a4c0787a7baecd3a"}, + {file = "port_ocean-0.12.3.tar.gz", hash = "sha256:be1aa43edabcc95414bcf3a5af953c138d422224de81fe849313372636da691b"}, ] [package.dependencies] @@ -1883,4 +1883,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "a4c59f3bfb72b3c41a1437d6a757db8cc4795fd72203b18e28b48093140bce21" +content-hash = "acb5c79b85b0bf9fbaa4b06734ef5e49d19e65ac16fa10857e18441c39a0ea58" diff --git a/integrations/argocd/pyproject.toml b/integrations/argocd/pyproject.toml index 455077a70b..e375532cae 100644 --- a/integrations/argocd/pyproject.toml +++ b/integrations/argocd/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "argocd" -version = "0.1.91" +version = "0.1.92" description = "Argo CD integration powered by Ocean" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.12.2", extras = ["cli"]} +port_ocean = {version = "^0.12.3", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # Uncomment this if you want to debug the ocean core together with your integration diff --git a/integrations/aws/CHANGELOG.md b/integrations/aws/CHANGELOG.md index 840057cb1c..52e68f2a1a 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.47 (2024-10-09) + + +### Improvements + +- Bumped ocean version to ^0.12.3 + + ## 0.2.46 (2024-10-08) diff --git a/integrations/aws/poetry.lock b/integrations/aws/poetry.lock index fe05539167..5d95868c66 100644 --- a/integrations/aws/poetry.lock +++ b/integrations/aws/poetry.lock @@ -2308,13 +2308,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.12.2" +version = "0.12.3" 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.12.2-py3-none-any.whl", hash = "sha256:81cb8b8c1494c6282bf1abd0c4dcf83188c64d5929adf5b93336c85bdd7896a9"}, - {file = "port_ocean-0.12.2.tar.gz", hash = "sha256:ea717d3eb8ee983644af6b8aaf623c3cd968ec44d292f20f8d13822724a5c8d3"}, + {file = "port_ocean-0.12.3-py3-none-any.whl", hash = "sha256:55aebee1ae935dc421d3101c6ca78e72478bfd583138e0c6a4c0787a7baecd3a"}, + {file = "port_ocean-0.12.3.tar.gz", hash = "sha256:be1aa43edabcc95414bcf3a5af953c138d422224de81fe849313372636da691b"}, ] [package.dependencies] @@ -4246,4 +4246,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "2d7eab19dd9b6de5f2a86956c22c92a9321d4a35a5cd80d2dd56fa90b3c61260" +content-hash = "db1bb1855e4e0f8cd094671da2ab2e39c8a73cae0447b422430aac35c2fa038f" diff --git a/integrations/aws/pyproject.toml b/integrations/aws/pyproject.toml index 426e634f1e..73a7825a3a 100644 --- a/integrations/aws/pyproject.toml +++ b/integrations/aws/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "aws" -version = "0.2.46" +version = "0.2.47" description = "This integration will map all your resources in all the available accounts to your Port entities" authors = ["Shalev Avhar ", "Erik Zaadi "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.12.2", extras = ["cli"]} +port_ocean = {version = "^0.12.3", extras = ["cli"]} python-dotenv = "^1.0.1" aioboto3 = "^12.4.0" boto3-stubs = {version = "1.34.76", extras = ["acm", "apigateway", "appconfig", "athena", "cloudcontrol", "cloudformation", "cloudwatch", "dynamodb", "ec2", "ec2-instance-connect", "ecr", "ecs", "elasticache", "elb", "elbv2", "events", "iam", "lambda", "logs", "organizations", "rds", "route53", "s3", "sagemaker", "secretsmanager", "sns", "sqs", "ssm", "sts"]} diff --git a/integrations/azure-devops/CHANGELOG.md b/integrations/azure-devops/CHANGELOG.md index 04fee33050..1dbda52f6d 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.73 (2024-10-09) + + +### Improvements + +- Bumped ocean version to ^0.12.3 + + ## 0.1.72 (2024-10-08) diff --git a/integrations/azure-devops/poetry.lock b/integrations/azure-devops/poetry.lock index 55ff1eb176..8bbe678221 100644 --- a/integrations/azure-devops/poetry.lock +++ b/integrations/azure-devops/poetry.lock @@ -989,13 +989,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.12.2" +version = "0.12.3" 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.12.2-py3-none-any.whl", hash = "sha256:81cb8b8c1494c6282bf1abd0c4dcf83188c64d5929adf5b93336c85bdd7896a9"}, - {file = "port_ocean-0.12.2.tar.gz", hash = "sha256:ea717d3eb8ee983644af6b8aaf623c3cd968ec44d292f20f8d13822724a5c8d3"}, + {file = "port_ocean-0.12.3-py3-none-any.whl", hash = "sha256:55aebee1ae935dc421d3101c6ca78e72478bfd583138e0c6a4c0787a7baecd3a"}, + {file = "port_ocean-0.12.3.tar.gz", hash = "sha256:be1aa43edabcc95414bcf3a5af953c138d422224de81fe849313372636da691b"}, ] [package.dependencies] @@ -1894,4 +1894,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "a3227b52c61b11a5878cfe41e15a0011ea6416f1128d4a7950552439465ac8cc" +content-hash = "563a7d4f5ee19abcb69925ee0b61e4126b2f1439c3573de07053d690c230d19a" diff --git a/integrations/azure-devops/pyproject.toml b/integrations/azure-devops/pyproject.toml index f2da5ab4c4..05064499cc 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.72" +version = "0.1.73" description = "An Azure Devops Ocean integration" authors = ["Matan Geva "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.12.2", extras = ["cli"]} +port_ocean = {version = "^0.12.3", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # Uncomment this if you want to debug the ocean core together with your integration diff --git a/integrations/azure/CHANGELOG.md b/integrations/azure/CHANGELOG.md index ed974560c3..cf3c74f2a2 100644 --- a/integrations/azure/CHANGELOG.md +++ b/integrations/azure/CHANGELOG.md @@ -1,3 +1,10 @@ +0.1.96 (2024-10-09) + +### Improvements + +- Bumped ocean version to ^0.12.3 + + 0.1.95 (2024-10-08) ### Improvements diff --git a/integrations/azure/poetry.lock b/integrations/azure/poetry.lock index 954175d8fc..af7ffe61d6 100644 --- a/integrations/azure/poetry.lock +++ b/integrations/azure/poetry.lock @@ -1664,13 +1664,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.12.2" +version = "0.12.3" 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.12.2-py3-none-any.whl", hash = "sha256:81cb8b8c1494c6282bf1abd0c4dcf83188c64d5929adf5b93336c85bdd7896a9"}, - {file = "port_ocean-0.12.2.tar.gz", hash = "sha256:ea717d3eb8ee983644af6b8aaf623c3cd968ec44d292f20f8d13822724a5c8d3"}, + {file = "port_ocean-0.12.3-py3-none-any.whl", hash = "sha256:55aebee1ae935dc421d3101c6ca78e72478bfd583138e0c6a4c0787a7baecd3a"}, + {file = "port_ocean-0.12.3.tar.gz", hash = "sha256:be1aa43edabcc95414bcf3a5af953c138d422224de81fe849313372636da691b"}, ] [package.dependencies] @@ -2752,4 +2752,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "b2e785761d20052e0f25e70405b52d3a01290c0a5af7cc82054648eedd3ecf5f" +content-hash = "6b384977a621ab260c9d7c675f26bb8fa62f203c4c5e635aa392f593c0b4bdf7" diff --git a/integrations/azure/pyproject.toml b/integrations/azure/pyproject.toml index 93da3b3b88..9739f4cb53 100644 --- a/integrations/azure/pyproject.toml +++ b/integrations/azure/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "azure" -version = "0.1.95" +version = "0.1.96" description = "Azure integration" authors = ["Tom Tankilevitch "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.12.2", extras = ["cli"]} +port_ocean = {version = "^0.12.3", extras = ["cli"]} # due to patching the azure-mgmt-resource package, we need to use a specific version azure-mgmt-resource = "23.0.1" azure-identity = "^1.13.0" diff --git a/integrations/datadog/CHANGELOG.md b/integrations/datadog/CHANGELOG.md index 5ebc535973..9e7c335881 100644 --- a/integrations/datadog/CHANGELOG.md +++ b/integrations/datadog/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## 0.1.46 (2024-10-09) + + +### Improvements + +- Bumped ocean version to ^0.12.3 + + ## 0.1.45 (2024-10-08) diff --git a/integrations/datadog/poetry.lock b/integrations/datadog/poetry.lock index 97ffc72430..3f354a577d 100644 --- a/integrations/datadog/poetry.lock +++ b/integrations/datadog/poetry.lock @@ -989,13 +989,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.12.2" +version = "0.12.3" 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.12.2-py3-none-any.whl", hash = "sha256:81cb8b8c1494c6282bf1abd0c4dcf83188c64d5929adf5b93336c85bdd7896a9"}, - {file = "port_ocean-0.12.2.tar.gz", hash = "sha256:ea717d3eb8ee983644af6b8aaf623c3cd968ec44d292f20f8d13822724a5c8d3"}, + {file = "port_ocean-0.12.3-py3-none-any.whl", hash = "sha256:55aebee1ae935dc421d3101c6ca78e72478bfd583138e0c6a4c0787a7baecd3a"}, + {file = "port_ocean-0.12.3.tar.gz", hash = "sha256:be1aa43edabcc95414bcf3a5af953c138d422224de81fe849313372636da691b"}, ] [package.dependencies] @@ -1883,4 +1883,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "bf82ba154d707a8611f3c5848cbe5abf859e2d3381da3a9dc4efa730238ba075" +content-hash = "7614f2d854edc5fbd971f2f3f8443ad045fbf9a0fc5b553e71411783cfb675a3" diff --git a/integrations/datadog/pyproject.toml b/integrations/datadog/pyproject.toml index 8f32adb5e9..e6f95d9985 100644 --- a/integrations/datadog/pyproject.toml +++ b/integrations/datadog/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "datadog" -version = "0.1.45" +version = "0.1.46" description = "Datadog Ocean Integration" authors = ["Albert Luganga "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.12.2", extras = ["cli"]} +port_ocean = {version = "^0.12.3", extras = ["cli"]} loguru = "^0.7.2" [tool.poetry.group.dev.dependencies] diff --git a/integrations/dynatrace/CHANGELOG.md b/integrations/dynatrace/CHANGELOG.md index b5c4357321..7aa2c0ecd2 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.58 (2024-10-09) + + +### Improvements + +- Bumped ocean version to ^0.12.3 + + ## 0.1.57 (2024-10-08) diff --git a/integrations/dynatrace/poetry.lock b/integrations/dynatrace/poetry.lock index c6d524e17b..a3708a8390 100644 --- a/integrations/dynatrace/poetry.lock +++ b/integrations/dynatrace/poetry.lock @@ -989,13 +989,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.12.2" +version = "0.12.3" 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.12.2-py3-none-any.whl", hash = "sha256:81cb8b8c1494c6282bf1abd0c4dcf83188c64d5929adf5b93336c85bdd7896a9"}, - {file = "port_ocean-0.12.2.tar.gz", hash = "sha256:ea717d3eb8ee983644af6b8aaf623c3cd968ec44d292f20f8d13822724a5c8d3"}, + {file = "port_ocean-0.12.3-py3-none-any.whl", hash = "sha256:55aebee1ae935dc421d3101c6ca78e72478bfd583138e0c6a4c0787a7baecd3a"}, + {file = "port_ocean-0.12.3.tar.gz", hash = "sha256:be1aa43edabcc95414bcf3a5af953c138d422224de81fe849313372636da691b"}, ] [package.dependencies] @@ -1883,4 +1883,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "a4c59f3bfb72b3c41a1437d6a757db8cc4795fd72203b18e28b48093140bce21" +content-hash = "acb5c79b85b0bf9fbaa4b06734ef5e49d19e65ac16fa10857e18441c39a0ea58" diff --git a/integrations/dynatrace/pyproject.toml b/integrations/dynatrace/pyproject.toml index 7d0a616393..4c17e3160e 100644 --- a/integrations/dynatrace/pyproject.toml +++ b/integrations/dynatrace/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "dynatrace" -version = "0.1.57" +version = "0.1.58" description = "An integration used to import Dynatrace resources into Port" authors = ["Ayodeji Adeoti <>"] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.12.2", extras = ["cli"]} +port_ocean = {version = "^0.12.3", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration diff --git a/integrations/fake-integration/CHANGELOG.md b/integrations/fake-integration/CHANGELOG.md index 15b88f3d33..2c445567dc 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.8-dev (2024-10-09) + + +### Improvements + +- Bumped ocean version to ^0.12.3 + + ## 0.1.7-dev (2024-10-08) diff --git a/integrations/fake-integration/poetry.lock b/integrations/fake-integration/poetry.lock index 31a517cde2..16f802016e 100644 --- a/integrations/fake-integration/poetry.lock +++ b/integrations/fake-integration/poetry.lock @@ -1116,13 +1116,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.12.2" +version = "0.12.3" 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.12.2-py3-none-any.whl", hash = "sha256:81cb8b8c1494c6282bf1abd0c4dcf83188c64d5929adf5b93336c85bdd7896a9"}, - {file = "port_ocean-0.12.2.tar.gz", hash = "sha256:ea717d3eb8ee983644af6b8aaf623c3cd968ec44d292f20f8d13822724a5c8d3"}, + {file = "port_ocean-0.12.3-py3-none-any.whl", hash = "sha256:55aebee1ae935dc421d3101c6ca78e72478bfd583138e0c6a4c0787a7baecd3a"}, + {file = "port_ocean-0.12.3.tar.gz", hash = "sha256:be1aa43edabcc95414bcf3a5af953c138d422224de81fe849313372636da691b"}, ] [package.dependencies] @@ -2123,4 +2123,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "c50ae6252db37d045c43e2fcd24e45ea447a9c59038872270e62a87a14860b2a" +content-hash = "d8149c0d3723862e0d2d1114070948f24de8fb1bfb07bfd94c4c04677b6e4e03" diff --git a/integrations/fake-integration/pyproject.toml b/integrations/fake-integration/pyproject.toml index 49afc2b0c6..3a68b59606 100644 --- a/integrations/fake-integration/pyproject.toml +++ b/integrations/fake-integration/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "fake-integration" -version = "0.1.7-dev" +version = "0.1.8-dev" description = "A useless fake integration that helps us test the Ocean Core" authors = ["Erik Zaadi "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.12.2", extras = ["cli"]} +port_ocean = {version = "^0.12.3", extras = ["cli"]} faker = "^28.0.0" [tool.poetry.group.dev.dependencies] diff --git a/integrations/firehydrant/CHANGELOG.md b/integrations/firehydrant/CHANGELOG.md index 9f40558c72..bac485434d 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.81 (2024-10-09) + + +### Improvements + +- Bumped ocean version to ^0.12.3 + + ## 0.1.80 (2024-10-08) diff --git a/integrations/firehydrant/poetry.lock b/integrations/firehydrant/poetry.lock index c6d524e17b..a3708a8390 100644 --- a/integrations/firehydrant/poetry.lock +++ b/integrations/firehydrant/poetry.lock @@ -989,13 +989,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.12.2" +version = "0.12.3" 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.12.2-py3-none-any.whl", hash = "sha256:81cb8b8c1494c6282bf1abd0c4dcf83188c64d5929adf5b93336c85bdd7896a9"}, - {file = "port_ocean-0.12.2.tar.gz", hash = "sha256:ea717d3eb8ee983644af6b8aaf623c3cd968ec44d292f20f8d13822724a5c8d3"}, + {file = "port_ocean-0.12.3-py3-none-any.whl", hash = "sha256:55aebee1ae935dc421d3101c6ca78e72478bfd583138e0c6a4c0787a7baecd3a"}, + {file = "port_ocean-0.12.3.tar.gz", hash = "sha256:be1aa43edabcc95414bcf3a5af953c138d422224de81fe849313372636da691b"}, ] [package.dependencies] @@ -1883,4 +1883,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "a4c59f3bfb72b3c41a1437d6a757db8cc4795fd72203b18e28b48093140bce21" +content-hash = "acb5c79b85b0bf9fbaa4b06734ef5e49d19e65ac16fa10857e18441c39a0ea58" diff --git a/integrations/firehydrant/pyproject.toml b/integrations/firehydrant/pyproject.toml index 167b6a689c..2b31b92c00 100644 --- a/integrations/firehydrant/pyproject.toml +++ b/integrations/firehydrant/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "firehydrant" -version = "0.1.80" +version = "0.1.81" description = "FireHydrant Integration Powered by Ocean" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.12.2", extras = ["cli"]} +port_ocean = {version = "^0.12.3", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration diff --git a/integrations/gcp/CHANGELOG.md b/integrations/gcp/CHANGELOG.md index d148215d4d..02cac2467f 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.62 (2024-10-09) + + +### Improvements + +- Bumped ocean version to ^0.12.3 + + ## 0.1.61 (2024-10-08) diff --git a/integrations/gcp/poetry.lock b/integrations/gcp/poetry.lock index dff0126e17..79f200932c 100644 --- a/integrations/gcp/poetry.lock +++ b/integrations/gcp/poetry.lock @@ -1295,13 +1295,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.12.2" +version = "0.12.3" 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.12.2-py3-none-any.whl", hash = "sha256:81cb8b8c1494c6282bf1abd0c4dcf83188c64d5929adf5b93336c85bdd7896a9"}, - {file = "port_ocean-0.12.2.tar.gz", hash = "sha256:ea717d3eb8ee983644af6b8aaf623c3cd968ec44d292f20f8d13822724a5c8d3"}, + {file = "port_ocean-0.12.3-py3-none-any.whl", hash = "sha256:55aebee1ae935dc421d3101c6ca78e72478bfd583138e0c6a4c0787a7baecd3a"}, + {file = "port_ocean-0.12.3.tar.gz", hash = "sha256:be1aa43edabcc95414bcf3a5af953c138d422224de81fe849313372636da691b"}, ] [package.dependencies] @@ -2279,4 +2279,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "725d3f09c34963c830e9e41469eb005fd35338ed8a03fc38932bce19a48f59c3" +content-hash = "1cea695723ac0e54468ee7004b5a2bef2fb28853fbccb1d7d316f8a68c4d8146" diff --git a/integrations/gcp/pyproject.toml b/integrations/gcp/pyproject.toml index c1537bc115..9d6deb6802 100644 --- a/integrations/gcp/pyproject.toml +++ b/integrations/gcp/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "gcp" -version = "0.1.61" +version = "0.1.62" description = "A GCP ocean integration" authors = ["Matan Geva "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.12.2", extras = ["cli"]} +port_ocean = {version = "^0.12.3", 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 1b3d60a7ef..5bd9e54f00 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.131 (2024-10-09) +==================== + +### Improvements + +- Bumped ocean version to ^0.12.3 + + 0.1.130 (2024-10-08) ==================== diff --git a/integrations/gitlab/poetry.lock b/integrations/gitlab/poetry.lock index 48069a5be6..69924a75e0 100644 --- a/integrations/gitlab/poetry.lock +++ b/integrations/gitlab/poetry.lock @@ -1076,13 +1076,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.12.2" +version = "0.12.3" 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.12.2-py3-none-any.whl", hash = "sha256:81cb8b8c1494c6282bf1abd0c4dcf83188c64d5929adf5b93336c85bdd7896a9"}, - {file = "port_ocean-0.12.2.tar.gz", hash = "sha256:ea717d3eb8ee983644af6b8aaf623c3cd968ec44d292f20f8d13822724a5c8d3"}, + {file = "port_ocean-0.12.3-py3-none-any.whl", hash = "sha256:55aebee1ae935dc421d3101c6ca78e72478bfd583138e0c6a4c0787a7baecd3a"}, + {file = "port_ocean-0.12.3.tar.gz", hash = "sha256:be1aa43edabcc95414bcf3a5af953c138d422224de81fe849313372636da691b"}, ] [package.dependencies] @@ -2141,4 +2141,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "6a57d890c9c8a91df3095f913346bb6b5d96a8c3e7cc9372fa3560772afb879a" +content-hash = "2f550ff5aca917e1a08bd9bb6ab0ae35e9b571ae90eef1aa2744e694074fcef4" diff --git a/integrations/gitlab/pyproject.toml b/integrations/gitlab/pyproject.toml index 27f1902770..58b462f68f 100644 --- a/integrations/gitlab/pyproject.toml +++ b/integrations/gitlab/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gitlab" -version = "0.1.130" +version = "0.1.131" description = "Gitlab integration for Port using Port-Ocean Framework" authors = ["Yair Siman-Tov "] @@ -11,7 +11,7 @@ aiolimiter = "^1.1.0" python-gitlab = "^3.14.0" pathlib = "^1.0.1" jsonschema = "^4.17.3" -port_ocean = {version = "^0.12.2", extras = ["cli"]} +port_ocean = {version = "^0.12.3", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration diff --git a/integrations/jenkins/CHANGELOG.md b/integrations/jenkins/CHANGELOG.md index 92ecfbf167..4761c44daf 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.63 (2024-10-09) + + +### Improvements + +- Bumped ocean version to ^0.12.3 + + ## 0.1.62 (2024-10-08) diff --git a/integrations/jenkins/poetry.lock b/integrations/jenkins/poetry.lock index 8236d14b46..3ce6436235 100644 --- a/integrations/jenkins/poetry.lock +++ b/integrations/jenkins/poetry.lock @@ -1000,13 +1000,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.12.2" +version = "0.12.3" 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.12.2-py3-none-any.whl", hash = "sha256:81cb8b8c1494c6282bf1abd0c4dcf83188c64d5929adf5b93336c85bdd7896a9"}, - {file = "port_ocean-0.12.2.tar.gz", hash = "sha256:ea717d3eb8ee983644af6b8aaf623c3cd968ec44d292f20f8d13822724a5c8d3"}, + {file = "port_ocean-0.12.3-py3-none-any.whl", hash = "sha256:55aebee1ae935dc421d3101c6ca78e72478bfd583138e0c6a4c0787a7baecd3a"}, + {file = "port_ocean-0.12.3.tar.gz", hash = "sha256:be1aa43edabcc95414bcf3a5af953c138d422224de81fe849313372636da691b"}, ] [package.dependencies] @@ -1894,4 +1894,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "e5348ebc9ff69e275ef0fc3c461633f36fbbf2e46983c5224cf58c7384c8ec49" +content-hash = "f9537aeb65816a1303ce4c93fd047d50855821861ecd26f7fc3165ae9e1f65f2" diff --git a/integrations/jenkins/pyproject.toml b/integrations/jenkins/pyproject.toml index 8bbe66ca81..708492ce3d 100644 --- a/integrations/jenkins/pyproject.toml +++ b/integrations/jenkins/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "jenkins" -version = "0.1.62" +version = "0.1.63" description = "Jenkins Integration to Port Ocean" authors = ["Albert Luganga "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.12.2", extras = ["cli"]} +port_ocean = {version = "^0.12.3", 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 5635525de2..e590cc07b8 100644 --- a/integrations/jira/CHANGELOG.md +++ b/integrations/jira/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## 0.1.92 (2024-10-09) + + +### Improvements + +- Bumped ocean version to ^0.12.3 + + ## 0.1.91 (2024-10-08) diff --git a/integrations/jira/poetry.lock b/integrations/jira/poetry.lock index c47242d943..b6716dd63c 100644 --- a/integrations/jira/poetry.lock +++ b/integrations/jira/poetry.lock @@ -989,13 +989,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.12.2" +version = "0.12.3" 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.12.2-py3-none-any.whl", hash = "sha256:81cb8b8c1494c6282bf1abd0c4dcf83188c64d5929adf5b93336c85bdd7896a9"}, - {file = "port_ocean-0.12.2.tar.gz", hash = "sha256:ea717d3eb8ee983644af6b8aaf623c3cd968ec44d292f20f8d13822724a5c8d3"}, + {file = "port_ocean-0.12.3-py3-none-any.whl", hash = "sha256:55aebee1ae935dc421d3101c6ca78e72478bfd583138e0c6a4c0787a7baecd3a"}, + {file = "port_ocean-0.12.3.tar.gz", hash = "sha256:be1aa43edabcc95414bcf3a5af953c138d422224de81fe849313372636da691b"}, ] [package.dependencies] @@ -1883,4 +1883,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "1b3e35a47ef664c9a248d23627f72cc2d1de6c537befa4140f0a15e29b74e8ba" +content-hash = "a15fe3093624adebf8435761a69c8d3fed639fca2a5bc03392b092b01049599b" diff --git a/integrations/jira/pyproject.toml b/integrations/jira/pyproject.toml index eb7d682dc9..f122971070 100644 --- a/integrations/jira/pyproject.toml +++ b/integrations/jira/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "jira" -version = "0.1.91" +version = "0.1.92" description = "Integration to bring information from Jira into Port" authors = ["Mor Paz "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.12.2", extras = ["cli"]} +port_ocean = {version = "^0.12.3", extras = ["cli"]} httpx = "^0.27.0" [tool.poetry.group.dev.dependencies] diff --git a/integrations/kafka/CHANGELOG.md b/integrations/kafka/CHANGELOG.md index 71f9cc3a28..f985daac6a 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.80 (2024-10-09) + + +### Improvements + +- Bumped ocean version to ^0.12.3 + + ## 0.1.79 (2024-10-08) diff --git a/integrations/kafka/poetry.lock b/integrations/kafka/poetry.lock index 3b4fc7f73e..284534c6da 100644 --- a/integrations/kafka/poetry.lock +++ b/integrations/kafka/poetry.lock @@ -989,13 +989,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.12.2" +version = "0.12.3" 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.12.2-py3-none-any.whl", hash = "sha256:81cb8b8c1494c6282bf1abd0c4dcf83188c64d5929adf5b93336c85bdd7896a9"}, - {file = "port_ocean-0.12.2.tar.gz", hash = "sha256:ea717d3eb8ee983644af6b8aaf623c3cd968ec44d292f20f8d13822724a5c8d3"}, + {file = "port_ocean-0.12.3-py3-none-any.whl", hash = "sha256:55aebee1ae935dc421d3101c6ca78e72478bfd583138e0c6a4c0787a7baecd3a"}, + {file = "port_ocean-0.12.3.tar.gz", hash = "sha256:be1aa43edabcc95414bcf3a5af953c138d422224de81fe849313372636da691b"}, ] [package.dependencies] @@ -1883,4 +1883,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "693f87458082ee0b0fd03bc0cbfd2764c4153ecf8c0736eae954f56885c70e74" +content-hash = "9924aac786b0e5befca096a4fdb150160f930af0444c1d889b9d03b52bc4765a" diff --git a/integrations/kafka/pyproject.toml b/integrations/kafka/pyproject.toml index 0e4a210395..a295cc3d7e 100644 --- a/integrations/kafka/pyproject.toml +++ b/integrations/kafka/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "kafka" -version = "0.1.79" +version = "0.1.80" 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.12.2", extras = ["cli"]} +port_ocean = {version = "^0.12.3", 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 3044930766..e1f9c623d6 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.85 (2024-10-09) + + +### Improvements + +- Bumped ocean version to ^0.12.3 + + ## 0.1.84 (2024-10-08) diff --git a/integrations/kubecost/poetry.lock b/integrations/kubecost/poetry.lock index c6d524e17b..a3708a8390 100644 --- a/integrations/kubecost/poetry.lock +++ b/integrations/kubecost/poetry.lock @@ -989,13 +989,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.12.2" +version = "0.12.3" 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.12.2-py3-none-any.whl", hash = "sha256:81cb8b8c1494c6282bf1abd0c4dcf83188c64d5929adf5b93336c85bdd7896a9"}, - {file = "port_ocean-0.12.2.tar.gz", hash = "sha256:ea717d3eb8ee983644af6b8aaf623c3cd968ec44d292f20f8d13822724a5c8d3"}, + {file = "port_ocean-0.12.3-py3-none-any.whl", hash = "sha256:55aebee1ae935dc421d3101c6ca78e72478bfd583138e0c6a4c0787a7baecd3a"}, + {file = "port_ocean-0.12.3.tar.gz", hash = "sha256:be1aa43edabcc95414bcf3a5af953c138d422224de81fe849313372636da691b"}, ] [package.dependencies] @@ -1883,4 +1883,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "a4c59f3bfb72b3c41a1437d6a757db8cc4795fd72203b18e28b48093140bce21" +content-hash = "acb5c79b85b0bf9fbaa4b06734ef5e49d19e65ac16fa10857e18441c39a0ea58" diff --git a/integrations/kubecost/pyproject.toml b/integrations/kubecost/pyproject.toml index e13c4211ad..c79eb73bc1 100644 --- a/integrations/kubecost/pyproject.toml +++ b/integrations/kubecost/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "kubecost" -version = "0.1.84" +version = "0.1.85" description = "Kubecost integration powered by Ocean" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.12.2", extras = ["cli"]} +port_ocean = {version = "^0.12.3", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration diff --git a/integrations/launchdarkly/CHANGELOG.md b/integrations/launchdarkly/CHANGELOG.md index be23ae038e..943b428e08 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.57 (2024-10-09) + + +### Improvements + +- Bumped ocean version to ^0.12.3 + + ## 0.1.56 (2024-10-08) diff --git a/integrations/launchdarkly/poetry.lock b/integrations/launchdarkly/poetry.lock index c6d524e17b..a3708a8390 100644 --- a/integrations/launchdarkly/poetry.lock +++ b/integrations/launchdarkly/poetry.lock @@ -989,13 +989,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.12.2" +version = "0.12.3" 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.12.2-py3-none-any.whl", hash = "sha256:81cb8b8c1494c6282bf1abd0c4dcf83188c64d5929adf5b93336c85bdd7896a9"}, - {file = "port_ocean-0.12.2.tar.gz", hash = "sha256:ea717d3eb8ee983644af6b8aaf623c3cd968ec44d292f20f8d13822724a5c8d3"}, + {file = "port_ocean-0.12.3-py3-none-any.whl", hash = "sha256:55aebee1ae935dc421d3101c6ca78e72478bfd583138e0c6a4c0787a7baecd3a"}, + {file = "port_ocean-0.12.3.tar.gz", hash = "sha256:be1aa43edabcc95414bcf3a5af953c138d422224de81fe849313372636da691b"}, ] [package.dependencies] @@ -1883,4 +1883,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "a4c59f3bfb72b3c41a1437d6a757db8cc4795fd72203b18e28b48093140bce21" +content-hash = "acb5c79b85b0bf9fbaa4b06734ef5e49d19e65ac16fa10857e18441c39a0ea58" diff --git a/integrations/launchdarkly/pyproject.toml b/integrations/launchdarkly/pyproject.toml index 5267c2221e..0264014e18 100644 --- a/integrations/launchdarkly/pyproject.toml +++ b/integrations/launchdarkly/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "launchdarkly" -version = "0.1.56" +version = "0.1.57" description = "Launchdarkly integration for Port" authors = ["Michael Armah "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.12.2", extras = ["cli"]} +port_ocean = {version = "^0.12.3", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration diff --git a/integrations/linear/CHANGELOG.md b/integrations/linear/CHANGELOG.md index 210a7d3e13..7c1d454010 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.43 (2024-10-09) + + +### Improvements + +- Bumped ocean version to ^0.12.3 + + ## 0.1.42 (2024-10-08) diff --git a/integrations/linear/poetry.lock b/integrations/linear/poetry.lock index c6d524e17b..a3708a8390 100644 --- a/integrations/linear/poetry.lock +++ b/integrations/linear/poetry.lock @@ -989,13 +989,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.12.2" +version = "0.12.3" 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.12.2-py3-none-any.whl", hash = "sha256:81cb8b8c1494c6282bf1abd0c4dcf83188c64d5929adf5b93336c85bdd7896a9"}, - {file = "port_ocean-0.12.2.tar.gz", hash = "sha256:ea717d3eb8ee983644af6b8aaf623c3cd968ec44d292f20f8d13822724a5c8d3"}, + {file = "port_ocean-0.12.3-py3-none-any.whl", hash = "sha256:55aebee1ae935dc421d3101c6ca78e72478bfd583138e0c6a4c0787a7baecd3a"}, + {file = "port_ocean-0.12.3.tar.gz", hash = "sha256:be1aa43edabcc95414bcf3a5af953c138d422224de81fe849313372636da691b"}, ] [package.dependencies] @@ -1883,4 +1883,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "a4c59f3bfb72b3c41a1437d6a757db8cc4795fd72203b18e28b48093140bce21" +content-hash = "acb5c79b85b0bf9fbaa4b06734ef5e49d19e65ac16fa10857e18441c39a0ea58" diff --git a/integrations/linear/pyproject.toml b/integrations/linear/pyproject.toml index 497d194bf7..0fae5fa49f 100644 --- a/integrations/linear/pyproject.toml +++ b/integrations/linear/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "linear" -version = "0.1.42" +version = "0.1.43" description = "Integration to bring information from Linear into Port" authors = ["Mor Paz "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.12.2", extras = ["cli"]} +port_ocean = {version = "^0.12.3", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration diff --git a/integrations/newrelic/CHANGELOG.md b/integrations/newrelic/CHANGELOG.md index 7127767381..0a9df54f4f 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.87 (2024-10-09) + + +### Improvements + +- Bumped ocean version to ^0.12.3 + + ## 0.1.86 (2024-10-08) diff --git a/integrations/newrelic/poetry.lock b/integrations/newrelic/poetry.lock index c47242d943..b6716dd63c 100644 --- a/integrations/newrelic/poetry.lock +++ b/integrations/newrelic/poetry.lock @@ -989,13 +989,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.12.2" +version = "0.12.3" 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.12.2-py3-none-any.whl", hash = "sha256:81cb8b8c1494c6282bf1abd0c4dcf83188c64d5929adf5b93336c85bdd7896a9"}, - {file = "port_ocean-0.12.2.tar.gz", hash = "sha256:ea717d3eb8ee983644af6b8aaf623c3cd968ec44d292f20f8d13822724a5c8d3"}, + {file = "port_ocean-0.12.3-py3-none-any.whl", hash = "sha256:55aebee1ae935dc421d3101c6ca78e72478bfd583138e0c6a4c0787a7baecd3a"}, + {file = "port_ocean-0.12.3.tar.gz", hash = "sha256:be1aa43edabcc95414bcf3a5af953c138d422224de81fe849313372636da691b"}, ] [package.dependencies] @@ -1883,4 +1883,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "1b3e35a47ef664c9a248d23627f72cc2d1de6c537befa4140f0a15e29b74e8ba" +content-hash = "a15fe3093624adebf8435761a69c8d3fed639fca2a5bc03392b092b01049599b" diff --git a/integrations/newrelic/pyproject.toml b/integrations/newrelic/pyproject.toml index 0dc0e52f01..cfc4599cbe 100644 --- a/integrations/newrelic/pyproject.toml +++ b/integrations/newrelic/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "newrelic" -version = "0.1.86" +version = "0.1.87" description = "New Relic Integration" authors = ["Tom Tankilevitch "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.12.2", extras = ["cli"]} +port_ocean = {version = "^0.12.3", extras = ["cli"]} httpx = "^0.27.0" [tool.poetry.group.dev.dependencies] diff --git a/integrations/octopus/CHANGELOG.md b/integrations/octopus/CHANGELOG.md index 885fd6cb5c..b2c93e83a1 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.15-beta (2024-10-09) + +### Improvements + +- Bumped ocean version to ^0.12.3 + + # Port_Ocean 0.1.14-beta (2024-10-08) ### Improvements diff --git a/integrations/octopus/poetry.lock b/integrations/octopus/poetry.lock index cd115536f1..0d856c10ce 100644 --- a/integrations/octopus/poetry.lock +++ b/integrations/octopus/poetry.lock @@ -992,13 +992,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.12.2" +version = "0.12.3" 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.12.2-py3-none-any.whl", hash = "sha256:81cb8b8c1494c6282bf1abd0c4dcf83188c64d5929adf5b93336c85bdd7896a9"}, - {file = "port_ocean-0.12.2.tar.gz", hash = "sha256:ea717d3eb8ee983644af6b8aaf623c3cd968ec44d292f20f8d13822724a5c8d3"}, + {file = "port_ocean-0.12.3-py3-none-any.whl", hash = "sha256:55aebee1ae935dc421d3101c6ca78e72478bfd583138e0c6a4c0787a7baecd3a"}, + {file = "port_ocean-0.12.3.tar.gz", hash = "sha256:be1aa43edabcc95414bcf3a5af953c138d422224de81fe849313372636da691b"}, ] [package.dependencies] @@ -1883,4 +1883,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "a4c59f3bfb72b3c41a1437d6a757db8cc4795fd72203b18e28b48093140bce21" +content-hash = "acb5c79b85b0bf9fbaa4b06734ef5e49d19e65ac16fa10857e18441c39a0ea58" diff --git a/integrations/octopus/pyproject.toml b/integrations/octopus/pyproject.toml index 6b9481b612..d017fce19a 100644 --- a/integrations/octopus/pyproject.toml +++ b/integrations/octopus/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "octopus" -version = "0.1.14-beta" +version = "0.1.15-beta" description = "This integration ingest data from octopus deploy" authors = ["Adebayo Iyanuoluwa "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.12.2", extras = ["cli"]} +port_ocean = {version = "^0.12.3", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # Uncomment this if you want to debug the ocean core together with your integration diff --git a/integrations/opencost/CHANGELOG.md b/integrations/opencost/CHANGELOG.md index ac5effe15d..dc6db6eb1d 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.83 (2024-10-09) + + +### Improvements + +- Bumped ocean version to ^0.12.3 + + ## 0.1.82 (2024-10-08) diff --git a/integrations/opencost/poetry.lock b/integrations/opencost/poetry.lock index c6d524e17b..a3708a8390 100644 --- a/integrations/opencost/poetry.lock +++ b/integrations/opencost/poetry.lock @@ -989,13 +989,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.12.2" +version = "0.12.3" 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.12.2-py3-none-any.whl", hash = "sha256:81cb8b8c1494c6282bf1abd0c4dcf83188c64d5929adf5b93336c85bdd7896a9"}, - {file = "port_ocean-0.12.2.tar.gz", hash = "sha256:ea717d3eb8ee983644af6b8aaf623c3cd968ec44d292f20f8d13822724a5c8d3"}, + {file = "port_ocean-0.12.3-py3-none-any.whl", hash = "sha256:55aebee1ae935dc421d3101c6ca78e72478bfd583138e0c6a4c0787a7baecd3a"}, + {file = "port_ocean-0.12.3.tar.gz", hash = "sha256:be1aa43edabcc95414bcf3a5af953c138d422224de81fe849313372636da691b"}, ] [package.dependencies] @@ -1883,4 +1883,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "a4c59f3bfb72b3c41a1437d6a757db8cc4795fd72203b18e28b48093140bce21" +content-hash = "acb5c79b85b0bf9fbaa4b06734ef5e49d19e65ac16fa10857e18441c39a0ea58" diff --git a/integrations/opencost/pyproject.toml b/integrations/opencost/pyproject.toml index 09a6b52059..d8e07ef97f 100644 --- a/integrations/opencost/pyproject.toml +++ b/integrations/opencost/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "opencost" -version = "0.1.82" +version = "0.1.83" description = "Ocean integration for OpenCost" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.12.2", extras = ["cli"]} +port_ocean = {version = "^0.12.3", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration diff --git a/integrations/opsgenie/CHANGELOG.md b/integrations/opsgenie/CHANGELOG.md index 1d119964bd..cd514958e1 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.7 (2024-10-09) + + +### Improvements + +- Bumped ocean version to ^0.12.3 + + ## 0.2.6 (2024-10-08) diff --git a/integrations/opsgenie/poetry.lock b/integrations/opsgenie/poetry.lock index c6d524e17b..a3708a8390 100644 --- a/integrations/opsgenie/poetry.lock +++ b/integrations/opsgenie/poetry.lock @@ -989,13 +989,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.12.2" +version = "0.12.3" 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.12.2-py3-none-any.whl", hash = "sha256:81cb8b8c1494c6282bf1abd0c4dcf83188c64d5929adf5b93336c85bdd7896a9"}, - {file = "port_ocean-0.12.2.tar.gz", hash = "sha256:ea717d3eb8ee983644af6b8aaf623c3cd968ec44d292f20f8d13822724a5c8d3"}, + {file = "port_ocean-0.12.3-py3-none-any.whl", hash = "sha256:55aebee1ae935dc421d3101c6ca78e72478bfd583138e0c6a4c0787a7baecd3a"}, + {file = "port_ocean-0.12.3.tar.gz", hash = "sha256:be1aa43edabcc95414bcf3a5af953c138d422224de81fe849313372636da691b"}, ] [package.dependencies] @@ -1883,4 +1883,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "a4c59f3bfb72b3c41a1437d6a757db8cc4795fd72203b18e28b48093140bce21" +content-hash = "acb5c79b85b0bf9fbaa4b06734ef5e49d19e65ac16fa10857e18441c39a0ea58" diff --git a/integrations/opsgenie/pyproject.toml b/integrations/opsgenie/pyproject.toml index 1c80ba27a9..799d467990 100644 --- a/integrations/opsgenie/pyproject.toml +++ b/integrations/opsgenie/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "opsgenie" -version = "0.2.6" +version = "0.2.7" description = "Ocean integration for OpsGenie" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.12.2", extras = ["cli"]} +port_ocean = {version = "^0.12.3", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration diff --git a/integrations/pagerduty/CHANGELOG.md b/integrations/pagerduty/CHANGELOG.md index ccadb369b0..5b2d2a3019 100644 --- a/integrations/pagerduty/CHANGELOG.md +++ b/integrations/pagerduty/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## 0.1.107 (2024-10-09) + + +### Improvements + +- Bumped ocean version to ^0.12.3 + + ## 0.1.106 (2024-10-08) diff --git a/integrations/pagerduty/poetry.lock b/integrations/pagerduty/poetry.lock index c47242d943..b6716dd63c 100644 --- a/integrations/pagerduty/poetry.lock +++ b/integrations/pagerduty/poetry.lock @@ -989,13 +989,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.12.2" +version = "0.12.3" 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.12.2-py3-none-any.whl", hash = "sha256:81cb8b8c1494c6282bf1abd0c4dcf83188c64d5929adf5b93336c85bdd7896a9"}, - {file = "port_ocean-0.12.2.tar.gz", hash = "sha256:ea717d3eb8ee983644af6b8aaf623c3cd968ec44d292f20f8d13822724a5c8d3"}, + {file = "port_ocean-0.12.3-py3-none-any.whl", hash = "sha256:55aebee1ae935dc421d3101c6ca78e72478bfd583138e0c6a4c0787a7baecd3a"}, + {file = "port_ocean-0.12.3.tar.gz", hash = "sha256:be1aa43edabcc95414bcf3a5af953c138d422224de81fe849313372636da691b"}, ] [package.dependencies] @@ -1883,4 +1883,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "1b3e35a47ef664c9a248d23627f72cc2d1de6c537befa4140f0a15e29b74e8ba" +content-hash = "a15fe3093624adebf8435761a69c8d3fed639fca2a5bc03392b092b01049599b" diff --git a/integrations/pagerduty/pyproject.toml b/integrations/pagerduty/pyproject.toml index 9638c4af67..f0fe4748d8 100644 --- a/integrations/pagerduty/pyproject.toml +++ b/integrations/pagerduty/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "pagerduty" -version = "0.1.106" +version = "0.1.107" description = "Pagerduty Integration" authors = ["Port Team "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.12.2", extras = ["cli"]} +port_ocean = {version = "^0.12.3", extras = ["cli"]} httpx = "^0.27.0" [tool.poetry.group.dev.dependencies] diff --git a/integrations/sentry/CHANGELOG.md b/integrations/sentry/CHANGELOG.md index 22ede629dc..dbc631ed1c 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.83 (2024-10-09) + + +### Improvements + +- Bumped ocean version to ^0.12.3 + + ## 0.1.82 (2024-10-08) diff --git a/integrations/sentry/poetry.lock b/integrations/sentry/poetry.lock index c6d524e17b..a3708a8390 100644 --- a/integrations/sentry/poetry.lock +++ b/integrations/sentry/poetry.lock @@ -989,13 +989,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.12.2" +version = "0.12.3" 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.12.2-py3-none-any.whl", hash = "sha256:81cb8b8c1494c6282bf1abd0c4dcf83188c64d5929adf5b93336c85bdd7896a9"}, - {file = "port_ocean-0.12.2.tar.gz", hash = "sha256:ea717d3eb8ee983644af6b8aaf623c3cd968ec44d292f20f8d13822724a5c8d3"}, + {file = "port_ocean-0.12.3-py3-none-any.whl", hash = "sha256:55aebee1ae935dc421d3101c6ca78e72478bfd583138e0c6a4c0787a7baecd3a"}, + {file = "port_ocean-0.12.3.tar.gz", hash = "sha256:be1aa43edabcc95414bcf3a5af953c138d422224de81fe849313372636da691b"}, ] [package.dependencies] @@ -1883,4 +1883,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "a4c59f3bfb72b3c41a1437d6a757db8cc4795fd72203b18e28b48093140bce21" +content-hash = "acb5c79b85b0bf9fbaa4b06734ef5e49d19e65ac16fa10857e18441c39a0ea58" diff --git a/integrations/sentry/pyproject.toml b/integrations/sentry/pyproject.toml index 6fb53af4c6..6896052dd8 100644 --- a/integrations/sentry/pyproject.toml +++ b/integrations/sentry/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "sentry" -version = "0.1.82" +version = "0.1.83" description = "Sentry Integration" authors = ["Dvir Segev ","Matan Geva "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.12.2", extras = ["cli"]} +port_ocean = {version = "^0.12.3", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration diff --git a/integrations/servicenow/CHANGELOG.md b/integrations/servicenow/CHANGELOG.md index 1f16e0f16c..edd31bb412 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.73 (2024-10-09) + + +### Improvements + +- Bumped ocean version to ^0.12.3 + + ## 0.1.72 (2024-10-08) diff --git a/integrations/servicenow/poetry.lock b/integrations/servicenow/poetry.lock index c6d524e17b..a3708a8390 100644 --- a/integrations/servicenow/poetry.lock +++ b/integrations/servicenow/poetry.lock @@ -989,13 +989,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.12.2" +version = "0.12.3" 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.12.2-py3-none-any.whl", hash = "sha256:81cb8b8c1494c6282bf1abd0c4dcf83188c64d5929adf5b93336c85bdd7896a9"}, - {file = "port_ocean-0.12.2.tar.gz", hash = "sha256:ea717d3eb8ee983644af6b8aaf623c3cd968ec44d292f20f8d13822724a5c8d3"}, + {file = "port_ocean-0.12.3-py3-none-any.whl", hash = "sha256:55aebee1ae935dc421d3101c6ca78e72478bfd583138e0c6a4c0787a7baecd3a"}, + {file = "port_ocean-0.12.3.tar.gz", hash = "sha256:be1aa43edabcc95414bcf3a5af953c138d422224de81fe849313372636da691b"}, ] [package.dependencies] @@ -1883,4 +1883,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "a4c59f3bfb72b3c41a1437d6a757db8cc4795fd72203b18e28b48093140bce21" +content-hash = "acb5c79b85b0bf9fbaa4b06734ef5e49d19e65ac16fa10857e18441c39a0ea58" diff --git a/integrations/servicenow/pyproject.toml b/integrations/servicenow/pyproject.toml index f761fbcb9a..02293a3945 100644 --- a/integrations/servicenow/pyproject.toml +++ b/integrations/servicenow/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "servicenow" -version = "0.1.72" +version = "0.1.73" description = "Service Now Ocean Integration" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.12.2", extras = ["cli"]} +port_ocean = {version = "^0.12.3", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration diff --git a/integrations/snyk/CHANGELOG.md b/integrations/snyk/CHANGELOG.md index cab612412f..c6f71245f3 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.93 (2024-10-09) + + +### Improvements + +- Bumped ocean version to ^0.12.3 + + ## 0.1.92 (2024-10-08) diff --git a/integrations/snyk/poetry.lock b/integrations/snyk/poetry.lock index c6d524e17b..a3708a8390 100644 --- a/integrations/snyk/poetry.lock +++ b/integrations/snyk/poetry.lock @@ -989,13 +989,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.12.2" +version = "0.12.3" 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.12.2-py3-none-any.whl", hash = "sha256:81cb8b8c1494c6282bf1abd0c4dcf83188c64d5929adf5b93336c85bdd7896a9"}, - {file = "port_ocean-0.12.2.tar.gz", hash = "sha256:ea717d3eb8ee983644af6b8aaf623c3cd968ec44d292f20f8d13822724a5c8d3"}, + {file = "port_ocean-0.12.3-py3-none-any.whl", hash = "sha256:55aebee1ae935dc421d3101c6ca78e72478bfd583138e0c6a4c0787a7baecd3a"}, + {file = "port_ocean-0.12.3.tar.gz", hash = "sha256:be1aa43edabcc95414bcf3a5af953c138d422224de81fe849313372636da691b"}, ] [package.dependencies] @@ -1883,4 +1883,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "a4c59f3bfb72b3c41a1437d6a757db8cc4795fd72203b18e28b48093140bce21" +content-hash = "acb5c79b85b0bf9fbaa4b06734ef5e49d19e65ac16fa10857e18441c39a0ea58" diff --git a/integrations/snyk/pyproject.toml b/integrations/snyk/pyproject.toml index 74922622fd..e968f418a6 100644 --- a/integrations/snyk/pyproject.toml +++ b/integrations/snyk/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "snyk" -version = "0.1.92" +version = "0.1.93" description = "Snyk integration powered by Ocean" authors = ["Isaac Coffie "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.12.2", extras = ["cli"]} +port_ocean = {version = "^0.12.3", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration diff --git a/integrations/sonarqube/CHANGELOG.md b/integrations/sonarqube/CHANGELOG.md index 43dee00ebc..1dd1a18c65 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.100 (2024-10-09) + + +### Improvements + +- Bumped ocean version to ^0.12.3 + + ## 0.1.99 (2024-10-08) diff --git a/integrations/sonarqube/poetry.lock b/integrations/sonarqube/poetry.lock index 746f1d85d9..7abe98f995 100644 --- a/integrations/sonarqube/poetry.lock +++ b/integrations/sonarqube/poetry.lock @@ -989,13 +989,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.12.2" +version = "0.12.3" 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.12.2-py3-none-any.whl", hash = "sha256:81cb8b8c1494c6282bf1abd0c4dcf83188c64d5929adf5b93336c85bdd7896a9"}, - {file = "port_ocean-0.12.2.tar.gz", hash = "sha256:ea717d3eb8ee983644af6b8aaf623c3cd968ec44d292f20f8d13822724a5c8d3"}, + {file = "port_ocean-0.12.3-py3-none-any.whl", hash = "sha256:55aebee1ae935dc421d3101c6ca78e72478bfd583138e0c6a4c0787a7baecd3a"}, + {file = "port_ocean-0.12.3.tar.gz", hash = "sha256:be1aa43edabcc95414bcf3a5af953c138d422224de81fe849313372636da691b"}, ] [package.dependencies] @@ -1883,4 +1883,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "0f3e91e36f43b1b2050532d7707a4f225fa463710e3c95b0527d9fa9dc3c0932" +content-hash = "3b6d7566b2222d7e1e5a0d252c6d3dedc2e73f2a27d0e9428220247c418dfa4d" diff --git a/integrations/sonarqube/pyproject.toml b/integrations/sonarqube/pyproject.toml index 530ae9127d..0c3c34cc02 100644 --- a/integrations/sonarqube/pyproject.toml +++ b/integrations/sonarqube/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "sonarqube" -version = "0.1.99" +version = "0.1.100" description = "SonarQube projects and code quality analysis integration" authors = ["Port Team "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.12.2", extras = ["cli"]} +port_ocean = {version = "^0.12.3", extras = ["cli"]} rich = "^13.5.2" cookiecutter = "^2.3.0" diff --git a/integrations/statuspage/CHANGELOG.md b/integrations/statuspage/CHANGELOG.md index eb1cba7280..0a092fce9b 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.32 (2024-10-09) + + +### Improvements + +- Bumped ocean version to ^0.12.3 + + ## 0.1.31 (2024-10-08) diff --git a/integrations/statuspage/poetry.lock b/integrations/statuspage/poetry.lock index c6d524e17b..a3708a8390 100644 --- a/integrations/statuspage/poetry.lock +++ b/integrations/statuspage/poetry.lock @@ -989,13 +989,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.12.2" +version = "0.12.3" 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.12.2-py3-none-any.whl", hash = "sha256:81cb8b8c1494c6282bf1abd0c4dcf83188c64d5929adf5b93336c85bdd7896a9"}, - {file = "port_ocean-0.12.2.tar.gz", hash = "sha256:ea717d3eb8ee983644af6b8aaf623c3cd968ec44d292f20f8d13822724a5c8d3"}, + {file = "port_ocean-0.12.3-py3-none-any.whl", hash = "sha256:55aebee1ae935dc421d3101c6ca78e72478bfd583138e0c6a4c0787a7baecd3a"}, + {file = "port_ocean-0.12.3.tar.gz", hash = "sha256:be1aa43edabcc95414bcf3a5af953c138d422224de81fe849313372636da691b"}, ] [package.dependencies] @@ -1883,4 +1883,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "a4c59f3bfb72b3c41a1437d6a757db8cc4795fd72203b18e28b48093140bce21" +content-hash = "acb5c79b85b0bf9fbaa4b06734ef5e49d19e65ac16fa10857e18441c39a0ea58" diff --git a/integrations/statuspage/pyproject.toml b/integrations/statuspage/pyproject.toml index fe79cfe7e0..11da290015 100644 --- a/integrations/statuspage/pyproject.toml +++ b/integrations/statuspage/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "statuspage" -version = "0.1.31" +version = "0.1.32" description = "Connect Statuspage to Ocean and automatically ingest incidents, updates, and impacted components for comprehensive monitoring" authors = ["Albert Luganga "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.12.2", extras = ["cli"]} +port_ocean = {version = "^0.12.3", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration diff --git a/integrations/terraform-cloud/CHANGELOG.md b/integrations/terraform-cloud/CHANGELOG.md index 1b2f565ce9..e2c13a247a 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.71 (2024-10-09) + + +### Improvements + +- Bumped ocean version to ^0.12.3 + + ## 0.1.70 (2024-10-08) diff --git a/integrations/terraform-cloud/poetry.lock b/integrations/terraform-cloud/poetry.lock index c6d524e17b..a3708a8390 100644 --- a/integrations/terraform-cloud/poetry.lock +++ b/integrations/terraform-cloud/poetry.lock @@ -989,13 +989,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.12.2" +version = "0.12.3" 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.12.2-py3-none-any.whl", hash = "sha256:81cb8b8c1494c6282bf1abd0c4dcf83188c64d5929adf5b93336c85bdd7896a9"}, - {file = "port_ocean-0.12.2.tar.gz", hash = "sha256:ea717d3eb8ee983644af6b8aaf623c3cd968ec44d292f20f8d13822724a5c8d3"}, + {file = "port_ocean-0.12.3-py3-none-any.whl", hash = "sha256:55aebee1ae935dc421d3101c6ca78e72478bfd583138e0c6a4c0787a7baecd3a"}, + {file = "port_ocean-0.12.3.tar.gz", hash = "sha256:be1aa43edabcc95414bcf3a5af953c138d422224de81fe849313372636da691b"}, ] [package.dependencies] @@ -1883,4 +1883,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "a4c59f3bfb72b3c41a1437d6a757db8cc4795fd72203b18e28b48093140bce21" +content-hash = "acb5c79b85b0bf9fbaa4b06734ef5e49d19e65ac16fa10857e18441c39a0ea58" diff --git a/integrations/terraform-cloud/pyproject.toml b/integrations/terraform-cloud/pyproject.toml index 311339387e..7f12749973 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.70" +version = "0.1.71" description = "Terraform Cloud Integration for Port" authors = ["Michael Armah "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.12.2", extras = ["cli"]} +port_ocean = {version = "^0.12.3", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration diff --git a/integrations/wiz/CHANGELOG.md b/integrations/wiz/CHANGELOG.md index c02b412223..36ec8f2747 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.64 (2024-10-09) + + +### Improvements + +- Bumped ocean version to ^0.12.3 + + ## 0.1.63 (2024-10-08) diff --git a/integrations/wiz/poetry.lock b/integrations/wiz/poetry.lock index c6d524e17b..a3708a8390 100644 --- a/integrations/wiz/poetry.lock +++ b/integrations/wiz/poetry.lock @@ -989,13 +989,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.12.2" +version = "0.12.3" 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.12.2-py3-none-any.whl", hash = "sha256:81cb8b8c1494c6282bf1abd0c4dcf83188c64d5929adf5b93336c85bdd7896a9"}, - {file = "port_ocean-0.12.2.tar.gz", hash = "sha256:ea717d3eb8ee983644af6b8aaf623c3cd968ec44d292f20f8d13822724a5c8d3"}, + {file = "port_ocean-0.12.3-py3-none-any.whl", hash = "sha256:55aebee1ae935dc421d3101c6ca78e72478bfd583138e0c6a4c0787a7baecd3a"}, + {file = "port_ocean-0.12.3.tar.gz", hash = "sha256:be1aa43edabcc95414bcf3a5af953c138d422224de81fe849313372636da691b"}, ] [package.dependencies] @@ -1883,4 +1883,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "a4c59f3bfb72b3c41a1437d6a757db8cc4795fd72203b18e28b48093140bce21" +content-hash = "acb5c79b85b0bf9fbaa4b06734ef5e49d19e65ac16fa10857e18441c39a0ea58" diff --git a/integrations/wiz/pyproject.toml b/integrations/wiz/pyproject.toml index 86f8262f87..3df4f6e155 100644 --- a/integrations/wiz/pyproject.toml +++ b/integrations/wiz/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "wiz" -version = "0.1.63" +version = "0.1.64" description = "Wiz Port integration in Ocean" authors = ["Albert Luganga "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {version = "^0.12.2", extras = ["cli"]} +port_ocean = {version = "^0.12.3", extras = ["cli"]} [tool.poetry.group.dev.dependencies] # uncomment this if you want to debug the ocean core together with your integration