v0.19.90
Pre-release
Pre-release
This release brings major new features to AliECS, including post-DESTROY
hooks, automatic state machine progression and an event system allowing real time state updates from tasks and environments. An in-depth overhaul of the O²/FLP configuration system is also included, represented by the new component Apricot (a processor and repository for configuration templates). Other changes include a rework of gRPC/Protobuf code generation, a reimplementation of the coconut conf
subsystem, and miscellaneous bug fixes.
-
Automatic state machine progression (environment auto driver) and event system:
- [coconut] create auto subcommand for environment
- [coconut] use --auto flag instead of subcommand
- [coconut] Subscribe using xid
- [coconut] Handle auto environment error
- [common] Introduce Role, Task, Environment Event
- [common] Add more info to the events structs
- [common] Add message field to Environment Events
- [core] environment autorun feature
- [core] taskman utilize safeAcks
- [core] NewAutoEnvironment should be a stream
- [core] use EventFeed for subscriptions
- [core] Get run number from args
- [core] Connections struct to keep track of streams
- [core] Remove obsolete events and update protos
- [core] stream events per environment
- [core] Wait for release tasks when cleanup a failing new Environment
- [core] Send Environment teardown message
- [core] create channel and add stream in NewAutoEnvironment
- [core] Environment unsubscribe once
- [core] Environment fix push to closed channel crash
-
Apricot and
coconut conf
overhaul:- [apricot] A Processor and Repository for Configuration Templates
- [apricot] Initial commit for apricot microservice
- [apricot] Better component detection via viper in apricot.Instance()
- [apricot] README.md
- [apricot] Rebase coconut component commands on apricot
- [apricot] Rebase and regenerate proto
- [coconut] Initial support for RUNTYPE/rolename in config paths
- [coconut] Improve coconut conf output
- [coconut] Fix coconut conf import behavior
- [coconut] Update coconut conf show for new Consul structure
- [coconut] New --simulate flag to coconut conf show
- [coconut] Update inline documentation for coconut conf
- [common] Suppress bothersome log output
- [configuration] Improve Get, GetKeysByPrefix; add IsDir
- [configuration] Move component cfg template processing into confSvc
- [configuration] Add IsDir to configuration.YamlSource
- [configuration] Fix GetConfig logic for unversioned configuration
- [configuration] Move repos package and "the" singleton to core
- [core] Add GetConfigLiquid/GetConfigPongo to evaluate these engines
- [core] Add support for config template inclusion
- [core] Add support for RUNTYPE and rolename in config paths
- [core][configuration] Move high level conf mgmt to configuration package
- [core][apricot] Rearrange how the core is initialized from configuration
-
gRPC/Protobuf generator:
- [core] Migrate from gogo/protobuf to protobuf generator v2
- [misc] Overhaul of Protobuf/gRPC tool handling in AliECS
-
Logging:
- [core] Output sandbox log URI in each ShortTaskInfo
- [core] update protos
-
DESTROY
hooks:- [core][executor] Add support for DESTROY hooks
- [executor] Ensure DESTROY hooks can be triggered even after task KILL
-
Miscellaneous:
- [core] Fix StringWrapMap unmarshal occasionally breaking the var system
- [core] Add utils.TimeTrack to be used with defer to measure exec time
- [core] Add NewID function to workflow template environment
- [misc] Update documentation
- [occ] Dump incoming configuration payloads to file
- [occ] Print out OCC version from dummyprocess