Skip to content

Commit

Permalink
[Integration] Apply Ocean version 0.17.8 to all integrations (#1328)
Browse files Browse the repository at this point in the history
  • Loading branch information
portmachineuser authored Jan 16, 2025
1 parent 9f5dbcf commit 8de5565
Show file tree
Hide file tree
Showing 87 changed files with 2,800 additions and 357 deletions.
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.123 (2025-01-16)


### Improvements

- Bumped ocean version to ^0.17.8


## 0.1.122 (2025-01-15)


Expand Down
92 changes: 82 additions & 10 deletions integrations/argocd/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 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.122"
version = "0.1.123"
description = "Argo CD integration powered by Ocean"
authors = ["Isaac Coffie <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.12"
port_ocean = {version = "^0.17.7", extras = ["cli"]}
port_ocean = {version = "^0.17.8", 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.85 (2025-01-16)


### Improvements

- Bumped ocean version to ^0.17.8


## 0.2.84 (2025-01-15)


Expand Down
146 changes: 136 additions & 10 deletions integrations/aws/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 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.84"
version = "0.2.85"
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.12"
port_ocean = {version = "^0.17.7", extras = ["cli"]}
port_ocean = {version = "^0.17.8", 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.107 (2025-01-16)


### Improvements

- Bumped ocean version to ^0.17.8


## 0.1.106 (2025-01-15)


Expand Down
93 changes: 83 additions & 10 deletions integrations/azure-devops/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 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.106"
version = "0.1.107"
description = "An Azure Devops Ocean integration"
authors = ["Matan Geva <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.12"
port_ocean = {version = "^0.17.7", extras = ["cli"]}
port_ocean = {version = "^0.17.8", 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
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- towncrier release notes start -->

0.1.128 (2025-01-16)

### Improvements

- Bumped ocean version to ^0.17.8


0.1.127 (2025-01-15)

### Improvements
Expand Down
118 changes: 108 additions & 10 deletions integrations/azure/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 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.127"
version = "0.1.128"
description = "Azure integration"
authors = ["Tom Tankilevitch <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.12"
port_ocean = {version = "^0.17.7", extras = ["cli"]}
port_ocean = {version = "^0.17.8", extras = ["cli"]}
# due to patching the azure-mgmt-resource package, we need to use a specific version
azure-mgmt-resource = "23.2.0"
azure-identity = "^1.13.0"
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.30-beta (2025-01-16)


### Improvements

- Bumped ocean version to ^0.17.8


## 0.1.29-beta (2025-01-15)


Expand Down
Loading

0 comments on commit 8de5565

Please sign in to comment.