Releases: skateco/skate
Releases · skateco/skate
v0.5.1
What's Changed
The main change is that there's a fix for provisioning in fedora.
In detail:
- Bump uuid from 1.17.0 to 1.18.0 by @dependabot[bot] in #188
- Bump serde_json from 1.0.140 to 1.0.142 by @dependabot[bot] in #187
- Bump tokio from 1.47.0 to 1.47.1 by @dependabot[bot] in #190
- Bump rand from 0.9.1 to 0.9.2 by @dependabot[bot] in #189
- Fix fedora provisioning by @byrnedo in #191
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- Update README.md with FCOS instructions by @byrnedo in #182
- Bump clap from 4.5.41 to 4.5.42 by @dependabot[bot] in #181
- Default to ssh agent if no private key specified by @byrnedo in #186
- Refactor by @byrnedo in #185
Full Changelog: v0.4.1...v0.5.0
v0.4.1
v0.4.0
Peers now held in skatelet db.
Routes script moved into skatelet.
Upgrading
- Download the latest skate
- For each node do
skate upgrade node <node-name> - Re-add each node via
skate create node ...
v0.3.2
Make describe node arg required (#171)
v0.3.1
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
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.
-
Download and put skate v0.3.0 in your path.
-
Upgrade each node to latest skatelet
skate node upgrade <node-name>
- Deploy the latest ingress and coredns
skate create cluster-resources
- 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
Another chown ignore (#149)
v0.2.6
Don't die if we can't chown to syslog user (#148)
v0.2.5
Upgrade lua-auto-ssl and dehydrated now that ocsp stapling is gone.