Skip to content

Commit

Permalink
Merge pull request #179 from alphagov/upgrade-stemcells-L1TF
Browse files Browse the repository at this point in the history
[#159889082] Upgrade stemcells to fix new L1TF bug
  • Loading branch information
samcrang committed Aug 21, 2018
2 parents 8547cd1 + 59fb35c commit 4ca381b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions manifests/bosh-manifest/bosh-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ resource_pools:
- name: bosh
network: private
stemcell:
url: https://bosh.io/d/stemcells/bosh-aws-xen-hvm-ubuntu-trusty-go_agent?v=3586.25
sha1: 0aed1716f45e4451be8fc9143757a8a8c1513e50
url: https://bosh.io/d/stemcells/bosh-aws-xen-hvm-ubuntu-trusty-go_agent?v=3586.36
sha1: df1d84d1d844bef3a6ce6e8f837f9ef1eeaed36c
cloud_properties:
instance_type: t2.medium
ephemeral_disk: {size: 40000, type: gp2}
Expand Down
2 changes: 1 addition & 1 deletion manifests/concourse-manifest/concourse-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
meta:
stemcell:
name: bosh-aws-xen-hvm-ubuntu-trusty-go_agent
version: "3468.54"
version: "3468.64"

zone: (( grab terraform_outputs.zone0 ))

Expand Down

0 comments on commit 4ca381b

Please sign in to comment.