This release updates any dependencies while completing the migration of the pipelines from Travis CI to Github Actions. It also migrates the documentation from MkDocs to Zensical and fixes memory leaks when running Goss as a daemon.
What's Changed
- ci: add schedule for trivy scans by @dklimpel in #944
- dgoss: add flag for debugging by @dklimpel in #998
- docs: improvement of the explanation of
goss_wait.yamlby @dklimpel in #1001 - fix(dgoss): edgecase where no log is written by @dklimpel in #997
- Add alternative version of installing goss from ansible by @marcinpraczko in #995
- fix: convert line endings of GitHub Workflow to linux by @dklimpel in #1002
- ci: add validation with yamllint by @dklimpel in #951
- fix: Use Prometheus standard content-type by @carlosjgp in #1022
- Fix the main CI pipelines by @kgaughan in #1063
- Update mkdocs dependencies and fix makefile targets by @kgaughan in #1062
- Bump dependencies by @kgaughan in #1064
- Normalise whitespace in testcases by @kgaughan in #1039
- Restore old error messages for the ContainElements matcher by @kgaughan in #1067
- Switch to urfave/cli/v3 by @kgaughan in #1060
- Update action versions by @kgaughan in #1072
- GoReleaser config and multi-platform image builds by @kgaughan in #1052
- Use error chaining and static errors where possible by @kgaughan in #1066
- Switch documentation generation from MkDocs to Zensical by @kgaughan in #1073
- fix: close HTTP response bodies to prevent OOM with many checks by @dukelion in #1058
- Decouple the build of the Trivy image from the release image by @kgaughan in #1076
- docs: update broken goss.rocks links by @leemeo3 in #1075
- Update dependencies by @kgaughan in #1078
- Add myself to CODEOWNERS while maintaining Ahmed's final word by @kgaughan in #1087
- Bump actions/setup-python from 6 to 7 by @dependabot[bot] in #1086
- Bump actions/setup-go from 6 to 7 by @dependabot[bot] in #1082
- Bump zensical from 0.0.50 to 0.0.51 in /docs by @dependabot[bot] in #1081
New Contributors
- @marcinpraczko made their first contribution in #995
- @carlosjgp made their first contribution in #1022
- @kgaughan made their first contribution in #1063
- @dukelion made their first contribution in #1058
- @leemeo3 made their first contribution in #1075
Full Changelog: v0.4.9...v0.4.10