Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Integration] Apply Ocean version 0.20.2 to all integrations #1423

Merged
merged 31 commits into from
Feb 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
f34d650
[SQUASH] fix changelog
erikzaadi Feb 23, 2025
307554b
Bumped ocean version to ^0.20.2 for argocd
erikzaadi Feb 23, 2025
42ae813
Bumped ocean version to ^0.20.2 for aws
erikzaadi Feb 23, 2025
4949d87
Bumped ocean version to ^0.20.2 for azure
erikzaadi Feb 23, 2025
6a1a6d5
Bumped ocean version to ^0.20.2 for azure-devops
erikzaadi Feb 23, 2025
e9116a9
Bumped ocean version to ^0.20.2 for backstage
erikzaadi Feb 23, 2025
257fc4d
Bumped ocean version to ^0.20.2 for datadog
erikzaadi Feb 23, 2025
2b3d757
Bumped ocean version to ^0.20.2 for dynatrace
erikzaadi Feb 23, 2025
f0b4df0
Bumped ocean version to ^0.20.2 for fake-integration
erikzaadi Feb 23, 2025
63737c2
Bumped ocean version to ^0.20.2 for firehydrant
erikzaadi Feb 23, 2025
d5897c6
Bumped ocean version to ^0.20.2 for gcp
erikzaadi Feb 23, 2025
79742f5
Bumped ocean version to ^0.20.2 for gitlab
erikzaadi Feb 23, 2025
b5d7d7f
Bumped ocean version to ^0.20.2 for jenkins
erikzaadi Feb 23, 2025
92f8ad0
Bumped ocean version to ^0.20.2 for jira
erikzaadi Feb 23, 2025
c3bc79d
Bumped ocean version to ^0.20.2 for kafka
erikzaadi Feb 23, 2025
63d1b77
Bumped ocean version to ^0.20.2 for kubecost
erikzaadi Feb 23, 2025
7844e6d
Bumped ocean version to ^0.20.2 for launchdarkly
erikzaadi Feb 23, 2025
3fe85f3
Bumped ocean version to ^0.20.2 for linear
erikzaadi Feb 23, 2025
5b53c2d
Bumped ocean version to ^0.20.2 for newrelic
erikzaadi Feb 23, 2025
f7a6cf8
Bumped ocean version to ^0.20.2 for octopus
erikzaadi Feb 23, 2025
6bc7bd8
Bumped ocean version to ^0.20.2 for opencost
erikzaadi Feb 23, 2025
ef98ddd
Bumped ocean version to ^0.20.2 for opsgenie
erikzaadi Feb 23, 2025
31aa3ad
Bumped ocean version to ^0.20.2 for pagerduty
erikzaadi Feb 23, 2025
492bcbd
Bumped ocean version to ^0.20.2 for sentry
erikzaadi Feb 23, 2025
35c33bc
Bumped ocean version to ^0.20.2 for servicenow
erikzaadi Feb 23, 2025
71db1f1
Bumped ocean version to ^0.20.2 for snyk
erikzaadi Feb 23, 2025
2738759
Bumped ocean version to ^0.20.2 for sonarqube
erikzaadi Feb 23, 2025
f29255f
Bumped ocean version to ^0.20.2 for statuspage
erikzaadi Feb 23, 2025
ee251e8
Bumped ocean version to ^0.20.2 for terraform-cloud
erikzaadi Feb 23, 2025
c84ff0b
Bumped ocean version to ^0.20.2 for wiz
erikzaadi Feb 23, 2025
635396a
[SQUASH] Fix argocd
erikzaadi Feb 23, 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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

<!-- towncrier release notes start -->

## 0.20.2 (2025-02-23)

### Bug Fixes
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.140 (2025-02-23)


### Improvements

- Bumped ocean version to ^0.20.2


## 0.1.139 (2025-02-23)


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.139"
version = "0.1.140"
description = "Argo CD integration powered by Ocean"
authors = ["Isaac Coffie <isaac@getport.io>"]

[tool.poetry.dependencies]
python = "^3.12"
port_ocean = {version = "^0.20.1", extras = ["cli"]}
port_ocean = {version = "^0.20.2", 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.103 (2025-02-23)


### Improvements

- Bumped ocean version to ^0.20.2


## 0.2.102 (2025-02-23)


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.102"
version = "0.2.103"
description = "This integration will map all your resources in all the available accounts to your Port entities"
authors = ["Shalev Avhar <shalev@getport.io>", "Erik Zaadi <erik@getport.io>"]

[tool.poetry.dependencies]
python = "^3.12"
port_ocean = {version = "^0.20.1", extras = ["cli"]}
port_ocean = {version = "^0.20.2", 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.128 (2025-02-23)


### Improvements

- Bumped ocean version to ^0.20.2


## 0.1.127 (2025-02-23)


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.1.127"
version = "0.1.128"
description = "An Azure Devops Ocean integration"
authors = ["Matan Geva <matang@getport.io>"]

[tool.poetry.dependencies]
python = "^3.12"
port_ocean = {version = "^0.20.1", extras = ["cli"]}
port_ocean = {version = "^0.20.2", 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.144 (2025-02-23)

### Improvements

- Bumped ocean version to ^0.20.2


0.1.143 (2025-02-23)

### Improvements
Expand Down
8 changes: 4 additions & 4 deletions integrations/azure/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/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tool.poetry]
name = "azure"
version = "0.1.143"
version = "0.1.144"
description = "Azure integration"
authors = ["Tom Tankilevitch <tom@getport.io>"]

[tool.poetry.dependencies]
python = "^3.12"
port_ocean = {version = "^0.20.1", extras = ["cli"]}
port_ocean = {version = "^0.20.2", 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.47-beta (2025-02-23)


### Improvements

- Bumped ocean version to ^0.20.2


## 0.1.46-beta (2025-02-23)


Expand Down
8 changes: 4 additions & 4 deletions integrations/backstage/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/backstage/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tool.poetry]
name = "backstage"
version = "0.1.46-beta"
version = "0.1.47-beta"
description = "Importing resources from Backstage IDP"
authors = ["Roi Talpaz <roi.t@getport.io>"]

[tool.poetry.dependencies]
python = "^3.12"
port_ocean = {version = "^0.20.1", extras = ["cli"]}
port_ocean = {version = "^0.20.2", 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/datadog/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.25 (2025-02-23)


### Improvements

- Bumped ocean version to ^0.20.2


## 0.2.24 (2025-02-23)


Expand Down
8 changes: 4 additions & 4 deletions integrations/datadog/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/datadog/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tool.poetry]
name = "datadog"
version = "0.2.24"
version = "0.2.25"
description = "Datadog Ocean Integration"
authors = ["Albert Luganga <albertluganga@getport.io>"]

[tool.poetry.dependencies]
python = "^3.12"
port_ocean = {version = "^0.20.1", extras = ["cli"]}
port_ocean = {version = "^0.20.2", extras = ["cli"]}
loguru = "^0.7.2"

[tool.poetry.group.dev.dependencies]
Expand Down
8 changes: 8 additions & 0 deletions integrations/dynatrace/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.106 (2025-02-23)


### Improvements

- Bumped ocean version to ^0.20.2


## 0.1.105 (2025-02-23)


Expand Down
8 changes: 4 additions & 4 deletions integrations/dynatrace/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/dynatrace/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tool.poetry]
name = "dynatrace"
version = "0.1.105"
version = "0.1.106"
description = "An integration used to import Dynatrace resources into Port"
authors = ["Ayodeji Adeoti <<ayodeji.adeoti@getport.io>>"]

[tool.poetry.dependencies]
python = "^3.12"
port_ocean = {version = "^0.20.1", extras = ["cli"]}
port_ocean = {version = "^0.20.2", 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/fake-integration/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- towncrier release notes start -->

## 0.1.55-dev (2025-02-23)


### Improvements

- Bumped ocean version to ^0.20.2


## 0.1.54-dev (2025-02-23)


Expand Down
Loading
Loading