Skip to content

Releases: flatcar/nebraska

nebraska-helm-0.1.10

09 Dec 01:54
c5d6a31
Compare
Choose a tag to compare

Nebraska is an update manager for Flatcar Container Linux.

nebraska-helm-0.1.9

04 Nov 10:41
355487d
Compare
Choose a tag to compare

Nebraska is an update manager for Flatcar Container Linux.

nebraska-helm-0.1.8

05 Oct 02:11
0c6db5d
Compare
Choose a tag to compare

Nebraska is an update manager for Flatcar Container Linux.

2.5.1

04 Oct 17:10
3201254
Compare
Choose a tag to compare

🐞 Bug fixes:

  • Fix issue when setting a channel in a group

Container image: 🐳 ghcr.io/kinvolk/nebraska:2.5.1

2.5.0

23 Sep 10:47
83bbb50
Compare
Choose a tag to compare

✨ Enhancements

  • Allow to search for an instance in the instances list
  • Set update as succesful when an instance reports a simple ResultSucess (and not just ResultSuccessRebooted)
  • Consider instances without history but with the group's advertised version as being up to date
  • Smaller UI improvements
  • Improve API types
  • Allow to override the packages' URL for the ones created by the syncer (so we decouple the location of the payloads from Nebraska's URL)

Screenshot of instances search feature:
Searching for an instance whose alias is "database"

🐞 Bug fixes:

  • Fix persistent tooltips on updates' charts mouse hover
  • Fix editing/adding a group
  • Show packages in the list of packages right after they're created (and in the channel's edit form)
  • Fix fetching groups when there is more than one app (they could be mixed since using the track-name for groups was not considering different apps)
  • Fix showing errors in form fields when creating a new group

💻 Development:

  • Use debug level on make run-backend
  • Increase test coverage
  • Move images to ghcr.io
  • Cover tests database in the documentation
  • Remove some unused legacy code

Container image: 🐳 ghcr.io/kinvolk/nebraska:2.5.0

nebraska-helm-0.1.7

23 Sep 12:10
4bd78a1
Compare
Choose a tag to compare

Nebraska is an update manager for Flatcar Container Linux.

nebraska-helm-0.1.6

06 Aug 14:06
d625afd
Compare
Choose a tag to compare

Nebraska is an update manager for Flatcar Container Linux.

2.4.1

04 Aug 14:35
c6dc463
Compare
Choose a tag to compare

Enhancements

  • New design for the group edition/creation dialog
  • Improve layouts in smaller resoltions, and other accessibility related improvements (#423)
  • Reflect the page name in the title

Bug fixes:

  • Fix fetching and filtering the instances list
  • Fix version generation in container image

Container image: 🐳 quay.io/flatcar/nebraska:2.4.1

nebraska-helm-0.1.5

07 Jul 11:51
8fbbed3
Compare
Choose a tag to compare

Nebraska is an update manager for Flatcar Container Linux.

2.4.0

05 Jul 11:05
1a1681f
Compare
Choose a tag to compare

Enhancements

  • New OIDC mode for authenticating (i.e. the Github authentication mode is now deprecated)
  • Allow the UI to be localized
  • Clarify certain messages in the UI (make them more human-readable)
  • Allow to sort instances list by ID/name, last check for updates, or IP

Bug fixes:

  • Fix an issue that would prevent rendering anything unless a previous Nebraska config was present
  • Fix labels for the instance status area chart

Docs

Dev:

  • Simplify how the container image is built