Skip to content

Commit

Permalink
Apply Ocean version 0.5.7 to all integrations (#432)
Browse files Browse the repository at this point in the history
This PR was automatically created by a GitHub Action.

## What does this PR do?
Apply Ocean version 0.5.7 to all integrations

## How should this be manually tested?
./scripts/bump-all.sh ^0.5.7

---------

Co-authored-by: GitHub Action <[email protected]>
Co-authored-by: yair <[email protected]>
  • Loading branch information
3 people authored Mar 20, 2024
1 parent 1547498 commit 1870b16
Show file tree
Hide file tree
Showing 62 changed files with 290 additions and 143 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/release-framework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,12 @@ jobs:
password: ${{ env.PYPI_PASSWORD }}
packages-dir: ${{github.workspace}}/dist

- name: Remove 'v' from version name
continue-on-error: true
run: echo "VERSION=${{ github.ref_name:1 }}" >> $GITHUB_ENV

- name: Send internal release notification
if: env.VERSION != ''
continue-on-error: true
uses: fjogeleit/http-request-action@v1
with:
Expand Down Expand Up @@ -58,14 +63,14 @@ jobs:
"type": "section",
"text": {
"type": "mrkdwn",
"text": "*Version:* `${{ github.ref_name }}`"
"text": "*Version:* `${{ env.VERSION }}`"
}
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "<https://ocean.getport.io/changelog/${{ github.ref_name }}|Check out the Changelog>"
"text": "<https://ocean.getport.io/changelog/${{ env.VERSION }}|Check out the Changelog>"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

<!-- towncrier release notes start -->

## 0.5.7 (2024-03-19)
## 0.5.7 (2024-03-20)


### Features
Expand Down
8 changes: 8 additions & 0 deletions integrations/argocd/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

<!-- towncrier release notes start -->

# Port_Ocean 0.1.31 (2024-03-20)

### Improvements

- Bumped ocean version to ^0.5.7 (#1)


# Port_Ocean 0.1.30 (2024-03-18)

### Improvements
Expand Down
10 changes: 5 additions & 5 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.30"
version = "0.1.31"
description = "Argo CD integration powered by Ocean"
authors = ["Isaac Coffie <[email protected]>"]

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

[tool.poetry.group.dev.dependencies]
pytest = "^7.2"
Expand Down
7 changes: 7 additions & 0 deletions integrations/azure-devops/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.6 (2024-03-20)

### Improvements

- Bumped ocean version to ^0.5.7 (#1)


# Port_Ocean 0.1.5 (2024-03-17)

### Improvements
Expand Down
10 changes: 5 additions & 5 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.5"
version = "0.1.6"
description = "An Azure Devops Ocean integration"
authors = ["Matan Geva <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.11"
port_ocean = {version = "^0.5.6", extras = ["cli"]}
port_ocean = {version = "^0.5.7", 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.35 (2024-03-20)

### Improvements

- Bumped ocean version to ^0.5.7 (#1)


0.1.34 (2024-03-17)

### Improvements
Expand Down
10 changes: 5 additions & 5 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.34"
version = "0.1.35"
description = "Azure integration"
authors = ["Tom Tankilevitch <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.11"
port_ocean = {version = "^0.5.6", extras = ["cli"]}
port_ocean = {version = "^0.5.7", 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/dynatrace/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.2 (2024-03-20)

### Improvements

- Bumped ocean version to ^0.5.7 (#1)


# Port_Ocean 0.1.1 (2024-03-17)

### Improvements
Expand Down
10 changes: 5 additions & 5 deletions integrations/dynatrace/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/dynatrace/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tool.poetry]
name = "dynatrace"
version = "0.1.1"
version = "0.1.2"
description = "An integration used to import Dynatrace resources into Port"
authors = ["Ayodeji Adeoti <<[email protected]>>"]

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

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

### Improvements

- Bumped ocean version to ^0.5.7 (#1)


# Port_Ocean 0.1.26 (2024-03-17)

### Improvements
Expand Down
10 changes: 5 additions & 5 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.26"
version = "0.1.27"
description = "FireHydrant Integration Powered by Ocean"
authors = ["Isaac Coffie <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.11"
port_ocean = {version = "^0.5.6", extras = ["cli"]}
port_ocean = {version = "^0.5.7", 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.57 (2024-03-20)
===================

### Improvements

- Bumped ocean version to ^0.5.7 (#1)


0.1.56 (2024-03-17)
===================

Expand Down
10 changes: 5 additions & 5 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.56"
version = "0.1.57"
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.5.6", extras = ["cli"]}
port_ocean = {version = "^0.5.7", 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.10 (2024-03-20)

### Improvements

- Bumped ocean version to ^0.5.7 (#1)


# Port_Ocean 0.1.9 (2024-03-17)

### Improvements
Expand Down
10 changes: 5 additions & 5 deletions integrations/jenkins/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1870b16

Please sign in to comment.