Skip to content

Releases: orange-cloudfoundry/bosh-go-cpi-cloudstack

v2.0.12

06 Feb 15:29
Compare
Choose a tag to compare
cutting release 2.0.12

v2.0.5

09 Sep 19:23
Compare
Choose a tag to compare

change interface when defining additional routes in vm_extensions:

  • before:

    - name: my-ext
      cloud_properties:
        routes:
          my-network-name:
          - 10.0.0.08/8
  • after:

    - name: my-ext
      cloud_properties:
        routes:
          my-network-name:
          - cidr: 10.0.0.08/8
            gateway: 192.168.0.2 # specify gw manually
          - cidr: 192.168.0.0/24
            # gw deduced from my-network-name

v2.0.4

30 Jul 12:25
Compare
Choose a tag to compare
bump release

v2.0.3

05 Apr 12:23
Compare
Choose a tag to compare
  • bump internal go dependencies

v2.0.2

08 Mar 01:01
Compare
Choose a tag to compare
  • Be able to set affinity group type to use when auto anti affinity is enabled
  • bosh-go-cpi-cloudstack-2.0.2.tgz: (sha1) c3947e4cbb2a13e21354affefc5d4b717685df18

v2.0.0

13 Feb 17:18
Compare
Choose a tag to compare
  • bump cloudstack cpi with support of CPI api v2
  • bosh-go-cpi-cloudstack-2.0.0.tgz: (sha1) fc4d9059a6b0a3a96bbd6b5ff4912be956e923bb

bosh-go-cpi-cloudstack release v1.27

31 Jul 06:42
Compare
Choose a tag to compare
  • compatibility with cloudstack 4.11.3.0
    • type change from int64 to string for field ostypeid

bosh-go-cpi-cloudstack release v1.25

02 Feb 10:22
Compare
Choose a tag to compare

bump cpi to version 1.3.4

bosh-go-cpi-cloudstack release v1.24

06 Aug 14:28
Compare
Choose a tag to compare

bosh-go-cpi-cloudstack release v1.23

03 Aug 08:13
Compare
Choose a tag to compare