1
0
Эх сурвалжийг харах

Update Kubernetes documentation (1.33.1)

Simon Legner 6 сар өмнө
parent
commit
2560e37df6

+ 3 - 3
lib/docs/scrapers/kubernetes.rb

@@ -14,13 +14,13 @@ module Docs
     options[:container] = '.td-content'
 
     options[:attribution] = <<-HTML
-      &copy; 2024 The Kubernetes Authors | Documentation Distributed under CC BY 4.0 <br>
-      Copyright &copy; 2024 The Linux Foundation ®. All rights reserved.
+      &copy; 2025 The Kubernetes Authors | Documentation Distributed under CC BY 4.0 <br>
+      Copyright &copy; 2025 The Linux Foundation ®. All rights reserved.
     HTML
 
     # latest version has a special URL that does not include the version identifier 
     version do
-      self.release = "1.31.2"
+      self.release = "1.33.1"
       self.base_url = "https://kubernetes.io/docs/reference/kubernetes-api/"
     end