Breaking Changes
oslo no longer supports convert command.
If you want to continue converting OpenSLO format to Nobl9 specification see:
sloctl convert openslocommand in sloctl- Go library for the aforementioned conversion: https://github.com/nobl9/sloctl
Furthermore, oslo no uses official OpenSLO Go SDK for validation of the schema.
The legacy code performing validation in oslo was severely outdated and incorrect and there are
multiple breaking changes between the current oslo validate logic and prior versions.
Binaries generated by the release now come with two system architecture variants targeting 64bit ARM and AMD.
What's Changed
- validate example using docker is missing flag by @neil-ca-moore in #285
- Support Composite SLOs by @aaranmcguire in #324
- Improve YAML parsing to handle list sequences within SLI spec by @aaranmcguire in #326
- feat: Switch to OpenSLO SDK by @nieomylnieja in #341
- chore: Remove ignored files by @nieomylnieja in #360
- feat: Improve tests by @nieomylnieja in #380
New Contributors
- @neil-ca-moore made their first contribution in #285
- @aaranmcguire made their first contribution in #324
Full Changelog: v0.12.0...v0.13.0