Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Latest commit

 

History

History
163 lines (118 loc) · 7.12 KB

CHANGELOG.md

File metadata and controls

163 lines (118 loc) · 7.12 KB

Changelog

All notable changes to this project will be documented in this file. Each new release typically also includes the latest modulesync defaults. These should not affect the functionality of the module.

v4.0.0 (2020-05-07)

Full Changelog

Breaking changes:

Closed issues:

  • Exec clause in service class conflicts with Jira module #151

Merged pull requests:

v3.1.2 (2018-10-20)

Full Changelog

Merged pull requests:

v3.1.1 (2018-09-07)

Full Changelog

Merged pull requests:

v3.1.0 (2018-03-28)

Full Changelog

Implemented enhancements:

Fixed bugs:

Closed issues:

  • Fix init scripts with product support #155

Merged pull requests:

v3.0.0 (2017-10-18)

Full Changelog

Merged pull requests:

v2.0.0 (2017-02-11)

Summary

  • Remove support for installing upstream java mysql connector
  • Remove support for installing git, a git module should be used
  • Issue #85 - add global parameter for stash-config.properties values
  • Issue #87 - URL structure has changed
  • Fix broken backupclientURL
  • add a sync.yml to override .travis.yml and spec/helper
  • Adding backup cron hour/min params
  • Remove uppercase parameter/variable names
  • Add lint plugins, lint fixes
  • Set mysql driver in stash-config.properties
  • Fix dependencies and namespace
  • Check for required parameter javahome
  • Fix several markdown issues
  • Add missing badges
  • Fix several rubocop issues
  • Use https instead of http (#138)
  • Bump min version_requirement for Puppet + deps

2015-07-16 - Release 1.3.0

Summary

  • Issue #58 Do not hard code java path in backup class.
  • Issue #61 stash backup should be able to cleanup old archives.
  • Issue #62 Add support for stash 3.8. server.xml has updated path.
  • Issue #63 Add stash 3.8 automated setup options
  • Issue #74 Update README.md to document upgrade issue
  • Update beaker tests
  • Fix rake lint tasks
  • Removed reference to permgen.sh
  • Add more granular control around the stash user and group.
  • Fix tomcat port in service output

Thanks to Nan Liu, Stephen Schmidt, Michael Goodness

2015-02-24 - Release 1.2.2

Summary

  • Update metadata, README, CHANGELOG to point to new namespace.

2015-02-24 - Release 1.2.1

Summary

Note: This is the final release of this module before it is deprecated with a 999.999.999 version. This module will be moving the the puppet-community namespace on github and the puppet namespace on puppetforge soon.

  • Bump stash to the version (3.7.0)
  • Refactor spec tests to make use of rspec-puppet-facts gem
  • Add sudo: false to travis file.
  • fix issue where git gc scripts has incorrect repo path for version 3.2+

2015-02-24 - Release 1.2.0

Summary

  • refacter params.pp for puppetlabs approved
  • remove if packaged defined block, module should be explicit about what it is managing.
  • Bump default stash version
  • Add examples to examples directory
  • Add class to backup stash
    • Thanks to Tim Hartmann +1

2014-11-15 - Release 1.1.3

Summary

  • Add parameter context_path
  • Add RHEL/CentOS 7 support
  • Add Ubuntu 14.04 support
  • Update beaker tests
  • Only upgrade git on osfamily redhat version 6

2014-11-15 - Release 1.1.2

Summary

  • rename parameter manage_service to service_manage
  • Fix Issue #30 Add params for stash::service

2014-10-26 - Release 1.1.1

Summary

Bugfixes

  • None

* This Changelog was automatically generated by github_changelog_generator