Skip to content

Releases: skateco/skate

v0.5.1

17 Aug 11:43
fcecfcf

Choose a tag to compare

What's Changed

The main change is that there's a fix for provisioning in fedora.

In detail:

Full Changelog: v0.5.0...v0.5.1

v0.5.0

11 Aug 11:34
1e15876

Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.5.0

v0.4.1

06 Aug 09:47
762bd25

Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

31 Jul 20:17
d9bcbb3

Choose a tag to compare

Peers now held in skatelet db.
Routes script moved into skatelet.

Upgrading

  1. Download the latest skate
  2. For each node do skate upgrade node <node-name>
  3. Re-add each node via skate create node ...

v0.3.2

25 Jul 13:10
deaa6be

Choose a tag to compare

Make describe node arg required (#171)

v0.3.1

12 Jul 07:07
4f24d2a

Choose a tag to compare

What's Changed

  • Disable fedora firewall in #155
  • More validation in #157
  • Bump tokio from 1.45.1 to 1.46.1 by @dependabot[bot] in #158
  • Bump reqwest from 0.12.20 to 0.12.22 by @dependabot[bot] in #159
  • Use gathersrv coredns plugin to get healthchecks in #160
  • update image tags in #162

Full Changelog: v0.3.0...v0.3.1

v0.3.0

30 Jun 20:48
43759dd

Choose a tag to compare

Now keeps systemd-resolvd running on the host as a fallback should coredns fail.

Upgrading

In order to move from 0.2.x to 0.3.0 the following steps need to be taken.

  1. Download and put skate v0.3.0 in your path.

  2. Upgrade each node to latest skatelet

skate node upgrade <node-name>
  1. Deploy the latest ingress and coredns
skate create cluster-resources
  1. On each node, get systemd-resolvd to run again
sudo rm /etc/resolv.conf
sudo ln -sf /run/systemd/resolve/stub-resolv.conf /etc/resolv.conf

# point resolvd towards our coredns port
sudo mkdir -p /etc/systemd/resolved.conf.d/

sudo bash -c 'echo -e "[Resolve]\nDNS=127.0.0.1:5053#cluster.skate\n"  > /etc/systemd/resolved.conf.d/skate.conf'

sudo systemctl restart systemd-resolvd

v0.2.7

26 Jun 13:57
043f5a4

Choose a tag to compare

Another chown ignore (#149)

v0.2.6

26 Jun 13:09
a705252

Choose a tag to compare

Don't die if we can't chown to syslog user (#148)

v0.2.5

13 Jun 20:53
d80c2fd

Choose a tag to compare

Upgrade lua-auto-ssl and dehydrated now that ocsp stapling is gone.