Skip to content

Latest commit

 

History

History
113 lines (66 loc) · 7.67 KB

File metadata and controls

113 lines (66 loc) · 7.67 KB

Changelog

All notable changes to this project are documented in this file. See Conventional Commits for commit guidelines.

0.6.0 (2026-06-11)

Features

  • boot from volume by default for R1 and R2 regions (#120) (a56f569)

0.5.1 (2026-06-09)

Bug Fixes

  • AttributeError: 'dict' object has no attribute 'federee' (#119) (f9901d7)

0.5.0 (2026-06-09)

Features

0.4.0 (2026-06-08)

Bug Fixes

  • Python 3.10 version support and matrix version unittesting (#111) (c09ed2c)

Features

0.3.2

Bug Fixes

  • datatype for inputs of check_ssh_keys_exist is Path not str (#106) (26ce614)

0.3.1

Bug Fixes

  • ewc login issue due to ssh keys handling (#101) (938fe62)
  • encoded SSH keys shall not overwrite existing keys (#94) (1a21ff6)
  • sec group from server can be empty also (#93) (9e5cd8b)
  • CLI SSH inputs type (#91) (3758fa2)
  • bump requires-python to >=3.11 (#90) (6b2363e)

0.3.0

Features

  • Introduce experimental deployment of item developed locally, not on public github yet (#57) (216a50a)
  • Allow interaction with custom local catalogue for testing non published items (#52) (ef20420)
  • Introduce profiles for multiple clouds (#46) (5e94702)
  • update images list (#41) (43d2f53)
  • Introduce ewc version command (#40) (cc162af)
  • Introduce --force flag for ewc hub list command (#39) (64a198a)

Bug Fixes

  • fix hub list (#87) (4bd497f)
  • configuration mismatch not returning correct value for flavor (#86) (6d72964)
  • variable not in context (#85) (b087b42)
  • existing ssh keys should not be overwritten (#83) (e45db42)
  • default image retrieval (#70) (a779ffe)
  • cli should recognize empty known item-inputs passed (#63) (8b26cbd)
  • add missing default mandatory value (#50) (a523850)
  • Respect image name input precedence over default from items file (#49) (0f9e1b5)
  • use federee not region for federated clouds (#43) (fe32f34)

0.2.1

Bug Fixes

  • Fix error on the check on external IP ([#34]#34) 0d4ac0e
  • DNS check error message and time ([#32]#32) 43735ef

0.2.0

Features

  • Use defaultSecurityGroups and checkDNS from items index b77b43b
  • Introduce checkDNS for items (#29) 7f98a6a
  • bump versions (#26) 78adb02

Bug Fixes

  • Set DNS check to 15 minutes 9f24e2f
  • ewc hub list command item name should show all name always (#25) e4869fc

0.1.1 (2025-10-08)

Bug Fixes

  • Force ansible roles download when new versions exist (#22) (#3) (9263391)
  • Remove dependency not used (#19) (#6) (d44135b)

0.1.0 (2025-09-12)

In this initial release, basic funcionality for ewc login, ewc hub and ewc infra command groups have been released. This is also the first release on GitHub with all public code.

Features