Skip to content

Commit e91991b

Browse files
committed
bump v0.22
1 parent c4f6db1 commit e91991b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

ChangeLog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Change Log
22
==========
33

4+
v0.22.0
5+
6+
Thanks to James Hunt, Quintessence Anx, and Long Nguyen for this version!
7+
8+
- Fixed stemcell URLs from `bosh public stemcells` to https://bosh.io
9+
- Randomize Warden Network definitions so they don't always clash
10+
- Unify stdout/stderr log files everywhere
11+
- Fixed issue where dir cpi was found as `warden_cpi' not`warden'
12+
413
v0.21.0
514

615
- `new` assumes using [spruce](https://github.com/geofffranks/spruce) instead of spiff. Yay!

lib/bosh/gen/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Bosh
22
module Gen
3-
VERSION = "0.21.2"
3+
VERSION = "0.22.0"
44
end
55
end

0 commit comments

Comments
 (0)