Skip to content

Commit

Permalink
Merge pull request #60 from mharding-hpe/CASMCMS-8651
Browse files Browse the repository at this point in the history
CASMCMS-8651: Update two example strings in API spec to refer to S3 instead of ARS
  • Loading branch information
nieuwsma authored Jun 1, 2023
2 parents 2ed3d26 + 5231e84 commit b2ae317
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.25.0
1.25.1
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.25.1] - 2023-05-30

- CASMCMS-8651: Update example fields in API spec to be links to S3 instead of dear departed ARS.

## [1.25.0] - 2023-05-22

- CASMHMS-6018: Add support for creating pre-signed URLs for `root=live:` parameters, enabling native dmsquash-live dracut usage.
Expand Down
4 changes: 2 additions & 2 deletions api/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -828,11 +828,11 @@ definitions:
kernel:
type: string
description: URL or file system path specifying kernel image.
example: "http://10.252.100.50/apis/ars/downloads/30b96241-12ff-4185-93ea-a1f7991372d3"
example: "s3://boot-images/1dbb777c-2527-449b-bd6d-fb4d1cb79e88/kernel"
initrd:
type: string
description: URL or file system path specifying initrd image.
example: "http://10.252.100.50/apis/ars/downloads/7e0bcf9f-10fc-46a9-b2f8-ba8814c1999c"
example: "s3://boot-images/1dbb777c-2527-449b-bd6d-fb4d1cb79e88/initrd"
cloud-init:
$ref: '#/definitions/CloudInit'

Expand Down

0 comments on commit b2ae317

Please sign in to comment.