Skip to content

Commit

Permalink
Release prep for 0.5.0
Browse files Browse the repository at this point in the history
This fixes voxpupuli#65
  • Loading branch information
DavidS committed Dec 14, 2017
1 parent bcb9bda commit 5bf3d55
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 5 deletions.
39 changes: 37 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# Change Log

## [0.4.0](https://rubygems.org/gems/facterdb/versions/0.4.0) (2017-10-24)
## [0.5.0](https://rubygems.org/gems/facterdb/versions/0.5.0) (2017-12-14)
[Full Changelog](https://github.com/camptocamp/facterdb/compare/0.4.1...0.5.0)

**Merged pull requests:**

- add freebsd\_11 facts [\#69](https://github.com/camptocamp/facterdb/pull/69) ([b4ldr](https://github.com/b4ldr))
- add freebsd 10 facts for facter 2.5 and 3.9 [\#68](https://github.com/camptocamp/facterdb/pull/68) ([b4ldr](https://github.com/b4ldr))

## [0.4.1](https://rubygems.org/gems/facterdb/versions/0.4.1) (2017-10-25)
[Full Changelog](https://github.com/camptocamp/facterdb/compare/0.4.0...0.4.1)

## [0.4.0](https://rubygems.org/gems/facterdb/versions/0.4.0) (2017-10-24)
[Full Changelog](https://github.com/camptocamp/facterdb/compare/0.3.12...0.4.0)

**Implemented enhancements:**
Expand All @@ -18,10 +28,32 @@
- Update Windows Facter 3.x sets with legacy facts [\#64](https://github.com/camptocamp/facterdb/pull/64) ([rodjek](https://github.com/rodjek))
- fix facter 2.x facts for Debian 9 [\#52](https://github.com/camptocamp/facterdb/pull/52) ([mmoll](https://github.com/mmoll))

## [0.3.12](https://rubygems.org/gems/facterdb/versions/0.3.12) (2017-07-27)
**Closed issues:**

- Add facts for Amazon Linux [\#57](https://github.com/camptocamp/facterdb/issues/57)
- Fact package\_provider is missing [\#49](https://github.com/camptocamp/facterdb/issues/49)
- allow loading of external fact hashes [\#27](https://github.com/camptocamp/facterdb/issues/27)

**Merged pull requests:**

- openSUSE Support [\#63](https://github.com/camptocamp/facterdb/pull/63) ([genebean](https://github.com/genebean))

## [0.3.12](https://rubygems.org/gems/facterdb/versions/0.3.12) (2017-07-27)
[Full Changelog](https://github.com/camptocamp/facterdb/compare/0.3.11...0.3.12)

**Closed issues:**

- Add support for Facter 2.5 [\#47](https://github.com/camptocamp/facterdb/issues/47)
- Add support for facter 2.5 [\#45](https://github.com/camptocamp/facterdb/issues/45)
- Add Debian Stretch [\#43](https://github.com/camptocamp/facterdb/issues/43)
- Release new version [\#40](https://github.com/camptocamp/facterdb/issues/40)
- support for more windows editions [\#30](https://github.com/camptocamp/facterdb/issues/30)

**Merged pull requests:**

- Backfill missing 2.x and 3.x facts for supported operating systems [\#46](https://github.com/camptocamp/facterdb/pull/46) ([rodjek](https://github.com/rodjek))
- Adds Mint-18.1 Facts [\#42](https://github.com/camptocamp/facterdb/pull/42) ([petems](https://github.com/petems))

**Implemented enhancements:**

- Backfill missing 2.x and 3.x facts for supported operating systems [\#46](https://github.com/camptocamp/facterdb/pulls/46)
Expand Down Expand Up @@ -165,3 +197,6 @@


\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*


\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ else
end

group :development do
# TODO: Use gem instead of git. Section mapping is merged into master, but not yet released
gem 'github_changelog_generator', git: 'https://github.com/skywinder/github-changelog-generator.git', ref: '33f89614d47a4bca1a3ae02bdcc37edd0b012e86'
gem 'github_changelog_generator', '~> 1.14'
end
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,3 +191,13 @@ Example:
FACTERDB_SEARCH_PATHS="/var/opt/lib/custom_facts:/tmp/custom_facts:/home/user1/custom_facts"
FACTERDB_SKIP_DEFAULTDB='yes'
```

# Contributing

Please submit issues at https://github.com/camptocamp/facterdb/issues or PRs in the same repository.

## Release process

* Update the version in `lib/facterdb/version.rb`
* Run `rake changelog`
* Commit and PR the results.
2 changes: 1 addition & 1 deletion lib/facterdb/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module FacterDB
module Version
STRING = '0.4.1'
STRING = '0.5.0'
end
end

0 comments on commit 5bf3d55

Please sign in to comment.