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.19.1 to all integrations #1406

Merged
merged 29 commits into from
Feb 19, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
eed1fee
Bumped ocean version to ^0.19.1 for argocd
actions-user Feb 19, 2025
09889ee
Bumped ocean version to ^0.19.1 for aws
actions-user Feb 19, 2025
f1fa170
Bumped ocean version to ^0.19.1 for azure
actions-user Feb 19, 2025
877e1b8
Bumped ocean version to ^0.19.1 for azure-devops
actions-user Feb 19, 2025
f339e10
Bumped ocean version to ^0.19.1 for backstage
actions-user Feb 19, 2025
151473b
Bumped ocean version to ^0.19.1 for datadog
actions-user Feb 19, 2025
b2216d4
Bumped ocean version to ^0.19.1 for dynatrace
actions-user Feb 19, 2025
12c92f3
Bumped ocean version to ^0.19.1 for fake-integration
actions-user Feb 19, 2025
5fa9aa9
Bumped ocean version to ^0.19.1 for firehydrant
actions-user Feb 19, 2025
fc23a09
Bumped ocean version to ^0.19.1 for gcp
actions-user Feb 19, 2025
457e388
Bumped ocean version to ^0.19.1 for gitlab
actions-user Feb 19, 2025
29648d9
Bumped ocean version to ^0.19.1 for jenkins
actions-user Feb 19, 2025
21ac859
Bumped ocean version to ^0.19.1 for jira
actions-user Feb 19, 2025
6fe1237
Bumped ocean version to ^0.19.1 for kafka
actions-user Feb 19, 2025
67e7dd9
Bumped ocean version to ^0.19.1 for kubecost
actions-user Feb 19, 2025
ed5c0dd
Bumped ocean version to ^0.19.1 for launchdarkly
actions-user Feb 19, 2025
c35a463
Bumped ocean version to ^0.19.1 for linear
actions-user Feb 19, 2025
039adf9
Bumped ocean version to ^0.19.1 for newrelic
actions-user Feb 19, 2025
b77b700
Bumped ocean version to ^0.19.1 for octopus
actions-user Feb 19, 2025
775c7f9
Bumped ocean version to ^0.19.1 for opencost
actions-user Feb 19, 2025
93b0c2a
Bumped ocean version to ^0.19.1 for opsgenie
actions-user Feb 19, 2025
acb78eb
Bumped ocean version to ^0.19.1 for pagerduty
actions-user Feb 19, 2025
f52ff7b
Bumped ocean version to ^0.19.1 for sentry
actions-user Feb 19, 2025
2b83af7
Bumped ocean version to ^0.19.1 for servicenow
actions-user Feb 19, 2025
37ced7d
Bumped ocean version to ^0.19.1 for snyk
actions-user Feb 19, 2025
4b8abfd
Bumped ocean version to ^0.19.1 for sonarqube
actions-user Feb 19, 2025
8025bd5
Bumped ocean version to ^0.19.1 for statuspage
actions-user Feb 19, 2025
537c2e8
Bumped ocean version to ^0.19.1 for terraform-cloud
actions-user Feb 19, 2025
9f6c0aa
Bumped ocean version to ^0.19.1 for wiz
actions-user Feb 19, 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/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.135 (2025-02-19)


### Improvements

- Bumped ocean version to ^0.19.1


## 0.1.134 (2025-02-18)


Expand Down
10 changes: 5 additions & 5 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.134"
version = "0.1.135"
description = "Argo CD integration powered by Ocean"
authors = ["Isaac Coffie <isaac@getport.io>"]

[tool.poetry.dependencies]
python = "^3.12"
port_ocean = {version = "^0.18.9", extras = ["cli"]}
port_ocean = {version = "^0.19.1", 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.98 (2025-02-19)


### Improvements

- Bumped ocean version to ^0.19.1


## 0.2.97 (2025-02-13)


Expand Down
10 changes: 5 additions & 5 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.97"
version = "0.2.98"
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.18.9", extras = ["cli"]}
port_ocean = {version = "^0.19.1", 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.123 (2025-02-19)


### Improvements

- Bumped ocean version to ^0.19.1


## 0.1.122 (2025-02-18)


Expand Down
10 changes: 5 additions & 5 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.122"
version = "0.1.123"
description = "An Azure Devops Ocean integration"
authors = ["Matan Geva <matang@getport.io>"]

[tool.poetry.dependencies]
python = "^3.12"
port_ocean = {version = "^0.18.9", extras = ["cli"]}
port_ocean = {version = "^0.19.1", 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.139 (2025-02-19)

### Improvements

- Bumped ocean version to ^0.19.1


0.1.138 (2025-02-13)

### Improvements
Expand Down
10 changes: 5 additions & 5 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.138"
version = "0.1.139"
description = "Azure integration"
authors = ["Tom Tankilevitch <tom@getport.io>"]

[tool.poetry.dependencies]
python = "^3.12"
port_ocean = {version = "^0.18.9", extras = ["cli"]}
port_ocean = {version = "^0.19.1", 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.42-beta (2025-02-19)


### Improvements

- Bumped ocean version to ^0.19.1


## 0.1.41-beta (2025-02-13)


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.41-beta"
version = "0.1.42-beta"
description = "Importing resources from Backstage IDP"
authors = ["Roi Talpaz <roi.t@getport.io>"]

[tool.poetry.dependencies]
python = "^3.12"
port_ocean = {version = "^0.18.9", extras = ["cli"]}
port_ocean = {version = "^0.19.1", 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.20 (2025-02-19)


### Improvements

- Bumped ocean version to ^0.19.1


## 0.2.19 (2025-02-13)


Expand Down
10 changes: 5 additions & 5 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.19"
version = "0.2.20"
description = "Datadog Ocean Integration"
authors = ["Albert Luganga <albertluganga@getport.io>"]

[tool.poetry.dependencies]
python = "^3.12"
port_ocean = {version = "^0.18.9", extras = ["cli"]}
port_ocean = {version = "^0.19.1", 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.101 (2025-02-19)


### Improvements

- Bumped ocean version to ^0.19.1


## 0.1.100 (2025-02-13)


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

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

Loading
Loading