Skip to content

Commit

Permalink
Merge pull request #69 from plus3it/pyup-update-cfn-lint-0.7.3-to-0.7.4
Browse files Browse the repository at this point in the history
Update cfn-lint to 0.7.4
  • Loading branch information
lorengordon authored Oct 4, 2018
2 parents 4825a4c + 21bfb63 commit 78a7f2e
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.5.4
current_version = 1.5.5
commit = True
message = Bumps version to {new_version}
tag = False
Expand Down
2 changes: 1 addition & 1 deletion _requirements/cfn-lint.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cfn-lint==0.7.3
cfn-lint==0.7.4
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@
}
}
},
"Version": "1.5.4"
"Version": "1.5.5"
},
"Outputs": {
"ScaleDownScheduledAction": {
Expand Down Expand Up @@ -794,7 +794,7 @@
"Type": "AWS::AutoScaling::AutoScalingGroup",
"UpdatePolicy": {
"AutoScalingReplacingUpdate": {
"WillReplace": "true"
"WillReplace": true
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@
}
}
},
"Version": "1.5.4"
"Version": "1.5.5"
},
"Outputs": {
"WatchmakerInstanceId": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@
}
}
},
"Version": "1.5.4"
"Version": "1.5.5"
},
"Outputs": {
"ScaleDownScheduledAction": {
Expand Down Expand Up @@ -677,7 +677,7 @@
"Type": "AWS::AutoScaling::AutoScalingGroup",
"UpdatePolicy": {
"AutoScalingReplacingUpdate": {
"WillReplace": "true"
"WillReplace": true
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
}
}
},
"Version": "1.5.4"
"Version": "1.5.5"
},
"Outputs": {
"WatchmakerInstanceId": {
Expand Down

0 comments on commit 78a7f2e

Please sign in to comment.