Skip to content

Commit

Permalink
[release-v1.0.0] Add kn-plugin-func v0.21.0 (knative#977)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsimansk authored Feb 23, 2022
1 parent e9dc7d2 commit 2e4d765
Show file tree
Hide file tree
Showing 2,852 changed files with 412,263 additions and 2,519 deletions.
22 changes: 14 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,31 @@ require (
github.com/spf13/cobra v1.2.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.9.0
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
gotest.tools/v3 v3.0.3
k8s.io/api v0.21.4
k8s.io/apiextensions-apiserver v0.21.4
k8s.io/apimachinery v0.22.3
k8s.io/api v0.22.5
k8s.io/apiextensions-apiserver v0.22.5
k8s.io/apimachinery v0.22.5
k8s.io/cli-runtime v0.21.4
k8s.io/client-go v0.21.4
k8s.io/code-generator v0.21.4
k8s.io/client-go v0.22.5
k8s.io/code-generator v0.22.5
knative.dev/eventing v0.27.2
knative.dev/hack v0.0.0-20211122163517-fe1340f21191
knative.dev/hack v0.0.0-20220216040439-0456e8bf6547
knative.dev/kn-plugin-event v0.27.1
knative.dev/kn-plugin-func v0.21.0
knative.dev/kn-plugin-source-kafka v0.27.0
knative.dev/networking v0.0.0-20211101215640-8c71a2708e7d
knative.dev/pkg v0.0.0-20211101212339-96c0204a70dc
knative.dev/pkg v0.0.0-20220215153400-3c00bb0157b9
knative.dev/serving v0.27.1
sigs.k8s.io/yaml v1.3.0
)

replace (
k8s.io/api => k8s.io/api v0.21.4
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.21.4
k8s.io/apimachinery => k8s.io/apimachinery v0.21.4
k8s.io/client-go => k8s.io/client-go v0.21.4
k8s.io/code-generator => k8s.io/code-generator v0.21.4
knative.dev/kn-plugin-event => github.com/openshift-knative/kn-plugin-event v0.27.1-0.20220223114256-af13ecf492aa
knative.dev/kn-plugin-func => github.com/openshift-knative/kn-plugin-func v0.22.1-0.20220223003546-b1c8c38b7608
)
912 changes: 880 additions & 32 deletions go.sum

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions openshift/release/kn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ plugins:
module: knative.dev/kn-plugin-source-kafka
pluginImportPath: knative.dev/kn-plugin-source-kafka/plugin
version: v0.27.0
#- name: func
#module: knative.dev/kn-plugin-func
#pluginImportPath: knative.dev/kn-plugin-func/plugin
#version: v0.20.0
#replace:
# - module: knative.dev/kn-plugin-func
# version: main
- name: func
module: knative.dev/kn-plugin-func
pluginImportPath: knative.dev/kn-plugin-func/plugin
version: v0.21.0
replace:
- module: knative.dev/kn-plugin-func
version: openshift-v0.21.0
1 change: 1 addition & 0 deletions pkg/kn/root/plugin_register.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ package root
import (
// Add #plugins# import here. Don't remove this line, it triggers an automatic replacement.
_ "knative.dev/kn-plugin-event/pkg/plugin"
_ "knative.dev/kn-plugin-func/plugin"
_ "knative.dev/kn-plugin-source-kafka/plugin"
)

Expand Down
22 changes: 22 additions & 0 deletions vendor/github.com/AlecAivazis/survey/v2/.travis.yml

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

77 changes: 77 additions & 0 deletions vendor/github.com/AlecAivazis/survey/v2/CONTRIBUTING.md

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

78 changes: 78 additions & 0 deletions vendor/github.com/AlecAivazis/survey/v2/Gopkg.lock

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

54 changes: 54 additions & 0 deletions vendor/github.com/AlecAivazis/survey/v2/Gopkg.toml

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

21 changes: 21 additions & 0 deletions vendor/github.com/AlecAivazis/survey/v2/LICENSE

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

Loading

0 comments on commit 2e4d765

Please sign in to comment.