capsul-flask/capsulflask/templates/changelog.html

94 lines
4.6 KiB
HTML
Raw Permalink Normal View History

{% extends 'base.html' %}
{% block title %}Changelog{% endblock %}
{% block content %}
2020-05-13 05:28:53 +00:00
<div class="row full-margin"><h1>CHANGELOG</h1></div>
{% endblock %}
{% block subcontent %}
<p>
<ul>
<li>2024-02-11: EPIC emergency server migration 🤯
<ul>
<li>Baikal (our old server) could no longer handle the load, was constantly crashing</li>
<li>Rathouse (our NEW server) was already racked up and ready to go</li>
<li>We wanted to wait until we could get Virtual Machine disk snapshots working on the new system before we migrated... but real life had other plans for us</li>
<li>We no longer have automatic backups. Sorry. We are working on it.</li>
<li>On the bright side, the new server is faster, has much more reliable disks,
and they are configured in a way that should give you better performance.</li>
<li>Capsul was fully down for about a day and a half.</li>
</ul>
</li>
<li>2022-07-18: Add NixOS support</li>
<li>2022-02-11: Added the <span class="code">/add-ssh-key-to-existing-capsul</span> page
<ul>
<li>This is sort of like an interactive FAQ to help users understand why the app is structured like it is</li>
</ul>
</li>
<li>2022-02-09: Introduced a distinction between "short term" and "long term" capsuls
<ul>
<li><b>NEW!</b> You can now create a capsul even if your account doesn't have the funds required to keep it running for a month</li>
<li>Short term capsuls will be deleted without warning as soon as your account reaches $0</li>
<li>As always, you will recieve multiple warning emails as your account runs out of funds before any long term capsuls will be deleted</li>
</ul>
</li>
2021-12-18 02:14:06 +00:00
<li>2021-12-17: OpenBSD, Debian, Alpine Linux, Ubuntu and Arch Linux images were updated to the latest version
<ul>
<li><b>NEW!</b> Rocky Linux 8 image is avaliable to launch</li>
</ul>
</li>
<li>2021-12-16: The BTCPay server is ressurected with a brand new motherboard, and all blockchains are synced!</li>
<li>2021-12-16: Baikal host operating system upgraded from Debian 10 (buster) to Debian 11 (bullseye)
<ul>
<li>This updated QEMU to the point where the virtio-blk storage driver supports trim/discard operations,
which should save us disk space while improving capsul storage performance</li>
</ul>
</li>
<li>2021-12-10: On premesis Baikal maintenance at CyberWurx in Atlanta, Georgia
<ul>
<li>
<a href="https://picopublish.sequentialread.com/files/silly-nvme-bracket.jpeg">
Finally installed our last NVME drive with help from a blursed ADT-link PCI-e adapter and a custom 3d-printed bracket
</a>
<ul>
<li>Full redundancy achieved on our disks! Now disks can fail without impacting currently running capsuls</li>
</ul>
</li>
<li>
<a href="https://picopublish.sequentialread.com/files/zfs_disk_replacement/">
Replaced SSDs that were wearing out
</a>
<ul>
<li>Disk redundancy was tested & validated by ripping a disk out while the server is running</li>
</ul>
</li>
</ul>
</li>
<li>2021-08-28: The BTCPay server randomly died and stopped booting. Cryptocurrency payments were disabled</li>
<li>2021-03-21: Baikal host machine recieved regular operating system updates and had additional RAM installed</li>
2021-02-18 03:45:29 +00:00
<li>2021-02-17: Added support for capsul states: starting, running, stopped, etc</li>
<li>2021-02-16: Web Application downtime to deploy initial multi-host support</li>
2021-01-20 01:25:03 +00:00
<li>2021-01-19: Add Alpine Linux 3.13 support</li>
<li>2021-01-14: Add Guix System 1.2.0 support, thanks to jgart, ryanprior, and raghavgururajan</li>
<li>2020-10-29: Add OpenBSD 6.8 and Alpine 3.12 support, remove previous versions</li>
2020-10-30 02:33:01 +00:00
<li>2020-10-23: Automate VM build system (backend)</li>
<li>2020-10-22: Re-worked FAQ, added more supporting docs</li>
<li>2020-05-16: Beta version of new Capsul web application</li>
2020-10-22 19:29:16 +00:00
<li>2020-05-04: Simplified payment page</li>
<li>2020-04-26: Support link added</li>
<li>2020-04-17: OpenBSD support added</li>
<li>2020-03-25: Network limits made public</li>
<li>2020-03-22: Alpine support added</li>
<li>2020-03-10: Capsul site goes live</li>
<li>2020-03-10: CVM name changed to Capsul</li>
<li>2020-03-07: CVM goes live</li>
<li>2020-02-26: Re-prepping docs</li>
<li>2020-01-31: Prepping docs</li>
<li>2020-01-30: Baikal ownership transferred to Cyberia Computer Club</li>
</ul>
</p>
{% endblock %}
{% block pagesource %}/templates/changelog.html{% endblock %}