Julian Tölle
Julian Tölle
I think so, but we can probably skip the additional mount/unmount and just run `chown` after mounting it.
Hey @schmidp, > you mention adding the capability to GetPluginCapabilities. Too me it looks like it should be added to: NodeGetCapabilities instead: You are correct, it needs to be in...
> This is a breaking change, but I'd argue it is a necessary bug fix. > > @apricote Should we release a v2, and try to pack a few breaking...
"As soon as someone asks, if not earlier" is usually our policy. In this case I would like to finalize a fix for #673 before releasing the new version. I...
@simonostendorf the release took a bit longer to prepare then expected. Now targeting monday.
@carstenblt I just tested multiple wildcard domains, and its working for me as expected. Is this what you were looking for? If not, could you explain to me again what...
Confirmed the issue still exists. I will close this issue in favor of #709 as it has a little bit more details about the bug.
Hey @mschfh, plainly retrying requests could be a bit dangerous, as we do not have an idempotent API. Actions might be taken twice, if the actual API request arrived at...
Version `2.0.0` was just published for these changes. Please make sure to upgrade your usage before **September 1st 2023** to avoid any issues. Until then, we will keep backporting changes...
The script could be replaced by the following invocation of the CLI: ``` hcloud ssh-key create --name $HCLOUD_SSH_KEY --public-key-from-file $SSH_PUBLIC_KEY ```