Releases: lifechurch/k8s-deploy-helper
Instana Release events
adds Instana Release API to Deploy events
MS Teams Deploy Notification
This release adds support for sending deploy notifications to Microsoft Teams.
Flagger deploys supported
This has a bug fix for cleaning up old artifacts and supports Flagger deploys.
7.0.2
Version 7.0.2
Docker Image: quay.io/lifechurch/k8s-deploy-helper:7.0.2
Bugfixes
- Herokuish build process couldn't build successfully unless at least one environment variable was set.
7.0.1
Version 7.0.1
Docker Image: quay.io/lifechurch/k8s-deploy-helper:7.0.1
Updates
- Updated helm to 2.14.1
7.0.0
Version 7.0.0
Docker Image: quay.io/lifechurch/k8s-deploy-helper:7.0.0
Backwards Incompatible Changes
- Depracated use of ${DOLLAR} in manifests in favor of telling envsubst to only substitute environment variables that exist in the CI run. If you previously used ${DOLLAR}, you can just remove the {DOLLAR} portion and it should work fine.
The following command (on macOS) should do the replacement for you: find kubernetes -type f -name '*.yaml' | xargs -I {} sed -i '' -e "s/\${DOLLAR}/$/g" "{}"
Feature
- Datadog notification text is more easily searchable. You can now overlay KDH deployment events by doing a string like "KDH Deployment: $NAMESPACE production", substituting $NAMESPACE for your namespace.
6.0.3
Version 6.0.3
Docker Image: quay.io/lifechurch/k8s-deploy-helper:6.0.3
Updates
- Updated kubeval to 0.12.0
Bugfixes
- kubeval will skip missing schemas now
6.0.2
Version 6.0.2
Docker Image: quay.io/lifechurch/k8s-deploy-helper:6.0.2
Updates
- Updated kubeval to 0.11.0
Bugfixes
- kubeval will skip missing schemas now
6.0.1
Version 6.0.1
Docker Image: quay.io/lifechurch/k8s-deploy-helper:6.0.1
Updates
- Updated kubeval to 0.11.0
6.0.0
Version 6.0.0
Docker Image: quay.io/lifechurch/k8s-deploy-helper:6.0.0
Updates
-
Updated docker dind image to docker:18.06.3-ce-dind
-
Updated Helm to 2.13.1
-
Updated kubectl to 1.12.6
-
Updated kubeval to 0.8.1