Skip to content

Commit

Permalink
Merge pull request #435 from asteris-llc/feature/release-note-update
Browse files Browse the repository at this point in the history
update release notes
  • Loading branch information
stevendborrelli authored Oct 26, 2016
2 parents 90197dd + a1400af commit 630b035
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions docs/content/release-notes/0.3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,16 +138,20 @@ Rendered graphs have been cleaned and arrows now indicate the order of tasks [#3

Text output for changes is now aligned via [#317](https://github.com/asteris-llc/converge/pull/317).

#### Installation Script

An installation script (`install-converge.sh`) has been added that downloads the correct
binary of converge after detecting the underlying Operating System and Processor.

This can be used to install converge during system boot.

For example, the [terraform provisioner](https://github.com/asteris-llc/terraform-provisioner-converge)
uses this script download the latest release of converge before configuring a node.

## Bug Fixes

- docker.container regression [#343](https://github.com/asteris-llc/converge/issues/343)
- handle parameters with valid zero value [#338](https://github.com/asteris-llc/converge/issues/338)
- shell module should not set StatusLevel based on process exit code [#323](https://github.com/asteris-llc/converge/issues/323)
- param dependency fails in `samples/shellContext.hcl` [#313](https://github.com/asteris-llc/converge/issues/313)
- Execution Engine Ignoring Warning Levels [#243](https://github.com/asteris-llc/converge/issues/243)
- Make pipeline functions use mult-return instead of Either [#225](https://github.com/asteris-llc/converge/issues/225)
- cmd/server.go: use errgroup instead of waitgroup [#363](https://github.com/asteris-llc/converge/pull/363)
Please refer to the [changelog](https://github.com/asteris-llc/converge/blob/master/CHANGELOG.md) for
a detailed report.

## Examples/Documentation

Expand All @@ -156,6 +160,8 @@ A Docker image was created in [#372](https://github.com/asteris-llc/converge/pul
Documentation was updated in [#371](https://github.com/asteris-llc/converge/pull/371) so that links like
[converge.aster.is/0.2.0](https://converge.aster.is/0.2.0) will resolve documentation for that version.

The elasticsearch example has been updated to use new features in 0.3.0 [#419](https://github.com/asteris-llc/converge/pull/419)

## Support

We provide support via [the Converge Slack team](http://converge-slack.aster.is/) and through [GitHub issues](https://github.com/asteris-llc/converge/issues)

0 comments on commit 630b035

Please sign in to comment.