We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c336a0e commit 2560e37Copy full SHA for 2560e37
lib/docs/scrapers/kubernetes.rb
@@ -14,13 +14,13 @@ class Kubernetes < UrlScraper
14
options[:container] = '.td-content'
15
16
options[:attribution] = <<-HTML
17
- © 2024 The Kubernetes Authors | Documentation Distributed under CC BY 4.0 <br>
18
- Copyright © 2024 The Linux Foundation ®. All rights reserved.
+ © 2025 The Kubernetes Authors | Documentation Distributed under CC BY 4.0 <br>
+ Copyright © 2025 The Linux Foundation ®. All rights reserved.
19
HTML
20
21
# latest version has a special URL that does not include the version identifier
22
version do
23
- self.release = "1.31.2"
+ self.release = "1.33.1"
24
self.base_url = "https://kubernetes.io/docs/reference/kubernetes-api/"
25
end
26
0 commit comments