forked from voxpupuli/puppet-mcollective
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
61 lines (40 loc) · 1.5 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
2013-11-13 Release 1.1.3
Summary:
STOP IT PUPPET STOP. We've now fixed the problem for REAL, it was a missing
source and author field in the Modulefile.
2013-11-12 Release 1.1.2
Summary:
Metadata.json is persistent and made it into the tarball.
2013-10-21 Release 1.1.1
Summary:
This is a bugfix release, primarily to remove metadata.json, as it seems to
cause errors for some users. Also exclude last_run from the facts, and grant
rabbitmq's admin user configure permissions.
Fixes:
- Remove metadata.json
- Grant the rabbitmq admin user configure permissions.
- Add last_run to the list of dynamic facts that are filtered out.
2013-10-11 Release 1.1.0
Summary:
This release adds `delete_guest_user` for RabbitMQ so that you don't have an
admin guest user left enabled. It also adds `middleware_admin_user` and
`middleware_admin_password` so that you can control the user that's created in
the middleware appropriately. The README has been updated with further
information.
Features:
- Add $delete_guest_user functionality.
- Add middleware_admin_user and middleware_admin_password parameters.
- Don't supply a client.cfg when securityprovider is 'ssl'
Fixes:
- Use hash to build anonymous hash (in order to not require future parser)
2013-10-03 Release 1.0.1
Summary:
Bugfixes.
Fixes:
- Stop puppet internals leaking into facts.yaml.
- Style fixes.
- Add plugin example to README.
- Update .travis.yml to test appropriately.
2013-09-27 Release 1.0.0
Summary:
The initial stable release of the mcollective module.