All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
v0.4.0 - 2022-04-19
- #13 Add ARM64 support
- Use patterns for getting k8s manifests
- Unit tests
v0.3.1 - 2021-10-02
- Refactor application to separate the modules clearly
- Improve the Readme
v0.3.0 - 2021-07-24
- Improve error handling when the .soup.yml file does not exist and can not be parsed
- Extracted DoSSA and DeclareNamespaceSSA functions to
/pkg/k8s
directory to be imported easily by other projects - Refactoring
- Unused Makefile targets
0.2.0 - 2021-06-30
- Deploy to cluster (main functionality working)
- Cluster role and cluster role binding for soup pod
- Make target for managing dependencies
- Unnecesary make installation in pipeline
- Installation in cluster
0.1.0 - 2021-04-02
- Program that clones repo and processes the build configuration in each branch
- Makefile
- Container support
- Installation in clusters
- Readme, license and changelog
- Github workflow to push container images