Releases: flatcar/nebraska
Releases · flatcar/nebraska
nebraska-helm-0.1.10
Nebraska is an update manager for Flatcar Container Linux.
nebraska-helm-0.1.9
Nebraska is an update manager for Flatcar Container Linux.
nebraska-helm-0.1.8
Nebraska is an update manager for Flatcar Container Linux.
2.5.1
🐞 Bug fixes:
- Fix issue when setting a channel in a group
Container image: 🐳 ghcr.io/kinvolk/nebraska:2.5.1
2.5.0
✨ Enhancements
- Allow to search for an instance in the instances list
- Set update as succesful when an instance reports a simple
ResultSucess
(and not justResultSuccessRebooted
) - 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:
🐞 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
Nebraska is an update manager for Flatcar Container Linux.
nebraska-helm-0.1.6
Nebraska is an update manager for Flatcar Container Linux.
2.4.1
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
Nebraska is an update manager for Flatcar Container Linux.
2.4.0
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
- Add Kubernetes deployement instructions (thanks to @mkilchhofer )
- New docs on how to setup OIDC with KeyCloak, Dex, or Auth0
Dev:
- Simplify how the container image is built