mirror of
https://repository.entgra.net/community/product-iots.git
synced 2025-09-16 23:32:19 +00:00
Upgrade dependencies and product version
This commit is contained in:
parent
b23279ecac
commit
b291989c2f
@ -18,13 +18,13 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content=""/>
|
||||
<title>Entgra IoT 4.0.0</title>
|
||||
<title>Entgra IoT 4.1.0</title>
|
||||
<link href="./tools/cmd/css/gs-dist-doc.css" rel="stylesheet"
|
||||
type="text/css" media="all"/>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Entgra IoT 4.0.0</h1>
|
||||
<h1>Entgra IoT 4.1.0</h1>
|
||||
|
||||
<p>
|
||||
With its modular, extensible, and customizable capabilities,
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
product.name=Entgra IoT Server
|
||||
product.key=IoT
|
||||
product.version=4.0.0-SNAPSHOT
|
||||
product.version=4.1.0-SNAPSHOT
|
||||
product.doc.version=360
|
||||
|
||||
carbon.version=4.4.26
|
||||
|
||||
@ -8,37 +8,20 @@
|
||||
|
||||
<a href='https://opensource.org/licenses/Apache-2.0'><img src='https://img.shields.io/badge/License-Apache%202.0-blue.svg'></a><br/>
|
||||
|
||||
<h1>Release Note - Entgra IoT Server Version 4.0.0</h1>
|
||||
<h1>Release Note - Entgra IoT Server Version 4.1.0</h1>
|
||||
|
||||
<h2>We are pleased to announce Entgra IoT Server 4.0.0.</h2>
|
||||
<h2>We are pleased to announce Entgra IoT Server 4.1.0.</h2>
|
||||
|
||||
<p>Entgra IoT Server is the successor of Entgra IoT server and includes capability to manage mobile devices(MDM), manage applications(MAM) and IoT devices in a single environment. It provides best of breed technologies for device manufacturers to develop connected smart products as well as anyone looking for a well established EMM solution to manage devices in their organisations. Entgra IoTs 3.8.0 pays special focus to Kiosk devices and many other EMM improvements.
|
||||
</p>
|
||||
|
||||
<h4>What's new in Entgra IoTS 4.0.0</h4>
|
||||
|
||||
<ul>
|
||||
<li>Windows PC support added to the platform</li>
|
||||
<li>MacOS support added to the platform</li>
|
||||
<li>Windows PC Install Apps API level support</li>
|
||||
<li>MacOS App install API level support</li>
|
||||
<li>Fully rewritten App manager for performance</li>
|
||||
<li>Defining policy type(General/corrective)</li>
|
||||
<li>Corrective policy for policy violations</li>
|
||||
<li>Sim change status reporting</li>
|
||||
<li>Display extensive device information</li>
|
||||
<li>Schedule webclip/enterprise/public app uninstall</li>
|
||||
<li>Adding custom apps for IoT devices</li>
|
||||
<li>Enable/Disable lock task mode</li>
|
||||
</ul>
|
||||
|
||||
<h4>Documentation</h4>
|
||||
|
||||
Documentations: <a href='https://entgra-documentation.gitlab.io/v3.8.0/'> Entgra IoT Server Documentation</a>
|
||||
Documentations: <a href='https://entgra-documentation.gitlab.io/v4.1.0/'> Entgra IoT Server Documentation</a>
|
||||
|
||||
<h4>Known Issues</h4>
|
||||
|
||||
The known set of issues this version can be found <a href='https://gitlab.com/entgra/product-iots/issues?scope=all&utf8=✓&state=opened&milestone_title=IoT%203.8.0-GA'> here.</a>
|
||||
The known set of issues this version can be found <a href='https://gitlab.com/entgra/product-iots/issues?scope=all&utf8=✓&state=opened'> here.</a>
|
||||
|
||||
<h3>Engaging with Community</h3>
|
||||
|
||||
|
||||
4
pom.xml
4
pom.xml
@ -1393,7 +1393,7 @@
|
||||
<properties>
|
||||
|
||||
<!-- Carbon Device Management-->
|
||||
<carbon.device.mgt.version>4.1.12</carbon.device.mgt.version>
|
||||
<carbon.device.mgt.version>4.1.13</carbon.device.mgt.version>
|
||||
|
||||
<carbon.device.mgt.version.range>[4.0.0, 5.0.0)</carbon.device.mgt.version.range>
|
||||
|
||||
@ -1401,7 +1401,7 @@
|
||||
<product.iot.version>${project.version}</product.iot.version>
|
||||
|
||||
<!-- Carbon Device Management Plugins-->
|
||||
<carbon.device.mgt.plugin.version>5.0.12</carbon.device.mgt.plugin.version>
|
||||
<carbon.device.mgt.plugin.version>5.0.13</carbon.device.mgt.plugin.version>
|
||||
|
||||
<!--Carbon kernel versions-->
|
||||
<carbon.kernel.version>4.4.26</carbon.kernel.version>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user