Releases: stephank/lazyssh
Releases · stephank/lazyssh
0.4
-
aws_ec2: Added options placement
and attach_volume
(by @MarcoPolo)
-
hcloud: Initial support for Hetzner Cloud (by @arnarg)
-
Binaries are now available for Darwin ARM64 (Apple Silicon)
0.3
-
aws_ec2: Added option iam_instance_profile
-
Nix flake now uses the Nixpkgs from our lockfile by default, for all installation methods. If you'd like to build against a different Nixpkgs, override the nixpkgs
input.
0.2
- Now building releases for Linux on ARM (32-bit and 64-bit), MIPS64 (little endian), PPC64 (little endian) and IBM Z.
- Now uploading releases to Docker Hub, for all supported Linux platforms.
- aws_ec2: Added
ebs_block_device
settings to configure EBS volumes.
- Added Nix flake, and 'regular' Nix expression using flake-compat.
- Providers now register on import. (by @tasdomas)
0.1
- First release, with basic support for AWS EC2 and VirtualBox.