Skip to content

Commit

Permalink
Upgrade ocean 2.0.2 (#67)
Browse files Browse the repository at this point in the history
* upgraded ocean in gitlab, jira & pagerduty
  • Loading branch information
yairsimantov20 authored Aug 11, 2023
1 parent 73707a1 commit 4dcc391
Show file tree
Hide file tree
Showing 13 changed files with 66 additions and 22 deletions.
2 changes: 1 addition & 1 deletion integrations/gitlab/.port/spec.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: v0.1.7dev2
version: v0.1.7
type: gitlab
description: Gitlab integration for Port Ocean
icon: GitLab
Expand Down
24 changes: 24 additions & 0 deletions integrations/gitlab/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,30 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

<!-- towncrier release notes start -->

0.1.7 (2023-08-11)
==================

### Improvements

- Upgraded ocean to version 0.2.2


0.1.6 (2023-08-10)
==================

### Improvements

- Implemented some performance enhancement by fetching only the open merge requests or merge request from the last 2 weeks & pipelines only from the last 2 weeks


0.1.5 (2023-08-09)
==================

### Improvements

- Upgraded ocean version to use the optimized `on_resync` generator


0.1.4 (2023-07-27)
==================

Expand Down
1 change: 0 additions & 1 deletion integrations/gitlab/changelog/1.improvement.md

This file was deleted.

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.7dev2"
version = "0.1.7"
description = "Gitlab integration for Port using Port-Ocean Framework"
authors = ["Yair Siman-Tov <yair@getport.io>"]

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.2.2.dev2", extras = ["cli"]}
port-ocean = {version = "0.2.2", extras = ["cli"]}

[tool.poetry.group.dev.dependencies]
pytest = "^7.2"
Expand Down
2 changes: 1 addition & 1 deletion integrations/jira/.port/spec.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: v0.1.0
version: v0.1.1
type: jira
description: Jira integration for Port Ocean
icon: Jira
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.1 (2023-08-11)

### Improvements

- Upgraded ocean to version 0.2.2


v0.1.0 (2023-08-10)

### Features
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.0"
version = "0.1.1"
description = "Integration to bring information from Jira into Port"
authors = ["Mor Paz <mor@getport.io>"]

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

[tool.poetry.group.dev.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion integrations/pagerduty/.port/spec.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: v0.1.2
version: v0.1.3
type: pagerduty
description: pagerduty integration for Port Ocean
icon: pagerduty
Expand Down
14 changes: 14 additions & 0 deletions integrations/pagerduty/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 -->

# Port_Ocean 0.1.3 (2023-08-11)

### Improvements

- Upgraded ocean to version 0.2.2


# Port_Ocean 0.1.2 (2023-08-09)

### Improvements

- Integration syntax improvements


# Port_Ocean 0.1.1 (2023-08-07)

### Features
Expand Down
8 changes: 4 additions & 4 deletions integrations/pagerduty/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/pagerduty/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tool.poetry]
name = "pagerduty"
version = "0.1.2"
version = "0.1.3"
description = "Pagerduty Integration"
authors = ["Port Team <support@getport.io>"]

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

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 4dcc391

Please sign in to comment.