Skip to content

Commit

Permalink
Apply Ocean version 0.10.12 to all integrations (#1045)
Browse files Browse the repository at this point in the history
  • Loading branch information
portmachineuser authored Sep 22, 2024
1 parent 236ae72 commit 6bd1cee
Show file tree
Hide file tree
Showing 86 changed files with 595 additions and 375 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/apply-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
./scripts/bump-all.sh ^${{ steps.version.outputs.version }}
./scripts/bump-all.sh ${{ steps.version.outputs.version }}
- name: Open pull request
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.88 (2024-09-22)


### Improvements

- Bumped ocean version to ^0.10.12


## 0.1.87 (2024-09-17)


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

[tool.poetry.dependencies]
python = "^3.11"
port_ocean = {version = "^0.10.11", extras = ["cli"]}
port_ocean = {version = "^0.10.12", 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.41 (2024-09-22)


### Improvements

- Bumped ocean version to ^0.10.12


## 0.2.40 (2024-09-17)


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.40"
version = "0.2.41"
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.11"
port_ocean = {version = "^0.10.11", extras = ["cli"]}
port_ocean = {version = "^0.10.12", 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.69 (2024-09-22)


### Improvements

- Bumped ocean version to ^0.10.12


## 0.1.68 (2024-09-17)


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

[tool.poetry.dependencies]
python = "^3.11"
port_ocean = {version = "^0.10.11", extras = ["cli"]}
port_ocean = {version = "^0.10.12", 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.92 (2024-09-22)

### Improvements

- Bumped ocean version to ^0.10.12


0.1.91 (2024-09-17)

### 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.91"
version = "0.1.92"
description = "Azure integration"
authors = ["Tom Tankilevitch <tom@getport.io>"]

[tool.poetry.dependencies]
python = "^3.11"
port_ocean = {version = "^0.10.11", extras = ["cli"]}
port_ocean = {version = "^0.10.12", 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/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.42 (2024-09-22)


### Improvements

- Bumped ocean version to ^0.10.12


## 0.1.41 (2024-09-17)


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.41"
version = "0.1.42"
description = "Datadog Ocean Integration"
authors = ["Albert Luganga <albertluganga@getport.io>"]

[tool.poetry.dependencies]
python = "^3.11"
port_ocean = {version = "^0.10.11", extras = ["cli"]}
port_ocean = {version = "^0.10.12", 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.54 (2024-09-22)


### Improvements

- Bumped ocean version to ^0.10.12


## 0.1.53 (2024-09-17)


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.53"
version = "0.1.54"
description = "An integration used to import Dynatrace resources into Port"
authors = ["Ayodeji Adeoti <<ayodeji.adeoti@getport.io>>"]

[tool.poetry.dependencies]
python = "^3.11"
port_ocean = {version = "^0.10.11", extras = ["cli"]}
port_ocean = {version = "^0.10.12", 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.4-dev (2024-09-22)


### Improvements

- Bumped ocean version to ^0.10.12


## 0.1.3-dev (2024-09-17)


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.3-dev"
version = "0.1.4-dev"
description = "A useless fake integration that helps us test the Ocean Core"
authors = ["Erik Zaadi <erik@getport.io>"]

[tool.poetry.dependencies]
python = "^3.11"
port_ocean = {version = "^0.10.11", extras = ["cli"]}
port_ocean = {version = "^0.10.12", extras = ["cli"]}
faker = "^28.0.0"

[tool.poetry.group.dev.dependencies]
Expand Down
8 changes: 8 additions & 0 deletions integrations/firehydrant/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.77 (2024-09-22)


### Improvements

- Bumped ocean version to ^0.10.12


## 0.1.76 (2024-09-17)


Expand Down
Loading

0 comments on commit 6bd1cee

Please sign in to comment.