Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit ddf23d4

Browse files
davidwaddencrawsible
authored andcommitted
Update version references to v0.4.0.
[#101705970] Signed-off-by: Colin Jackson <[email protected]>
1 parent 9844833 commit ddf23d4

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ $ vagrant global-status
177177
id name provider state directory
178178
----------------------------------------------------------------------------------------------------------------
179179
fb69d90 default virtualbox running /Users/user/workspace/lattice
180-
4debe83 default virtualbox running /Users/user/workspace/lattice-bundle-v0.3.3-62-g2a78cf6-osx/vagrant
180+
4debe83 default virtualbox running /Users/user/workspace/lattice-bundle-v0.4.0-osx/vagrant
181181
```
182182

183183
You can then destroy the appropriate instance with:
@@ -208,6 +208,7 @@ This repository contains several [Terraform](https://www.terraform.io/) template
208208

209209
Lattice | Compatible Versions
210210
--------|-----------------------
211+
v0.4.0 | Terraform 0.6.2+
211212
v0.3.3 | Terraform 0.6.2+
212213
v0.3.0 | Terraform 0.6.1
213214
v0.2.7 | Terraform 0.6.1

docs/getting-started.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ The VM should download and start.
3636
3737
> If you are trying to run both the VirtualBox and VMWare providers on the same machine, you'll need to run them on different private networks (subnets) that do not conflict.
3838
39-
> Learn more about deploying Lattice at the GitHub [README](https://github.com/cloudfoundry-incubator/lattice/tree/v0.3.3)
39+
> Learn more about deploying Lattice at the GitHub [README](https://github.com/cloudfoundry-incubator/lattice/tree/v0.4.0)
4040
4141
## `ltc` - the Lattice CLI
4242

4343
The downloaded bundle also includes the command-line tool `ltc`. This can be copied to a folder in your `PATH` or executed in-place (e.g., `./ltc`).
4444

45-
Further instructions can be found [here](https://github.com/cloudfoundry-incubator/lattice/tree/v0.3.3/ltc).
45+
Further instructions can be found [here](https://github.com/cloudfoundry-incubator/lattice/tree/v0.4.0/ltc).
4646

4747
## Targeting Lattice
4848

docs/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ Lattice lives up to these principles.
2929

3030
## <a name="how-do-i-deploy-lattice"><a href="#how-do-i-deploy-lattice">How do I deploy Lattice?</a></a>
3131

32-
You can run Lattice easily on your laptop with a [Vagrant VM](https://github.com/cloudfoundry-incubator/lattice#local-deployment) or deploy a [cluster of machines](https://github.com/cloudfoundry-incubator/lattice#clustered-deployment) with [AWS](https://github.com/cloudfoundry-incubator/lattice/blob/v0.3.3/terraform/aws/README.md), [Digital Ocean](https://github.com/cloudfoundry-incubator/lattice/blob/v0.3.3/terraform/digitalocean/README.md), [Google Cloud](https://github.com/cloudfoundry-incubator/lattice/blob/v0.3.3/terraform/google/README.md) or [Openstack](https://github.com/cloudfoundry-incubator/lattice/blob/v0.3.3/terraform/openstack/README.md).
32+
You can run Lattice easily on your laptop with a [Vagrant VM](https://github.com/cloudfoundry-incubator/lattice#local-deployment) or deploy a [cluster of machines](https://github.com/cloudfoundry-incubator/lattice#clustered-deployment) with [AWS](https://github.com/cloudfoundry-incubator/lattice/blob/v0.4.0/terraform/aws/README.md), [Digital Ocean](https://github.com/cloudfoundry-incubator/lattice/blob/v0.4.0/terraform/digitalocean/README.md), [Google Cloud](https://github.com/cloudfoundry-incubator/lattice/blob/v0.4.0/terraform/google/README.md) or [Openstack](https://github.com/cloudfoundry-incubator/lattice/blob/v0.4.0/terraform/openstack/README.md).
3333

34-
Up-to-date installation instructions are on the [GitHub README](https://github.com/cloudfoundry-incubator/lattice/tree/v0.3.3).
34+
Up-to-date installation instructions are on the [GitHub README](https://github.com/cloudfoundry-incubator/lattice/tree/v0.4.0).
3535

3636
## <a name="how-do-i-use-lattice"><a href="#how-do-i-use-lattice">How do I use Lattice?</a></a>
3737

docs/troubleshooting.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ $ vagrant global-status
8181
id name provider state directory
8282
----------------------------------------------------------------------------------------------------------------
8383
fb69d90 default virtualbox running /Users/user/workspace/lattice
84-
4debe83 default virtualbox running /Users/user/workspace/lattice-bundle-v0.3.3-62-g2a78cf6-osx/vagrant
84+
4debe83 default virtualbox running /Users/user/workspace/lattice-bundle-v0.4.0-osx/vagrant
8585
```
8686

8787
You can then destroy the appropriate instance with:

0 commit comments

Comments
 (0)