@forge/manifest 11.0.0-next.8 → 11.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,40 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 11.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 260eb24: Adding support for new module fifoConsumer
8
+ - 8962080: Added routePrefix mandatory prop for confluence:fullPage
9
+
10
+ ### Minor Changes
11
+
12
+ - 0a3f5d5: Add support for rovo:agentConnector module to the supported module types.
13
+ - 9a6d346: Add standalone trigger scope validation API (only event name and scopes required)
14
+ - 88238e7: updated regex for container tags validation
15
+
16
+ ### Patch Changes
17
+
18
+ - 3228cf0: fetch product event scope mapping file from shipyard through daily job
19
+ - 24bd686: Update manifest definitions
20
+ - 0c433a0: Update manifest definitions
21
+ - f0a5a03: Update manifest definitions
22
+ - 2011ffe: Update manifest definitions
23
+ - d00ef59: Update manifest definitions
24
+ - 78efec7: Update manifest definitions
25
+
26
+ ## 11.0.0-next.10
27
+
28
+ ### Patch Changes
29
+
30
+ - 0c433a0: Update manifest definitions
31
+
32
+ ## 11.0.0-next.9
33
+
34
+ ### Minor Changes
35
+
36
+ - 88238e7: updated regex for container tags validation
37
+
3
38
  ## 11.0.0-next.8
4
39
 
5
40
  ### Patch Changes
@@ -28912,9 +28912,9 @@
28912
28912
  },
28913
28913
  "tag": {
28914
28914
  "type": "string",
28915
- "maxLength": 128,
28915
+ "maxLength": 127,
28916
28916
  "minLength": 1,
28917
- "pattern": "^[\\w][\\w.-]{0,127}$"
28917
+ "pattern": "^[a-zA-Z0-9]([a-zA-Z0-9-_.]{0,125}[a-zA-Z0-9])?$"
28918
28918
  },
28919
28919
  "health": {
28920
28920
  "$ref": "#/definitions/ContainerHealthSchema",
@@ -133,6 +133,8 @@
133
133
  "read:app-data:confluence",
134
134
  "read:app-data:jira",
135
135
  "read:app-global-channel:realtime",
136
+ "read:app-notification:confluence",
137
+ "read:app-notification:jira",
136
138
  "read:app-system-token",
137
139
  "read:app-user-token",
138
140
  "read:application-role:jira",
@@ -366,6 +368,8 @@
366
368
  "redact:issue:jira",
367
369
  "report:personal-data",
368
370
  "search:confluence",
371
+ "send:app-notification:confluence",
372
+ "send:app-notification:jira",
369
373
  "send:notification:jira",
370
374
  "space-admin:connect-confluence",
371
375
  "storage:app",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "11.0.0-next.8",
3
+ "version": "11.0.0",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {