Skip to content

Releases: cobbler/cobblerclient

v0.5.3

11 Oct 13:05
v0.5.3
6ede036
Compare
Choose a tag to compare

Changelog

  • c134a22 Fix issue reading floats and network interfaces
  • 6ede036 Merge pull request #72 from cobbler/fix/network-interface-reading

v0.5.2

07 Oct 09:05
v0.5.2
c34bc43
Compare
Choose a tag to compare

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

24 Sep 11:33
v0.5.1
7040484
Compare
Choose a tag to compare

The release 0.5.0 is missing due to an error with our CI.

Until #59 is solved we don't exactly know what versions of Cobbler the client is working with.

Changelog

  • 056b1ae CI: Update goreleaser
  • 7040484 CI: release - Fix YAML formatting

v0.4.3

23 Feb 09:55
v0.4.3
59cd0ad
Compare
Choose a tag to compare

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

16 Jan 15:39
d225fbf
Compare
Choose a tag to compare

This release contains the following changes:

  • Changed the CI to Travis
  • Updated the dependencies