Skip to content

Commit 94e8e8e

Browse files
authored
Merge pull request #146 from haarchri/feature/bump-api-v1
pkg: switch Function package APIs from v1beta1 to v1
2 parents 81eb3e8 + d50e4b8 commit 94e8e8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/functions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
apiVersion: pkg.crossplane.io/v1beta1
2+
apiVersion: pkg.crossplane.io/v1
33
kind: Function
44
metadata:
55
name: function-template-python

package/crossplane.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
apiVersion: meta.pkg.crossplane.io/v1beta1
2+
apiVersion: meta.pkg.crossplane.io/v1
33
kind: Function
44
metadata:
55
name: function-template-python

0 commit comments

Comments
 (0)