check_hp_firmware
Release v1.4.2 latest
This is a maintenance release to ship updated dependencies
Changelog
- e969aeef4ada35cad51a7b66a95b7ec9ff34eb3e Bump golang linter version in CI
- cf2578cb95f98b5a9f95c454a1ae29aa86ad8e0c Bump golangci
- fc1151a0a84beac4f17f792da44dca7e5447aac9 Bump to Go 1.24
- b11f62575582ee4b9b24b46818528c34f0d2565b Fix linter configuration
- 4b2aaa540415c2c647a52c58a52f868919c2e47b Fix linter warnings
- a6219b95d09fc983922bbd9129b2f354ae199bd7 Make linter config verification succeed again
- 48741568e8afdc6ef84a6b90fc86bd24b2ec7c2c Remove testify for unittest
- 594fffb1374b09ee10f7909de1280834ba6678cf Update linter ci
- 40fdca4dda38d1b20b394da66a3ed55bcb372e2d build(deps): bump actions/checkout from 4 to 5
- d12a0692564fe0a874a26475acbe13275a4b8f9f build(deps): bump actions/checkout from 5 to 6
- 3fa40ade6b1fbeae9e671813b84f7942b5395db7 build(deps): bump actions/setup-go from 5 to 6
- 9397fbe4ec8df6d650744e2cad1422cf8477a0f9 build(deps): bump github.com/NETWAYS/go-check from 0.6.2 to 0.6.3
- 2d5ad78a137cd44a4dbe67423f805f1d8436faef build(deps): bump github.com/gosnmp/gosnmp from 1.38.0 to 1.39.0
- 84fff25439352b358b3db3fffff405938defd632 build(deps): bump github.com/gosnmp/gosnmp from 1.39.0 to 1.40.0
- 989cd8c0296fbabbb6f2908a8ab038c5086f5ec5 build(deps): bump github.com/gosnmp/gosnmp from 1.40.0 to 1.41.0
- 791bada3a1aec91d4ebb03b8bfee7c0cc3adaaab build(deps): bump github.com/gosnmp/gosnmp from 1.41.0 to 1.42.1
- e8b4f2073ddb59d3ae436a2b54349cb530e8b610 build(deps): bump github.com/gosnmp/gosnmp from 1.42.1 to 1.43.0
- b497423e72776835a2fd33d2fe24c01d9dbad33a build(deps): bump github.com/hashicorp/go-version from 1.7.0 to 1.8.0
- 5bab908d933569a7c50598c0d83d8b7dea39cb17 build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0
- 7edeb5e2301679107ca35740036a0996d8dc0ade build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
- 3e5568574577db6a03abdd9938f17c9256008792 build(deps): bump golangci/golangci-lint-action from 6 to 7
- c63e825eee7cbebe692d5d0f9c106e48f2169d1e build(deps): bump golangci/golangci-lint-action from 7 to 8
- 1e3ac7e4b2ca8d32185847fadeba5eafbe751023 build(deps): bump golangci/golangci-lint-action from 8 to 9
- 1b91fc61bc29329f4c69b247f726d79914a46fcf go mod tidy
check_hp_firmware-v1.4.2.tar.gzRelease tarball |
application/gzip | 2026-01-07 | Download from Github |
checksums.txt |
text/plain; charset=utf-8 | 2026-01-07 | Download from Github |
check_hp_firmware_v1.4.2_Darwin_x86_64 |
application/octet-stream | 2026-01-07 | Download from Github |
check_hp_firmware_v1.4.2_Linux_x86_64 |
application/octet-stream | 2026-01-07 | Download from Github |
check_hp_firmware_v1.4.2_Windows_x86_64.exe |
application/x-msdownload | 2026-01-07 | Download from Github |
Release 1.4.1
Just a maintenance release to ship updated dependencies.
What's Changed
- build(deps): bump golangci/golangci-lint-action from 5 to 6 by @dependabot in https://github.com/NETWAYS/check_hp_firmware/pull/98
- build(deps): bump github.com/NETWAYS/go-check from 0.6.1 to 0.6.2 by @dependabot in https://github.com/NETWAYS/check_hp_firmware/pull/100
- build(deps): bump goreleaser/goreleaser-action from 5 to 6 by @dependabot in https://github.com/NETWAYS/check_hp_firmware/pull/101
- build(deps): bump github.com/gosnmp/gosnmp from 1.37.0 to 1.38.0 by @dependabot in https://github.com/NETWAYS/check_hp_firmware/pull/102
- Add hotspare mode by @RincewindsHat in https://github.com/NETWAYS/check_hp_firmware/pull/103
- Bump Go in CI to 1.23 by @martialblog in https://github.com/NETWAYS/check_hp_firmware/pull/104
- build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in https://github.com/NETWAYS/check_hp_firmware/pull/105
Full Changelog: https://github.com/NETWAYS/check_hp_firmware/compare/v1.4.0...v1.4.1
check_hp_firmware-v1.4.1.tar.gzRelease tarball |
application/gzip | 2025-05-28 | Download from Github |
Release v1.4.0
Changelog
Major changes
- 6e805c9 Remove unused --ilo flag
- a70e445 Fix error in timeout calculation
- 52d06af Update HPE ILO versions to be checked
- dea24b4 Add iLO6
- 10ef6d2 Add flag to be able to set the port
- 9118a3b Add further flags to disable subchecks
- 7ae9bbb Add option to override exit code if iLo requries patch
Further changes
- 1d94381 Add Issue Templates
- f763c96 Add comments and rename functions to improve readability
- 2e83acf Add more comments in main.go
- 0995f0f Add testdata for cpqSm2CntlrTable and tests for GetIloInformation
- 594ed85 Extend tests
- 5d3ea36 Fix various golint issues
- 3449d9e Merge version.go into main.go
- 1e05ffa Refactor iLo version compare to be more readable
- 6bbeacb Refactor ilo firmware tests to be table driven
- 542701c Refactor to only use hashicorp/go-version
- 8e4597d Remove unused files
- dc67796 Update CI for main branch
- f52155c Update Makefile
- c27adca Update README.md
- d07d0d4 Update golangci config
check_hp_firmware-v1.4.0.tar.gzRelease tarball |
application/gzip | 2024-05-31 | Download from Github |
checksums.txt |
text/plain; charset=utf-8 | 2024-05-31 | Download from Github |
check_hp_firmware_v1.4.0_Darwin_x86_64 |
application/octet-stream | 2024-05-31 | Download from Github |
check_hp_firmware_v1.4.0_Linux_x86_64 |
application/octet-stream | 2024-05-31 | Download from Github |
check_hp_firmware_v1.4.0_Windows_x86_64.exe |
application/x-ms-dos-executable | 2024-05-31 | Download from Github |
Newer
Older