Skip to content

Commit 8ed514a

Browse files
authored
Merge pull request #42467 from sftim/20230809_remove_fullversion_param
Stop setting deprecated fullversion param
2 parents 9e1fdc5 + 2805839 commit 8ed514a

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

hugo.toml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,6 @@ showedit = true
140140

141141
latest = "v1.27"
142142

143-
fullversion = "v1.27.0" # legacy; use {{< skew currentPatchVersion >}} instead
144-
# retain until all localizations have migrated
145-
146143
version = "v1.27"
147144
githubbranch = "main"
148145
docsbranch = "main"
@@ -183,40 +180,30 @@ js = [
183180
]
184181

185182
[[params.versions]]
186-
fullversion = "v1.27.0" # legacy; use {{< skew currentPatchVersion >}} instead
187-
# retain until all localizations have migrated
188183
version = "v1.27"
189184
githubbranch = "v1.27.0"
190185
docsbranch = "main"
191186
url = "https://kubernetes.io"
192187

193188
[[params.versions]]
194-
fullversion = "v1.26.3" # legacy; use {{< skew currentPatchVersion >}} instead
195-
# retain until all localizations have migrated
196189
version = "v1.26"
197190
githubbranch = "v1.26.3"
198191
docsbranch = "release-1.26"
199192
url = "https://v1-26.docs.kubernetes.io"
200193

201194
[[params.versions]]
202-
fullversion = "v1.25.8" # legacy; use {{< skew currentPatchVersion >}} instead
203-
# retain until all localizations have migrated
204195
version = "v1.25"
205196
githubbranch = "v1.25.8"
206197
docsbranch = "release-1.25"
207198
url = "https://v1-25.docs.kubernetes.io"
208199

209200
[[params.versions]]
210-
fullversion = "v1.24.12" # legacy; use {{< skew currentPatchVersion >}} instead
211-
# retain until all localizations have migrated
212201
version = "v1.24"
213202
githubbranch = "v1.24.12"
214203
docsbranch = "release-1.24"
215204
url = "https://v1-24.docs.kubernetes.io"
216205

217206
[[params.versions]]
218-
fullversion = "v1.23.17" # legacy; use {{< skew currentPatchVersion >}} instead
219-
# retain until all localizations have migrated
220207
version = "v1.23"
221208
githubbranch = "v1.23.17"
222209
docsbranch = "release-1.23"

0 commit comments

Comments
 (0)