chore: Release - #290
Merged
Merged
chore: Release#290
Conversation
Signed-off-by: Dragos Gheorghioiu <dragosg@unikraft.com>
By checking the READMEs for "Make sure to log into Unikraft Cloud", examples which do not use Kraftkit are included Signed-off-by: Daniel Vallance <daniel@unikraft.com>
Signed-off-by: Daniel Vallance <daniel@unikraft.com>
The CLI renamed --tags to --tag and no longer splits a flag value on commas, so every example here set a single tag literally named "production,customer_A". Repeat the flag instead. The two template examples were wrong in a second way: neither /instances/templates nor /volumes/templates accepts tags, and both reject unknown members, so the CLI has no field to expose and the API calls as written would fail outright. Templating relabels the source record in place rather than building a new one, so the template already carries the instance's or volume's tags — tag the resource first, then convert it. Left the CLI alone rather than adding a --tag flag the platform has nothing to do with. The trailing note about comma separation still holds for --filter and the API query parameter, so it's scoped to filtering rather than dropped. Signed-off-by: Justin Chadwell <justin@unikraft.com>
Renamed in the CLI alongside --tags. Both already appeared as repeated flags in these examples, so this is only the rename. Signed-off-by: Justin Chadwell <justin@unikraft.com>
Nothing said how to express more than one element. Now that the CLI no longer splits a flag value on commas, repeating the flag or writing JSON are the only two ways, and neither was written down anywhere. Signed-off-by: Justin Chadwell <justin@unikraft.com>
Signed-off-by: aabedraba <abdallah@unikraft.com>
Signed-off-by: aabedraba <abdallah@unikraft.com>
Both pages predated unikraft-cloud/cli#403 and drove the features through `unikraft api`, under a caution saying subcommands were coming soon. They now use `instance create --branch`/`--checkpoint` and the `instance checkpoint` subcommands, and the serverless-databases checkpoint section switches over to match the branching section below it. The only api calls left are the two things the CLI can't express: naming a checkpoint at creation, and autokill policies. The under-the-hood endpoint blocks and their JSON responses are gone rather than sitting alongside the CLI, since the API reference already documents the shapes. The ones that remain also stop passing bodies with -d, which the CLI now warns is deprecated. The r11 release notes still describe the raw endpoints; #403 landed after both r11 and r12, so that belongs in a future release note rather than a retroactive edit. Signed-off-by: Justin Chadwell <justin@unikraft.com>
Signed-off-by: Daniel Vallance <daniel@unikraft.com>
Signed-off-by: Daniel Vallance <daniel@unikraft.com>
Signed-off-by: Daniel Vallance <daniel@unikraft.com>
Closes: FIELD-787 Signed-off-by: Daniel Vallance <daniel@unikraft.com>
Signed-off-by: Daniel Vallance <daniel@unikraft.com>
Signed-off-by: Daniel Vallance <daniel@unikraft.com>
Signed-off-by: Daniel Vallance <daniel@unikraft.com>
Signed-off-by: Dragos Gheorghioiu <dragosg@unikraft.com>
Signed-off-by: Daniel Vallance <daniel@unikraft.com>
Signed-off-by: Daniel Vallance <daniel@unikraft.com>
Signed-off-by: Dragos Gheorghioiu <dragosg@unikraft.com>
Signed-off-by: Daniel Vallance <daniel@unikraft.com>
Signed-off-by: Daniel Vallance <daniel@unikraft.com>
Signed-off-by: Daniel Vallance <daniel@unikraft.com>
Signed-off-by: Dragos Gheorghioiu <dragosg@unikraft.com>
Signed-off-by: Daniel Vallance <daniel@unikraft.com>
Signed-off-by: Daniel Vallance <daniel@unikraft.com>
Signed-off-by: Daniel Vallance <daniel@unikraft.com>
This makes the CI work with v0.5.0 of the Unikraft CLI Signed-off-by: Daniel Vallance <daniel@unikraft.com>
dragosgheorghioiu
self-requested a review
September 2, 2026 13:49
dragosgheorghioiu
approved these changes
Sep 2, 2026
dragosgheorghioiu
left a comment
Contributor
There was a problem hiding this comment.
Reviewed-by: Dragos Gheorghioiu <dragosg@unikraft.com>
Approved-by: Dragos Gheorghioiu <dragosg@unikraft.com>
This branch was previously deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.