Skip to content

Releases: flatcar/nebraska

2.3.2

Choose a tag to compare

@joaquimrocha joaquimrocha released this 23 Feb 17:08
c39e81f

Bug fixes:

  • Fix date format for 7 days period in timeline Chart
  • Fix getting the right access level if a user is in both the admin and view teams

Other:

  • Improve getting request IPs (it's now more forgiving about the IPs separator tokens)

2.3.1

Choose a tag to compare

@joaquimrocha joaquimrocha released this 26 Jan 14:19
00aa799

Bug fixes:

  • Prevent Channels list issue when a group has no channels

Other:

  • Improve the DB queries:
    • Improve how fake instances are ignored
    • Add composite index on instance_application table
    • Remove unwanted order by in get by id functions
  • Add application metrics

2.3.0

Choose a tag to compare

@joaquimrocha joaquimrocha released this 16 Dec 14:44
da1c87e

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

Choose a tag to compare

@joaquimrocha joaquimrocha released this 08 Dec 14:40
202bb86

Enhancements:

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

2.3.0 beta

2.3.0 beta Pre-release
Pre-release

Choose a tag to compare

@joaquimrocha joaquimrocha released this 26 Nov 14:38

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

Choose a tag to compare

@joaquimrocha joaquimrocha released this 26 Nov 14:36

Bug fixes:

  • Ensure instances are not stuck in an updating state

2.2.1

Choose a tag to compare

@joaquimrocha joaquimrocha released this 24 Nov 14:42
1959015

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

Choose a tag to compare

@joaquimrocha joaquimrocha released this 18 Nov 13:18

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)