Releases: davidhu2000/kube-knots
Releases · davidhu2000/kube-knots
v0.0.19
What's Changed
- fix: add padding above the sidebar section header by @davidhu2000 in #51
- feat: add backend function to get ingresses and services by @davidhu2000 in #52
- feat: update ui to get ingresses and services from the backend by @davidhu2000 in #53
- chore: cleanup testing component by @davidhu2000 in #54
- fix: increase sidebar padding so it looks better by @davidhu2000 in #55
- feat: create settings modal by @davidhu2000 in #56
- feat: add functionality to toggle light/dark mode based on user preference by @davidhu2000 in #57
- chore: refactor modals to use same base for consistency by @davidhu2000 in #58
Full Changelog: v0.0.18...v0.0.19
v0.0.18
What's Changed
- fix: remove invalid import from deployment by @davidhu2000 in #35
- fix: scale modal should be positioned on the center of the page by @davidhu2000 in #36
- feat: add functionality to get replica sets by @davidhu2000 in #37
- fix: use correct components for each route by @davidhu2000 in #38
- feat: add stateful set by @davidhu2000 in #39
- fix: update log icon to correct one by @davidhu2000 in #40
- chore: move workload into workload folder by @davidhu2000 in #41
- chore: move workload files out of folder to simplify folder structure by @davidhu2000 in #42
- fix: mark routes as const, remove unneeded params from link by @davidhu2000 in #43
- chore: create useInvoke hook to reduce repetition by @davidhu2000 in #45
- chore: create use resource actions to remove duplicate code by @davidhu2000 in #46
- fix: move sidebar sections into function to fix uninitialized variable crash by @davidhu2000 in #47
- fix: render the proper routes in each section by @davidhu2000 in #48
- feat: add setting icon to nav bar by @davidhu2000 in #49
- chore: rename tauri resources folder to workloads by @davidhu2000 in #50
Full Changelog: v0.0.17...v0.0.18
v0.0.17
What's Changed
- feat: scale deployment up and down by @davidhu2000 in #34
Full Changelog: v0.0.16...v0.0.17
v0.0.16
What's Changed
- feat: add functionality to get list of jobs by @davidhu2000 in #31
- feat: ability to restart deployment by @davidhu2000 in #32
- feat: create shared edit drawer component, add edit drawer to deployment by @davidhu2000 in #33
Full Changelog: v0.0.15...v0.0.16
v0.0.15
What's Changed
- feat: update editor to allow for editing and show edit diff by @davidhu2000 in #30
Full Changelog: v0.0.14...v0.0.15
v0.0.14
What's Changed
- fix: add cell scroll for pod image being too long by @davidhu2000 in #25
- fix: hide cover immediately when logs are dismissed, build for macos by @davidhu2000 in #26
- feat: create shared drawer component and refactor pod logs by @davidhu2000 in #27
- feat: add skeleton pod edit component that can be triggered from table by @davidhu2000 in #28
- feat: add ability to see pod definition by @davidhu2000 in #29
Full Changelog: v0.0.12...v0.0.14
v0.0.12
What's Changed
- chore: fix release script missing comma in create release by @davidhu2000 in #24
Full Changelog: v0.0.11...v0.0.12
0.0.7
What's Changed
- chore: refactor pods action button props to interface by @davidhu2000 in #19
Full Changelog: 0.0.6...0.0.7
0.0.6
What's Changed
- feat: create pod logs function, add to test component by @davidhu2000 in #17
- feat: all functionality to view logs and auto poll for new logs by @davidhu2000 in #18
Full Changelog: 0.0.5...0.0.6
0.0.5
What's Changed
- feat: update namespace selector to default to
All
by @davidhu2000 in #11 - feat: update pod table style by @davidhu2000 in #9
- chore: setup eslint plugin for react and fix lint issues by @davidhu2000 in #12
- feat: add functionality to get cron jobs by @davidhu2000 in #13
- chore: refactor tauri commands to be more shareable. by @davidhu2000 in #14
- feat: configure router to go between pods and cronjobs page by @davidhu2000 in #15
- feat: add functionality to get deployment list by @davidhu2000 in #16
Full Changelog: 0.0.4...0.0.5