Releases: cloudfoundry/bosh-aws-cpi-release
Releases · cloudfoundry/bosh-aws-cpi-release
v98
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
- adding i4i and storage maps by @blyles in #145
- Remove blobstore info from IaaS metadata endpoints by @ystros in #147
- Add assume role support in the AWS CPI by @danielfor in #148
New Contributors
- @ystros made their first contribution in #147
- @danielfor made their first contribution in #148
Full Changelog: v97...v98
v97
v96
v95
v94
What's Changed
- Bump to Ruby 3.1.2
- Make default_key_name optional by @bengerman13 in #129
- Fix development.md unit testing instructions by @Justin-W in #131
- Refactor/remove old stemcell usage by @nouseforaname in #133
- adding c6i to nvme families by @keviningvalson in #136
New Contributors
- @bengerman13 made their first contribution in #129
- @Justin-W made their first contribution in #131
- @nouseforaname made their first contribution in #133
- @keviningvalson made their first contribution in #136
Full Changelog: v93...v94
v93
What's Changed
- bump to ruby 3.1 by @ramonskie in #124
- Add rexml as top level dependency by @schmidtsv in #127
- Gp3 throughput and IOPS support by @schmidtsv in #126
New Contributors
- @ramonskie made their first contribution in #124
- @schmidtsv made their first contribution in #127
Full Changelog: v92...v93