Skip to content

Commit

Permalink
[Integration] Upgrade tojinja 3.1.5 (#1322)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tankilevitch authored Jan 15, 2025
1 parent b976963 commit e0458fd
Show file tree
Hide file tree
Showing 87 changed files with 534 additions and 2,516 deletions.
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.122 (2025-01-15)


### Improvements

- Bumped jinja version to 3.1.5


## 0.1.121 (2025-01-12)


Expand Down
90 changes: 9 additions & 81 deletions integrations/argocd/poetry.lock

Large diffs are not rendered by default.

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

Expand Down
10 changes: 9 additions & 1 deletion 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.84 (2025-01-15)


### Improvements

- Bumped jinja version to 3.1.5


## 0.2.83 (2025-01-12)


Expand All @@ -29,7 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Bug Fixes

- Updated the serialized response to include valid custom property json key by accessing the StrEnum value properly.
- Updated the serialized response to include valid custom property json key by accessing the StrEnum value properly.


## 0.2.80 (2025-01-08)
Expand Down
144 changes: 9 additions & 135 deletions integrations/aws/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion integrations/aws/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aws"
version = "0.2.83"
version = "0.2.84"
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>"]

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.106 (2025-01-15)


### Improvements

- Bumped jinja version to 3.1.5


## 0.1.105 (2025-01-12)


Expand Down
91 changes: 9 additions & 82 deletions integrations/azure-devops/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion integrations/azure-devops/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "azure-devops"
version = "0.1.105"
version = "0.1.106"
description = "An Azure Devops Ocean integration"
authors = ["Matan Geva <matang@getport.io>"]

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.127 (2025-01-15)

### Improvements

- Bumped jinja version to 3.1.5


0.1.126 (2025-01-14)

### Bug Fixes
Expand Down
116 changes: 9 additions & 107 deletions integrations/azure/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion integrations/azure/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "azure"
version = "0.1.126"
version = "0.1.127"
description = "Azure integration"
authors = ["Tom Tankilevitch <tom@getport.io>"]

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.29-beta (2025-01-15)


### Improvements

- Bumped jinja version to 3.1.5


## 0.1.28-beta (2025-01-12)


Expand Down
Loading

0 comments on commit e0458fd

Please sign in to comment.