From aa2ae84c32ed31353cf8c23c1d0c55be58fed8ac Mon Sep 17 00:00:00 2001 From: Lattice Continuous Deployment Date: Tue, 2 Jun 2015 18:14:30 +0000 Subject: [PATCH] Bump Version: v0.2.4-200-g89c21d7 -> v0.2.5 + Bump Version Files Diego Release Git SHA: 7a89df4b2e269843ee3876724759c77aadf95c03 +Committed by GOCD- Run #852 of Pipeline: diego-edge, Stage: release, JOB: release --- Version | 2 +- terraform/aws/example/lattice.aws.tf | 2 +- terraform/digitalocean/example/lattice.digitalocean.tf | 2 +- terraform/google/example/lattice.google.tf | 2 +- terraform/openstack/example/lattice.openstack.tf | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Version b/Version index c17d56b1..b88fb90f 100644 --- a/Version +++ b/Version @@ -1 +1 @@ -v0.2.4-200-g89c21d7 +v0.2.5 diff --git a/terraform/aws/example/lattice.aws.tf b/terraform/aws/example/lattice.aws.tf index 4d04cfad..3546511a 100644 --- a/terraform/aws/example/lattice.aws.tf +++ b/terraform/aws/example/lattice.aws.tf @@ -1,5 +1,5 @@ module "lattice-aws" { - source = "github.com/cloudfoundry-incubator/lattice//terraform//aws?ref=v0.2.4-201-gabec70f" + source = "github.com/cloudfoundry-incubator/lattice//terraform//aws?ref=v0.2.5" # AWS access key aws_access_key = "" diff --git a/terraform/digitalocean/example/lattice.digitalocean.tf b/terraform/digitalocean/example/lattice.digitalocean.tf index 5efb18db..36bad4e9 100644 --- a/terraform/digitalocean/example/lattice.digitalocean.tf +++ b/terraform/digitalocean/example/lattice.digitalocean.tf @@ -1,5 +1,5 @@ module "lattice-digitalocean" { - source = "github.com/cloudfoundry-incubator/lattice//terraform//digitalocean?ref=v0.2.4-201-gabec70f" + source = "github.com/cloudfoundry-incubator/lattice//terraform//digitalocean?ref=v0.2.5" # Digital Ocean API token do_token = "" diff --git a/terraform/google/example/lattice.google.tf b/terraform/google/example/lattice.google.tf index b4b94ed4..5a15466d 100644 --- a/terraform/google/example/lattice.google.tf +++ b/terraform/google/example/lattice.google.tf @@ -1,5 +1,5 @@ module "lattice-google" { - source = "github.com/cloudfoundry-incubator/lattice//terraform//google?ref=v0.2.4-201-gabec70f" + source = "github.com/cloudfoundry-incubator/lattice//terraform//google?ref=v0.2.5" # Path to the JSON file used to describe your account credentials, downloaded from Google Cloud Console gce_account_file = "" diff --git a/terraform/openstack/example/lattice.openstack.tf b/terraform/openstack/example/lattice.openstack.tf index e7d18486..a0f4cd65 100644 --- a/terraform/openstack/example/lattice.openstack.tf +++ b/terraform/openstack/example/lattice.openstack.tf @@ -1,5 +1,5 @@ module "lattice-openstack" { - source = "github.com/cloudfoundry-incubator/lattice//terraform//openstack?ref=v0.2.4-201-gabec70f" + source = "github.com/cloudfoundry-incubator/lattice//terraform//openstack?ref=v0.2.5" # OpenStack User Account openstack_access_key = ""