File tree 3 files changed +4
-2
lines changed
airbyte-ci/connectors/pipelines
pipelines/airbyte_ci/connectors/test/steps
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -842,7 +842,8 @@ airbyte-ci connectors --language=low-code migrate-to-manifest-only
842
842
## Changelog
843
843
844
844
| 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 |
846
847
| 4.33.0 | [ #44377 ] ( https://github.com/airbytehq/airbyte/pull/44377 ) | Upload connector SBOM to metadata service bucket on publish. |
847
848
| 4.32.5 | [ #44173 ] ( https://github.com/airbytehq/airbyte/pull/44173 ) | Bug fix for live tests' --should-read-with-state handling. |
848
849
| 4.32.4 | [ #44025 ] ( https://github.com/airbytehq/airbyte/pull/44025 ) | Ignore third party connectors on ` publish ` . |
Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ class VersionIncrementCheck(VersionCheck):
114
114
"src/test-integration" ,
115
115
"src/test-performance" ,
116
116
"build.gradle" ,
117
+ "erd" ,
117
118
]
118
119
119
120
@property
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
4
5
5
[tool .poetry ]
6
6
name = " pipelines"
7
- version = " 4.33.0 "
7
+ version = " 4.33.1 "
8
8
description = " Packaged maintained by the connector operations team to perform CI for connectors' pipelines"
9
9
authors = [
" Airbyte <[email protected] >" ]
10
10
You can’t perform that action at this time.
0 commit comments