Releases: cloudfoundry/bosh-cli
Releases · cloudfoundry/bosh-cli
v6.4.11
Assets
sha256 file
ea3960f25c561346ab073c3d2133b9e5d35a62f1cd39cdcb986bff45c0ab0536 bosh-cli-6.4.11-linux-amd64
22f0340bb6c17e1f6418f099fc949fd5802608e8b206112658c6bfcd6ea25dee bosh-cli-6.4.11-darwin-amd64
f79ed2649ab41dc9feaa80e7ae30525b3f1ca80a7e2a0da32690c6558adb52a4 bosh-cli-6.4.11-darwin-arm64
78dd934437a79a19ebb5763482def7e84538eb3e4617dac206b56a314642b5a0 bosh-cli-6.4.11-windows-amd64.exe
What's Changed
- Ensure quote stripping behavior for
--var
matches legacy behaviour. by @danielfor in #584
Fixes
- Fixes #583
New Contributors
- @danielfor made their first contribution in #584
Full Changelog: v6.4.10...v6.4.11
v6.4.10
Assets
sha256 file
8b1c58f14988b47624bf4ff47b5ad9637b54209d1842b95401566baaad6768ab bosh-cli-6.4.10-linux-amd64
3de657c3328f5eb6970f37dd29e5069fa26c05bd945533baccd88ccfb15f4079 bosh-cli-6.4.10-darwin-amd64
aefb81f621f1af228e29f780e923296123e883519cbf3f7fd2d2089a618c7c3d bosh-cli-6.4.10-darwin-arm64
226c24e78ede01afb3bfb1154cad5d15ae6e85a08b66ac003f08e862f959abe9 bosh-cli-6.4.10-windows-amd64.exe
What's Changed
- Remove
compiled_package_cache
frombosh env
output by @nouseforaname in #579 - Try to improve code readability of
var_kv
by @beyhan in #581
Fixes
-
- single & double-quoted
--var
values render in a way that is consistent with past bosh CLIs (broken in v6.4.9)
- single & double-quoted
Full Changelog: v6.4.9...v6.4.10
v6.4.9
Assets
sha256 file
bbf5f0a8b5312effa60755b02c6b2f1cbcabd6cbdd9a2bdbbd71ca2507436f6d bosh-cli-6.4.9-linux-amd64
5eada85f815b2e9dc177bcfecc86bf17463e772378b456938ff3531a59d793c5 bosh-cli-6.4.9-darwin-amd64
e1da03983a8e1bdd9c20db0d522268652d77dde79634e4e5d16162c7fea349e9 bosh-cli-6.4.9-windows-amd64.exe
What's Changed
- fix:
bosh create-env
on ubuntu running in Windows WSL2 with Virtualbox CPI by @nouseforaname in #575 - Permit
--var
values to contain newlines. by @ragaskar in #580 - Adding tags to
create_vm
by @lnguyen in #582
Known Issues
- single & double-quoted
--var
values do not render in a way consistent with past bosh CLIs (fized in v6.4.10)
New Contributors
- @nouseforaname made their first contribution in #575
- @ragaskar made their first contribution in #580
- @lnguyen made their first contribution in #582
Full Changelog: v6.4.8...v6.4.9
v6.4.8
Assets
sha256 file
71896833a35f83a2f26ea60597151445e57ec29d653756abc37ab42dacbb7f3d bosh-cli-6.4.8-linux-amd64
8badba2d501c04d0b1fa0f0b4ea2d180d97609815b0cace50fd5a62127daa131 bosh-cli-6.4.8-darwin-amd64
5f0db6c55be484a162bee1b818d53ef017fa6a0235682f72ee92bd4ecd189aa8 bosh-cli-6.4.8-windows-amd64.exe
v6.4.7
Updates
- Bumped vendored dependencies
Bug Fixes
bosh create-env
would incorrectly recreate an attached persistent disk if thecloud_properties
for the disk included an array due to a bug in the change detection.
Assets
sha256 file
596abc123ddb676f081d375dc4672359fb1573c38d8dd3e8bdc4f3d2769783a1 bosh-cli-6.4.7-linux-amd64
0e0065dcfe7210fa9ab79e3cdf8cf658f1fd272fa2b1a8e3db3302259b2f814b bosh-cli-6.4.7-darwin-amd64
aca24638153e8e658d6b0780aef06d9c495268c3dc55a0d7db1ac664d41ebb0e bosh-cli-6.4.7-windows-amd64.exe
v6.4.6
Updates
- Bumped vendored dependencies
Bug Fixes
- Fixed an incorrect
Fmt.printf
inside Bosh CLI operation progress printing code. This should remove the%!(EXTRA string=0s)
prints during some Bosh CLI operations. This is a cosmetic change, no functionality was affacted.
Assets
sha256 file
5ae2003b9a2da50b258cf52be38ae01dc09913a8d4fe7f4f310b19318c8501fc bosh-cli-6.4.6-linux-amd64
b60579ea85d41eceabbd66795d9a2b1c981c14326c810644abd640c417d94f47 bosh-cli-6.4.6-darwin-amd64
54efdcf7c3d638e050f48f1e63a92a0782c408cf5683d8202f9dfe638909e5b8 bosh-cli-6.4.6-windows-amd64.exe
v6.4.5
Bug Fixes
The bosh inspect-release
command will no longer leave directories that have names of the form bosh-releaseXXXXXXXXX
in the .bosh/tmp
directory. These directories and the files that they contain are now correctly removed from disk after the inspect-release
command completes.
Similarly, the bosh create-release
command will now no longer leave temporary files around after it completes.
Assets
sha256 file
23f150612b546cf219f9858c8e84869520050db9aa3c9f9385a3313d2137776d bosh-cli-6.4.5-linux-amd64
bc07096ddb2f3473ae98c391177a05365fe9a9dc58e98fd46b467920dfadcbea bosh-cli-6.4.5-darwin-amd64
3172f57725f1620618000cac37eee01159fc64f601967fed20ccb7a26279c0fd bosh-cli-6.4.5-windows-amd64.exe
v6.4.4
Bug Fixes
Downloading remote stemcells when performing a bosh create-env
would generate the error:
remote error: tls: handshake failure
This was due to using the wrong http client for downloading remote files.
Assets
sha256 file
c944dd694e5470686995c2365ac60c9ef06f655cab51994f7fefed4c89e764fb bosh-cli-6.4.4-linux-amd64
77757c3df9a1f2b5e24e30079a5ad6351ecd5b85c938a8b651a17530c18670dd bosh-cli-6.4.4-darwin-amd64
39b8512f7ddc35f7857dc038b8b7028b09e2f0dd72d056b2974602a4d9ba2610 bosh-cli-6.4.4-windows-amd64.exe
v6.4.3
Updates
- bumped vendored dependencies again but mostly cut so that if anyone ingested the broken 6.4.2 (it's fixed now) they can roll forward to a known green without trying to fix their cache.
Assets
sha256 file
8f10eb8830afa4f64889c88e51c1d436849513d4fc99653ad7670bf1df8abff3 bosh-cli-6.4.3-linux-amd64
3968c607265fe16acf9cfb6565a56c8e77b8c23b4d9e466ba5bceb4a6dc34ce3 bosh-cli-6.4.3-darwin-amd64
963eef4539dfdf23aa2e0e51e23d6c0fe6ab798415c4b912cad9862bd3aac574 bosh-cli-6.4.3-windows-amd64.exe
v6.4.2
Updates
- bumped vendored dependencies
Assets
sha256 file
8d3c77503967bb7c8bede048ab836b58d28807876f057c24290ee413a0c370f7 bosh-cli-6.4.2-linux-amd64
f93ac9cd4f69fb68d80251832a2c07551b50dcdfe66177dca1afcb4030188a10 bosh-cli-6.4.2-darwin-amd64
7c8d9ae287a70a97afa28fe1eec0ae99e95e4aa8488365717655cf076424a64a bosh-cli-6.4.2-windows-amd64.exe