Skip to content

Releases: cloudfoundry/bosh-cli

v7.0.1

01 Jun 22:33
Compare
Choose a tag to compare

What's Changed

  • Bump golangci-lint to v1.46.2 by @ctlong in #595
  • Allow importing bosh-cli v7 as a dependency by @fejnartal in #596. This was preventing other Go code from importing newer versions of bosh-cli packages. You should now be able to import github.com/cloudfoundry/bosh-cli/v7 and get the latest version of the bosh cli packages.

Full Changelog: v7.0.0...v7.0.1

Assets

                                                          sha256  file
808ed5b94c45ac1f5a351ace62f2a93adb6fcf2f689368cbba12b37343f1121e  bosh-cli-7.0.1-linux-amd64
d136b635266729f58f76d636ba245f1ea5321d97b1ff54ee1a8334962247d771  bosh-cli-7.0.1-darwin-amd64
1783c4392a7ccc6f70c9715c89ebf40c90c38b7a44c2b5d8159f0784adf2c5ff  bosh-cli-7.0.1-darwin-arm64
a9e3b8d570afe5acb0e42ad7e455d7086326e0c6f9f0f1a74c36f49f5c1ffbfa  bosh-cli-7.0.1-windows-amd64.exe

v7.0.0

26 Apr 20:51
Compare
Choose a tag to compare

This release requires a v2 BOSH CPI. Older CPIs may fail during create-env and delete-env with the error, "requires CPI v2.0 or greater".

What's Changed

  • Registry-related code has been removed. The Registry was a deprecated mechanism for storing metadata.

Full Changelog: v6.4.17...v7.0.0

Assets

                                                          sha256  file
f72f3331ad2aeb8ae792bff24a121103f4a8814f9193f59be223e2d70cd2988f  bosh-cli-7.0.0-linux-amd64
1f272b672dbc5deee74c2ba61a057173e7861c2e494c18cc4c93ca95b7beb9b6  bosh-cli-7.0.0-darwin-amd64
4723aa7ac4373ea956bacd287ae06667c74427ae31213d426e456343d11c8283  bosh-cli-7.0.0-darwin-arm64
e0f5a2220bad1a25c026fa002563a87af9379fb0440f5b0aff1e754f64c0213d  bosh-cli-7.0.0-windows-amd64.exe

v6.4.17

25 Feb 00:48
Compare
Choose a tag to compare

Bug fixes:

  • Fixed a bug that was the combination of bugs fixed in 6.4.15 and 6.4.16. If source packages are being uploaded we were only checking for the existence of a single source package on the release to determine if we should upload or not. We now confirm that source packages exist for all packages of the release.

Assets

                                                          sha256  file
d0917d3ad0ff544a4c69a7986e710fe48e8cb2207717f77db31905d639e28c18  bosh-cli-6.4.17-linux-amd64
0cee81302da2af08a057567299030b73caff323a20beb84cb643c3f2326a747f  bosh-cli-6.4.17-darwin-amd64
6203ed3519ee9e4fac453bc0da802df5ff7cd6720f64b59877bdd605b6a78763  bosh-cli-6.4.17-darwin-arm64
d2274c902298dd2be28b934877055a7f810f91bb47a26d41b45c28c35e2c9a4e  bosh-cli-6.4.17-windows-amd64.exe

v6.4.16

16 Feb 01:43
Compare
Choose a tag to compare

Bug fixes:

  • Fixed another bug related to uploading compiled releases. This would happen when the director had some packages compiled for the target stemcell, but not all of them.

Assets

                                                          sha256  file
7d0fc7ce5cccc7ba6a3bd95113558c9510e8dc4fb3af240e2693d9578744717d  bosh-cli-6.4.16-linux-amd64
5732a63df39083adb4745d2f2b485960b9f4ec3f3a8e725ab594d179569d9625  bosh-cli-6.4.16-darwin-amd64
61fd830a3da96eda2651e6a075336a4d2ba722112c7af5253cf3a457165504e6  bosh-cli-6.4.16-darwin-arm64
122edd10e581c9adb38fede2b2e7227a3bcb037f9264b52f62db0f9e6ddc66c1  bosh-cli-6.4.16-windows-amd64.exe

v6.4.15

09 Feb 19:41
Compare
Choose a tag to compare

Bug fixes:

  • Fix a bug where if you had compiled release uploaded but not source, it would not upload release

Assets

                                                          sha256  file
7f8c3156f129c5513afb29690c2b13dfc9492c1fb2eb04de0adc6060258bf10d  bosh-cli-6.4.15-linux-amd64
6123c45f0b30441b329854ffc7cca8b1275442555524739b3fb2e3905e9fab0c  bosh-cli-6.4.15-darwin-amd64
ac404c6abe4d4977ba87f5728f22e92e8c8da02fb62925fd1d51f374308cd24e  bosh-cli-6.4.15-darwin-arm64
396ef0c5d26a714b437f1b910f4e4cbcf888c810d18e09fd07c4d930ae7e6192  bosh-cli-6.4.15-windows-amd64.exe

Full Changelog: v6.4.14...v6.4.15

v6.4.14

04 Feb 00:04
Compare
Choose a tag to compare

Assets

                                                          sha256  file
be1377ed3dde58771c58b9d2ef4aa1c8cf9193690029e8f16935e393a634e719  bosh-cli-6.4.14-linux-amd64
ba4ed070e15a77e879422fb34b570e10f39d92420de98293256ec369a8ed4818  bosh-cli-6.4.14-darwin-amd64
dfeec575f7d62326e95efb2bf613008df10436a2071eaa76c85dbd5b51016e0a  bosh-cli-6.4.14-darwin-arm64
dc8dec3a5b1612052a3a55940aa424272339afaa5d40e305b49fecf07d0a7b1a  bosh-cli-6.4.14-windows-amd64.exe

What's Changed

  • Fix bug when uploading compiled releases via a file:// url in a deployment manifest. If the director already had a source release, the packages would not be uploaded.

Full Changelog: v6.4.13...v6.4.14

v6.4.13

01 Feb 14:12
Compare
Choose a tag to compare

Assets

                                                          sha256  file
18849a697ea90ef555f3f27faa296079e16b1045eca6502b22d0d4a8c5b6cfa9  bosh-cli-6.4.13-linux-amd64
307de8c0c1a831afe448576f03bdb82a929740ec65751efa8d23589159097a33  bosh-cli-6.4.13-darwin-amd64
e6056a66cc975653d93ae61103fbe151de88517974fde04427d197989a5ad7d0  bosh-cli-6.4.13-darwin-arm64
40347d0d3efebb0e5a004043c344632d0622bcc2f7e82ca7bc27c7aa766090c9  bosh-cli-6.4.13-windows-amd64.exe

What's Changed

Full Changelog: v6.4.12...v6.4.13

v6.4.12

26 Jan 13:43
Compare
Choose a tag to compare

Assets

                                                          sha256  file
5ef524329ad22f565658a39a75e6c2fdc8d49849882f180a2acdce82ac423dd9  bosh-cli-6.4.12-linux-amd64
7bd5fc711ef7a5f92f5b327375cf523ed230d486b77762e93178f025d73e1e5c  bosh-cli-6.4.12-darwin-amd64
4d69c73698d21b557e944758bc9531d1af43b8143cf04332fc38c4e6c10cd0b2  bosh-cli-6.4.12-darwin-arm64
6700eac3bbb8afed77ee1d50372628beba2a787bbe02c5f4cd08420577e00a6b  bosh-cli-6.4.12-windows-amd64.exe

What's Changed

Full Changelog: v6.4.11...v6.4.12

v6.4.11

05 Jan 23:59
e5579de
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v6.4.10...v6.4.11

v6.4.10

17 Dec 21:30
Compare
Choose a tag to compare

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

Fixes

    • single & double-quoted --var values render in a way that is consistent with past bosh CLIs (broken in v6.4.9)

Full Changelog: v6.4.9...v6.4.10