-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Release 1.0.0 #640
Release 1.0.0 #640
Conversation
It looks like the base class parameter |
In #641 |
Good spot. |
@hunner Rebased, updated changelog to add proxypass bug fix |
Thanks. I'm trying to get it green on our jenkins before merging, also. |
Should we perhaps also migrate to using fully-qualified names in all the modules, so our 1.8.7 tests pass on Travis? Might also make for easier back-porting of new features/bugs once we branch? |
Tests are green and the above PRs were addressed. Merge away! Up next is a 1.0.1 or 1.1.0 release. :) |
Summary: This release introduces Apache 2.4 support for Debian and RHEL based osfamilies. Features: - Add apache24 support - Add rewrite_base functionality to rewrites - Updated README documentation - Add WSGIApplicationGroup and WSGIImportScript directives Bugfixes: - Replace mutating hashes with merge() for Puppet 3.5 - Fix WSGI import_script and mod_ssl issues on Lucid
Closing this, we'll never release a 1.0.0. (No, we're about to release 1.0.0 as supported and it has to go through release engineering, not our normal process! |
I'm so confused. |
Use searching in the resource collection to limit adding dependencies on Docker::Image for only those Docker::Run resources defined to use the specific image. This reduces the likelihood of accidental cyclical dependencies where consumers defined a manifest per service containing an image and run, and then try to add a dependency from one service class onto another. Fixes puppetlabs#640
Release 1.0.0
Summary:
This release introduces Apache 2.4 support for Debian and RHEL based osfamilies.
Features:
Bugfixes: