Skip to content

Releases: caldito/soup

v0.4.0

19 Apr 16:53
0b99299
Compare
Choose a tag to compare

v0.4.0 - 2022-04-19

Full changelog

Added

  • #13 Add ARM64 support
  • Use patterns for getting k8s manifests
  • Unit tests

v0.3.1

02 Oct 17:22
b6be7f8
Compare
Choose a tag to compare

v0.3.1 - 2021-10-02

Added

  • Refactor application to separate the modules clearly
  • Improve the Readme

v0.3.0

24 Jul 15:49
81cf3d4
Compare
Choose a tag to compare

v0.3.0 - 2021-07-24

Added

  • 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

Removed

  • Unused Makefile targets

Release 0.2.0

30 Jun 15:56
9a9fdb0
Compare
Choose a tag to compare

0.2.0 - 2021-06-30

Added

  • Deploy to cluster (main functionality working)
  • Cluster role and cluster role binding for soup pod
  • Make target for managing dependencies

Removed

  • Unnecesary make installation in pipeline

Fixed

  • Installation in cluster

Release 0.1.0

02 Apr 10:24
d241e6b
Compare
Choose a tag to compare

[0.1.0] - 2021-04-02

Added

  • 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