Skip to content

Commit f74051e

Browse files
authored
Merge pull request #419 from InterDigitalInc/release-1.9.0
Release v1.9.0
2 parents f203f7a + f0e4669 commit f74051e

File tree

3,032 files changed

+128390
-48745
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,032 files changed

+128390
-48745
lines changed

.meepctl-repocfg.yaml

Lines changed: 49 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# Copyright (c) 2019 InterDigital Communications, Inc
1+
# Copyright (c) 2022 The AdvantEDGE Authors
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
55
# You may obtain a copy of the License at
66
#
7-
# http://www.apache.org/licenses/LICENSE-2.0
7+
# http://www.apache.org/licenses/LICENSE-2.0
88
#
99
# Unless required by applicable law or agreed to in writing, software
1010
# distributed under the License is distributed on an "AS IS" BASIS,
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
version: 1.8.1
15+
version: 1.9.0
1616
repo:
1717
name: AdvantEDGE
1818

@@ -205,7 +205,6 @@ repo:
205205
# Core Subsystem
206206
#------------------------------
207207
core:
208-
209208
# Go Applications
210209
go-apps:
211210
meep-auth-svc:
@@ -305,6 +304,7 @@ repo:
305304
- meep-sandbox-ctrl
306305
- meep-tc-engine
307306
- meep-app-enablement
307+
- meep-vis
308308
# location of API specifications
309309
api:
310310
- name: 'AdvantEDGE Monitoring Engine REST API'
@@ -383,6 +383,7 @@ repo:
383383
meep-tc-engine: charts/meep-tc-engine
384384
meep-app-enablement: charts/meep-app-enablement
385385
meep-virt-chart-templates: charts/meep-virt-chart-templates
386+
meep-vis: charts/meep-vis
386387
# list of sandbox specific pods
387388
sandbox-pods:
388389
- meep-gis-engine
@@ -395,6 +396,7 @@ repo:
395396
- meep-sandbox-ctrl
396397
- meep-tc-engine
397398
- meep-app-enablement
399+
- meep-vis
398400
meep-webhook:
399401
# location of source code
400402
src: go-apps/meep-webhook
@@ -442,12 +444,12 @@ repo:
442444
meep-mon-engine-api: js-packages/meep-mon-engine-client
443445
meep-gis-engine-api: js-packages/meep-gis-engine-client
444446
meep-auth-svc-client: js-packages/meep-auth-svc-client
447+
meep-metrics-engine-api: js-packages/meep-metrics-engine-client
445448

446449
#------------------------------
447450
# Sandbox Subsystem
448451
#------------------------------
449452
sandbox:
450-
451453
# Go Applications
452454
go-apps:
453455
meep-ams:
@@ -771,6 +773,38 @@ repo:
771773
docker-data:
772774
# location of entry script
773775
'entrypoint.sh': go-apps/meep-wais/entrypoint.sh
776+
meep-vis:
777+
# location of source code
778+
src: go-apps/meep-vis
779+
# location of binary
780+
bin: bin/meep-vis
781+
# location of deployment chart
782+
chart: charts/meep-vis
783+
# user supplied value file located @ .meep/user/values (use below file name)
784+
chart-user-values: meep-vis.yaml
785+
# extra build flags
786+
build-flags:
787+
- -mod=vendor
788+
# enable meepctl build
789+
build: true
790+
# enable meepctl dockerize
791+
dockerize: true
792+
# enable meepctl deploy/delete
793+
deploy: true
794+
# supports code coverage measurement when built in codecov mode
795+
codecov: true
796+
# supports linting
797+
lint: true
798+
# location of API specifications
799+
api:
800+
- name: 'AdvantEDGE V2X Information Service REST API'
801+
file: go-apps/meep-vis/api/swagger.yaml
802+
# location of user supplied API specifications
803+
user-api:
804+
# resources available to docker container image
805+
docker-data:
806+
# location of entry script
807+
'entrypoint.sh': go-apps/meep-vis/entrypoint.sh
774808

775809
#------------------------------
776810
# Dependencies
@@ -853,17 +887,6 @@ repo:
853887
chart: charts/kube-state-metrics
854888
# user supplied value file located @ .meep/user/values (use below file name)
855889
chart-user-values: meep-kube-state-metrics.yaml
856-
meep-minio:
857-
# enable meepctl build -> deps are never built
858-
build: false
859-
# enable meepctl dockerize -> deps are never dockerized
860-
dockerize: false
861-
# enable meepctl deploy/delete
862-
deploy: false
863-
# location of deployment chart
864-
chart: charts/minio
865-
# user supplied value file located @ .meep/user/values (use below file name)
866-
chart-user-values: meep-minio.yaml
867890
meep-open-map-tiles:
868891
# enable meepctl build -> deps are never built
869892
build: false
@@ -935,7 +958,6 @@ repo:
935958
# Packages
936959
#------------------------------
937960
packages:
938-
939961
# Go Packages
940962
go-packages:
941963
meep-ams-client:
@@ -1098,6 +1120,16 @@ repo:
10981120
src: go-packages/meep-users
10991121
# supports linting
11001122
lint: true
1123+
meep-vis-client:
1124+
# location of source code
1125+
src: go-packages/meep-vis-client
1126+
# supports linting
1127+
lint: false
1128+
meep-vis-traffic-mgr:
1129+
# location of source code
1130+
src: go-packages/meep-vis-traffic-mgr
1131+
# supports linting
1132+
lint: true
11011133
meep-wais-client:
11021134
# location of source code
11031135
src: go-packages/meep-wais-client
@@ -1116,11 +1148,6 @@ repo:
11161148

11171149
# Javascript Packages
11181150
js-packages:
1119-
meep-app-support-client:
1120-
# location of source code
1121-
src: js-packages/meep-app-support-client
1122-
# supports linting
1123-
lint: false
11241151
meep-auth-svc-client:
11251152
# location of source code
11261153
src: js-packages/meep-auth-svc-client
@@ -1151,9 +1178,3 @@ repo:
11511178
src: js-packages/meep-sandbox-ctrl-client
11521179
# supports linting
11531180
lint: false
1154-
meep-service-mgmt-client:
1155-
# location of source code
1156-
src: js-packages/meep-service-mgmt-client
1157-
# supports linting
1158-
lint: false
1159-

AUTHORS

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# This is the list of AdvantEDGE's significant contributors per release.
2+
#
3+
# This does not necessarily list everyone who has contributed code,
4+
# especially since many employees of one corporation may be contributing.
5+
# To see the full list of contributors, see the revision history in
6+
# source control.
7+
8+
[v1.0.0 - v1.8.1]
9+
InterDigital Communications Inc
10+
11+
[v1.9.0]
12+
InterDigital Communications Inc
13+
xFlow Research (Pvt.) Inc.
14+
FSCOM

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,21 @@
22

33
------
44

5-
**_What's New in v1.8.1!_**
5+
**_What's New in v1.9.0!_**
66

7-
: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)**
7+
: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:**
88

9-
:zap: **New! [Demo3 example application](https://interdigitalinc.github.io/AdvantEDGE/docs/usage/usage-demo3/) to showcase MEC011 & MEC021 service API usage**
9+
: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:**
1010

11-
: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**
11+
: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:**
1212

13-
: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**
13+
: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:**
14+
15+
:zap: **[Runtime Setup](https://interdigitalinc.github.io/AdvantEDGE/docs/setup/env-runtime/) updates to support k8s versions up to 1.26 :arrow_up:**
1416

1517
:zap: **General maintenance :hammer_and_wrench:**
1618

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

1921
------
2022

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

5961
Hope to hear from you...
6062

63+
## Authors
64+
A list of AdvantEDGE authors can be found [**here**](https://github.com/InterDigitalInc/AdvantEDGE/blob/master/AUTHORS)
65+
6166
## Licensing
6267

6368
AdvantEDGE is licensed under under the [**Apache License, Version 2.0**](https://github.com/InterDigitalInc/AdvantEDGE/blob/master/LICENSE)

charts/cert-manager/Chart.yaml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,22 @@
1+
annotations:
2+
artifacthub.io/prerelease: "false"
3+
artifacthub.io/signKey: |
4+
fingerprint: 1020CF3C033D4F35BAE1C19E1226061C665DF13E
5+
url: https://cert-manager.io/public-keys/cert-manager-keyring-2021-09-20-1020CF3C033D4F35BAE1C19E1226061C665DF13E.gpg
16
apiVersion: v1
2-
appVersion: v1.0.3
7+
appVersion: v1.8.0
38
description: A Helm chart for cert-manager
4-
home: https://github.com/jetstack/cert-manager
9+
home: https://github.com/cert-manager/cert-manager
510
icon: https://raw.githubusercontent.com/jetstack/cert-manager/master/logo/logo.png
611
keywords:
712
- cert-manager
813
- kube-lego
914
- letsencrypt
1015
- tls
1116
maintainers:
12-
- email: james@jetstack.io
13-
name: munnerz
17+
- email: cert-manager-maintainers@googlegroups.com
18+
name: cert-manager-maintainers
1419
name: cert-manager
1520
sources:
16-
- https://github.com/jetstack/cert-manager
17-
version: v1.0.3
21+
- https://github.com/cert-manager/cert-manager
22+
version: v1.8.0

0 commit comments

Comments
 (0)