diff --git a/.meepctl-repocfg.yaml b/.meepctl-repocfg.yaml index de2442fba..25b7cd730 100644 --- a/.meepctl-repocfg.yaml +++ b/.meepctl-repocfg.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -version: 1.9.0 +version: 1.9.1 repo: name: AdvantEDGE diff --git a/README.md b/README.md index 1b8c388e1..0445441ff 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ------ -**_What's New in v1.9.0!_** +**_What's New in v1.9!_** :zap: **New edge native service: [ETSI MEC030 - V2X Information Service API](https://interdigitalinc.github.io/AdvantEDGE/docs/overview/edge-services/#v2x-information-service) for vehicular QoS predictions! :car:** diff --git a/examples/demo3/src/backend/Dockerfile b/examples/demo3/src/backend/Dockerfile index c3906521c..375c0d47f 100644 --- a/examples/demo3/src/backend/Dockerfile +++ b/examples/demo3/src/backend/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM debian:9.6-slim +FROM debian:11.7-slim # Some ENV variables diff --git a/go-apps/meep-ams/Dockerfile b/go-apps/meep-ams/Dockerfile index dd5219a16..eaeb00397 100644 --- a/go-apps/meep-ams/Dockerfile +++ b/go-apps/meep-ams/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM debian:9.6-slim +FROM debian:11.7-slim COPY ./meep-ams /meep-ams COPY ./api /api COPY ./user-api /user-api diff --git a/go-apps/meep-app-enablement/Dockerfile b/go-apps/meep-app-enablement/Dockerfile index 5e8e21e46..c81e55ab5 100644 --- a/go-apps/meep-app-enablement/Dockerfile +++ b/go-apps/meep-app-enablement/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM debian:9.6-slim +FROM debian:11.7-slim COPY ./meep-app-enablement /meep-app-enablement COPY ./api /api COPY ./user-api /user-api diff --git a/go-apps/meep-auth-svc/Dockerfile b/go-apps/meep-auth-svc/Dockerfile index 9a1a8c162..2a58d2067 100644 --- a/go-apps/meep-auth-svc/Dockerfile +++ b/go-apps/meep-auth-svc/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM debian:9.6-slim +FROM debian:11.7-slim COPY ./meep-auth-svc /meep-auth-svc COPY ./api /api COPY ./user-api /user-api diff --git a/go-apps/meep-gis-engine/Dockerfile b/go-apps/meep-gis-engine/Dockerfile index bff5cf998..ef13ab50b 100644 --- a/go-apps/meep-gis-engine/Dockerfile +++ b/go-apps/meep-gis-engine/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM debian:9.6-slim +FROM debian:11.7-slim COPY ./meep-gis-engine /meep-gis-engine COPY ./api /api COPY ./user-api /user-api diff --git a/go-apps/meep-loc-serv/Dockerfile b/go-apps/meep-loc-serv/Dockerfile index b66b9334b..3e8ca7847 100644 --- a/go-apps/meep-loc-serv/Dockerfile +++ b/go-apps/meep-loc-serv/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM debian:9.6-slim +FROM debian:11.7-slim COPY ./meep-loc-serv /meep-loc-serv COPY ./api /api COPY ./user-api /user-api diff --git a/go-apps/meep-metrics-engine/Dockerfile b/go-apps/meep-metrics-engine/Dockerfile index 6727f8c57..3d1309259 100644 --- a/go-apps/meep-metrics-engine/Dockerfile +++ b/go-apps/meep-metrics-engine/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM debian:9.6-slim +FROM debian:11.7-slim COPY ./meep-metrics-engine /meep-metrics-engine COPY ./api /api COPY ./user-api /user-api diff --git a/go-apps/meep-mg-manager/Dockerfile b/go-apps/meep-mg-manager/Dockerfile index 76ddf0733..6af586dd4 100644 --- a/go-apps/meep-mg-manager/Dockerfile +++ b/go-apps/meep-mg-manager/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM debian:9.6-slim +FROM debian:11.7-slim COPY ./meep-mg-manager /meep-mg-manager COPY ./api /api COPY ./user-api /user-api diff --git a/go-apps/meep-mon-engine/Dockerfile b/go-apps/meep-mon-engine/Dockerfile index 90aa81d7c..cadf4d7f9 100644 --- a/go-apps/meep-mon-engine/Dockerfile +++ b/go-apps/meep-mon-engine/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM debian:9.6-slim +FROM debian:11.7-slim COPY ./meep-mon-engine /meep-mon-engine COPY ./api /api COPY ./user-api /user-api diff --git a/go-apps/meep-platform-ctrl/Dockerfile b/go-apps/meep-platform-ctrl/Dockerfile index 18eb1834f..364ee6c7f 100644 --- a/go-apps/meep-platform-ctrl/Dockerfile +++ b/go-apps/meep-platform-ctrl/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM debian:9.6-slim +FROM debian:11.7-slim COPY ./meep-platform-ctrl /meep-platform-ctrl COPY ./api /api COPY ./user-api /user-api diff --git a/go-apps/meep-rnis/Dockerfile b/go-apps/meep-rnis/Dockerfile index f4719570e..7683cb2cc 100644 --- a/go-apps/meep-rnis/Dockerfile +++ b/go-apps/meep-rnis/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM debian:9.6-slim +FROM debian:11.7-slim COPY ./meep-rnis /meep-rnis COPY ./api /api COPY ./user-api /user-api diff --git a/go-apps/meep-sandbox-ctrl/Dockerfile b/go-apps/meep-sandbox-ctrl/Dockerfile index b14f84db1..b207df465 100644 --- a/go-apps/meep-sandbox-ctrl/Dockerfile +++ b/go-apps/meep-sandbox-ctrl/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM debian:9.6-slim +FROM debian:11.7-slim COPY ./meep-sandbox-ctrl /meep-sandbox-ctrl COPY ./api /api COPY ./user-api /user-api diff --git a/go-apps/meep-tc-engine/Dockerfile b/go-apps/meep-tc-engine/Dockerfile index 1671184f1..7bdcaadc9 100644 --- a/go-apps/meep-tc-engine/Dockerfile +++ b/go-apps/meep-tc-engine/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM debian:9.6-slim +FROM debian:11.7-slim COPY ./meep-tc-engine /meep-tc-engine COPY ./api /api COPY ./user-api /user-api diff --git a/go-apps/meep-tc-sidecar/Dockerfile b/go-apps/meep-tc-sidecar/Dockerfile index 70f1823c1..95f43743d 100644 --- a/go-apps/meep-tc-sidecar/Dockerfile +++ b/go-apps/meep-tc-sidecar/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM debian:9.6-slim +FROM debian:11.7-slim COPY ./meep-tc-sidecar /meep-tc-sidecar COPY ./api /api COPY ./user-api /user-api diff --git a/go-apps/meep-virt-engine/Dockerfile b/go-apps/meep-virt-engine/Dockerfile index 03573ea25..2690272f9 100644 --- a/go-apps/meep-virt-engine/Dockerfile +++ b/go-apps/meep-virt-engine/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM debian:9.6-slim +FROM debian:11.7-slim COPY ./meep-virt-engine /meep-virt-engine COPY ./api /api COPY ./user-api /user-api diff --git a/go-apps/meep-vis/Dockerfile b/go-apps/meep-vis/Dockerfile index 571b4a033..62b8b6944 100644 --- a/go-apps/meep-vis/Dockerfile +++ b/go-apps/meep-vis/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM debian:9.6-slim +FROM debian:11.7-slim COPY ./meep-vis /meep-vis COPY ./api /api COPY ./user-api /user-api diff --git a/go-apps/meep-wais/Dockerfile b/go-apps/meep-wais/Dockerfile index 98c8e8d7a..8e36a1e7d 100644 --- a/go-apps/meep-wais/Dockerfile +++ b/go-apps/meep-wais/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM debian:9.6-slim +FROM debian:11.7-slim COPY ./meep-wais /meep-wais COPY ./api /api COPY ./user-api /user-api diff --git a/go-apps/meep-webhook/Dockerfile b/go-apps/meep-webhook/Dockerfile index 6e34cf61a..df96118f5 100644 --- a/go-apps/meep-webhook/Dockerfile +++ b/go-apps/meep-webhook/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM debian:9.6-slim +FROM debian:11.7-slim COPY ./meep-webhook /meep-webhook COPY ./api /api COPY ./user-api /user-api diff --git a/go-apps/meepctl/cmd/version.go b/go-apps/meepctl/cmd/version.go index 838c77886..651528062 100644 --- a/go-apps/meepctl/cmd/version.go +++ b/go-apps/meepctl/cmd/version.go @@ -41,7 +41,7 @@ type versionInfo struct { BuildID string `json:"build,omitempty"` } -const meepctlVersion = "1.9.0" +const meepctlVersion = "1.9.1" const na = "NA" const versionDesc = `Display version information diff --git a/go-apps/meepctl/utils/config.go b/go-apps/meepctl/utils/config.go index e9b87db78..e42cbc5b1 100644 --- a/go-apps/meepctl/utils/config.go +++ b/go-apps/meepctl/utils/config.go @@ -31,7 +31,7 @@ import ( yaml "gopkg.in/yaml.v2" ) -const configVersion = "1.9.0" +const configVersion = "1.9.1" const defaultNotSet = "not set" diff --git a/go-packages/meep-model/validator.go b/go-packages/meep-model/validator.go index f5188bcdc..47b0003b6 100644 --- a/go-packages/meep-model/validator.go +++ b/go-packages/meep-model/validator.go @@ -89,7 +89,7 @@ var PROTOCOL_ENUM = []string{"UDP", "TCP"} var CONNECTIVITY_MODEL_ENUM = []string{"OPEN", "PDU"} // Current validator version -var ValidatorVersion = semver.Version{Major: 1, Minor: 9, Patch: 0} +var ValidatorVersion = semver.Version{Major: 1, Minor: 9, Patch: 1} // Versions requiring scenario update var Version130 = semver.Version{Major: 1, Minor: 3, Patch: 0}