Skip to content

Commit

Permalink
Bumps version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lorengordon committed Nov 15, 2018
1 parent b5b74cd commit 74d152a
Show file tree
Hide file tree
Showing 30 changed files with 30 additions and 30 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 = 0.1.0
current_version = 0.1.1
commit = True
message = Bumps version to {new_version}
tag = False
Expand Down
2 changes: 1 addition & 1 deletion templates/db_mssql_alwayson.template.cfn.json
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@
}
}
},
"Version": "0.1.0"
"Version": "0.1.1"
},
"Outputs": {
"MssqlNode1InstanceId": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"AWSTemplateFormatVersion": "2010-09-09",
"Description": "This template deploys a MySQL RDS instance",
"Metadata": {
"Version": "0.1.0"
"Version": "0.1.1"
},
"Outputs": {
"JDBCConnectionString": {
Expand Down
2 changes: 1 addition & 1 deletion templates/ds_ad_primary_dc.element.template.cfn.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
}
},
"Metadata": {
"Version": "0.1.0"
"Version": "0.1.1"
},
"Outputs": {
"DomainAdmin": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"AWSTemplateFormatVersion": "2010-09-09",
"Description": "This element creates a Route53 private hosted zone, to resolve the domain to the AD Domain Controllers via DHCP.",
"Metadata": {
"Version": "0.1.0"
"Version": "0.1.1"
},
"Outputs": {
"HostedZoneId": {
Expand Down
2 changes: 1 addition & 1 deletion templates/ds_ad_replica_dc.element.template.cfn.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
}
},
"Metadata": {
"Version": "0.1.0"
"Version": "0.1.1"
},
"Outputs": {
"DomainControllerID": {
Expand Down
2 changes: 1 addition & 1 deletion templates/ds_ad_security_groups.element.template.cfn.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"AWSTemplateFormatVersion": "2010-09-09",
"Description": "This element creates 2 security groups for an Active Directory domain -- one for Domain Controllers and one for Domain Members.",
"Metadata": {
"Version": "0.1.0"
"Version": "0.1.1"
},
"Outputs": {
"DomainControllerSGID": {
Expand Down
2 changes: 1 addition & 1 deletion templates/ds_dhcp_options.element.template.cfn.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"AWSTemplateFormatVersion": "2010-09-09",
"Description": "This element creates an Active Directory domain with a single domain controller. The default Domain Administrator password will be the one retrieved from the instance.",
"Metadata": {
"Version": "0.1.0"
"Version": "0.1.1"
},
"Parameters": {
"DomainControllerIPs": {
Expand Down
2 changes: 1 addition & 1 deletion templates/ds_singleaz_ad.compound.template.cfn.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"AWSTemplateFormatVersion": "2010-09-09",
"Description": "This template creates an Active Directory infrastructure in a Single AZ.",
"Metadata": {
"Version": "0.1.0"
"Version": "0.1.1"
},
"Outputs": {
"DomainAdmin": {
Expand Down
2 changes: 1 addition & 1 deletion templates/es_service_domain.element.template.cfn.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
}
]
},
"Version": "0.1.0"
"Version": "0.1.1"
},
"Outputs": {
"DedicatedMasterCount": {
Expand Down
2 changes: 1 addition & 1 deletion templates/nw_create_peer_role.element.template.cfn.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"AWSTemplateFormatVersion": "2010-09-09",
"Description": "This template creates an assumable role for cross account VPC peering.",
"Metadata": {
"Version": "0.1.0"
"Version": "0.1.1"
},
"Outputs": {
"RoleARN": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
}
]
},
"Version": "0.1.0"
"Version": "0.1.1"
},
"Outputs": {
"InternetGatewayId": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
}
]
},
"Version": "0.1.0"
"Version": "0.1.1"
},
"Outputs": {
"InternetGatewayId": {
Expand Down
2 changes: 1 addition & 1 deletion templates/nw_nat_gateway.element.template.cfn.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"AWSTemplateFormatVersion": "2010-09-09",
"Description": "This element creates a NAT Gateway with an Elastic IP, Private route table with route to the NAT Gateway.",
"Metadata": {
"Version": "0.1.0"
"Version": "0.1.1"
},
"Outputs": {
"NATGatewayElasticIP": {
Expand Down
2 changes: 1 addition & 1 deletion templates/nw_nat_with_eni.element.template.cfn.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
}
},
"Metadata": {
"Version": "0.1.0"
"Version": "0.1.1"
},
"Outputs": {
"NATElasticNetworkInterfaceId": {
Expand Down
2 changes: 1 addition & 1 deletion templates/nw_peered_sg.element.template.cfn.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"AWSTemplateFormatVersion": "2010-09-09",
"Description": "This element creates a Security Group to allow remote access from instances in the specified security group within the peered account.",
"Metadata": {
"Version": "0.1.0"
"Version": "0.1.1"
},
"Outputs": {
"VpcPeerSecurityGroupId": {
Expand Down
2 changes: 1 addition & 1 deletion templates/nw_private_subnet.element.template.cfn.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"AWSTemplateFormatVersion": "2010-09-09",
"Description": "This element creates a Private Subnet and associates it with a given Route Table.",
"Metadata": {
"Version": "0.1.0"
"Version": "0.1.1"
},
"Outputs": {
"AvailabilityZoneName": {
Expand Down
2 changes: 1 addition & 1 deletion templates/nw_public_subnet.element.template.cfn.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"AWSTemplateFormatVersion": "2010-09-09",
"Description": "This element creates a Public Subnet and associates it with a given Route Table.",
"Metadata": {
"Version": "0.1.0"
"Version": "0.1.1"
},
"Outputs": {
"AvailabilityZoneName": {
Expand Down
2 changes: 1 addition & 1 deletion templates/nw_r53_peered_domain.element.template.cfn.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"AWSTemplateFormatVersion": "2010-09-09",
"Description": "This element creates a Route53 Private Hosted Zone and the associated resource records for a peered domain.",
"Metadata": {
"Version": "0.1.0"
"Version": "0.1.1"
},
"Outputs": {
"PrivateHostedZoneId": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
}
]
},
"Version": "0.1.0"
"Version": "0.1.1"
},
"Outputs": {
"InternetGatewayId": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
}
]
},
"Version": "0.1.0"
"Version": "0.1.1"
},
"Outputs": {
"InternetGatewayId": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
}
]
},
"Version": "0.1.0"
"Version": "0.1.1"
},
"Outputs": {
"InternetGatewayId": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
}
]
},
"Version": "0.1.0"
"Version": "0.1.1"
},
"Outputs": {
"InternetGatewayId": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"Description": "This element creates a VPC peering connection and adds the necessary route to specified route tables.",
"Metadata": {
"Version": "0.1.0"
"Version": "0.1.1"
},
"Outputs": {
"VpcPeeringConnection": {
Expand Down
2 changes: 1 addition & 1 deletion templates/nw_vpc_with_igw.element.template.cfn.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"AWSTemplateFormatVersion": "2010-09-09",
"Description": "This element creates a VPC network with an Internet Gateway.",
"Metadata": {
"Version": "0.1.0"
"Version": "0.1.1"
},
"Outputs": {
"InternetGatewayId": {
Expand Down
2 changes: 1 addition & 1 deletion templates/ra_guac_autoscale_public_alb.template.cfn.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
}
},
"Metadata": {
"Version": "0.1.0"
"Version": "0.1.1"
},
"Outputs": {
"AlbSecurityGroupId": {
Expand Down
2 changes: 1 addition & 1 deletion templates/ra_rdcb_fileserver_ha.template.cfn.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
}
}
},
"Version": "0.1.0"
"Version": "0.1.1"
},
"Outputs": {
"RdcbEc2InstanceId": {
Expand Down
2 changes: 1 addition & 1 deletion templates/ra_rdcb_fileserver_standalone.template.cfn.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
}
}
},
"Version": "0.1.0"
"Version": "0.1.1"
},
"Outputs": {
"RdcbEc2InstanceId": {
Expand Down
2 changes: 1 addition & 1 deletion templates/ra_rdgw_autoscale_public_lb.template.cfn.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
}
}
},
"Version": "0.1.0"
"Version": "0.1.1"
},
"Outputs": {
"Ec2SecurityGroupId": {
Expand Down
2 changes: 1 addition & 1 deletion templates/ra_rdsh_autoscale_internal_elb.template.cfn.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
}
}
},
"Version": "0.1.0"
"Version": "0.1.1"
},
"Outputs": {
"Ec2SecurityGroupId": {
Expand Down

0 comments on commit 74d152a

Please sign in to comment.