Skip to content

Commit

Permalink
Merge pull request #524 from QualiSystems/Release_2.4.4
Browse files Browse the repository at this point in the history
Release 2.4.4
  • Loading branch information
nahumtimerman authored May 26, 2020
2 parents 2350e93 + 8990744 commit 094ccde
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cloudformation/AMI_Lookup.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
}
},
"Handler": "index.handler",
"Runtime": "nodejs8.10",
"Runtime": "nodejs12.x",
"Timeout": "180",
"Role": {
"Fn::GetAtt": [
Expand Down
2 changes: 1 addition & 1 deletion drivers/aws_shell/src/drivermetadata.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Driver Description="This driver orchestrate all the command that will be executed on AWS" MainClass="driver.AWSShellDriver" Name="AWS Shell Driver" Version="2.4.2">
<Driver Description="This driver orchestrate all the command that will be executed on AWS" MainClass="driver.AWSShellDriver" Name="AWS Shell Driver" Version="2.4.4">
<Layout>
<Category Name="Deployment">
<Command Description="" DisplayName="Deploy From AMI" EnableCancellation="true" Name="deploy_ami" Tags="allow_unreserved" />
Expand Down
3 changes: 1 addition & 2 deletions drivers/version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
2.4.2

2.4.4
1 change: 1 addition & 0 deletions package/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
docutils==0.15.2
boto3==1.4.5
cloudshell-automation-api>=8.3.0.0,<8.3.1.0
cloudshell-core>=2.2.0,<2.3.0
Expand Down
3 changes: 1 addition & 2 deletions package/version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
2.4.2

2.4.4
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
2.4.2
2.4.4

0 comments on commit 094ccde

Please sign in to comment.