-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Preparing release 1.3.0 #42
Conversation
@andyshinn Looks good! Once you merge that in drop me a short message so I will update the puppet forge module. Thanks for your work :) |
This makes it possible to update the composer binary to a specific version. Even rollback is possible. - Added validation to exec type - Added selfupdate type and auto_update param - Fixed param case statement for prefer-source param - Added metadata.json to .gitignore - Added 'stdlib' dependency to fixtures - requiring dep modules from global namespace - Updated exec.erb template - Updated test suite - Added user to exec for selfupdate - Fixed versions in travis.yml - Removed 3.0.x support until rodjek/rspec-puppet#136 is fixed - Removed ruby version constraint for testing - Bumping version to 1.3.0
this solves #34
Conflicts: .gitignore
@tPl0ch Ping! Release up at https://github.com/tPl0ch/puppet-composer/releases/tag/1.3.0. Binary is attached to the tagged release. Should be able to just push that to Forge. I tested basics in Puppet. But haven't tested new stuff like self update and Hiera. Will rely on spec tests for those at the moment and user bug reports. Didn't want this big branch to sit around rotting! |
@andyshinn https://forge.puppetlabs.com/tPl0ch/composer Module is released! Thanks again! |
We are getting ready to release 1.3.0. This PR will contain the staging grounds for commits and features to be adding. What is staged so far:
Features
composer::selfupdate
defined type to update, keep specific version, or rollback Composer versionstimeout
parameter tocomposer::exec
Bugs
2.99.0
until Fixes incompatibility with RSpec 3.0.0 rodjek/rspec-puppet#201 is merged