diff --git a/.version b/.version index ad21919..d905a6d 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.25.0 +1.25.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cae64a..6182f69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/api/swagger.yaml b/api/swagger.yaml index fa2e61b..c4d4ed9 100644 --- a/api/swagger.yaml +++ b/api/swagger.yaml @@ -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'