Skip to content

Commit

Permalink
bump version to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed May 25, 2015
1 parent 3e5db68 commit cc7128f
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 1 deletion.
109 changes: 109 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,114 @@

#### [Current]
* [3e5db68](../../commit/3e5db68) - __(Joshua Hoblitt)__ add travis_lint rake target
* [d162ebe](../../commit/d162ebe) - __(Joshua Hoblitt)__ update operatingsystem support list include Debian
* [f6d8406](../../commit/f6d8406) - __(Joshua Hoblitt)__ add Puppet Version Compatibility subsection to README
* [c17c100](../../commit/c17c100) - __(Joshua Hoblitt)__ refresh selenium class API description in README
* [415b08b](../../commit/415b08b) - __(Joshua Hoblitt)__ fix typos in README
* [ba7bf9d](../../commit/ba7bf9d) - __(Joshua Hoblitt)__ add Contributing section to README
* [54bccb7](../../commit/54bccb7) - __(Joshua Hoblitt)__ Merge pull request [#43](../../issues/43) from jhoblitt/feature/jar_2.45.0

update default selenium jar version to 2.45.0
* [47ed216](../../commit/47ed216) - __(Joshua Hoblitt)__ Merge pull request [#42](../../issues/42) from jhoblitt/jshholland-debian-support

Jshholland debian support
* [f1784fc](../../commit/f1784fc) - __(Joshua Hoblitt)__ update default selenium jar version to 2.45.0
* [3c1962b](../../commit/3c1962b) - __(Joshua Hoblitt)__ fix linter errors
* [4e11d86](../../commit/4e11d86) - __(Joshua Hoblitt)__ fix whitespace errors
* [c08252d](../../commit/c08252d) - __(Joshua Hoblitt)__ add debian 7.8 nodeset
* [bc82b72](../../commit/bc82b72) - __(Josh Holland)__ Fix acceptance tests for Ubuntu
* [8288b64](../../commit/8288b64) - __(Josh Holland)__ Fix test failures
* [eec17bf](../../commit/eec17bf) - __(Doug Fitzmaurice)__ Resource ordering and lint fixes

Added ensure_package call, and explicit ordering to ensure it runs
before the init script is generated.

Added a default block to the switch.

* [a6c688e](../../commit/a6c688e) - __(Markus Rekkenbeil)__ Fix debian init.d template

To avoid errors with update-rc.d / insserv and a grid + node setup
* [4456cf6](../../commit/4456cf6) - __(Doug Fitzmaurice)__ Test fixes for OS support
* [b0b97a0](../../commit/b0b97a0) - __(Doug Fitzmaurice)__ Preliminary Debian support

Added a new init.d file for Debian, which requires the "daemon" package.T
This will be automatically required on Debian systems.

* [ed0e4dc](../../commit/ed0e4dc) - __(Joshua Hoblitt)__ Merge pull request [#40](../../issues/40) from tphoney/certificate_readme

Add a small note to highlight certificate errors
* [bc1e3ba](../../commit/bc1e3ba) - __(tphoney)__ Add a small note to highlight certificate errors

small ammendment

typo

* [c467278](../../commit/c467278) - __(Joshua Hoblitt)__ add ruby 2.2 to travis matrix
* [6521084](../../commit/6521084) - __(Joshua Hoblitt)__ Merge pull request [#39](../../issues/39) from jhoblitt/feature/puppet-4.0

Feature/puppet 4.0
* [4c04106](../../commit/4c04106) - __(Joshua Hoblitt)__ pull fixtures repos via https
* [18c08a5](../../commit/18c08a5) - __(Joshua Hoblitt)__ add :validate to default rake target list
* [773e16b](../../commit/773e16b) - __(Joshua Hoblitt)__ add metadata-json-lint gem

Needed by rake metadata.json validation target.

* [349df92](../../commit/349df92) - __(Joshua Hoblitt)__ set stdlib requirement to 4.6.0
* [8422351](../../commit/8422351) - __(Joshua Hoblitt)__ Merge pull request [#38](../../issues/38) from jhoblitt/feature/puppet-4.0

Feature/puppet 4.0
* [e9a3823](../../commit/e9a3823) - __(Joshua Hoblitt)__ update travis matrix puppet 3.x minimum version to 3.7
* [e8c9607](../../commit/e8c9607) - __(Joshua Hoblitt)__ update rspec-puppet gem version to ~> 2.1.0

For compatibility with puppet 4.0.0

* [d351157](../../commit/d351157) - __(Joshua Hoblitt)__ add puppet 4.0 to travis matrix
* [d4a870f](../../commit/d4a870f) - __(Joshua Hoblitt)__ remove puppet 2.7 from travis matrix

4.0.0 has been released; support major release -1

* [456cf28](../../commit/456cf28) - __(Joshua Hoblitt)__ Merge pull request [#37](../../issues/37) from jhoblitt/maint/test_infra

Maint/test infra
* [f7638c3](../../commit/f7638c3) - __(Joshua Hoblitt)__ update logrotate fixture ref to fix future parser compatibility

The current forge release (1.1.1) of logrotate is not compatible with the
future parser. See: https://github.com/rodjek/puppet-logrotate/pull/39

* [b347154](../../commit/b347154) - __(Joshua Hoblitt)__ add junit/ to .gitiginore

Generated by beaker 5

* [9b43c9c](../../commit/9b43c9c) - __(Joshua Hoblitt)__ update LICENSE -<year> to 2015
* [9376db4](../../commit/9376db4) - __(Joshua Hoblitt)__ update Rakefile to latest boilerplate
* [5e0b5ba](../../commit/5e0b5ba) - __(Joshua Hoblitt)__ update spec_helper_acceptance.rb to latest boilerplate
* [9e307e1](../../commit/9e307e1) - __(Joshua Hoblitt)__ update beaker nodesets to use current chef/bento boxes
* [0293a55](../../commit/0293a55) - __(Joshua Hoblitt)__ update .travis.yml to latest boilerplate
* [c519431](../../commit/c519431) - __(Joshua Hoblitt)__ update .gitignore to latest boilerplate
* [9879dc0](../../commit/9879dc0) - __(Joshua Hoblitt)__ pin rspec on Ruby 1.8.7 (rspec/rspec-core[#1864](../../issues/1864))
* [43f085a](../../commit/43f085a) - __(Joshua Hoblitt)__ use rspec-puppet 2.0.0 from gems instead of git
* [153115f](../../commit/153115f) - __(Joshua Hoblitt)__ add FACTER_GEM_VERSION to Gemfile
* [1dee44e](../../commit/1dee44e) - __(Joshua Hoblitt)__ Merge pull request [#34](../../issues/34) from Super-Visions/feature/optional_user_management

Make user management optional if user is already managed elsewhere
* [183368e](../../commit/183368e) - __(Thomas Casteleyn)__ Added new options documentation to README file
* [ba8450a](../../commit/ba8450a) - __(Joshua Hoblitt)__ Merge pull request [#35](../../issues/35) from Super-Visions/feature/fix_java_path

Use SLNM_JAVA variable
* [2911fa6](../../commit/2911fa6) - __(Thomas Casteleyn)__ Make user management optional if user is already managed elsewhere
* [d423106](../../commit/d423106) - __(Thomas Casteleyn)__ Use SLNM_JAVA variable
* [1c6a1b0](../../commit/1c6a1b0) - __(Joshua Hoblitt)__ Merge pull request [#27](../../issues/27) from zivan/master

fixed issue [#19](../../issues/19) SSL error with wget
* [c5b1dd2](../../commit/c5b1dd2) - __(zivan)__ add unit test for the param nocheckcertificate
* [de88fd8](../../commit/de88fd8) - __(zivan)__ update order params
* [f75685c](../../commit/f75685c) - __(zverev)__ fixed issue [#19](../../issues/19) SSL error with wget

#### v0.3.0
* [0426075](../../commit/0426075) - __(Joshua Hoblitt)__ Merge pull request [#32](../../issues/32) from jhoblitt/feature/v0.3.0

Feature/v0.3.0
* [6215f01](../../commit/6215f01) - __(Joshua Hoblitt)__ bump version to v0.3.0
* [6090f31](../../commit/6090f31) - __(Joshua Hoblitt)__ update fixtures stdlib to 4.2.0
* [1260914](../../commit/1260914) - __(Joshua Hoblitt)__ replace Modulefile vs metadata.json
* [eb0f399](../../commit/eb0f399) - __(Joshua Hoblitt)__ update rspec-puppet to v2.0.0
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jhoblitt-selenium",
"version": "0.3.0",
"version": "1.0.0",
"author": "Joshua Hoblitt <[email protected]>",
"summary": "Manages Selenium Server 2 - Standalone and Grid",
"license": "Apache-2.0",
Expand Down

0 comments on commit cc7128f

Please sign in to comment.