Skip to content

Commit

Permalink
Merge branch 'main' into PORT-12483-add-support-for-consumer-groups-t…
Browse files Browse the repository at this point in the history
…o-ports-kafka-integration
  • Loading branch information
phalbert committed Jan 22, 2025
2 parents 6fe641f + 6aa3483 commit 0df66d6
Show file tree
Hide file tree
Showing 102 changed files with 888 additions and 224 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ 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.18.2 (2025-01-21)

### Improvements

- Updated the search entitites query sent to port with one rule of identifier instead of many

## 0.18.1 (2025-01-21)

### Improvements

- Updated the search entitites query sent to port with blueprint

## 0.18.0 (2025-01-15)

### Improvements
Expand Down
16 changes: 16 additions & 0 deletions integrations/argocd/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- towncrier release notes start -->

## 0.1.126 (2025-01-22)


### Improvements

- Bumped ocean version to ^0.18.2


## 0.1.125 (2025-01-21)


### Improvements

- Bumped ocean version to ^0.18.1


## 0.1.124 (2025-01-19)


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

[tool.poetry.dependencies]
python = "^3.12"
port_ocean = {version = "^0.18.0", extras = ["cli"]}
port_ocean = {version = "^0.18.2", extras = ["cli"]}

[tool.poetry.group.dev.dependencies]
# Uncomment this if you want to debug the ocean core together with your integration
Expand Down
16 changes: 16 additions & 0 deletions integrations/aws/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- towncrier release notes start -->

## 0.2.88 (2025-01-22)


### Improvements

- Bumped ocean version to ^0.18.2


## 0.2.87 (2025-01-21)


### Improvements

- Bumped ocean version to ^0.18.1


## 0.2.86 (2025-01-19)


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.86"
version = "0.2.88"
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.18.0", extras = ["cli"]}
port_ocean = {version = "^0.18.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
16 changes: 16 additions & 0 deletions integrations/azure-devops/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- towncrier release notes start -->

## 0.1.110 (2025-01-22)


### Improvements

- Bumped ocean version to ^0.18.2


## 0.1.109 (2025-01-21)


### Improvements

- Bumped ocean version to ^0.18.1


## 0.1.108 (2025-01-19)


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

[tool.poetry.dependencies]
python = "^3.12"
port_ocean = {version = "^0.18.0", extras = ["cli"]}
port_ocean = {version = "^0.18.2", extras = ["cli"]}

[tool.poetry.group.dev.dependencies]
# Uncomment this if you want to debug the ocean core together with your integration
Expand Down
14 changes: 14 additions & 0 deletions integrations/azure/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- towncrier release notes start -->

0.1.131 (2025-01-22)

### Improvements

- Bumped ocean version to ^0.18.2


0.1.130 (2025-01-21)

### Improvements

- Bumped ocean version to ^0.18.1


0.1.129 (2025-01-19)

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

[tool.poetry.dependencies]
python = "^3.12"
port_ocean = {version = "^0.18.0", extras = ["cli"]}
port_ocean = {version = "^0.18.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
23 changes: 22 additions & 1 deletion integrations/backstage/.port/resources/blueprints.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
},
"tags": {
"type": "array",
"items": {
"type": "string"
},
"title": "Tags"
}
},
Expand Down Expand Up @@ -80,7 +83,10 @@
},
"tags": {
"type": "array",
"title": "Tags"
"title": "Tags",
"items": {
"type": "string"
}
}
},
"required": []
Expand Down Expand Up @@ -130,6 +136,9 @@
},
"tags": {
"type": "array",
"items": {
"type": "string"
},
"title": "Tags"
}
},
Expand Down Expand Up @@ -179,6 +188,9 @@
},
"tags": {
"type": "array",
"items": {
"type": "string"
},
"title": "Tags"
}
},
Expand Down Expand Up @@ -264,6 +276,9 @@
},
"tags": {
"type": "array",
"items": {
"type": "string"
},
"title": "Tags"
}
},
Expand Down Expand Up @@ -322,6 +337,9 @@
},
"tags": {
"type": "array",
"items": {
"type": "string"
},
"title": "Tags"
}
},
Expand Down Expand Up @@ -403,6 +421,9 @@
},
"tags": {
"type": "array",
"items": {
"type": "string"
},
"title": "Tags"
}
},
Expand Down
24 changes: 24 additions & 0 deletions integrations/backstage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## 0.1.34-beta (2025-01-22)


### Improvements

- Updated mappings to have typed array items


## 0.1.33-beta (2025-01-22)


### Improvements

- Bumped ocean version to ^0.18.2


## 0.1.32-beta (2025-01-21)


### Improvements

- Bumped ocean version to ^0.18.1


## 0.1.31-beta (2025-01-19)


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.

Loading

0 comments on commit 0df66d6

Please sign in to comment.