From 2311f43537e3e2b1b360164ac84042ffd003014c Mon Sep 17 00:00:00 2001 From: "L. Bradley LaBoon" Date: Tue, 22 Jun 2021 17:36:47 -0400 Subject: [PATCH] Custom images are out of beta --- images/upload/index.shtml | 2 +- images/upload/upload.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/upload/index.shtml b/images/upload/index.shtml index 57b3ea5..34659fa 100644 --- a/images/upload/index.shtml +++ b/images/upload/index.shtml @@ -28,7 +28,7 @@ along with Linode Manager Classic. If not, see .
-

Image uploading is currently in beta and is subject to the terms of the Early Adopter Testing Agreement.

+

Beginning September 1, 2021 Custom Images will be billed at $0.10/GB per month based on the uncompressed image size.

diff --git a/images/upload/upload.js b/images/upload/upload.js index 6838984..e3e1f45 100644 --- a/images/upload/upload.js +++ b/images/upload/upload.js @@ -86,7 +86,7 @@ import { settings, elements, regionNames, apiGet, apiPost, objPut, parseParams, if (ui.description.value.length) req.description = ui.description.value; - apiPost("beta/images/upload", req, displayUpload); + apiPost("/images/upload", req, displayUpload); }; // Click handler for upload button