From 12e17eb69bed9c6c06f781f7638cc1b838276a42 Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Sun, 17 Nov 2024 12:41:11 +0100 Subject: [PATCH] Update Kubectl documentation (1.31.2) --- lib/docs/scrapers/kubectl.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/docs/scrapers/kubectl.rb b/lib/docs/scrapers/kubectl.rb index 42cff8c7..732b5211 100644 --- a/lib/docs/scrapers/kubectl.rb +++ b/lib/docs/scrapers/kubectl.rb @@ -14,13 +14,13 @@ module Docs options[:container] = '#page-content-wrapper' options[:attribution] = <<-HTML - © 2022 The Kubernetes Authors | Documentation Distributed under CC BY 4.0
- Copyright © 2022 The Linux Foundation ®. All rights reserved. + © 2024 The Kubernetes Authors | Documentation Distributed under CC BY 4.0
+ Copyright © 2024 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.26" + self.release = "1.31.2" self.base_url = "https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands" end