Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Commit dbcf541

Browse files
authored
Merge pull request #154 from AxisCommunications/sync-20241205-2
sync 20241205 2
2 parents 2589bc1 + f3d1d67 commit dbcf541

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/develop/global-device-proxy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: page
33
parent: Develop ACAP applications
44
title: Global device proxy
5-
nav_order: 10
5+
nav_order: 11
66
---
77

88
# Global device proxy

docs/develop/manifest-schemas/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ Mapping table for manifest schema, AXIS OS and ACAP Native SDK version.
3333
3434
| Schema | AXIS OS | SDK | Description |
3535
| :----- | :------ | :-- | :---------- |
36-
| 1.0 | 10.7 | 1.0 | Initial basic version |
37-
| 1.1 | 10.7 | 1.0 | Additional fields, mainly for technical reasons |
38-
| 1.2 | 10.7 | 1.0 | Enables uninstall functionality which is required by e.g. docker-compose-acap |
39-
| 1.3 | 10.9 | 1.1 | Architecture will be automatically generated and added to manifest at packaging step |
40-
| 1.3.1 | 11.0 | 1.4 | Bug fixes; Allow `=` in `runOptions` and `maxLength` of `appName` should be 26 |
41-
| 1.4.0 | 11.7 | 1.11 | Allow new characters `( ) , . ! ? & '` for `vendor` field |
36+
| 1.0 | 10.7 | 1.0 | Initial basic version. |
37+
| 1.1 | 10.7 | 1.0 | Additional fields, mainly for technical reasons. |
38+
| 1.2 | 10.7 | 1.0 | Enables uninstall functionality which is required by e.g. docker-compose-acap. |
39+
| 1.3 | 10.9 | 1.1 | Add field `architecture`, which will be automatically generated and added to manifest at packaging step. |
40+
| 1.3.1 | 11.0 | 1.4 | Bug fixes; Allow `=` in `runOptions` and `maxLength` of `appName` should be 26. |
41+
| 1.4.0 | 11.7 | 1.11 | Allow new characters `( ) , . ! ? & '` for `vendor` field. |
4242
| 1.5.0 | 11.8 | 1.12 | - Add support for reverse proxy configuration.<br> - Add access policy for ACAP application web content.<br> - Allow `-` character in secondary groups of `linux` resources.<br> - Allow strings in `requiredMethods` and `conditionalMethods` under `dbus` to end with `.*` to match all methods of a D-Bus interface. |
4343
| 1.6.0 | 11.9 | 1.13 | - Add support for characters `$` and `\` in `apiPath` of the reverse proxy configuration.<br> - Add optional field `$schema` that can point out a manifest schema to use for manifest validation and auto-completion.<br> - Allow strings in `requiredMethods` and `conditionalMethods` under `dbus` to contain `-`. |
4444
| 1.7.0 | 11.10 | 1.14 | Make preparations on the host system so the application can run containers, and create symbolic links from various system-wide locations to Docker CLIs provided by the application. |

0 commit comments

Comments
 (0)