From e0533bf4dfecca460db8f3af1a81ed5d778ed566 Mon Sep 17 00:00:00 2001 From: Marcos Nils <1578458+marcosnils@users.noreply.github.com> Date: Mon, 4 Apr 2022 16:40:54 -0300 Subject: [PATCH] docs: fix Europa wording on migration docs (#2032) Signed-off-by: Marcos Lilljedahl --- docs/1214-migrate-from-dagger-0.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/1214-migrate-from-dagger-0.1.md b/docs/1214-migrate-from-dagger-0.1.md index 664c0dea..fbf898ca 100644 --- a/docs/1214-migrate-from-dagger-0.1.md +++ b/docs/1214-migrate-from-dagger-0.1.md @@ -5,7 +5,7 @@ displayed_sidebar: europa # Migrate from Dagger 0.1 -We are getting ready to release dagger 0.2, codename Europa. This release has one focus: improve the developer experience. It features a redesigned CLI and powerful new APIs. The result is a completely new way to develop CI/CD pipelines: more productive, more portable… and way more fun! +This is the documentation for dagger 0.2, codename Europa. This release has one focus: improve the developer experience. It features a redesigned CLI and powerful new APIs. The result is a completely new way to develop CI/CD pipelines: more productive, more portable… and way more fun! However, there is a downside: unfortunately, this release is not backwards compatible: plans written for dagger 0.1 will not run on version 0.2. Automatic migration is not supported, but manual migration is relatively straightforward.