Skip to content

Commit db61abf

Browse files
committed
bump int version and create changelog
2 parents bd16a3c + cd75a98 commit db61abf

File tree

100 files changed

+4230
-518
lines changed

Some content is hidden

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

100 files changed

+4230
-518
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
<!-- towncrier release notes start -->
9+
## 0.18.0 (2025-01-15)
10+
11+
### Improvements
12+
13+
- Introduced a new entity diff resolver to reduce port system load by comparing entities and upserting changed entities only
14+
15+
## 0.17.8 (2025-01-15)
16+
17+
### Bug Fixes
18+
19+
- Fixed vulnerability in the jinja package that is resolved by updating to 3.1.5
20+
921

1022
## 0.17.7 (2025-01-08)
1123

integrations/argocd/CHANGELOG.md

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

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

10+
## 0.1.124 (2025-01-19)
11+
12+
13+
### Improvements
14+
15+
- Bumped ocean version to ^0.18.0
16+
17+
18+
## 0.1.123 (2025-01-16)
19+
20+
21+
### Improvements
22+
23+
- Bumped ocean version to ^0.17.8
24+
25+
1026
## 0.1.122 (2025-01-15)
1127

1228

integrations/argocd/poetry.lock

Lines changed: 82 additions & 10 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.122"
3+
version = "0.1.124"
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.17.7", extras = ["cli"]}
9+
port_ocean = {version = "^0.18.0", 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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

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

10+
## 0.2.86 (2025-01-19)
11+
12+
13+
### Improvements
14+
15+
- Bumped ocean version to ^0.18.0
16+
17+
18+
## 0.2.85 (2025-01-16)
19+
20+
21+
### Improvements
22+
23+
- Bumped ocean version to ^0.17.8
24+
25+
1026
## 0.2.84 (2025-01-15)
1127

1228

integrations/aws/poetry.lock

Lines changed: 136 additions & 10 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.84"
3+
version = "0.2.86"
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.17.7", extras = ["cli"]}
9+
port_ocean = {version = "^0.18.0", 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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

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

10+
## 0.1.108 (2025-01-19)
11+
12+
13+
### Improvements
14+
15+
- Bumped ocean version to ^0.18.0
16+
17+
18+
## 0.1.107 (2025-01-16)
19+
20+
21+
### Improvements
22+
23+
- Bumped ocean version to ^0.17.8
24+
25+
1026
## 0.1.106 (2025-01-15)
1127

1228

0 commit comments

Comments
 (0)