Skip to content

Commit

Permalink
Merge branch 'release-1.9.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
dilallkx committed May 26, 2023
2 parents f74051e + 01949ea commit dc9e61f
Show file tree
Hide file tree
Showing 23 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .meepctl-repocfg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**

Expand Down
2 changes: 1 addition & 1 deletion examples/demo3/src/backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion go-apps/meep-ams/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion go-apps/meep-app-enablement/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion go-apps/meep-auth-svc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion go-apps/meep-gis-engine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion go-apps/meep-loc-serv/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion go-apps/meep-metrics-engine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion go-apps/meep-mg-manager/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion go-apps/meep-mon-engine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion go-apps/meep-platform-ctrl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion go-apps/meep-rnis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion go-apps/meep-sandbox-ctrl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion go-apps/meep-tc-engine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion go-apps/meep-tc-sidecar/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion go-apps/meep-virt-engine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion go-apps/meep-vis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion go-apps/meep-wais/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion go-apps/meep-webhook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion go-apps/meepctl/cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion go-apps/meepctl/utils/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import (
yaml "gopkg.in/yaml.v2"
)

const configVersion = "1.9.0"
const configVersion = "1.9.1"

const defaultNotSet = "not set"

Expand Down
2 changes: 1 addition & 1 deletion go-packages/meep-model/validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit dc9e61f

Please sign in to comment.