Skip to content

Commit

Permalink
Allowing fn inspect functions and fn list functions for PBF(Pre-B…
Browse files Browse the repository at this point in the history
…uilt Functions) function with empty image and digest field. By default, it was not supported. (#659)

* allowing functions with empty image and digest for pbf based functions
  • Loading branch information
ssunny3141 authored Mar 15, 2023
1 parent 02609bc commit 6d74c98
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 6 deletions.
7 changes: 7 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@

# Releases

## v 0.6.24

* 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.

Note: If you have functions created using Pre-Built Functions, then please upgrade to this version to have fn list and fn inspect work properly


## v 0.6.7

* Support for following languages versions:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/fnproject/cli
require (
github.com/coreos/go-semver v0.3.0
github.com/fatih/color v0.0.0-20170926111411-5df930a27be2
github.com/fnproject/fn_go v0.8.6
github.com/fnproject/fn_go v0.8.7
github.com/ghodss/yaml v1.0.0
github.com/giantswarm/semver-bump v0.0.0-20140912095342-88e6c9f2fe39
github.com/go-openapi/runtime v0.19.23
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ github.com/fatih/color v0.0.0-20170926111411-5df930a27be2 h1:40J76vs1Y7oiHFqTrQH
github.com/fatih/color v0.0.0-20170926111411-5df930a27be2/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=
github.com/fnproject/fn_go v0.8.6 h1:CO2ouYc9ZytENgeHe36gGRFKwCb7nM7wf7Y+VGkI7eA=
github.com/fnproject/fn_go v0.8.6/go.mod h1:qQhi3sVpjmPVnxVwnWySZDjG0tackIT6IQjJ6BjiQpc=
github.com/fnproject/fn_go v0.8.7 h1:XtRc5EWfRmTmlfkR5rfRFB9BejnEpYukmXHRS0ME0Q4=
github.com/fnproject/fn_go v0.8.7/go.mod h1:qQhi3sVpjmPVnxVwnWySZDjG0tackIT6IQjJ6BjiQpc=
github.com/fsnotify/fsnotify v1.4.7 h1:IXs+QLmnXW2CcXuY+8Mzv/fWEsPGWxqefPtCP5CnV9I=
github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo=
github.com/ghodss/yaml v1.0.0 h1:wQHKEahhL6wmXdzwWG11gIVCkOv05bNOh+Rxn0yngAk=
Expand Down
32 changes: 28 additions & 4 deletions vendor/github.com/fnproject/fn_go/provider/oracle/shim/fns.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ github.com/coreos/go-semver/semver
# github.com/fatih/color v0.0.0-20170926111411-5df930a27be2
## explicit
github.com/fatih/color
# github.com/fnproject/fn_go v0.8.6
# github.com/fnproject/fn_go v0.8.7
## explicit
github.com/fnproject/fn_go
github.com/fnproject/fn_go/client/version
Expand Down

0 comments on commit 6d74c98

Please sign in to comment.