Skip to content

v1.1.3 : patch `denv init` to be more knowledgeable about hostnames

Latest
Compare
Choose a tag to compare
@tomeichlersmith tomeichlersmith released this 21 Feb 21:02

Besides some other cosmetic and install-script updates, the main reason for a patch release is that I needed to patch the denv init command to check for if the name that we inject into the container's hostname has any special characters. We intentionally allow the underscore since that is often used in directory names, but all other "special characters" (as defined by a valid hostname) are not allowed.

What's Changed

Full Changelog: v1.1.2...v1.1.3