Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
Changed
- Take server state into account in server completions. For example, do not offer started servers as completions for
server start
command.
3.11.1 - 2024-08-12
Fixed
- In
storage modify
, avoid segfault if the target storage does not have backup rule in the storage details. This would have happened, for example, when renaming private templates.
3.11.0 - 2024-07-23
Added
- Add labels to
database show
output. - In
router show
command, list static routes in the human readable output and add static route type field to all outputs.
3.10.0 - 2024-07-17
Changed
- In
server create
command, useUbuntu Server 24.04 LTS (Noble Numbat)
as default value for--os
. The new default template only supports SSH key based authentication. Use--ssh-keys
option to provide the keys when creating a server with the default template. - In
server create
command, enable metadata service by default when the selected (or default) template uses cloud-init (template_type
iscloud-init
) and thus requires it.
3.9.0 - 2024-07-04
Added
- Add
gateway plans
command for listing gateway plans. - Add
objectstorage regions
command for listing managed object storage regions.
Changed
- In all outputs of
server plans
, sort plans by CPU count, memory amount, and storage size. - In human readable output of
server plans
, group plans by type.
Fixed
- Omit storage tier from server create payload to use plans default storage tier. This allows creating servers with developer plans that do not allow creating MaxIOPS storages with the server. Other plan types will continue to use MaxIOPS by default.
3.8.1 - 2024-05-24
Changed
- Allow creating Kubernetes cluster without node-groups.
3.8.0 - 2024-04-30
Added
- Add
host list
command for listing private cloud hosts. - Add
--host
argument toserver restart
command. - Add
--avoid-host
and--host
arguments toserver start
command. - Add
Parent zone
column tozone list
output for users that have access to private zones.
Changed
- Go version bump to 1.21
3.7.0 - 2024-04-04
Added
- Add managed object storage name to
show
andlist
command outputs. - Add completions for managed object storages and allow using managed object storage name (in addition to its UUID) as a positional argument.
- Add paging flags (
--limit
and--page
) todatabase
,gateway
,loadbalancer
, andobjectstorage
list commands
3.6.0 - 2024-03-07
Added
- Support Kubernetes cluster labels: list labels with
show
commands and manage them withcreate
andmodify
commands - Add
networkpeering
commands (delete
,disable
,list
) for network peering management.
3.5.0 - 2024-02-29
Added
- Policies section in
objectstorage show
command - Optional parameters
--delete-users
and--delete-policies
toobjectstorage delete
Changed
- Users in
objectstorage show
now contain columnARN
instead ofUpdated
3.4.0 - 2024-02-08
Added
- Add
gateway
commands (delete
,list
) for network gateway management. - In machine readable outputs of server list, add support for
--show-ip-addresses
parameter. - Support for sub-account deletion via
account delete
command
3.3.0 - 2024-01-23
Added
- Support for storage encryption to storage
create
,clone
,show
, andlist
commands as well as servercreate
andshow
commands. - Managed object storages field to human readable output of
account show
. - Commands for listing accounts and permissions.
Removed
- From human output of
storage list
, Created column. This field is still available in the machine readable outputs.
3.2.2 - 2024-01-02
Added
- Support nested properties in
database properties *
anddatabase properties * show *
outputs. For example upctlmax_background_workers
sub-property oftimescaledb
PostgreSQL property is listed astimescaledb.max_background_workers
in human output ofdatabase properties pg
and its details can printed withupctl database properties pg show timescaledb.max_background_workers
command.
Fixed
- Do not return error on valid
dhcp-default-route
values innetwork create
andnetwork modify
commands.
3.2.1 - 2023-11-29
Added
- Add backend
TLS configs
field toloadbalancer show
command
3.2.0 - 2023-11-15
Added
- Add
objectstorage
commands (delete
,list
,show
) for managed object storage management
3.1.0 - 2023-11-06
Added
- Add
network_peerings
,ntp_excess_gib
,storage_maxiops
andload_balancers
fields toaccount show
outputs. - Add
--version
parameter tokubernetes create
andversion
field tokubernetes show
output.
Changed
- Breaking: Update return type of
kubernetes versions
from list of strings to list of objects. (No major version bump, because this end-point has not been included in the API docs)
Fixed
- Use correct currency symbol,
€
instead of$
, in human output ofaccount show
.
3.0.0 - 2023-10-18
This release updates output of show
and list
commands to return the API response as defined in the UpCloud Go SDK. See below for detailed list of changes.
In addition, kubernetes create
will now, by default, block all access to the cluster. To be able to connect to the cluster, define list of allowed IP addresses and/or CIDR blocks or allow access from any IP.
Added
- Breaking: Add
--kubernetes-api-allow-ip
argument tokubernetes create
command. This changes default behavior from allow access from any IP to block access from all IPs. To be able to connect to the cluster, define list of allowed IP addresses and/or CIDR blocks or allow access from any IP. - Add
Kubernetes API allowed IPs
field tokubernetes show
output. - Add
kubernetes nodegroup show
for displaying node-group details. This also adds Nodes table and Anti-affinity field that were not available in previouskubernetes show
output. - Add
kubernetes modify
command for modifying IP addresses that are allowed to access cluster's Kubernetes API. - Add
Kubernetes API allowed IPs
field tokubernetes show
output. - Add
database session list
for listing active database sessions. - Add
database session cancel
for cancelling an active database session.
Changed
- Breaking: In JSON and YAML output of
database list
: return the full API response. Value oftitle
is not replaced with value fromname
, iftitle
is empty. - Breaking: In JSON and YAML output of
database types
: return the full API response. This changes the top level datatype from list to object, where keys are the available database type, e.g.,pg
andmysql
. - Breaking: In JSON and YAML output of
ip-address list
: return the full API response. This changespartofplan
key topart_of_plan
andptrrecord
key toptr_record
. The top level data-type changes from list to object. - Breaking: In JSON and YAML output of
loadbalancer list
: return the full API response. This changesstate
field tooperational_state
. - Breaking: In JSON and YAML output of
network list
andnetwork show
: return the full API response. Servers list will only contain server UUID and name. Innetwork list
output, the top level data-type changes from list to object. - Breaking: In JSON and YAML output of
server list
andserver show
: return the full API response. This changes fieldhost_id
tohost
.nics
is replaced withnetworking
subfieldinterfaces
.storage
is replaced withstorage_devices
.labels
contain subfieldlabel
which in turn contains the labels. Inserver list
output, the top level data-type changes from list to object. - Breaking: In JSON and YAML output of
server firewall show
: return the full API response. This removes fieldsdestination
andsource
fields in favor of[destination|source]_address_start
,[destination|source]_address_end
,[destination|source]_port_start
and[destination|source]_port_end
. - Breaking: In JSON and YAML output of
server plans
: return the full API response. The top level data-type changes from list to object. - Breaking: In JSON and YAML output of
storage list
andstorage show
: return the full API response. This changesservers
field to containserver
field, which in turn contains the servers.labels
field will not be outputted if empty. Instorage list
output, the top level data-type changes from list to object. - Breaking: In JSON and YAML output of
zone list
: return the full API response. The top level data-type changes from list to object. - In JSON and YAML output of
kubernetes list
: return the full API response. - In human readable output of
kubernetes show
command, show node-groups as table. Node-group details are available withkubernetes nodegroup show
command.
Fixed
- Breaking: In JSON and YAML output of
ip-address show
: use same JSON keys as in API documentation. This removescredits
key that was used in place offloating
.
Removed
- Breaking: Remove
database connection list
anddatabase connection cancel
commands in favor ofdatabase session
counterparts - Breaking: In JSON and YAML output of
database properties * show
: pass-through the API response. This removeskey
field from the output.
2.10.0 - 2023-07-17
Added
- Add
--disable-utility-network-access
forkubernetes nodegroup create
command
Fixed
- Use pending color (yellow) for kubernetes node group
scaling-down
andscaling-up
states
2.9.1 - 2023-07-06
Changed
- Release artifacts to follow package naming conventions provided by nFPM.
upcloud-cli-2.9.0_x86_64.rpm vs upcloud-cli-2.9.1.x86_64.rpm # no convention changes upcloud-cli-2.9.0_arm64.rpm vs upcloud-cli-2.9.1.aarch64.rpm # `arm64` -> `aarch64` upcloud-cli-2.9.0_amd64.apk vs upcloud-cli_2.9.1_x86_64.apk # `cli-` -> `cli_` & `amd64` -> `x86_64` upcloud-cli-2.9.0_arm64.apk vs upcloud-cli_2.9.1_aarch64.apk # `cli-` -> `cli_` & `arm64` -> `aarch64` upcloud-cli-2.9.0_amd64.deb vs upcloud-cli_2.9.1_amd64.deb # `cli-` -> `cli_` upcloud-cli-2.9.0_arm64.deb vs upcloud-cli_2.9.1_arm64.deb # `cli-` -> `cli_`
2.9.0 - 2023-06-30
Added
- Add
servergroup
commands (create
,delete
,list
,modify
,show
) for server group management
2.8.0 - 2023-06-21
Added
- Add support for OpenSearch database type
- Add
database index list
anddatabase index
commands for managing OpenSearch database indices - Add completions for
--zone
arguments. - Add
--private-node-groups
argument tokubernetes create
command. - Add Private node groups field to
kubernetes show
output. - Add
--label
flag toserver create
andserver modify
commands
2.7.1 - 2023-05-16
Fixed
- Updated examples of
kubernetes create
command to use valid plans.
2.7.0 - 2023-05-02
Added
- Add
ip
andnet
as aliases toip-address
andnetwork
commands, respectively. - Add Labels table to
loadbalancer show
,network show
,router show
,server show
, andstorage show
outputs. - Add
kubernetes plans
command for listing available plans. - Add
--plan
argument tokubernetes create
command for selecting cluster plan. - Add
--wait
flag tokubernetes create
command for waiting created cluster to reach running state.
2.6.0 - 2023-03-14
Added
- The
upctl
container image now includes jq tool for parsing values from JSON output. - Add node-group states to
kubernetes show
output. - Add completions for
--network
argument ofkubernetes create
andserver network-interface create
. - Support also network name as input for
--network
argument ofkubernetes create
andserver network-interface create
Changed
- Completions will now only suggest private networks as arguments because names or UUIDs of public or utility networks are often not valid arguments.
2.5.0 - 2023-02-15
Added
- Print warning about unknown resource state before exiting when execution is interrupted with SIGINT.
- Add
kubernetes nodegroup create
,kubernetes nodegroup scale
, andkubernetes nodegroup delete
commands (EXPERIMENTAL) - Added support for all shell completions provided by
cobra
. - Add
database properties <DB type>
command to list database properties for given database type anddatabase properties <DB type> show
command to show database property details.
Changed
- Remove custom bash completion logic and replace it with
completion
command provided bycobra
. To do this while supporting args with whitespace, whitespace in completions is replaced with non-breaking spaces.
Fixed
- In
database show
: parse database version from metadata instead of properties. This enables displaying redis version instead of<nil>
.
2.4.0 - 2022-12-19
Added
- Add
kubernetes create
,kubernetes config
,kubernetes delete
,kubernetes list
,kubernetes show
,kubernetes versions
commands (EXPERIMENTAL) - Add
loadbalancer plans
command for listing available LB plans
2.3.0 - 2022-11-11
Added
- Complete available types for
database plans
. - Suppress positional argument filename completion for commands without specific completions.
- In
database list
output: if database has no title, database name is displayed in the title cell instead of leaving the cell empty, similarly than in the hub. - Version information is parsed from
BuildInfo
whenupctl
binary was built without specifying-ldflags
to define value for.../config.Version
. - Use alpine as base image for
upcloud/upctl
container image. This adds sh and other OS tools to the image and thus makes it more suitable for usage in CI systems.
Fixed
- Remove debug leftover print from IP address completions.
- Added
/v2
postfix to module name ingo.mod
, this enables installing v2 versions of CLI withgo install
.
2.2.0 - 2022-10-17
Added
- Include runtime operating system and architecture in
version
command output. - Include instructions for defining credentials and API access in
upctl --help
output.
Fixed
- Fix commands in
server delete
usage examples. - Tune human output so that normal output is directed to
stdout
. Progress and error messages are still outputted tostderr
.
2.1.0 - 2022-09-07
Added
- Add
--wait
flag tostorage import
andstorage templatise
commands to wait until storage is inonline
state. - In JSON and YAML output of
storage import
: information on target storage is now available understorage
key.
Fixed
- In human output of
storage list
: capitalize zone column header and color storage state similarly than instorage show
. - In human output of
storage import
: output UUID of created storage, instead of storage import operation. No UUID is outputted if existing storage was used.
2.0.0 - 2022-08-30
Added
- Add
database delete
command. - Add
loadbalancer delete
command. - Add
Access
field tostorage show
output. - Add fields
argument
andresource
to JSON and YAML error outputs.
Changed
- Breaking: Human output, including errors, is written to stderr instead of stdout.
- Refactor progress logging. This changes the appearance of progress logs. See UpCloudLtd / progress for the new implementation.
Fixed
- Breaking: Set non-zero exit code if command execution fails.
- Breaking: Render servers IP addresses as array of objects, instead of previous pretty-printed string, in JSON and YAML outputs of
server show
. - Breaking: Use key names from
json
field tag also in YAML output to have equal key names in JSON and YAML outputs. For example,bootorder
key in server details will now beboot_order
also in YAML output. As a side-effect data-types are limited to those supported by JSON. For example, timestamps will be presented as (double-quoted) strings. In addition, if command targets multiple resources, YAML output will now be a list, similarly than in JSON output, instead of previous multiple YAML documents. - Breaking: In JSON and YAML output,
storage show
lists attached servers inservers
list instead ofserver
string. - Breaking: In JSON and YAML output,
network show
lists DHCP DNS values in list instead of string. - On
network show
, output server details as unknown instead of outputting an error, if fetching server details fails. This allows displaying network details for networks that contain a load balancer. - Progress logging to non TTY output uses now 100 as text width instead of 0.
1.5.1 - 2022-07-15
Fixed
- On
server create
, mount OS disk by default onvirtio
bus. Previously default OS storage address was not explicit and varyed depending on template type. - Disable colors if user has set NO_COLOR environment variable to non-empty value.
1.5.0 - 2022-07-05
Added
- Add
--show-ip-addresses
flag toserver list
command to optionally include IP addresses in command output. - Add
database connection list
,database connection cancel
,database start
, anddatabase stop
commands.
Changed
- Make
--family
parameter ofserver firewall create
command optional to allow editing the default rules. - Update
cobra
tov1.5.0
and refactor required flag validation code. This affects validation error messages.
Fixed
- Complete shell input with uppercase letters (e.g.,
Cap
toCapitalizedName
will now work) - Display UUID of created template in
storage templatise
output.
1.4.0 - 2022-06-15
Added
- Add
database list
,database show
,database plans
, anddatabase types
commands. - Add
loadbalancer list
andloadbalancer show
commands. - Add
db
andlb
aliases todatabase
andloadbalancer
, respectively.
Changed
- Color server state in
server list
output similarly than inserver show
output. - Update Go version to 1.18
- Update
upcloud-go-api
tov4.8.0
1.3.0 - 2022-05-17
Added
- Add
zone list
command that lists available zones. - Add
--wait
flag toserver create
andserver stop
commands to wait until server is instarted
andstopped
state, respectively.
Changed
- Update
upcloud-go-api
tov4.5.2
Fixed
- Do not display usage if execution fails because of missing credentials
- Mark error and warning livelogs finished when they will not be updated anymore: this stops the timer in the end of the row and stops livelog from refreshing these lines.
1.2.0 - 2022-04-29
Added
- Include UUID (or address) of created resource in create command output
storage modify
command now acceptsenable-filesystem-autoresize
flag. When that flag is set upctl will attempt to resize partition and filesystem after storage size has been modified.
Changed
- New go-api version v4.5.0
Fixed
- Improved errors relating to argument resolver failures
- Print version info, instead of missing credentials error, when running
upctl version
without credentials - Disable colors when outputting in JSON or YAML format
- Display both public and private addresses in
server create
output - Render livelog messages of commands which execution takes less than render tick interval
1.1.3 - 2022-02-24
Changed
- Update documentation
Fixed
- Fix storage command attached-to-server key overrides zone
1.1.2 - 2022-01-21
Fixed
- New release with no changes to fix the Homebrew deprecation notice
1.1.1 - 2021-09-30
Changed
- Change password creation to be disabled by default in server creation
- Always create a password when password delivery method is chosen
1.1.0 - 2021-06-03
Added
- Debug mode for finding root causes to problems
- Docker image and upload to Docker Hub
- Autogenerated documentation under /docs
- Terminal width handling
Changed
- Global flags for colors refactored to
--force-colour
and--no-colour
- New go-api version
- Improved error messages
Fixes
- No coloring of texts if stdout is not a terminal
- Detaching routers works now with the new
--detach-router
parameter innetwork modify
1.0.0 - 2021-04-16
First non-beta release! Includes all previous changes and fixes.
0.6.0 - 2021-04-16
Changed
- Use goreleaser for releasing packages
- Move creation of service outside runcommand to facilitate testing
Fixes
- fix(pre-commit): add missing golangci config file
- fix(root): use default cobra behaviour when called
0.5.0 - 2021-04-14
Initial public beta release :tada:
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
0.1.1 - 2021-03-12
Fixed
- Load config files from the correct place on Windows
- Fix storage import failing on readerCounter not implementing io.Reader
0.1.0 - 2021-03-10
Added
- Current feature set added! First internal release