Sha256: b98977a435d6b795809a335f00afa14c52515024e8742e3326210ed71f16553b

Contents?: true

Size: 1.87 KB

Versions: 1

Compression:

Stored size: 1.87 KB

Contents

Hieracles Changelog
=======================

### 0.1.6 - 2015-11-18
- add dependency on `deep-merge` gem like hiera does
- take in account the `merge_behavior` in hiera file
- make possible to use `%{::variables}` from puppet scope
  but this is a temporary implementation, 
  only works for top level variables

### 0.1.5 - 2015-11-15
- add `interactive` new option `-i` for having 
  CLI user prompted to fill up missing scope vars
- implement interpolation adapted from the code of hiera
- fixed the single option parsing for `-i`

### 0.1.4 - 2015-11-13
- no real change, just preparing for BSD port

### 0.1.3 - 2015-11-12
- added scope (facts) interpretation for the hiera file
  (very basic interpolation, not yet hiera-lib level)

### 0.1.2 - 2015-11-12
- fix yaml more for case of nilclass in params
- fix the case when a params file is empty

### 0.1.1 - 2015-11-11
- add json format output
- add an option to load facts files in json or yaml
- fix yaml output when there is a fixnum or a float in yaml

### 0.1.0 - 2015-11-10
- display full local path in params output
- add an option to display version
- fix yaml output for true and false cases
- added a simple filter feature for yaml format,
  but it only matches like a 'start_with'

### 0.0.6 - 2015-09-21
- added doc on how to build the debian package

### 0.0.5 - 2015-09-21
- made rspec tests compat with 2.14, bundled with jessie

### 0.0.4 - 2015-09-21
- another adjustment for debian packaging

### 0.0.3 - 2015-09-21
- preparing hieracles to be packageable for debian

### 0.0.2 - 2015-09-16
- added `yaml` format including comments about where the params is defined
- the uncommented yaml is now the format `rawyaml`

### 0.0.1 - 2015-09-12
- first alpha release
- added extensive testing using rspec
- add more config variables and parameters for fitting various environments
- initial transition to Github from internal v0.0.5 Gandi code.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hieracles-0.1.6 CHANGELOG.md