aboutsummaryrefslogtreecommitdiff
path: root/lib/leap_cli/version.rb
AgeCommit message (Collapse)Author
2014-06-18added support for 'control files', files like the .json configuration files ↵elijah
but contain arbitrary ruby code evaluated in the context of the node.
2014-06-04version 1.5.6elijah
2014-05-22added 'try {}' macro.elijah
2014-05-20added support for environmentally scoped services and tags (e.g. ↵elijah
services/webapp.production.json). requires latest platform.
2014-04-01version bumpelijah
2014-04-01bump versionelijah
2014-03-16attempt number 7 to fix ssh problems.elijah
2014-03-14added ability to define environment specific provider.json (e.g. ↵elijah
provider.production.json)
2014-02-09added ssh pub key information to the 'hosts' hash saved in hiera files. ↵elijah
version bumped to 1.4.0.
2014-02-07added support for custom /etc/hosts files, fixed bug in ObjectList filters ↵elijah
(when using negative value on an array attribute).
2014-02-06added support for 'monitor' ssh keys.elijah
2013-12-05bumb version to 1.2.5elijah
2013-09-21added support for config arrays that are required: e.g. ["REQUIRED"]. this ↵elijah
will ensure that the type is an array, and ensure that some value is set.
2013-09-20add support to haproxy_servers macro for the possibility that at node might ↵elijah
haproxy to itself
2013-09-05change /etc/hosts to use ec2_public_ipv4 (instead of ec2_local_ipv4) if ↵elijah
defined. REQUIRES latest platform (0.2.4).
2013-07-301.2.1 - fix bug in haproxy (weight max is 256)elijah
2013-07-29added assert() macro.elijah
if failed, spits out this on compile: = FAILED assertion while evaluating node 'worm' - assertion: services.include? 'couchdb' - offending key: require_couchdb = bailing out
2013-07-26add macro to support for haproxy with weightselijah
2013-07-10file permissions -- no longer force restrictive chmod on the rsync of ↵elijah
/srv/leap/[puppet|bin], because doing so messes up the permissions of /srv/leap.
2013-07-04lock compatible platform version to 0.2.2elijah
2013-06-25lock version for allowed platform & add authorized_keys supportelijah
2013-06-19fixed utf8 bug when locale not set, and improved testing for ruby 1.8.elijah
2013-06-04add support for `leap facts`. includes some fun new helpers, like ↵elijah
run_with_progress(), capture(), and replace_file!().
2013-06-02bump version to 1.0.0elijah
2013-05-05added soledad-service.json and incremented version (due to backward ↵elijah
incompatibility)
2013-04-01bump versionelijah
2013-04-01remove supply_drop, add support for puppet_command.elijah
2013-03-31use RsyncCommand instead of supply drop.elijah
2013-03-14bumping version number for no particular reason except that there have been ↵elijah
a lot of changes lately.
2013-02-28clean up include paths, require newer rake version.elijah
2013-02-10bump version to 0.1.6elijah
2013-02-07remove runtime dependency for certificate_authority gem, since this gem is ↵elijah
vendored (with our custom patches). bump version to 0.1.5
2012-12-05fixed problems with ruby 1.8 and GLI, and added some tests.elijah
2012-11-16added CSR ability (and vendored certificate_authority gem, so we can get the ↵elijah
unreleased fixes we need).
2012-11-15include missing vendor/vagrant_ssh_keys in gemelijah
2012-11-14version bump.elijah
2012-11-04better path managementelijah
2012-11-01added some initial tests. yeah.elijah
2012-11-01x.509 support -- added certificate authority creation and server cert creationelijah
2012-10-27bump version to 0.1.0elijah
2012-10-25updated gemspec, removed gemfile.lockelijah
2012-10-23patched supply_drop gem and vendored itelijah
2012-10-09fixed pathselijah