Skip to content

Commit

Permalink
Apply Ocean version 0.5.0 to all integrations (#389)
Browse files Browse the repository at this point in the history
* Bumped ocean version to ^0.5.0 for argocd

* Bumped ocean version to ^0.5.0 for azure

* Bumped ocean version to ^0.5.0 for firehydrant

* Bumped ocean version to ^0.5.0 for gitlab

* Bumped ocean version to ^0.5.0 for jenkins

* Bumped ocean version to ^0.5.0 for jira

* Bumped ocean version to ^0.5.0 for kafka

* Bumped ocean version to ^0.5.0 for kubecost

* Bumped ocean version to ^0.5.0 for newrelic

* Bumped ocean version to ^0.5.0 for opencost

* Bumped ocean version to ^0.5.0 for opsgenie

* Bumped ocean version to ^0.5.0 for pagerduty

* Bumped ocean version to ^0.5.0 for sentry

* Bumped ocean version to ^0.5.0 for servicenow

* Bumped ocean version to ^0.5.0 for snyk

* Bumped ocean version to ^0.5.0 for sonarqube

* Bumped ocean version to ^0.5.0 for terraform-cloud

* Bumped ocean version to ^0.5.0 for wiz

---------

Co-authored-by: GitHub Action <[email protected]>
Co-authored-by: yair <[email protected]>
  • Loading branch information
3 people authored Feb 18, 2024
1 parent e7d1440 commit 72e9101
Show file tree
Hide file tree
Showing 55 changed files with 240 additions and 111 deletions.
7 changes: 7 additions & 0 deletions integrations/argocd/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 -->

# Port_Ocean 0.1.22 (2024-02-18)

### Improvements

- Bumped ocean version to ^0.5.0 (#1)


# Port_Ocean 0.1.21 (2024-01-25)

### Bug Fixes
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.21"
version = "0.1.22"
description = "Argo CD integration powered by Ocean"
authors = ["Isaac Coffie <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.11"
port_ocean = {version = "^0.4.17", extras = ["cli"]}
port_ocean = {version = "^0.5.0", extras = ["cli"]}

[tool.poetry.group.dev.dependencies]
pytest = "^7.2"
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.28 (2024-02-18)

### Improvements

- Bumped ocean version to ^0.5.0 (#1)


0.1.27 (2024-01-23)

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

[tool.poetry.dependencies]
python = "^3.11"
port_ocean = {version = "^0.4.17", extras = ["cli"]}
port_ocean = {version = "^0.5.0", 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
7 changes: 7 additions & 0 deletions integrations/firehydrant/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 -->

# Port_Ocean 0.1.20 (2024-02-18)

### Improvements

- Bumped ocean version to ^0.5.0 (#1)


# Port_Ocean 0.1.19 (2024-01-23)

### Improvements
Expand Down
8 changes: 4 additions & 4 deletions integrations/firehydrant/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/firehydrant/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tool.poetry]
name = "firehydrant"
version = "0.1.19"
version = "0.1.20"
description = "FireHydrant Integration Powered by Ocean"
authors = ["Isaac Coffie <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.11"
port_ocean = {version = "^0.4.17", extras = ["cli"]}
port_ocean = {version = "^0.5.0", extras = ["cli"]}

[tool.poetry.group.dev.dependencies]
pytest = "^7.2"
Expand Down
8 changes: 8 additions & 0 deletions integrations/gitlab/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

<!-- towncrier release notes start -->

0.1.50 (2024-02-18)
===================

### Improvements

- Bumped ocean version to ^0.5.0 (#1)


0.1.49 (2024-01-23)
===================

Expand Down
8 changes: 4 additions & 4 deletions integrations/gitlab/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/gitlab/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gitlab"
version = "0.1.49"
version = "0.1.50"
description = "Gitlab integration for Port using Port-Ocean Framework"
authors = ["Yair Siman-Tov <[email protected]>"]

Expand All @@ -10,7 +10,7 @@ aiofiles = "^0.6.0"
python-gitlab = "^3.14.0"
pathlib = "^1.0.1"
jsonschema = "^4.17.3"
port_ocean = {version = "^0.4.17", extras = ["cli"]}
port_ocean = {version = "^0.5.0", extras = ["cli"]}

[tool.poetry.group.dev.dependencies]
pytest = "^7.2"
Expand Down
7 changes: 7 additions & 0 deletions integrations/jenkins/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 -->

# Port_Ocean 0.1.3 (2024-02-18)

### Improvements

- Bumped ocean version to ^0.5.0 (#1)


# 0.1.2 (2024-01-27)

### Features
Expand Down
8 changes: 4 additions & 4 deletions integrations/jenkins/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/jenkins/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tool.poetry]
name = "Jenkins"
version = "0.1.2"
version = "0.1.3"
description = "Jenkins Integration to Port Ocean"
authors = ["Albert Luganga <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.11"
port_ocean = { version = "^0.4.17", extras = ["cli"] }
port_ocean = {version = "^0.5.0", extras = ["cli"]}
pip = "^23.3.1"
python-dotenv = "^1.0.0"
loguru = "^0.7.2"
Expand Down
7 changes: 7 additions & 0 deletions integrations/jira/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.28 (2024-02-18)

### Improvements

- Bumped ocean version to ^0.5.0 (#1)


0.1.27 (2024-01-23)

### Improvements
Expand Down
8 changes: 4 additions & 4 deletions integrations/jira/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/jira/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tool.poetry]
name = "Jira"
version = "0.1.27"
version = "0.1.28"
description = "Integration to bring information from Jira into Port"
authors = ["Mor Paz <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.11"
port_ocean = {version = "^0.4.17", extras = ["cli"]}
port_ocean = {version = "^0.5.0", extras = ["cli"]}
httpx = "^0.24.1"

[tool.poetry.group.dev.dependencies]
Expand Down
7 changes: 7 additions & 0 deletions integrations/kafka/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 -->

# Port_Ocean 0.1.20 (2024-02-18)

### Improvements

- Bumped ocean version to ^0.5.0 (#1)


# Port_Ocean 0.1.19 (2024-01-23)

### Improvements
Expand Down
8 changes: 4 additions & 4 deletions integrations/kafka/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/kafka/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tool.poetry]
name = "kafka"
version = "0.1.19"
version = "0.1.20"
description = "Integration to import information from a Kafka cluster into Port. The integration supports importing metadata regarding the Kafka cluster, brokers and topics."
authors = ["Tal Sabag <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.11"
port_ocean = {version = "^0.4.17", extras = ["cli"]}
port_ocean = {version = "^0.5.0", extras = ["cli"]}
confluent-kafka = "^2.2.0"

[tool.poetry.group.dev.dependencies]
Expand Down
7 changes: 7 additions & 0 deletions integrations/kubecost/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 -->

# Port_Ocean 0.1.21 (2024-02-18)

### Improvements

- Bumped ocean version to ^0.5.0 (#1)


# Port_Ocean 0.1.20 (2024-01-23)

### Improvements
Expand Down
Loading

0 comments on commit 72e9101

Please sign in to comment.