Releases: phil-inc/admiral
Releases · phil-inc/admiral
v1.1.0
What's Changed
- add some throttling to the stream reader by @mitchelldyer01 in #136
- remove concurrency on logstream & fix gitops-tagger job by @mitchelldyer01 in #137
- add more buffering to the logstream by @mitchelldyer01 in #138
- add 10mib ballast to main() by @mitchelldyer01 in #139
- shrink and move ballast into root cmd by @mitchelldyer01 in #140
- shrink log buffer from 100 to 10 by @mitchelldyer01 in #141
- allocate maps for metadata once instead of on every log streamed by @mitchelldyer01 in #142
- remove timestamp parsing by @mitchelldyer01 in #143
- change how http pkg handles errors by @mitchelldyer01 in #144
- Changed Dockerfile to build with 1.21 by @bartelsb in #145
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
- Update README.md by @mitchelldyer01 in #125
- Use composite action for build/push instead of separate workflow by @bartelsb in #128
- Remove invalid needs directive by @bartelsb in #129
- Set bash as the default shell by @bartelsb in #130
- Get the tag from env instead of output by @bartelsb in #131
- Include step to archive repo by @bartelsb in #132
- Assume a role when archiving the repository by @bartelsb in #133
- Move repo archival to the end of the workflow by @bartelsb in #134
- Feature/clean refactor by @mitchelldyer01 in #127
- Update on_pr.yaml by @mitchelldyer01 in #135
Full Changelog: v0.20.0...v1.0.0
v0.20.0
What's Changed
- Create LICENSE.md by @JwalantaPhil in #113
- disables notify flag in workflow by @mitchelldyer01 in #114
- Update on_pr.yaml by @mitchelldyer01 in #115
- Update README.md by @mitchelldyer01 in #116
- Bump github.com/emicklei/go-restful from 2.9.5+incompatible to 2.16.0+incompatible by @dependabot in #117
- Update on_pr.yaml by @mitchelldyer01 in #120
- Update README.md by @mitchelldyer01 in #121
- Update pull_request_template.md by @mitchelldyer01 in #122
- Update on_pr.yaml by @mitchelldyer01 in #123
New Contributors
- @dependabot made their first contribution in #117
Full Changelog: v0.19.0...v0.20.0
v0.19.0
- Update logging for JSON & Loki labels
v0.18.6
- Fix logstream flusher
v0.18.5
- Splits log channel receivers out from the goroutine
v0.18.4
- Remove err checker
v0.18.3
- Add back error check
v0.18.2
- Fix error handling on Logstore.Loki
- Add a timeout to the HTTP client
v0.18.1
- Fix
ctx.Done()handler in logstream