File tree 3 files changed +3
-6
lines changed
airbyte-ci/connectors/pipelines
pipelines/airbyte_ci/connectors
3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -744,7 +744,8 @@ E.G.: running Poe tasks on the modified internal packages of the current branch:
744
744
## Changelog
745
745
746
746
| Version | PR | Description |
747
- | ------- | ---------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
747
+ | ---------| ------------------------------------------------------------| ------------------------------------------------------------------------------------------------------------------------------|
748
+ | 4.13.2 | [ #38246 ] ( https://github.com/airbytehq/airbyte/pull/38246 ) | Remove invalid connector test step options. |
748
749
| 4.13.1 | [ #38020 ] ( https://github.com/airbytehq/airbyte/pull/38020 ) | Add ` auto_merge ` as an internal package to test. |
749
750
| 4.13.0 | [ #32715 ] ( https://github.com/airbytehq/airbyte/pull/32715 ) | Tag connector metadata with git info |
750
751
| 4.12.7 | [ #37787 ] ( https://github.com/airbytehq/airbyte/pull/37787 ) | Remove requirements on dockerhub credentials to run QA checks. |
Original file line number Diff line number Diff line change @@ -12,14 +12,10 @@ class CONNECTOR_TEST_STEP_ID(str, Enum):
12
12
BUILD_NORMALIZATION = "build_normalization"
13
13
BUILD_TAR = "build_tar"
14
14
BUILD = "build"
15
- CHECK_BASE_IMAGE = "check_base_image"
16
- CHECK_PYTHON_REGISTRY_PUBLISH_CONFIGURATION = "check_python_registry_publish_configuration"
17
15
INTEGRATION = "integration"
18
16
AIRBYTE_LIB_VALIDATION = "airbyte_lib_validation"
19
- METADATA_VALIDATION = "metadata_validation"
20
17
QA_CHECKS = "qa_checks"
21
18
UNIT = "unit"
22
- VERSION_FOLLOW_CHECK = "version_follow_check"
23
19
VERSION_INC_CHECK = "version_inc_check"
24
20
TEST_ORCHESTRATOR = "test_orchestrator"
25
21
DEPLOY_ORCHESTRATOR = "deploy_orchestrator"
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.13.1 "
7
+ version = " 4.13.2 "
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