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

Apply Ocean version 0.14.2 to all integrations #1178

Closed
wants to merge 29 commits into from
Closed
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
b1c25d1
Bumped ocean version to ^0.14.2 for argocd
actions-user Nov 24, 2024
8d91c36
Bumped ocean version to ^0.14.2 for aws
actions-user Nov 24, 2024
951f6c9
Bumped ocean version to ^0.14.2 for azure
actions-user Nov 24, 2024
80b0ea2
Bumped ocean version to ^0.14.2 for azure-devops
actions-user Nov 24, 2024
43acde6
Bumped ocean version to ^0.14.2 for backstage
actions-user Nov 24, 2024
5c02453
Bumped ocean version to ^0.14.2 for datadog
actions-user Nov 24, 2024
6f9b036
Bumped ocean version to ^0.14.2 for dynatrace
actions-user Nov 24, 2024
298f6a1
Bumped ocean version to ^0.14.2 for fake-integration
actions-user Nov 24, 2024
bf1ccc7
Bumped ocean version to ^0.14.2 for firehydrant
actions-user Nov 24, 2024
4e37361
Bumped ocean version to ^0.14.2 for gcp
actions-user Nov 24, 2024
e288011
Bumped ocean version to ^0.14.2 for gitlab
actions-user Nov 24, 2024
cd11f33
Bumped ocean version to ^0.14.2 for jenkins
actions-user Nov 24, 2024
e1df2e5
Bumped ocean version to ^0.14.2 for jira
actions-user Nov 24, 2024
d1476e5
Bumped ocean version to ^0.14.2 for kafka
actions-user Nov 24, 2024
d96a241
Bumped ocean version to ^0.14.2 for kubecost
actions-user Nov 24, 2024
8fd2471
Bumped ocean version to ^0.14.2 for launchdarkly
actions-user Nov 24, 2024
707d952
Bumped ocean version to ^0.14.2 for linear
actions-user Nov 24, 2024
7cb4cad
Bumped ocean version to ^0.14.2 for newrelic
actions-user Nov 24, 2024
0db5f20
Bumped ocean version to ^0.14.2 for octopus
actions-user Nov 24, 2024
4675052
Bumped ocean version to ^0.14.2 for opencost
actions-user Nov 24, 2024
3277b85
Bumped ocean version to ^0.14.2 for opsgenie
actions-user Nov 24, 2024
b4aec15
Bumped ocean version to ^0.14.2 for pagerduty
actions-user Nov 24, 2024
be7101a
Bumped ocean version to ^0.14.2 for sentry
actions-user Nov 24, 2024
72a4942
Bumped ocean version to ^0.14.2 for servicenow
actions-user Nov 24, 2024
b41defe
Bumped ocean version to ^0.14.2 for snyk
actions-user Nov 24, 2024
259194a
Bumped ocean version to ^0.14.2 for sonarqube
actions-user Nov 24, 2024
ab95712
Bumped ocean version to ^0.14.2 for statuspage
actions-user Nov 24, 2024
0c89534
Bumped ocean version to ^0.14.2 for terraform-cloud
actions-user Nov 24, 2024
39a35ce
Bumped ocean version to ^0.14.2 for wiz
actions-user Nov 24, 2024
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.104 (2024-11-24)


### Improvements

- Bumped ocean version to ^0.14.2


## 0.1.103 (2024-11-21)


Expand Down
2 changes: 1 addition & 1 deletion integrations/argocd/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "argocd"
version = "0.1.103"
version = "0.1.104"
description = "Argo CD integration powered by Ocean"
authors = ["Isaac Coffie <[email protected]>"]

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.61 (2024-11-24)


### Improvements

- Bumped ocean version to ^0.14.2


## 0.2.60 (2024-11-21)


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.60"
version = "0.2.61"
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.14.1", extras = ["cli"]}
port_ocean = {version = "^0.14.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.86 (2024-11-24)


### Improvements

- Bumped ocean version to ^0.14.2


## 0.1.85 (2024-11-21)


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

[tool.poetry.dependencies]
python = "^3.12"
port_ocean = {version = "^0.14.1", extras = ["cli"]}
port_ocean = {version = "^0.14.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
@@ -1,3 +1,10 @@
0.1.106 (2024-11-24)

### Improvements

- Bumped ocean version to ^0.14.2


0.1.105 (2024-11-21)

### 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.105"
version = "0.1.106"
description = "Azure integration"
authors = ["Tom Tankilevitch <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.12"
port_ocean = {version = "^0.14.1", extras = ["cli"]}
port_ocean = {version = "^0.14.2", extras = ["cli"]}
# due to patching the azure-mgmt-resource package, we need to use a specific version
azure-mgmt-resource = "23.0.1"
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.11-beta (2024-11-24)


### Improvements

- Bumped ocean version to ^0.14.2


## 0.1.10-beta (2024-11-21)


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.10-beta"
version = "0.1.11-beta"
description = "Importing resources from Backstage IDP"
authors = ["Roi Talpaz <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.12"
port_ocean = {version = "^0.14.1", extras = ["cli"]}
port_ocean = {version = "^0.14.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.1.56 (2024-11-24)


### Improvements

- Bumped ocean version to ^0.14.2


## 0.1.55 (2024-11-21)


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.1.55"
version = "0.1.56"
description = "Datadog Ocean Integration"
authors = ["Albert Luganga <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.12"
port_ocean = {version = "^0.14.1", extras = ["cli"]}
port_ocean = {version = "^0.14.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.68 (2024-11-24)


### Improvements

- Bumped ocean version to ^0.14.2


## 0.1.67 (2024-11-21)


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.67"
version = "0.1.68"
description = "An integration used to import Dynatrace resources into Port"
authors = ["Ayodeji Adeoti <<[email protected]>>"]

[tool.poetry.dependencies]
python = "^3.12"
port_ocean = {version = "^0.14.1", extras = ["cli"]}
port_ocean = {version = "^0.14.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.19-dev (2024-11-24)


### Improvements

- Bumped ocean version to ^0.14.2


## 0.1.18-dev (2024-11-21)


Expand Down
8 changes: 4 additions & 4 deletions integrations/fake-integration/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/fake-integration/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tool.poetry]
name = "fake-integration"
version = "0.1.18-dev"
version = "0.1.19-dev"
description = "A useless fake integration that helps us test the Ocean Core"
authors = ["Erik Zaadi <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.12"
port_ocean = {version = "^0.14.1", extras = ["cli"]}
port_ocean = {version = "^0.14.2", extras = ["cli"]}
faker = "^28.0.0"

[tool.poetry.group.dev.dependencies]
Expand Down
Loading
Loading