Skip to content

Latest commit

 

History

History
616 lines (350 loc) · 31.6 KB

CHANGELOG.md

File metadata and controls

616 lines (350 loc) · 31.6 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.

v7.1.0 (2023-06-26)

Full Changelog

Implemented enhancements:

  • Add yum::copr resource to handle COPR repositories. #215 (olifre)

v7.0.0 (2023-06-16)

Full Changelog

Breaking changes:

Implemented enhancements:

Fixed bugs:

Merged pull requests:

v6.2.0 (2023-02-08)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Revert #258 that added purge_unmanaged_repos #285
  • Revert #258, which added purge_unmanaged_repos #287 (kenyon)

Merged pull requests:

v6.1.0 (2022-11-08)

Full Changelog

Implemented enhancements:

Fixed bugs:

v6.0.0 (2022-08-04)

Full Changelog

Breaking changes:

  • manage $repodir only if $purge_unmanaged_repos is enabled #271 (vchepkov)

Implemented enhancements:

v5.6.1 (2022-07-06)

Full Changelog

Fixed bugs:

v5.6.0 (2022-07-04)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Ensure any/all GPG keys are installed before attempting to install yum-utils #263 (bschonec)

Merged pull requests:

  • Simplify EPEL definitions for EL8/9 #260 (jcpunk)

v5.5.0 (2022-06-20)

Full Changelog

Implemented enhancements:

  • Add require_verify option to install.pp #244 (jcpunk)

Fixed bugs:

Merged pull requests:

  • Finish out dnf path for versionlock. #253 (jcpunk)

v5.4.0 (2022-04-25)

Full Changelog

Implemented enhancements:

Fixed bugs:

Closed issues:

  • Use of puppetlabs-yumrepo_core #248
  • RHEL8, epel-modular is installed with the wrong repo-name #246

Merged pull requests:

v5.3.1 (2022-02-15)

Full Changelog

Fixed bugs:

Merged pull requests:

v5.3.0 (2021-10-26)

Full Changelog

Implemented enhancements:

v5.2.0 (2021-09-29)

Full Changelog

Implemented enhancements:

Closed issues:

  • Centos 6 support broken #198

Merged pull requests:

v5.1.0 (2021-06-10)

Full Changelog

Implemented enhancements:

v5.0.0 (2021-06-09)

Full Changelog

Breaking changes:

Implemented enhancements:

Fixed bugs:

  • fix package name for yum plugin versionlock on RHEL/CentOS 8 #205 (TheMeier)

Closed issues:

  • gpgkey cannot specify more than one of content, source #204
  • yum::plugin::versionlock fails on CentOS/RHEL 8 #197
  • No Repos getting added #168
  • module doesn't manage proxy setting #157

Merged pull requests:

v4.3.0 (2020-07-20)

Full Changelog

Implemented enhancements:

Fixed bugs:

Closed issues:

  • yum_package_updates fact misinterprets output #180

Merged pull requests:

v4.2.0 (2020-05-22)

Full Changelog

Implemented enhancements:

Closed issues:

  • Rhel/Centos 8 versionlock doesn't work #150

Merged pull requests:

v4.1.1 (2020-03-09)

Full Changelog

Fixed bugs:

  • Fedora/CentOS8: Ensure yum-utils/dnf-utils are present #159 (KeithWard)

Closed issues:

  • CentOS/RHEL 8 Uses DNF but utils package is provided by yum-utils. #158

Merged pull requests:

  • Support ensuring all yum group packages are installed #140 (treydock)

v4.1.0 (2020-01-20)

Full Changelog

Implemented enhancements:

Fixed bugs:

Merged pull requests:

  • instantiate yumrepo & yum::config directly #148 (igalic)
  • Clean up acceptance spec helper #146 (ekohl)
  • use $facts when accessing os fact #144 (igalic)
  • add requirement expression in metadata of task #138 (Dan33l)
  • Update concat dependency to allow puppetlabs/concat 6.x #136 (treydock)
  • Allow puppetlabs/stdlib 6.x #135 (alexjfisher)

v4.0.0 (2019-05-07)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Add optional parameters to groupinstall #86 (jfroche)

Fixed bugs:

  • Correctly calculate rpmname for all gpg versions #126 (towo)
  • Puppet 6 issue and knockout_prefix problem #121 (avidspartan1)

Closed issues:

  • gpgkey applied on every run due to output change #125
  • In Puppet 6, remove_undef_values doesn't work as expected #120
  • --knock-out-prefix "--" knocks out valid content of yum::gpgkeys #111
  • removal of mirrorlist is set by 'absent' not by using a knockout. #63

Merged pull requests:

v3.1.1 (2018-10-14)

Full Changelog

Closed issues:

  • Import GPG keys of unmanaged repos #114

Merged pull requests:

v3.1.0 (2018-07-24)

Full Changelog

Implemented enhancements:

  • (#107) YUM update puppet task support #108 (catay)

Closed issues:

  • feature yum update puppet task support #107

v3.0.0 (2018-07-09)

Full Changelog

Breaking changes:

  • Remove fastestmirror_enabled and report_instanceid parameters #103 (Zordrak)

Implemented enhancements:

  • EPEL GPG Key #95
  • Clean yum metadata after versionlock file update #102 (traylenator)
  • Fixes #95 Add EPEL GPG Key and logic to handle yum::gpgkeys #96 (TJM)

Fixed bugs:

  • Don't litter /root/ with GPG-related files. #56 (djl)

Closed issues:

  • Amazon Linux manage_os_default_repos does not compile due to unsupported parameters #100
  • how does the module get the name of the package? #50

Merged pull requests:

  • drop EOL OSs; fix puppet version range #101 (bastelfreak)
  • Rely on beaker-hostgenerator for docker nodesets #98 (ekohl)

v2.2.1 (2018-03-28)

Full Changelog

Fixed bugs:

  • Hiera 5 warning on puppet 5.3.2 #77

Closed issues:

  • Unable to exclude multiple packages in yum.conf #80

Merged pull requests:

v2.2.0 (2018-01-04)

Full Changelog

Fixed bugs:

Closed issues:

  • Add RHEL repos and tests. #76
  • Add support for AmazonLinux 2017 #72
  • EPEL managed_repo broken #53

Merged pull requests:

  • bump lowest puppet version 4.6.1->4.10.9 #85 (bastelfreak)
  • Fix documentation instructions for mirrorlist #83 (jorhett)
  • Run beaker tests on all supported & available docker sets #79 (ekohl)
  • Add RHEL repos and update README. #75 (pillarsdotnet)

v2.1.0 (2017-11-02)

Full Changelog

Implemented enhancements:

v2.0.2 (2017-10-10)

Full Changelog

Closed issues:

  • concat dependency update #57
  • Yumrepo provider fork? #32

Merged pull requests:

v2.0.1 (2017-09-01)

Full Changelog

Implemented enhancements:

Fixed bugs:

Closed issues:

  • Update to puppetlabs/concat 3 or 4 #66
  • yum::versionlock with ensure => absent doesn't purge entries #61
  • versionlock.list updated after package {} install #43

Merged pull requests:

  • Contain the versionlock subclass to help with ordering around package resources #65 (bovy89)
  • Support ensure => absent with yum::versionlock #62 (bovy89)

v2.0.0 (2017-06-14)

Full Changelog

Breaking changes:

Implemented enhancements:

Fixed bugs:

Closed issues:

  • Class[Yum]: has no parameter named 'config_options' #48
  • Augeas errors arise when applying yum settings on Cent OS 6 clients #47
  • Remove individual configs from init.pp, use create_resources pattern instead #36
  • Fix versionlock regex #35
  • yum::config fails with comma separated values #21

v1.0.0 (2017-01-14)

Full Changelog

Implemented enhancements:

Merged pull requests:

  • Comma separated values for assumeyes #29 (matonb)

v0.10.0 (2017-01-11)

Full Changelog

Implemented enhancements:

v0.9.15 (2016-09-26)

Full Changelog

Merged pull requests:

  • Update changelog and version #12 (jskarpe)
  • Added basic spec tests #11 (jskarpe)
  • Bug: Puppet creates empty key files when using Hiera and create_resources() #7 (lklimek)
  • Manage yum::versionlock with concat #6 (jpoittevin)

v0.9.14 (2016-08-15)

Full Changelog

Merged pull requests:

v0.9.13 (2016-08-15)

Full Changelog

Merged pull requests:

v0.9.12 (2016-08-12)

Full Changelog

v0.9.11 (2016-08-12)

Full Changelog

v0.9.10 (2016-08-12)

Full Changelog

v0.9.9 (2016-08-12)

Full Changelog

v0.9.8 (2016-08-04)

Full Changelog

0.9.8 (2016-05-30)

Full Changelog

0.9.7 (2016-05-30)

Full Changelog

0.9.6 (2015-04-29)

Full Changelog

0.9.5 (2015-04-07)

Full Changelog

0.9.4 (2014-12-08)

Full Changelog

0.9.3 (2014-11-06)

Full Changelog

0.9.2 (2014-09-02)

Full Changelog

0.9.1 (2014-08-20)

Full Changelog

* This Changelog was automatically generated by github_changelog_generator