Releases: FairwindsOps/rok8s-scripts
Releases · FairwindsOps/rok8s-scripts
v7.6.6 Helm Improvements, Node 8 CI Image, Pip Install
New Features:
- Added
--wait
flag tohelm-deploy
- Added
--timeout
flag tohelm-deploy
, configured withHELM_TIMEOUTS
- Improved Helm documentation
- Added Node 8 CI image
- Added
pip
toinstall-rok8s-requirements
v7.6.5 Release tag
Bug Fixes:
- Upgrade version of sops from 3.0.0 to v3.0.3 so that sops works for alpine.
v7.6.3 Release Notes:
Bug Fixes:
- Add support for the
-d
option for the commanddecode
.
v7.6.0 GCP Improvements
Improvements:
- Adding better validation to prepare-gcloud
Changes:
- prepare-gcloud now requires GOOGLE_APPLICATION_CREDENTIALS environment variable
v7.5.1
Changes prepare-gcloud
to only configure cluster access if CLUSTER_NAME and GCP_ZONE variables exist.
v7.5.0 Rollbacks
Add an option to rollback all Deployments if any deployment fails. Set ROK8S_ROLLBACK_DEPLOYMENTS=yes
to enable this feature.
v7.4.0 Helm Deployment Updates
New Features:
- Use
HELM_CHARTS
,HELM_RELEASE_NAMES
, andHELM_VALUES
to configure Helm deployments withhelm-deploy
script
v7.3.1 Correct Job images
Bug Fixes:
- The
latest
image tag in Jobs is now correctly replaced with the current tag
v7.3.0 Adding Helm as Dependency, new Stretch CI Image
New Features:
- Helm is now installed as part of
install-rok8s-requirements
(and therefore is also included in all CI images) - New Stretch based CI image (based on circleci/buildpack-deps image)
Notes:
- Node 7 CI image is no longer being built automatically
v7.2.9 Improvements for DaemonSet Support
Bug Fixes:
- Moves block handling DaemonSets out of loop handling Deployments