Граф коммитов

4 Коммитов

Автор SHA1 Сообщение Дата
Matt Boersma b1ffc7545c Rename to aks-engine 2018-12-03 16:17:32 -07:00
Jiangtian Li 03208b30b1 Update localization for strings (#2902) 2018-05-10 16:08:34 -07:00
Jingtao Ren a60cde2976 [API] Change how orchestratorVersion is handled (#1108)
* introduce OrchestratorVersionHint

* replace places with OrchestratorVersion with OrchestratorVersionHint, and build pass

* fill in OrchestratorVersion when converttoapi

* fix test

* use go-version instead of VersionOrdinal

* use k8sVersion instead of k8sVersionHint in comparison

* remove duplicate consts, use common

* split KubeImagee into images and configs

* fix more KubernetesVersion referring

* style and deadcode fixes

* kube config validate needs version hint string

* need string literal to refer to v “1.5.3”

* enforcing default “” orchestratorVersion in apiloader

* gomega unused in engine_test.go

* s/VersionHint/Release

replacing the term “VersionHint” with “Release” throughout

* chore(gofmt)

* chore(glide) go-version

* rationalized KubeConfigs

- added pkg/acsengine/api.KubernetesReleaseToVersion as a map from major.minor “release” to specific “version”; replaced old usages of `api.KubeImages[<version>][”version”] with `api.KubernetesReleaseToVersion[<version>]`
- removed api.KubeImages
- all version-specific k8s config now derive from pkg/acsengine.KubeConfigs

* calico 1.5 logic now uses OrchestratorRelease

* make upgrade scenario working again

* fix upgrade test

* fix more for upgrade scenario

* fix release to versin mapping to 1.7.2
2017-08-08 13:53:08 -07:00
Jiangtian Li b41df8f90a First round of i18n in acs-engine based on gettext. Subsequent change… (#627)
* 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
2017-07-31 16:24:16 -07:00