Skip to content

Commit

Permalink
🤖 Cloud Availability updater: new connectors to deploy [20230605] (#2…
Browse files Browse the repository at this point in the history
  • Loading branch information
octavia-squidington-iii committed Jun 5, 2023
1 parent 54cb2dd commit a858d1e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-aha/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ COPY source_aha ./source_aha
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]

LABEL io.airbyte.version=0.3.0
LABEL io.airbyte.version=0.3.1
LABEL io.airbyte.name=airbyte/source-aha
4 changes: 2 additions & 2 deletions airbyte-integrations/connectors/source-aha/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 81ca39dc-4534-4dd2-b848-b0cfd2c11fce
dockerImageTag: 0.3.0
dockerImageTag: 0.3.1
dockerRepository: airbyte/source-aha
githubIssueLabel: source-aha
icon: aha.svg
license: MIT
name: Aha
registries:
cloud:
enabled: false
enabled: true
oss:
enabled: true
releaseStage: alpha
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ connectionSpecification:
type: string
description: API Key
title: API Bearer Token
airbyte_secret: true
url:
type: string
description: URL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data:
name: Convex
registries:
cloud:
enabled: false
enabled: true
oss:
enabled: true
releaseStage: alpha
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data:
name: Lever Hiring
registries:
cloud:
enabled: false
enabled: true
oss:
enabled: true
releaseStage: alpha
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/sources/aha.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Rate Limiting information is updated [here](https://www.aha.io/api#rate-limiting

| Version | Date | Pull Request | Subject |
|:--------|:-----------|:---------------------------------------------------------|:------------------------------------------------|
| 0.3.1 | 2023-06-05 | [27002](https://github.com/airbytehq/airbyte/pull/27002) | Flag spec `api_key` field as `airbyte-secret` |
| 0.3.0 | 2023-05-30 | [22642](https://github.com/airbytehq/airbyte/pull/22642) | Add `idea_comments`, `idea_endorsements`, and `idea_categories` streams |
| 0.2.0 | 2023-05-26 | [26666](https://github.com/airbytehq/airbyte/pull/26666) | Fix integration test and schemas |
| 0.1.0 | 2022-11-02 | [18883](https://github.com/airbytehq/airbyte/pull/18893) | 🎉 New Source: Aha |

0 comments on commit a858d1e

Please sign in to comment.