This repository has been archived by the owner on Dec 1, 2024. It is now read-only.
Releases: project-flotta/flotta-operator
Releases · project-flotta/flotta-operator
Release v0.2.0
Release v0.2.0 of Flotta Operator
What's Changed
- Disable OBC creation by default by @masayag in #226
- Added metrics for authN by @jordigilh in #227
- Add a validating webhook to EdgeDevice by @rgolangh in #125
- Separate operator and edge-api codebases by @jakub-dzon in #229
- Data-configuration: introduce ingress/egress data slices by @jordigilh in #235
- Backend abstraction by @jakub-dzon in #236
- add host devices types to hardware by @tupyy in #242
- Remote http backend by @jakub-dzon in #249
- Added EdgeDevice finalizer to ensure EDSR removal by @jakub-dzon in #252
- add mount information to be send and received to/from device by @tupyy in #258
- Rename system-metrics-configuration for generic reuse by @jordigilh in #259
- Harmonize logging with SugaredLogger to avoid wrong formatting by @gabriel-farache in #265
- Install: FDO integration 🛬 by @eloycoto in #271
- Propagate edgeworkload annotations by @jordigilh in #278
- Install: Disable firewalld on ostree installation by @eloycoto in #283
Full Changelog: v0.1.0...v0.2.0
Release v0.1.0
Release v0.1.0 of Flotta Operator
The first release of Flotta Operator contains a rich set of features:
- Manage device onboarding and devices identification
- Run workloads on the devices
- Send application data from the devices
- Collect logs from the devices
- Report metrics from the devices
- Manage OS updates
To get started with Flotta Operator, visit here.
Release Content
- Running workloads on devices (#3, doc)
- Add storage configuration to edge device (#6, doc)
- Create OBC for registered device (#7)
- Allow external s3 storage (#26)
- Allow user to request OBC creation (#35)
- Add metrics configuration (#62)
- Add host upgrade attributes to the edge device CRD (#69)
- Add system metrics gathering interval (#75)
- Add system allow list types and parsing (#77)
- Add log collection options (#113, blog)
- Allowing user to disable system metrics collection (#81)
- Ignore EdgeDevice status-only changes (#115)
- Ignore heartbeat with no changes (#146)
- Add metrics receiver configuration (#148, doc, blog)
- Add DeviceSet to manage group of devices (#161, #183, blog)
- Propagate deployment labels to workload (#137, doc)
- Enable TLS for metrics remote writer (#176)
- Approval process: EdgeDevice Signed request (#179, blog)
- Add EdgeConfig API (API definition only) (#145)