Skip to content

Releases: aegershman/cf-report-usage-plugin

3.0.0

07 Dec 22:54
c78fc6d
Compare
Choose a tag to compare

Outputs are exactly the same, but the package structure now relies on using /cmd and /internal. I can't imagine anyone was using the packages (let alone this plugin as a whole), but just for good measure, going to bump to 3.x; should also allow for making more rapid and experimental and self-educational internal changes as patch bumps

Changelog

f5fa849 Internal packages; minor main.go swapouts (#96)
c78fc6d bump 3.x given layout changes, though functionally quite similar. my semvering hasnt been perfect for sure
4e9ca87 rm pluralization of presenters (#97)
84abcae trying something new, putting reportusage inside a cmd folder (#95)

2.12.1

07 Dec 21:22
c567b0d
Compare
Choose a tag to compare

Changelog

8812107 Use dedicated cf v2client in substitution of apihelper and cfcurl (#92)
ff5092f ensure README instructions reference latest release
c567b0d mainfile cleanup (#94)
318691b reports refactor (#93)

2.12.0

06 Dec 22:02
ff5092f
Compare
Choose a tag to compare

Changelog

8812107 Use dedicated cf v2client in substitution of apihelper and cfcurl (#92)
ff5092f ensure README instructions reference latest release

2.11.2

05 Dec 23:17
f984711
Compare
Choose a tag to compare

Changelog

97fe80d Bump github.com/olekukonko/tablewriter from 0.0.3 to 0.0.4 (#85)
f984711 inconspicuously leverage org_quota model (#88)
98e483e use different checksum algorithm to make pushing to cf cli repo easier, reformat cfcurl client (#87)

2.11.1

03 Dec 17:48
3e67e3d
Compare
Choose a tag to compare

Changelog

3e67e3d minor internal change to consolidate getOrgs logic (#83)

2.11.0

02 Dec 20:41
a6fb25b
Compare
Choose a tag to compare

Changelog

a6fb25b rename to report-usage to not conflict with existing plugins (#82)

2.10.2

02 Dec 18:10
dd9981d
Compare
Choose a tag to compare

Changelog

dd9981d Output number of apps (regardless of start/stop state) in table presenter (#81)

2.10.1

02 Dec 17:24
4947022
Compare
Choose a tag to compare

Changelog

8907d22 README on installation (#79)
4947022 include JSON keys for json marshalling of reports (#80)

2.10.0

27 Nov 22:10
5c6f0c6
Compare
Choose a tag to compare

Changelog

6f8acd0 Swap out from using interfaces when running reports back to using structs so hopefully they can be jsonified easier (#74)
5c6f0c6 basic JSON output support (#75)

2.9.1

27 Nov 18:13
18de92d
Compare
Choose a tag to compare

Changelog

cd25214 Add extra fields to certain models, remove unnecessary code (#58)
f450017 Aggregated OrgStats data, cleaned up BillableAppInstances, etc. (#50)
c9bbb33 Finish out each Reporter impl (#69)
9766fb4 Remove dedicated types wrapping single-structs into slices (#62)
3858fea Significant refactoring of internal APIs to use aggregate interfaces of reporters instead of direct properties (#68)
4cbbf7c account for user-provided services (#60)
a8163c9 break out models structs into respective files (#53)
dbc6a57 consolidate all models into models package (#57)
0db5ffe default output format table (#52)
79c7923 don't directly expose orgsRef in reporter (#70)
d230d10 don't expose unnecessary fields; prepare to re-rename decorators (#66)
2d8e05a extract stats objects into decorator objects around primary models (#54)
6ca5602 forgot about the stat names in presenters (#65)
56a3914 going to rename to usagereport (#51)
7c6f8b6 plugin output formatting (#63)
18de92d remove report struct in favor of just directly using summaryreporter (#71)
5d297a3 rename (again) from decorator to report... my bad (#67)
1b1994c rename Stats to Decorator(s) (#64)
3627bbc rm the skipSI flag (#55)
b435314 swap os.exit for log.fatal (#59)
78d03e0 tiny minor internal formatting (#61)