Skip to content

Commit 9e6591b

Browse files
Apply Ocean version 0.13.1 to all integrations (#1143)
This PR was automatically created by a GitHub Action. ## What does this PR do? Apply Ocean version 0.13.1 to all integrations ## How should this be manually tested? ./scripts/bump-all.sh ^0.13.1 --------- Co-authored-by: GitHub Action <action@github.com>
1 parent c442cc4 commit 9e6591b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+433
-203
lines changed

integrations/argocd/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
<!-- towncrier release notes start -->
99

10+
## 0.1.101 (2024-11-12)
11+
12+
13+
### Improvements
14+
15+
- Bumped ocean version to ^0.13.1
16+
17+
1018
## 0.1.100 (2024-11-10)
1119

1220

integrations/argocd/poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integrations/argocd/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[tool.poetry]
22
name = "argocd"
3-
version = "0.1.100"
3+
version = "0.1.101"
44
description = "Argo CD integration powered by Ocean"
55
authors = ["Isaac Coffie <isaac@getport.io>"]
66

77
[tool.poetry.dependencies]
88
python = "^3.12"
9-
port_ocean = {version = "^0.13.0", extras = ["cli"]}
9+
port_ocean = {version = "^0.13.1", extras = ["cli"]}
1010

1111
[tool.poetry.group.dev.dependencies]
1212
# Uncomment this if you want to debug the ocean core together with your integration

integrations/aws/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
<!-- towncrier release notes start -->
99

10+
## 0.2.57 (2024-11-12)
11+
12+
13+
### Improvements
14+
15+
- Bumped ocean version to ^0.13.1
16+
17+
1018
## 0.2.56 (2024-11-10)
1119

1220

integrations/aws/poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integrations/aws/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[tool.poetry]
22
name = "aws"
3-
version = "0.2.56"
3+
version = "0.2.57"
44
description = "This integration will map all your resources in all the available accounts to your Port entities"
55
authors = ["Shalev Avhar <shalev@getport.io>", "Erik Zaadi <erik@getport.io>"]
66

77
[tool.poetry.dependencies]
88
python = "^3.12"
9-
port_ocean = {version = "^0.13.0", extras = ["cli"]}
9+
port_ocean = {version = "^0.13.1", extras = ["cli"]}
1010
python-dotenv = "^1.0.1"
1111
aioboto3 = "^12.4.0"
1212
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"]}

integrations/azure-devops/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
<!-- towncrier release notes start -->
99

10+
## 0.1.82 (2024-11-12)
11+
12+
13+
### Improvements
14+
15+
- Bumped ocean version to ^0.13.1
16+
17+
1018
## 0.1.81 (2024-11-10)
1119

1220

integrations/azure-devops/poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integrations/azure-devops/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[tool.poetry]
22
name = "azure-devops"
3-
version = "0.1.81"
3+
version = "0.1.82"
44
description = "An Azure Devops Ocean integration"
55
authors = ["Matan Geva <matang@getport.io>"]
66

77
[tool.poetry.dependencies]
88
python = "^3.12"
9-
port_ocean = {version = "^0.13.0", extras = ["cli"]}
9+
port_ocean = {version = "^0.13.1", extras = ["cli"]}
1010

1111
[tool.poetry.group.dev.dependencies]
1212
# Uncomment this if you want to debug the ocean core together with your integration

integrations/azure/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
0.1.103 (2024-11-12)
2+
3+
### Improvements
4+
5+
- Bumped ocean version to ^0.13.1
6+
7+
18
0.1.102 (2024-11-10)
29

310
### Improvements

0 commit comments

Comments
 (0)