Skip to content

Tags: nytimes/drone-gke

Tags

0.10.2

Toggle 0.10.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update dry-run to dry-run=client (#143)

0.10.1

Toggle 0.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add dry run logic for waiting on rollouts (#137)

0.10.0

Toggle 0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update flag usage messages (#131)

0.9.4

Toggle 0.9.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
upgrade cli package, fix drone 1.x token env variable issue (#127)

* upgrade cli package, fix drone 1.x token env variable issue

* TOKEN --> PLUGIN_TOKEN

* wip test

* remove test

* add test

0.9.3

Toggle 0.9.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update call to timeout to account for breaking change (#126)

0.9.2

Toggle 0.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Issue 99: Generalize 'wait-deployments' to handle other rollouts like…

… StatefulSets (#125)

* Issue 99: Generalize 'wait-deployments' to handle other rollouts like StatefulSets

* Issue 99: Updated docs for 'wait-deployments'

* Issue 99: Updated docs for 'wait-deployments' to move some text to notes field.

0.9.1

Toggle 0.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix builds

0.9.0

Toggle 0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Clarify k8s version in tag name (#100)

Having only 2 numbers as the tag name is confusing (eg `0.8.3-1.8` or `0.8-1.8` or `1.8`).
Better to make it clear second number is the k8s version (eg `0.8.3-k8s-1.8` or `0.8-k8s-1.8` or `k8s-1.8`).

0.8.3

Toggle 0.8.3's commit message
Update DOCS.md (#85)

`it's` -> `its`

0.8.2

Toggle 0.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add available variables docs (#77)

* add default value to expand_env_vars

* document always available variables

* add doc for expanding env vars

* fix example

* update example with environment var

* add details about variable expansion