Current section
Files
Jump to
Current section
Files
flame_k8s_backend
CHANGELOG.md
CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## Unreleased
<!-- Add your changelog entry to the relevant subsection -->
<!-- ### Added | Changed | Deprecated | Removed | Fixed | Security -->
<!--------------------- Don't add new entries after this line --------------------->
## [0.2.2] - 2023-12-14
### Fixed
- Don't crash the runner if the `:log` option is not set (or set to `false`)
## [0.2.1] - 2023-12-11
### Changed
- ENV var `DRAGONFLY_PARENT` was renamed to `FLAME_PARENT` in commit [9c2e65cc](https://github.com/phoenixframework/flame/commit/9c2e65ccd2c55514a473ad6ed986326576687064)
## [0.2.0] - 2023-12-10
### Changed
- Replace `k8s` lib with a lightweight Kubernetes client implementation.
## [0.1.0] - 2023-12-09
- Very early stage implementation of a Kubernetes backend.