Releases: weekenthralling/jupyter-kernel-controller
Releases · weekenthralling/jupyter-kernel-controller
v0.0.3
What's Changed
- Refactor some code by @weekenthralling in #32
- chore(deps): bump actions/checkout from 2 to 4 by @dependabot in #33
- chore(deps): bump docker/login-action from 2 to 3 by @dependabot in #34
- chore(deps): bump actions/cache from 2 to 4 by @dependabot in #35
- chore(deps): bump docker/build-push-action from 2 to 6 by @dependabot in #36
- chore(deps): bump docker/setup-buildx-action from 1 to 3 by @dependabot in #37
- chore(deps): bump github.com/google/uuid from 1.4.0 to 1.6.0 by @dependabot in #40
- chore(deps): bump github.com/prometheus/client_golang from 1.19.1 to 1.20.5 by @dependabot in #38
- !refactor: refactor controller by kubebuilder by @weekenthralling in #43
- docs: polish README by @weekenthralling in #44
- chore: improve dockerignore by @weekenthralling in #45
- chore: add docker dependabot by @weekenthralling in #46
- chore: fix project cd workflow by @weekenthralling in #47
- chore(deps): bump sigs.k8s.io/controller-runtime from 0.19.3 to 0.19.4 by @dependabot in #48
- chore(deps): bump k8s.io/client-go from 0.32.0 to 0.32.1 by @dependabot in #51
- chore(deps): bump sigs.k8s.io/controller-runtime from 0.19.4 to 0.20.0 by @dependabot in #52
- chore: add pre commit check by @weekenthralling in #53
- chore: add controller metrics by @weekenthralling in #54
- tests: add controller test by @weekenthralling in #55
New Contributors
- @dependabot made their first contribution in #33
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- chore: modify the metric names and comments by @weekenthralling in #12
- fix: ignore
NotFounderror by @weekenthralling in #13 - chore: support kernel_culling metrics by @weekenthralling in #14
- chore: additionalPrinterColumns add
ageand add v1 and v1alpha1 schema by @weekenthralling in #15 - fix: log error if not
NotFoundby @weekenthralling in #16 - chore: add leader-election role and rolebinding by @weekenthralling in #17
- fix: collect
kernel_runningmetrics by @weekenthralling in #18 - fix: reset the current
kernel_runningmetrics by @weekenthralling in #19 - chore: use
servicemonitorpush metrics to prometheus by @weekenthralling in #20 - feat: set
restartPolicy: Neveras default by @weekenthralling in #25 - chore: update kernel_launch script README by @weekenthralling in #26
- docs: update
kernel_launchREADME by @weekenthralling in #27 - docs:
commandandargsare not required by @weekenthralling in #28 - docs: reference
kernel_launchREADME to build custom kernel image by @weekenthralling in #29
Full Changelog: v0.0.1...v0.0.2
v0.0.1
What's Changed
- fix: change kernel connection port type as uint64 by @weekenthralling in #6
- update: kernel monitor and example by @weekenthralling in #7
- update: README and dependencies by @weekenthralling in #8
- chore: github workflow by @weekenthralling in #9
- fix: ipython kernel startup script by @weekenthralling in #10
- fix: remove the unused permissions. by @weekenthralling in #11
New Contributors
- @weekenthralling made their first contribution in #6
Full Changelog: https://github.com/weekenthralling/jupyter-kernel-controller/commits/v0.0.1