Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/tenancy-api-mapping/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ apiVersion: v2
name: tenancy-api-mapping
description: A Helm chart for bootstrapping the 'tenancy-api-mapping'
type: application
version: 25.2.3
appVersion: "25.2.3"
version: 25.2.4
appVersion: "25.2.4"
2 changes: 1 addition & 1 deletion tenancy-api-mapping/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.3
1.8.4
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
specGenEnabled: true
repoConf:
url: "https://github.com/open-edge-platform/infra-core.git"
tag: "apiv2/v2.5.2"
tag: "apiv2/v2.5.6"
specFilePath: "apiv2/api/openapi/openapi.yaml"
mappings:
- externalURI: /v1/projects/{projectName}/regions
Expand Down
35 changes: 28 additions & 7 deletions tenancy-api-mapping/openapispecs/combined/combined_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -709,6 +709,13 @@ components:
maxItems: 100
type: array
type: object
AmtSku:
enum:
- AMT_SKU_UNSPECIFIED
- AMT_SKU_AMT
- AMT_SKU_ISM
title: AmtSku
type: string
AmtState:
description: The state of the AMT (Active Management Technology) component.
enum:
Expand Down Expand Up @@ -4634,11 +4641,7 @@ components:
description: A Host resource.
properties:
amtSku:
description: coming from device introspection
maxLength: 96
readOnly: true
title: amt_sku
type: string
$ref: '#/components/schemas/AmtSku'
amtStatus:
description: coming from device introspection. Set only by the DM RM.
maxLength: 1024
Expand Down Expand Up @@ -7189,14 +7192,16 @@ components:
description: |-
Freeform text, OS-dependent. A list of package names, one per line (newline separated). Must not contain version information.
Applies only to Mutable OSes.
Deprecated, will be removed in EMF v3.2.0, use update_packages field instead.
maxLength: 500000
pattern: ^$|^[a-zA-Z-_0-9./:;=@?!#,<>*+~()"\ \n{}[]]+$
pattern: ^$|^[A-Za-z0-9._/:;=@?!#,<>\-*+~()\[\]{} \n]+$
title: install_packages
type: string
kernelCommand:
description: |-
The OS resource's kernel Command Line Options.
Applies only to Mutable OSes.
Deprecated, will be removed in EMF v3.2.0, use update_kernel_command field instead.
maxLength: 500
pattern: ^$|^[a-zA-Z-_0-9./:;=@?!#,<>*()" ]+$
title: kernel_command
Expand Down Expand Up @@ -7224,6 +7229,22 @@ components:
writeOnly: true
timestamps:
$ref: '#/components/schemas/Timestamps'
updateKernelCommand:
description: |-
The OS resource's kernel Command Line Options.
Applies only to Mutable OSes.
maxLength: 500
pattern: ^$|^[a-zA-Z-_0-9./:;=@?!#,<>*()" ]+$
title: update_kernel_command
type: string
updatePackages:
description: |-
Freeform text, OS-dependent. A list of package names, one per line (newline separated). Must not contain version information.
Applies only to Mutable OSes.
maxLength: 500000
pattern: ^$|^[A-Za-z0-9._/:;=@?!#,<>\-*+~()\[\]{} \n]+$
title: update_packages
type: string
updatePolicy:
$ref: '#/components/schemas/UpdatePolicy'
updateSources:
Expand Down Expand Up @@ -10520,7 +10541,7 @@ components:
info:
description: Tenancy aware APIs for the Open Edge Platform services
title: Multi tenancy APIs
version: 1.8.3
version: 1.8.4
openapi: 3.0.3
paths:
/v1/orgs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4592,6 +4592,13 @@ paths:
- TelemetryMetricsProfileService
components:
schemas:
AmtSku:
enum:
- AMT_SKU_UNSPECIFIED
- AMT_SKU_AMT
- AMT_SKU_ISM
title: AmtSku
type: string
AmtState:
description: The state of the AMT (Active Management Technology) component.
enum:
Expand Down Expand Up @@ -5797,11 +5804,7 @@ components:
description: A Host resource.
properties:
amtSku:
description: coming from device introspection
maxLength: 96
readOnly: true
title: amt_sku
type: string
$ref: '#/components/schemas/AmtSku'
amtStatus:
description: coming from device introspection. Set only by the DM RM.
maxLength: 1024
Expand Down Expand Up @@ -7958,14 +7961,16 @@ components:
description: |-
Freeform text, OS-dependent. A list of package names, one per line (newline separated). Must not contain version information.
Applies only to Mutable OSes.
Deprecated, will be removed in EMF v3.2.0, use update_packages field instead.
maxLength: 500000
pattern: ^$|^[a-zA-Z-_0-9./:;=@?!#,<>*+~()"\ \n{}[]]+$
pattern: ^$|^[A-Za-z0-9._/:;=@?!#,<>\-*+~()\[\]{} \n]+$
title: install_packages
type: string
kernelCommand:
description: |-
The OS resource's kernel Command Line Options.
Applies only to Mutable OSes.
Deprecated, will be removed in EMF v3.2.0, use update_kernel_command field instead.
maxLength: 500
pattern: ^$|^[a-zA-Z-_0-9./:;=@?!#,<>*()" ]+$
title: kernel_command
Expand Down Expand Up @@ -7993,6 +7998,22 @@ components:
writeOnly: true
timestamps:
$ref: '#/components/schemas/Timestamps'
updateKernelCommand:
description: |-
The OS resource's kernel Command Line Options.
Applies only to Mutable OSes.
maxLength: 500
pattern: ^$|^[a-zA-Z-_0-9./:;=@?!#,<>*()" ]+$
title: update_kernel_command
type: string
updatePackages:
description: |-
Freeform text, OS-dependent. A list of package names, one per line (newline separated). Must not contain version information.
Applies only to Mutable OSes.
maxLength: 500000
pattern: ^$|^[A-Za-z0-9._/:;=@?!#,<>\-*+~()\[\]{} \n]+$
title: update_packages
type: string
updatePolicy:
$ref: '#/components/schemas/UpdatePolicy'
updateSources:
Expand Down
26 changes: 13 additions & 13 deletions tenancy-api-mapping/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tenancy-api-mapping/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "",
"license": "Apache-2.0",
"devDependencies": {
"@redocly/cli": "^2.2.2"
"@redocly/cli": "^2.3.0"
},
"dependencies": {
"@redocly/openapi-cli": "^1.0.0-beta.59",
Expand Down
Loading