| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| dcgoss | 2026-07-26 | 4.8 kB | |
| dcgoss.sha256 | 2026-07-26 | 73 Bytes | |
| dgoss | 2026-07-26 | 5.8 kB | |
| dgoss.sha256 | 2026-07-26 | 72 Bytes | |
| goss_0.4.10_SHA256SUMS | 2026-07-26 | 878 Bytes | |
| kgoss | 2026-07-26 | 9.2 kB | |
| kgoss.sha256 | 2026-07-26 | 72 Bytes | |
| goss_0.4.10_darwin_x86_64.tar.gz | 2026-07-26 | 6.4 MB | |
| goss_0.4.10_linux_i386.tar.gz | 2026-07-26 | 6.1 MB | |
| goss_0.4.10_linux_ppc64le.tar.gz | 2026-07-26 | 5.8 MB | |
| goss_0.4.10_linux_s390x.tar.gz | 2026-07-26 | 6.1 MB | |
| goss_0.4.10_linux_x86_64.tar.gz | 2026-07-26 | 6.3 MB | |
| goss_0.4.10_darwin_arm64.tar.gz | 2026-07-26 | 6.0 MB | |
| goss_0.4.10_linux_arm64.tar.gz | 2026-07-26 | 5.8 MB | |
| goss_0.4.10_linux_armv6.tar.gz | 2026-07-26 | 6.0 MB | |
| goss_0.4.10_windows_x86_64.zip | 2026-07-26 | 6.5 MB | |
| README.md | 2026-07-26 | 3.5 kB | |
| v0.4.10 source code.tar.gz | 2026-07-26 | 149.4 kB | |
| v0.4.10 source code.zip | 2026-07-26 | 262.8 kB | |
| Totals: 19 Items | 55.4 MB | 1 | |
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 https://github.com/goss-org/goss/pull/944
- dgoss: add flag for debugging by @dklimpel in https://github.com/goss-org/goss/pull/998
- docs: improvement of the explanation of
goss_wait.yamlby @dklimpel in https://github.com/goss-org/goss/pull/1001 - fix(dgoss): edgecase where no log is written by @dklimpel in https://github.com/goss-org/goss/pull/997
- Add alternative version of installing goss from ansible by @marcinpraczko in https://github.com/goss-org/goss/pull/995
- fix: convert line endings of GitHub Workflow to linux by @dklimpel in https://github.com/goss-org/goss/pull/1002
- ci: add validation with yamllint by @dklimpel in https://github.com/goss-org/goss/pull/951
- fix: Use Prometheus standard content-type by @carlosjgp in https://github.com/goss-org/goss/pull/1022
- Fix the main CI pipelines by @kgaughan in https://github.com/goss-org/goss/pull/1063
- Update mkdocs dependencies and fix makefile targets by @kgaughan in https://github.com/goss-org/goss/pull/1062
- Bump dependencies by @kgaughan in https://github.com/goss-org/goss/pull/1064
- Normalise whitespace in testcases by @kgaughan in https://github.com/goss-org/goss/pull/1039
- Restore old error messages for the ContainElements matcher by @kgaughan in https://github.com/goss-org/goss/pull/1067
- Switch to urfave/cli/v3 by @kgaughan in https://github.com/goss-org/goss/pull/1060
- Update action versions by @kgaughan in https://github.com/goss-org/goss/pull/1072
- GoReleaser config and multi-platform image builds by @kgaughan in https://github.com/goss-org/goss/pull/1052
- Use error chaining and static errors where possible by @kgaughan in https://github.com/goss-org/goss/pull/1066
- Switch documentation generation from MkDocs to Zensical by @kgaughan in https://github.com/goss-org/goss/pull/1073
- fix: close HTTP response bodies to prevent OOM with many checks by @dukelion in https://github.com/goss-org/goss/pull/1058
- Decouple the build of the Trivy image from the release image by @kgaughan in https://github.com/goss-org/goss/pull/1076
- docs: update broken goss.rocks links by @leemeo3 in https://github.com/goss-org/goss/pull/1075
- Update dependencies by @kgaughan in https://github.com/goss-org/goss/pull/1078
- Add myself to CODEOWNERS while maintaining Ahmed's final word by @kgaughan in https://github.com/goss-org/goss/pull/1087
- Bump actions/setup-python from 6 to 7 by @dependabot[bot] in https://github.com/goss-org/goss/pull/1086
- Bump actions/setup-go from 6 to 7 by @dependabot[bot] in https://github.com/goss-org/goss/pull/1082
- Bump zensical from 0.0.50 to 0.0.51 in /docs by @dependabot[bot] in https://github.com/goss-org/goss/pull/1081
New Contributors
- @marcinpraczko made their first contribution in https://github.com/goss-org/goss/pull/995
- @carlosjgp made their first contribution in https://github.com/goss-org/goss/pull/1022
- @kgaughan made their first contribution in https://github.com/goss-org/goss/pull/1063
- @dukelion made their first contribution in https://github.com/goss-org/goss/pull/1058
- @leemeo3 made their first contribution in https://github.com/goss-org/goss/pull/1075
Full Changelog: https://github.com/goss-org/goss/compare/v0.4.9...v0.4.10