Releases: oleg-nenashev/FaaScinator
Releases · oleg-nenashev/FaaScinator
v1.0-alpha-1. Initial release 🚀
🚀 New features and improvements
- Initial FaaScinator implementation, powered by Quarkus and picocli
- Support running the CLI commands via "/" endpoint
- "/?arg=..." allows passing CLI arguments in the call
- Support for printing help via the "/help" endpoint
- Support for configuring the target JARs and executables using runtime Quarkus properties.
- See the README for configuration examples.
- See also: Quarkus Configuration Reference Guilde
- Docker packaging, based on AdoptOpenJDK 11 Hotspot images
📝 Documentation updates
- Provide initial documentation: Overview, Quick Start, and Usage Guide
- Provide the first "Current Time demo" (#14) @oleg-nenashev
- Create Contributing Guide (#11) @oleg-nenashev
👻 Maintenance
- Add CI for the project and Docker images (#11) @oleg-nenashev
- Enable Release drafter in the Repository (#13) @oleg-nenashev
- Enable FaaScinator continuous delivery to ghrc.io (#11, #12) @oleg-nenashev
- Allow releasing tagged versions of Docker images (#15) @oleg-nenashev