Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

v5.0.0

Compare
Choose a tag to compare
@jfontan jfontan released this 09 Jun 15:48
· 291 commits to master since this release

The biggest change in this release is the support of reconfiguration on NIC attach. It uses udev rules to trigger reconfiguration on NIC addition. This reconfigures everything, not only network. Be careful with scripts executed by contextualization.

Changes since previous stable version:

  • onegate command help updates (f0fd5c1)
  • gh-25: Set ${PASSWORD} for ${USERNAME}
  • gh-26: Do not try to configure an interface if it's not found
  • gh-27: Set ${CRYPTED_PASSWORD} for ${USERNAME}
  • gh-28: Replace unsafe characters in SET_HOSTNAME
  • gh-31: Used 02-dns calls to gather search/dns records
  • gh-32: Do not overwrite network/resolv configuration when network context is disabled
  • gh-34: REPORT_READY=YES sends READY=YES through onegate
  • gh-35: Grow root filesystem before enabling ssh access
  • gh-36: Update fpm parameters to support new version
  • gh-37: Support VM reconfiguration
  • gh-38: Modifying file /etc/hostname to set the hostname
  • gh-39: Only reconfigure machine when there are changes in context
  • gh-40: Move udev rules to /lib/udev
  • gh-41: Only reconfigure machine when there are changes in context
  • gh-42: Outdated VM actions
  • gh-43: Changed to try and handle both lvm and regular partitions

Changes since the previous pre-release:

  • gh-26: Do not try to configure an interface if it's not found
  • gh-32: Do not overwrite network/resolv configuration when network context is disabled
  • gh-34: REPORT_READY=YES sends READY=YES through onegate
  • gh-39: Only reconfigure machine when there are changes in context
  • gh-40: Move udev rules to /lib/udev
  • gh-41: Only reconfigure machine when there are changes in context
  • gh-42: Outdated VM actions
  • gh-43: Changed to try and handle both lvm and regular partitions