client/pkg/kn/commands
Navid Shaikh f91fb57f9a
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 install
2020-07-10 10:41:19 -07:00
..
broker add missing assertions for command unit tests (#908) 2020-06-25 22:24:28 -07:00
completion Add grouping for help message + streamlined help messages (#887) 2020-06-18 00:06:25 -07:00
flags Refer broker from v1beta1 APIs and add missing e2e tests (#895) 2020-06-19 05:43:25 -07:00
options Add grouping for help message + streamlined help messages (#887) 2020-06-18 00:06:25 -07:00
plugin Add grouping for help message + streamlined help messages (#887) 2020-06-18 00:06:25 -07:00
revision Add grouping for help message + streamlined help messages (#887) 2020-06-18 00:06:25 -07:00
route Add grouping for help message + streamlined help messages (#887) 2020-06-18 00:06:25 -07:00
service add port name (#915) 2020-07-10 07:53:18 -07:00
source Find sink and ready conditions for untyped source (#911) 2020-07-01 17:06:42 -07:00
trigger add missing assertions for command unit tests (#908) 2020-06-25 22:24:28 -07:00
version kn v0.16.0 release prep (#922) 2020-07-10 10:41:19 -07:00
describe.go Remove unused variables and unreachable code (#779) 2020-04-06 14:26:59 -07:00
describe_test.go Human-readable revision describe (#475) 2019-11-05 17:43:02 -08:00
human_readable_flags.go feature(source binding): Support for Sink Binding as source (#625) 2020-01-29 12:08:27 -08:00
namespaced.go update the description of flag namespace (#419) 2019-09-30 01:12:51 -07:00
namespaced_test.go fix lint errors (#388) 2019-08-24 22:46:13 -07:00
testing_helper.go Add grouping for help message + streamlined help messages (#887) 2020-06-18 00:06:25 -07:00
testing_helper_test.go Add grouping for help message + streamlined help messages (#887) 2020-06-18 00:06:25 -07:00
types.go Refactor main flow and introduce explicit plugin and config handling (#877) 2020-06-15 09:15:24 -07:00
types_test.go Report missing kubeconfig or error connecting to cluster (#725) 2020-03-10 03:34:29 -07:00
wait_flags.go Make wait, no-wait and async flags per bool var CLI convention (#802) 2020-04-14 12:36:16 -07:00
wait_flags_test.go Make wait, no-wait and async flags per bool var CLI convention (#802) 2020-04-14 12:36:16 -07:00