Skip to content

Releases: flatcar/nebraska

2.3.0

16 Dec 14:44
da1c87e
Compare
Choose a tag to compare

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

08 Dec 14:40
202bb86
Compare
Choose a tag to compare

Enhancements:

  • Skipped a complicated query in the database that was only needed for testing but was impacting performance

2.3.0 beta

26 Nov 14:38
Compare
Choose a tag to compare
2.3.0 beta Pre-release
Pre-release

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

26 Nov 14:36
Compare
Choose a tag to compare

Bug fixes:

  • Ensure instances are not stuck in an updating state

2.2.1

24 Nov 14:42
1959015
Compare
Choose a tag to compare

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

18 Nov 13:18
Compare
Choose a tag to compare

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:

  • Add Code of Conduct and commit guidelines (#285)
  • Move most of the docs from the README into the docs folder and add more
    sections (#301)