From 8d4d59655f295847181d6ecf767c199350d489c5 Mon Sep 17 00:00:00 2001 From: mtail Date: Mon, 30 Jul 2018 21:42:46 -0700 Subject: [PATCH] Switch master to 1.1 work. --- content/about/notes/1.1/index.md | 7 +++++++ content_zh/about/notes/1.1/index.md | 7 +++++++ data/args.yml | 4 ++-- data/releases.yml | 6 ++++-- 4 files changed, 20 insertions(+), 4 deletions(-) create mode 100644 content/about/notes/1.1/index.md create mode 100644 content_zh/about/notes/1.1/index.md diff --git a/content/about/notes/1.1/index.md b/content/about/notes/1.1/index.md new file mode 100644 index 0000000000..6f652d814d --- /dev/null +++ b/content/about/notes/1.1/index.md @@ -0,0 +1,7 @@ +--- +title: Istio 1.1 +weight: 91 +page_icon: /img/notes.svg +--- + +TBD diff --git a/content_zh/about/notes/1.1/index.md b/content_zh/about/notes/1.1/index.md new file mode 100644 index 0000000000..6f652d814d --- /dev/null +++ b/content_zh/about/notes/1.1/index.md @@ -0,0 +1,7 @@ +--- +title: Istio 1.1 +weight: 91 +page_icon: /img/notes.svg +--- + +TBD diff --git a/data/args.yml b/data/args.yml index e30acb7b7b..c4fa16ec56 100644 --- a/data/args.yml +++ b/data/args.yml @@ -1,6 +1,6 @@ -version: "1.0" +version: "1.1" preliminary: true archive: false archive_date: YYYY-MM-DD search_engine_id: "013699703217164175118:veyyqmfmpj4" -branch_name: release-1.0 +branch_name: master diff --git a/data/releases.yml b/data/releases.yml index 827d773653..86cfedde2e 100644 --- a/data/releases.yml +++ b/data/releases.yml @@ -1,7 +1,9 @@ -- name: "1.0" +- name: "1.1" url: https://preliminary.istio.io -- name: "0.8" +- name: "1.0" url: https://istio.io +- name: "0.8" + url: https://archive.istio.io/v0.8 - name: "0.7" url: https://archive.istio.io/v0.7 - name: "0.6"