Skip to content

Releases: metal-stack/metal-api

v0.18.0

10 Jun 11:16
43ece5a
Compare
Choose a tag to compare

General Changes

We changed the communication between metal-hammer and metal-api to gRPC. Therefore you must update an existing metal-stack installation to release v0.9.11 before and let all machines reboot into the new metal-hammer version from that release.

v0.17.0

06 May 09:19
7f87922
Compare
Choose a tag to compare

General Changes

v0.16.6

21 Apr 12:21
7e935d6
Compare
Choose a tag to compare

General Changes

  • Add events endpoint to be able to batch them (#269) @majst01

v0.16.5

20 Apr 09:07
eee5304
Compare
Choose a tag to compare

General Changes

  • IP free and child network free should be DELETE methods. (#274) @Gerrit91
  • Add IP find filter for allocation UUID. (#273) @Gerrit91
  • show vrf in base-10 representation (#272) @mwennrich
  • newer golangci-lint warns about unhandled json errors, fix this (#266) @majst01

v0.16.4

17 Mar 12:30
69466a9
Compare
Choose a tag to compare

General Changes

  • Ensure a switch update during allocation of multiple machines works (#256) @majst01
  • Error out when referenced entities not found for switches and machines. (#262) @Gerrit91
  • Update vulnerable dependencies (#260) @majst01
  • Speed up datastore integration tests. (#257) @Gerrit91
  • Fix machine allocate failed rollback (#255) @majst01
  • Improve error message on FSL validation error (#252) @majst01

v0.16.3

27 Jan 14:10
79372e4
Compare
Choose a tag to compare

General Changes

🚀 Features

  • size image constraints types and validation (#232) @majst01

v0.16.2

12 Jan 10:15
4764ed4
Compare
Choose a tag to compare

General Changes

  • Fix FSL not considered from client requests for machine creation. (#250) @Gerrit91
  • raid and striped lvmtype is only possible with more than one disk (#249) @majst01
  • Remove Mutex in waitservice (#244) @majst01
  • Update metal-lib to v0.9.0, implement new health check interface. (#245) @Gerrit91

v0.16.1

03 Dec 07:43
4408b1c
Compare
Choose a tag to compare

General Changes

  • only add image usage if explicitly specified (#240) @majst01
  • Only query machines in the same partition as the ipmireport (#239) @majst01
  • Update retry-go to v4 which is go modules compatible (#237) @majst01
  • refactor allocation spec creation (#235) @majst01
  • update all dependencies except new healthcheck (#234) @majst01

v0.16.0

18 Nov 10:08
379c3ca
Compare
Choose a tag to compare

General Changes

  • Turn off machine LED on machine free. (#233) @Gerrit91
  • Do not calculate project quota on machine list/find (#230) @majst01
  • add validation for variable sized lvms (#227) @majst01
  • Clarify that with a given lv size of 0 all remaining space is used (#226) @majst01

Breaking Change

Project list endpoint does not return currently used quotas anymore. (https://github.com/metal-stack/metal-api/pull/230)

v0.15.7

02 Sep 15:18
562a90a
Compare
Choose a tag to compare

General Changes