Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply Ocean version 0.13.0 to all integrations #1134

Merged
merged 2 commits into from
Nov 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions integrations/argocd/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- towncrier release notes start -->

## 0.1.100 (2024-11-10)


### Improvements

- Bumped ocean version to ^0.13.0


## 0.1.99 (2024-11-10)


Expand Down
119 changes: 58 additions & 61 deletions integrations/argocd/poetry.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions integrations/argocd/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tool.poetry]
name = "argocd"
version = "0.1.99"
version = "0.1.100"
description = "Argo CD integration powered by Ocean"
authors = ["Isaac Coffie <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.11"
port_ocean = {version = "^0.12.9", extras = ["cli"]}
python = "^3.12"
port_ocean = {version = "^0.13.0", extras = ["cli"]}

[tool.poetry.group.dev.dependencies]
# Uncomment this if you want to debug the ocean core together with your integration
Expand Down
8 changes: 8 additions & 0 deletions integrations/aws/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- towncrier release notes start -->

## 0.2.56 (2024-11-10)


### Improvements

- Bumped ocean version to ^0.13.0


## 0.2.55 (2024-11-10)


Expand Down
1,601 changes: 824 additions & 777 deletions integrations/aws/poetry.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions integrations/aws/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tool.poetry]
name = "aws"
version = "0.2.55"
version = "0.2.56"
description = "This integration will map all your resources in all the available accounts to your Port entities"
authors = ["Shalev Avhar <[email protected]>", "Erik Zaadi <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.11"
port_ocean = {version = "^0.12.9", extras = ["cli"]}
python = "^3.12"
port_ocean = {version = "^0.13.0", 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"]}
Expand Down
8 changes: 8 additions & 0 deletions integrations/azure-devops/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- towncrier release notes start -->

## 0.1.81 (2024-11-10)


### Improvements

- Bumped ocean version to ^0.13.0


## 0.1.80 (2024-11-10)


Expand Down
863 changes: 445 additions & 418 deletions integrations/azure-devops/poetry.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions integrations/azure-devops/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tool.poetry]
name = "azure-devops"
version = "0.1.80"
version = "0.1.81"
description = "An Azure Devops Ocean integration"
authors = ["Matan Geva <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.11"
port_ocean = {version = "^0.12.9", extras = ["cli"]}
python = "^3.12"
port_ocean = {version = "^0.13.0", extras = ["cli"]}

[tool.poetry.group.dev.dependencies]
# Uncomment this if you want to debug the ocean core together with your integration
Expand Down
7 changes: 7 additions & 0 deletions integrations/azure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.1.102 (2024-11-10)

### Improvements

- Bumped ocean version to ^0.13.0


0.1.101 (2024-11-10)

### Improvements
Expand Down
1,901 changes: 1,023 additions & 878 deletions integrations/azure/poetry.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions integrations/azure/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tool.poetry]
name = "azure"
version = "0.1.101"
version = "0.1.102"
description = "Azure integration"
authors = ["Tom Tankilevitch <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.11"
port_ocean = {version = "^0.12.9", extras = ["cli"]}
python = "^3.12"
port_ocean = {version = "^0.13.0", 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"
Expand Down
8 changes: 8 additions & 0 deletions integrations/backstage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.1.7-beta (2024-11-10)


### Improvements

- Bumped ocean version to ^0.13.0


## 0.1.6-beta (2024-11-10)


Expand Down
619 changes: 321 additions & 298 deletions integrations/backstage/poetry.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions integrations/backstage/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tool.poetry]
name = "backstage"
version = "0.1.6-beta"
version = "0.1.7-beta"
description = "Importing resources from Backstage IDP"
authors = ["Roi Talpaz <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.11"
port_ocean = {version = "^0.12.9", extras = ["cli"]}
python = "^3.12"
port_ocean = {version = "^0.13.0", extras = ["cli"]}

[tool.poetry.group.dev.dependencies]
# Uncomment this if you want to debug the ocean core together with your integration
Expand Down
8 changes: 8 additions & 0 deletions integrations/datadog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- towncrier release notes start -->

## 0.1.52 (2024-11-10)


### Improvements

- Bumped ocean version to ^0.13.0


## 0.1.51 (2024-11-10)


Expand Down
857 changes: 442 additions & 415 deletions integrations/datadog/poetry.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions integrations/datadog/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tool.poetry]
name = "datadog"
version = "0.1.51"
version = "0.1.52"
description = "Datadog Ocean Integration"
authors = ["Albert Luganga <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.11"
port_ocean = {version = "^0.12.9", extras = ["cli"]}
python = "^3.12"
port_ocean = {version = "^0.13.0", extras = ["cli"]}
loguru = "^0.7.2"

[tool.poetry.group.dev.dependencies]
Expand Down
8 changes: 8 additions & 0 deletions integrations/dynatrace/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- towncrier release notes start -->

## 0.1.64 (2024-11-10)


### Improvements

- Bumped ocean version to ^0.13.0


## 0.1.63 (2024-11-10)


Expand Down
Loading