Skip to content

Commit b517356

Browse files
🐙 source-greenhouse: release 0.6.0 (#55774)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 70af402 commit b517356

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

airbyte-integrations/connectors/source-greenhouse/metadata.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ data:
1010
connectorSubtype: api
1111
connectorType: source
1212
definitionId: 59f1e50a-331f-4f09-b3e8-2e8d4d355f44
13-
dockerImageTag: 0.6.0-rc.1
13+
dockerImageTag: 0.6.0
1414
dockerRepository: airbyte/source-greenhouse
1515
documentationUrl: https://docs.airbyte.com/integrations/sources/greenhouse
1616
githubIssueLabel: source-greenhouse
@@ -24,7 +24,7 @@ data:
2424
packageName: airbyte-source-greenhouse
2525
releases:
2626
rolloutConfiguration:
27-
enableProgressiveRollout: true
27+
enableProgressiveRollout: false
2828
registryOverrides:
2929
cloud:
3030
enabled: true

airbyte-integrations/connectors/source-greenhouse/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
33
build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
6-
version = "0.6.0-rc.1"
6+
version = "0.6.0"
77
name = "source-greenhouse"
88
description = "Source implementation for Greenhouse."
99
authors = [ "Airbyte <[email protected]>",]

docs/integrations/sources/greenhouse.md

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ The Greenhouse connector should not run into Greenhouse API limitations under no
7474

7575
| Version | Date | Pull Request | Subject |
7676
|:-----------|:-----------|:---------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|
77+
| 0.6.0 | 2025-03-14 | [55774](https://github.com/airbytehq/airbyte/pull/55774) | Promoting release candidate 0.6.0-rc.1 to a main version. |
7778
| 0.6.0-rc.1 | 2025-03-14 | [54702](https://github.com/airbytehq/airbyte/pull/54702) | Update to latest airbyte-cdk, remove custom cursors. |
7879
| 0.5.32 | 2025-02-01 | [52724](https://github.com/airbytehq/airbyte/pull/52724) | Update dependencies |
7980
| 0.5.31 | 2025-01-25 | [51842](https://github.com/airbytehq/airbyte/pull/51842) | Update dependencies |

0 commit comments

Comments
 (0)