Skip to content

Releases: cloudfoundry/bosh-google-cpi-release

v49.0.5

10 Oct 19:33
Compare
Choose a tag to compare

Updates:

  • Updates golang package golang-1-linux to 1.21.3
  • Updates golang package golang-1-darwin to 1.21.3

v49.0.4

06 Oct 18:12
Compare
Choose a tag to compare

Updates:

  • Updates golang package golang-1-linux to 1.21.2
  • Updates golang package golang-1-darwin to 1.21.2

v49.0.3

06 Sep 18:40
Compare
Choose a tag to compare

Updates:

  • Updates golang package golang-1-linux to 1.21.1
  • Updates golang package golang-1-darwin to 1.21.1

v49.0.2

29 Aug 02:24
Compare
Choose a tag to compare

Updates:

  • Updates golang package golang-1-linux to 1.21.0
  • Updates golang package golang-1-darwin to 1.21.0

v49.0.1

01 Aug 22:21
Compare
Choose a tag to compare

Updates:

  • Updates golang package golang-1-linux to 1.20.7
  • Updates golang package golang-1-darwin to 1.20.7

v49.0.0

13 Jul 18:24
Compare
Choose a tag to compare

What's Changed

  • Update golang to 1.20.6 and dependencies

Full Changelog: v48.0.0...v49.0.0

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