Sha256: 996c02f117cf6ce77b5be6cc3a35467c3b50af17d94823c315d84924acc0bb76

Contents?: true

Size: 1.8 KB

Versions: 3

Compression:

Stored size: 1.8 KB

Contents

=== 2.2 / 2018-04-03

*   1 major enhancement:

    *    Turn on SSH Agent Forwarding by default and provide an option to
         disable it.

*   1 major bugfix:

    *    Remove dependency on 'fog' in favour of 'fog-core'. This reduces the
         number of packages accidentally included because I wanted to use the
         convenience of Fog::SSH over raw Net::SSH.

*   Test fixes:

    *    Add more configuration checks and fix subtly broken tests.

=== 2.1 / 2016-06-07

*   Fix an issue discovered with connection when host keys are not set but are
    overriding globally defined host keys or key data. Added
    Cartage::Remote::Host tests to ensure that this does not regress.

=== 2.0 / 2016-05-31

*   Rewrote for compatibility with cartage 2.0.

*   1 major enhancements

    *   Configuration now supports multiple servers. Old cartage-remote
        configurations will continue to work and be accessible as the +default+
        host. An error will be raised if there is an explicit +default+
        host combined with this implicit +default+ host.

=== 1.1 / 2015-03-26

*   1 major bugfix

    *   When a remote script fails, the error would not result in a non-zero
        exit code, meaning that scripts could not detect failures in cartage
        remote. Fixes [#1]{https://github.com/KineticCafe/cartage/issues/1}.

*   1 minor enhancement

    *   When the build is interrupted and a postbuild script is to be run, it
        will be passed the exception error message as well as the stage.

*   1 minor bugfix

    *   Ensured that the last stage is not +cleanup+; added a +finished+ stage.

*   Internal changes:

    *   Using [micromachine]{https://github.com/soveran/micromachine} to
        provide the remote builds state machine cleanly.

=== 1.0 / 2015-03-24

*   1 major enhancement

    *   Birthday!

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cartage-remote-2.2 History.md
cartage-remote-2.2.beta2 History.md
cartage-remote-2.2.beta1 History.md