Skip to content

Commit

Permalink
minor: bamboo-engine-1.4.0, pipeline-3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
homholueng committed Sep 15, 2021
1 parent 73c9756 commit 64eecd3
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bamboo_engine/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
specific language governing permissions and limitations under the License.
"""

__version__ = "1.3.2"
__version__ = "1.4.0"
12 changes: 11 additions & 1 deletion release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.4.0

- feature:
- [(eri 4.0)](https://github.com/TencentBlueKing/bamboo-engine/pull/12/commits/8c882b7e84c7c743b0f49e0bb3ed01866346ea73)
- task 模块 execute 方法增加 root_pipeline_id,parent_pipeline_id 参数
- process 模块增加 get_sleep_process_info_with_current_node_id 接口
- process 模块移除 get_sleep_process_with_current_node_id 接口
- optimization:
- 优化 execute 事件中异常处理的逻辑

## 1.3.2

- optimization:
Expand All @@ -10,7 +20,7 @@
## 1.3.0

- feature:
-er 3.0)增加 retry_subprocess API,支持对进入失败的子流程进行重试
-eri 3.0)增加 retry_subprocess API,支持对进入失败的子流程进行重试

## 1.2.1

Expand Down
2 changes: 1 addition & 1 deletion runtime/bamboo-pipeline/pipeline/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@

default_app_config = "pipeline.apps.PipelineConfig"

__version__ = "3.6.3"
__version__ = "3.7.0"
5 changes: 5 additions & 0 deletions runtime/bamboo-pipeline/release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 3.7.0

- feature:
- eri 4.0 support

# 3.6.3

- bugfix:
Expand Down

0 comments on commit 64eecd3

Please sign in to comment.