Toni Kangas

Results 18 comments of Toni Kangas

Hello! No new updates on allowing subaccounts to manage tags, as those are used to manage access to servers instead of labeling them. However, we have added [labels](https://registry.terraform.io/providers/UpCloudLtd/upcloud/latest/docs/resources/server#labels) to servers...

Hello! We are now using contexts for both requests (see [v4.7.0](https://github.com/UpCloudLtd/upcloud-go-api/blob/main/CHANGELOG.md#470) and [v5.0.0](https://github.com/UpCloudLtd/upcloud-go-api/blob/main/CHANGELOG.md#500)) and `WaitFor*` methods (see [v7.0.0](https://github.com/UpCloudLtd/upcloud-go-api/blob/main/CHANGELOG.md#700)), so I'll close this as completed 🚢

Thank you for reporting this! We have been planning to update our [cobra](https://github.com/spf13/cobra) dependecy to version `v1.5.0` once that is released and update our completions handling at the same time....

This is now finally available in [v2.5.0](https://github.com/UpCloudLtd/upcloud-cli/releases/tag/v2.5.0), sorry for the delay!

Hi, thanks for reporting this! Did you try to run `go install` with latest version? Is the `6.0.2` in `6.0.2-2-MANJARO` the Linux kernel version? Seems that [GitHub actions runner](https://github.com/actions/runner-images/blob/ubuntu20/20221018.2/images/linux/Ubuntu2004-Readme.md) that...

The just released v2.3.0 now has `v2` included in the go module name, so `go install` will now also work with `upctl` versions >= 2.3.0. That would likely be the...

Hello, thank you for the improvement ideas! Unfortunately, our API does not currently support enabling or disabling individual firewall rules. The best alternative at the moment would be to remove...

Hello! We have `--enable-firewall` and `--disable-firewall` flags in `server create` and `server modify` commands. Could you try if those work for you? So to enable firewall, you could try: ```sh...