Skip to content

Commit

Permalink
Merge pull request #129 from Cray-HPE/casmcms-8966
Browse files Browse the repository at this point in the history
CASMCMS-8966: Add missing special_parameters property to V3ConfigurationLayer schema
  • Loading branch information
mharding-hpe authored Apr 17, 2024
2 parents c11be6a + 4304b53 commit 28fea1e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.19.5] - 04/17/2024
### Fixed
- Added missing `special_parameters` to `V3ConfigurationLayer` schema in API spec.

## [1.19.4] - 04/09/2024
### Dependencies
- Bump `connexion` from `2.6.0` to `2.14.2` to pick up bug fixes to prevent false schema errors being logged.
Expand Down
15 changes: 13 additions & 2 deletions api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1161,6 +1161,17 @@ components:
The configuration branch to use. This will automatically set commit to master on the branch
when the configuration is added.
pattern: '^[^\s;]*$'
special_parameters:
type: object
description: |
Optional parameters that do not affect the configuration content or are only used in
special circumstances.
properties:
ims_require_dkms:
type: boolean
description: |
If true, any image customization sessions that use this configuration will enable DKMS in IMS.
additionalProperties: false
required: [playbook]
additionalProperties: false
V2Configuration:
Expand Down Expand Up @@ -1545,7 +1556,7 @@ components:
writeOnly: true
additionalProperties: false
V3SourceCert:
description: Information on a configmap containing a CA certificate for authenticating to git
description: Information on a configmap containing a CA certificate for authenticating to git
type: object
properties:
configmap_name:
Expand Down Expand Up @@ -1631,7 +1642,7 @@ components:
type: string
description: The url to access the git content
credentials:
$ref: '#/components/schemas/V3SourceCreateCredentials'
$ref: '#/components/schemas/V3SourceCreateCredentials'
ca_cert:
$ref: '#/components/schemas/V3SourceCert'
additionalProperties: false
Expand Down

0 comments on commit 28fea1e

Please sign in to comment.