Skip to content

Commit

Permalink
Merge branch 'main' into PORT-11613-bug-race-conditions-in-git-lab-an…
Browse files Browse the repository at this point in the history
…d-kind-file
  • Loading branch information
oiadebayo authored Dec 11, 2024
2 parents 43f2264 + f2ea850 commit 37d263d
Show file tree
Hide file tree
Showing 95 changed files with 3,416 additions and 1,121 deletions.
3,581 changes: 2,720 additions & 861 deletions docs/framework-guides/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/framework-guides/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"prism-react-renderer": "^2.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"redocusaurus": "^2.0.0",
"redocusaurus": "^2.1.2",
"remark-math": "^5.1.1",
"sass": "^1.81.0",
"stream": "^0.0.2",
"stream": "^0.0.3",
"timers": "^0.1.1",
"xml2js": "^0.6.2"
},
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.108 (2024-12-10)


### Improvements

- Bumped ocean version to ^0.14.7


## 0.1.107 (2024-12-04)


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

[tool.poetry.dependencies]
python = "^3.12"
port_ocean = {version = "^0.14.6", extras = ["cli"]}
port_ocean = {version = "^0.14.7", 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.67 (2024-12-10)


### Improvements

- Bumped ocean version to ^0.14.7


## 0.2.66 (2024-12-04)


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.66"
version = "0.2.67"
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.6", extras = ["cli"]}
port_ocean = {version = "^0.14.7", 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.90 (2024-12-10)


### Improvements

- Bumped ocean version to ^0.14.7


## 0.1.89 (2024-12-04)


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

[tool.poetry.dependencies]
python = "^3.12"
port_ocean = {version = "^0.14.6", extras = ["cli"]}
port_ocean = {version = "^0.14.7", 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.111 (2024-12-10)

### Improvements

- Bumped ocean version to ^0.14.7


0.1.110 (2024-12-04)

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

[tool.poetry.dependencies]
python = "^3.12"
port_ocean = {version = "^0.14.6", extras = ["cli"]}
port_ocean = {version = "^0.14.7", 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.15-beta (2024-12-10)


### Improvements

- Bumped ocean version to ^0.14.7


## 0.1.14-beta (2024-12-04)


Expand Down
10 changes: 5 additions & 5 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.14-beta"
version = "0.1.15-beta"
description = "Importing resources from Backstage IDP"
authors = ["Roi Talpaz <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.12"
port_ocean = {version = "^0.14.6", extras = ["cli"]}
port_ocean = {version = "^0.14.7", 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.63 (2024-12-10)


### Improvements

- Bumped ocean version to ^0.14.7


## 0.1.62 (2024-12-04)


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

[tool.poetry.dependencies]
python = "^3.12"
port_ocean = {version = "^0.14.6", extras = ["cli"]}
port_ocean = {version = "^0.14.7", 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.73 (2024-12-10)


### Improvements

- Bumped ocean version to ^0.14.7


## 0.1.72 (2024-12-04)


Expand Down
Loading

0 comments on commit 37d263d

Please sign in to comment.