Releases: flatcar/nebraska
Releases · flatcar/nebraska
2.3.0
Enhancements:
- Allow to rename instances (from the UI or request, for easier identification)
- Skip a complicated query in the database that was only needed for testing but was impacting performance
- Add the time intervals selection to the instances list
Bug Fixes:
- Fix endless spinner in the instance details' event table
Docs:
- Add a development section
- Re-write the "contributing" section
- Smaller fixes to the authentication section
2.3.0-beta.1
Enhancements:
- Skipped a complicated query in the database that was only needed for testing but was impacting performance
2.3.0 beta
Enhancements:
- Allow to rename instances (from the UI or request, for easier identification)
Bug fixes:
- Fix endless spinner in the instance details' event table
2.2.2
Bug fixes:
- Ensure instances are not stuck in an updating state
2.2.1
Bug fixes:
- Prevent error accessing the UI when a group has no channel assigned
- Separate the channel label in the group details view a bit
- Show the full date in the instance details view
Other:
- Change the group default settings to allow an unlimited number of updates
(affects only new deployments)
2.2.0
Changes in this version
Enhancements:
- Optimize DB operations: reduce write calls to 1/3 when running without parallel
update limits (#289) - Add the ability to set track names in groups (instances can use the track names
instead of the groups' UUIDs for setting which group they want to update from, #290) - Reduce wait time before sync calls (results in a faster package synchronization, #285)
- Add syncer parameters so one can set sync intervals (#285)
- Extend list of synced channels with LTS (#287)
- Allow to set a custom update route suffix path (#302)
- Update Go modules
Bug fixes:
- Fix an endless spinner in the activities list (#280)
- Fix use of the switch components (when editing groups, #300)
Docs: