Commit Graph

988 Commits

Author SHA1 Message Date
knative-automation 6a0cdc4906
Update actions (#1461)
Signed-off-by: Knative Automation <automation@knative.team>
2021-09-24 02:26:22 -07:00
Roland Huß a7a0534f44
Automatically set the proper version for the serving and eventing dependencies (#1462)
for `kn version`. This is now directly extracted from go.mod and
saves one manual step when doing the release.
2021-09-23 03:30:13 -07:00
knative-automation 0d9564c9db
Update community files (#1460)
Signed-off-by: Knative Automation <automation@knative.team>
2021-09-23 02:35:13 -07:00
Roland Huß 61b8a75414
Update versions for 0.26.0 (#1459)
* Deprecate `lookup-path` option and updated relevant documentation

Lookup in path is now the default for all plugins.
This option will be removed eventually in a future version,
when path lookup is enabled uncoditinally and can't be turned of.

* Update versions for 0.26.0
2021-09-22 02:11:17 -07:00
knative-automation 26e0efeb7b
upgrade to latest dependencies (#1458)
bumping knative.dev/eventing f031ba2...f031ba2:
bumping knative.dev/serving 4a26f1d...4a26f1d:

Signed-off-by: Knative Automation <automation@knative.team>
2021-09-21 22:13:18 -07:00
Boaz Shuster 539a5a97a6
Add option to allow enviornment variables using file (#1433)
* Add `GetEnvsFromFile` to `util`
* Add to `podspec` flags `--env-file` and `EnvFile` to `PodSpec`.
* If `env-file` is specified load env vars from file to memory,
  convert them into ordered map and pass them to UpdateEnvVars function
  by setting custom args for each one of them instead of using command line args.

Signed-off-by: Boaz <boaz.shuster.github@gmail.com>
2021-09-21 11:41:38 -07:00
Gunjan Vyas 5d4b4f3759
Fix windows e2e plugin tests (#1457)
* Fix windows e2e plugin tests

* Suggested changes
2021-09-21 09:54:37 -07:00
Christoph Deppisch 09f14b1056
Fix describe/list commands with json/yaml output format (#1278)
* Fix describe/list commands with json/yaml output format

Makes sure to always set proper GroupVersionKind on unstructured objects and lists to avoid marshalling errors when printing in json/yaml output format.

* Deliberately decide to add GVK only to list/read operations in the tests

* rebased and cleaned up

* add some unit tests

Co-authored-by: Roland Huß <rhuss@redhat.com>
2021-09-21 05:32:37 -07:00
David Simansky 4760e52704
Update changelog for 0.26 release (#1456) 2021-09-21 04:54:37 -07:00
knative-automation 99c70da090
upgrade to latest dependencies (#1455)
bumping knative.dev/eventing dcb0aea...f031ba2:
  > f031ba2 upgrade to latest dependencies (# 5744)
bumping knative.dev/serving 2858ef6...4a26f1d:
  > 4a26f1d fix gc annotation prefix (# 12026)
  > bf6ef00 Allow users to set containers[*].securityContext.runAsGroup (# 12003)
  > 89f8a06 Update net-contour nightly (# 12022)
  > e445809 Update net-kourier nightly (# 12021)
  > 2c38be9 Update net-certmanager nightly (# 12020)
  > 1c335d7 Update net-istio nightly (# 12023)
  > b225e6e upgrade to latest dependencies (# 12018)

Signed-off-by: Knative Automation <automation@knative.team>
2021-09-21 04:22:37 -07:00
knative-automation d669111151
upgrade to latest dependencies (#1452)
bumping knative.dev/pkg d4505c6...5ae4821:
  > 5ae4821 [release-0.26] Source validation fixes (# 2291)
  > a49a60e [release-0.26] Add IsNum to true when set `-0` to minimumVersion.Pre (# 2290)
  > 4857ab6 new k8s min version is 1.20 (# 2283)
bumping knative.dev/eventing 316e14d...dcb0aea:
  > dcb0aea Add record events to released images (# 5734)
  > 24d102d Ce overrides validation (# 5730)
  > 9e66fc9 Adding all resources for NOOP migrator (# 5694)
  > ef48133 KReference mapping experimental feature (# 5599)
  > 407f3cb Update community files (# 5739)
  > 7e80074 Update actions (# 5740)
  > 21155e9 Enhance DLQ CloudEvents with destination (# 5727)
  > deafb9b fixing error message (# 5735)
  > cf630ed 💫 Adding 1.22 k8s to GH Actions (# 5737)
  > 495814c upgrade to latest dependencies (# 5732)
  > 0260d8b Dropping k8s 1.19 as that is unsupported (# 5736)
  > f568fd9 Cleaning up v1b1 testing (# 5733)
  > 20ec9f7 Like serving use generatedName (# 5664)
  > 7c7bd9a Update community files (# 5731)
  > 602ea29 Adopt `app.kubernetes.io` labels (# 5628)
  > 372e821 Increase MaxNamespaceSkip in test runner (# 5722)
  > c2910fd Update resources test to use latest PingSource API (# 5729)
  > 10804a2 Remove outdated GCP channel from test flag example listing (# 5728)
  > 7266621 upgrade to latest dependencies (# 5723)
bumping knative.dev/serving 33aeffc...2858ef6:
  > 2858ef6 Update net-istio nightly (# 12013)
  > 1812d3b Wire up MeshCompatibilityMode to ConfigMap property (# 11999)
  > de7b0e6 Remove TODO comment for # 1178 (# 12012)
  > 5792a5c Update net-contour nightly (# 12009)
  > c7aa8f7 Update net-certmanager nightly (# 12007)
  > f552122 Rework timeout handler tests with a fake clock (# 12002)
  > feebf71 drop deprecated imageDigest property (# 11994)
  > afd5297 Update net-kourier nightly (# 12008)
  > 1b945a0 Update community files (# 12004)
  > c1e4685 Update actions (# 12005)
  > 583b182 Add details when bad service account names are used (# 11883)
  > 610762a Adding Route GET and LIST Conformance test (# 11972)
  > 78d1afb Drop K8s 1.19 as it's no longer supported (# 11998)
  > 1085dbe Update net-kourier nightly (# 11991)
  > e359985 Update net-certmanager nightly (# 12001)
  > a4fa6f8 Update net-contour nightly (# 11989)
  > bdd45e2 Update net-istio nightly (# 12000)
  > 8f8b701 Copy healthyPods set to avoid concurrent map access (# 11993)
  > 0f57579 upgrade to latest dependencies (# 11996)
  > 7e6d9f3 Update community files (# 11995)
  > 76cb92b Update net-istio nightly (# 11990)
  > 893f477 Add serviceAccountToken via projected volume when concurrency state endpoint set (# 11820)
  > 3db5f64 adding revisions test for get and list (# 11948)
  > 3e175ca Update net-kourier nightly (# 11985)
  > 52f9ff3 Update net-contour nightly (# 11984)
  > 279014d Teach activator about mesh compatibility modes (# 11976)
  > 2990cf0 Drop redundant queue-proxy startup probe (# 11965)
  > fa36988 Speed up concurrency state implementation (# 11909)
bumping knative.dev/networking eb37d69...69ad454:
  > 69ad454 upgrade to latest dependencies (# 510)
  > 3b9592c Add mesh-compatibility-mode to network config map (# 509)

Signed-off-by: Knative Automation <automation@knative.team>
2021-09-20 00:49:34 -07:00
knative-automation e89bdc7d51
Update community files (#1451)
Signed-off-by: Knative Automation <automation@knative.team>
2021-09-18 00:51:32 -07:00
knative-automation ae5bce311f
Update actions (#1453)
Signed-off-by: Knative Automation <automation@knative.team>
2021-09-17 08:06:32 -07:00
David Simansky 47558c1c65
Remove `DeprecatedImageDigest` field (#1454) 2021-09-17 06:27:31 -07:00
knative-automation 82a21a5773
upgrade to latest dependencies (#1448)
bumping knative.dev/eventing 38f3845...316e14d:
  > 316e14d upgrade to latest dependencies (# 5717)
bumping knative.dev/networking 9d1fe47...eb37d69:
  > eb37d69 Create cert pool for each test client (# 508)
  > 25d317b upgrade to latest dependencies (# 507)
  > 78c491e upgrade to latest dependencies (# 506)
  > 060e46e upgrade to latest dependencies (# 505)
  > c94e114 upgrade to latest dependencies (# 504)
  > 5c789e6 upgrade to latest dependencies (# 503)
  > be5cfde upgrade to latest dependencies (# 502)
bumping knative.dev/serving 1c022d7...33aeffc:
  > 33aeffc Delete orphaned tag certificates after tag deletion (# 11798)
  > f402f87 Introduce a flag to set memory used in the resource limit test (# 11957)
  > a71d49d Update net-istio nightly (# 11975)
  > e85265c Update net-contour nightly (# 11974)
  > a9213d1 Update net-certmanager nightly (# 11973)
  > 9342eeb Add Kubernetes 1.22 to CI (# 11981)
  > 0042297 drop (# 11968)
  > 0342070 upgrade to latest dependencies (# 11970)
  > 3d2eec9 Update net-certmanager nightly (# 11963)
  > 1762cdc Update net-contour nightly (# 11962)
  > c65ed94 Update net-kourier nightly (# 11961)
  > 42353dd Update net-istio nightly (# 11960)
  > 4fcaa97 dd more logging to background digest resolver (# 11959)
  > 4818437 upgrade to latest dependencies (# 11942)
  > 92862ef Speed up concurrency state handler tests (# 11910)
  > cc19d71 Update net-contour nightly (# 11950)
  > 794661a Touch up TestIdleTimeoutHandler some more (# 11953)
  > 5e495e6 Update net-istio nightly (# 11951)
  > e1df9b5 Remove unused isAggressive parameter (# 11935)
  > 9b8b4f6 Run podspeed as part of CI (# 11903)
  > c77bf60 Update net-certmanager nightly (# 11952)
  > f3e4eff Update net-kourier nightly (# 11938)
  > 734fdcf Stabilize TestIdleTimeoutHandler (# 11946)
  > 85a352a Skip TestHPAAutoscaleUpDownUpMem because of excessive flakiness (# 11945)
  > cecace7 Update net-contour nightly (# 11936)
  > 831536e Update net-istio nightly (# 11937)
  > c2b78ab Drop unnecessary RetryingRouteInconsistency helper (# 11933)
  > ac4dc6a Adding simple conformance test for Service list and delete (# 11925)
bumping knative.dev/pkg 73d4fe6...d4505c6:
  > d4505c6 Source validation fixes (# 2251)
  > fb7ee28 when testing downstream use the correct release branch (# 2265)
  > bfab3c8 Add back inadvertedly deleted call to ObserveKind (# 2282)
  > d569db3 Add context to reconcile error logs (# 2281)
  > 9a4b612 Added invalid value field error with details (# 2246)
  > d9b35c4 Delete deprecated ObserveFinalizeKind API (# 2248)
  > 71508fc Introduce `duckv1.Pod`. (# 2280)
  > 26db1ba Enable using `duckv1.WithPod` with our webhook infra. (# 2279)

Signed-off-by: Knative Automation <automation@knative.team>
2021-09-13 08:56:32 -07:00
Gunjan Vyas 94c8d33b51
Adding retry loop to update (#1441)
* Adding retry loop to service update

* Added UpdatePingSourceWithRetry method

* Added UpdateTriggerWithRetry function

* Added unit test for UpdatePingSourceWithRetry

* Added unit tests for UpdateTriggerWithRetry

* Refactoring changes

* Added UpdateSubscriptionWithRetry method

* Added retry loop to domain mapping command

* Added retry loop to container command

* Added unit tests for mock types

* Add Changelog entry

* Updated changelog and refactored update function

* Updated variable names
2021-09-13 05:53:32 -07:00
knative-automation dedcad7c7e
upgrade to latest dependencies (#1442)
bumping knative.dev/serving e6a7166...1c022d7:
  > 1c022d7 Add e2e test for # 11668 (# 11755)
  > a9cb969 Widen checks in TestRateLimitPerItem to allow for slow systems (# 11934)
  > 7653caf roles: Don't specify rules when using aggregationRules. (# 11899)
  > 2b44131 Update net-certmanager nightly (# 11929)
  > fc038ea Update net-contour nightly (# 11928)
  > 6fc7e33 Update net-istio nightly (# 11927)
  > 2ba37be Drop unnecessary spoof.Retrying call (# 11930)
  > 9b128a6 Allow directly setting mesh compatibility mode on/off in stat scraper (# 11913)
  > 0bb3503 upgrade to latest dependencies (# 11932)
  > fe5f5b7 Teach resources/queue to allow no readiness probes (# 11866)
  > 406d0ed Drop all usages of EventuallyMatchesBody (# 11931)
  > 13ee889 Add idle timeout to queue proxy (# 11791)
  > 8377769 Speed up TestRateLimitPerItem (# 11908)
  > 5244862 Update net-certmanager nightly (# 11911)
  > 6a5bd01 Update net-contour nightly (# 11887)
  > b83f82d upgrade to latest dependencies (# 11915)
  > b82440c Fix indentation in e2e-tests.sh (# 11902)
  > 54d232c Update net-kourier nightly (# 11912)
  > d9c1342 Support configuring HTTPOption per ksvc (# 11882)
  > ae44ea6 Update net-istio nightly (# 11894)
  > cefe5ed upgrade to latest dependencies (# 11907)
  > b1c20f6 upgrade to latest dependencies (# 11901)
  > fd04ef8 Tracking request counts in queue proxy (# 11783)
  > 0e6dbde Improve error messages on probe failure (# 11897)
  > 24c59e0 Update net-kourier nightly (# 11888)
  > 68dba4a change wait calls for check calls in tests (# 11680)
  > 6d0317e Update link to serving specs (# 11891)
  > 22fc6eb Update go-containerregistry to 0.6.0 (# 11876)
  > 5b9face TestServiceWithTrafficSplit test changes (# 11799)
  > 88a8d1b upgrade to latest dependencies (# 11893)
  > 1c25327 Update net-certmanager nightly (# 11880)
  > d6c8217 Update net-istio nightly (# 11879)
  > 6ef09ce Allow for additional delete calls without hanging in KPA test (# 11886)
  > 2c0663c upgrade to latest dependencies (# 11884)
bumping knative.dev/eventing ea5ed9a...38f3845:
  > 38f3845 Clarify meaning of `default-br-config` (# 5713)
  > 546b3b6 upgrade to latest dependencies (# 5712)
  > 158f189 Test runner: Increase MaxNamespaceSkip (# 5706)
  > bbd498b upgrade to latest dependencies (# 5702)
  > 4a55e51 Fix inaccurate description of default-br-config (# 5703)
  > 38bfba7 drop scheduled github action e2e tests (# 5701)
  > c4acab4 💄 Fix name of test, as it was changed in code before... (# 5695)
  > dd02173 fix typo (# 5697)
  > 0b5e37d 💄 Going w/ v1 API shape for CRDs (# 5688)
  > 7412ab7 upgrade to latest dependencies (# 5684)
  > bb0b305 DeliverySpec.Timeout on Broker and Trigger (# 5687)
  > 59dc3fc adding conformance test for Spec.Config being immutable (# 5686)
  > 00ab8a1 Add ability to specify heartbeat durations as a time.Duration (# 5683)
  > 16104f9 Validate broker spec config immutable (# 5682)
  > 75b9159 Update actions (# 5673)
  > 9b1f09c upgrade to latest dependencies (# 5681)
  > 51319db Add heartbeats image to released images (# 5680)
bumping knative.dev/networking ff7c341...9d1fe47:
  > 9d1fe47 upgrade to latest dependencies (# 501)
  > 7c11d23 upgrade to latest dependencies (# 498)
  > 5f2e230 upgrade to latest dependencies (# 495)
  > ee93e22 Allow 502 codes as well as 503 to indicate mesh errors (# 494)
  > e755cda upgrade to latest dependencies (# 493)
  > a31c669 upgrade to latest dependencies (# 492)
bumping knative.dev/pkg 2bd91f7...73d4fe6:
  > 73d4fe6 Drop Retrying and EventuallyMatchesBody checks (# 2278)
  > bb433c9 Add tests for retriable errors to the spoof client (# 2277)
  > b09fa45 Declare `DefaultErrorRetryChecker` as `ErrorRetryChecker` type (# 2276)
  > dec98b4 fix a small lint warning (# 2270)
  > fbe9e7e Widen the error checker interface to allow response error checking (# 2253)
  > 7a61343 only test downstream tekton with HEAD (# 2271)
  > c69aba0 Deduplicate Check and Poll functions on the spoof client (# 2264)
  > b721b0b fix check calls being unreliable (# 2250)
  > d60f1a4 Avoid double-resyncs without leader election. (# 2252)
  > 0482448 allow unknown metadata fields (# 2249)
  > f39ea04 Add eventing-redis to downstream test (# 2247)
  > 82f3a9f Add triggers to the downstream test (# 2236)
  > e957ee5 Drop several deprecated APIs. (# 2228)

Signed-off-by: Knative Automation <automation@knative.team>
2021-09-07 10:21:19 -07:00
David Simansky 817068bd7f
Remove replace of go-openapi/spec from go.mod (#1443) 2021-09-03 01:11:57 -07:00
Martin Gencur 7e90dca8f3
Tekton - use ClusterRoleBinding v1 (#1440)
* Tekton test - ClusterRoleBinding v1

* make it compatible with Kubernetes 1.22

* TMP: Test Tekton in presubmits

* Revert "TMP: Test Tekton in presubmits"

This reverts commit 8996ac7692.
2021-08-30 07:56:28 -07:00
knative-automation c717a3fe96
upgrade to latest dependencies (#1434)
bumping golang.org/x/term 2321bbc...6a3ed07:
  > 6a3ed07 all: go fmt ./...
bumping k8s.io/apimachinery c278689...f916759:
  > f916759 Merge pull request # 103319 from jpbetz/fix-102749-1.21
  > 12b6a22 Bump SMD to v4.1.2 to pick up # 102749 fix
  > 41e4141 sync: remove Godeps/
  > 235edae Merge pull request # 102587 from saschagrunert/release-1.21
  > a4090fc Revert "Cleanup portforward streams after their usage"
  > 1a7b32c Merge pull request # 102196 from kolyshkin/automated-cherry-pick-of-# 102147-upstream-release-1.21
  > 2c210a7 vendor: bump runc to rc95
  > 7559d78 Merge pull request # 100951 from saschagrunert/automated-cherry-pick-of-# 99839-upstream-release-1.21
  > be0c813 Merge pull request # 101325 from joelsmith/automated-cherry-pick-of-# 101306-upstream-release-1.21
  > c422483 Cleanup portforward streams after their usage
  > 59d900d Additional CVE-2021-3121 fix
  > e337f44 Bump klog to 2.8.0, fixing nil panics in KObj
  > ae8b5f5 Merge pull request # 99759 from jpbetz/apply-extract
  > 0dd2dd9 Add extract apply function generation
  > 0335ad3 Bump SMD to v4.1.0
  > 1f1bc58 Merge pull request # 99951 from deads2k/fix-decodableversions
  > 98d3ae9 Merge pull request # 98841 from caesarxuchao/fix-98479
  > a13af10 provide directly decodable versions for storageversion API
  > 79c4f87 Merge pull request # 98946 from monopole/upgradeKustomize
  > 1174cb8 make proxy Transport return metav1.Status error
  > 1f7ce2b until stable: pin-dependency, update-vendor, update-bazel, lint-dep
  > 8e4c0a5 Merge pull request # 98653 from mandelsoft/stream
  > 543ebb5 Merge pull request # 99214 from jpbetz/apply-client-go-builders2-typedclient
  > 963dac0 simplier fix + test for race condition
  > a5a2acc Merge pull request # 98074 from kwiesmueller/admission-reset-managedFields
  > 9794359 Add Apply functions to client-gen
  > 193cd4a add comment describing the race condition + TODO for appropriate test
  > 283a326 Merge pull request # 99817 from liggitt/zero-value
  > 19eb396 fix validation test
  > e51562e fix sync problem in streamwatcher
  > cda259e Update k8s.io/kube-openapi
  > 8dcbc56 remove apiVersion check from managedFields validation
  > 569bd20 Merge pull request # 99755 from lala123912/out_of_range
  > 7de09c3 fix validation tests
  > f0c829d fix RemoveStatusCondition()  cap out of range
  > 1c6b148 update licenses and bazel
  > 0869820 Merge pull request # 98595 from SergeyKanzhelev/nodelifecycleSchedulerUnitTestsSpeedUp
  > 96b0ee0 consolidate managedFields validation
  > 4f70757 sped up scheduler tests by using fake clock
  > 317ebe7 Merge pull request # 98572 from justaugustus/go116
  > ed96c1e [go1.16] bump golang.org/x/... dependencies
  > 89aa0e9 generated: Run hack/lint-dependencies.sh and hack/update-vendor.sh
  > f246562 [go1.16] go.mod: update to go1.16
  > 603e046 Merge pull request # 99561 from BenTheElder/remove-bazel
  > 193bda8 hack/update-bazel.sh
  > 17b79e7 Merge pull request # 97385 from FabianKramm/fix-http2-proxy
  > 44b9a37 Merge pull request # 90105 from xiaoanyunfei/cleanup/pkg_apis_core
  > 5a3ff4c override request host for kubectl proxy
  > c3f3e5b Scheduler: remove pkg/apis/core/field_constants.go
  > 6d2f20b Merge pull request # 99083 from gavinfish/requirement-equal
  > 527a61b Merge pull request # 99014 from apelisse/update-smd
  > 823fec8 Add equal func for Requirement struct
  > 9cd3dcb Merge pull request # 99110 from nikhita/clean-up-owners-jan-2021
  > 7faacc3 Update sigs.k8s.io/structured-merge-diff to v4.0.3
  > 2cc50c7 *: remove nikhiljindal from OWNERS
  > 53fe198 *: remove mbohlool from reviewers
  > c340b76 *: remove madhusudancs from reviewers
  > 37cce14 *: remove jianhuiz from reviewers
  > d6b6643 *: move gmarek to emeritus_approvers
  > c93b0f8 Merge pull request # 98790 from jkh52/master
  > 7fbabcb Bump konnectivity-client to v0.0.15
  > 9e39a13 Merge pull request # 98477 from palnabarun/update-gogo/protobuf
  > f0392a0 Merge pull request # 98616 from smarterclayton/recognizer_buffer
  > 9812d82 update gogo/protobuf to v1.3.2
  > 783dd7d serializer: Recognizer interface should take a buffer
  > 28da342 Merge pull request # 98488 from pohly/klog-2.5.0
  > d656fe5 Merge pull request # 98565 from adisky/move-spdystream
  > 6495214 logging: support call depth via logr, structured logging
  > cbf4d8f Update dependency docker/spdystream to moby/spdystream
  > 87c8a96 Merge pull request # 98363 from cpanato/go1157
  > 4a7d8d5 [go1.15] updatestaging pb.go files using the hack scripts
  > ee96543 Merge pull request # 98312 from deads2k/finish-export-option-removal
  > ab111ff generated
  > 33e8773 remove ExportOptions
  > 234faef finish removal of exportoptions
  > 460d109 Merge pull request # 95664 from DirectXMan12/bug/non-racy-recorder-shutdown
  > 0e9f9cf Merge pull request # 96552 from pandaamanda/klog_fmt
  > 322dfb4 Don't record events in goroutines
  > af2ce7e Merge pull request # 97552 from aanm/pr/replace/buffer/with/strings
  > 8c0a4ea use klog.Info and klog.Warning when had no format
  > 4f50573 Merge pull request # 97990 from AlexanderYastrebov/offset-97651
  > d7e94ae pkg/labels: replace bytes.Buffer with strings.Builder
  > 2ab0da8 Uses offset instead of line number in JSONSyntaxError
  > 825faf0 pkg/util/net: replace bytes.Buffer with strings.Builder
  > 53a9c91 Merge pull request # 97538 from lingsamuel/requirement-return-field-error
  > 1d8c923 Merge pull request # 97891 from thinpark/apimachinery.clean
  > 10e20f4 make labels.NewRequirement returns aggregated field.ErrorList, make nodeaffinity parsing function use it
  > 8834a19 [k8s.io/apimachinery/pkg/test]: cleanup commented code
  > 6c16abd Merge pull request # 94396 from habibrosyad/patch-92402-10
  > 9d4f7cb Merge pull request # 97540 from chymy/just-comments
  > 25bfe1d fix vendor/k8s.io/apimachinery/pkg/runtime staticcheck
  > 0ca7b34 Merge pull request # 97590 from heqg/typo-expected-03
  > 67bb4d2 Fix on comments
  > 9363a52 Fix typo in staging/src/.../wait_test.go
  > 15c5dba Merge pull request # 96974 from WangXiangUSTC/master
  > 8f01ffc Merge pull request # 95790 from aojea/loopnet
  > df4ce5a Update selector.go
  > 02953c0 get ips from loopback interfaces
  > 51a2756 autodetect global addresses on loopback interfaces
bumping k8s.io/client-go 435503c...a2642ab:
  > a2642ab Update dependencies to v0.21.4 tag
  > ccdebc2 Merge pull request # 103614 from dprotaso/automated-cherry-pick-of-# 102928-upstream-release-1.21
  > fefd2ad Merge pull request # 103319 from jpbetz/fix-102749-1.21
  > 46c1ad3 Simplify use of the fake dynamic client
  > 5823455 Bump SMD to v4.1.2 to pick up # 102749 fix
  > 3c428df Merge pull request # 102800 from pohly/automated-cherry-pick-of-# 102788-upstream-release-1.21
  > fe825e6 client-go: reduce log level of reflector again
  > 6277e97 sync: remove Godeps/
  > b63b1ba Merge pull request # 102587 from saschagrunert/release-1.21
  > c18505f Revert "Cleanup portforward streams after their usage"
  > ffd8cfc Merge pull request # 102196 from kolyshkin/automated-cherry-pick-of-# 102147-upstream-release-1.21
  > a802afb vendor: bump runc to rc95
  > c04de52 Merge pull request # 100951 from saschagrunert/automated-cherry-pick-of-# 99839-upstream-release-1.21
  > 322fe85 Cleanup portforward streams after their usage
  > 0f9967b sync: update go.mod
  > 307e3a3 Merge pull request # 100718 from dims/automated-cherry-pick-of-# 100606-# 100660-upstream-release-1.21-take-2
  > a124236 Common auth plugins should always be available
  > ac49e87 providerless tag for client-go auth plugins
  > 6be0785 Merge pull request # 100156 from ehashman/issue-100155
  > 5f0702f Merge pull request # 99375 from ehashman/probe-kep-2238
  > e5c17fc Bump klog to 2.8.0, fixing nil panics in KObj
  > 2407de6 Generated changes for probe terminationGracePeriodSeconds
  > a5722b4 Merge pull request # 99759 from jpbetz/apply-extract
  > 476d5f9 Generated apply configurations
  > 9e34778 Add extract apply function generation
  > 982571f Bump SMD to v4.1.0
  > d6fad70 Merge pull request # 99643 from pohly/generic-ephemeral-volume-beta
  > 6085ad0 Merge pull request # 99290 from mortent/PromotePDBsToGA
  > 37e7f4a generic ephemeral volume: generate code
  > 814c68c Merge pull request # 99522 from robscott/topology-hints
  > fa732dd generated
  > 67d8c55 Merge pull request # 99495 from wojtek-t/cleanup_describe_8
  > 9c78771 Adding Hints to EndpointSlice API
  > 62b9b26 Promote PDBs to GA
  > db49dde Merge pull request # 98973 from YoyinZyc/add_context_outside_apiserver
  > 4c5ab17 Add sig-instrumentation approvers to events libraries OWNERS
  > 57d5462 Merge pull request # 98946 from monopole/upgradeKustomize
  > 6a42ca3 add context to restclient metrics
  > 1ae4d69 until stable: pin-dependency, update-vendor, update-bazel, lint-dep
  > c277935 Merge pull request # 98727 from adtac/suspend
  > aa6ddc8 Merge pull request # 99641 from pohly/storage-capacity-beta
  > 5ca42da batch: add suspended job
  > 9f9bfd9 CSIStorageCapacity: generated files for beta
  > 7fc57bb Merge pull request # 96600 from maplain/internal-traffic-policy
  > 9baafcd Implements Service Internal Traffic Policy
  > fa8f4cc Merge pull request # 99214 from jpbetz/apply-client-go-builders2-typedclient
  > b4932b5 Merge pull request # 99907 from liggitt/cache-test-timeout
  > a793842 Generate typed clients with Apply support
  > 8df02b3 Merge pull request # 99662 from swetharepakula/eps-ga-api-changes
  > 21ee617 Add test timeout to mutation detector test
  > d2a6442 Merge pull request # 99275 from hbagdi/feat/ingress-class-namespaced-params
  > 2eb8aff Graduate EndpointSlice API to GA
  > 9db6403 Add namespace scoped ParametersReference to IngressClass
  > 75a1e7f Merge pull request # 99423 from soltysh/cronjob_controller
  > 1745c9f Merge pull request # 99817 from liggitt/zero-value
  > 627c12d Generated changes
  > fcacc4b Merge pull request # 98277 from XudongLiuHarold/add-loadbalancerclass-field
  > d21dde2 Update k8s.io/kube-openapi
  > 4f21285 Merge pull request # 98127 from mortent/AddConditionsToPDBs
  > 3285000 Add LoadBalancerClass field in service
  > da66d1b generated
  > 503eb33 Merge pull request # 99782 from liggitt/race-tests
  > ec8fb02 Merge pull request # 99012 from jpbetz/apply-client-go-builders2
  > 0693903 Fix or remove tests that don't work in race mode
  > f146f0f generate applied configurations
  > 9409f57 Merge pull request # 99741 from liggitt/client-go-install
  > a71c2f1 Merge pull request # 98892 from ankeesler/exec-plugin-metrics
  > e0f03ac Update client-go install instructions
  > a5abe9c Merge pull request # 937 from liggitt/update-readme
  > 8aa3e0f exec credential provider: add rest_client_exec_plugin_call_total metric
  > 1cfb136 Merge pull request # 99654 from ankeesler/exec-plugin-interactive-fix
  > 2dec69c Update readme installation instructions
  > 149c501 exec credential provider: use stdin to detect user interaction
  > a337294 Merge pull request # 98572 from justaugustus/go116
  > b13f594 Fixup golang.org/x/term staticcheck warnings
  > 768a62f [go1.16] bump golang.org/x/... dependencies
  > 0ea7217 generated: Run hack/lint-dependencies.sh and hack/update-vendor.sh
  > 36b22fd [go1.16] go.mod: update to go1.16
  > fcbadc8 Merge pull request # 99561 from BenTheElder/remove-bazel
  > 13e6cd3 hack/update-bazel.sh
  > 6a25187 Merge pull request # 99324 from zshihang/master
  > c3c3d40 Merge pull request # 99377 from liggitt/version-sha
  > 3d6ec32 reset token if got Unauthorized in KCM
  > 8f8241f Merge pull request # 99195 from pacoxu/structurelog/watch-retry-timeout-1
  > 1a6e902 Switch gitVersion format to non-abbreviated hash
  > 12449b5 Merge pull request # 99193 from zhijianli88/subresource
  > 06efd86 Migrate client-go retry-watcher to structured logging
  > fa31d62 Merge pull request # 99111 from databus23/patch-5
  > bb1d67d request.go: correct subresource referencing
  > 21dd7ea Merge pull request # 99079 from tkashem/throttle-message
  > a125444 Return error when persister fails to modify config
  > 10def0e Merge pull request # 99063 from ZxYuan/patch-1
  > d1fdbcd client-go: add more context to request throttle message
  > 7279fc6 Merge pull request # 96987 from soltysh/drop_batch-alpha
  > a9fe1e1 Fix typo in client-go/rest/client.go
  > df50762 Merge pull request # 99014 from apelisse/update-smd
  > 6167582 Generated changes
  > 39da007 Merge pull request # 99110 from nikhita/clean-up-owners-jan-2021
  > 508a193 Update sigs.k8s.io/structured-merge-diff to v4.0.3
  > d6cefbd Drop batch/v2alpha1 API
  > 1d0cb03 *: remove nikhiljindal from OWNERS
  > e8ab252 *: remove madhusudancs from reviewers
  > 4c4207a *: move gmarek to emeritus_approvers
  > 20732a1 Merge pull request # 98889 from jkaniuk/leaderelection-simplify
  > 0eaf14c Simplify leader election code
  > 1006137 Merge pull request # 98790 from jkh52/master
  > bf60d3f Bump konnectivity-client to v0.0.15
  > 93ce971 Merge pull request # 98671 from liggitt/kubeconfig-env
  > 3c12da5 Merge pull request # 98324 from atosatto/export-debug-roundripper
  > b620e82 Isolate TestModifyContext from $KUBECONFIG
  > 3147a30 Merge pull request # 98477 from palnabarun/update-gogo/protobuf
  > ef84e47 Re-run gofmt against staging/src/k8s.io/client-go/transport/
  > ab82d40 Merge pull request # 98488 from pohly/klog-2.5.0
  > 2861152 update gogo/protobuf to v1.3.2
  > e87f4d8 Remove unexpected updates to go.mod and go.sum
  > c8e0107 Merge pull request # 98565 from adisky/move-spdystream
  > 362c485 logging: support call depth via logr, structured logging
  > 9d369ea Update bazel BUILD file
  > b8b770f Update dependency docker/spdystream to moby/spdystream
  > 84db31c Address golint warnings
  > 6329432 Merge pull request # 98496 from lavalamp/connrotation
  > 8d3dc9e Run gofmt against staging/src/k8s.io/client-go/transport/round_trippers_test.go
  > b72204b Merge pull request # 95664 from DirectXMan12/bug/non-racy-recorder-shutdown
  > 5985bbb Fix unbounded connection creation & 50s of delay
  > 2bce173 Run gofmt against staging/src/k8s.io/client-go/transport/round_trippers.go
  > fc034b4 Merge pull request # 96552 from pandaamanda/klog_fmt
  > 726d27f Don't record events in goroutines
  > 5c01a03 client-go: export NewDebuggingRoundTripper function and DebugLevel
  > 537eda7 Merge pull request # 98058 from jprzychodzen/le-comment
  > d7ba1f2 use klog.Info and klog.Warning when had no format
  > 25e8b5f Merge pull request # 97083 from knight42/feat/enable-spdy-ping
  > eae461d [Leader election] Add documentation to function
  > 479dd01 feat: enable SPDY pings on connections
  > 623741e Merge pull request # 97909 from adamzhoul/fix-chan-bug
  > 2192138 Merge pull request # 97095 from sabbox/fix-panic-azure-oidc-auth-plugins
  > 5c32e97 fix replyChan block
  > b804f9f add noop persister to plugin loader
  > f80da32 Merge pull request # 97255 from chotiwat/patch-1
  > 224c1c6 Merge pull request # 97857 from liggitt/exec-auth-reuse-dialer
  > a35bc8f Fix stale object causing a panic on DELETE event
  > 9761a13 Merge pull request # 96906 from Rajalakshmi-Girish/issue-96853
  > 0c5bab6 Track opened connections with a single tracker per authenticator
  > 0d3f257 Merge pull request # 907 from munnerz/patch-1
  > cb8d3d1 fixes the unit tests to be more tolerant with error messages
  > e9d996d Merge pull request # 97326 from victor-timofei/deltafifo-doc
  > efbc708 README: add 1.20 in compatibility matrix
  > 0964d4b Merge pull request # 97033 from patrickshan/pshan/bump/Azure/go-autorest/autorest
  > 53a09c7 Update the wording of the DeltaFIFO
  > cc9d424 Merge pull request # 96883 from pacoxu/fix/96862
  > 2b31242 Merge pull request # 94813 from dramich/nometrics
  > 01fbb1d Bump github.com/Azure/go-autorest/autorest to v0.11.12
  > 710a222 Move Delta definitions to the top
  > 77dfe4d Merge pull request # 92138 from ash2k/ash2k/client-cleanups
  > 8031d76 fix index test: multi index check for empty list
  > f39ca99 Don't start goroutine for noMetrics
  > 09cf714 Update DeltaFIFO Documentation
  > 62f63bb Merge pull request # 96837 from adamzhoul/master
  > 29b0745 Check errors of the Close call
  > 04adad4 fix spdy stream, conn deadlock.
  > 6cc3981 Make inClusterConfigProvider thread safe
  > e24efdc Merge pull request # 96797 from jqmichael/initialCountLength
  > 6d09f8e Stop using mergo.MergeWithOverwrite
  > 50c0861 Merge pull request # 96643 from bboreham/lose-timestamp
  > 1d17529 Fixed a harmless bug where initialPopulationCount should be based on the key length not list size in DeltaFIFO#Replace()
  > 277eea6 Cleanup currentMigrationRules
  > 5d2c89d Remove unused argument from generateEvent
bumping knative.dev/networking defa6b8...ff7c341:
  > ff7c341 upgrade to latest dependencies (# 491)
  > b9f8dee Add TestHTTPOption to verify HTTPOption field (# 415)
  > ba72f55 Update community files (# 490)
  > bde5be8 Update actions (# 489)
  > 4ac0119 upgrade to latest dependencies (# 488)
  > 51512a0 upgrade to latest dependencies (# 487)
  > 9bdd2dd upgrade to latest dependencies (# 486)
  > cfb7e23 upgrade to latest dependencies (# 485)
  > 3e603fb Clean up deprecated fields (# 484)
  > e818f7d Update community files (# 483)
bumping k8s.io/api 6f23172...3fcac9f:
  > 3fcac9f Update dependencies to v0.21.4 tag
  > e718350 Merge pull request # 103319 from jpbetz/fix-102749-1.21
  > aa60858 Bump SMD to v4.1.2 to pick up # 102749 fix
  > 0d3282d sync: remove Godeps/
  > b962205 Merge pull request # 102196 from kolyshkin/automated-cherry-pick-of-# 102147-upstream-release-1.21
  > 6601f0c vendor: bump runc to rc95
  > e379db4 Merge pull request # 101053 from robscott/automated-cherry-pick-of-# 100728-release-1.21
  > 48ab514 Updating Topology Aware Hints to support "Auto" value for annotation
  > b422b2e sync: update go.mod
  > 1f635bf Mark v1beta1 EndpointSlice deprecated in favor of v1
  > fd88418 Merge pull request # 100188 from alculquicondor/job-api-fixes
  > 51a1c55 Merge pull request # 100156 from ehashman/issue-100155
  > 862c319 Only default Job fields when feature gates are enabled
  > ec4ebef Merge pull request # 99375 from ehashman/probe-kep-2238
  > d35369e Bump klog to 2.8.0, fixing nil panics in KObj
  > 8b5303f Merge pull request # 99298 from zshihang/csi
  > 06f27fd Generated changes for probe terminationGracePeriodSeconds
  > edd3ec9 Merge pull request # 100147 from alculquicondor/indexed-annotation
  > aecea00 graduate CSIServiceAccountToken to beta
  > b4ebda3 Add terminationGracePeriodSeconds to Probe API
  > 937dc44 Merge pull request # 99759 from jpbetz/apply-extract
  > 5079330 Rename job completion index annotation to not contain alpha
  > f714d15 Bump SMD to v4.1.0
  > c0951d6 Merge pull request # 99643 from pohly/generic-ephemeral-volume-beta
  > 8814a7d Merge pull request # 99975 from robscott/endpoints-over-capacity
  > e5d78e7 testdata: drop the alpha EphemeralVolumeSource.ReadOnly field
  > f1e2e30 Merge pull request # 99290 from mortent/PromotePDBsToGA
  > 5d9669f Adding new EndpointsOverCapacity annotation for Endpoints controller
  > 1e0f065 generic ephemeral volume: generate code
  > 93f222f Merge pull request # 99522 from robscott/topology-hints
  > 7749c3d generated
  > 99bd953 generic ephemeral volumes: drop ReadOnly field
  > a61f0c6 Merge pull request # 98946 from monopole/upgradeKustomize
  > 212bbe4 Adding Hints to EndpointSlice API
  > 167e928 Promote PDBs to GA
  > efdf974 generic ephemeral volumes: promote to beta
  > fadfa4e Add default namespace labels to all namespaces for selectors (# 96968)
  > 4c06238 until stable: pin-dependency, update-vendor, update-bazel, lint-dep
  > e466978 Merge pull request # 98727 from adtac/suspend
  > 1fcb2aa Merge pull request # 99641 from pohly/storage-capacity-beta
  > 6feceee batch: add suspended job
  > c8b7374 CSIStorageCapacity: add +featureGate=CSIStorageCapacity
  > 2f7785f CSIStorageCapacity: generated files for beta
  > cb683dc CSIStorageCapacity: add MaximumVolumeSize to v1beta1 API
  > 32e8852 CSIStorageCapacity: mark v1alpha1 as deprecated
  > e5a9d01 CSIStorageCapacity: promote API to beta
  > 63be2e3 Merge pull request # 96600 from maplain/internal-traffic-policy
  > ea13d29 Merge pull request # 99871 from liggitt/compatibility-tests
  > 73d9a7d Update generated files
  > 1f1764b Update discovery compatibility data for v1
  > 6fe5bea Implements Service Internal Traffic Policy
  > 6432c75 Add discovery and flowcontrol compatibility API data
  > 8e35c50 Merge pull request # 99662 from swetharepakula/eps-ga-api-changes
  > 3a11614 Merge pull request # 99275 from hbagdi/feat/ingress-class-namespaced-params
  > 1442f42 Graduate EndpointSlice API to GA
  > dd8d676 Add namespace scoped ParametersReference to IngressClass
  > d04530e Merge pull request # 97216 from joejulian/docs_missing_quotes
  > 2e93611 Merge pull request # 99423 from soltysh/cronjob_controller
  > 7eb8b95 generated content
  > 3687c90 Merge pull request # 99817 from liggitt/zero-value
  > a2c0f4b Generated changes
  > d107683 Re-clarify NetworkPolicy policyTypes in docs
  > 264a74a Merge pull request # 98277 from XudongLiuHarold/add-loadbalancerclass-field
  > 1e9b09f Update k8s.io/kube-openapi
  > 9e34104 Deprecate batch/v1beta1 CronJob & CronJobList in 1.21, with removal still 1.25
  > 85a11c3 Merge pull request # 98127 from mortent/AddConditionsToPDBs
  > 2e5a20d Add LoadBalancerClass field in service
  > ca413d2 Promote CronJobs to batch/v1
  > 9841b19 generated
  > 4047479 Introduce .status.lastSuccessfulTime field for CronJob
  > 521a376 Add conditions to PDB status
  > a57dfb5 Update batch API to get rid of API violations
  > 1f71974 Merge pull request # 99681 from shiyajuan123/master
  > 0d975ab Merge pull request # 98582 from ahg-g/ahg-scope
  > ddb02f4 add descriptions to these event/types.go files
  > 92fdaf9 Add CrossNamespacePodAffinity quota scope and PodAffinityTerm.NamespaceSelector APIs, and CrossNamespacePodAffinity quota scope implementation.
  > c218b22 Merge pull request # 99414 from Jiawei0227/type
  > c4b1941 Merge pull request # 98441 from alculquicondor/array-job-api
  > 9ea52fd Update inline volume spec comments
  > 6773eb3 Add Job.spec.completionMode and Job.status.completedIndexes
  > 9a813ed Merge pull request # 98572 from justaugustus/go116
  > bbb8038 [go1.16] bump golang.org/x/... dependencies
  > bbeeb22 generated: Run hack/lint-dependencies.sh and hack/update-vendor.sh
  > a60c82b [go1.16] go.mod: update to go1.16
  > cab5316 Merge pull request # 99163 from ahg-g/ahg-pod-deletion
  > 7f6f023 Implement pod deletion cost
  > b852e50 Merge pull request # 99561 from BenTheElder/remove-bazel
  > 2c17abb hack/update-bazel.sh
  > 6c086a5 Merge pull request # 97099 from pacoxu/fix/96986
  > 65a259a Merge pull request # 90105 from xiaoanyunfei/cleanup/pkg_apis_core
  > 595a48a move default container annotation to kubectl pkg
  > 9dd0c8b Scheduler: remove pkg/apis/core/field_constants.go
  > 1ad1003 feature: use default container annotation for logs and exec
  > 498bb3d Rename labelNodeRoleExcludeBalancer to labelNodeExcludeBalancers (# 97767)
  > f666922 Merge pull request # 99105 from sftim/20210215_improve_secret_api_notes
  > 8e2decd Merge pull request # 96987 from soltysh/drop_batch-alpha
  > 09cfcd0 Update generated code
  > bed38c9 Merge pull request # 99014 from apelisse/update-smd
  > 38d3b32 Generated changes
  > 4a935f5 Revise wording for Secret stringData
  > 3632e28 Merge pull request # 99110 from nikhita/clean-up-owners-jan-2021
  > 8a25276 Update sigs.k8s.io/structured-merge-diff to v4.0.3
  > 92cf842 Drop batch/v2alpha1 API
  > 71251ee *: remove nikhiljindal from OWNERS
  > 0ce5dc2 *: remove mbohlool from reviewers
  > 2a912cc *: remove madhusudancs from reviewers
  > b580185 *: remove jianhuiz from reviewers
  > 48bd838 Merge pull request # 98790 from jkh52/master
  > 89fe579 Bump konnectivity-client to v0.0.15
  > 9e1a49d Merge pull request # 96911 from munnerz/fix-typo-admission-chain
  > 9f65ac4 Merge pull request # 98477 from palnabarun/update-gogo/protobuf
  > 0cef08a generated files
  > ac3757b Add EndPort to Network Policy - Alpha (# 97058)
  > 772b5cb update gogo/protobuf to v1.3.2
  > a554b54 Fix doc comment typo on validating & mutating webhook resources
  > c6cc3d9 Merge pull request # 98488 from pohly/klog-2.5.0
  > 4af41fa Merge pull request # 98576 from kevindelgado/ssa
  > 0502a85 logging: support call depth via logr, structured logging
  > cfb031d Merge pull request # 98565 from adisky/move-spdystream
  > 1bd5594 Declare TCP default for service port protocol
  > 117f629 Update dependency docker/spdystream to moby/spdystream
  > 9b864a5 Merge pull request # 98363 from cpanato/go1157
  > 40d1940 [go1.15] updatestaging pb.go files using the hack scripts
  > 0d6bea2 Merge pull request # 92065 from pohly/podinfo-doc-fix
  > c873f2e Merge pull request # 97880 from justinsb/spelling
  > 482a958 storage: document csi.storage.k8s.io/ephemeral also for internal type
  > ecbefa1 Merge pull request # 97896 from brpratt/fix-external-name-doc
  > a949695 Fix spelling typos: scheduable -> schedulable
  > e31c03e Merge pull request # 96698 from wawa0210/fix-96697
  > d3515d5 add missing ExternalName to doc
  > cb95709 Merge pull request # 97971 from liggitt/testdata
  > f3893b1 Update help document address
  > 791492e Add API testdata population instructions
  > 1198ffc Merge pull request # 97761 from liggitt/1.20-testdata
  > 4e9f5db Merge pull request # 97615 from wojtek-t/immutable_secrets_ga
  > 0d2c654 Remove 1.18.0 API test data
  > 47952fe Merge pull request # 97379 from kebe7jun/fix/token-request-proto-name
  > d6680e1 Autogenerated
  > 9494b83 Add 1.20 API test data
  > 9ab310c Merge pull request # 97466 from geegeea/lint-kubelet
  > 5ba49fe Fix BoundObjectRef APIVersion proto name
  > 1a38d5b Promote Immutable Secrets/ConfigMaps feature to GA
  > 9c6b1a9 Merge pull request # 97171 from deads2k/deprecate-psp
  > 596c2df Fix golint issues in api/admission and api/admissionregistration
  > 3dc59fa Merge pull request # 97359 from Cweiping/fix/fix_typo_error
  > 0824739 generated
  > fedd331 Merge pull request # 96375 from smarterclayton/daemonset_surge
  > e639e1a fix typo err
  > 99409d9 deprecate PSP in 1.21, but leave removal at 1.25
  > dfa980b generated: Changes for DaemonSet max surge
  > 7655e01 api: Add DaemonSet MaxSurge
  > fcac651 Merge pull request # 96736 from andrewsykim/deprecate-topology-keys
  > d10e393 Merge pull request # 96311 from thockin/kep-1659-topology-labels
  > ed61c3e core/v1: deprecate Service topologyKeys
  > e2b10e1 Merge pull request # 93549 from Dean-Coakley/fix-res-quota-comments
  > 2271b8b Clean up comments around old topology labels
  > 72d4ae9 Fix incomplete ResourceQuota comments
bumping k8s.io/apiextensions-apiserver 501c1cc...73536ac:
  > 73536ac Update dependencies to v0.21.4 tag
  > 118cd4e Merge pull request # 103931 from cheftako/automated-cherry-pick-of-# 103895-upstream-release-1.21
  > 608ff11 Update to using apiserver-network-proxy v1.22
  > 6299031 Merge pull request # 103699 from cheftako/automated-cherry-pick-of-# 103126-upstream-release-1.21
  > 7524de4 Updated to use konnectivity client v0.0.21, and implemented placeholder context
  > 927722c Merge pull request # 103319 from jpbetz/fix-102749-1.21
  > 72e6aca Bump SMD to v4.1.2 to pick up # 102749 fix
  > 17c7b19 sync: remove Godeps/
  > 376bc59 Merge pull request # 102273 from cheftako/automated-cherry-pick-of-# 102213-upstream-release-1.21
  > 8a5ffd0 Upgrade konnectivity-client for GRPC connection fixes
  > b9f7a19 Merge pull request # 102196 from kolyshkin/automated-cherry-pick-of-# 102147-upstream-release-1.21
  > 49cd115 vendor: bump runc to rc95
  > 2f42b6b sync: update go.mod
  > efc099a sync: update go.mod
  > 4c640ac Update image base to `gcr.io/distroless/base-debian10:latest`
  > 41c32f2 Merge pull request # 100156 from ehashman/issue-100155
  > b4469b6 Bump klog to 2.8.0, fixing nil panics in KObj
  > 939b917 Merge pull request # 99759 from jpbetz/apply-extract
  > 71d7816 Merge pull request # 100099 from kevindelgado/subresource-flake-followup
  > 078162a Bump SMD to v4.1.0
  > 5191ed3 Remove retry in TestSubresourcePatch
  > be71c55 Merge pull request # 99661 from kevindelgado/status-wiping
  > e3d81de Server-Side Apply: Status Wiping/Reset Fields
  > 3207a41 Make conditions list on CRDStatus non-atomic
  > 0c23cac Merge pull request # 99946 from deads2k/tidy-node-validation-master
  > 9b370b3 Merge pull request # 98034 from Jefftree/testing
  > 5332d7e add markers for inspected validation mutation hits
  > 3b39aba Merge pull request # 99875 from bobbypage/bump-cadvisor
  > 9a366cb Add E2E tests for SSA
  > a73a5ce vendor: cadvisor v0.39.0
  > 85445e3 Merge pull request # 98946 from monopole/upgradeKustomize
  > 9bc474b until stable: pin-dependency, update-vendor, update-bazel, lint-dep
  > 2f8f9e0 Merge pull request # 99800 from deads2k/beta-more
  > f583311 Merge pull request # 99214 from jpbetz/apply-client-go-builders2-typedclient
  > cd6f542 remove more CRD v1beta1 client dependencies
  > 67d1c6c Add Apply functions to client-gen
  > d373eac Merge pull request # 99817 from liggitt/zero-value
  > 73e7a5e Add test for zero-value custom resource validation
  > de5974d Update k8s.io/kube-openapi
  > b8d8aac Merge pull request # 99101 from deads2k/crd-beta-prune
  > 1866670 generated
  > e44fd06 re-enable CRD v1beta1 validation test
  > 288481c switch condition controller check to use a direct etcd write
  > 52247e6 fix up CRD validation tests
  > 9172176 attempt to coerce test for non-structural schemas into something close to valid
  > ddd490c try to tidy up crd v1beta1  usage
  > 5bd8cf3 Merge pull request # 98572 from justaugustus/go116
  > 8736dc6 Fixup golang.org/x/term staticcheck warnings
  > 56f6dd3 [go1.16] bump golang.org/x/... dependencies
  > ea2a7ff generated: Run hack/lint-dependencies.sh and hack/update-vendor.sh
  > 8868ae4 [go1.16] go.mod: update to go1.16
  > b84f2bf Merge pull request # 99561 from BenTheElder/remove-bazel
  > 0c2809b hack/update-bazel.sh
  > 3c0e72f Merge pull request # 99011 from deads2k/stop-extensions
  > 90801f9 Merge pull request # 99199 from deads2k/a-crd
  > 6b64e49 conditionally serve beta
  > 92c1993 delay serving CRD creates for a few seconds for HA consistency
  > b343cbe Merge pull request # 99014 from apelisse/update-smd
  > 1c3e2f5 Merge pull request # 99110 from nikhita/clean-up-owners-jan-2021
  > 7fcd9ec Update sigs.k8s.io/structured-merge-diff to v4.0.3
  > b58866b *: remove mbohlool from reviewers
  > 83fcfdb Merge pull request # 90281 from gaurav1086/apiextensions_delete_map_key
  > f74ceeb Merge pull request # 98790 from jkh52/master
  > b8f4582 [apiextensions] remove check for map key delete
  > 35a00f8 Bump konnectivity-client to v0.0.15
  > 5f25107 Merge pull request # 98737 from liggitt/nytimes-license
  > d470dd5 Update github.com/NYTimes/gziphandler
  > 79840b8 Merge pull request # 98694 from liggitt/crd-apply-speed
  > f89b87e Merge pull request # 98477 from palnabarun/update-gogo/protobuf
  > 5e6e3e9 Add testdata readme
  > 7f87ee0 Merge pull request # 98488 from pohly/klog-2.5.0
  > d0725a3 update gogo/protobuf to v1.3.2
  > 888a7c8 Lower openapi filter fuzz iterations
  > e8c0102 Merge pull request # 98565 from adisky/move-spdystream
  > fb37084 logging: support call depth via logr, structured logging
  > b225a4d Speed up CRD apply unit test
  > 70ced15 Update dependency docker/spdystream to moby/spdystream
  > f383e66 Merge pull request # 98363 from cpanato/go1157
  > 7bd8efe [go1.15] updatestaging pb.go files using the hack scripts
  > 178cf06 Merge pull request # 98406 from navist2020/fix_variable_name
  > 8777f39 Misspelling of the variable name
  > 9ee2f19 Merge pull request # 98312 from deads2k/finish-export-option-removal
  > 0df3131 generated
  > ff87a49 finish removal of exportoptions
  > 4b68a4d Merge pull request # 96552 from pandaamanda/klog_fmt
  > adc42ee Merge pull request # 96960 from Jefftree/defaulter-diff
  > 2aa8f41 use klog.Info and klog.Warning when had no format
  > 30e2787 Merge pull request # 97470 from roycaihw/crd/optimize-create-event-handler
  > 082dfd8 Update generator to not use reflect
  > 54ccb61 Merge pull request # 97172 from Jefftree/opentest
  > 2b1aebd crd create event: skip storage teardown if the crd info doesn't change
  > 1906ed3 Merge pull request # 97033 from patrickshan/pshan/bump/Azure/go-autorest/autorest
  > c3b05fa tests for buildOpenAPIModelsForApply
  > ef1f4df update dependencies
  > e630434 Start writing a unit-test for buildOpenAPIForApplyModels
  > a7ee1ef Merge pull request # 96317 from Jefftree/test-ssa
  > 90fc918 Only create SSA models for CRDs with structural schema
  > 9a92a63 Integrate defaults marker and remove ContainerPort defaulter
bumping knative.dev/pkg bda81c0...2bd91f7:
  > 2bd91f7 Bump K8s dependencies to 1.21.4 (# 2242)
  > 4472e04 Bump golangci-lint timeout to 10m for github actions (# 2241)
  > fac4920 Update assorted dependencies (# 2240)
  > 263ce40 Add chains to the downstream test (# 2237)
  > ddd97e9 Remove obsolete verbose log message for pre-release (# 2235)
  > a7f5b39 Addressable resolver now accepts custom resolvers (# 2195)
  > 2b66fdd Update community files (# 2239)
  > 51f5642 Update actions (# 2238)
  > 46a3611 Add Tekton downstream test (# 2233)
  > a70bb26 Add length limit for the generated names used in tests (# 2217)
  > a4ed097 Update version check comment (# 2234)
  > a94f5f0 Trim the space in configmap/registriesSkippingTagResolving's url. (# 2231)
  > 12d915e Update prometheus dep to 0.30.0 (# 2227)
  > 3bed4dc Make the configmap update logging Debugf (# 2226)
  > 44fffc8 This implements the EventExpansion needed to emit K8s events. (# 2224)
  > 6ef763d Remove long deprecated NewImplWithStats (# 2223)
  > 9c7fd8e Introduce `NewContext`, deprecate `NewImplFull`. (# 2222)
  > 766b8f7 Have the addressable resolver take a tracker. (# 2220)
  > 9b9bc2a Run codegen (# 2221)
  > 52d2a0d Deprecate ReadOnlyFinalizer interface over OnDeletionInterface (# 2212)
  > 44fc074 Update community files (# 2219)
bumping knative.dev/serving 5ab9710...e6a7166:
  > e6a7166 upgrade to latest dependencies (# 11881)
  > 64a145c Update net-kourier nightly (# 11878)
  > d4bf1ad upgrade to latest dependencies (# 11875)
  > 26c4f72 Update net-kourier nightly (# 11873)
  > ce627e5 Manage endpoints when KIngress status contains an IP address  (# 11843)
  > 56845e2 Update community files (# 11874)
  > a53193a Update net-certmanager nightly (# 11871)
  > f0a7836 Update net-contour nightly (# 11872)
  > 95af728 Drop unused flag.Parse and simplify emptyDir image even more (# 11855)
  > 5845ae6 Update actions (# 11870)
  > 97234eb upgrade to latest dependencies (# 11869)
  > 0d9a49f Skip a few more conformance tests against optional API (# 11827)
  > 0be381e Update net-istio nightly (# 11868)
  > 8906177 Update net-certmanager nightly (# 11867)
  > 0bb8499 Add missing RootCA additions to checks (# 11865)
  > 03823ca Drop relatively useless logging (# 11863)
  > ac53b04 Probe properly after startup when periodSeconds greater than zero (# 11190)
  > 8ab7a60 upgrade to latest dependencies (# 11861)
  > 48f6457 Clean up build tags in .golangci.yaml (# 11860)
  > 62d2781 Update net-contour nightly (# 11857)
  > 83fa93d Update net-istio nightly (# 11859)
  > 3b15ee9 Update net-kourier nightly (# 11856)
  > 04a56dc Update net-certmanager nightly (# 11858)
  > 0bcde14 upgrade to latest dependencies (# 11851)
  > d9ef49f Use the `controller.Impl` tracker. (# 11853)
  > 35ed978 Simplify emptyDir image behavior (# 11841)
  > 4220792 Update net-contour nightly (# 11794)
  > 13175ca Update net-istio nightly (# 11850)
  > eb3ac4d Update net-kourier nightly (# 11849)
  > 6891f62 fix incorrect helper adopted (# 11845)
  > b9a86db upgrade to latest dependencies (# 11847)
  > b827fe7 Update net-kourier nightly (# 11838)
  > c6b1956 Update net-certmanager nightly (# 11840)
  > 21e0d8e Update net-istio nightly (# 11839)
  > aeb7290 Update community files (# 11836)
  > 7f0582d Remove deprected loadbalancer (# 11837)
bumping k8s.io/code-generator 48c1e31...25a36f5:
  > 25a36f5 Merge pull request # 103319 from jpbetz/fix-102749-1.21
  > 70aa412 Bump SMD to v4.1.2 to pick up # 102749 fix
  > 8b14922 sync: remove Godeps/
  > e3528c8 Merge pull request # 102196 from kolyshkin/automated-cherry-pick-of-# 102147-upstream-release-1.21
  > d95c662 vendor: bump runc to rc95
  > cb1b268 Bump klog to 2.8.0, fixing nil panics in KObj
  > e0b5c43 Merge pull request # 99759 from jpbetz/apply-extract
  > 9f50236 Add extract apply function generation
  > 24be182 Merge pull request # 98946 from monopole/upgradeKustomize
  > e7e4d37 until stable: pin-dependency, update-vendor, update-bazel, lint-dep
  > 5f36bce Merge pull request # 99214 from jpbetz/apply-client-go-builders2-typedclient
  > ea893dc Add Apply functions to client-gen
  > cc2553e Merge pull request # 99817 from liggitt/zero-value
  > d3199e1 Update k8s.io/kube-openapi
  > b9b4ecb Merge pull request # 99012 from jpbetz/apply-client-go-builders2
  > bf943ce Support references to external types for 3rd party use
  > 4ee20c9 Add apply configuration generator
  > 748252d Merge pull request # 98572 from justaugustus/go116
  > dd0b9f7 Fixup golang.org/x/term staticcheck warnings
  > e7249ad [go1.16] bump golang.org/x/... dependencies
  > 3d740b9 [go1.16] go.mod: update to go1.16
  > 3491177 Merge pull request # 99561 from BenTheElder/remove-bazel
  > e964dbb hack/update-bazel.sh
  > a990afc Merge pull request # 98845 from justaugustus/zeitgeist
  > 7c4e3d4 generated: Run ./hack/update-internal-modules.sh
  > 5a6947c Merge pull request # 99014 from apelisse/update-smd
  > 3fa898d Update sigs.k8s.io/structured-merge-diff to v4.0.3
  > 575533e Merge pull request # 98790 from jkh52/master
  > a5bea38 Bump konnectivity-client to v0.0.15
  > b6eef68 Merge pull request # 98477 from palnabarun/update-gogo/protobuf
  > dd857b4 Merge pull request # 98488 from pohly/klog-2.5.0
  > 4f6c91d update gogo/protobuf to v1.3.2
  > 062b17e Merge pull request # 98565 from adisky/move-spdystream
  > a45fdeb logging: support call depth via logr, structured logging
  > 93d63ad Update dependency docker/spdystream to moby/spdystream
  > 468be54 Merge pull request # 98197 from thockin/makefile-unused-variables-watning
  > 62894da Rename _examples to examples
  > 62f14d5 Merge pull request # 98312 from deads2k/finish-export-option-removal
  > f5c6169 generated
  > b01f4fb Merge pull request # 96552 from pandaamanda/klog_fmt
  > 2a79acd Merge pull request # 96960 from Jefftree/defaulter-diff
  > 8a5bd94 use klog.Info and klog.Warning when had no format
  > 64162c9 Merge pull request # 95360 from erwinvaneyk/fix-generate-internal-groups-bash
  > 800ec45 Update generator to not use reflect
  > 8cc0d29 Merge pull request # 96679 from stmcginnis/appspot-cleanup
  > 2842357 Fix generate-internal-groups.sh for bash < 5.x
  > e819a6a Remove stale analytics links from docs
  > 356aa54 Merge pull request # 96586 from Doude/for/upstream/master/96585
bumping knative.dev/eventing 19fcdf4...ea5ed9a:
  > ea5ed9a upgrade to latest dependencies (# 5679)
  > 348cfb2 upgrade to latest dependencies (# 5677)
  > d4721b6 gingko compatible (# 5676)
  > eb3b681 Update community files (# 5675)
  > 600659e upgrade to latest dependencies (# 5672)
  > 5a0aa5d [Broker] Always consider ObservedGeneration to determine readiness (# 5667)
  > a98548a Make usage of GetConditionSet, rather than direct access (# 5662)
  > de1b52b Use `controller.NewContext` (# 5661)
  > 4f6f307 Handful more cleanups (# 5660)
  > 5b10764 [IMC] Always consider ObservedGeneration to determine readiness (# 5655)
  > b2891a8 upgrade to latest dependencies (# 5659)
  > 1aa90e5 fixing minor things (# 5658)
  > d879d09 Plumb through using the `controller.Impl` tracker. (# 5656)
  > 0d6181f upgrade to latest dependencies (# 5657)
  > b2700c2 Generate new community contact table (# 5653)
  > da32c8e upgrade to latest dependencies (# 5652)
  > b289108 Update community files (# 5647)
  > 128a666 Create a new ListableTracker ctor taking a tracker.Interface (# 5651)
  > 3e584ed Use v1 CRD clients in tests (# 5650)

Signed-off-by: Knative Automation <automation@knative.team>
2021-08-30 05:07:28 -07:00
knative-automation a2d6111517
Update community files (#1437)
Signed-off-by: Knative Automation <automation@knative.team>
2021-08-30 03:50:34 -07:00
Martin Gencur 95193bd7e5
TestServiceExport works with images specified by digest (#1435)
* TestServiceExport works with images specified by digest

* Do not expect image name in TestSourceContainer test

* it might not be available if the test image is passed as image digest
2021-08-30 03:50:28 -07:00
knative-automation 5fc49f78eb
Update actions (#1436)
Signed-off-by: Knative Automation <automation@knative.team>
2021-08-30 03:18:28 -07:00
knative-automation e570844b1d
Update community files (#1432)
Signed-off-by: Knative Automation <automation@knative.team>
2021-08-19 22:25:05 -07:00
knative-automation 7e4954781d
upgrade to latest dependencies (#1431)
bumping knative.dev/networking acdfd41...defa6b8:
  > defa6b8 Revert "Add a new test case to request unexpected hash (# 468)" (# 482)
  > 34afc1d upgrade to latest dependencies (# 481)
  > 90ed29a Format go code (# 480)
  > e347271 Use actual cluster domain for TestRewriteHost (# 476)
  > 078ce25 Add a new test case to request unexpected hash (# 468)
  > b245118 Bump Golang version to 1.16 (# 475)
  > d3550bf Update community files (# 478)
  > 8fad814 Update actions (# 477)
bumping knative.dev/serving 5ad15df...5ab9710:
  > 5ab9710 upgrade to latest dependencies (# 11830)
  > 7f32cde Add conformance test for periodSeconds>0 case (# 11814)
  > d932855 Update deps and fix deprecations (# 11824)
  > 265dfe5 Update net-istio nightly (# 11825)
  > 0629672 Update net-istio nightly (# 11816)
  > fa213a4 Update net-certmanager nightly (# 11815)
  > 3e7900e Remove deprecated ServiceName field (# 11817)
  > 6a54ed8 Adds a flag to skip conformance tests against non-required API (# 11769)
  > 32f12b6 Makes conformance test for error condition more genernal (# 11784)
  > b7abe27 Update net-istio nightly (# 11808)
  > 269555f Update net-kourier nightly (# 11807)
  > 3bf25ce Update net-kourier nightly (# 11804)
  > db6e59d Update net-istio nightly (# 11803)
  > 1f7f69c Update community files (# 11800)
bumping knative.dev/hack e28525d...815cd31:
  > 815cd31 Stop performing pre-releases (# 77)
bumping knative.dev/eventing 0c41e6d...19fcdf4:
  > 19fcdf4 Fix DeadLetterSink on Trigger status (# 5642)
  > cfcab6f remove vaikas from roster (# 5645)
  > 3a4912d upgrade to latest dependencies (# 5635)
  > 9dd1419 Fix deprecation of controller.Run to controller.RunContext (# 5644)
  > 4b18ab8 Add myself to support roster (# 5640)
  > 5c08bd3 be more explicit about the semantic of ceOverrides (# 5641)
  > c183833 Resurrect source spec (# 5637)
  > 72fae58 Add trace exporting to mt broker (# 5634)
  > 41e36ee Update community files (# 5632)
  > 6296a81 Add tracing support to eventdisplay and heartbeats (# 5631)
bumping knative.dev/pkg 21eb4c1...bda81c0:
  > bda81c0 upgrade to latest dependencies (# 2218)
  > 7b5ecbc Sketch out an alternate way of injecting clients/informers (# 2210)
  > 8c88fa2 Revert "Remove the unused file (# 1935)" (# 2213)
  > 50410e0 Use consistent case for "Deprecated" comments (# 2216)
  > 35bcd16 Drop redundant pointers and decoders (# 2211)
  > bf176d5 Sink two codegen passes below loop. (# 2209)
  > 2c8a7b6 Update community files (# 2208)
  > 23b0147 Update actions (# 2206)

Signed-off-by: Knative Automation <automation@knative.team>
2021-08-19 21:50:05 -07:00
Abirdcfly 4a0ac33dcc
fix kn trigger list command to show correct v1/service sink output (#1428)
* fix kn trigger list command to show correct v1/service sink output

* Update pkg/kn/commands/flags/sink.go

Co-authored-by: Murugappan Chetty <itsmurugappan@gmail.com>

Co-authored-by: Murugappan Chetty <itsmurugappan@gmail.com>
2021-08-18 03:44:08 -07:00
Murugappan Chetty 00269396cf
Update code-of-conduct, readme and contrib files (#1429)
* update docs

* update docs

* update docs
2021-08-16 04:06:54 -07:00
David Simansky 2e714510c5
Fix release script to published darwin/arm64 bits (#1427) 2021-08-12 11:40:35 -07:00
knative-automation d0dc9667cb
Update community files (#1426)
Signed-off-by: Knative Automation <automation@knative.team>
2021-08-12 08:13:35 -07:00
Lionel Villard 035150ec4c
update versions to 0.25 (#1425) 2021-08-10 18:18:59 -07:00
knative-automation 9f30eba74d
upgrade to latest dependencies (#1424)
bumping knative.dev/serving 5ad15df...5ad15df:
bumping knative.dev/eventing 0c41e6d...0c41e6d:

Signed-off-by: Knative Automation <automation@knative.team>
2021-08-10 16:50:59 -07:00
David Simansky 28a340cce7
Prepare changelog and version for 0.25 release (#1423) 2021-08-10 06:38:12 -07:00
Gunjan Vyas ce790b40d6
Adding --tls option to domain create command (#1419)
* Adding --tls option to domain create command

* Adding client test for builder

* Update CHANGELOG.adoc

Co-authored-by: David Simansky <dsimansk@redhat.com>

* Edited domain create usage message

* Update docs/cmd/kn_domain_create.md

Co-authored-by: Roland Huß <rhuss@redhat.com>

* Update pkg/serving/v1alpha1/client.go

Co-authored-by: Roland Huß <rhuss@redhat.com>

* Update docs and usage message

* Changing test domain name in e2e for tls test

* fix e2e domain create test case

Co-authored-by: David Simansky <dsimansk@redhat.com>
Co-authored-by: Roland Huß <rhuss@redhat.com>
2021-08-10 05:09:13 -07:00
Roland Huß 4691210013
Deprecate `lookup-path` option and updated relevant documentation (#1422)
* Deprecate `lookup-path` option and updated relevant documentation

Lookup in path is now the default for all plugins.
This option will be removed eventually in a future version,
when path lookup is enabled uncoditinally and can't be turned of.

* Review fixes

* remove trailing whitespace

* readd config to make test coverage happy
2021-08-10 03:54:12 -07:00
Paul Schweigert f8a8284915
look up plugins on PATH by default (#1412) 2021-08-10 00:00:13 -07:00
knative-automation fe9edcc236
upgrade to latest dependencies (#1417)
bumping knative.dev/eventing 5c7b553...0c41e6d:
  > 0c41e6d Fix ci (# 5629)
  > e340077 upgrade to latest dependencies (# 5626)
  > e7445c5 Enable OPTIONS and CloudEvent Webhook headers (# 5542)
  > ca9e469 Prevent teardown in ugprade tests on failure (# 5624)
  > 8551625 Update actions (# 5627)
bumping knative.dev/serving ac8d05d...5ad15df:
  > 5ad15df short name (# 11788)
  > d0d882f fix scrape_time metric registration (# 11778)
  > af1ada2 Add test for readiness behaviour after startup when periodSeconds is 0 (# 11768)
  > 9e96a38 Update net-contour nightly (# 11782)
  > cbbffd9 Update net-kourier nightly (# 11780)
  > d236674 Update net-istio nightly (# 11779)
  > e6a15b0 Update net-certmanager nightly (# 11781)
  > b415c53 Fix TestContainerErrorMsg failures against DockerHub (# 11751)
  > ffda04b Update actions (# 11777)
  > dd83fd9 add memory metrics for hpa (# 11668)
  > b744943 Reduce allocations from the timeout handler by pooling the timers (# 11771)
  > f4f721b Update net-certmanager nightly (# 11773)
  > 60159d8 Add a benchmark for the TimeToFirstByteTimeoutHandler (# 11766)
  > 85af882 Always set `ENABLE_HTTP2_AUTO_DETECTION` envvar (# 11760)
  > db42cb6 Update net-kourier nightly (# 11776)
  > cc8e07f Update net-contour nightly (# 11775)
  > 869ef86 Update net-istio nightly (# 11774)
  > 019b501 Use zero value in default case to clean up tests (# 11772)
  > 8a7848b upgrade to latest dependencies (# 11770)

Signed-off-by: Knative Automation <automation@knative.team>
2021-08-09 23:28:12 -07:00
David Simansky fc7e87667f
Add support for multi-containers (#1382)
* Add support for multi-containers

* Update examples

* Fix UpdateContainers to match by name

* Add experimental note & tests

* Rename flag to --extra-containers

* Fix formatting

* Fix flag renaming leftovers

* Update pkg/kn/flags/podspec_test.go

Co-authored-by: Roland Huß <rhuss@redhat.com>

Co-authored-by: Roland Huß <rhuss@redhat.com>
2021-08-09 12:25:12 -07:00
David Simansky 1bf6c12074
Fix unit tests to use NAMESPACE value in k8s cluster env (#1421) 2021-08-06 09:57:20 -07:00
Paul Schweigert 60c740f1e3
Fixing bug when looking up plugins on path with slash in argument (#1415)
* fixing bug when looking up plugins on path with slash in argument

* test for dropping slash substrings

* use path separator

* more tests, using pathseparator in tests
2021-08-06 09:00:20 -07:00
Gunjan Vyas 9d1bfc6197
Adding class option to broker create (#1402)
* Adding --class flag to broker create command

* Updated broker class usage

* Updated broker create examples
2021-08-06 06:36:20 -07:00
Gunjan Vyas 8eda0e0f45
Server errors should not be tainted by client error messages (#1406)
* Server errors should not be tainted by client error messages

* Adding more test cases for status errors

* Adding Changelog entry

* k8s api errors should be processed first
2021-08-06 05:16:20 -07:00
Roland Huß 707fe77b58
Fix include and be more flexible for the script interpreter. (#1420)
Since we include now a test-infra script, which is Bash 4 based,
macOs user need to install Bash >= 4 e.g. via brew now.
The bash version coming with macOs is not good enough (3)
2021-08-05 08:06:52 -07:00
David Simansky b3431e34c0
Fix unit tests clash with local kubeconfig (#1418)
* Fix unit tests clash with local kubeconfig

* Add unit tests

* Format source code

* Add more tests to cover types.go

* Add more tests to cover namespaced.go
2021-08-05 06:12:53 -07:00
David Simansky 4e1297ac8f
Add lint check to build.sh script (#1414)
* Add lint check to build.sh script

* Fix golangci-lint repo url
2021-08-05 02:39:52 -07:00
knative-automation 4c1f0758ae
Update actions (#1416)
Signed-off-by: Knative Automation <automation@knative.team>
2021-08-05 00:19:52 -07:00
knative-automation c18a55f926
upgrade to latest dependencies (#1413)
bumping knative.dev/networking f3c57a0...acdfd41:
  > acdfd41 upgrade (# 474)
  > 0f2f509 upgrade to latest dependencies (# 473)
bumping knative.dev/pkg 64ab22b...21eb4c1:
  > 21eb4c1 Bump assorted dependencies to their latest versions (# 2205)
  > 552bbc1 Support the webhook serving over non-TLS. (# 2204)
bumping knative.dev/serving 4dc9fc6...ac8d05d:
  > ac8d05d upgrade to latest dependencies (# 11765)
  > 21abbd3 Update net-kourier nightly (# 11762)
  > 922f8c1 Update net-contour nightly (# 11764)
  > 3d992b7 Update net-certmanager nightly (# 11763)
  > 2771c89 Adding config to enable setting concurrencyStateEndpoint (# 11699)
  > 2b25982 upgrade to latest dependencies (# 11759)
  > e79dc8c Update net-contour nightly (# 11756)
  > d22d04e Update net-istio nightly (# 11757)
  > 9d8f841 Update net-kourier nightly (# 11758)
  > e0bbc3a Update the pull request workflow link on DEVELOPMENT.md (# 11752)
  > 0313d84 upgrade to latest dependencies (# 11754)
  > 6301a5b Update net-kourier nightly (# 11749)
  > 42aafb6 Update net-contour nightly (# 11741)
bumping knative.dev/eventing 486c349...5c7b553:
  > 5c7b553 update deps (# 5625)
  > 7d502ca Only reconcile CRDs labeled with the duck key/value (# 5601)
  > a8a3063 Run conformance tests as project admin (# 5596)

Signed-off-by: Knative Automation <automation@knative.team>
2021-08-04 02:46:24 -07:00
knative-automation 4470416f44
upgrade to latest dependencies (#1411)
bumping knative.dev/serving 492d71c...4dc9fc6:
  > 4dc9fc6 Allow setting priorityClassName in pod spec (# 11746)
  > 5710865 Use update API instead of patch API in conformance tests (# 11740)
  > d35a736 Change label and annotation key names in tests from camelCase to lowercase with dash (# 11750)
  > 0493df4 Adding section to DEVELOPMENT.md on updating schemas when iterating (# 11739)
  > 62544bd Adding test for automountServiceAccountToken=true (# 11743)
bumping knative.dev/pkg 889b567...64ab22b:
  > 64ab22b k8s-service-trailing-slash-fix (# 2178)
  > c367a9d Drop Client as it is only used in tests (# 2203)
  > bb4aaf0 Ignore special errors in codegen for events (# 2202)
  > 3826bb2 Add a new mechanism for requeuing a key. (# 2201)

Signed-off-by: Knative Automation <automation@knative.team>
2021-08-02 02:48:43 -07:00
knative-automation 5892b7c18f
upgrade to latest dependencies (#1405)
bumping knative.dev/eventing ea859aa...486c349:
  > 486c349 fix metrics md page (# 5615)
  > d32eb86 Update CODE_OF_CONDUCT.md (# 5616)
  > 1f48ef0 Revert "if no kubeconfig use inclusterconfig test (# 5603)" (# 5613)
  > 699a33b Improve security-related config in more yaml files (# 5612)
bumping knative.dev/networking 03e4c43...f3c57a0:
  > f3c57a0 Bump go version in knative-downstream.yaml (# 472)
bumping knative.dev/serving 7b9f1e9...492d71c:
  > 492d71c Use io and os packages in preference to ioutil (# 11744)
  > 45dda6b Allow setting spec.template.spec.automountServiceAccountToken in PodSpec (# 11723)
  > 1d1cd79 Correct typo in a few places and include error in log (# 11731)
  > 537cb1c Update net-kourier nightly (# 11727)
  > 3dc4876 Add limits and proper security context to jobs (# 11726)

Signed-off-by: Knative Automation <automation@knative.team>
2021-07-30 03:40:31 -07:00
Gunjan Vyas 712e0e4af1
Adding support for darwin/arm64 (#1401)
* Adding support for darwin/amd64

* Updating go version to 1.16 in go.mod
2021-07-27 17:14:16 -07:00
knative-automation 248baa6226
upgrade to latest dependencies (#1397)
bumping knative.dev/pkg d9b7180...889b567:
  > 889b567 Update community files (# 2199)
  > 842df75 Update community files (# 2196)
  > fa8095f Use default Kubeconfig loading rules (# 2197)
bumping knative.dev/eventing 003a8a2...ea859aa:
  > ea859aa Improve security-related config in yaml files (# 5611)
  > d3e8af1 upgrade to latest dependencies (# 5606)
  > d9b4354 Update community files (# 5602)
  > dcbb9af Fix the link to the Working Group page. (# 5610)
  > a005619 Add health endpoint to event_display server (# 5608)
  > 7251c1b if no kubeconfig use inclusterconfig test (# 5603)
bumping knative.dev/networking 7390d8c...03e4c43:
  > 03e4c43 upgrade to latest dependencies (# 470)
  > e3c72d2 Fix the Go iterator capture issue (# 467)
  > 74db2e5 Update community files (# 469)
bumping knative.dev/serving 11abffd...7b9f1e9:
  > 7b9f1e9 Update net-certmanager nightly (# 11720)
  > 8d116e0 Update net-kourier nightly (# 11719)
  > 0703daa Update community files (# 11718)
  > ecc107f upgrade to latest dependencies (# 11713)
  > 19ddc78 Update net-istio nightly (# 11716)
  > 3296961 Update net-contour nightly (# 11715)
  > e1b42ce Update net-kourier nightly (# 11714)
  > 5a51323 Add v1beta1 version of DomainMapping crd (# 11682)
  > 6447982 Add support for emptydir rw access and e2e testing (# 11705)
  > d068a6d Add `app.kubernetes.io` labels (# 11655)
  > d2c28a0 Bump to Go 1.16 (# 11698)
  > c78a665 drop duplicate test (# 11711)
  > 3efd3d6 Update net-certmanager nightly (# 11707)
  > b2b3abb Update community files (# 11701)
  > 55a6139 Update net-kourier nightly (# 11704)
  > 3921d41 Update net-contour nightly (# 11703)

Signed-off-by: Knative Automation <automation@knative.team>
2021-07-27 10:21:51 -07:00