Commit 9d0eb2fc authored by Kevin Di Lallo's avatar Kevin Di Lallo
Browse files

bumped version to 1.4.0

parent 987b4017
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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:
+1 −1
Original line number Diff line number Diff line
@@ -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{
+1 −1
Original line number Diff line number Diff line
@@ -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 = ""
+1 −1
Original line number Diff line number Diff line
@@ -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) {