Skip to content

v0.4.3 Honeydew Melon

Compare
Choose a tag to compare
@bobheadxi bobheadxi released this 06 Aug 08:42
· 245 commits to master since this release
6f533af

Daemon

  • Fixed bugs where inertia [remote] reset causes inertiad to break (#345, #346)
  • Fixed bug where inertiad would attempt to connect to dockerd using an incompatible API version (#347)
  • Fixed bug where dockerfile builds would start containers that did not expose any ports (#356)
  • Fixed bug where dockerfile builds would successfully return 201 even when build fails (#363)

CLI

  • Added ability to use AWS profile files in inertia provision ec2 (#355)
  • Fixed bug where ec2 provisioning output was formatted incorrectly (#357)
  • Fixed bug where CLI would not correctly ask user for input during inertia init (#344)
  • Fixed bug where CLI would not correctly generate filepaths in Windows (#361) - this PR also added Windows CI builds for the Inertia CLI