Commit Graph

226 Commits (0e6751bf8e10e775b2dfaf1fdce75b439bb91171)

Author SHA1 Message Date
Kubernetes Prow Robot 761fd84a4c
Merge pull request #41321 from kubernetes/dev-1.26-ko.1
[ko] 1st Korean localization work for v1.26
2023-06-12 05:37:48 -07:00
Abhigya Dufare 0f2645a346
Fixed typo in nl.toml
Kubernates >> Kubernetes
2023-06-05 15:38:36 +05:30
Jihoon Seo c747a05c5a [ko] Resolve merge conflicts dev-1.26-ko.1 2023-05-25 19:54:08 +09:00
Jeremy Rickard da5bb8fc47
Update schedule.yaml with May patch release info
Signed-off-by: Jeremy Rickard <jeremyrrickard@gmail.com>
2023-05-22 19:02:43 -06:00
Tim Bannister 50d7e85643
Migrate from fullVersion param to skew shortcode
Use {{< skew currentPatchVersion >}} to render the latest patch version
for the minor release being documented.
2023-05-02 23:25:30 +01:00
Kubernetes Prow Robot 13ea6b9087
Merge pull request #40859 from rul3m4k3r/feature/i18n-de
[de] corrected misspelled word
2023-04-27 00:40:15 -07:00
Milas Bowman 132d8089cc Update data/releases/schedule.yaml for April 2023 patches
* v1.24.13
* v1.25.9
* v1.26.4
* v1.27.1

Signed-off-by: Milas Bowman <milas.bowman@docker.com>
2023-04-26 16:55:02 -04:00
rul3m4k3r 65a8bcffa5 corrected misspelled word 2023-04-26 21:30:01 +02:00
Dipesh Rawat 215bceeec4
Adds banner for KubeCon CloudNativeCon EU 2023 2023-04-14 17:48:44 +01:00
Sascha Grunert 9b0af72e35
Re-add v1.24 schedule to patch releases
We removed them as part of https://github.com/kubernetes/website/pull/40551,
but v1.24 is not EOL yet.

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2023-04-12 09:36:41 +02:00
Kubernetes Prow Robot b03edfa3fd
Merge pull request #40595 from mickeyboxell/merged-main-dev-1.27
Merged main dev 1.27
2023-04-10 12:37:16 -07:00
Nate W e7b492194a
Update data/releases/schedule.yaml
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2023-04-10 12:29:07 -07:00
Nate W fe00b86c3e
Update data/releases/schedule.yaml
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2023-04-10 12:28:48 -07:00
Kubernetes Prow Robot c247a1025d
Merge pull request #40290 from termdew/consistent_meaning_of_you
[de] Make meaning of "you" on the main page consistent
2023-04-07 10:37:14 -07:00
Fabian B 32fb48222d Make meaning of "you" on the main page consistent 2023-04-07 19:31:17 +02:00
Nate W a601eb520f Update schedule.yaml. Updated with correct 1.27.1 patch and cherry pick dates
Signed-off-by: Nate W <natew@cncf.io>
2023-04-06 10:42:49 -07:00
Benjamin Elder 63ef0ac750 clarify redirect 2023-03-27 16:34:01 -07:00
Benjamin Elder fd9bdc1024 show redirect-after banner now
really we should have shown this starting on the 20th or so, and there is no EU 2023 banner ...

and EU 2023 is sold out anyhow
2023-03-27 16:31:44 -07:00
Nate W c3f31fea70 updating katacoda removal message, adding it to more pages
Signed-off-by: Nate W <natew@cncf.io>
2023-03-25 10:05:21 -07:00
Nate W 26b24d762f Adding katacoda removal notices on pages with interactive tutorials
Signed-off-by: Nate W <natew@cncf.io>
2023-03-24 17:38:38 -07:00
Marko Mudrinić dc82455d8d
Add March patch releases to the releases calendar
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
2023-03-17 21:46:44 +01:00
Benjamin Elder 91b297c3e8 add suggested fixes to registry redirect announcement 2023-03-10 15:02:57 -08:00
Benjamin Elder 0e6a3b08c4 preempt registry freeze announcement with redirect announcement 2023-03-10 11:19:18 -08:00
Marko Mudrinić d86e129d6a
Mark 1.23 as EOL
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
2023-03-08 14:51:47 +01:00
Marko Mudrinić 08aaa3fce5
Add February patch releases to the calendar
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
2023-03-08 14:51:08 +01:00
mtardy 44334fa4a2 Update CVE feed layouts for new JSON feed format
Also add information about last update time on CVE table
2023-03-06 19:22:58 +09:00
nurayko 3a9b4317b4
Fix phrasing. 2023-03-02 11:40:24 +02:00
Tim Bannister ec6615209a
Merge pull request #39575 from upodroid/k8s-gcr-io-banner-1
Add announcement banner for image registry freeze

Manual merge as the Netlify preview is timing out.
2023-02-28 14:38:42 +00:00
mtardy 3d850f6b9a Clean CVE feed shortcode i18n caption data
Previsouly we were using two data items:
    ```toml
    [cve_table_date_before]
    other = "(last updated: "
    [cve_table_date_after]
    other = ")"
    ```
Which was simplified, using printf, to:
    ```toml
    [cve_table_date_format_string]
    other = "(last updated: %s)"
    ```
This is related to the following discussion
https://github.com/kubernetes/website/pull/38579#discussion_r1116992896
2023-02-28 11:46:04 +01:00
upodroid 7d6cc70214 Merge branch 'main' of github.com:kubernetes/website into k8s-gcr-io-banner-1 2023-02-27 20:26:58 +00:00
Kubernetes Prow Robot 1d514a5b3c
Merge pull request #38579 from mtardy/cve-json-feed
Update CVE feed layouts for new JSON feed format
2023-02-27 08:36:38 -08:00
Kubernetes Prow Robot b514657676
Merge pull request #39013 from Ashwin1102/main
Sorted the order for entries in data/i18n/en/en.toml
2023-02-25 16:14:27 -08:00
upodroid f89b55e0e7 revert change to owners 2023-02-24 16:58:46 +03:00
upodroid 5fc05fe1aa use a darker shade of red 2023-02-22 14:39:03 +03:00
upodroid 987e74670d adjust the banner dates for katacoda deprecation 2023-02-21 22:50:32 +03:00
mtardy 96fe076330 Remove unused localization strings 2023-02-21 10:34:44 +01:00
mtardy e277fe5f8c Update CVE feed layouts for new JSON feed format
Also add information about last update time on CVE table
2023-02-21 10:34:37 +01:00
upodroid f3a499fab8 apply tim's suggestions 2023-02-21 11:49:26 +03:00
upodroid 99a793bfbd add announcement banner 2023-02-20 20:15:33 +03:00
Kubernetes Prow Robot a5f1040078
Merge pull request #39261 from grainrigi/ja-dockershim-deprecation
[ja] Add dockerhim depreaction FAQ blog post
2023-02-19 15:41:37 -08:00
grainrigi 30b23dd107 [ja] Add /blog/2022/02/17/dockershim-faq (/ja/dockershim) and dockershim_message 2023-02-18 09:08:16 +09:00
Guangwen Feng 1732c08e8c data/i18n/zh-cn/zh-cn.toml: translate en to zh-cn
Signed-off-by: Guangwen Feng <fenggw-fnst@fujitsu.com>
2023-02-17 22:53:36 +08:00
Guangwen Feng 7e5679195a data/i18n/zh-cn/zh-cn.toml: sync with data/i18n/en/en.toml
Signed-off-by: Guangwen Feng <fenggw-fnst@fujitsu.com>
2023-02-17 21:32:36 +08:00
Marko Mudrinić d839169cd6
Remove cherry-pick deadline for minor .0 releases
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
2023-01-25 15:22:29 +01:00
Marko Mudrinić 5865eb1340
Show minor (.0) releases in the calendar
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
2023-01-24 15:57:45 +01:00
ashwin ab954ffeba Sorted the order for entries in data/i18n/en/en.toml 2023-01-20 18:40:41 +05:30
Marko Mudrinić 5e1966df3f
Add January 2023 patch releases to the calendar
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
2023-01-20 12:56:04 +01:00
Kubernetes Prow Robot 5bc55170ba
Merge pull request #35019 from shurup/patch-5
[ru] Updated ru.toml
2023-01-16 16:14:10 -08:00
Mauren Berti 5841fc1e1e
[pt-br] Reword glossary description for tools. 2023-01-11 09:37:55 -05:00
Mauren Berti c827cb49ac
Move Portuguese localization files to pt-br folder (#37967)
* Rename the former "pt" folder to "pt-br" in order to keep consistency across
the website data.
* Update the symbolic link to point to the file in the renamed folder.
2023-01-11 05:51:46 -08:00