Commit f91fb57
authored
kn v0.16.0 release prep (#922)
* Update unit test for invalid concurrency target value
* Vendor v0.16.0 eventing and serving
* Commit the LICENSES generated by hack/update-deps.sh
* Spare third_party dir from license check in hack/build.sh
* Update eventing and serving version for 'kn version'
* Use DeprecatedInjectionAnnotation key for backward compatibility
Fixes #918
Use DeprecatedInjectionAnnotation, i.e. "knative-eventing-injection"
for reconciling broker via namespace labeling and trigger annotations.
From eventing v0.16.0 release, this key is changed to "eventing.knative.dev/injection"
however, older eventing installation wont recognize it. So we continue
using the deprecated key until the sugar-controller would support reconciling
on either keys.
* Fix(kn version): Display eventing.knative.dev at v1beta1 version
We've been showing 'v1alpha1' in kn version while we actually
vendor and refer v1beta1 for eventing.knative.dev
* chore(e2e): Run tests against serving/eventing v0.16.0 release
* Update test for concurrency-target to expect new error message
the new error message for incorrect concurrency-target value contains "should be at least 0.01"
* Setup sugar-controller for released eventing version setup
- reuse knative_setup util from common lib for latest-release CI setup
* Fix typo in YAML URL and add subheader for sugar-controller install1 parent b04d115 commit f91fb57
File tree
289 files changed
+21770
-458
lines changed- hack
- lib/test
- pkg
- eventing/v1beta1
- kn/commands/version
- serving
- test
- e2e
- third_party/VENDOR-LICENSE
- cloud.google.com/go/compute/metadata
- github.com
- PuerkitoBio
- purell
- urlesc
- cpuguy83/go-md2man/v2/md2man
- davecgh/go-spew/spew
- emicklei/go-restful
- evanphx/json-patch
- fsnotify/fsnotify
- ghodss/yaml
- go-openapi
- jsonpointer
- jsonreference
- spec
- swag
- gogo/protobuf
- golang/protobuf
- googleapis/gnostic
- google
- btree
- go-cmp/cmp
- go-containerregistry/pkg/name
- gofuzz
- uuid
- gregjones/httpcache
- hashicorp
- golang-lru
- simplelru
- hcl
- hcl
- ast
- parser
- printer
- scanner
- strconv
- token
- json
- parser
- scanner
- token
- imdario/mergo
- json-iterator/go
- liggitt/tabwriter
- magiconair/properties
- mailru/easyjson
- mitchellh
- go-homedir
- mapstructure
- modern-go
- concurrent
- reflect2
- pelletier/go-toml
- peterbourgon/diskv
- pkg/errors
- robfig/cron/v3
- russross/blackfriday/v2
- shurcooL/sanitized_anchor_name
- spf13
- afero
- cast
- cobra
- jwalterweatherman
- pflag
- viper
- subosito/gotenv
- go.uber.org
- atomic
- multierr
- zap
- golang.org/x
- crypto/ssh/terminal
- net
- oauth2
- sys/unix
- text
- time/rate
- xerrors
- gomodules.xyz/jsonpatch/v2
- gopkg.in
- inf.v0
- ini.v1
- yaml.v2
- gotest.tools
- internal/difflib
- k8s.io
- apimachinery
- api
- cli-runtime/pkg
- client-go
- klog
- kube-openapi/pkg
- utils
- knative.dev
- client
- eventing/pkg
- networking/pkg/apis
- pkg
- serving/pkg
- sigs.k8s.io
- kustomize/pkg
- yaml
- vendor
- knative.dev
- eventing/pkg
- apis
- configs/v1alpha1
- duck
- v1beta1
- v1
- eventing
- v1beta1
- v1
- flows
- v1beta1
- v1
- messaging
- v1beta1
- v1
- sources
- v1alpha1
- v1alpha2
- client/clientset/versioned/scheme
- networking
- pkg/apis
- config
- networking
- v1alpha1
- pkg
- apis
- duck
- configmap
- logging
- serving/pkg
- apis
- autoscaling
- v1alpha1
- config
- serving
- v1alpha1
- v1beta1
- v1
- autoscaler/config
- client/clientset/versioned/scheme
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
289 files changed
+21770
-458
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | | - | |
| 173 | + | |
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | | - | |
| 185 | + | |
186 | 186 | | |
187 | | - | |
188 | | - | |
| 187 | + | |
| 188 | + | |
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
| 181 | + | |
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
| 37 | + | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
231 | | - | |
| 231 | + | |
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
46 | 52 | | |
47 | 53 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments