Skip to content

hcloud v1.21.1

Compare
Choose a tag to compare
@LKaemmerling LKaemmerling released this 17 Mar 08:00
5442833

Changelog

5442833 The cli normalized the given CIDRs by default, so when a user entered 10.0.0.1/8 (as a sample) the cli normalized it to 10.0.0.0/8 silent. After this MR we now validate that the given IP is the start of the CIDR block (e.g. 10.0.0.0/8). (#304)