You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* support for architectures types in application create and deploy
* fixing --local flag for deploy
* testing with local fnserver image
* fixing bug introduced by reading response body before processing
* updating oci sdk for arch param inclusion
* adding arm64 lib build
* shape type support and shape in function inspect
* updating go version in dockerfile
* using default builder instance for supported platforms for single arch
* updating oci sdk
* optimizing deploy
* updating fn_go to public version
* adding release to linux arm64 code
---------
Co-authored-by: Vishal Maurya <[email protected]>
Copy file name to clipboardExpand all lines: RELEASES.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,16 @@
1
1
2
2
# Releases
3
3
4
+
## v 0.6.25
5
+
6
+
* Support for multiple shapes(architectures) functions images:
7
+
* x86 (default)
8
+
* arm
9
+
* multiarch (x86, arm)
10
+
11
+
* cli now is supported on `Arm Linux` as well.
12
+
13
+
4
14
## v 0.6.24
5
15
6
16
* Allowing `fn inspect functions` and `fn list functions` for PBF(Pre-Built Functions) function with empty image and digest field. By default, it was not supported.
0 commit comments