From 2f34d292c45e7d60d9406f2556986780ca6436a7 Mon Sep 17 00:00:00 2001 From: InTheCloudDan Date: Thu, 18 Aug 2016 12:15:32 -0400 Subject: [PATCH 1/2] Update api.py Add ext4 as a disk option --- linode/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linode/api.py b/linode/api.py index 69ffb22..ec6a7ee 100755 --- a/linode/api.py +++ b/linode/api.py @@ -557,7 +557,7 @@ def linode_config_delete(self, request): u'LINODEID': 'Linode ID', u'SIZE': 'Size of disk (MB)', u'STATUS': 'Status flag', - u'TYPE': "in ['ext3', 'swap', 'raw']", + u'TYPE': "in ['ext4', 'ext3', 'swap', 'raw']", u'UPDATE_DT': u'YYYY-MM-DD hh:mm:ss.0'}]) def linode_disk_list(self, request): """Lists all disk images associated with a Linode.""" From 4da6249abffcaafeccea7b352db9a535722bea67 Mon Sep 17 00:00:00 2001 From: Timothy J Fontaine Date: Sat, 21 Mar 2026 08:28:59 -0700 Subject: [PATCH 2/2] Add archive notice to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ea75672..12ff723 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +> **⚠️ This project is archived and no longer maintained.** + # Linode Python Bindings