Skip to content

Commit

Permalink
Merge pull request #6229 from habitat-sh/peck/release-0.76-changelog
Browse files Browse the repository at this point in the history
update CHANGELOG for release 0.76.0
  • Loading branch information
mpeck authored Feb 27, 2019
2 parents 44c672e + 8e9be1a commit c45365d
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
# Habitat CHANGELOG

<!-- latest_release unreleased -->
## Unreleased

#### Merged Pull Requests
- fix array handling on windows scaffolding [#6228](https://github.com/habitat-sh/habitat/pull/6228) ([mwrock](https://github.com/mwrock))
- Fix scaffolding detection for windows. [#6226](https://github.com/habitat-sh/habitat/pull/6226) ([scotthain](https://github.com/scotthain))
- Add scaffolding function back, remove correct loop [#6223](https://github.com/habitat-sh/habitat/pull/6223) ([scotthain](https://github.com/scotthain))
<!-- latest_release -->


## [0.76.0](https://github.com/habitat-sh/habitat/tree/0.76.0) (2019-02-25)
[Full Changelog](https://github.com/habitat-sh/habitat/compare/0.75.0...0.76.0)

#### Behavioral Changes
- Update ChannelIdent to use env::Config::configured_value where appropriate [#6169](https://github.com/habitat-sh/habitat/pull/6169) ([baumanj](https://github.com/baumanj))

#### Bug Fixes
- fix array handling on windows scaffolding [#6228](https://github.com/habitat-sh/habitat/pull/6228) ([mwrock](https://github.com/mwrock))
Note: This change to windows scaffolding is to align it with implementation of the Linux scaffolding. The expectation is that scaffolding should be a single item, however in windows it is currently implemented as an array. This will be a breaking change if you are using windows scaffolding with more than one package in `$pkg_scaffodling()`, as we now only take into account the first item in that array.
- Fix scaffolding detection for windows. [#6226](https://github.com/habitat-sh/habitat/pull/6226) ([scotthain](https://github.com/scotthain))
- Add scaffolding function back, remove correct loop [#6223](https://github.com/habitat-sh/habitat/pull/6223) ([scotthain](https://github.com/scotthain))

#### Merged Pull Requests
- Fix shellcheck thta was missed somehow [#6216](https://github.com/habitat-sh/habitat/pull/6216) ([scotthain](https://github.com/scotthain))
- Enable build verification steps for native hab builds [#6195](https://github.com/habitat-sh/habitat/pull/6195) ([scotthain](https://github.com/scotthain))
Expand Down Expand Up @@ -5804,4 +5803,4 @@
- Automatic Update/Restart of running packages [\#5](https://github.com/habitat-sh/habitat/pull/5) ([reset](https://github.com/reset))
- Set up initial Delivery acceptance environment [\#4](https://github.com/habitat-sh/habitat/pull/4) ([fnichol](https://github.com/fnichol))
- Update Setup & Development instructions for Delivery/GitHub workflow. [\#3](https://github.com/habitat-sh/habitat/pull/3) ([fnichol](https://github.com/fnichol))
- Adds functional tests [\#1](https://github.com/habitat-sh/habitat/pull/1) ([adamhjk](https://github.com/adamhjk))
- Adds functional tests [\#1](https://github.com/habitat-sh/habitat/pull/1) ([adamhjk](https://github.com/adamhjk))

0 comments on commit c45365d

Please sign in to comment.