Releases: cobbler/cobblerclient
Releases · cobbler/cobblerclient
v0.5.7
v0.5.6
v0.5.5
v0.5.4
v0.5.3
v0.5.2
Changelog
- a2fc56e Merge pull request #68 from cobbler/fix/network-interface-updates
- c34bc43 Merge pull request #70 from cobbler/fix/compare-xml
- 2b7b5f7 Network Interfaces: Enable edit of interfaces
- 47cf037 System: Remove not existing attributes
- 2164f74 System: Unskip map-based tests
- 65fa431 Testing: Compare XML instead of produces bytes
v0.5.1
v0.4.3
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.
v0.4.2 - Official first tag in the Cobbler Org
This release contains the following changes:
- Changed the CI to Travis
- Updated the dependencies