commit
85f00fe0a6
3 changed files with 67 additions and 43 deletions
|
@ -1,21 +1,36 @@
|
|||
2014-02-26 - Version 1.0.2
|
||||
Summary:
|
||||
##2014-03-04 - Supported Release 1.0.3
|
||||
###Summary
|
||||
|
||||
This is a supported release. It has only test changes.
|
||||
|
||||
####Features
|
||||
|
||||
####Bugfixes
|
||||
|
||||
####Known Bugs
|
||||
* No known bugs
|
||||
|
||||
|
||||
##2014-02-26 - Version 1.0.2
|
||||
###Summary
|
||||
This release adds supported platforms to metadata.json and contains spec fixes
|
||||
|
||||
2014-02-12 - Version 1.0.1
|
||||
Summary:
|
||||
|
||||
##2014-02-12 - Version 1.0.1
|
||||
###Summary
|
||||
This release is a bugfix for handling whitespace/[]'s better, and adding a
|
||||
bunch of tests.
|
||||
|
||||
Bugfixes:
|
||||
####Bugfixes
|
||||
- Handle whitespace in sections
|
||||
- Handle square brances in values
|
||||
- Add metadata.json
|
||||
- Update some travis testing
|
||||
- Tons of beaker-rspec tests
|
||||
|
||||
2013-07-16 - Version 1.0.0
|
||||
Features:
|
||||
|
||||
##2013-07-16 - Version 1.0.0
|
||||
####Features
|
||||
- Handle empty values.
|
||||
- Handle whitespace in settings names (aka: server role = something)
|
||||
- Add mechanism for allowing ini_setting subclasses to override the
|
||||
|
@ -23,83 +38,84 @@ formation of the namevar during .instances, to allow for ini_setting
|
|||
derived types that manage flat ini-file-like files and still purge
|
||||
them.
|
||||
|
||||
2013-05-28 - Chris Price <chris@puppetlabs.com> - 0.10.3
|
||||
---
|
||||
##2013-05-28 - Chris Price <chris@puppetlabs.com> - 0.10.3
|
||||
* Fix bug in subsetting handling for new settings (cbea5dc)
|
||||
|
||||
2013-05-22 - Chris Price <chris@puppetlabs.com> - 0.10.2
|
||||
##2013-05-22 - Chris Price <chris@puppetlabs.com> - 0.10.2
|
||||
* Better handling of quotes for subsettings (1aa7e60)
|
||||
|
||||
2013-05-21 - Chris Price <chris@puppetlabs.com> - 0.10.1
|
||||
##2013-05-21 - Chris Price <chris@puppetlabs.com> - 0.10.1
|
||||
* Change constants to class variables to avoid ruby warnings (6b19864)
|
||||
|
||||
2013-04-10 - Erik Dalén <dalen@spotify.com> - 0.10.1
|
||||
##2013-04-10 - Erik Dalén <dalen@spotify.com> - 0.10.1
|
||||
* Style fixes (c4af8c3)
|
||||
|
||||
2013-04-02 - Dan Bode <dan@puppetlabs.com> - 0.10.1
|
||||
##2013-04-02 - Dan Bode <dan@puppetlabs.com> - 0.10.1
|
||||
* Add travisfile and Gemfile (c2052b3)
|
||||
|
||||
2013-04-02 - Chris Price <chris@puppetlabs.com> - 0.10.1
|
||||
##2013-04-02 - Chris Price <chris@puppetlabs.com> - 0.10.1
|
||||
* Update README.markdown (ad38a08)
|
||||
|
||||
2013-02-15 - Karel Brezina <karel.brezina@gmail.com> - 0.10.0
|
||||
##2013-02-15 - Karel Brezina <karel.brezina@gmail.com> - 0.10.0
|
||||
* Added 'ini_subsetting' custom resource type (4351d8b)
|
||||
|
||||
2013-03-11 - Dan Bode <dan@puppetlabs.com> - 0.10.0
|
||||
##2013-03-11 - Dan Bode <dan@puppetlabs.com> - 0.10.0
|
||||
* guard against nil indentation values (5f71d7f)
|
||||
|
||||
2013-01-07 - Dan Bode <dan@puppetlabs.com> - 0.10.0
|
||||
##2013-01-07 - Dan Bode <dan@puppetlabs.com> - 0.10.0
|
||||
* Add purging support to ini file (2f22483)
|
||||
|
||||
2013-02-05 - James Sweeny <james.sweeny@puppetlabs.com> - 0.10.0
|
||||
##2013-02-05 - James Sweeny <james.sweeny@puppetlabs.com> - 0.10.0
|
||||
* Fix test to use correct key_val_parameter (b1aff63)
|
||||
|
||||
2012-11-06 - Chris Price <chris@puppetlabs.com> - 0.10.0
|
||||
##2012-11-06 - Chris Price <chris@puppetlabs.com> - 0.10.0
|
||||
* Added license file w/Apache 2.0 license (5e1d203)
|
||||
|
||||
2012-11-02 - Chris Price <chris@puppetlabs.com> - 0.9.0
|
||||
##2012-11-02 - Chris Price <chris@puppetlabs.com> - 0.9.0
|
||||
* Version 0.9.0 released
|
||||
|
||||
2012-10-26 - Chris Price <chris@puppetlabs.com> - 0.9.0
|
||||
##2012-10-26 - Chris Price <chris@puppetlabs.com> - 0.9.0
|
||||
* Add detection for commented versions of settings (a45ab65)
|
||||
|
||||
2012-10-20 - Chris Price <chris@puppetlabs.com> - 0.9.0
|
||||
##2012-10-20 - Chris Price <chris@puppetlabs.com> - 0.9.0
|
||||
* Refactor to clarify implementation of `save` (f0d443f)
|
||||
|
||||
2012-10-20 - Chris Price <chris@puppetlabs.com> - 0.9.0
|
||||
##2012-10-20 - Chris Price <chris@puppetlabs.com> - 0.9.0
|
||||
* Add example for `ensure=absent` (e517148)
|
||||
|
||||
2012-10-20 - Chris Price <chris@puppetlabs.com> - 0.9.0
|
||||
##2012-10-20 - Chris Price <chris@puppetlabs.com> - 0.9.0
|
||||
* Better handling of whitespace lines at ends of sections (845fa70)
|
||||
|
||||
2012-10-20 - Chris Price <chris@puppetlabs.com> - 0.9.0
|
||||
##2012-10-20 - Chris Price <chris@puppetlabs.com> - 0.9.0
|
||||
* Respect indentation / spacing for existing sections and settings (c2c26de)
|
||||
|
||||
2012-10-17 - Chris Price <chris@puppetlabs.com> - 0.9.0
|
||||
##2012-10-17 - Chris Price <chris@puppetlabs.com> - 0.9.0
|
||||
* Minor tweaks to handling of removing settings (cda30a6)
|
||||
|
||||
2012-10-10 - Dan Bode <dan@puppetlabs.com> - 0.9.0
|
||||
##2012-10-10 - Dan Bode <dan@puppetlabs.com> - 0.9.0
|
||||
* Add support for removing lines (1106d70)
|
||||
|
||||
2012-10-02 - Dan Bode <dan@puppetlabs.com> - 0.9.0
|
||||
##2012-10-02 - Dan Bode <dan@puppetlabs.com> - 0.9.0
|
||||
* Make value a property (cbc90d3)
|
||||
|
||||
2012-10-02 - Dan Bode <dan@puppetlabs.com> - 0.9.0
|
||||
##2012-10-02 - Dan Bode <dan@puppetlabs.com> - 0.9.0
|
||||
* Make ruby provider a better parent. (1564c47)
|
||||
|
||||
2012-09-29 - Reid Vandewiele <reid@puppetlabs.com> - 0.9.0
|
||||
##2012-09-29 - Reid Vandewiele <reid@puppetlabs.com> - 0.9.0
|
||||
* Allow values with spaces to be parsed and set (3829e20)
|
||||
|
||||
2012-09-24 - Chris Price <chris@pupppetlabs.com> - 0.0.3
|
||||
##2012-09-24 - Chris Price <chris@pupppetlabs.com> - 0.0.3
|
||||
* Version 0.0.3 released
|
||||
|
||||
2012-09-20 - Chris Price <chris@puppetlabs.com> - 0.0.3
|
||||
##2012-09-20 - Chris Price <chris@puppetlabs.com> - 0.0.3
|
||||
* Add validation for key_val_separator (e527908)
|
||||
|
||||
2012-09-19 - Chris Price <chris@puppetlabs.com> - 0.0.3
|
||||
##2012-09-19 - Chris Price <chris@puppetlabs.com> - 0.0.3
|
||||
* Allow overriding separator string between key/val pairs (8d1fdc5)
|
||||
|
||||
2012-08-20 - Chris Price <chris@pupppetlabs.com> - 0.0.2
|
||||
##2012-08-20 - Chris Price <chris@pupppetlabs.com> - 0.0.2
|
||||
* Version 0.0.2 released
|
||||
|
||||
2012-08-17 - Chris Price <chris@pupppetlabs.com> - 0.0.2
|
||||
##2012-08-17 - Chris Price <chris@pupppetlabs.com> - 0.0.2
|
||||
* Add support for "global" section at beginning of file (c57dab4)
|
|
@ -1,5 +1,5 @@
|
|||
name 'puppetlabs-inifile'
|
||||
version '1.0.2'
|
||||
version '1.0.3'
|
||||
source 'git://github.com/puppetlabs/puppetlabs-inifile.git'
|
||||
author 'Puppetlabs'
|
||||
description 'Resource types for managing settings in INI files'
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"name": "puppetlabs/inifile",
|
||||
"version": "1.0.2",
|
||||
"summary": "Resource types for managing settings in INI files",
|
||||
"source": "git://github.com/puppetlabs/puppetlabs-inifile.git",
|
||||
"project_page": "https://github.com/puppetlabs/puppetlabs-inifile",
|
||||
"name": "puppetlabs-inifile",
|
||||
"version": "1.0.3",
|
||||
"source": "https://github.com/puppetlabs/puppetlabs-inifile",
|
||||
"author": "Puppet Labs",
|
||||
"license": "Apache-2.0",
|
||||
"project_page": "https://github.com/puppetlabs/puppetlabs-inifile",
|
||||
"summary": "Resource types for managing settings in INI files",
|
||||
"operatingsystem_support": [
|
||||
{
|
||||
"operatingsystem": "RedHat",
|
||||
|
@ -58,7 +58,8 @@
|
|||
{
|
||||
"operatingsystem": "Solaris",
|
||||
"operatingsystemrelease": [
|
||||
"10"
|
||||
"10",
|
||||
"11"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -67,8 +68,15 @@
|
|||
"Server 2003 R2",
|
||||
"Server 2008 R2",
|
||||
"Server 2012",
|
||||
"Server 2012 R2",
|
||||
"7"
|
||||
"Server 2012 R2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"operatingsystem": "AIX",
|
||||
"operatingsystemrelease": [
|
||||
"5.3",
|
||||
"6.1",
|
||||
"7.1"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue