Releases: UpCloudLtd/upcloud-cli
v1.0.0
Changelog
259ed2d Add colors to some missing UUIDs (#74)
cf957a0 Doc: add a CI to auto generate commands documentation (#49)
70885fb Docs/polish command documentation (#63)
4956c8b Merge pull request #54 from UpCloudLtd/chore/changelog-unreleased
d05dfef Merge pull request #58 from UpCloudLtd/feat/improve-testing
4a25686 Merge pull request #61 from UpCloudLtd/refactor/runcommand-again
10b2c59 Merge pull request #64 from UpCloudLtd/fix/ip-address-assign-flag-description
7ebeabb Merge pull request #66 from UpCloudLtd/chore/add-missing-commands-examples
de43d24 Merge pull request #73 from UpCloudLtd/fix/enforce-client-timeout
21ac231 Set theme jekyll-theme-midnight
2929dfd chore(completion): add interface validation to completions
e837068 chore(doc): update documentation
80f8e76 chore(doc): update documentation
ad9382e chore(doc): update documentation
d9b0bd3 chore(doc): update documentation
ebb35fd chore(doc): update documentation
9fa1680 chore(doc): update documentation
151a7da chore(docs): add example for server storage attach with address flag
2e97364 chore(docs): add example for storage import command
c2878d1 chore(docs): add examples for firewall commands
c90ee72 chore(docs): add examples for ip commands
a45cc12 chore(docs): add examples for network commands
38f6772 chore(docs): add examples for network interface commands
12e551f chore(docs): add examples for router commands
c142c9a chore(docs): add examples for storage commands
b11df0b chore(storage): return proper error on import failure (#69)
b57e9ab chore/add api permission note to docs (#60)
e333d5c chore: add "Unreleased" section to CHANGELOG and fix link to 0.5.0 release
568745e chore: add v0.6.0 to CHANGELOG (#59)
4d860e5 chore: fix 0.6.0 release link in CHANGELOG.md
a7bc212 chore: fix various typos
a2e3506 chore: make sure resolver errors are actual errors
ad7d925 chore: remove outdated and unnecessary comments
5dd7b9e docs: add TODO to remember to maintain the custom bash completion function
d68e8da feat(flags/boolean): implement tristate boolean flags (#75)
0171b12 fix(client-timeout): change default timeout to no timeout and make sure go-api respects it
f051f4e fix(doc): add windows installation steps
5830a57 fix(docs): fix mac and zone flag descriptions for ip-address assign command
2f09e95 fix(docs): remove redundant newline character
dfd3fe6 fix(docs): remove unnecessary trailing new line
1dc7e5b fix(mockservice): add support for returning nil,error to mock requests
a9e0ee4 fix(scripts): use correct aur source
adf8bd1 fix(storage): size up os disk to the correct value (#71)
fe1a899 fix: improve completion helpers slightly
158946d refactor(runcommand): move executor initialization to top level in order to separate concerns better
1c43672 refactor(runcommand): separate rendering from executing
e5ef84e refactor(ui): remove handlecontext \o/
5ede0c3 refactor(ui): remove workqueue \o/
f5afab1 refactor: remove old, unused ipaddress caching/searching code
13bccb9 refactor: remove old, unused network caching/searching code
f3ae2ad test(completion): add testing for ip address completion
9dda463 test(completion): add testing for network completion
bf05410 test(completion): add testing for router, server and storage completion
7d51980 test(core): disable failing test
52c77e7 test(execute): add initial execution related tests
27cba9b test(output): improve output testing
d0cb86d test(resolver): add missing storage tests
f925a74 test(runcommand): improve runcommand testing
11bb1bc test: add completion helpers testing
99632b2 test: validate input configs (#67)
v0.6.0
Changelog
d8a3cdd Merge pull request #53 from UpCloudLtd/v0.5.0-release
1618acf Merge pull request #55 from UpCloudLtd/fix-root-cmd
90d1ccd Merge pull request #57 from UpCloudLtd/refactor/runcommand-again
9fc7819 feat(cd): use goreleaser (#56)
263b6bc fix(pre-commit): add missing golangci config file
f6390c9 fix(root): use default cobra behavious when called
59bba6e refactor(runcommand): move creation of service outside runcommand, to facilitate testing
Release v0.5.0
Initial public beta release 🎉
Added
- Added commands for managing server firewall rules
Fixed
- Shell auto-completion fixed
Changed
- Input & output handling rewritten
- Several help text fixes & changes
- Default OS changed to Ubuntu 20.04
- Defaults for networks / routers in line with storages, so we'll show users' own resources by default
Release v0.1.1
release v0.1.1
Release v0.1.0
Merge pull request #32 from UpCloudLtd/fix-cmd-load fix: load temporary config before build cmd