From 5231e840c5b7ab598f8a7557b62e1d206b7df019 Mon Sep 17 00:00:00 2001 From: "Mitch Harding (the weird one)" Date: Tue, 30 May 2023 16:51:19 -0400 Subject: [PATCH] CASMCMS-8651: Update two example strings in API spec to refer to S3 instead of ARS --- .version | 2 +- CHANGELOG.md | 4 ++++ api/swagger.yaml | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) 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'