Skip to content

Commit c336a0e

Browse files
committed
Update Kubectl documentation (1.33.1)
1 parent a6e3849 commit c336a0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/docs/scrapers/kubectl.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ class Kubectl < UrlScraper
1414
options[:container] = '#page-content-wrapper'
1515

1616
options[:attribution] = <<-HTML
17-
&copy; 2024 The Kubernetes Authors | Documentation Distributed under CC BY 4.0 <br>
18-
Copyright &copy; 2024 The Linux Foundation ®. All rights reserved.
17+
&copy; 2025 The Kubernetes Authors | Documentation Distributed under CC BY 4.0 <br>
18+
Copyright &copy; 2025 The Linux Foundation ®. All rights reserved.
1919
HTML
2020

2121
# latest version has a special URL that does not include the version identifier
2222
version do
23-
self.release = "1.31.2"
23+
self.release = "1.33.1"
2424
self.base_url = "https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands"
2525
end
2626

0 commit comments

Comments
 (0)