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

Apply Ocean version 0.9.1 to all integrations #752

Closed
wants to merge 25 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
78c46b1
Bumped ocean version to ^0.9.1 for argocd
actions-user Jun 27, 2024
0f20d17
Bumped ocean version to ^0.9.1 for aws
actions-user Jun 27, 2024
7cb0f1c
Bumped ocean version to ^0.9.1 for azure
actions-user Jun 27, 2024
29cb63a
Bumped ocean version to ^0.9.1 for azure-devops
actions-user Jun 27, 2024
4b524a0
Bumped ocean version to ^0.9.1 for datadog
actions-user Jun 27, 2024
1207b18
Bumped ocean version to ^0.9.1 for dynatrace
actions-user Jun 27, 2024
47f2774
Bumped ocean version to ^0.9.1 for firehydrant
actions-user Jun 27, 2024
e9398e4
Bumped ocean version to ^0.9.1 for gcp
actions-user Jun 27, 2024
e5161ff
Bumped ocean version to ^0.9.1 for gitlab
actions-user Jun 27, 2024
311a384
Bumped ocean version to ^0.9.1 for jenkins
actions-user Jun 27, 2024
66917fa
Bumped ocean version to ^0.9.1 for jira
actions-user Jun 27, 2024
c5c7a76
Bumped ocean version to ^0.9.1 for kafka
actions-user Jun 27, 2024
e88094c
Bumped ocean version to ^0.9.1 for kubecost
actions-user Jun 27, 2024
bbc1880
Bumped ocean version to ^0.9.1 for launchdarkly
actions-user Jun 27, 2024
443c5b9
Bumped ocean version to ^0.9.1 for linear
actions-user Jun 27, 2024
ff1ace0
Bumped ocean version to ^0.9.1 for newrelic
actions-user Jun 27, 2024
5b98844
Bumped ocean version to ^0.9.1 for opencost
actions-user Jun 27, 2024
7281552
Bumped ocean version to ^0.9.1 for opsgenie
actions-user Jun 27, 2024
cd4069e
Bumped ocean version to ^0.9.1 for pagerduty
actions-user Jun 27, 2024
4fa6a02
Bumped ocean version to ^0.9.1 for sentry
actions-user Jun 27, 2024
83a31f0
Bumped ocean version to ^0.9.1 for servicenow
actions-user Jun 27, 2024
9082d53
Bumped ocean version to ^0.9.1 for snyk
actions-user Jun 27, 2024
23cfaa6
Bumped ocean version to ^0.9.1 for sonarqube
actions-user Jun 27, 2024
3e16429
Bumped ocean version to ^0.9.1 for terraform-cloud
actions-user Jun 27, 2024
007ac89
Bumped ocean version to ^0.9.1 for wiz
actions-user Jun 27, 2024
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
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.63 (2024-06-27)

### Improvements

- Bumped ocean version to ^0.9.1 (#1)


# Port_Ocean 0.1.62 (2024-06-23)

### Improvements
Expand Down
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.62"
version = "0.1.63"
description = "Argo CD integration powered by Ocean"
authors = ["Isaac Coffie <[email protected]>"]

Expand Down
7 changes: 7 additions & 0 deletions integrations/aws/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.2.9 (2024-06-27)

### Improvements

- Bumped ocean version to ^0.9.1 (#1)


# Port_Ocean 0.2.8 (2024-06-23)

### Improvements
Expand Down
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.8"
version = "0.2.9"
description = "This integration will map all your resources in all the available accounts to your Port entities"
authors = ["Shalev Avhar <[email protected]>"]

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.37 (2024-06-27)

### Improvements

- Bumped ocean version to ^0.9.1 (#1)


# Port_Ocean 0.1.36 (2024-06-23)

### Improvements
Expand Down
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.36"
version = "0.1.37"
description = "An Azure Devops Ocean integration"
authors = ["Matan Geva <[email protected]>"]

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.67 (2024-06-27)

### Improvements

- Bumped ocean version to ^0.9.1 (#1)


0.1.66 (2024-06-23)

### Improvements
Expand Down
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.66"
version = "0.1.67"
description = "Azure integration"
authors = ["Tom Tankilevitch <[email protected]>"]

Expand Down
7 changes: 7 additions & 0 deletions integrations/datadog/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.12 (2024-06-27)

### Improvements

- Bumped ocean version to ^0.9.1 (#1)


# Port_Ocean 0.1.11 (2024-06-23)

### Improvements
Expand Down
2 changes: 1 addition & 1 deletion integrations/datadog/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "datadog"
version = "0.1.11"
version = "0.1.12"
description = "Datadog Ocean Integration"
authors = ["Albert Luganga <[email protected]>"]

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.28 (2024-06-27)

### Improvements

- Bumped ocean version to ^0.9.1 (#1)


# Port_Ocean 0.1.27 (2024-06-25)

### Features
Expand Down
2 changes: 1 addition & 1 deletion integrations/dynatrace/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dynatrace"
version = "0.1.27"
version = "0.1.28"
description = "An integration used to import Dynatrace resources into Port"
authors = ["Ayodeji Adeoti <<[email protected]>>"]

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.52 (2024-06-27)

### Improvements

- Bumped ocean version to ^0.9.1 (#1)


# Port_Ocean 0.1.51 (2024-06-23)

### Improvements
Expand Down
2 changes: 1 addition & 1 deletion integrations/firehydrant/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "firehydrant"
version = "0.1.51"
version = "0.1.52"
description = "FireHydrant Integration Powered by Ocean"
authors = ["Isaac Coffie <[email protected]>"]

Expand Down
7 changes: 7 additions & 0 deletions integrations/gcp/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-06-27)

### Improvements

- Bumped ocean version to ^0.9.1 (#1)


# Port_Ocean 0.1.26 (2024-06-23)

### Improvements
Expand Down
2 changes: 1 addition & 1 deletion integrations/gcp/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gcp"
version = "0.1.26"
version = "0.1.27"
description = "A GCP ocean integration"
authors = ["Matan Geva <[email protected]>"]

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.89 (2024-06-27)
===================

### Improvements

- Bumped ocean version to ^0.9.1 (#1)


0.1.88 (2024-06-23)
===================

Expand Down
2 changes: 1 addition & 1 deletion 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.88"
version = "0.1.89"
description = "Gitlab integration for Port using Port-Ocean Framework"
authors = ["Yair Siman-Tov <[email protected]>"]

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.35 (2024-06-27)

### Improvements

- Bumped ocean version to ^0.9.1 (#1)


# Port_Ocean 0.1.34 (2024-06-23)

### Improvements
Expand Down
2 changes: 1 addition & 1 deletion integrations/jenkins/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jenkins"
version = "0.1.34"
version = "0.1.35"
description = "Jenkins Integration to Port Ocean"
authors = ["Albert Luganga <[email protected]>"]

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.62 (2024-06-27)

### Improvements

- Bumped ocean version to ^0.9.1 (#1)


0.1.61 (2024-06-23)

### Improvements
Expand Down
2 changes: 1 addition & 1 deletion integrations/jira/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jira"
version = "0.1.61"
version = "0.1.62"
description = "Integration to bring information from Jira into Port"
authors = ["Mor Paz <[email protected]>"]

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.53 (2024-06-27)

### Improvements

- Bumped ocean version to ^0.9.1 (#1)


# Port_Ocean 0.1.52 (2024-06-23)

### Improvements
Expand Down
2 changes: 1 addition & 1 deletion integrations/kafka/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "kafka"
version = "0.1.52"
version = "0.1.53"
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]>"]

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.55 (2024-06-27)

### Improvements

- Bumped ocean version to ^0.9.1 (#1)


# Port_Ocean 0.1.54 (2024-06-23)

### Improvements
Expand Down
2 changes: 1 addition & 1 deletion integrations/kubecost/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "kubecost"
version = "0.1.54"
version = "0.1.55"
description = "Kubecost integration powered by Ocean"
authors = ["Isaac Coffie <[email protected]>"]

Expand Down
7 changes: 7 additions & 0 deletions integrations/launchdarkly/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.28 (2024-06-27)

### Improvements

- Bumped ocean version to ^0.9.1 (#1)


# Port_Ocean 0.1.27 (2024-06-23)

### Improvements
Expand Down
2 changes: 1 addition & 1 deletion integrations/launchdarkly/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "launchdarkly"
version = "0.1.27"
version = "0.1.28"
description = "Launchdarkly integration for Port"
authors = ["Michael Armah <[email protected]>"]

Expand Down
7 changes: 7 additions & 0 deletions integrations/linear/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.14 (2024-06-27)

### Improvements

- Bumped ocean version to ^0.9.1 (#1)


# Port_Ocean 0.1.13 (2024-06-23)

### Improvements
Expand Down
2 changes: 1 addition & 1 deletion integrations/linear/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "linear"
version = "0.1.13"
version = "0.1.14"
description = "Integration to bring information from Linear into Port"
authors = ["Mor Paz <[email protected]>"]

Expand Down
7 changes: 7 additions & 0 deletions integrations/newrelic/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.56 (2024-06-27)

### Improvements

- Bumped ocean version to ^0.9.1 (#1)


# Port_Ocean 0.1.55 (2024-06-23)

### Improvements
Expand Down
2 changes: 1 addition & 1 deletion integrations/newrelic/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "newrelic"
version = "0.1.55"
version = "0.1.56"
description = "New Relic Integration"
authors = ["Tom Tankilevitch <[email protected]>"]

Expand Down
7 changes: 7 additions & 0 deletions integrations/opencost/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.55 (2024-06-27)

### Improvements

- Bumped ocean version to ^0.9.1 (#1)


# Port_Ocean 0.1.54 (2024-06-23)

### Improvements
Expand Down
2 changes: 1 addition & 1 deletion integrations/opencost/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "opencost"
version = "0.1.54"
version = "0.1.55"
description = "Ocean integration for OpenCost"
authors = ["Isaac Coffie <[email protected]>"]

Expand Down
7 changes: 7 additions & 0 deletions integrations/opsgenie/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.54 (2024-06-27)

### Improvements

- Bumped ocean version to ^0.9.1 (#1)


# Port_Ocean 0.1.53 (2024-06-23)

### Improvements
Expand Down
2 changes: 1 addition & 1 deletion integrations/opsgenie/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "opsgenie"
version = "0.1.53"
version = "0.1.54"
description = "Ocean integration for OpsGenie"
authors = ["Isaac Coffie <[email protected]>"]

Expand Down
Loading
Loading