Browse Source

fix: bug in script (#5043)

fix: bumps release-support

Signed-off-by: Gustavo Carvalho <gustavo@externalsecrets.com>
Co-authored-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
Gustavo Fernandes de Carvalho 8 months ago
parent
commit
9e6b82b16e
2 changed files with 3 additions and 2 deletions
  1. 2 1
      docs/introduction/stability-support.md
  2. 1 1
      hack/api-docs/Makefile

+ 2 - 1
docs/introduction/stability-support.md

@@ -18,7 +18,8 @@ As of version 0.14.x , this is the only kubernetes version that we will guarante
 
 | ESO Version | Kubernetes Version | Release Date | End of Life     |
 | ----------- | ------------------ | ------------ | --------------- |
-| 0.17.x      | 1.33               | May 14, 2025  | Release of 0.18 |
+| 0.18.x      | 1.33               | July 17, 2025  | Release of 0.19 |
+| 0.17.x      | 1.33               | May 14, 2025  | July 17, 2025    |
 | 0.16.x      | 1.32               | Apr 14, 2025  | May 14, 2025    |
 | 0.15.x      | 1.32               | Mar 19, 2025  | Apr 14, 2025    |
 | 0.14.x      | 1.32               | Feb 4, 2025  | Mar 19, 2025    |

+ 1 - 1
hack/api-docs/Makefile

@@ -52,7 +52,7 @@ VERSION_TO_UPDATE ?= $(shell echo $(MAJOR_VERSION).$(MINOR_VERSION).x)
 
 .PHONY: stability-support.update
 stability-support.update:
-	./add_eso_version.sh $(VERSION_TO_UPDATE)
+	ROOT=$(ROOT) ./add_eso_version.sh $(VERSION_TO_UPDATE)
 
 .PHONY: check
 check: