Releases: cloudfoundry/bosh-google-cpi-release
Releases · cloudfoundry/bosh-google-cpi-release
v48.0.0
v47.0.0
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
Fixed CVEs:
- CVE-2022-41723: A maliciously crafted HTTP/2 stream could cause excessive CPU consumpt ...
v46.0.1
v46.0.0
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
andstorage
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
v44.0.0
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
- @ctlong made their first contribution in #332
- @dsboulder made their first contribution in #334
Full Changelog: v43.0.0...v44.0.0
v43.0.0
v42.0.0
v41.0.0
bumped go to 1.17
added native disk resize #325 [ Thanks, @bgandon ]
optional blobstore creds #327 [ Thanks, @ramonskie ]