From 00def5667db4289b5a3bf659c79df8d344bc17f7 Mon Sep 17 00:00:00 2001 From: berkas1 <berka@berkasimon.com> Date: Tue, 2 Nov 2021 11:02:45 +0100 Subject: [PATCH] fix(content/news): news dates are now in correct order --- content/cloud/news/index.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/content/cloud/news/index.md b/content/cloud/news/index.md index 6f860fe..8bf167f 100644 --- a/content/cloud/news/index.md +++ b/content/cloud/news/index.md @@ -5,7 +5,9 @@ draft: false disableToc: true GeekdocHidden: true --- +**2021-10-27** Upgrade cloud infrastructure proxy to Traefik 2.5, related issues resolved. (Openstack VM instance console not available) +**2021-09-07** New cloud infrastructure monitoring based on prometheus.io technologies added. **2021-06-19** Flavors *hpc.xlarge*, *hpc.18core-48ram* and *hpc.16core-128ram* have parameters *IOPS*, *net throughput* and *disk throughput* set as **Unlimited**. @@ -28,10 +30,6 @@ GeekdocHidden: true None of the parameters were decreased but increased. Updated parameters were net throughput, IOPS, and disk throughput. Existing instances will have the previous parameters so if you want to get new parameters, **make a data backup** and rebuild your instance You can checklist of flavors [here](/cloud/flavors). -**2021-10-27** Upgrade cloud infrastructure proxy to Traefik 2.5, related issues resolved. (Openstack VM instance console not available) - -**2021-09-07** New cloud infrastructure monitoring based on prometheus.io technologies added. - **2021-04-13** OpenStack image `centos-8-1-1911-x86_64_gpu` deprecation in favor of `centos-8-x86_64_gpu`. The deprecated image will be still available for existing VM instances but will be moved from public to community images in about 2 months. **2021-04-05** OpenStack images renamed -- GitLab