-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathChanges
More file actions
76 lines (57 loc) · 1.79 KB
/
Changes
File metadata and controls
76 lines (57 loc) · 1.79 KB
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
Revision history for App-CharmKit
{{$NEXT}}
2.11 2018-11-25T19:46:23Z
- Add example of plugin loading
- Module::Runtime for plugin loading
- Lock dep versions
2.10 2018-11-24T23:29:11Z
- Fix tests
2.09 2018-11-24T22:15:55Z
- Update deps
- Update documentation
2.08 2017-06-01T15:24:25Z
- Remove unused deps
2.07 2016-11-17 23:07:57-05:00 America/New_York
- add Module::Runtime dep for loading plugins
2.06 2016-11-17 09:28:29-05:00 America/New_York
- fix charm linter
- add simple plugin support
- add true, autobox, and autobox::Core deps
2.05 2016-11-16 22:32:29-05:00 America/New_York
- Rename Override to HookUtil
- Do not import packages prior to inclusion to charm package
2.04 2016-11-09 09:53:22-05:00 America/New_York
- Switch to dzil
2.03 2016-10-31
- Add additional routines for getting juju resources,
status, and unit information.
2.02 2016-10-28
- Import strftime
2.01 2016-10-28
- Add more Rex modules
2.00 2016-10-27
- Reduce deps that were not in use
- Reworked all commands to use Rex's support
- New release to account for breaking changes
1.14 2016-10-27
- Import Rex for cleaner charm commands
1.13 2016-10-26
- Update version to resemble whats in perlmodestyle
- Add sh2 routine to return Capture::Tiny
1.0.12 2016-10-26
- Enable Smart comments
- Add CONFIGURES_REQUIRES on File::ShareDir::Install
1.0.11 2016-10-26
- Make sh take a string, die on error
- Condense library, remove unimportant commands
- Reduce dependencies more
1.0.10 2016-10-25
- Fix license (GH: #5 FROM: Mohammad S Anwa)
- Rename call to execute to shorter 'sh'
- Enable experimental signatures
1.0.9 2016-10-25
- Slim down build tools
- Remove useless calls
- Slim down package deps
- Remove unneeded test
- Update manual