forked from jlaska/puppet-subscription_manager
-
Notifications
You must be signed in to change notification settings - Fork 34
/
CHANGELOG
117 lines (86 loc) · 3.1 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
2023-07-8 5.7.1
- PDK 3.0 compatibility
2021-3-4 5.6.1
- Add an rhsm_environment fact
2021-3-4 5.6.0
- Remove deprecated goferd service from automatic run
2020-4-28 5.5.0
- Support rhsmd.processtimeout in #97
- Include masking of Entitlement type per MR in #99
2020-04-28 5.4.2
- Modernize dependencies to current levels
- Test on EL 8
2020-02-28 5.4.0
- Add auto_enable_yum_plugins option
2020-02-15 5.3.0
- Ignore Broken Rubocop constant vs mutable checks on fact caching
- Include new optionality for defaults rarely used
2019-12-09 5.2.1
- Update for PDK 1.10.0
- Include treydock patch for parser to skip empty repositories
2019-03-03 5.2.0
- Update for PDK 1.9.1
- Include fixes for rubocop-caused failures
- More careful logging for missing repositories
- Require Puppet 4.10.12 or later
2019-03-03 5.0.2
- Update for PDK 1.9.0
2019-01-03 5.0.1
- kern binary values to 0 or 1 even if set to true or false
2017-11-23 4.5.0
- Update for PDK 1.7.1 and Rubocop clean
- New Facter_cacheable => FacterCacheable rename for rubocop
2017-05-07 3.1.1
- Abandon old test for json features already present when requiring json libs
2017-04-15 3.1.0
- Run remove options as a secondary configuration item
- fix broken simplecov report
2017-04-08 3.0.2
- Filter out name and provider when writing the configuration
2017-04-03 3.0.1
- Add option for logging and timeout
2017-04-01 3.0.0
- First Puppet 4 version
2017-04-01 2.2.3
- Last Puppet 3 version
2016-02-19 2.2.2
- Support proxies in configuration output for rhsm_register type
2016-05-16 2.0.0
- Puppet compatibility with 3.x and 4.x
- Update readme for examples of hiera data for config type
- Add facts about subscription pools for users without RHEL subscriptions
- Switch to using external caching module for pool and repo facts
- Add Code-climate coverage for rSpec tests
- Continue duplicating large ammounts of code in offense of DYI
- Don't trash external facts directories on pluginsync
- Basic acceptance tests for CentOS and RedHat Enterprise Linux
- Less typos and mispellings in the README file now
2016-04-27 1.12.0
- add caching to repos facts consistent with Katello Agent defaults
- change default to latest for certificate packages (may cause churn)
- require force == true for resubscribing
2016-04-15 1.11.1
- document the new facts
2016-04-02 1.10.1
- do not truncate centuries when parsing rhsm_pool start and end dates
- document FIXME status and rhsm_pool functions
- default configuration example changed to clarify the string interpolation
2016-03-29 1.10.0
- lint metadata
- switch from validation to munge of dates for start and end of pool dates
2016-03-03 1.9.3
- clean the module
2016-01-28 1.8.4
- support server names that contain zeros
2015-11-26 1.8.3
- support hostnames that contain zeros
2015-10-19 1.8.2
- working travis builds (excluding Ruby 2.2)
2015-10-16 1.8.1
- gitter integration
2015-10-11 Release 1.8.1
- throw error if environment is given with an activation key
2015-10-10 Release 1.8.0
- handle bad certificates by using a transition to reinstall the CA package
2015-08-24 Release 0.0.1
- forked jlaska/puppet-subscription_manager