Loading .meepctl-repocfg.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. version: 1.3.1 version: 1.4.0 repo: name: AdvantEDGE core: Loading go-apps/meepctl/cmd/version.go +1 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,7 @@ type versionInfo struct { BuildID string `json:"build,omitempty"` } const meepctlVersion = "1.3.1" const meepctlVersion = "1.4.0" const na = "NA" var corePodsNameMap = []string{ Loading go-apps/meepctl/utils/config.go +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ import ( yaml "gopkg.in/yaml.v2" ) const configVersion string = "1.3.1" const configVersion string = "1.4.0" const defaultNotSet string = "not set" const defaultIP string = "" Loading go-packages/meep-model/validator.go +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ const ( ) var DefaultVersion = semver.Version{Major: 1, Minor: 0, Patch: 0} var ValidatorVersion = semver.Version{Major: 1, Minor: 3, Patch: 0} var ValidatorVersion = semver.Version{Major: 1, Minor: 4, Patch: 0} // ValidateScenario - Verify if json scenario is valid & supported. Upgrade scenario if possible & necessary. func ValidateScenario(jsonScenario []byte) (validJsonScenario []byte, status string, err error) { Loading Loading
.meepctl-repocfg.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. version: 1.3.1 version: 1.4.0 repo: name: AdvantEDGE core: Loading
go-apps/meepctl/cmd/version.go +1 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,7 @@ type versionInfo struct { BuildID string `json:"build,omitempty"` } const meepctlVersion = "1.3.1" const meepctlVersion = "1.4.0" const na = "NA" var corePodsNameMap = []string{ Loading
go-apps/meepctl/utils/config.go +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ import ( yaml "gopkg.in/yaml.v2" ) const configVersion string = "1.3.1" const configVersion string = "1.4.0" const defaultNotSet string = "not set" const defaultIP string = "" Loading
go-packages/meep-model/validator.go +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ const ( ) var DefaultVersion = semver.Version{Major: 1, Minor: 0, Patch: 0} var ValidatorVersion = semver.Version{Major: 1, Minor: 3, Patch: 0} var ValidatorVersion = semver.Version{Major: 1, Minor: 4, Patch: 0} // ValidateScenario - Verify if json scenario is valid & supported. Upgrade scenario if possible & necessary. func ValidateScenario(jsonScenario []byte) (validJsonScenario []byte, status string, err error) { Loading