Skip to content

Latest commit

 

History

History
197 lines (114 loc) · 9.17 KB

CHANGELOG.md

File metadata and controls

197 lines (114 loc) · 9.17 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.

v5.1.0 (2023-10-30)

Full Changelog

Implemented enhancements:

v5.0.0 (2023-06-21)

Full Changelog

Breaking changes:

Implemented enhancements:

Closed issues:

  • Error: Could not autoload puppet/provider/alternatives/chkconfig #125

v4.2.0 (2022-09-20)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Fixes multiple expressions in case statement #124 (otterz)

Closed issues:

  • Could not determine mode after upgrade to 4.1.0 #123
  • Using a full path for path is not always desirable. #71

Merged pull requests:

v4.1.0 (2022-05-13)

Full Changelog

Implemented enhancements:

v4.0.0 (2021-11-26)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Add support for Debian 11, Ubuntu 18.04 and 20.04 #115 (smortex)
  • Add support for Puppet 7 #114 (smortex)
  • renamed provider to fit current status of alternative usage in distributions / Add SLES12/15 support #101 (pseiler)
  • add Debian working versions to metadata #97 (trefzer)

Closed issues:

  • SLES 12 and 15 do not work with puppet-alternatives #105
  • check debian support #78

Merged pull requests:

  • Remove duplicate CONTRIBUTING.md file #99 (dhoppe)

v3.0.0 (2019-03-03)

Full Changelog

Breaking changes:

Fixed bugs:

  • handle broken alternatives entries more gracefully #91 (fraenki)
  • Fix mode detection for rpm provider #87 (treydock)

Closed issues:

  • Could not determine auto or manual mode #80
  • missing alternatives is not added - it breaks instead #54

v2.1.0 (2018-10-14)

Full Changelog

Implemented enhancements:

  • seting multiple alternatives to the same path #41

Fixed bugs:

  • alternative_entry keying to the wrong parameter? #40
  • Added namevar to altlink to create a composite namevar name:altlink. #75 (Raskil)

Merged pull requests:

v2.0.1 (2018-04-03)

Full Changelog

Merged pull requests:

v2.0.0 (2017-11-15)

Full Changelog

Closed issues:

  • plugin sync error? #39
  • How does one set alternative entry back to 'auto' mode? #32

Merged pull requests:

v1.1.0 (2017-02-10)

This is the last release with Puppet3 support!

  • Modulesync with latest Vox Pupuli defaults

2016-12-25 Release 1.0.2

  • Modulesync with latest Vox Pupuli defaults
  • Fix ALT_RPM_QUERY_REGEX to catch all entries and not only the default ones
  • Add Spectest for rpm provider

2016-08-12 Release 1.0.1

  • Modulesync with latest Vox Pupuli defaults
  • Drop of ruby183 support
  • new aternative_entry with rpm provider
  • Enable explicitly setting mode property to manual
  • First release under the Voxpupuli namespace! Migrated from Adrien Thebo
  • Rerelease of 1.0.0, which didn't make it to the forge

2014-12-19 Release 0.3.0

  • New RPM based providers for alternatives and alternative_entry
  • Debian based distributions use update-alternatives based on $PATH
  • The alternatives type now autorequires matching alternate_entry types
  • dpkg provider explicitly sets the mode property to manual
  • alternative_entry can check for alernative entries for a non-existent entry

2014-08-21 Release 0.2.0

  • New type: alternative_entry
  • The alternatives type now has the mode property to use the automatic option for a given alternative.
  • The update-alternatives binary is no longer hardcoded to use /usr/sbin/update-alternatives

Thanks

Thanks to Michael Moll and jakov Sosic for their work on this release.

2013-07-16 Release 0.1.1

This is a backwards compatible bugfix release.

  • Module rebuilt with correct permissions.

* This Changelog was automatically generated by github_changelog_generator