Skip to content

Releases: cloudfoundry/bosh-google-cpi-release

v48.0.0

22 Jun 17:09
Compare
Choose a tag to compare

Features

  • Update golang to 1.20.5

Full Changelog: v47.0.0...v48.0.0

v47.0.0

26 Apr 19:16
Compare
Choose a tag to compare

Breaking Changes

This version of the CPI removes the ability to configure blobstore settings for a deployed VM using the CPI. The standard way to configure blobstore settings is to send them as part of the agent environment section, e.g:

env:
  bosh:
    blobstores: [
      ...
    ]

For bosh create-env deployments, this configuration is under the resource_pools section of the manifest. You can refer to this example in bosh-deployment.

If you do not set blobstore settings under the agent environment section, your deployment may go unresponsive when upgrading to this CPI.

What's Changed

  • remove the check for values begining with numbers will fix #337 by @ramonskie in #338
  • Remove blobstore info from IaaS metadata endpoints by @ystros in #339

New Contributors

Full Changelog: v46.0.2...v47.0.0

v46.0.2

11 Mar 12:13
Compare
Choose a tag to compare

Fixed CVEs:

  • CVE-2022-41723: A maliciously crafted HTTP/2 stream could cause excessive CPU consumpt ...

v46.0.1

03 Jan 20:26
Compare
Choose a tag to compare

What's Changed

  • Bump Go dependencies

Full Changelog: v46.0.0...v46.0.1

v46.0.0

17 Dec 03:42
Compare
Choose a tag to compare

What's Changed

  • Fixed heavy stemcell upload. There were changes in GCP behavior that prevented image creation if the client didn't have both compute and storage scopes. The CPI previously kept different clients for each. They've been combined into a single client now that has both scopes.

Full Changelog: v45.0.0...v46.0.0

v45.0.0

25 Oct 22:55
Compare
Choose a tag to compare

What's Changed

  • Bump to Go 1.19.2 and dependencies

Full Changelog: v44.0.0...v45.0.0

v44.0.0

06 Sep 23:39
Compare
Choose a tag to compare

What's Changed

  • Bump to Go 1.18.5 and dependencies
  • Fix: unused vars by @ctlong in #332
  • Support E2, N2, etc custom VM sizes by @dsboulder in #334

New Contributors

Full Changelog: v43.0.0...v44.0.0

v43.0.0

18 Apr 19:28
Compare
Choose a tag to compare

What's Changed

  • Bump to golang 1.18.1 and vendored dependencies

Full Changelog: v42.0.0...v43.0.0

v42.0.0

28 Feb 18:47
Compare
Choose a tag to compare

What's Changed

  • Remove the usage of hardcoded mincpuplatform values by @dimitdb in #329

New Contributors

Full Changelog: v41.0.0...v42.0.0

v41.0.0

03 Nov 15:28
Compare
Choose a tag to compare

bumped go to 1.17
added native disk resize #325 [ Thanks, @bgandon ]
optional blobstore creds #327 [ Thanks, @ramonskie ]