# 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/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [0.2.1] - 2022-06-12 - Returns kustomize errors. Which helps if the kustomation is invalid ## [0.2.0] - 2022-06-11 ### Breaking - Subcommand is now required ### Added - Subcommand that wraps kustomize like example script ## [0.1.2] - 2022-05-26 ### Fixed - Trims newline from end of output ## [0.1.1] - 2022-05-21 ### Fixed - Debug of yaml output doesn't print base64 data. It is replaced with * now. So debug should be safe to share/echo everywhere ## [0.1.0] - 2022-05-17 - Initial release [Unreleased]: https://git.sr.ht/~btrepp/kubepassgen/tree [0.1.1]: https://git.sr.ht/~btrepp/kubepassgen/tree/v0.1.1 [0.1.0]: https://git.sr.ht/~btrepp/kubepassgen/tree/v0.1.0