Skip to content

Commit

Permalink
Add changelog for v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
krarey committed Oct 29, 2020
1 parent 6008966 commit 7e35383
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v1.0.1
- Migrated builds from go-dep to Go Modules and updated library versions. No significant functionality changes.

# v1.0.0
- Will now test whether any VMSS instances report that they are not the latest model. If all instances report they are the latest model, exit early with a successful status code. This lets us stay idempotent when running in CI/CD
- Added support for VM health checks. The script will wait (until the global timeout) for all instances to report healthy before mocing forward with scaling down the outgoing instance set. This feature can be disabled with the `--skip-health-check` flag.

0 comments on commit 7e35383

Please sign in to comment.