- variables are all in values.yaml as "template string". This means that
we can now set values to reference others (useful with mapenv label)
- we can also set any variable as a secret
- that means that katenary.io/env-to-service is now DEPRECATED
- the yaml style in label is OK, that allows more possibilities and
adaptation for users
- we didn't get probe configuration from compose, it's now fixed
- the HealthCheck object is tricky because it overrides `time.Duration`,
we are using specific initialization in NewProbeWithDuration
- it is easier to pass the ServiceConfig to NewProbeFromService
- Added a message to explain to the user that it needs to build and push
images
- The Release Name string is now a constant ins source code, later we will be able to
change it to (for example) a template call
- SHA256 injected label (from docker-compose file content) is a bit long, SHA1 is shorter
- We now add compose command line and generation date in the Values file
- Code cleanup, refactorisation and enhancements
- More documentation in the source code