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

[Integrations][Wiz][Linear][Statuspage] Update links in Ocean description #807

Merged
merged 5 commits into from
Jul 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion integrations/linear/.port/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ configurations:
- name: linearApiKey
required: true
type: string
description: "Linear API key used to query the Linear GraphQL API"
description: Linear personal API key. To create an API key, see the <a href="https://developers.linear.app/docs/graphql/working-with-the-graphql-api#personal-api-keys">Linear API documentation</a>.
sensitive: true
5 changes: 5 additions & 0 deletions integrations/linear/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ 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.17 (2024-07-10)

### Improvements

- Fix links in descriptions of integration configuration variables

# Port_Ocean 0.1.16 (2024-07-10)

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.16"
version = "0.1.17"
description = "Integration to bring information from Linear into Port"
authors = ["Mor Paz <mor@getport.io>"]

Expand Down
4 changes: 2 additions & 2 deletions integrations/statuspage/.port/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ configurations:
- name: statuspageHost
required: true
type: url
description: "The host of the Statuspage.io API"
description: "The host of the Statuspage.io API. The default host is https://api.statuspage.io"
default: "https://api.statuspage.io"
- name: statuspageApiKey
required: true
type: string
sensitive: true
description: "Statuspage.io API key used to query the Statuspage.io API"
description: Statuspage API key. To find your API key, see the <a href="https://support.atlassian.com/statuspage/docs/create-and-manage-api-keys/">Statuspage documentation</a>.
- name: statuspageIds
required: false
type: array
Expand Down
5 changes: 5 additions & 0 deletions integrations/statuspage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ 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.5 (2024-07-10)

### Improvements

- Fix links in descriptions of integration configuration variables

# Port_Ocean 0.1.4 (2024-07-10)

Expand Down
2 changes: 1 addition & 1 deletion integrations/statuspage/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "statuspage"
version = "0.1.4"
version = "0.1.5"
description = "Connect Statuspage to Ocean and automatically ingest incidents, updates, and impacted components for comprehensive monitoring"
authors = ["Albert Luganga <albertluganga@getport.io>"]

Expand Down
8 changes: 4 additions & 4 deletions integrations/wiz/.port/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ features:
configurations:
- name: wizClientId
required: true
description: The Client ID provided by Wiz for authentication. This is found in your Wiz API integration settings. Go to https://docs.getport.io/build-your-software-catalog/sync-data-to-catalog/code-quality-security/wiz#wiz-credentials for more information.
description: Wiz Client ID. For more information, see the <a href="https://docs.getport.io/build-your-software-catalog/sync-data-to-catalog/code-quality-security/wiz#wiz-credentials">documentation</a>.
type: string
sensitive: true
- name: wizClientSecret
description: The Client Secret provided by Wiz for authentication. This is found in your Wiz API integration settings.
description: Wiz Client Secret. For more information, see the <a href="https://docs.getport.io/build-your-software-catalog/sync-data-to-catalog/code-quality-security/wiz#wiz-credentials">documentation</a>.
required: true
type: string
sensitive: true
- name: wizApiUrl
description: The base URL for accessing the Wiz API. This is usually specific to your Wiz region (e.g., "https://api.us.wiz.io"). For more details, refer to the Wiz [documentation](https://docs.wiz.io/wiz-docs/docs/using-the-wiz-api#the-graphql-endpoint).
description: The base URL for accessing the Wiz API (e.g., "https://api.us.wiz.io"). This is specific to your Wiz region. To get the API URL, refer to the <a href="https://docs.wiz.io/wiz-docs/docs/using-the-wiz-api#the-graphql-endpoint">Wiz documentation</a>.
type: string
required: true
- name: wizTokenUrl
description: 'The URL used to obtain an access token for the Wiz API. This is usually specific to your Wiz region (e.g., "https://auth.us.wiz.io/oauth/token"). Find it in your Wiz account: User Profile -> User Settings -> Tenant'
description: The URL used to obtain an access token for the Wiz API e.g https://auth.app.wiz.io/oauth/token. For more information, see the <a href="https://docs.getport.io/build-your-software-catalog/sync-data-to-catalog/code-quality-security/wiz#wiz-credentials">documentation</a>.
type: string
required: true
- name: wizWebhookVerificationToken
Expand Down
5 changes: 5 additions & 0 deletions integrations/wiz/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ 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.37 (2024-07-10)

### Improvements

- Fix links in descriptions of integration configuration variables

# Port_Ocean 0.1.36 (2024-07-10)

Expand Down
2 changes: 1 addition & 1 deletion integrations/wiz/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "wiz"
version = "0.1.36"
version = "0.1.37"
description = "Wiz Port integration in Ocean"
authors = ["Albert Luganga <albertluganga@getport.io>"]

Expand Down