Skip to content

Releases: ionos-cloud/crossplane-provider-ionoscloud

v0.1.0-test release for StatefulServerSet

30 Apr 09:31
19be573
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.11...v0.1.0-test

v1.0.11

19 Apr 08:47
d905746
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.10...v1.0.11

v1.0.10

26 Mar 13:28
cc950a2
Compare
Choose a tag to compare

What's Changed

  • As the examples specify, managementPolicies moved from root level, to under spec:
Before

metadata:
  name: example
managementPolicies:
  - "*"
 
After

spec:
  managementPolicies:
    - "*"
 

New Contributors

Full Changelog: v1.0.9...v1.0.10

Release v1.0.9

08 Feb 08:41
e69a5ce
Compare
Choose a tag to compare
  • Features:

  • Add MongoCluster crd to support CRUD of MongoDB clusters

  • Add MongoUser crd to support CRUD of MongoDB users

  • Add DataplatformCluster crd to support CRUD of Dataplatform clusters

  • Add DataplatformNodepool crd to support CRUD of Dataplatform nodepools

  • Add PICSlot status field to volume and nic crds

  • Use make provider.addtype to add new types to the provider

  • Add User crd to support CRUD of compute users

  • Update crossplane-runtime to 1.14.4.

  • Documentation:

  • Add server composition and claim example

  • Add docs on how to set pinning for crossplane provider. See here

  • Preserve order of fields in the generated documentation.

New Contributors

Full Changelog: v1.0.8...v1.0.9

Release v1.0.8

19 Dec 15:08
752a5e1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.7...v1.0.8

Release v1.0.7

12 Oct 08:33
8faead9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.6...v1.0.7

v1.0.6

07 Aug 14:47
ebb6d31
Compare
Choose a tag to compare

What's Changed

  • Feat/update runtime by @cristiGuranIonos in #115
  • Update go version to v1.19
  • Update builds submodule
  • Update workflow actions
  • CRDs need to define managementPolicies fields to use crossplane runtime 0.20

Full Changelog: v1.0.4...v1.0.6

v1.0.4

15 May 12:52
c1ea4eb
Compare
Choose a tag to compare

Fixes

  • Update loop for nics created with dhcp set to true

Release v1.0.3

01 Feb 11:04
921ed0a
Compare
Choose a tag to compare
  • Features:
    • Add fields vnet to nic and placementGroupId to server. These are internally used fields, they can only be set if the account has special permissions granted.
  • Tests:
    • Added unit tests for server, node, nic
  • Misc:
    • Refactor to increase readability and remove some duplicated code
  • Fixes:
    • Small fixes found while adding unit tests to nic and server.

v1.0.2

25 Jan 10:47
e795f0a
Compare
Choose a tag to compare
  • Fixes:
    • Update sourceIpConfig and targetIpConfig ip fields on FirewallRule will also allow cidr to be set, not only ips
    • sourceIpConfig is now correctly set, before targetIpConfig value was set by mistake.
  • Dependency-update:
    • Updated dependencies for all libraries