Releases: observIQ/stanza
Releases · observIQ/stanza
v1.6.2
Changelog
Bug Fixes
Dependencies
- 93c9769: deps(dependabot): Dependencies updates (#599) (@cpheps)
- ef0ab3e: deps(tools): Revamped install-tools to not need it's own submodule (#619) (@cpheps)
Other
- 5198c73: Proxy settings should use systemd override (#595) (@jsirianni)
- c4ccaa9: Updated and fixed linter issues (#618) (@cpheps)
- 7073d30: added OS versions (#617) (@asenkowski)
- 33707f8: fix entry duplication at beginning of file(s) (#579) (@jsirianni)
- 4b9cc75: re-write package install commands (#604) (@jsirianni)
v1.6.1
Changelog
New Features
- 49d1d31: feat(Packaging): Build and release deb and rpm packages (#592) (@jsirianni)
- a5b004b: Build and Test Windows MSI during release (#569) (@jsirianni)
- c100556: Add ability to create slice in plugin (#573) (@Mrod1598)
Bug Fixes
- 9cec988: fix: Goreleaser fixes (#591) (@BinaryFissionGames)
- 5080693: Correctly parse timestamps from 1970 (#578) (@jsirianni)
Dependencies
Other
v1.6.0
Changelog
- 41730c6: Updated scan license github action to latest go version (#541) (@cpheps)
- f927eae: Updated dependency issues reported by dependabot (#540) (@cpheps)
- 359049f: Added codeowners file (#545) (@cpheps)
- 3b23e5c: feat: add ShiftJIS to supported encodings (#546) (@pea723)
- ed8843f: Use Goreleaser for releases (#547) (@BinaryFissionGames)
- 55abccb: GitHub Action CI/CD Migration (#553) (@cpheps)
- e101604: fix make test (#556) (@BinaryFissionGames)
- 65ff8ca: Disabled fail fast for tests (#560) (@cpheps)
- a5ea544: Added org to team name codeowners (#559) (@cpheps)
- ba7350d: Small change to contributing.md (#562) (@schmikei)
- 8733932: Add Revive Linter (#564) (@cpheps)
- 9ddb722: Dependabot fixes (#568) (@cpheps)
- cd2849f: Added lint rule for checking exported methods (#571) (@cpheps)
- 5ff3f35: try tweaking some times to reduce flakiness (#558) (@BinaryFissionGames)
- dbd3ef0: Add Counter Output Operator (#570) (@schmikei)
v1.5.5
v1.5.4
Supersedes Stanza v1.5.2. Stanza Plugins v0.0.89 had an issue that caused errors on agent startup. This release includes Stanza Plugins v0.0.90
You should upgrade if you use the following plugins:
- Syslog
- Rsyslog
- Syslogng
- TCP (The plugin, not the operator)
v1.5.2
v1.5.1
Superseded by v1.5.2.
Updated
- Updated syslog plugin to include optional TLS
v1.5.0
Added
- Improved protobuf conversion quality and increase test coverage #511 @jmwilliams89
- Updated built binary to include its timezone database #513 @armstrmi
- Added proxy support to Unix install script #515 @schmikei
- Google Splitting logic was revisited and optimized #521 @armstrmi
Fixes
Full Changelog: v1.4.2...v1.5.0
v1.4.2
Fixed
- Added support for map[string]map[string]string conversion of protobufs
v1.4.1
Fixed
- Fixed a bug when converting map[string]string and certain number values to a protobuf.