What's New in Etcha: v2023.12
Release notes for Etcha v2023.12.
Features
- Config:
configPath
can be used to set a custom configuration path, along withetcha c
. - Config:
sources.commands
can be used to set a static list of Commands for sources.
Enhancements
- CLI:
etcha gen-keys
can generate PBKDF-encrypted signing keys - Config:
build.signingKey
) can be encrypted using a Password Based Key Derivation Function (PBKDF)
Removals
- CLI:
etcha c
no longer accepts a comma separated list of configuration files. Instead, you can import the configuration files into one Jsonnet file.