Skip to content

Commit 12e17eb

Browse files
committed
Update Kubectl documentation (1.31.2)
1 parent f814260 commit 12e17eb

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; 2022 The Kubernetes Authors | Documentation Distributed under CC BY 4.0 <br>
18-
Copyright &copy; 2022 The Linux Foundation ®. All rights reserved.
17+
&copy; 2024 The Kubernetes Authors | Documentation Distributed under CC BY 4.0 <br>
18+
Copyright &copy; 2024 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.26"
23+
self.release = "1.31.2"
2424
self.base_url = "https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands"
2525
end
2626

0 commit comments

Comments
 (0)