Skip to content

v0.4.3

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Feb 09:55
· 96 commits to main since this release
v0.4.3
59cd0ad

Changelog

  • d3dab2b Added support for bootloaders in system.go & distro.go
  • 79d9abb Brought github actions testing in line with make test. Excluded Windows OS which was failing for some reason.
  • 59cd0ad CI: Add GoReleaser file
  • 8a4b4d5 CI: Add GoReleaser file
  • a6b1da5 CI: Add release workflow
  • a06d30b CI: Replace "env" with "with" in release workflow
  • 53ec042 Create FUNDING.yml
  • 1a4c035 Create codeql-analysis.yml
  • 44c9fb5 Merge pull request #6 from holmesb/bh/v3.3.0_changes
  • e06a718 Merge pull request #7 from holmesb/bh/v3.3.0_changes
  • 4137a79 Merge pull request #9 from holmesb/bh/interface_tests
  • 4d07cc4 Reinstated interface tests in main.go since cobbler issue #2846 is fixed. Also added support for bootloaders in system.go & distro.go.
  • 37446ac v3.3.0 compatible client. Main challenge was profiles; their name field now must be written before the rest. A few schema changes, plus Ubuntu 20.04 replacing 18.04. go run cmd/main.go is now executing to completion and all tests are passing. Removed COBBLER_FIELDS.md doc since too great a maintenance burden to track the schema here; more up-to-date reference is available: https://cobbler.github.io/cobbler-web/ Two known issues: 1. Systems cannot currently have interfaces attached due to Cobbler issue #2846, should be fixed in next minor release. 2. Bootloader cannot be configured.