Releases: schedkit/schedctl
Releases · schedkit/schedctl
v1.1.0
What's Changed
- chore(deps): bump github.com/containerd/containerd from 1.7.28 to 1.7.29 by @dependabot[bot] in #50
- chore(deps): bump golangci/golangci-lint-action from 8 to 9 by @dependabot[bot] in #51
- chore(deps): bump github.com/containers/podman/v5 from 5.6.2 to 5.7.0 by @dependabot[bot] in #52
- chore(deps): bump golang.org/x/crypto from 0.43.0 to 0.44.0 by @dependabot[bot] in #53
- feat: dynamic listing of schedulers by @dottorblaster in #55
- chore(deps): bump golang.org/x/crypto from 0.44.0 to 0.45.0 by @dependabot[bot] in #56
- chore(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #57
- docs: README updates about refreshing the QEMU rootfs and kernel image by @dottorblaster in #58
- fix: revert to previous rootfs for tests by @dottorblaster in #65
- chore(deps): bump github.com/containerd/containerd from 1.7.29 to 1.7.30 by @dependabot[bot] in #63
- chore(deps): bump github.com/containers/podman/v5 from 5.7.0 to 5.7.1 by @dependabot[bot] in #62
- chore(deps): bump github.com/spf13/cobra from 1.10.1 to 1.10.2 by @dependabot[bot] in #60
- chore(deps): bump golang.org/x/crypto from 0.45.0 to 0.46.0 by @dependabot[bot] in #61
- feat: run arbitrary images by @dottorblaster in #66
- chore: cmd unit tests by @dottorblaster in #67
- fix: rename CI steps by @dottorblaster in #68
- feat: pass arguments to the schedulers by @dottorblaster in #69
- feat: collision detection for container names by @dottorblaster in #70
- feat: allow monitor processes to be run sharing the same filesystem ns by @dottorblaster in #71
- feat: implement attach flag for podman too by @dottorblaster in #72
- feat: tabular output for ps by @dottorblaster in #73
Full Changelog: v1.0.2...v1.1.0
v1.0.2
What's Changed
- chore(deps): bump golang.org/x/crypto from 0.38.0 to 0.39.0 by @dependabot[bot] in #30
- chore(deps): bump github.com/containers/podman/v5 from 5.5.0 to 5.5.1 by @dependabot[bot] in #29
- chore(deps): bump github.com/containers/podman/v5 from 5.5.1 to 5.5.2 by @dependabot[bot] in #31
- chore(deps): bump golang.org/x/crypto from 0.39.0 to 0.40.0 by @dependabot[bot] in #32
- chore(deps): bump github.com/containerd/containerd from 1.7.27 to 1.7.28 by @dependabot[bot] in #34
- chore(deps): bump golang.org/x/crypto from 0.40.0 to 0.41.0 by @dependabot[bot] in #36
- chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #37
- chore(deps): bump github.com/containers/podman/v5 from 5.5.2 to 5.6.0 by @dependabot[bot] in #38
- chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0 by @dependabot[bot] in #39
- chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 by @dependabot[bot] in #40
- chore(deps): bump golang.org/x/crypto from 0.41.0 to 0.42.0 by @dependabot[bot] in #44
- chore(deps): bump actions/setup-go from 5 to 6 by @dependabot[bot] in #42
- ci: bump go to 1.24 by @dottorblaster in #45
- chore(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.1 by @dependabot[bot] in #41
- chore(deps): bump github.com/containers/podman/v5 from 5.6.0 to 5.6.1 by @dependabot[bot] in #43
- chore(deps): bump github.com/containers/podman/v5 from 5.6.1 to 5.6.2 by @dependabot[bot] in #46
- chore(deps): bump golang.org/x/crypto from 0.42.0 to 0.43.0 by @dependabot[bot] in #47
- feat: support gthulhu by @ianchen0119 in #48
- docs: update 'schedctl start' command to 'schedctl run' by @charliechiou in #49
New Contributors
- @ianchen0119 made their first contribution in #48
- @charliechiou made their first contribution in #49
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- chore: add new schedulers to the schedulers list by @dottorblaster in #27
- doc: update readme with container engine setup instructions by @dottorblaster in #28
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- Containerd scheduling by @dottorblaster in #1
- Add minimal CI by @dottorblaster in #2
- Run a scheduler by name by @dottorblaster in #3
- Fix linting by @dottorblaster in #4
- Add testing using containerd by @dottorblaster in #5
- Refine integration tests and make them pass linting by @dottorblaster in #6
- Enable golangcilint in the CI by @dottorblaster in #7
- Add dependabot by @dottorblaster in #8
- Bump actions/setup-go from 4 to 5 by @dependabot in #9
- Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #11
- Bump golangci/golangci-lint-action from 6 to 7 by @dependabot in #10
- Bump github.com/containerd/containerd from 1.7.25 to 1.7.27 by @dependabot in #12
- Bump github.com/spf13/cobra from 1.8.1 to 1.9.1 by @dependabot in #13
- Bump golang.org/x/crypto from 0.31.0 to 0.37.0 by @dependabot in #15
- Bump golangci/golangci-lint-action from 7 to 8 by @dependabot in #17
- chore(deps): bump github.com/containers/podman/v5 from 5.4.2 to 5.5.0 by @dependabot in #20
- Add schedctl README by @dottorblaster in #22
- feat: switch default driver to podman by @dottorblaster in #23
Full Changelog: https://github.com/schedkit/schedctl/commits/v1.0.0