Skip to content

Commit 0b52188

Browse files
[Integration] Apply Ocean version 0.15.1 to all integrations (#1238)
1 parent d204af5 commit 0b52188

Some content is hidden

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

88 files changed

+405
-175
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
77

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

10-
## 0.15.1 (2024-15-12)
10+
## 0.15.1 (2024-12-15)
1111

1212
### Bug Fixes
1313

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.110 (2024-12-15)
11+
12+
13+
### Improvements
14+
15+
- Bumped ocean version to ^0.15.1
16+
17+
1018
## 0.1.109 (2024-12-12)
1119

1220

integrations/argocd/poetry.lock

Lines changed: 4 additions & 4 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.109"
3+
version = "0.1.110"
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.15.0", extras = ["cli"]}
9+
port_ocean = {version = "^0.15.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.69 (2024-12-15)
11+
12+
13+
### Improvements
14+
15+
- Bumped ocean version to ^0.15.1
16+
17+
1018
## 0.2.68 (2024-12-12)
1119

1220

integrations/aws/poetry.lock

Lines changed: 4 additions & 4 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.68"
3+
version = "0.2.69"
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.15.0", extras = ["cli"]}
9+
port_ocean = {version = "^0.15.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.94 (2024-12-15)
11+
12+
13+
### Improvements
14+
15+
- Bumped ocean version to ^0.15.1
16+
17+
1018
## 0.1.93 (2024-12-12)
1119

1220

integrations/azure-devops/poetry.lock

Lines changed: 4 additions & 4 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.93"
3+
version = "0.1.94"
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.15.0", extras = ["cli"]}
9+
port_ocean = {version = "^0.15.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.113 (2024-12-15)
2+
3+
### Improvements
4+
5+
- Bumped ocean version to ^0.15.1
6+
7+
18
0.1.112 (2024-12-12)
29

310
### Improvements

integrations/azure/poetry.lock

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

integrations/azure/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"
3-
version = "0.1.112"
3+
version = "0.1.113"
44
description = "Azure integration"
55
authors = ["Tom Tankilevitch <tom@getport.io>"]
66

77
[tool.poetry.dependencies]
88
python = "^3.12"
9-
port_ocean = {version = "^0.15.0", extras = ["cli"]}
9+
port_ocean = {version = "^0.15.1", extras = ["cli"]}
1010
# due to patching the azure-mgmt-resource package, we need to use a specific version
1111
azure-mgmt-resource = "23.2.0"
1212
azure-identity = "^1.13.0"

integrations/backstage/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.1.17-beta (2024-12-15)
2+
3+
4+
### Improvements
5+
6+
- Bumped ocean version to ^0.15.1
7+
8+
19
## 0.1.16-beta (2024-12-12)
210

311

integrations/backstage/poetry.lock

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

integrations/backstage/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 = "backstage"
3-
version = "0.1.16-beta"
3+
version = "0.1.17-beta"
44
description = "Importing resources from Backstage IDP"
55
authors = ["Roi Talpaz <roi.t@getport.io>"]
66

77
[tool.poetry.dependencies]
88
python = "^3.12"
9-
port_ocean = {version = "^0.15.0", extras = ["cli"]}
9+
port_ocean = {version = "^0.15.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/datadog/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.65 (2024-12-15)
11+
12+
13+
### Improvements
14+
15+
- Bumped ocean version to ^0.15.1
16+
17+
1018
## 0.1.64 (2024-12-12)
1119

1220

integrations/datadog/poetry.lock

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

integrations/datadog/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 = "datadog"
3-
version = "0.1.64"
3+
version = "0.1.65"
44
description = "Datadog Ocean Integration"
55
authors = ["Albert Luganga <albertluganga@getport.io>"]
66

77
[tool.poetry.dependencies]
88
python = "^3.12"
9-
port_ocean = {version = "^0.15.0", extras = ["cli"]}
9+
port_ocean = {version = "^0.15.1", extras = ["cli"]}
1010
loguru = "^0.7.2"
1111

1212
[tool.poetry.group.dev.dependencies]

integrations/dynatrace/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.75 (2024-12-15)
11+
12+
13+
### Improvements
14+
15+
- Bumped ocean version to ^0.15.1
16+
17+
1018
## 0.1.74 (2024-12-12)
1119

1220

integrations/dynatrace/poetry.lock

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

integrations/dynatrace/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 = "dynatrace"
3-
version = "0.1.74"
3+
version = "0.1.75"
44
description = "An integration used to import Dynatrace resources into Port"
55
authors = ["Ayodeji Adeoti <<ayodeji.adeoti@getport.io>>"]
66

77
[tool.poetry.dependencies]
88
python = "^3.12"
9-
port_ocean = {version = "^0.15.0", extras = ["cli"]}
9+
port_ocean = {version = "^0.15.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/fake-integration/CHANGELOG.md

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

66
<!-- towncrier release notes start -->
77

8+
## 0.1.25-dev (2024-12-15)
9+
10+
11+
### Improvements
12+
13+
- Bumped ocean version to ^0.15.1
14+
15+
816
## 0.1.24-dev (2024-12-12)
917

1018

0 commit comments

Comments
 (0)