diff --git a/CHANGES.md b/CHANGES.md index 44072b29..b98c996c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -15,7 +15,18 @@ [Unreleased](https://github.com/bird-house/birdhouse-deploy/tree/master) (latest) ------------------------------------------------------------------------------------------------------------------ -[//]: # (list changes here, using '-' for each new entry, remove this when items are added) +## Fixes + +- Generic_bird broken because a DELAYED_EVAL is missing + + * Generic_bird consumes `FINCH_IMAGE` which is a delayed eval variable so + generic_bird variable should also be a delayed eval variable. + + +## Changes + +- Allow to override certbot image in `env.local` to easily test newer version + [2.8.1](https://github.com/bird-house/birdhouse-deploy/tree/2.8.1) (2025-01-20) ------------------------------------------------------------------------------------------------------------------