Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
a82a55e
Bumped ocean version to ^0.28.14 for aikido
actions-user Oct 15, 2025
9faafdb
Bumped ocean version to ^0.28.14 for amplication
actions-user Oct 15, 2025
6b25eac
Bumped ocean version to ^0.28.14 for argocd
actions-user Oct 15, 2025
9c238d0
Bumped ocean version to ^0.28.14 for armorcode
actions-user Oct 15, 2025
1301458
Bumped ocean version to ^0.28.14 for aws
actions-user Oct 15, 2025
e90051b
Bumped ocean version to ^0.28.14 for aws-v3
actions-user Oct 15, 2025
98f4e29
Bumped ocean version to ^0.28.14 for azure
actions-user Oct 15, 2025
21a61e8
Bumped ocean version to ^0.28.14 for azure-devops
actions-user Oct 15, 2025
b35908e
Bumped ocean version to ^0.28.14 for azure-resource-graph
actions-user Oct 15, 2025
4398a1c
Bumped ocean version to ^0.28.14 for backstage
actions-user Oct 15, 2025
8dd3321
Bumped ocean version to ^0.28.14 for bitbucket-cloud
actions-user Oct 15, 2025
ebf7311
Bumped ocean version to ^0.28.14 for bitbucket-server
actions-user Oct 15, 2025
cb01e8e
Bumped ocean version to ^0.28.14 for checkmarx-one
actions-user Oct 15, 2025
85dced2
Bumped ocean version to ^0.28.14 for datadog
actions-user Oct 15, 2025
f9a5ac6
Bumped ocean version to ^0.28.14 for dynatrace
actions-user Oct 15, 2025
ab35338
Bumped ocean version to ^0.28.14 for fake-integration
actions-user Oct 15, 2025
4cc8d77
Bumped ocean version to ^0.28.14 for firehydrant
actions-user Oct 15, 2025
904b3f4
Bumped ocean version to ^0.28.14 for gcp
actions-user Oct 15, 2025
b7650a3
Bumped ocean version to ^0.28.14 for github
actions-user Oct 15, 2025
336ddbc
Bumped ocean version to ^0.28.14 for github-copilot
actions-user Oct 15, 2025
3498c46
Bumped ocean version to ^0.28.14 for gitlab
actions-user Oct 15, 2025
3440e38
Bumped ocean version to ^0.28.14 for gitlab-v2
actions-user Oct 15, 2025
531a161
Bumped ocean version to ^0.28.14 for http-server
actions-user Oct 15, 2025
a4386be
Bumped ocean version to ^0.28.14 for jenkins
actions-user Oct 15, 2025
b49951c
Bumped ocean version to ^0.28.14 for jira
actions-user Oct 15, 2025
9371ca2
Bumped ocean version to ^0.28.14 for jira-server
actions-user Oct 15, 2025
e68a48e
Bumped ocean version to ^0.28.14 for kafka
actions-user Oct 15, 2025
33832d5
Bumped ocean version to ^0.28.14 for komodor
actions-user Oct 15, 2025
6e40754
Bumped ocean version to ^0.28.14 for kubecost
actions-user Oct 15, 2025
32b8136
Bumped ocean version to ^0.28.14 for launchdarkly
actions-user Oct 15, 2025
a3e3f4a
Bumped ocean version to ^0.28.14 for linear
actions-user Oct 15, 2025
34a846a
Bumped ocean version to ^0.28.14 for newrelic
actions-user Oct 15, 2025
7ac631d
Bumped ocean version to ^0.28.14 for octopus
actions-user Oct 15, 2025
08df4a0
Bumped ocean version to ^0.28.14 for okta
actions-user Oct 15, 2025
7837c5b
Bumped ocean version to ^0.28.14 for opencost
actions-user Oct 15, 2025
ddcb8c0
Bumped ocean version to ^0.28.14 for opsgenie
actions-user Oct 15, 2025
2244db1
Bumped ocean version to ^0.28.14 for pagerduty
actions-user Oct 15, 2025
c6f82d2
Bumped ocean version to ^0.28.14 for sentry
actions-user Oct 15, 2025
967d771
Bumped ocean version to ^0.28.14 for servicenow
actions-user Oct 15, 2025
f2b47a5
Bumped ocean version to ^0.28.14 for snyk
actions-user Oct 15, 2025
e5e479d
Bumped ocean version to ^0.28.14 for sonarqube
actions-user Oct 15, 2025
b839010
Bumped ocean version to ^0.28.14 for statuspage
actions-user Oct 15, 2025
7865a4d
Bumped ocean version to ^0.28.14 for terraform-cloud
actions-user Oct 15, 2025
99f5c6a
Bumped ocean version to ^0.28.14 for wiz
actions-user Oct 15, 2025
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/aikido/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.27-beta (2025-10-15)


### Improvements

- Bumped ocean version to ^0.28.14


## 0.1.26-beta (2025-09-30)


Expand Down
8 changes: 4 additions & 4 deletions integrations/aikido/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions integrations/aikido/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tool.poetry]
name = "aikido"
version = "0.1.26-beta"
version = "0.1.27-beta"
description = "Aikido Ocean Integation"
authors = ["Habib Nuhu <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.12"
port_ocean = {version = "^0.28.12", extras = ["cli"]}
port_ocean = {version = "^0.28.14", 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/amplication/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.1.77 (2025-10-15)


### Improvements

- Bumped ocean version to ^0.28.14


## 0.1.76 (2025-09-30)


Expand Down
8 changes: 4 additions & 4 deletions integrations/amplication/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions integrations/amplication/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tool.poetry]
name = "amplication"
version = "0.1.76"
version = "0.1.77"
description = "Allowing Amplication users to integrate with Port"
authors = ["Itai Nathaniel <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.12"
port_ocean = {version = "^0.28.12", extras = ["cli"]}
port_ocean = {version = "^0.28.14", 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/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.225 (2025-10-15)


### Improvements

- Bumped ocean version to ^0.28.14


## 0.1.224 (2025-10-14)

### Improvements
Expand Down
8 changes: 4 additions & 4 deletions integrations/argocd/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.224"
version = "0.1.225"
description = "Argo CD integration powered by Ocean"
authors = ["Isaac Coffie <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.12"
port_ocean = {version = "^0.28.12", extras = ["cli"]}
port_ocean = {version = "^0.28.14", 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/armorcode/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.1-beta (2025-10-15)


### Improvements

- Bumped ocean version to ^0.28.14


## 0.1.0-dev (2025-10-06)

Expand Down
10 changes: 5 additions & 5 deletions integrations/armorcode/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions integrations/armorcode/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tool.poetry]
name = "armorcode"
version = "0.1.0-beta"
version = "0.1.1-beta"
description = "Armorcode Ocean Integration"
authors = ["Habib Nuhu <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.12"
port_ocean = { version = "^0.28.12", extras = ["cli"] }
port_ocean = {version = "^0.28.14", 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-v3/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 -->

## 1.4.4-beta (2025-10-15)


### Improvements

- Bumped ocean version to ^0.28.14


## 1.4.3-beta (2025-10-08)


Expand Down
8 changes: 4 additions & 4 deletions integrations/aws-v3/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions integrations/aws-v3/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tool.poetry]
name = "aws-v3"
version = "1.4.3-beta"
version = "1.4.4-beta"
description = "AWS"
authors = ["Shariff Mohammed <[email protected]>", "Michael Armah <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.12"
port_ocean = {version = "^0.28.12", extras = ["cli"]}
port_ocean = {version = "^0.28.14", extras = ["cli"]}
aiobotocore = "^2.23.0"
boto3-stubs = {extras = ["sts"], version = "^1.39.3"}
types-aiobotocore = {extras = ["sts"], version = "^2.23.0"}
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.182 (2025-10-15)


### Improvements

- Bumped ocean version to ^0.28.14


## 0.2.181 (2025-09-30)


Expand Down
8 changes: 4 additions & 4 deletions integrations/aws/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.181"
version = "0.2.182"
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.28.12", extras = ["cli"]}
port_ocean = {version = "^0.28.14", 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.4.14 (2025-10-15)


### Improvements

- Bumped ocean version to ^0.28.14


## 0.4.13 (2025-09-30)


Expand Down
8 changes: 4 additions & 4 deletions integrations/azure-devops/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.4.13"
version = "0.4.14"
description = "An Azure Devops Ocean integration"
authors = ["Matan Geva <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.12"
port_ocean = {version = "^0.28.12", extras = ["cli"]}
port_ocean = {version = "^0.28.14", extras = ["cli"]}
braceexpand = "^0.1.7"
wcmatch = "^10.1"

Expand Down
8 changes: 8 additions & 0 deletions integrations/azure-resource-graph/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.1-beta (2025-10-15)


### Improvements

- Bumped ocean version to ^0.28.14


## 0.1.0-beta (2025-10-14)

### Improvements
Expand Down
Loading
Loading