Commit d19e49a5 authored by Mubeena Ishaq's avatar Mubeena Ishaq
Browse files

Merge branch 'STF625_TASK4' of https://forge.etsi.org/rep/mec/AdvantEDGE into STF625_TASK4

parents 3e6e13f3 5db32352
Loading
Loading
Loading
Loading
+1 −8
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.8.3
version: 1.9.0
repo:
  name: AdvantEDGE

@@ -961,13 +961,6 @@ repo:
      chart: charts/kube-state-metrics
      # user supplied value file located @ .meep/user/values (use below file name)
      chart-user-values: meep-kube-state-metrics.yaml
      # enable meepctl build -> deps are never built
      build: false
      # enable meepctl dockerize -> deps are never dockerized
      dockerize: false
      # enable meepctl deploy/delete
      deploy: false
      # location of deployment chart
    meep-open-map-tiles:
      # enable meepctl build -> deps are never built
      build: false
+11 −6
Original line number Diff line number Diff line
@@ -2,19 +2,21 @@

------

**_What's New in v1.8.1!_**
**_What's New in v1.9.0!_**

:zap: **Improved edge native services: Multiple fixes to [ETSI MEC011 - Edge Platform Application Enablement](https://interdigitalinc.github.io/AdvantEDGE/docs/overview/edge-services/#edge-platform-application-enablement-service) and [ETSI MEC021 - Application Mobility](https://interdigitalinc.github.io/AdvantEDGE/docs/overview/edge-services/#application-mobility-service)**
: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:**

:zap: **New! [Demo3 example application](https://interdigitalinc.github.io/AdvantEDGE/docs/usage/usage-demo3/) to showcase MEC011 & MEC021 service API usage**
:zap: **New! Geospatial & Network emulation for scenarios with [Device-to-device (D2D) Communication](https://interdigitalinc.github.io/AdvantEDGE/docs/overview/features/#device-to-device-d2d-communication) :iphone:/:iphone:**

:zap: **ETSI MEC028 WebSocket support: [ETSI MEC028 - WLAN Access Information Service](https://interdigitalinc.github.io/AdvantEDGE/docs/overview/edge-services/#wireless-access-information-service) now supports WebSocket model for receiving notifications**
:zap: **New! Runtime [Sequence](https://interdigitalinc.github.io/AdvantEDGE/docs/usage/gui/exec-view/#sequence-diagram) and [Data Flow](https://interdigitalinc.github.io/AdvantEDGE/docs/usage/gui/exec-view/#data-flow-diagram) diagrams :chart_with_upwards_trend:**

:zap: **Improved sandbox data management: [Sandbox Metrics Garbage Collection](https://interdigitalinc.github.io/AdvantEDGE/docs/overview/features/#sandbox-subsystem) :wastebasket: can be configured to periodically recover unused sandbox disk space**
:zap: **Service API upgrade to version 2.2.1 for [ETSI MEC011](https://interdigitalinc.github.io/AdvantEDGE/docs/overview/edge-services/#edge-platform-application-enablement-service), [ETSI MEC012](https://interdigitalinc.github.io/AdvantEDGE/docs/overview/edge-services/#radio-network-information-service), [ETSI MEC013](https://interdigitalinc.github.io/AdvantEDGE/docs/overview/edge-services/#location-service) and [ETSI MEC021](https://interdigitalinc.github.io/AdvantEDGE/docs/overview/edge-services/#application-mobility-service) :arrow_up:**

:zap: **[Runtime Setup](https://interdigitalinc.github.io/AdvantEDGE/docs/setup/env-runtime/) updates to support k8s versions up to 1.26 :arrow_up:**

:zap: **General maintenance :hammer_and_wrench:**

:zap: **Don't hesitate to reach out to us by initiating [GitHub Discussion](https://github.com/InterDigitalInc/AdvantEDGE/discussions) :octocat:**
:zap: **Don't hesitate to reach out to us by initiating a [GitHub Discussion](https://github.com/InterDigitalInc/AdvantEDGE/discussions) :octocat:**

------

@@ -58,6 +60,9 @@ We welcome questions, feedback and improvement suggestions via [:octocat:**Discu

Hope to hear from you...

## Authors
A list of AdvantEDGE authors can be found [**here**](https://github.com/InterDigitalInc/AdvantEDGE/blob/master/AUTHORS)

## Licensing

AdvantEDGE is licensed under under the [**Apache License, Version 2.0**](https://github.com/InterDigitalInc/AdvantEDGE/blob/master/LICENSE)
+0 −2
Original line number Diff line number Diff line
@@ -63,5 +63,3 @@ spec:
      tolerations:
{{toYaml .Values.deployment.tolerations | indent 8}}
{{- end}}

+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ spec:
            name: {{ .Values.configMap }}
      initContainers:
        - name: init-{{ .Values.deployment.dependency.redis }}
          image: busybox
          image: busybox:1.28
          imagePullPolicy: IfNotPresent
          command: ['sh', '-c', 'until nslookup {{ .Values.deployment.dependency.redis }} ; do echo waiting for {{ .Values.deployment.dependency.redis }}; sleep 0.25; done;']
        - name: init-{{ .Values.deployment.dependency.coredns }}
+4 −2
Original line number Diff line number Diff line
@@ -11,14 +11,17 @@ Models/AppMobilityServiceLevel.md
Models/AppTerminationNotification.md
Models/AppTerminationNotificationLinks.md
Models/AssociateId.md
Models/AssociateIdType.md
Models/CommunicationInterface.md
Models/CommunicationInterfaceIpAddresses.md
Models/ContextTransferState.md
Models/ExpiryNotification.md
Models/InlineNotification.md
Models/InlineSubscription.md
Models/Link.md
Models/LinkType.md
Models/MECHostInformation.md
Models/MobilityProcedureNotification.md
Models/MobilityProcedureNotificationLinks.md
Models/MobilityProcedureNotificationTargetAppInfo.md
Models/MobilityProcedureSubscription.md
Models/MobilityProcedureSubscriptionFilterCriteria.md
@@ -36,6 +39,5 @@ Models/SubscriptionType.md
Models/TestNotification.md
Models/TestNotificationLinks.md
Models/TimeStamp.md
Models/Type.md
Models/WebsockNotifConfig.md
README.md
Loading