Released knife-windows 1.4.0

Greetings!

We just released knife-windows 1.4.0. This release includes 2 changes:

  • Allows the user to specify the architecture they want to install on the target system during knife bootstrap windows. In your knife config specify knife[:bootstrap_architecture]. Valid values are :i386 for 32 bit or :x86_64 for 64 bit. By default the architecture will be whatever the target system is. If you try to install a 64 bit package on a 32 bit system you will receive an error. See the README for more information.
  • Have client.rb verify that FIPS mode can be enforced. See this PR for more information.

Cheers!
-Tyler