Skip to content

Commit 5c47968

Browse files
[ISSUE 9173] Ignore version check if only erd folder is changed (#44465)
Co-authored-by: Augustin <[email protected]>
1 parent 70ef233 commit 5c47968

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

airbyte-ci/connectors/pipelines/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -842,7 +842,8 @@ airbyte-ci connectors --language=low-code migrate-to-manifest-only
842842
## Changelog
843843

844844
| Version | PR | Description |
845-
| ------- | ---------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
845+
| ------- | ---------------------------------------------------------- |------------------------------------------------------------------------------------------------------------------------------|
846+
| 4.33.1 | [#44465](https://github.com/airbytehq/airbyte/pull/44465) | Ignore version check if only erd folder is changed |
846847
| 4.33.0 | [#44377](https://github.com/airbytehq/airbyte/pull/44377) | Upload connector SBOM to metadata service bucket on publish. |
847848
| 4.32.5 | [#44173](https://github.com/airbytehq/airbyte/pull/44173) | Bug fix for live tests' --should-read-with-state handling. |
848849
| 4.32.4 | [#44025](https://github.com/airbytehq/airbyte/pull/44025) | Ignore third party connectors on `publish`. |

airbyte-ci/connectors/pipelines/pipelines/airbyte_ci/connectors/test/steps/common.py

+1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ class VersionIncrementCheck(VersionCheck):
114114
"src/test-integration",
115115
"src/test-performance",
116116
"build.gradle",
117+
"erd",
117118
]
118119

119120
@property

airbyte-ci/connectors/pipelines/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "pipelines"
7-
version = "4.33.0"
7+
version = "4.33.1"
88
description = "Packaged maintained by the connector operations team to perform CI for connectors' pipelines"
99
authors = ["Airbyte <[email protected]>"]
1010

0 commit comments

Comments
 (0)