From 8d2c41ef18ba5c245fd3cd749583f6f8e37f6b5a Mon Sep 17 00:00:00 2001 From: Lattice Continuous Deployment Date: Thu, 20 Aug 2015 18:59:36 +0000 Subject: [PATCH] Bump Version: v0.3.0-118-g63e3253 -> v0.3.3 + Bump Version Files Diego Release: 0.1398.0 +Committed by GOCD- Run #92 of Pipeline: lattice, 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 0c7e1696..600e6fd3 100644 --- a/Version +++ b/Version @@ -1 +1 @@ -v0.3.0-118-g63e3253 +v0.3.3 diff --git a/terraform/aws/example/lattice.aws.tf b/terraform/aws/example/lattice.aws.tf index 59b9a9d3..fd7b3216 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.3.0-119-g25aaef4" + source = "github.com/cloudfoundry-incubator/lattice//terraform//aws?ref=v0.3.3" # Specify an API username and password for your lattice cluster # lattice_username = "" diff --git a/terraform/digitalocean/example/lattice.digitalocean.tf b/terraform/digitalocean/example/lattice.digitalocean.tf index 9b4a0c53..a3c687de 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.3.0-119-g25aaef4" + source = "github.com/cloudfoundry-incubator/lattice//terraform//digitalocean?ref=v0.3.3" # Specify an API username and password for your lattice cluster # lattice_username = "" diff --git a/terraform/google/example/lattice.google.tf b/terraform/google/example/lattice.google.tf index fbc50676..a2977ec3 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.3.0-119-g25aaef4" + source = "github.com/cloudfoundry-incubator/lattice//terraform//google?ref=v0.3.3" # Specify an API username and password for your lattice cluster # lattice_username = "" diff --git a/terraform/openstack/example/lattice.openstack.tf b/terraform/openstack/example/lattice.openstack.tf index bcc0e632..fecc8b8d 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.3.0-119-g25aaef4" + source = "github.com/cloudfoundry-incubator/lattice//terraform//openstack?ref=v0.3.3" # Specify an API username and password for your lattice cluster # lattice_username = ""