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.12.3 to all integrations #1069

Merged
merged 29 commits into from
Oct 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
fd283b3
Bumped ocean version to ^0.12.3 for argocd
actions-user Oct 9, 2024
2ee3ba5
Bumped ocean version to ^0.12.3 for aws
actions-user Oct 9, 2024
6eec37b
Bumped ocean version to ^0.12.3 for azure
actions-user Oct 9, 2024
e7bfd16
Bumped ocean version to ^0.12.3 for azure-devops
actions-user Oct 9, 2024
0d190d4
Bumped ocean version to ^0.12.3 for datadog
actions-user Oct 9, 2024
e7ac348
Bumped ocean version to ^0.12.3 for dynatrace
actions-user Oct 9, 2024
6625135
Bumped ocean version to ^0.12.3 for fake-integration
actions-user Oct 9, 2024
93c3198
Bumped ocean version to ^0.12.3 for firehydrant
actions-user Oct 9, 2024
c616fd3
Bumped ocean version to ^0.12.3 for gcp
actions-user Oct 9, 2024
bab2615
Bumped ocean version to ^0.12.3 for gitlab
actions-user Oct 9, 2024
357723d
Bumped ocean version to ^0.12.3 for jenkins
actions-user Oct 9, 2024
cd056c6
Bumped ocean version to ^0.12.3 for jira
actions-user Oct 9, 2024
c1d42ba
Bumped ocean version to ^0.12.3 for kafka
actions-user Oct 9, 2024
bcfe2cc
Bumped ocean version to ^0.12.3 for kubecost
actions-user Oct 9, 2024
1eea67b
Bumped ocean version to ^0.12.3 for launchdarkly
actions-user Oct 9, 2024
e9a6d29
Bumped ocean version to ^0.12.3 for linear
actions-user Oct 9, 2024
fb911f2
Bumped ocean version to ^0.12.3 for newrelic
actions-user Oct 9, 2024
c6d989d
Bumped ocean version to ^0.12.3 for octopus
actions-user Oct 9, 2024
d4f7e18
Bumped ocean version to ^0.12.3 for opencost
actions-user Oct 9, 2024
61d114f
Bumped ocean version to ^0.12.3 for opsgenie
actions-user Oct 9, 2024
9b9c8cb
Bumped ocean version to ^0.12.3 for pagerduty
actions-user Oct 9, 2024
576b5d5
Bumped ocean version to ^0.12.3 for sentry
actions-user Oct 9, 2024
0c93d7a
Bumped ocean version to ^0.12.3 for servicenow
actions-user Oct 9, 2024
f947d44
Bumped ocean version to ^0.12.3 for snyk
actions-user Oct 9, 2024
c63057b
Bumped ocean version to ^0.12.3 for sonarqube
actions-user Oct 9, 2024
b5d68b3
Bumped ocean version to ^0.12.3 for statuspage
actions-user Oct 9, 2024
70049e0
Bumped ocean version to ^0.12.3 for terraform-cloud
actions-user Oct 9, 2024
71a315b
Bumped ocean version to ^0.12.3 for wiz
actions-user Oct 9, 2024
9aaf2a6
Fix image checker on releases
erikzaadi Oct 9, 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
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,5 @@ jobs:

- name: Verify Built Image
run: |
docker run --platform ${{ matrix.platform }} --rm --entrypoint bash ${{ steps.prepare_tags.outputs.tags }} -c 'ocean version'
SINGLE_TAG=$(echo "${{ steps.prepare_tags.outputs.tags }}" | awk -F ',' '{print $1};' )
docker run --platform ${{ matrix.platform }} --rm --entrypoint bash "${SINGLE_TAG}" -c 'ocean version'
8 changes: 8 additions & 0 deletions integrations/argocd/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- towncrier release notes start -->

## 0.1.92 (2024-10-09)


### Improvements

- Bumped ocean version to ^0.12.3


## 0.1.91 (2024-10-08)


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.91"
version = "0.1.92"
description = "Argo CD integration powered by Ocean"
authors = ["Isaac Coffie <[email protected]>"]

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

[tool.poetry.group.dev.dependencies]
# Uncomment this if you want to debug the ocean core together with your integration
Expand Down
8 changes: 8 additions & 0 deletions integrations/aws/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- towncrier release notes start -->

## 0.2.47 (2024-10-09)


### Improvements

- Bumped ocean version to ^0.12.3


## 0.2.46 (2024-10-08)


Expand Down
8 changes: 4 additions & 4 deletions integrations/aws/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/aws/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tool.poetry]
name = "aws"
version = "0.2.46"
version = "0.2.47"
description = "This integration will map all your resources in all the available accounts to your Port entities"
authors = ["Shalev Avhar <[email protected]>", "Erik Zaadi <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.11"
port_ocean = {version = "^0.12.2", extras = ["cli"]}
port_ocean = {version = "^0.12.3", extras = ["cli"]}
python-dotenv = "^1.0.1"
aioboto3 = "^12.4.0"
boto3-stubs = {version = "1.34.76", extras = ["acm", "apigateway", "appconfig", "athena", "cloudcontrol", "cloudformation", "cloudwatch", "dynamodb", "ec2", "ec2-instance-connect", "ecr", "ecs", "elasticache", "elb", "elbv2", "events", "iam", "lambda", "logs", "organizations", "rds", "route53", "s3", "sagemaker", "secretsmanager", "sns", "sqs", "ssm", "sts"]}
Expand Down
8 changes: 8 additions & 0 deletions integrations/azure-devops/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- towncrier release notes start -->

## 0.1.73 (2024-10-09)


### Improvements

- Bumped ocean version to ^0.12.3


## 0.1.72 (2024-10-08)


Expand Down
8 changes: 4 additions & 4 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.72"
version = "0.1.73"
description = "An Azure Devops Ocean integration"
authors = ["Matan Geva <[email protected]>"]

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

[tool.poetry.group.dev.dependencies]
# Uncomment this if you want to debug the ocean core together with your integration
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.96 (2024-10-09)

### Improvements

- Bumped ocean version to ^0.12.3


0.1.95 (2024-10-08)

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

[tool.poetry.dependencies]
python = "^3.11"
port_ocean = {version = "^0.12.2", extras = ["cli"]}
port_ocean = {version = "^0.12.3", 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
8 changes: 8 additions & 0 deletions integrations/datadog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- towncrier release notes start -->

## 0.1.46 (2024-10-09)


### Improvements

- Bumped ocean version to ^0.12.3


## 0.1.45 (2024-10-08)


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

[tool.poetry.dependencies]
python = "^3.11"
port_ocean = {version = "^0.12.2", extras = ["cli"]}
port_ocean = {version = "^0.12.3", extras = ["cli"]}
loguru = "^0.7.2"

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

<!-- towncrier release notes start -->

## 0.1.58 (2024-10-09)


### Improvements

- Bumped ocean version to ^0.12.3


## 0.1.57 (2024-10-08)


Expand Down
8 changes: 4 additions & 4 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.57"
version = "0.1.58"
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.12.2", extras = ["cli"]}
port_ocean = {version = "^0.12.3", extras = ["cli"]}

[tool.poetry.group.dev.dependencies]
# uncomment this if you want to debug the ocean core together with your integration
Expand Down
8 changes: 8 additions & 0 deletions integrations/fake-integration/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- towncrier release notes start -->

## 0.1.8-dev (2024-10-09)


### Improvements

- Bumped ocean version to ^0.12.3


## 0.1.7-dev (2024-10-08)


Expand Down
8 changes: 4 additions & 4 deletions integrations/fake-integration/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/fake-integration/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tool.poetry]
name = "fake-integration"
version = "0.1.7-dev"
version = "0.1.8-dev"
description = "A useless fake integration that helps us test the Ocean Core"
authors = ["Erik Zaadi <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.11"
port_ocean = {version = "^0.12.2", extras = ["cli"]}
port_ocean = {version = "^0.12.3", extras = ["cli"]}
faker = "^28.0.0"

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

<!-- towncrier release notes start -->

## 0.1.81 (2024-10-09)


### Improvements

- Bumped ocean version to ^0.12.3


## 0.1.80 (2024-10-08)


Expand Down
Loading
Loading