Releases: skateco/skate
v0.2.4
Scheduling is now done by the use of plugins.
The plugins provide a dumbed-down version of the k8s default scheduling plugins.
The main one of these is node-resources-fit, which currently defaults to a LeastAllocated scorer.
v0.2.3
Adds support for Fedora.
v0.2.2
Improve conflict message (#124)
v0.2.1
Remove irrelevant error in ipvsmon.
Set log level to info.
Improve syslog format for readability.
v0.2.0
-
Move to sqlite for resource database and away from disk
NOTE: I would not recommend updating from 0.1.* to this if you can avoid it, there is currently no import for the resources, so you'll have to do the following:
- remove all resources
- upgrade
- redeploy all resources
-
skate get <resource> ...now has a-o <yaml|json|name>flag for printing in different formats -
Resource generation is tracked
-
A lot of refactoring
v0.1.56
Make create release run only after build (#99)
v0.1.55
A swathe of library updates as well as the initial release of skate-in-docker (sind).
v0.1.54
Pretty print errors (#37)
v0.1.53
Add skate node-shell command.
v0.1.52
E2E Tests (#23) After a long slog of trying to get e2e tests running in GHA I've given up for now and will have to do these locally manually. Multipass doesn't seem to work on GHA, neither in mac or in ubuntu runners. On mac, it says the cpu doesn't support. In ubuntu it installs but seems to die silently. I've read varying reports about nested virt support, people saying it is supported but then some say only if enterprise.