Hi,

I've released a new version of cloud-agent.

## v0.9 (2019-06-26)

* Added support for `-c` to specify the probing order of different cloud stacks.
* Added support for OpenNebula's START_SCRIPT methods (user-data alike).
* Added support for OpenNebula's USERNAME method.
* Added support for generating a default user password and writing it into
  `~/.ssh/authorized_keys`.
* Fixed handling of OpenNebula SSH_PUBLIC_KEY entries with multiple keys.
* Improved documentation, added `CHANGELOG.md` file.

OK?

Reyk

Index: sysutils/cloud-agent/Makefile
===================================================================
RCS file: /cvs/ports/sysutils/cloud-agent/Makefile,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 Makefile
--- sysutils/cloud-agent/Makefile       3 Jun 2019 13:42:49 -0000       1.3
+++ sysutils/cloud-agent/Makefile       26 Jun 2019 13:00:17 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=       cloud provisioning for OpenBSD VMs
 
-V=             0.8
+V=             0.9
 DISTNAME=      cloud-agent-$V
 CATEGORIES=    sysutils
 HOMEPAGE=      https://github.com/reyk/cloud-agent/
Index: sysutils/cloud-agent/distinfo
===================================================================
RCS file: /cvs/ports/sysutils/cloud-agent/distinfo,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 distinfo
--- sysutils/cloud-agent/distinfo       3 Jun 2019 13:42:49 -0000       1.2
+++ sysutils/cloud-agent/distinfo       26 Jun 2019 13:00:17 -0000
@@ -1,2 +1,2 @@
-SHA256 (cloud-agent-0.8.tar.gz) = cj9SOZvbaxd/OVBo1xtxF7uxI3uwIn7ftiiRc4cP94Q=
-SIZE (cloud-agent-0.8.tar.gz) = 132601
+SHA256 (cloud-agent-0.9.tar.gz) = wLO7B/lbf0UniI7lexIpIWjUwg+/5GNaZCUjjiEKsqo=
+SIZE (cloud-agent-0.9.tar.gz) = 137118

Reply via email to