* Add Copyright header
* Add Copyright header to more files
* Rearrange finicky package comments and enforce validate-headers in CI
* Remove some extraneous diffs
* Rename Makefile target to be more descriptive
* wip #2796 - support --set flag in deploy cmd
* tests for --set flag support in deploy cmd
* wip: refactor deploy.go + fix unit tests
* add docs for --set flag support in deploy cmd
* initial loading from file without validation
* allowing scaling with older patch versions
Also did bug fix to correct kubernetes version name for 1.7.9. and
making fqdn prefixed with https:// if not passed in that way. Also
adding a parameter to allow cordon and drain to be optional.
* making load conatiner service know if a call is for upgrade so that it can skip some validation
* getting patch version working with swarm again. also pasing unit tests
* fixing make test-style
* Support multiple etcd versions
* Modify git ignore and removing keys generated by test
* Review fixes
* Switching to mirrors
* Consider empty version valid on vLabs, gets defaulted in generalized api model
* Changed etcd to ver 3.1.10
* unify test etcd version with allowed versions
* rationalized vendor directory
- updated dependency declarations and version pinning (glide.lock)
- updated dependent code under vendor/
- added new `build-vendor` target to aid periodic rationalizations like this
* preferring build-binary
* testing
* delete sirupsen
* add sirupsen
* don’t need build-vendor
* import github.com/imdario/mergo
* add merge into loadcontainerservice workflow
* put back the testImport versions, glide.yaml and glide.lock are not sync right now
* First round of i18n in acs-engine based on gettext. Subsequent changes will replace and extract resource strings in acs-engine and make acsengine/api package's i18n used by other go program.
* Update acs-engine go source to use translation functions. Generate translation resource files.
* Vendor github.com/leonelquinteros/gotext package using glide
* Rebase and update translation for update and deploy command
* Move test translation files so that translations directory is used for go-bindata
* Use go-bindata to add resource strings to acs-engine binary
* Fix reading bindata and unit test
* Update translation files
* More fix/refactor after rebase and add README
* Update resource files
* Add LCG files converted from PO files.
* Update translation bindata
* Remove go generated translation bindata