forked from kemra102/puppet-cloudwatchlogs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
23 lines (17 loc) · 952 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
v0.1.0:
- Initial release, supports Amazon Linux only.
v1.0.0:
- Added support for Ubuntu, RHEL & CentOS via python package.
v0.1.0:
- Made 'region', 'aws_access_key_id' & 'aws_secret_access_key' optional for people who launch instances with an IAM role.
- Added 'streamname' variable.
v1.1.2:
- Fixed default stream name.
- Only install 'wget' package if not defined else where in catalogue.
v2.0.0:
- Moved to using concat for each log file entry. This allows use of more customizable entries more easily down the road.
- Removed management of AWS CLI keys, this should be done by mdoules designed for this purpose.
- Documented usage of using a http_proxy on instances that might require it.
- Provided examples of IAM role for Cloudwatch Logs & of various ways to specify log entries.
v2.1.0:
- You can now specify the log_group_name explicitly, otherwise it defaults to the resource name as per the previous behaviour.