first_deployed and notes to extend functionality further
Fix issue with tests that are using exec.Command to call helm CLI directly - they were expecting kubeconfig to be at $KUBECONFIG, which may not be the same as $KUBE_CONFIG_PATH. The latter is explicitly expected by test suite for Terraform part.
Description
Exposes more metadata about Helm release to extend the possibilities of other resources to act upon release changes. Additionally, provide primitive output from Helm deployment (rendered templates/NOTES.txt if available), which can be used with some bootstrap process.
In other words - adding missing data exposed by Helm.
Acceptance tests
[x] Have you added an acceptance test for the functionality being added?
$KUBECONFIG
, which may not be the same as$KUBE_CONFIG_PATH
. The latter is explicitly expected by test suite for Terraform part.Description
Exposes more metadata about Helm release to extend the possibilities of other resources to act upon release changes. Additionally, provide primitive output from Helm deployment (rendered templates/NOTES.txt if available), which can be used with some bootstrap process.
In other words - adding missing data exposed by Helm.
Acceptance tests
Release Note
Release note for CHANGELOG:
References
Community Note