Skip to content

v1.0.0-beta.14

Choose a tag to compare

@github-actions github-actions released this 21 Mar 14:44
· 1130 commits to master since this release
7b9019d

Changelog

Features

  • 7b9019d feat(rdb): prepare ipam integration (#1573)
  • 6494c5a feat: add support for nl-ams-3 (#1572)
  • 4d68c6d feat(webhosting): enable devtools generation (#1571)
  • 0f695e4 feat(iam): add ListJWTs, GetJWT and DeleteJWT (#1566)
  • e84bdb2 feat(ipam): add support for databases (rdb & redis) (#1564)
  • 729b012 feat(cockpit): enable and document activate and deactivate methods (#1562)
  • 26bd265 feat(iam): improve documentation for new quota methods (#1557)
  • 44076c9 feat(test): add description to enums (#1560)
  • b817a63 feat(rdb): migrate endpoint from one instance to another (#1561)
  • 22e34eb feat(baremetal): add support for PrivateBandwidth and SharedBandwidth (#1549)
  • 2c56218 feat(iam): add ListQuota method (#1555)
  • 2c23593 feat(serverless): add mnq project id and region for mnq triggers (#1553)
  • 877c404 feat(ipam): add ipam namespace (#1554)
  • 144b3e0 feat(secret_manager): add endpoints *ByName() (#1552)
  • 666533c feat(secret-manager): add endpoints for using name to retrieve secrets (#1548)
  • a59d95c feat(rdb): deprecate ACLRule port (#1547)
  • 1c2fa53 feat(instance): add tags to private nics (#1545)
  • f20d787 feat(rdb): add generation property to NodeType (#1544)
  • 9ed10ab feat(k8s): migrate kosmos route in v1 API (#1543)
  • c7365b4 feat(serverless): add go1.20 runtime (#1542)
  • ae621a9 feat(secret-manager): add endpoints for using name to retrieve secrets (#1537)
  • 7f6724a feat(cockpit): implement WaitForCockpit (#1535)
  • c6868e1 feat(cockpit): set v1beta1 sdk visibility to public (#1531)
  • 56c1ea1 feat(iam): add more filtering options for ListAPIKeys (#1529)
  • a7ccc51 feat(serverless): add node19 runtime (#1526)
  • d7c3763 feat(instance): set bootscript as deprecated in the public api (#1524)

Fixes

  • 4ec1978 fix(vpc-gw): field dhcp in doc & SDK for gw network create (#1570)
  • 0c8a21c fix(core): uint32 and uint64 listers with AllZones and AllRegions (#1569)
  • eb02d5e fix(secrets): remove views on yaml (#1565)
  • 9f130d2 fix: handling of optional localities (#1563)
  • a7fe9ca fix(lb): generate ipam_config into the sdk (#1556)
  • ee43162 fix(core): change lister to uint64 (#1550)
  • 5c63cee fix(iam): use expired and not expirable to filter expired API keys (#1538)
  • 3cf9dd7 fix(iam): add global BearerType message (#1536)
  • 206d0c8 fix(vpcgw): gateway network terminal status (#1528)

Others