Skip to content

Commit

Permalink
fix the changelog (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
EarthmanT authored Nov 8, 2021
1 parent dd944dc commit 834ac17
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 22 deletions.
42 changes: 21 additions & 21 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand All @@ -486,7 +486,7 @@ workflows:
only: /master/
requires:
- wagon
# - arch64_wagon
- arch64_wagon
- rhel_wagon
- integration_tests_py3:
requires:
Expand All @@ -502,7 +502,7 @@ workflows:
- build_bundle
- unittests_py36
- wagon
# - arch64_wagon
- arch64_wagon
- rhel_wagon
- integration_tests_py3
- merge_docs:
Expand All @@ -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:
Expand All @@ -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)/
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 834ac17

Please sign in to comment.