This repository has been archived by the owner on Apr 20, 2023. It is now read-only.
Release v0.0.1
What's Changed
- kube-collector for parseable by @AdheipSingh in #1
- remove http, fix post call by @AdheipSingh in #2
- update helm by @AdheipSingh in #3
- dont collect logs if getPodLogs is nil by @AdheipSingh in #4
- Minor refactor for readability by @nitisht in #5
- update config file format by @nitisht in #6
- Add log metadata per log line by @nitisht in #7
- update readme by @nitisht in #9
- fix values.yaml by @nitisht in #11
- Fix yaml marshalling by @nitisht in #12
- Add suppor to create streams based on config by @nitisht in #13
- add reminder to check error message by @nitisht in #14
- makefile update by @AdheipSingh in #15
- add meta header to request by @AdheipSingh in #16
- Fix-17-HTTP by @AdheipSingh in #18
- Fix-14-Collector-TimeStamp by @AdheipSingh in #19
- Minor refactor by @nitisht in #22
- Fix-Typo-Cleanup by @AdheipSingh in #23
- Add user agent to every http request. by @nitisht in #24
- Add docker push github action by @nitisht in #25
- Add basic auth to all requests based on env var set by @nitisht in #26
- Fix-Auth by @AdheipSingh in #30
- Fix-32-Po-Labels by @AdheipSingh in #35
- remove push trigger for github actions by @nitisht in #36
- Fix-20-In-Mem-Cleanup by @AdheipSingh in #37
- Fix-38-Run-Locally by @AdheipSingh in #41
- Fix-39-Creds-on-Start by @AdheipSingh in #42
- Add Docs and some cleanup by @nitisht in #43
- Further cleanup by @nitisht in #44
- Fix Query API calls by @nitisht in #46
- Fix diagram links by @nitisht in #47
- remove appVersion by @nitisht in #48
- add dark mode image by @nitisht in #49
- fix query, lowercase metadata by @AdheipSingh in #50
- Add .deepsource.toml by @deepsource-autofix in #53
- Replace
time.Now().Sub(t)
withtime.Since(t)
by @deepsource-autofix in #54 - Unused parameter should be replaced by underscore by @deepsource-autofix in #55
- Use the recommended replacements for
io/ioutil
functions by @deepsource-autofix in #56 - Fix check for empty string by @deepsource-autofix in #57
- send metadata in headers by @AdheipSingh in #52
New Contributors
-
@AdheipSingh made their first contribution in #1
-
@deepsource-autofix made their first contribution in #53
-
compatible with parseable v0.0.2
Full Changelog: https://github.com/parseablehq/collector/commits/v0.0.1