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

[Integration] Upgrade tojinja 3.1.5 #1322

Merged
merged 33 commits into from
Jan 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
0b8b11d
Bumped ocean version to ^ for argocd
Tankilevitch Jan 14, 2025
17b3927
Bumped ocean version to ^ for aws
Tankilevitch Jan 14, 2025
4afceb6
Bumped ocean version to ^ for azure
Tankilevitch Jan 14, 2025
dd8c3d8
Bumped ocean version to ^ for azure-devops
Tankilevitch Jan 14, 2025
74b2eea
Bumped ocean version to ^ for backstage
Tankilevitch Jan 14, 2025
8f2f585
Bumped ocean version to ^ for datadog
Tankilevitch Jan 14, 2025
f6d761f
Bumped ocean version to ^ for dynatrace
Tankilevitch Jan 14, 2025
1eff850
Bumped ocean version to ^ for fake-integration
Tankilevitch Jan 14, 2025
908855f
Bumped ocean version to ^ for firehydrant
Tankilevitch Jan 14, 2025
7538e2d
Bumped ocean version to ^ for gcp
Tankilevitch Jan 14, 2025
599dc39
Bumped ocean version to ^ for gitlab
Tankilevitch Jan 14, 2025
cc8311c
Bumped ocean version to ^ for jenkins
Tankilevitch Jan 14, 2025
cb51346
Bumped ocean version to ^ for jira
Tankilevitch Jan 14, 2025
8732c73
Bumped ocean version to ^ for kafka
Tankilevitch Jan 14, 2025
0b09cb6
Bumped ocean version to ^ for kubecost
Tankilevitch Jan 14, 2025
a9da198
Bumped ocean version to ^ for launchdarkly
Tankilevitch Jan 14, 2025
5eecde8
Bumped ocean version to ^ for linear
Tankilevitch Jan 14, 2025
fc238d4
Bumped ocean version to ^ for newrelic
Tankilevitch Jan 14, 2025
0f048da
Bumped ocean version to ^ for octopus
Tankilevitch Jan 14, 2025
85cf958
Bumped ocean version to ^ for opencost
Tankilevitch Jan 14, 2025
51d2aa5
Bumped ocean version to ^ for opsgenie
Tankilevitch Jan 14, 2025
5e1d857
Bumped ocean version to ^ for pagerduty
Tankilevitch Jan 14, 2025
d6c20c9
Bumped ocean version to ^ for sentry
Tankilevitch Jan 14, 2025
95e5a80
Bumped ocean version to ^ for servicenow
Tankilevitch Jan 14, 2025
ddd6173
Bumped ocean version to ^ for snyk
Tankilevitch Jan 14, 2025
4047876
Bumped ocean version to ^ for sonarqube
Tankilevitch Jan 14, 2025
f1d9f4a
Bumped ocean version to ^ for statuspage
Tankilevitch Jan 14, 2025
025778d
Bumped ocean version to ^ for terraform-cloud
Tankilevitch Jan 14, 2025
e338dc8
Bumped ocean version to ^ for wiz
Tankilevitch Jan 14, 2025
0d5be05
fix changelog
Tankilevitch Jan 14, 2025
f9b86a9
Merge branch 'main' into upgrade-to-jinja-3-1-5
Tankilevitch Jan 15, 2025
f5f59fd
revert back
Tankilevitch Jan 15, 2025
b76fb53
Merge remote-tracking branch 'origin/upgrade-to-jinja-3-1-5' into upg…
Tankilevitch Jan 15, 2025
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.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
Loading