We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4f6db1 commit e91991bCopy full SHA for e91991b
ChangeLog.md
@@ -1,6 +1,15 @@
1
Change Log
2
==========
3
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
13
v0.21.0
14
15
- `new` assumes using [spruce](https://github.com/geofffranks/spruce) instead of spiff. Yay!
lib/bosh/gen/version.rb
@@ -1,5 +1,5 @@
module Bosh
module Gen
- VERSION = "0.21.2"
+ VERSION = "0.22.0"
end
0 commit comments