Releases: brendank310/aztui
Releases · brendank310/aztui
v0.0.5
Full Changelog: v0.0.4...v0.0.5
Post-Hackathon release
Lots of changes and new functionality in this release.
What's Changed
- Create simple logger for debugging by @adrianabedon in #2
- Format code with go fmt by @adrianabedon in #4
- Add a run target for makefile with properly target configuration by @brendank310 in #6
- Add/Update AKS Cluster List by @ytimocin in #7
- Adding Resource Type View by @ytimocin in #8
- Add subscription filter by @dominikabobik in #9
- Temporary option to go back and location on resources by @dominikabobik in #13
- Listing all resource types within a resource group, adding a generic … by @ytimocin in #14
- Option to "go back" from any view and location for resources by @dominikabobik in #16
- Fix for resource type list and filtering for resource groups by @dominikabobik in #18
- Update the resource type name that is visible on the view to the read… by @ytimocin in #19
- minor edits by @rramankutty0 in #21
- Custom input keys v2 by @adrianabedon in #20
- Remove VM details view when command view is requested by @dominikabobik in #24
- Output something az cli commands by @adrianabedon in #23
- Some clean up by @ytimocin in #22
- Hackathon2024 by @brendank310 in #25
New Contributors
- @adrianabedon made their first contribution in #2
- @brendank310 made their first contribution in #6
- @ytimocin made their first contribution in #7
- @dominikabobik made their first contribution in #9
- @rramankutty0 made their first contribution in #21
Full Changelog: v0.0.3...v0.0.4
Make easily consumable on cloudshell
wget https://github.com/brendank310/aztui/releases/download/v0.0.2/aztui.zip && unzip aztui.zip && chmod +x azt
ui
Copy config from aztui.git/conf/default.yaml to ~/.config/aztui.yaml (or override location with AZTUI_CONFIG_PATH)
Manual test release
First manual test release of aztui
Add serial console viewer
- Added serial console viewer, among other cleanup
- Move virtual machine detail view to a form