Skip to content

unraidctl v1.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 29 May 20:13

Changelog

  • 7cbbfc3 Add GitHub Actions CI/CD workflows
  • 59218dc Add integration tests and update GitHub Actions to latest versions
  • 4f6f651 Add repo metadata, Dependabot, and pin Actions to SHAs
  • 9430c42 Fix Go version and add comprehensive tests
  • 860a844 Fix lint issues: remove unused functions, check error returns
  • 840e64e Fix remaining lint error in mock server test
  • f91bc12 Merge remote-tracking branch 'origin/pr/10'
  • 7822914 Merge remote-tracking branch 'origin/pr/11'
  • 6f1d13b ci: bump actions/setup-go from 5.5.0 to 6.3.0 (#6)
  • fc14fb0 ci: bump actions/setup-go from 6.3.0 to 6.4.0
  • 7f4a820 ci: bump golangci/golangci-lint-action from 8.0.0 to 9.2.1
  • 5240fb8 ci: bump goreleaser/goreleaser-action from 5.1.0 to 6.4.0 (#1)
  • 1d26c0c ci: bump goreleaser/goreleaser-action from 6.4.0 to 7.2.2
  • af0a7ee ci: drop unsupported go 1.21 job
  • 12354dc feat: expand Unraid API command coverage
  • e640032 fix: resolve errcheck lint violations for golangci-lint v2