Skip to content

Commit

Permalink
Merge pull request #419 from InterDigitalInc/release-1.9.0
Browse files Browse the repository at this point in the history
Release v1.9.0
  • Loading branch information
dilallkx committed Dec 21, 2022
2 parents f203f7a + f0e4669 commit f74051e
Show file tree
Hide file tree
Showing 3,032 changed files with 128,390 additions and 48,745 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
77 changes: 49 additions & 28 deletions .meepctl-repocfg.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Copyright (c) 2019 InterDigital Communications, Inc
# Copyright (c) 2022 The AdvantEDGE Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

version: 1.8.1
version: 1.9.0
repo:
name: AdvantEDGE

Expand Down Expand Up @@ -205,7 +205,6 @@ repo:
# Core Subsystem
#------------------------------
core:

# Go Applications
go-apps:
meep-auth-svc:
Expand Down Expand Up @@ -305,6 +304,7 @@ repo:
- meep-sandbox-ctrl
- meep-tc-engine
- meep-app-enablement
- meep-vis
# location of API specifications
api:
- name: 'AdvantEDGE Monitoring Engine REST API'
Expand Down Expand Up @@ -383,6 +383,7 @@ repo:
meep-tc-engine: charts/meep-tc-engine
meep-app-enablement: charts/meep-app-enablement
meep-virt-chart-templates: charts/meep-virt-chart-templates
meep-vis: charts/meep-vis
# list of sandbox specific pods
sandbox-pods:
- meep-gis-engine
Expand All @@ -395,6 +396,7 @@ repo:
- meep-sandbox-ctrl
- meep-tc-engine
- meep-app-enablement
- meep-vis
meep-webhook:
# location of source code
src: go-apps/meep-webhook
Expand Down Expand Up @@ -442,12 +444,12 @@ repo:
meep-mon-engine-api: js-packages/meep-mon-engine-client
meep-gis-engine-api: js-packages/meep-gis-engine-client
meep-auth-svc-client: js-packages/meep-auth-svc-client
meep-metrics-engine-api: js-packages/meep-metrics-engine-client

#------------------------------
# Sandbox Subsystem
#------------------------------
sandbox:

# Go Applications
go-apps:
meep-ams:
Expand Down Expand Up @@ -771,6 +773,38 @@ repo:
docker-data:
# location of entry script
'entrypoint.sh': go-apps/meep-wais/entrypoint.sh
meep-vis:
# location of source code
src: go-apps/meep-vis
# location of binary
bin: bin/meep-vis
# location of deployment chart
chart: charts/meep-vis
# user supplied value file located @ .meep/user/values (use below file name)
chart-user-values: meep-vis.yaml
# extra build flags
build-flags:
- -mod=vendor
# enable meepctl build
build: true
# enable meepctl dockerize
dockerize: true
# enable meepctl deploy/delete
deploy: true
# supports code coverage measurement when built in codecov mode
codecov: true
# supports linting
lint: true
# location of API specifications
api:
- name: 'AdvantEDGE V2X Information Service REST API'
file: go-apps/meep-vis/api/swagger.yaml
# location of user supplied API specifications
user-api:
# resources available to docker container image
docker-data:
# location of entry script
'entrypoint.sh': go-apps/meep-vis/entrypoint.sh

#------------------------------
# Dependencies
Expand Down Expand Up @@ -853,17 +887,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
meep-minio:
# 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
chart: charts/minio
# user supplied value file located @ .meep/user/values (use below file name)
chart-user-values: meep-minio.yaml
meep-open-map-tiles:
# enable meepctl build -> deps are never built
build: false
Expand Down Expand Up @@ -935,7 +958,6 @@ repo:
# Packages
#------------------------------
packages:

# Go Packages
go-packages:
meep-ams-client:
Expand Down Expand Up @@ -1098,6 +1120,16 @@ repo:
src: go-packages/meep-users
# supports linting
lint: true
meep-vis-client:
# location of source code
src: go-packages/meep-vis-client
# supports linting
lint: false
meep-vis-traffic-mgr:
# location of source code
src: go-packages/meep-vis-traffic-mgr
# supports linting
lint: true
meep-wais-client:
# location of source code
src: go-packages/meep-wais-client
Expand All @@ -1116,11 +1148,6 @@ repo:

# Javascript Packages
js-packages:
meep-app-support-client:
# location of source code
src: js-packages/meep-app-support-client
# supports linting
lint: false
meep-auth-svc-client:
# location of source code
src: js-packages/meep-auth-svc-client
Expand Down Expand Up @@ -1151,9 +1178,3 @@ repo:
src: js-packages/meep-sandbox-ctrl-client
# supports linting
lint: false
meep-service-mgmt-client:
# location of source code
src: js-packages/meep-service-mgmt-client
# supports linting
lint: false

14 changes: 14 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# This is the list of AdvantEDGE's significant contributors per release.
#
# This does not necessarily list everyone who has contributed code,
# especially since many employees of one corporation may be contributing.
# To see the full list of contributors, see the revision history in
# source control.

[v1.0.0 - v1.8.1]
InterDigital Communications Inc

[v1.9.0]
InterDigital Communications Inc
xFlow Research (Pvt.) Inc.
FSCOM
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**

------

Expand Down Expand Up @@ -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)
17 changes: 11 additions & 6 deletions charts/cert-manager/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
annotations:
artifacthub.io/prerelease: "false"
artifacthub.io/signKey: |
fingerprint: 1020CF3C033D4F35BAE1C19E1226061C665DF13E
url: https://cert-manager.io/public-keys/cert-manager-keyring-2021-09-20-1020CF3C033D4F35BAE1C19E1226061C665DF13E.gpg
apiVersion: v1
appVersion: v1.0.3
appVersion: v1.8.0
description: A Helm chart for cert-manager
home: https://github.com/jetstack/cert-manager
home: https://github.com/cert-manager/cert-manager
icon: https://raw.githubusercontent.com/jetstack/cert-manager/master/logo/logo.png
keywords:
- cert-manager
- kube-lego
- letsencrypt
- tls
maintainers:
- email: james@jetstack.io
name: munnerz
- email: cert-manager-maintainers@googlegroups.com
name: cert-manager-maintainers
name: cert-manager
sources:
- https://github.com/jetstack/cert-manager
version: v1.0.3
- https://github.com/cert-manager/cert-manager
version: v1.8.0
Loading

0 comments on commit f74051e

Please sign in to comment.