Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Official 1.13 Release Docs #11401

Merged
merged 44 commits into from
Dec 4, 2018
Merged
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
7dc2453
Update metadata.generation behaviour for custom resources (#10705)
nikhita Nov 1, 2018
e3d49bf
update docs promoting plugins to beta (#10796)
juanvallejo Nov 1, 2018
5d63228
docs update to promote TaintBasedEvictions to beta (#10765)
Huang-Wei Nov 2, 2018
555fff8
First Korean l10n work for dev-1.13 (#10719)
gochist Nov 6, 2018
ff0927f
kubeadm: update the configuration docs to v1beta1 (#10959)
neolit123 Nov 12, 2018
d318c99
kubeadm: add small v1beta1 related updates (#10988)
neolit123 Nov 14, 2018
aa7d309
ADD content/zh/docs/reference/setup-tools/kubeadm/kubeadm.md (#11031)
YouthLab Nov 17, 2018
7d97705
Doc updates for volume scheduling GA (#10743)
msau42 Nov 19, 2018
0c53f2f
Document nodelease feature (#10699)
wangzhen127 Nov 19, 2018
c61b405
advanced audit doc for ModeBlockingStrict (#10203)
CaoShuFeng Nov 19, 2018
cda8eba
Rename EncryptionConfig to EncryptionConfiguration (#11080)
stlaz Nov 20, 2018
05c8961
content/zh/docs/reference/setup-tools/kubeadm/kubeadm-init.md
YouthLab Nov 22, 2018
8dd0957
trsanlate create-cluster-kubeadm.md to chinese (#11041)
Nov 25, 2018
f36a29c
update the feature stage in v1.13 (#11307)
Nov 26, 2018
64afbfb
update new feature gates to document (#11295)
Nov 26, 2018
fa87997
refresh controller role list on rbac description page (#11290)
WanLinghao Nov 26, 2018
e180383
node labeling restriction docs (#10944)
liggitt Nov 27, 2018
fad29b7
Update 1.13 docs for CSI GA (#10893)
msau42 Nov 27, 2018
1f91977
dynamic audit documentation (#9947)
pbarker Nov 27, 2018
39773d4
kubeadm: remove kube-proxy workaround (#11162)
neolit123 Nov 27, 2018
49b1022
zh-trans content/en/docs/setup/independent/install-kubeadm.md (#11338)
jiaj12 Nov 27, 2018
29d80d6
Update dry run feature to beta (#11140)
Nov 27, 2018
d07c95e
vSphere volume raw block support doc update (#10932)
vladimirvivien Nov 27, 2018
42ffdba
Add docs for Windows DNS configurations (#10036)
feiskyer Nov 27, 2018
d153750
add device monitoring documentation (#9945)
dashpole Nov 27, 2018
c01f33d
kubeadm: adds upgrade instructions for 1.13 (#11138)
chuckha Nov 27, 2018
663ba14
kubeadm: add improvements to HA docs (#11094)
neolit123 Nov 28, 2018
bdf9e96
kubeadm external etcd HA upgrade 1.13 (#11364)
rdodev Nov 28, 2018
1e19018
kubeadm cert documentation (#11093)
liztio Nov 29, 2018
ab2ceb0
PR for diff docs (#10789)
apelisse Nov 29, 2018
3ef2819
Second Korean l10n work for dev-1.13. (#11030)
gochist Nov 29, 2018
86978a1
Rename encryption-at-rest related objects (#11059)
stlaz Nov 29, 2018
152f430
Documenting FlexVolume Resize alpha feature. (#10097)
brahmaroutu Nov 29, 2018
7ce937a
CR webhook conversion documentation (#10986)
mbohlool Nov 29, 2018
453ddd9
Remove references to etcd2 in v1.13 since support has been removed (#…
spiffxp Nov 30, 2018
71c18d3
Final Korean l10n work for dev-1.13 (#11440)
gochist Dec 1, 2018
62f8199
Fix unopened caution shortcode
tfogo Dec 1, 2018
ea6cc89
kubeadm: update the reference docs for 1.13 (#10960)
neolit123 Dec 2, 2018
27a56f0
Add generated federation API Reference (#11491)
tfogo Dec 3, 2018
a482bb7
Generate kubectl reference docs 1.13 (#11487)
tfogo Dec 3, 2018
b37af1d
Add 1.13 API reference (#11489)
tfogo Dec 3, 2018
e658142
Update config.toml (#11486)
jimangel Dec 3, 2018
b805aba
adding .Site. to Params.currentUrl (#11503)
jimangel Dec 4, 2018
e2dbe1a
Add 1.13 Release notes (#11499)
tfogo Dec 4, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update config.toml (#11486)
* Update config.toml

Preparing for 1.13 release, updating the config.toml and dropping the 1.8 docs reference.

* update dot releases and docsbranch typo
  • Loading branch information
jimangel authored and k8s-ci-robot committed Dec 3, 2018
commit e658142ee0bb7d627608a9b45c776b94e71bf94d
41 changes: 20 additions & 21 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ time_format_blog = "Monday, January 02, 2006"
description = "Production-Grade Container Orchestration"
showedit = true

latest = "v1.12"
latest = "v1.13"

fullversion = "v1.12.0"
version = "v1.12"
fullversion = "v1.13.0"
version = "v1.13"
githubbranch = "master"
docsbranch = "master"
deprecated = false
Expand All @@ -76,10 +76,10 @@ githubWebsiteRepo = "github.com/kubernetes/website"
githubWebsiteRaw = "raw.githubusercontent.com/kubernetes/website"

[[params.versions]]
fullversion = "v1.12.0"
version = "v1.12"
githubbranch = "v1.12.0"
docsbranch = "release-1.12"
fullversion = "v1.13.0"
version = "v1.13"
githubbranch = "v1.13.0"
docsbranch = "release-1.13"
url = "https://kubernetes.io"

[params.pushAssets]
Expand All @@ -94,34 +94,33 @@ js = [
]

[[params.versions]]
fullversion = "v1.11.3"
fullversion = "v1.12.3"
version = "v1.12"
githubbranch = "v1.12.3"
docsbranch = "release-1.12"
url = "https://v1-12.docs.kubernetes.io"

[[params.versions]]
fullversion = "v1.11.5"
version = "v1.11"
githubbranch = "v1.11.3"
githubbranch = "v1.11.5"
docsbranch = "release-1.11"
url = "https://v1-11.docs.kubernetes.io"

[[params.versions]]
fullversion = "v1.10.3"
fullversion = "v1.10.11"
version = "v1.10"
githubbranch = "v1.10.3"
githubbranch = "v1.10.11"
docsbranch = "release-1.10"
url = "https://v1-10.docs.kubernetes.io"

[[params.versions]]
fullversion = "v1.9.7"
fullversion = "v1.9.11"
version = "v1.9"
githubbranch = "v1.9.7"
githubbranch = "v1.9.11"
docsbranch = "release-1.9"
url = "https://v1-9.docs.kubernetes.io"

[[params.versions]]
fullversion = "v1.8.4"
version = "v1.8"
githubbranch = "v1.8.4"
docsbranch = "release-1.8"
url = "https://v1-8.docs.kubernetes.io"


# Language definitions.

[languages]
Expand Down