Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
dgoss | 2024-07-19 | 5.4 kB | |
dgoss.sha256 | 2024-07-19 | 72 Bytes | |
goss-windows-amd64.exe.sha256 | 2024-07-19 | 89 Bytes | |
goss-windows-amd64.exe | 2024-07-19 | 14.6 MB | |
goss-linux-s390x.sha256 | 2024-07-19 | 83 Bytes | |
goss-linux-s390x | 2024-07-19 | 15.1 MB | |
goss-linux-arm64.sha256 | 2024-07-19 | 83 Bytes | |
goss-linux-arm64 | 2024-07-19 | 13.7 MB | |
goss-linux-arm.sha256 | 2024-07-19 | 81 Bytes | |
goss-linux-arm | 2024-07-19 | 13.6 MB | |
goss-linux-386.sha256 | 2024-07-19 | 81 Bytes | |
goss-linux-386 | 2024-07-19 | 13.5 MB | |
goss-linux-amd64.sha256 | 2024-07-19 | 83 Bytes | |
goss-linux-amd64 | 2024-07-19 | 14.2 MB | |
goss-darwin-arm64.sha256 | 2024-07-19 | 84 Bytes | |
goss-darwin-arm64 | 2024-07-19 | 14.1 MB | |
goss-darwin-amd64.sha256 | 2024-07-19 | 84 Bytes | |
goss-darwin-amd64 | 2024-07-19 | 14.5 MB | |
README.md | 2024-07-19 | 2.9 kB | |
v0.4.8 source code.tar.gz | 2024-07-19 | 151.4 kB | |
v0.4.8 source code.zip | 2024-07-19 | 265.3 kB | |
Totals: 21 Items | 113.7 MB | 0 |
What's Changed
- regexFirstGroup return first group from regexp, useful with .env file… by @alexandregz in https://github.com/goss-org/goss/pull/895
- go: bump version on 1.22 by @ikheifets-splunk in https://github.com/goss-org/goss/pull/953
Internal Development related changes
Many many thanks to @dklimpel for all the massive effort improving CI!
- Fix building mkdocs by @dklimpel in https://github.com/goss-org/goss/pull/900
- Update docs to fix linting issues by @dklimpel in https://github.com/goss-org/goss/pull/904
- fix path pattern in documentation pipeline by @dklimpel in https://github.com/goss-org/goss/pull/919
- Bump mkdocs-material from 9.5.3 to 9.5.23 in /docs by @dependabot in https://github.com/goss-org/goss/pull/917
- Bump pygments from 2.17.2 to 2.18.0 in /docs by @dependabot in https://github.com/goss-org/goss/pull/918
- Add github golang lint CI pipeline by @dklimpel in https://github.com/goss-org/goss/pull/899
- bump alpine linux to 3.19 by @dklimpel in https://github.com/goss-org/goss/pull/907
- fix some linting failures and configure golangci-lint by @dklimpel in https://github.com/goss-org/goss/pull/922
- Update docs to fix linting issues by @dklimpel in https://github.com/goss-org/goss/pull/930
- fix link to codeclimate in docs by @dklimpel in https://github.com/goss-org/goss/pull/926
- disable deprecated codeclimate plugin golint by @dklimpel in https://github.com/goss-org/goss/pull/927
- fix integration tests for alpine3 by @dklimpel in https://github.com/goss-org/goss/pull/937
- Pushed new integration test images and update image md5 by @aelsabbahy in https://github.com/goss-org/goss/pull/938
- Add pipeline for build goss docker image by @dklimpel in https://github.com/goss-org/goss/pull/909
- add unit tests to ci by @dklimpel in https://github.com/goss-org/goss/pull/928
- remove Code Climate from project by @dklimpel in https://github.com/goss-org/goss/pull/933
- docs: Update and more general wording for "docker container" by @dklimpel in https://github.com/goss-org/goss/pull/934
- ci: add integation tests to GHA CI by @dklimpel in https://github.com/goss-org/goss/pull/946
- Replace centos7 with rockylinux9 in integration-tests by @dklimpel in https://github.com/goss-org/goss/pull/906
- Replace deprecated MAINTAINER with LABEL in Dockerfiles by @dklimpel in https://github.com/goss-org/goss/pull/949
- Add labels to container images when build with build_images.sh by @dklimpel in https://github.com/goss-org/goss/pull/948
- Fixed: the user-agent test on release builds by @aelsabbahy in https://github.com/goss-org/goss/pull/955
- Fix test file for release by @aelsabbahy in https://github.com/goss-org/goss/pull/956
New Contributors
- @ikheifets-splunk made their first contribution in https://github.com/goss-org/goss/pull/953
Full Changelog: https://github.com/goss-org/goss/compare/v0.4.7...v0.4.8