Releases: nytimes/drone-gke
Releases · nytimes/drone-gke
0.8.1
0.4.3
0.8.0
0.7.1
0.7.0
The plugin is updated to Drone 0.5+ style (environment variables).
BREAKING CHANGES
-
Consumes Drone 0.5+ style secrets, causing breaking changes with secrets and the GCP token across the board.
Please read the documentation for reference usage. -
Reduced available "default" environment variables to the plugin.
To reference other environment variables, pass them viavars
.DRONE_BUILD_NUMBER
DRONE_COMMIT
DRONE_BRANCH
DRONE_TAG
FEATURES & IMPROVEMENTS
kubectl
is updated to 1.6.6.- Secret templates now have access to non-secret
vars
for template rendering. - Enforces
secrets
to only be accessible when rendering the.kube.sec.yml
template to prevent leaking secrets elsewhere. - The plugin will validate the rendered manifests with
kubectl
before applying them.