diff --git a/.circleci/config.yml b/.circleci/config.yml index 8c68da3..13f4741 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -22,10 +22,10 @@ executors: machine: image: ubuntu-1604:201903-01 -# arm_wagon_generator: -# machine: -# image: ubuntu-2004:202101-01 -# resource_class: arm.medium + arm_wagon_generator: + machine: + image: ubuntu-2004:202101-01 + resource_class: arm.medium cloudify-machine-py3: machine: @@ -408,11 +408,11 @@ jobs: - checkout - generate_py36_wagon -# arch64_wagon: -# executor: arm_wagon_generator -# steps: -# - checkout -# - generate_arch64_wagon + arch64_wagon: + executor: arm_wagon_generator + steps: + - checkout + - generate_arch64_wagon rhel_wagon: executor: wagon_generator @@ -472,10 +472,10 @@ workflows: filters: branches: only: /([0-9\.]*\-build|master|dev)/ -# - arch64_wagon: -# filters: -# branches: -# only: /([0-9\.]*\-build|master|dev)/ + - arch64_wagon: + filters: + branches: + only: /([0-9\.]*\-build|master|dev)/ - rhel_wagon: filters: branches: @@ -486,7 +486,7 @@ workflows: only: /master/ requires: - wagon -# - arch64_wagon + - arch64_wagon - rhel_wagon - integration_tests_py3: requires: @@ -502,7 +502,7 @@ workflows: - build_bundle - unittests_py36 - wagon -# - arch64_wagon + - arch64_wagon - rhel_wagon - integration_tests_py3 - merge_docs: @@ -528,10 +528,10 @@ workflows: filters: branches: only: /([0-9\.]*\-build|master|dev)/ -# - arch64_wagon: -# filters: -# branches: -# only: /([0-9\.]*\-build|master|dev)/ + - arch64_wagon: + filters: + branches: + only: /([0-9\.]*\-build|master|dev)/ - rhel_wagon: filters: branches: @@ -543,13 +543,13 @@ workflows: requires: - wagon - rhel_wagon -# - arch64_wagon + - arch64_wagon - integration_tests_py3: requires: - build_bundle - wagon - rhel_wagon -# - arch64_wagon + - arch64_wagon filters: branches: only: /([0-9\.]*\-build|master|dev)/ diff --git a/CHANGELOG.txt b/CHANGELOG.txt index e4b2123..477602a 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,4 @@ +0.17.5: Rerelease for ARM wagon. 0.17.4: - RD-3348: Plan comparison before apply. - RD-3451: Let users set max_sleep_time parameter. diff --git a/plugin.yaml b/plugin.yaml index aa5dba1..b60943e 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -2,7 +2,7 @@ plugins: tf: executor: central_deployment_agent package_name: cloudify-terraform-plugin - package_version: '0.17.4' + package_version: '0.17.5' dsl_definitions: