From fbcfb98c9882e4967f4ac704695538dba1ed405e Mon Sep 17 00:00:00 2001 From: Christopher Haar Date: Sat, 13 Dec 2025 10:09:30 +0100 Subject: [PATCH] feat(bump): bump api versions to v1 Signed-off-by: Christopher Haar --- example/.dev/functions.yaml | 2 +- example/conditions/README.md | 2 +- example/conditions/functions.yaml | 6 +++--- example/context/README.md | 2 +- example/context/functions.yaml | 6 +++--- example/custom-delims/functions.yaml | 2 +- example/environment/README.md | 2 +- example/environment/functions.yaml | 6 +++--- example/extra-resources/functions.yaml | 2 +- example/filesystem/functions.yaml | 4 ++-- example/functions/fromYaml/functions.yaml | 2 +- example/functions/getComposedResource/functions.yaml | 2 +- example/functions/getCompositeResource/functions.yaml | 2 +- example/functions/getCredentialData/functions.yaml | 2 +- example/functions/getExtraResources/functions.yaml | 2 +- .../functions/getExtraResourcesFromContext/functions.yaml | 2 +- example/functions/getResourceCondition/functions.yaml | 2 +- example/functions/include/functions.yaml | 2 +- example/functions/toYaml/functions.yaml | 2 +- example/inline/functions.yaml | 2 +- example/recursive/functions.yaml | 2 +- package/crossplane.yaml | 2 +- 22 files changed, 29 insertions(+), 29 deletions(-) diff --git a/example/.dev/functions.yaml b/example/.dev/functions.yaml index 50e8219..6a69bcf 100644 --- a/example/.dev/functions.yaml +++ b/example/.dev/functions.yaml @@ -2,7 +2,7 @@ # Use this function yaml when developing and executing the function directly instead of in a container # E.g. `go run . --insecure --debug --address=":9443"` -apiVersion: pkg.crossplane.io/v1beta1 +apiVersion: pkg.crossplane.io/v1 kind: Function metadata: name: function-go-templating diff --git a/example/conditions/README.md b/example/conditions/README.md index f776731..c270e53 100644 --- a/example/conditions/README.md +++ b/example/conditions/README.md @@ -25,7 +25,7 @@ Next, set the go-templating function `render.crossplane.io/runtime: Development` `crossplane render` communicates with the local process instead of downloading an image: ```yaml -apiVersion: pkg.crossplane.io/v1beta1 +apiVersion: pkg.crossplane.io/v1 kind: Function metadata: name: crossplane-contrib-function-go-templating diff --git a/example/conditions/functions.yaml b/example/conditions/functions.yaml index 1ed16ac..1f9264f 100644 --- a/example/conditions/functions.yaml +++ b/example/conditions/functions.yaml @@ -1,5 +1,5 @@ --- -apiVersion: pkg.crossplane.io/v1beta1 +apiVersion: pkg.crossplane.io/v1 kind: Function metadata: name: crossplane-contrib-function-environment-configs @@ -7,7 +7,7 @@ spec: # This is ignored when using the Development runtime. package: xpkg.crossplane.io/crossplane-contrib/function-environment-configs:v0.5.0 --- -apiVersion: pkg.crossplane.io/v1beta1 +apiVersion: pkg.crossplane.io/v1 kind: Function metadata: name: crossplane-contrib-function-go-templating @@ -17,7 +17,7 @@ metadata: spec: package: xpkg.crossplane.io/crossplane-contrib/function-go-templating:v0.11.2 --- -apiVersion: pkg.crossplane.io/v1beta1 +apiVersion: pkg.crossplane.io/v1 kind: Function metadata: name: crossplane-contrib-function-auto-ready diff --git a/example/context/README.md b/example/context/README.md index 6c48e58..e38c748 100644 --- a/example/context/README.md +++ b/example/context/README.md @@ -70,7 +70,7 @@ Next, set the go-templating function `render.crossplane.io/runtime: Development` `crossplane render` communicates with the local process instead of downloading an image: ```yaml -apiVersion: pkg.crossplane.io/v1beta1 +apiVersion: pkg.crossplane.io/v1 kind: Function metadata: name: crossplane-contrib-function-go-templating diff --git a/example/context/functions.yaml b/example/context/functions.yaml index 1ed16ac..1f9264f 100644 --- a/example/context/functions.yaml +++ b/example/context/functions.yaml @@ -1,5 +1,5 @@ --- -apiVersion: pkg.crossplane.io/v1beta1 +apiVersion: pkg.crossplane.io/v1 kind: Function metadata: name: crossplane-contrib-function-environment-configs @@ -7,7 +7,7 @@ spec: # This is ignored when using the Development runtime. package: xpkg.crossplane.io/crossplane-contrib/function-environment-configs:v0.5.0 --- -apiVersion: pkg.crossplane.io/v1beta1 +apiVersion: pkg.crossplane.io/v1 kind: Function metadata: name: crossplane-contrib-function-go-templating @@ -17,7 +17,7 @@ metadata: spec: package: xpkg.crossplane.io/crossplane-contrib/function-go-templating:v0.11.2 --- -apiVersion: pkg.crossplane.io/v1beta1 +apiVersion: pkg.crossplane.io/v1 kind: Function metadata: name: crossplane-contrib-function-auto-ready diff --git a/example/custom-delims/functions.yaml b/example/custom-delims/functions.yaml index db53894..e6073c0 100644 --- a/example/custom-delims/functions.yaml +++ b/example/custom-delims/functions.yaml @@ -1,4 +1,4 @@ -apiVersion: pkg.crossplane.io/v1beta1 +apiVersion: pkg.crossplane.io/v1 kind: Function metadata: name: function-go-templating diff --git a/example/environment/README.md b/example/environment/README.md index 2f7188c..337c305 100644 --- a/example/environment/README.md +++ b/example/environment/README.md @@ -94,7 +94,7 @@ Next, set the go-templating function `render.crossplane.io/runtime: Development` `crossplane render` communicates with the local process instead of downloading an image: ```yaml -apiVersion: pkg.crossplane.io/v1beta1 +apiVersion: pkg.crossplane.io/v1 kind: Function metadata: name: crossplane-contrib-function-go-templating diff --git a/example/environment/functions.yaml b/example/environment/functions.yaml index 1ed16ac..1f9264f 100644 --- a/example/environment/functions.yaml +++ b/example/environment/functions.yaml @@ -1,5 +1,5 @@ --- -apiVersion: pkg.crossplane.io/v1beta1 +apiVersion: pkg.crossplane.io/v1 kind: Function metadata: name: crossplane-contrib-function-environment-configs @@ -7,7 +7,7 @@ spec: # This is ignored when using the Development runtime. package: xpkg.crossplane.io/crossplane-contrib/function-environment-configs:v0.5.0 --- -apiVersion: pkg.crossplane.io/v1beta1 +apiVersion: pkg.crossplane.io/v1 kind: Function metadata: name: crossplane-contrib-function-go-templating @@ -17,7 +17,7 @@ metadata: spec: package: xpkg.crossplane.io/crossplane-contrib/function-go-templating:v0.11.2 --- -apiVersion: pkg.crossplane.io/v1beta1 +apiVersion: pkg.crossplane.io/v1 kind: Function metadata: name: crossplane-contrib-function-auto-ready diff --git a/example/extra-resources/functions.yaml b/example/extra-resources/functions.yaml index db53894..e6073c0 100644 --- a/example/extra-resources/functions.yaml +++ b/example/extra-resources/functions.yaml @@ -1,4 +1,4 @@ -apiVersion: pkg.crossplane.io/v1beta1 +apiVersion: pkg.crossplane.io/v1 kind: Function metadata: name: function-go-templating diff --git a/example/filesystem/functions.yaml b/example/filesystem/functions.yaml index b5618d8..288fc02 100644 --- a/example/filesystem/functions.yaml +++ b/example/filesystem/functions.yaml @@ -1,12 +1,12 @@ --- -apiVersion: pkg.crossplane.io/v1beta1 +apiVersion: pkg.crossplane.io/v1 kind: Function metadata: name: function-auto-ready spec: package: xpkg.crossplane.io/crossplane-contrib/function-auto-ready:v0.6.0 --- -apiVersion: pkg.crossplane.io/v1beta1 +apiVersion: pkg.crossplane.io/v1 kind: Function metadata: name: function-go-templating diff --git a/example/functions/fromYaml/functions.yaml b/example/functions/fromYaml/functions.yaml index db53894..e6073c0 100644 --- a/example/functions/fromYaml/functions.yaml +++ b/example/functions/fromYaml/functions.yaml @@ -1,4 +1,4 @@ -apiVersion: pkg.crossplane.io/v1beta1 +apiVersion: pkg.crossplane.io/v1 kind: Function metadata: name: function-go-templating diff --git a/example/functions/getComposedResource/functions.yaml b/example/functions/getComposedResource/functions.yaml index db53894..e6073c0 100644 --- a/example/functions/getComposedResource/functions.yaml +++ b/example/functions/getComposedResource/functions.yaml @@ -1,4 +1,4 @@ -apiVersion: pkg.crossplane.io/v1beta1 +apiVersion: pkg.crossplane.io/v1 kind: Function metadata: name: function-go-templating diff --git a/example/functions/getCompositeResource/functions.yaml b/example/functions/getCompositeResource/functions.yaml index db53894..e6073c0 100644 --- a/example/functions/getCompositeResource/functions.yaml +++ b/example/functions/getCompositeResource/functions.yaml @@ -1,4 +1,4 @@ -apiVersion: pkg.crossplane.io/v1beta1 +apiVersion: pkg.crossplane.io/v1 kind: Function metadata: name: function-go-templating diff --git a/example/functions/getCredentialData/functions.yaml b/example/functions/getCredentialData/functions.yaml index eea339c..b51928d 100644 --- a/example/functions/getCredentialData/functions.yaml +++ b/example/functions/getCredentialData/functions.yaml @@ -1,4 +1,4 @@ -apiVersion: pkg.crossplane.io/v1beta1 +apiVersion: pkg.crossplane.io/v1 kind: Function metadata: name: function-go-templating diff --git a/example/functions/getExtraResources/functions.yaml b/example/functions/getExtraResources/functions.yaml index db53894..e6073c0 100644 --- a/example/functions/getExtraResources/functions.yaml +++ b/example/functions/getExtraResources/functions.yaml @@ -1,4 +1,4 @@ -apiVersion: pkg.crossplane.io/v1beta1 +apiVersion: pkg.crossplane.io/v1 kind: Function metadata: name: function-go-templating diff --git a/example/functions/getExtraResourcesFromContext/functions.yaml b/example/functions/getExtraResourcesFromContext/functions.yaml index e6b5840..b0ac33d 100644 --- a/example/functions/getExtraResourcesFromContext/functions.yaml +++ b/example/functions/getExtraResourcesFromContext/functions.yaml @@ -1,4 +1,4 @@ -apiVersion: pkg.crossplane.io/v1beta1 +apiVersion: pkg.crossplane.io/v1 kind: Function metadata: name: function-go-templating diff --git a/example/functions/getResourceCondition/functions.yaml b/example/functions/getResourceCondition/functions.yaml index db53894..e6073c0 100644 --- a/example/functions/getResourceCondition/functions.yaml +++ b/example/functions/getResourceCondition/functions.yaml @@ -1,4 +1,4 @@ -apiVersion: pkg.crossplane.io/v1beta1 +apiVersion: pkg.crossplane.io/v1 kind: Function metadata: name: function-go-templating diff --git a/example/functions/include/functions.yaml b/example/functions/include/functions.yaml index 2d9d48f..d0178a1 100644 --- a/example/functions/include/functions.yaml +++ b/example/functions/include/functions.yaml @@ -1,4 +1,4 @@ -apiVersion: pkg.crossplane.io/v1beta1 +apiVersion: pkg.crossplane.io/v1 kind: Function metadata: name: function-go-templating diff --git a/example/functions/toYaml/functions.yaml b/example/functions/toYaml/functions.yaml index db53894..e6073c0 100644 --- a/example/functions/toYaml/functions.yaml +++ b/example/functions/toYaml/functions.yaml @@ -1,4 +1,4 @@ -apiVersion: pkg.crossplane.io/v1beta1 +apiVersion: pkg.crossplane.io/v1 kind: Function metadata: name: function-go-templating diff --git a/example/inline/functions.yaml b/example/inline/functions.yaml index db53894..e6073c0 100644 --- a/example/inline/functions.yaml +++ b/example/inline/functions.yaml @@ -1,4 +1,4 @@ -apiVersion: pkg.crossplane.io/v1beta1 +apiVersion: pkg.crossplane.io/v1 kind: Function metadata: name: function-go-templating diff --git a/example/recursive/functions.yaml b/example/recursive/functions.yaml index db53894..e6073c0 100644 --- a/example/recursive/functions.yaml +++ b/example/recursive/functions.yaml @@ -1,4 +1,4 @@ -apiVersion: pkg.crossplane.io/v1beta1 +apiVersion: pkg.crossplane.io/v1 kind: Function metadata: name: function-go-templating diff --git a/package/crossplane.yaml b/package/crossplane.yaml index 2801a2c..3fc2c53 100644 --- a/package/crossplane.yaml +++ b/package/crossplane.yaml @@ -1,5 +1,5 @@ --- -apiVersion: meta.pkg.crossplane.io/v1beta1 +apiVersion: meta.pkg.crossplane.io/v1 kind: Function metadata: name: function-go-templating