Skip to content

Releases: skateco/skate

v0.2.4

04 Jun 21:26
1ae5775

Choose a tag to compare

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

25 May 15:14
d70afe5

Choose a tag to compare

Adds support for Fedora.

v0.2.2

20 May 05:35
e7ce7ac

Choose a tag to compare

Improve conflict message (#124)

v0.2.1

18 May 08:03

Choose a tag to compare

Remove irrelevant error in ipvsmon.
Set log level to info.
Improve syslog format for readability.

v0.2.0

16 May 14:22
220cf66

Choose a tag to compare

  • 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

28 Apr 18:05
283378a

Choose a tag to compare

Make create release run only after build (#99)

v0.1.55

20 Apr 18:45
54e7d33

Choose a tag to compare

A swathe of library updates as well as the initial release of skate-in-docker (sind).

v0.1.54

08 Jan 22:23
9fc5560

Choose a tag to compare

Pretty print errors (#37)

v0.1.53

04 Jan 11:35

Choose a tag to compare

Add skate node-shell command.

v0.1.52

26 Dec 22:19
a6d8640

Choose a tag to compare

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.