Skip to content

v.2.0.0

Latest
Compare
Choose a tag to compare
@Xylakant Xylakant released this 13 Oct 14:23
· 28 commits to master since this release

This release contains minor BC incompatibilities that stem from bugs that were fixed. Most notably, previous versions did allow for invalid parameters passed to the one class. If you've been using the class as intended, thing should (TM) work for you and upgrading should be painless. Still, this warrants a major version bump. See the full changelist below, breaking changes have been marked as such.

New Features

  • BREAKING: the onegate endpoint in oned.conf is now configurable. (#229, #241). This change is mildly BC breaking: Due to a typo, setting the IP address for the onegate service did not have effect, this has been fixed along with this change
  • BREAKING: onegate and oneflow services are now unmanaged when using an ha setup (#234, #247). You'll have to manage them yourself if you need to.
  • it's now possible to configure the log target for oned. (#235, #239)
  • it's now possible to specify the location where the sudoer rule files should be placed (#237)

Bugfixes

  • BREAKING: Parameter validation now takes effect for parameters passed into the one class. Before parameter validation only happened for parameters set via hiera and it was possible to pass invalid parameters straight to the one class. This has been rectified. Parameter validation now happens for parameters passed straight to the one class.