From 935894552653863866ec190f2d1deb301c351314 Mon Sep 17 00:00:00 2001 From: Andrea Luzzardi Date: Thu, 10 Mar 2022 16:47:32 -0800 Subject: [PATCH] docs: migrate from 0.1 - Temporary page that just points to the GitHub Discussion - Goal: create a stable link we can share, update with proper content later - Wasn't sure how to categorize this so I've renamed `DRAFTS` into `Knowledge Base` Signed-off-by: Andrea Luzzardi --- .../1214-migrate-from-dagger-0.1.md | 16 ++++++++++++++++ website/sidebars.js | 12 +++++------- 2 files changed, 21 insertions(+), 7 deletions(-) create mode 100644 docs/knowledge-base/1214-migrate-from-dagger-0.1.md diff --git a/docs/knowledge-base/1214-migrate-from-dagger-0.1.md b/docs/knowledge-base/1214-migrate-from-dagger-0.1.md new file mode 100644 index 00000000..664c0dea --- /dev/null +++ b/docs/knowledge-base/1214-migrate-from-dagger-0.1.md @@ -0,0 +1,16 @@ +--- +slug: /1214/migrate-from-dagger-0.1 +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! + +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. + +If you need help migrating your plan, we will be happy to assist you! Simply reply to [this thread](https://github.com/dagger/dagger/discussions/1772) with a description of your configuration. If you've already started migrating, please let us know and share details of your progress and issues you're encountering. We will do our best to assist you! + +Since we are a small team, we cannot promise to migrate all of your configurations on our own. But we will do our very best to help you get there. We are making this work our priority. + +We apologize once again for breaking compatibility. We hope you will find that the new features of Europa are worth it 😁 diff --git a/website/sidebars.js b/website/sidebars.js index 48697469..3cbc97c4 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -76,10 +76,7 @@ module.exports = { label: "Getting Started", collapsible: false, collapsed: false, - items: [ - "getting-started/local-dev", - "getting-started/ci-environment" - ], + items: ["getting-started/local-dev", "getting-started/ci-environment"], }, { type: "category", @@ -95,10 +92,11 @@ module.exports = { }, { type: "category", - label: "DRAFTS", - collapsible: true, - collapsed: true, + label: "Knowledge Base", + collapsible: false, + collapsed: false, items: [ + "knowledge-base/migrate-from-dagger-0.1", "learn/api", "use-cases/go-docker-swarm", ],