Skip to content

Commit c5e6f4d

Browse files
Bump 0.4.8 (#267)
1 parent 1b2a790 commit c5e6f4d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+173
-74
lines changed

integrations/argocd/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
<!-- towncrier release notes start -->
99

10+
# Port_Ocean 0.1.10 (2023-12-14)
11+
12+
### Improvements
13+
14+
- Bumped ocean version to ^0.4.8 (#1)
15+
16+
1017
# Port_Ocean 0.1.9 (2023-12-05)
1118

1219
### Improvements

integrations/argocd/poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integrations/argocd/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[tool.poetry]
22
name = "argocd"
3-
version = "0.1.9"
3+
version = "0.1.10"
44
description = "Argo CD integration powered by Ocean"
55
authors = ["Isaac Coffie <isaac@getport.io>"]
66

77
[tool.poetry.dependencies]
88
python = "^3.11"
9-
port_ocean = {version = "^0.4.7", extras = ["cli"]}
9+
port_ocean = {version = "^0.4.8", extras = ["cli"]}
1010

1111
[tool.poetry.group.dev.dependencies]
1212
pytest = "^7.2"

integrations/azure/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
0.1.17 (2023-12-14)
2+
3+
### Improvements
4+
5+
- Bumped ocean version to ^0.4.8 (#1)
6+
7+
18
0.1.16 (2023-12-05)
29

310
### Improvements

integrations/azure/poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integrations/azure/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[tool.poetry]
22
name = "azure"
3-
version = "0.1.16"
3+
version = "0.1.17"
44
description = "Azure integration"
55
authors = ["Tom Tankilevitch <tom@getport.io>"]
66

77
[tool.poetry.dependencies]
88
python = "^3.11"
9-
port_ocean = {version = "^0.4.7", extras = ["cli"]}
9+
port_ocean = {version = "^0.4.8", extras = ["cli"]}
1010
# due to patching the azure-mgmt-resource package, we need to use a specific version
1111
azure-mgmt-resource = "23.0.1"
1212
azure-identity = "^1.13.0"

integrations/firehydrant/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
<!-- towncrier release notes start -->
99

10+
# Port_Ocean 0.1.11 (2023-12-14)
11+
12+
### Improvements
13+
14+
- Bumped ocean version to ^0.4.8 (#1)
15+
16+
1017
# Port_Ocean 0.1.10 (2023-12-05)
1118

1219
### Improvements

integrations/firehydrant/poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integrations/firehydrant/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[tool.poetry]
22
name = "firehydrant"
3-
version = "0.1.10"
3+
version = "0.1.11"
44
description = "FireHydrant Integration Powered by Ocean"
55
authors = ["Isaac Coffie <isaac@getport.io>"]
66

77
[tool.poetry.dependencies]
88
python = "^3.11"
9-
port_ocean = {version = "^0.4.7", extras = ["cli"]}
9+
port_ocean = {version = "^0.4.8", extras = ["cli"]}
1010

1111
[tool.poetry.group.dev.dependencies]
1212
pytest = "^7.2"

integrations/gitlab/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
77

88
<!-- towncrier release notes start -->
99

10+
0.1.35 (2023-12-14)
11+
===================
12+
13+
### Improvements
14+
15+
- Bumped ocean version to ^0.4.8 (#1)
16+
17+
1018
0.1.34 (2023-12-12)
1119

1220
### Improvements

integrations/gitlab/poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integrations/gitlab/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "gitlab"
3-
version = "0.1.34"
3+
version = "0.1.35"
44
description = "Gitlab integration for Port using Port-Ocean Framework"
55
authors = ["Yair Siman-Tov <yair@getport.io>"]
66

@@ -10,7 +10,7 @@ aiofiles = "^0.6.0"
1010
python-gitlab = "^3.14.0"
1111
pathlib = "^1.0.1"
1212
jsonschema = "^4.17.3"
13-
port-ocean = {version = "^0.4.7", extras = ["cli"]}
13+
port-ocean = {version = "^0.4.8", extras = ["cli"]}
1414

1515
[tool.poetry.group.dev.dependencies]
1616
pytest = "^7.2"

integrations/jira/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
<!-- towncrier release notes start -->
99

10+
0.1.16 (2023-12-14)
11+
12+
### Improvements
13+
14+
- Bumped ocean version to ^0.4.8 (#1)
15+
16+
1017
0.1.15 (2023-12-05)
1118

1219
### Improvements

integrations/jira/log.txt

Whitespace-only changes.

integrations/jira/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "Jira"
3-
version = "0.1.15"
3+
version = "0.1.16"
44
description = "Integration to bring information from Jira into Port"
55
authors = ["Mor Paz <mor@getport.io>"]
66

integrations/kafka/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
<!-- towncrier release notes start -->
99

10+
# Port_Ocean 0.1.10 (2023-12-14)
11+
12+
### Improvements
13+
14+
- Bumped ocean version to ^0.4.8 (#1)
15+
16+
1017
# Port_Ocean 0.1.9 (2023-12-05)
1118

1219
### Improvements

integrations/kafka/poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integrations/kafka/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[tool.poetry]
22
name = "kafka"
3-
version = "0.1.9"
3+
version = "0.1.10"
44
description = "Integration to import information from a Kafka cluster into Port. The integration supports importing metadata regarding the Kafka cluster, brokers and topics."
55
authors = ["Tal Sabag <tal@getport.io>"]
66

77
[tool.poetry.dependencies]
88
python = "^3.11"
9-
port_ocean = {version = "^0.4.7", extras = ["cli"]}
9+
port_ocean = {version = "^0.4.8", extras = ["cli"]}
1010
confluent-kafka = "^2.2.0"
1111

1212
[tool.poetry.group.dev.dependencies]

integrations/kubecost/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
<!-- towncrier release notes start -->
99

10+
# Port_Ocean 0.1.12 (2023-12-14)
11+
12+
### Improvements
13+
14+
- Bumped ocean version to ^0.4.8 (#1)
15+
16+
1017
# Port_Ocean 0.1.11 (2023-12-05)
1118

1219
### Improvements

integrations/kubecost/poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integrations/kubecost/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[tool.poetry]
22
name = "kubecost"
3-
version = "0.1.11"
3+
version = "0.1.12"
44
description = "Kubecost integration powered by Ocean"
55
authors = ["Isaac Coffie <isaac@getport.io>"]
66

77
[tool.poetry.dependencies]
88
python = "^3.11"
9-
port_ocean = {version = "^0.4.7", extras = ["cli"]}
9+
port_ocean = {version = "^0.4.8", extras = ["cli"]}
1010

1111
[tool.poetry.group.dev.dependencies]
1212
pytest = "^7.2"

integrations/newrelic/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
<!-- towncrier release notes start -->
99

10+
# Port_Ocean 0.1.15 (2023-12-14)
11+
12+
### Improvements
13+
14+
- Bumped ocean version to ^0.4.8 (#1)
15+
16+
1017
# Port_Ocean 0.1.14 (2023-12-05)
1118

1219
### Improvements

integrations/newrelic/poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integrations/newrelic/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[tool.poetry]
22
name = "newrelic"
3-
version = "0.1.14"
3+
version = "0.1.15"
44
description = "New Relic Integration"
55
authors = ["Tom Tankilevitch <tomtankilevitch@gmail.com>"]
66

77
[tool.poetry.dependencies]
88
python = "^3.11"
9-
port_ocean = {version = "^0.4.7", extras = ["cli"]}
9+
port_ocean = {version = "^0.4.8", extras = ["cli"]}
1010
httpx = "^0.24.1"
1111

1212
[tool.poetry.group.dev.dependencies]

integrations/opencost/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
<!-- towncrier release notes start -->
99

10+
# Port_Ocean 0.1.12 (2023-12-14)
11+
12+
### Improvements
13+
14+
- Bumped ocean version to ^0.4.8 (#1)
15+
16+
1017
# Port_Ocean 0.1.11 (2023-12-05)
1118

1219
### Improvements

0 commit comments

Comments
 (0)