Skip to content

Releases: nytimes/drone-gke

0.8.1

01 Feb 19:47
7cb42f7
Compare
Choose a tag to compare

Changes since 0.8.0:

  • Use a secret in the example (#63)
  • Bump version, use Go 1.9 (#65)
  • Reduce kubectl error output of secret file (#66)

0.4.3

01 Feb 18:35
b3294a7
Compare
Choose a tag to compare

Changes since 0.4.2:

  • Build in Drone (#43)
  • Remove latest tag when pushing a release (#44)
  • Update and rename LICENSE.md to LICENSE (#48)
  • Add Slack notifications (#54)
  • Branch release info (#60)
  • Reduce kubectl error output of secret file (#70)

0.8.0

24 Jan 21:13
41313cf
Compare
Choose a tag to compare

Changes since 0.7.1:

  • Wait until Deployment completes (#58)

0.7.1

24 Jan 18:35
4034045
Compare
Choose a tag to compare

Changes since 0.7.0:

  • kubectl is updated to 1.8.4.

0.7.0

27 Jun 01:08
Compare
Choose a tag to compare

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 via vars.

    • 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.

0.4.2

17 Aug 15:00
Compare
Choose a tag to compare

Stable and works with Drone 0.4.

  • kubectl 1.6.6