Gunjan Vyas
ad863f3f37
Added eventtype support ( #1598 )
...
* Added eventtype list and eventingv1beta1 client to Knparams
* Add kn eventtype describe command
* Added eventtype builder and create command
* Added eventtype delete command
* Added autocomplete for eventtype commands
* Added mock client and create tests
* Added delete tests
* Added describe tests
* Added tests for list
* Added flag test
* Added mock client tests
* Added completion helper tests
* Added client tests
* Added types test
* Added e2e tests
* Removed non-essential list columns and renamed imports
* Update pkg/kn/commands/eventtype/list.go
Co-authored-by: David Simansky <dsimansk@redhat.com>
Co-authored-by: David Simansky <dsimansk@redhat.com>
2022-03-02 03:48:43 -08:00
knative-automation
f1c14a0594
Update community files ( #1612 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2022-03-01 07:26:41 -08:00
knative-automation
296ac811c1
upgrade to latest dependencies ( #1613 )
...
bumping knative.dev/networking 1934422...6f27842:
> 6f27842 upgrade to latest dependencies (# 626)
> 27525df upgrade to latest dependencies (# 624)
> 1da6545 Update community files (# 625)
> c8279cb Update actions (# 623)
bumping knative.dev/pkg 708dc1c...fe26417:
> fe26417 Allow overriding lease name for a reconciler (# 2435)
> 9b5c411 allow overriding the default grace period of 45 seconds (# 2423)
> 4c2331f Bump golang.org/x/crypto (# 2444)
bumping knative.dev/eventing cbf1b08...f2045b0:
> f2045b0 upgrade to latest dependencies (# 6212)
> 6d5c49a Update community files (# 6146)
> 2b9baf3 Update actions (# 6174)
Signed-off-by: Knative Automation <automation@knative.team>
2022-03-01 06:37:42 -08:00
kobayashi
587a4a8cb7
change display versions ( #1601 )
2022-03-01 05:25:42 -08:00
knative-automation
b1097b5cfc
upgrade to latest dependencies ( #1610 )
...
bumping knative.dev/eventing 13c0ce8...cbf1b08:
> cbf1b08 Switch to at least 1 event in new trigger filters e2e featurset (# 6193)
> 354a69f Set TerminationGracePeriodSecond for wathola-sender to 300 seconds (# 6192)
> 3939dc6 💄 Adding missing k8s labels to the post install manifests (# 6184)
> 74cebc5 Rename new trigger filters sql field to cesql (# 6148)
> 792f56d Update dependencies (# 6173)
> 2a69eec Clearing out old state info for new placements (# 6172)
> 7a48f42 Update actions (# 6150)
bumping knative.dev/pkg 3c00bb0...708dc1c:
> 708dc1c Update community files (# 2443)
> 062ca30 upgrade to latest dependencies (# 2433)
> 4fcbc1b Update actions (# 2434)
> 80c511a Wait for reconciler/controllers to return prior to exiting the process (# 2437)
> d481724 Update community files (# 2428)
> 9ea8176 Update actions (# 2430)
> 0caafcb upgrade to latest dependencies (# 2429)
> 3b550af changeset: Look in packed-refs file if ref file not found. (# 2425)
> 5e98acd Make URL compatible with controller-gen (# 2431)
bumping knative.dev/networking 4337f03...1934422:
> 1934422 upgrade to latest dependencies (# 622)
> 17e1877 upgrade to latest dependencies (# 621)
> 48ac02f Update actions (# 620)
bumping knative.dev/serving a1a7287...7f681da:
> 7f681da Fixes an activator panic when the throttle encounters a cache.DeleteFinalStateUnknown (# 12679)
> d48569e Remove an unnecessary start delay when resolving tag to digests (# 12668)
> d846cbb Update community files (# 12664)
> 40029f9 bump ggcr which includes auth config lookup fixes for k8s (# 12655)
> 3945364 upgrade to latest dependencies (# 12645)
> 7e1dd36 Bump prometheus/client_golang to v1.11.1 (# 12653)
> 39df601 Update actions (# 12652)
> 24c178d Update net-contour nightly (# 12648)
> 88edca7 Update net-istio nightly (# 12651)
> d7409b7 Update net-certmanager nightly (# 12647)
> fa7aa27 Update net-kourier nightly (# 12638)
> c1aaaf6 Update net-gateway-api nightly (# 12609)
> b28062c Fix example to immediately collect any inactive revision (# 12422) (# 12517)
> 47e9f68 fix ytt package name (# 12644)
> 0cd25ac upgrade to latest dependencies (# 12633)
> aae1fff Updates val webhook selector to reduce invocations (# 12612)
> 70fa638 Update actions (# 12641)
bumping golang.org/x/term 6886f2d...03fcf44:
> 03fcf44 term: add codereview.cfg
> f766a8b term: enable TestMakeRawState on darwin/arm64
> 140adaa term: add portability note re: std{in,out} fds
bumping github.com/google/go-cmp d103655...039e37c:
> 039e37c Add //go:build lines (# 285)
> 3242228 Drop hacks to work around Go reflection bugs in Go1.9 (# 282)
> f59cd61 Update minimum supported version to go1.11 (# 281)
> 6faefd0 Reduce minimum length for specialize string diffing (# 275)
> f1773ad Use any alias instead of interface{} (# 276)
> 9094ef9 Change build status badge (# 269)
> 3ee52c8 Fix spelling mistakes (# 271)
> 395a0ac Use sha256 in test (# 268)
> 402949e Merge pull request # 266 from dsnet/fix-format
> 290a6a2 Avoid shadowing variable (# 263)
> d5fcb38 Fix textual printing of byte slices
> 248ccff Fix staticcheck findings (# 262)
bumping knative.dev/hack 0456e8b...e178598:
> e178598 Update community files (# 157)
> cf8cbc0 Fix the regex used for matching GitHub Actions files (# 156)
> a8ef7b6 Skip presubmit tests for .github updates (# 154)
Signed-off-by: Knative Automation <automation@knative.team>
2022-02-28 02:12:07 -08:00
Murugappan Chetty
af052088ca
remove hardcoded kn for usage and error ( #1603 )
...
* remove hardcoded kn for usage and error
* remove hardcoded kn for usage and error
* remove hardcoded kn for usage and error
* remove hardcoded kn for usage and error
* docs change
2022-02-17 02:07:13 -08:00
knative-automation
f1a8a62bab
Update actions ( #1608 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2022-02-17 01:30:12 -08:00
knative-automation
3a57df4ac4
upgrade to latest dependencies ( #1607 )
...
bumping knative.dev/serving 26992d3...a1a7287:
> a1a7287 Drop MaxDurationSeconds from the RevisionSpec (# 12635)
> 9df07fc bump docker/distribution to v2.8.0 (# 12636)
> 0ee7b6f Update community files (# 12632)
> 072ddb3 Add pvc e2e test (# 12547)
> 615c3c5 Update net-istio nightly (# 12630)
> 20a4ca5 upgrade to latest dependencies (# 12624)
> 7ab3a5f Update community files (# 12629)
> 57b6b75 Update net-contour nightly (# 12628)
> 3823b1e Update net-kourier nightly (# 12627)
bumping knative.dev/hack 7331bb1...0456e8b:
> 0456e8b Update community files (# 152)
> b9cb198 Update community files (# 151)
> 0e30607 Update kntest path after https://github.com/knative/test-infra/pull/3087 (# 150)
bumping knative.dev/pkg fc93ac7...3c00bb0:
> 3c00bb0 Update community files (# 2426)
bumping knative.dev/networking bd21fc9...4337f03:
> 4337f03 upgrade to latest dependencies (# 619)
> 2538710 Update community files (# 618)
> a70f23c Update community files (# 617)
bumping knative.dev/eventing 0326f92...13c0ce8:
> 13c0ce8 upgrade to latest dependencies (# 6121)
Signed-off-by: Knative Automation <automation@knative.team>
2022-02-17 00:54:12 -08:00
knative-automation
b857d9607d
Update community files ( #1606 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2022-02-16 10:33:41 -08:00
knative-automation
24b6184341
Update actions ( #1597 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2022-02-15 07:17:59 -08:00
knative-automation
37f21bcbf1
Update community files ( #1605 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2022-02-15 05:34:58 -08:00
knative-automation
5c66775fa1
upgrade to latest dependencies ( #1602 )
...
bumping knative.dev/pkg 51be315...fc93ac7:
> fc93ac7 upgrade to latest dependencies (# 2424)
bumping knative.dev/serving fe023e3...26992d3:
> 26992d3 Update net-istio nightly (# 12626)
> 98f70b3 Update net-contour nightly (# 12610)
> b46576e Address 503s when the autoscaler is being rolled (# 12617)
> ec94a07 Update net-istio nightly (# 12613)
> 7ca76bb Reduce the period and failure threshold for activator readiness (# 12614)
> eda7173 Update net-kourier nightly (# 12608)
> 311a8b8 upgrade to latest dependencies (# 12604)
> 523d08a Update net-istio nightly (# 12607)
> 16c94d1 Update net-kourier nightly (# 12598)
> f65e33a Update net-gateway-api nightly (# 12603)
> 6c0fdec Bump cert-manager to 1.7.1 (# 12605)
> 52f07b0 Update net-istio nightly (# 12602)
> 0b4ef84 update the performance test section in test readme (# 12600)
> b3b8882 Bump Istio version for gateway-api to 1.12.2 (# 12596)
> 4262dcb Use default logger configuration (# 12597)
> 77a0443 Update net-istio nightly (# 12595)
bumping knative.dev/hack 9b303d6...7331bb1:
> 7331bb1 rename function (# 149)
bumping knative.dev/eventing fb09241...0326f92:
> 0326f92 Update rotation (# 6129)
> f13248e Generate duck v1alpha1 DeepCopy functions (# 6120)
> 55a9c62 Use Go 1.17 for downstream tests (# 6142)
> a7f83b1 Make SubscriptionSpec.Delivery mutable (# 6139)
> 20718e2 Recover if Parse panics and set error (# 6140)
> 6b9499f Modify RetryAfter verify timing test (# 6128)
> 042829e Fix value of "component" label for the Eventing Controller (# 6135)
> eea089a Update actions (# 6116)
bumping knative.dev/networking 9ce389c...bd21fc9:
> bd21fc9 add component label to reduce invocations (# 616)
> 58bc12b upgrade to latest dependencies (# 615)
> c9e7082 Add `activator-ca` and `activator-name` keys in `config-network` (# 608)
Signed-off-by: Knative Automation <automation@knative.team>
2022-02-15 04:26:58 -08:00
knative-automation
6690a20e8f
upgrade to latest dependencies ( #1600 )
...
bumping knative.dev/eventing 25bf6fe...fb09241:
> fb09241 tame a bit the duck (# 6130)
> 7df34f8 Update community files (# 6132)
> 62b25af 💄 fixing the golang path for the migrator to point to actual pkg (# 6133)
> 1748795 Remove deprecated and unmaintained repos from downstream action (# 6131)
> cf675de Update community files (# 6115)
> c959bfb 💄 updating to newer versions of k8s for GH Actions 💫 (# 6122)
bumping knative.dev/serving 770b911...fe023e3:
> fe023e3 Update net-istio nightly (# 12591)
> d454d67 Update net-contour nightly (# 12584)
> fc43e7c add script to run performance tests using kperf (# 12549)
> 62d5aa3 Updates selector labels to `app.kubernetes.io` (# 12587)
> 997dea3 Update net-kourier nightly (# 12592)
> 82ad2cd Update net-certmanager nightly (# 12590)
> 1d95294 Adds a flag to allow customized request headers in conformance tests (# 12540)
> 792260d upgrade to latest dependencies (# 12583)
> 0e6c2d8 Update community files (# 12589)
> 26a2553 Update actions (# 12582)
> 2d23214 Move maxDurationSeconds tests from conformance tests to e2e tests (# 12526)
> 4e17128 Add flag disable-test-cleanup (# 10001) (# 12482)
> 721c2bb upgrade to latest dependencies (# 12575)
> 5ce87a4 Update net-certmanager nightly (# 12577)
> 923b4fa Update actions (# 12574)
> 72ae543 Update community files (# 12573)
> fb1b4c1 Update net-istio nightly (# 12576)
bumping knative.dev/hack 82bfca1...9b303d6:
> 9b303d6 Update community files (# 148)
bumping knative.dev/networking d23a068...9ce389c:
> 9ce389c Update community files (# 614)
> 8ea3045 Update actions (# 613)
> e266de2 Update actions (# 612)
> 7002b9a Update community files (# 610)
bumping knative.dev/pkg f4b57ae...51be315:
> 51be315 Update community files (# 2419)
> b619c92 Update actions (# 2417)
> bab3d0d Update actions (# 2413)
> 671e46d 💫 we must use `flags` instead of `pflags`, since this is not working. It seems like pflag.* adds the var to its own flag set, not the one package flag uses, and it doesn't expose the internal flag.Var externally - hence this fix. (# 2414)
> 7880fb4 Update community files (# 2412)
> 8681fe2 Continual tests logging within test scope (# 2293)
Signed-off-by: Knative Automation <automation@knative.team>
2022-02-04 09:15:21 -08:00
knative-automation
6ebd48b327
Update community files ( #1599 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2022-02-04 06:06:21 -08:00
knative-automation
677276ae0a
upgrade to latest dependencies ( #1596 )
...
bumping knative.dev/pkg 77555ea...f4b57ae:
> f4b57ae Fix invalid creator or lastModifier annotations on core resources (# 2409)
> 21b467b upgrade to latest dependencies (# 2406)
> ca64d3b Update community files (# 2404)
> 2783cd8 Do not block NotFound error during patching resources (# 2403)
> d7b329c 🐛 Update required Go version to 1.17 to fix # 2399 (# 2400)
> 3ba5d72 Don't discard addressable resolver original errors (# 2395)
bumping knative.dev/hack 9b2ed84...82bfca1:
> 82bfca1 Update community files (# 147)
> 51a42b2 Update community files (# 146)
> 81ef5cc Update community files (# 145)
> cfb3eb8 Enable opting out Preemptible/Spot GKE Worker Nodes (# 144)
> 9dd1ec1 Look at package name when checking whether the shell package can be used (# 142)
> f1822b1 Disable Logs/Metrics on GKE and Run Preemptible Nodes (# 138)
> 32375dc remove clusteradmin grant (# 141)
> 987528e Temporarily fix the unit tests for library.sh (# 143)
> da09733 print commit hash (# 140)
bumping knative.dev/networking ec78554...d23a068:
> d23a068 upgrade to latest dependencies (# 611)
> 8acb8e7 Add transport option (# 605)
bumping knative.dev/serving ff30afc...770b911:
> 770b911 Add loglevel option for contour (# 12567)
> d7bd949 Update net-contour nightly (# 12570)
> 7faad9a Update net-kourier nightly (# 12563)
> 422f10a Upgrade knative.dev/pkg@main and fix DomainMapping error (# 12560)
> 7d527f2 Update community files (# 12566)
bumping knative.dev/eventing 0310bf9...25bf6fe:
> 25bf6fe upgrade to latest dependencies (# 6103)
> 7a44b07 Update community files (# 6109)
> c7718b0 Update community files (# 6105)
> cf78f4c Upgrade knative.dev/pkg@main and fix test errors (# 6097)
Signed-off-by: Knative Automation <automation@knative.team>
2022-02-01 07:23:32 -08:00
knative-automation
8a5e349f97
Update actions ( #1595 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2022-02-01 02:52:38 -08:00
Sameer Vohra
f28cd0e68a
Update README.md ( #1593 )
...
Clarify that kn plugins need `kn-` prefix to be picked up by kn.
For example, the `func` plugin is only dected by kn if it is rename as `kn-func`
2022-02-01 02:52:31 -08:00
knative-automation
d2698c40a5
Update community files ( #1594 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2022-02-01 02:16:31 -08:00
knative-automation
9ee52ba853
Update community files ( #1592 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2022-01-28 05:54:46 -08:00
Paul Schweigert
5030b5df2f
updates kn versions for presubmit integration test ( #1577 )
2022-01-25 18:16:44 -08:00
knative-automation
2d9f957961
upgrade to latest dependencies ( #1578 )
...
bumping knative.dev/serving e648a2f...ff30afc:
> ff30afc Update net-contour nightly (# 12552)
> b3bd14f Update net-istio nightly (# 12555)
> 5ec1118 removes periodSeconds hack for k8s < v1.21 (# 12550)
> 046e275 updates to GA version of PodDisruptionBudget (# 12548)
> 1ac434d Update net-gateway-api nightly (# 12554)
> 91d2fa9 Update net-kourier nightly (# 12556)
> 501df8c Update net-certmanager nightly (# 12553)
> f953230 Change the name of the default autoscaler (# 12537)
> ff54500 Upgrade tests - properly clean up resources (# 12395)
> 65a92df Update net-gateway-api nightly (# 12541)
> 3785e9f Update net-kourier nightly (# 12543)
> a71162c Update net-istio nightly (# 12535)
> e0b028e upgrade to latest dependencies (# 12525)
> ab33940 Update net-contour nightly (# 12542)
bumping knative.dev/eventing f074878...0310bf9:
> 0310bf9 Fixing docs eventing spec details (# 6082)
> 3b3eac1 Enable features configmap watching and fix mt broker filter subscriptions API implementation (# 6089)
> 89b588f Wait for expected number of replicas in Scheduler tests (# 6083)
> 9e0e90c Prober waits until receiver state != active or timeout (# 6074)
Signed-off-by: Knative Automation <automation@knative.team>
2022-01-25 16:59:44 -08:00
David Simansky
958bd51f4a
Update changelog for 1.2 release ( #1576 )
...
* Update changelog for 1.2 release
* Fix broker entry
* Fix eventing entry
2022-01-25 02:08:48 -08:00
Gunjan Vyas
ddbae2e96e
Fix for file not found error message discrepancy in windows ( #1575 )
...
* Fix for file not found error message discrepancy in windows
* Added comment
2022-01-24 06:51:30 -08:00
David Simansky
29fff9af50
Update cli-runtime to matching k8s ( #1574 )
2022-01-24 06:06:30 -08:00
knative-automation
ed096b9669
upgrade to latest dependencies ( #1573 )
...
bumping knative.dev/serving a4f8b72...e648a2f:
> e648a2f Update net-contour nightly (# 12534)
> 02417c6 bump ggcr again which includes azure credential timing fixes (# 12539)
bumping github.com/spf13/viper a4bfcd9...f646c50:
> f646c50 chore(deps): update dependencies
bumping knative.dev/eventing ad895de...f074878:
> f074878 🔥 Remove k8s 1.20 APIs (# 6068)
Signed-off-by: Knative Automation <automation@knative.team>
2022-01-21 11:25:04 -08:00
knative-automation
17d6184cc8
upgrade to latest dependencies ( #1571 )
...
bumping knative.dev/networking c7164d4...ec78554:
> ec78554 Add transport option (# 606)
bumping knative.dev/serving a3216ca...a4f8b72:
> a4f8b72 Update net-kourier nightly (# 12531)
> cec1a47 Update net-gateway-api nightly (# 12529)
> 7826030 Update net-certmanager nightly (# 12530)
> 30f5c96 Move our CI to GKE 1.21 (# 12509)
> bd2a436 💫 Adding k8s 1.23.0 to GA action e2e workflows (# 12411)
> d844f47 CodeReading: Move var to where is used (# 12532)
> 0682e94 Add pvc support (# 12458)
bumping knative.dev/eventing e0e3f44...ad895de:
> ad895de Upgrade test waits for sender deletion (# 6050)
> c94bfb3 upgrade to latest dependencies (# 6065)
> ef00e28 Update and rename roadmap-2021.md to roadmap.md (# 6067)
Signed-off-by: Knative Automation <automation@knative.team>
2022-01-21 04:04:04 -08:00
David Simansky
fc85cff55c
Remove k8s cluster version pin ( #1572 )
2022-01-21 01:31:05 -08:00
knative-automation
9b838cfb0a
upgrade to latest dependencies ( #1570 )
...
bumping knative.dev/hack 59b0cf1...9b2ed84:
> 9b2ed84 Update community files (# 139)
bumping knative.dev/networking eac673f...c7164d4:
> c7164d4 upgrade to latest dependencies (# 604)
> 37ab2ef upgrade to latest dependencies (# 603)
> 075f9b9 Update community files (# 602)
> 52fb6ee upgrade to latest dependencies (# 601)
> db53592 Update actions (# 600)
bumping knative.dev/pkg c0e1594...77555ea:
> 77555ea upgrade to latest dependencies (# 2398)
> 768f44f bump our min version to 1.21 (# 2397)
> e989c22 Update community files (# 2393)
> 0a429cb Allow Unstructured callback from Defaulting Webhook (# 2363)
bumping knative.dev/serving 9073261...a3216ca:
> a3216ca Update net-kourier nightly (# 12520)
> f079283 Update net-gateway-api nightly (# 12521)
> 969beb3 Update net-istio nightly (# 12519)
> b74e3c7 bump ggcr/k8schain to the latest (# 12510)
> d44ad85 Update community files (# 12518)
> a560242 Update net-contour nightly (# 12514)
> db1b4ad Update net-kourier nightly (# 12515)
> a75ee09 upgrade to latest dependencies (# 12513)
bumping github.com/spf13/cobra de187e8...178edbb:
> 178edbb Bump github.com/spf13/viper from 1.9.0 to 1.10.0 (# 1561)
> 9054739 Remove __complete cmd for program without subcmds (# 1563)
> 19c9c74 Always include the os package import when generating the root command (# 1557)
> 01e05b8 Bump github.com/spf13/viper from 1.8.1 to 1.9.0 (# 1554)
> 36bff0a fix root.go.golden (# 1552)
> 1854bb5 Fix some typos (mostly found by codespell) (# 1514)
> ff2c55e chore(ci): use golangci-lint-action (# 1477)
> 1beb476 fix: Duplicate error message from cobra init boilerplates (# 1463)
> 6f84ef4 Provide option to hide default 'completion' cmd (# 1541)
> ee75a2b Remove trailing spaces from bash completion command description (# 1520)
> 25bab5a Fix invalid shell completion when used with ~/.cobra.yaml (# 1510)
> 3fed3ef Support different bash completion options (# 1509)
> 507caf5 completions: fix mixed tab/spaces indentation (# 1473)
> c7a4421 fix: typo in {bash,zsh}_completions.go (# 1459)
> c3573e2 Completion: Capitalize short desc, and remove extra space from long (# 1455)
> dd40ab0 feat: improve completions help formatting (# 1444)
> d298d79 Update shell_completions.md to have automatically rootcmd (# 1372)
> 6f19fa9 fix: unbound variables in bash completion (# 1321)
> d65ba12 github: add dependabot configuration file (# 1427)
> 45e521e enable composing PositionalArgs (# 896)
> 9e1d6f1 args_test: add helper functions (# 1426)
> 62a72cd fix(diff): use arg '--strip-trailing-cr' (# 949)
> 442031e Allow specifying licenses using their SPDX identifier (# 1159)
> 78969f9 Remove "Lesser" from header for GPL-2.0 template (# 880)
> 3c84bf8 Small correction in User Guide (# 1009)
> 3ba5f15 Projects using cobra update (# 1454)
> bfacc59 Addressing typos identified by @marckhouzam
> 2682562 Simplifying goGet function
> cf87fc4 Updating generator documentation and links
> c97b7ec Update documentation to reflect the module aware generator
> 9388e79 Cobra generator now works within Go modules
> c9edb78 Change generator default license to none
> dcf42b2 Change generator to require opting in to viper.
> c0dd5cd Removing unused imports when not using Viper
> f09e947 readme: remove ToC, since it's now shown by GitHub (# 1429)
> d2c0cb3 DisableFlagParsing must disable flag completion (# 1161)
> c1973d3 Update projects-using markdown with Tanzu (# 1501)
> 4fd30b6 ci: test golang 1.16.x and 1.17.x too (# 1425)
> 2a52778 go.mod: cpuguy83/go-md2man/v2 v2.0.1 (# 1460)
> 56060d1 Add Meroxa CLI (# 1377)
bumping golang.org/x/term 6a3ed07...6886f2d:
> 6886f2d all: upgrade x/sys to latest
> a79de54 go.mod: upgrade to go 1.17
> c04ba85 term: unify ioctl{Read,Write}Termios definition for aix, linux, solaris & zos
> f5beecf term: skip TestMakeRawState on GOOS=ios
> b80969c term: add aix and zos build tags
> 72f3dc4 term: use existing unix implementation on solaris
> de623e6 term: use stdin file descriptor in comment
bumping knative.dev/eventing 61d97d3...e0e3f44:
> e0e3f44 Implement Subscriptions API Filters in MTChannelBroker (# 5995)
> 7d73613 Use zap.NewProductionConfig and specific time encoding (# 6043)
> d7b4d2c Change default Broker delivery spec (# 6011)
> 76366bc Increase timeout for rekt tests (# 6062)
> 850528b Update community files (# 6063)
> f6fec10 update dependencies (# 6057)
> 47c5739 upgrade to latest dependencies (# 6060)
> 65c4a6f Dump resources when failed to wait for them to become ready (# 6056)
> 68d4410 Fix test helpers for subscription that abuse Subscription's `spec.reply` (# 6053)
> 5ebbed7 Set missing event type on CloudEvent in a test helper (# 6047)
> 9963bd0 upgrade to latest dependencies (# 6044)
> 2d64fdd Make event-library test image 'vendorable' (# 6049)
bumping github.com/spf13/viper bd03865...a4bfcd9:
> a4bfcd9 chore(deps): update crypt
> 1cb6606 build(deps): bump gopkg.in/ini.v1 from 1.65.0 to 1.66.2
> a785a79 refactor: replace jww with the new logger interface
> f1f6b21 feat: add logger interface and default implementation
> c43197d build(deps): bump github.com/mitchellh/mapstructure from 1.4.2 to 1.4.3
> 2abe0dd build(deps): bump gopkg.in/ini.v1 from 1.64.0 to 1.65.0
> 8ec82f8 chore(deps): update crypt
> 35877c8 chore: fix lint
> 655a0aa chore(deps): update golangci-lint
> 946ae75 ci: fix github script
> d40d641 chore: Go 1.17 update
> 41ec2aa chore: run lint fixer
> ba606cd chore: update build tools
> 91b237f build(deps): bump actions/github-script from 4 to 5
> 793ee22 build(deps): bump gopkg.in/ini.v1 from 1.63.2 to 1.64.0
> 0594522 test: fix failing tests on windows
> 14c9dc6 test: fix file find tests on windows
> eae2327 feat: disable finder for now
> 237f373 test: fix finder tests on windows
> 78228f5 build: disable goconst linter for now
> 8b7777d test(windows): skip failing tests on windows
> 15c88da test(windows): fix watch file test
> 552e3bd ci: separate lint and test
> 1a7008f ci: make build pass on windows
> 077ee30 ci: run tests on windows
> 5a4e555 test: add tests for reading config files
> 08ba8ca ci: disable fail fast
> 4e595ce feat: use io/fs for searching files on Go 1.16+
> 557c5d6 test: improve tests for searching files
> 8e71595 feat: implement new finder using io/fs
> ce82267 refactor: drop unused Unsetenv from testutil
> 558a299 feat: use TB.Setenv on Go 1.17
> b1fdc47 Recognize tfvars files as hcl by default.
> 65f16c1 docs: fix indentation in code samples
> 0d7e803 build(deps): bump github.com/mitchellh/mapstructure from 1.4.1 to 1.4.2
> 6a29539 build(deps): bump gopkg.in/ini.v1 from 1.63.1 to 1.63.2
> fa3412d fix cannot write hidden file without extension (# 1017)
> a1f26b1 Add test for cannot write hidden file without extension
> 46a61e6 Fixes # 1062
> e606f74 fix: made `InConfig` process paths correctly
> 2062cd6 Fix codeql workflow
> c4687f7 Add CodeQL analysis workflow
> 5a4d2a0 chore(deps): update crypt library fork
> 6937864 chore(deps): update go-ini dependency
> e897cbf build(deps): bump github.com/pelletier/go-toml from 1.9.3 to 1.9.4
> eb876e1 update readme.md
> 38e00ee Bump github.com/fsnotify/fsnotify from 1.4.9 to 1.5.1
> 5c0d079 ci: run builds on Go 1.17
> cf6565f Bump github.com/spf13/cast from 1.4.0 to 1.4.1
> a7cfd8b Fix bug report template
> 294bb31 Add Go version to bug report tempplate
> f2053fa Bump github.com/spf13/cast from 1.3.1 to 1.4.0
> ab4b05a chore: add GitHub issue forms
> e866eaa Update feedback_pull_request.yml
> bc5df54 Update feedback_issue.yml
> 409a7ba Bump actions/github-script from 3 to 4.0.2
> 489df74 Update dependabot.yml
> 899b682 Create dependabot.yml
> 030b739 docs: add section about decoding formats
> a02f986 feat(encoding): Integrate the new encoding package into Viper
> 699d749 feat(encoding): Add toml codec
> 6f15444 feat(encoding): Add hcl codec
> 1862663 feat(encoding): Add json codec
> 0e854bf feat(encoding): Add yaml codec
> a00caae feat(encoding): Encoder/Decoder registry implementations
Signed-off-by: Knative Automation <automation@knative.team>
2022-01-19 04:53:53 -08:00
knative-automation
8b6076ca33
Update community files ( #1569 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2022-01-18 07:15:32 -08:00
Gunjan Vyas
a1079df154
Adding completion for remaining Eventing resources ( #1567 )
...
* Added completion for trigger
* Added tests for trigger
* Added container sources completion
* Added tests for container source completion
* Add completion helper for apiserver sources
* Added tests for apiserver sources
* Added completion for binding sources
* Added tests for sink binding completion
* Added completion for ping source
* Added tests for ping source completion
* Added completion for channel
* Added completion for subscription
* Added tests for channels
* Added tests for subscription completion
* Kn params initialization fix and resource name fix in tests
2022-01-18 01:08:32 -08:00
knative-automation
a96ecf55f6
upgrade to latest dependencies ( #1565 )
...
bumping knative.dev/eventing eb4c06c...61d97d3:
> 61d97d3 Update actions (# 6042)
> de89188 fix wrong date. (# 6041)
> 4415944 upgrade to latest dependencies (# 6040)
> b5603c0 upgrade to latest dependencies (# 6038)
> c61fb46 Update VOLUNTEERS (# 6037)
bumping knative.dev/pkg 96f1852...c0e1594:
> c0e1594 Update actions (# 2392)
> 1db74d0 Adjust leaderelection defaults, add documentation. (# 2391)
> 2b23ad1 Simplify URI creation in source validation tests (# 2389)
> c568527 Fixes # 2308 TestSpoofingClient_WaitForEndpointState flake (# 2387)
> b90b853 upgrade to latest dependencies (# 2388)
> 785eb63 switch to klog/v2 (# 2386)
> bba4470 Validate Sink in SourceSpec (# 2384)
> 80b253f upgrade to latest dependencies (# 2385)
bumping knative.dev/hack f08cb0d...59b0cf1:
> 59b0cf1 Proper search for tags in Go files only (# 135)
bumping knative.dev/serving 0309174...9073261:
> 9073261 fix broken samples link (# 12508)
> d7ba02e fix leader election issues due to defaults change (# 12506)
> 7537f28 Update net-kourier nightly (# 12504)
> ee55bd0 Update actions (# 12500)
> 8beafe7 fix container name collision (# 12374)
> 3639325 Update net-contour nightly (# 12494)
> efd5db6 Update net-gateway-api nightly (# 12493)
> 9de0607 Update net-istio nightly (# 12492)
> 421358c Update net-kourier nightly (# 12486)
> 39af716 upgrade to latest dependencies (# 12491)
> f6d38a9 update rotation (# 12489)
> a7df96e upgrade to latest dependencies (# 12485)
bumping knative.dev/networking 0dbedcd...eac673f:
> eac673f upgrade to latest dependencies (# 599)
Signed-off-by: Knative Automation <automation@knative.team>
2022-01-14 05:06:44 -08:00
knative-automation
0f30f05833
Update actions ( #1566 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2022-01-13 06:44:12 -08:00
Gunjan Vyas
f6434549da
Fix for panic during channel list ( #1568 )
...
* Fix for panic during channel list
* Added changelog entry
2022-01-13 05:07:12 -08:00
Gunjan Vyas
d8670f5762
Added completion for domain command ( #1562 )
...
* Added completion for domain command
* Added tests for domain completion
2022-01-12 06:19:51 -08:00
knative-automation
1fcab77a08
upgrade to latest dependencies ( #1564 )
...
bumping knative.dev/hack abd085f...f08cb0d:
> f08cb0d Fixing issue knative/hack# 136 (# 137)
Signed-off-by: Knative Automation <automation@knative.team>
2022-01-11 05:07:13 -08:00
Gunjan Vyas
07d0cd75c7
Added completion for route name ( #1561 )
...
* Added completion for route
* Added tests for route completion
2022-01-10 10:12:59 -08:00
Paul Schweigert
569e027d98
Remove deprecated Hugo frontmatter generation for docs ( #1563 )
...
* removes deprecated hugo frontmatter generation
* changelog
* PR number
* remove emptyString
2022-01-10 08:40:59 -08:00
Gunjan Vyas
c5dfb08f81
Added completion for revision resource ( #1560 )
...
* Added completion for revision resource
* Added unit tests for revision autocompletion
* Fixed merge conflicts
2022-01-10 06:58:59 -08:00
Gunjan Vyas
c6997da944
Added autocompletion for broker ( #1559 )
...
* Added autocompletion for broker
* Added broker completion tests
* Renamed imports
2022-01-10 04:33:59 -08:00
knative-automation
99c69a9cc1
upgrade to latest dependencies ( #1558 )
...
bumping k8s.io/code-generator 25a36f5...7b37ed0:
> 7b37ed0 Merge pull request # 106960 from cpanato/update-xnet-122t
> d078fd8 dependencies: Update golang.org/x/net to v0.0.0-20211209124913-491a49abca63
> 5747c7b Merge pull request # 106250 from ulucinar/bump-k-openapi-1.22
> 2e52dc3 Manual cherry pick of kube-openapi changes for release-1.22
> 22f764f Merge pull request # 104310 from liggitt/automated-cherry-pick-of-# 104279-upstream-release-1.22
> c6452dc Merge pull request # 104469 from liggitt/utils-1-22
> c2733a4 Copy golang license to staging copies
> f338d05 vendor: bump k8s.io/util to get fix for LRU cache
> ff0bf9f Automated cherry pick of # 104014: Update golang.org/x/time/rate (# 104018)
> 9fd003d update vendor after switch
> b1b4942 Merge pull request # 101624 from tilt-dev/nicks/go-to-protobuf
> d874928 Merge pull request # 103176 from CaoDonghui123/updatemod
> c56a6a7 go-to-protobuf: small fixes to improve debuggability
> 43f2a02 Merge pull request # 103318 from jpbetz/fix-102749
> 563f0ae Update golang.org/x/net to v0.0.0-20210520170846-37e1c6afe023
> 3fe66c8 Bump SMD to v4.1.2 to pick up # 102749 fix
> 53a4e85 Merge pull request # 103026 from sanposhiho/fix/typo-on-ExtractHoge
> 94f0451 Merge pull request # 95472 from ahmedtd/lru-remove-mpl
> b76aedd Fix: typo on ExtractHoge
> 600a804 Remove MPL-licensed dep from lruexpirecache
> 723f918 Merge pull request # 103010 from BenTheElder/ansi-386-overflow
> d624dfc update Azure/go-ansiterm to v0.0.0-20210617225240-d185dfc1b5a1
> 8d9ac5e Merge pull request # 102783 from mcbenjemaa/update-dep-gnostic
> 12c648b update internal modules
> b3a1c69 update vendor
> b599f86 update internal modules
> 964fb60 Correct comment block from openapi_v2.NewDocument to openapi_v2.ParseDocument
> faf39f8 Update github.com/googleapis/gnostic to v0.5.5 and updating transitive dependencies go-cmp, protobuf,, to adapt the latest gnostic release which cosists of [Update protos for Go protoc plugin compatibility]
> 0ea71da Merge pull request # 102441 from feiskyer/update-vendor
> dd653c5 Update Azure Go SDK to v55.0.0
> f65da15 Merge pull request # 102897 from liggitt/etcd-ga
> 22f08a3 Update to etcd v3.5.0 client
> 93504ea Merge pull request # 100488 from liggitt/protobuf
> de39fc1 Update protobuf,grpc,etcd dependencies
> e5ccfa3 sync: remove Godeps/
> af0b5d9 Merge pull request # 102454 from wzshiming/clean/remove-godeps
> ed0f8d0 Merge pull request # 102467 from pacoxu/json-patch-5.5.0
> 7639b06 Remove Godeps
> daefbed Merge pull request # 102059 from jsafrane/fix-consistentread
> 783e1ca upgrade gopkg.in/evanphx/json-patch to v4.11.0
> 9c11f92 Merge pull request # 102409 from dims/bump-golang.org/x/text-to-v0.3.6
> 0b0b341 Bump k8s.io/utils
> 45c8999 Bump golang.org/x/text to v0.3.6
> 2f22fda Merge pull request # 102332 from pacoxu/klog-2.9.0
> 3e7c599 upgrade klog to v2.9.0
> 0213807 Merge pull request # 102147 from kolyshkin/update-runc-rc94-take-II
> d76ae01 vendor: bump runc to rc95
> deed336 Merge pull request # 102111 from dims/update-testing-related-deps-for-1.22
> 632c95c update testing related dependencies
> 994995d Merge pull request # 102094 from liggitt/revert-runc
> 61abebe Revert "Merge pull request 101888 from kolyshkin/update-runc-rc94"
> 66f43cf Merge pull request # 101888 from kolyshkin/update-runc-rc94
> bb6578c vendor: bump runc to rc94
> f57bba4 Merge pull request # 100940 from markusthoemmes/fake-client-interface
> b9c3fe9 Merge pull request # 101320 from amanchourasiya/bugfix/101309
> 4b75d82 Implement a FakeClient interface
> 3fae618 Merge pull request # 100496 from jpbetz/extract-subresources
> 2697f01 Removing comment to improve generated docs.
> 112073b Merge pull request # 101357 from feiskyer/update-vendor
> 9586e06 Add subresource support to apply extract
> de8ea98 Update Azure Go SDK version to v53.1.0
> cbf249e Merge pull request # 101234 from gautierdelorme/rm-go-openapi-spec
> 678d1fb remove go-openapi/spec
> 6b304b4 bump k8s.io/kube-openapi
> dd2ded1 Merge pull request # 100490 from howardjohn/gnostic-v051
> 1f18445 Update kube-openapi and gnostic dependencies
> 70ccd82 Merge pull request # 100970 from apelisse/add-subresource-managedfields
> 597a684 Generated code
> bdc2396 Merge pull request # 100784 from kevindelgado/smd-to-4-1-1
> e4dc439 Merge pull request # 100684 from Jefftree/atomic
> c22c694 Update structured-merge-diff to v4.1.1
> 0557bb8 Merge pull request # 100671 from Niekvdplas/spelling-mistakes
> 275d6b8 Generate openapi and proto files
> 3112572 Merge pull request # 99849 from jpbetz/apply-subresources
> c74497a Fixed several spelling mistakes
> 72793d0 Generate ApplyScale client support
> cbbce91 Add apply subresource support to client-go's typed client
> 5bc604e Merge pull request # 100156 from ehashman/issue-100155
> 092920b Bump klog to 2.8.0, fixing nil panics in KObj
bumping knative.dev/eventing d829745...eb4c06c:
> eb4c06c Add CloudEvent SQL validation (# 6032)
> eb62db9 Fix broken links (# 6030)
> 7bf054f Add k8s trace attribute to PingSource (# 5928)
> b8d1cfb rename pingsource component (# 6003)
> 1ae8a49 Fixing Broker DLQ flaky tests (# 6006)
> 4348c29 upgrade to latest dependencies (# 6031)
> 5e3183b Remove useless logconfig package (# 6015)
> 06ba3ea Remove skipped Trigger no Broker test (# 6014)
> 1ba7810 Bump otel/trace dependency. (# 6021)
> e71f0b0 Update actions (# 6016)
bumping knative.dev/pkg 7927179...96f1852:
> 96f1852 Update actions (# 2382)
> 3f86f59 Update community files (# 2381)
> 52e42b7 Extend Apply verb to extensions, Bump to K8s 1.22. (# 2327)
bumping k8s.io/api 3fcac9f...9d2e771:
> 9d2e771 Update dependencies to v0.22.5 tag
> d5ade40 Merge pull request # 106960 from cpanato/update-xnet-122t
> ad37243 dependencies: Update golang.org/x/net to v0.0.0-20211209124913-491a49abca63
> 79120fd Merge pull request # 106250 from ulucinar/bump-k-openapi-1.22
> 2792020 Manual cherry pick of kube-openapi changes for release-1.22
> 68328c1 Revert "tests for statefulset PersistentVolumeClaimDeletePolicy api change"
> 99803f6 Revert "statefulset PersistentVolumeClaimDeletePolicy api change"
> 4bdcbc6 Merge pull request # 103168 from raisaat/beta-2238
> 4aee549 Update API description for probe.terminationGracePeriodSeconds
> cd49d27 Merge pull request # 103245 from wzshiming/fix/prober-termination
> af0a862 Merge pull request # 99023 from verb/1.21-securitycontext
> 8479309 Regenerate
> 0ff29d3 Merge pull request # 98817 from alculquicondor/job-completion-api
> f608fb0 Generated code for securityContext in EphemeralContainers
> ae00b16 Update API documents
> 1e1dad4 Merge pull request # 103467 from thockin/svc-alloc-lb-nodeports-bug
> 1cee8b1 Add Job.status.uncountedPodUIDs
> 1a4d863 Allow securityContext in EphemeralContainers
> 8ad172a Merge pull request # 102966 from SergeyKanzhelev/deprecateDynamicKubeletConfig
> 9aa829f Fix small bug with AllocateLoadBalancerNodePorts
> c712065 Merge pull request # 103276 from NetApp/data-source-ref
> bb601f1 deprecate and disable by default DynamicKubeletConfig feature flag
> 2c49f10 Merge pull request # 99961 from margocrawf/master
> 3bec203 Add DataSourceRef field to PVC spec
> 9f69fea Merge pull request # 101296 from Miciah/fix-RollingUpdateDaemonSet-godoc-regarding-rounding
> fb2c6db This introduces an Impersonate-Uid header to server side code.
> 49e8721 Merge pull request # 99494 from enj/enj/i/not_after_ttl_hint
> a05eb2d Fix RollingUpdateDaemonSet godoc regarding rounding
> f75dde5 Merge pull request # 103176 from CaoDonghui123/updatemod
> 03dbe2b Generated
> e14d3f9 Merge pull request # 103318 from jpbetz/fix-102749
> bfaee58 Update golang.org/x/net to v0.0.0-20210520170846-37e1c6afe023
> 2475115 csr: add expirationSeconds field to control cert lifetime
> 0c9a900 Merge pull request # 99378 from mattcary/api
> ca00f16 Bump SMD to v4.1.2 to pick up # 102749 fix
> b71fde3 Merge pull request # 102028 from chrishenzie/read-write-once-pod-access-mode
> af1946e tests for statefulset PersistentVolumeClaimDeletePolicy api change
> bbf61a2 ReadWriteOncePod PV access mode and feature gate
> 3f39120 statefulset PersistentVolumeClaimDeletePolicy api change
> c112aae Merge pull request # 103153 from josephburnett/v2beta2
> 2cc5916 Merge pull request # 103003 from sschne/bugfix/fix-required-pathtype
> 8eb76d0 Move HPA v2beta2 deprecation to 1.23.
> 6db9ac8 Merge pull request # 103001 from zshihang/csi
> 55a4932 Remove omitempty from PathType
> 8de3d46 Merge pull request # 103190 from robscott/remove-app-protocol-gate
> 6089ecf CSIServiceAccountToken ga
> a5544ab Removing ServiceAppProtocol feature gate
> 07d5b5c Merge pull request # 103161 from MikeSpreitzer/comment-apf-types
> 52573b6 Merge pull request # 95472 from ahmedtd/lru-remove-mpl
> 9efbb56 Add missing comments in APF API types
> d4897f2 Merge pull request # 102022 from adtac/sbeta
> 31da821 Remove MPL-licensed dep from lruexpirecache
> 0f1d05d Merge pull request # 103010 from BenTheElder/ansi-386-overflow
> 5a15c1a graduate SuspendJob to beta
> a8267d5 Merge pull request # 95768 from danwinship/document-nodeaddresstype
> 1473f93 update Azure/go-ansiterm to v0.0.0-20210617225240-d185dfc1b5a1
> 8e345e4 Merge pull request # 102783 from mcbenjemaa/update-dep-gnostic
> 475ec09 Document the NodeAddressType values
> 58a75e7 update vendor
> c707e2b Update github.com/googleapis/gnostic to v0.5.5 and updating transitive dependencies go-cmp, protobuf,, to adapt the latest gnostic release which cosists of [Update protos for Go protoc plugin compatibility]
> 508b641 Merge pull request # 102897 from liggitt/etcd-ga
> bc7ac6c Update to etcd v3.5.0 client
> b5b150a Merge pull request # 100488 from liggitt/protobuf
> d397d2a Merge pull request # 102834 from rikatz/endport-beta
> 3410dfc Update protobuf,grpc,etcd dependencies
> 672fa45 Update generated files for endPort promotion to Beta
> 0f7caf4 Promote endPort field in netpolicies to beta
> bd09c62 sync: remove Godeps/
> 443865c Merge pull request # 102454 from wzshiming/clean/remove-godeps
> 9f22d12 Merge pull request # 102412 from andrewsykim/kill-service-topology
> 140e77f Remove Godeps
> 597d8a9 Merge pull request # 102467 from pacoxu/json-patch-5.5.0
> d79bfb4 api: update API compatibility tests to remove topologyKeys from Service
> 5ca0554 upgrade gopkg.in/evanphx/json-patch to v4.11.0
> c7678e6 core/v1: add unit tests to ensure deprecated protobuf field numbers are not re-used
> 0b55fc9 Merge pull request # 102409 from dims/bump-golang.org/x/text-to-v0.3.6
> 637d634 apis: update generated code after removing Service topologyKeys
> 23dfef7 Merge pull request # 102223 from lunhuijie/run-test6
> cb0ea78 Bump golang.org/x/text to v0.3.6
> 952c10d apis: remove Service topologyKeys
> b8a1b1f Merge pull request # 102336 from SataQiu/remove-podpreset
> a1e83ec api link is missing
> b0d9a0e Merge pull request # 100842 from ravisantoshgudimetla/add-minReadySeconds-ss
> 98ffe9c cleanup PodPreset testdata
> c1965f3 Merge pull request # 102332 from pacoxu/klog-2.9.0
> 6c59389 testdata: StatefulSet
> 60e1beb upgrade klog to v2.9.0
> b51bb84 generated: Changes for api introduced
> a16591c Merge pull request # 101742 from ravisantoshgudimetla/promote-maxSurge-beta
> cb82702 api: Introduce minReadySeconds,AvailableReplicas in Statefulset
> 191e7be Merge pull request # 102147 from kolyshkin/update-runc-rc94-take-II
> f1ffee0 Promote DS MaxSurge to beta
> da19d3a Merge pull request # 99576 from marosset/windows-host-process-work
> 55a1051 vendor: bump runc to rc95
> ad700d0 Merge pull request # 102159 from roycaihw/mark-containerimage-name-optional
> 7c10cae API support for Windows host process containers
> 0fb680d Merge pull request # 101099 from pacoxu/podpreset-clean
> 419f976 generated
> 532146f Merge pull request # 102030 from aojea/ingress_beta
> 59e252c remove pod preset testdata and args
> 7673089 mark ContainerImage.names as optional
> d5fda55 Merge pull request # 102111 from dims/update-testing-related-deps-for-1.22
> acf8681 bump e2e test to ingress v1
> 6500f76 Merge pull request # 101916 from MartinKanters/101137-document-double-dollar-behavior
> c881484 update testing related dependencies
> c2d30ef Merge pull request # 102034 from AbdulBasitAlvi/bug/add_description_api_apps_v1_types
> c961028 Generated doc files
> bb4775a Merge pull request # 102094 from liggitt/revert-runc
> 67fc4d0 bug(staging_api_apps_v1): add descriptions to apps/v1/types.go files
> c2884aa Processed review suggestions
> 1d8425e Revert "Merge pull request 101888 from kolyshkin/update-runc-rc94"
> 35f2b3a Generated doc files
> 8d7383b Merge pull request # 102066 from alculquicondor/api_rev
> e56fa49 Corrected the $$ documentation in staging/src as well
> c10867d Merge pull request # 101888 from kolyshkin/update-runc-rc94
> fc270cb Use aliases in sig apps and scheduling APIs OWNERS
> 8672a59 Merge pull request # 101496 from ahg-g/ahg-nss-beta
> dafeb4b vendor: bump runc to rc94
> 98c0df6 Merge pull request # 101627 from rikatz/fix-ingress-doc
> 367ad6c graduate pod affinity NamespaceSelector to Beta
> 929601b Merge pull request # 100008 from wangyysde/issue99675
> 2312ce4 Change ingress api doc to reflect the correct path validation
> 9295cf9 Merge pull request # 101618 from vincepri/fuzzer-secs-bug-negative
> 713113e Add descriptions to api/extensions/v1beta1/types.go
> 3af60a8 Merge pull request # 101243 from liggitt/api-1-21
> 315950d Update generated fixture data with creation/deletion timestamps
> 020341d Merge pull request # 99391 from zhuangqh/update-doc
> c390b84 Update round-tripped protobuf output
> 645b51b Merge pull request # 101292 from AliceZhang2016/job_controller_metrics
> 104cee5 docs: fix outdated enhancement doc link
> b8166a5 Drop 1.19.0 API compatibility data
> b8e414e Merge pull request # 98028 from tkashem/apf-post-startup-fix
> fa35e8d change default feature gate value of IndexedJob
> 1e93921 Add 1.21.0 API compatibility data
> 2fa452f Merge pull request # 90635 from desaintmartin/type-container-securitycontext
> aaabe7b add auto update for apf bootstrap configuration
> 8c6483e Merge pull request # 99842 from mowangdk/upgrade_struct_annotation
> adeaab0 Container type: document that SecurityContext applies to Container instead of Pod.
> bdba003 Add descriptions to apiextensions v1 & v1beta1 types.go
> e066428 Add description to policy types.go
> 0097618 Merge pull request # 99811 from lauchokyip/fixtype
> 79f8f51 Added description to staging/src/k8s.io/api/apiserverinternal/v1alpha1/types.go
> 13f2909 Merge pull request # 101704 from liggitt/api-testdata
> 9757115 Merge pull request # 101687 from siddhartha97/add-feature
> f1c1562 Update testdata generation command
> 527f77d Added changes
> 73cb810 Merge pull request # 100233 from umangachapagain/imagepolicy-desc
> 335d3ee Merge pull request # 99760 from navist2020/fix_descriptons
> 7172eb3 add missing description to api/imagepolicy/v1alpha1/types.go
> 6753086 Merge pull request # 98740 from andrewmelis/arm/fix-container-security-context-docs
> 73d7b2e Add descriptions to api/authorization/*/types.go
> 010282a Merge pull request # 95286 from SergeyKanzhelev/removePodUnknown
> 6f6e8ed Generate specs after documentation change
> c8d93ac Merge pull request # 99519 from whydoubt/typos
> c31108f podUnknown is marked as Obsolete
> a6e3a6d Remove duplicate link in container/securityContext
> 95cee48 Merge pull request # 101034 from verb/1.22-ec-api
> 45a00c1 Correct a misspelling of 'secret'.
> b64c6b5 Merge pull request # 101234 from gautierdelorme/rm-go-openapi-spec
> ece0d38 Generated code for Pod-based ephemeralcontainers
> 6b193da bump k8s.io/kube-openapi
> 457d71c Switch ephemeralcontainers SR to Pod Kind
> e993e00 Merge pull request # 100490 from howardjohn/gnostic-v051
> a9b89d5 Update kube-openapi and gnostic dependencies
> 648b778 Merge pull request # 100970 from apelisse/add-subresource-managedfields
> 16be49d Generated code
> 50dfb4f sync: update go.mod
> 86cef11 Merge pull request # 100724 from liggitt/eviction-v1beta1
> e55a4a1 Merge pull request # 101086 from enj/enj/i/auth_owners_gen
> 96ffc3f Define constant for eviction failure cause
> fada3d2 Merge pull request # 101080 from ahg-g/ahg-cost-beta
> 6bb5a8a Prune stale entries from OWNERS files
> 63023e5 Generated files
> 59fddaa Graduate PodDeletionCost to Beta
> 4d4999e Register Eviction v1
> 424177a Merge pull request # 100885 from enj/enj/i/auth_owners
> 6eed676 Merge pull request # 100784 from kevindelgado/smd-to-4-1-1
> b23efeb Update auth OWNERS files to only use aliases
> 9b64426 Merge pull request # 100730 from mikedanese/rbacdoc
> 5ace415 Update structured-merge-diff to v4.1.1
> c1cb3cc Merge pull request # 100728 from robscott/topology-auto
> e2bec99 clarify RBAC API documentation
> 0bd7673 Merge pull request # 100684 from Jefftree/atomic
> 6140925 Updating Topology Aware Hints to support "Auto" value for annotation
> c2af720 Merge pull request # 100245 from mengjiao-liu/Update-broken-links
> 2634033 Generate openapi and proto files
> e32abb1 Merge pull request # 99849 from jpbetz/apply-subresources
> 5d132f2 Update `PodSpec/Overhead` broken links
> ddfb9ba Tag certain non-selector structs as atomic
> 645ffdb Merge pull request # 97989 from Danil-Grigorev/atomic-label-selectors
> 64fc45e Add genclient:method=ApplyScale to types supporting scale update
> 04a51e7 Add structType=atomic to all selectors
> 2824ee6 Merge pull request # 93195 from huffmanca/update-fsgrouppolicy
> f81f579 Make selectors atomic
> 04650e4 Updated generated dependencies
> 0c55033 Addresses nitpicks for FSGroupPolicy
> 3a2d6b5 Merge pull request # 100472 from liggitt/endpoint-slice-v1beta1
> e923586 Mark v1beta1 EndpointSlice deprecated in favor of v1
bumping k8s.io/apimachinery f916759...47f99e7:
> 47f99e7 Merge pull request # 106960 from cpanato/update-xnet-122t
> 9e51a4c dependencies: Update golang.org/x/net to v0.0.0-20211209124913-491a49abca63
> e757da0 Merge pull request # 106250 from ulucinar/bump-k-openapi-1.22
> 223bdbb Manual cherry pick of kube-openapi changes for release-1.22
> 4a9e16b Merge pull request # 104310 from liggitt/automated-cherry-pick-of-# 104279-upstream-release-1.22
> 65ee33b Copy golang license to staging copies
> a644435 Merge pull request # 103457 from codearky/fix-yaml-terminator-wcomment
> ff522ab Merge pull request # 98817 from alculquicondor/job-completion-api
> f1aad3e add yaml separator validation and avoid silent ignoration
> 0dafcb4 Merge pull request # 102188 from alculquicondor/fasterselector
> 8b8079d Add Job.status.uncountedPodUIDs
> 8303750 Merge pull request # 103176 from CaoDonghui123/updatemod
> 51eb781 Improve slice allocation in LabelSelectorAsSelector
> 3272933 Merge pull request # 103318 from jpbetz/fix-102749
> 2510b16 Update golang.org/x/net to v0.0.0-20210520170846-37e1c6afe023
> 0376ffb Add benchmark for LabelSelectorAsSelector
> 8989bdf Bump SMD to v4.1.2 to pick up # 102749 fix
> a4b8a5f Merge pull request # 95472 from ahmedtd/lru-remove-mpl
> 1241855 Remove MPL-licensed dep from lruexpirecache
> 4713ab5 Merge pull request # 103010 from BenTheElder/ansi-386-overflow
> 41b021b update Azure/go-ansiterm to v0.0.0-20210617225240-d185dfc1b5a1
> 76ce197 Merge pull request # 102783 from mcbenjemaa/update-dep-gnostic
> 8146ded Merge pull request # 102629 from tiloso/staticcheck-cluster-apimachinery-apiserver
> 1acaad5 update vendor
> 30802a0 Merge pull request # 102924 from liggitt/race-test-speed
> 2245ed8 Fix staticcheck in cluster & k8s.io/{apimachinery,apiserver}
> 076d25b Update github.com/googleapis/gnostic to v0.5.5 and updating transitive dependencies go-cmp, protobuf,, to adapt the latest gnostic release which cosists of [Update protos for Go protoc plugin compatibility]
> 513e50f Speed up unit tests in -race detection mode
> 0dc8a67 Merge pull request # 102897 from liggitt/etcd-ga
> 15dfbe8 Update to etcd v3.5.0 client
> b2555c6 Merge pull request # 100488 from liggitt/protobuf
> f4becb8 Update protobuf,grpc,etcd dependencies
> a3b8985 sync: remove Godeps/
> 94d2465 Merge pull request # 102454 from wzshiming/clean/remove-godeps
> aec8116 Merge pull request # 102467 from pacoxu/json-patch-5.5.0
> 9a1154c Remove Godeps
> a5103de Merge pull request # 102489 from saschagrunert/http-stream-nil
> 68243ab add ut for preventing dropping null from arrays
> 1e82f3b Merge pull request # 102409 from dims/bump-golang.org/x/text-to-v0.3.6
> d97ed6c Fix regression for timed-out stream cleanups
> 9f25815 upgrade gopkg.in/evanphx/json-patch to v4.11.0
> 4cf81ce Bump golang.org/x/text to v0.3.6
> 44113be Merge pull request # 102332 from pacoxu/klog-2.9.0
> 2a3fbac upgrade klog to v2.9.0
> 1f89c78 Merge pull request # 100394 from mengjiao-liu/clean-up-redundant-code
> 2dd32d7 Merge pull request # 102150 from julianvmodesto/ssa-big-last-applied-followup
> c1766ec Fix use nil err
> 4e7cc58 Make a public ValidateAnnotationsSize
> 6df4bfb Make validation totalAnnotationSizeLimitB public.
> cfc896c Merge pull request # 99371 from tiloso/staticcheck-apimachinery-util
> adc48d2 Merge pull request # 102147 from kolyshkin/update-runc-rc94-take-II
> ecda63f Fix staticcheck in k8s.io/apimachinery/pkg/util
> 95c5729 vendor: bump runc to rc95
> c7322e8 Merge pull request # 102111 from dims/update-testing-related-deps-for-1.22
> 2214a11 update testing related dependencies
> 2540c63 Merge pull request # 102094 from liggitt/revert-runc
> 9765e76 Revert "Merge pull request 101888 from kolyshkin/update-runc-rc94"
> e1b4d3f Merge pull request # 101888 from kolyshkin/update-runc-rc94
> 4c2cee4 Merge pull request # 101618 from vincepri/fuzzer-secs-bug-negative
> 2a34e07 vendor: bump runc to rc94
> 96c076b Merge pull request # 101668 from tkashem/wait-poll-with-context
> 4112135 Timestamp fuzzer in metav1 should not use negative values
> fda7135 Merge pull request # 101626 from MadhavJivrajani/master
> aaed044 apimachinery: add context bound polling
> 83e6b5f Merge pull request # 101320 from amanchourasiya/bugfix/101309
> 60281a0 Add validation for names like '-'
> b3737e4 Merge pull request # 101590 from smarterclayton/quantity
> 22894de Removing comment to improve generated docs.
> 8c18d83 quantity: Allow a new quantity to be created directly from inf.Dec
> 05188ba Merge pull request # 101092 from shawnhanx/limited
> 83ce8f0 Merge pull request # 100496 from jpbetz/extract-subresources
> 8cefc5b fix limited4 -> limited
> ec059b1 Merge pull request # 101361 from njuptlzf/label-test
> e522d21 Enable extract test for status subresource
> ba18a62 Merge pull request # 101306 from joelsmith/master
> b4b4027 parseOperator description is inconsistent with the behavior
> a5c5d6e Add subresource support to apply extract
> f3a344a Merge pull request # 101234 from gautierdelorme/rm-go-openapi-spec
> 2449c2e Additional CVE-2021-3121 fix
> b78e067 bump k8s.io/kube-openapi
> 37b6f01 Merge pull request # 100490 from howardjohn/gnostic-v051
> 87974a2 Update kube-openapi and gnostic dependencies
> 8daf289 Merge pull request # 100970 from apelisse/add-subresource-managedfields
> 6ee6d74 Generated code
> 5c420e5 Add "subresource" field to ManagedFieldEntry
> 1ba67c1 Merge pull request # 101086 from enj/enj/i/auth_owners_gen
> f2987aa Merge pull request # 101000 from lojies/ominilcheckforlen
> 8c00220 Prune stale entries from OWNERS files
> d23dd75 Merge pull request # 100430 from mozillazg/fix-staticcheck-failed-apimachinery-serializer
> 2567f57 code cleanup: Omit redundant nil check on slices
> d8cdd62 Merge pull request # 100784 from kevindelgado/smd-to-4-1-1
> c4ed323 Fix staticcheck failures for vendor/k8s.io/apimachinery/pkg/runtime
> 77ef728 Merge pull request # 100684 from Jefftree/atomic
> 02a91c3 Update structured-merge-diff to v4.1.1
> 74cf9d3 Merge pull request # 99839 from saschagrunert/portforward-stream-cleanup
> ae7302c Generate openapi and proto files
> 24633e4 Cleanup portforward streams after their usage
> 22a1f0c Tag certain non-selector structs as atomic
> 57f2a07 Merge pull request # 100156 from ehashman/issue-100155
> 567c401 Bump klog to 2.8.0, fixing nil panics in KObj
bumping knative.dev/networking 62388a5...0dbedcd:
> 0dbedcd upgrade to latest dependencies (# 598)
> e40187c Update actions (# 597)
bumping k8s.io/apiextensions-apiserver 73536ac...811461e:
> 811461e Update dependencies to v0.22.5 tag
> 7b79c0c Merge pull request # 106960 from cpanato/update-xnet-122t
> d3b1314 dependencies: Update golang.org/x/net to v0.0.0-20211209124913-491a49abca63
> 6b25b67 Merge pull request # 106250 from ulucinar/bump-k-openapi-1.22
> ddac85f Manual cherry pick of kube-openapi changes for release-1.22
> 41e7589 Merge pull request # 104988 from liggitt/automated-cherry-pick-of-# 104969-upstream-release-1.22
> c2005c2 Fix null JSON round tripping
> 068ccef Propagate conversion errors
> 9ea1b11 Merge pull request # 104469 from liggitt/utils-1-22
> 0ddd93a vendor: bump k8s.io/util to get fix for LRU cache
> d37e63d Automated cherry pick of # 104014: Update golang.org/x/time/rate (# 104018)
> 0de7bca Merge pull request # 103930 from cheftako/automated-cherry-pick-of-# 103895-upstream-release-1.22
> 9829d39 Update to using apiserver-network-proxy v1.22
> 34f76b8 Merge pull request # 103882 from rphillips/automated-cherry-pick-of-# 103743-upstream-release-1.22
> ad3dac1 vendor: bump runc to 1.0.1
> 1eec384 add tracing to webhook requests
> a9bb2e8 Merge pull request # 103548 from dims/drop-hashicorp-lru
> 176547e update vendor after switch
> 179ee05 update to new k8s.io/utils
> 71ce3e0 Merge pull request # 103483 from odinuge/revert-102508-runc-1.0
> 414b34f Revert "Update runc to 1.0.0"
> d62f651 Merge pull request # 103176 from CaoDonghui123/updatemod
> 7d1f6ff Merge pull request # 102508 from kolyshkin/runc-1.0
> 3181a7b Update golang.org/x/net to v0.0.0-20210520170846-37e1c6afe023
> bc42870 vendor: bump runc to 1.0.0 pre
> be5c205 Merge pull request # 103318 from jpbetz/fix-102749
> 94119d1 Bump SMD to v4.1.2 to pick up # 102749 fix
> 930e99e Merge pull request # 103248 from sttts/sttts-crd-converison-test
> 305a8a6 Merge pull request # 103126 from jdnurme/konn-21-update
> b5be0cb apiextension: fix typo and test case in conversion integration test
> 26c07d5 Updated to use konnectivity client v0.0.21, and implemented placeholder context
> 92e6c85 Merge pull request # 94942 from dashpole/apiserver_opentelemetry
> 11bad3f Add distributed tracing to the apiserver using OpenTelemetry
> ac26ae6 Merge pull request # 102883 from liggitt/etcd-embed
> 991af11 Drop etcd tests dependency
> 171c646 Merge pull request # 103010 from BenTheElder/ansi-386-overflow
> a0952e2 update Azure/go-ansiterm to v0.0.0-20210617225240-d185dfc1b5a1
> 2dc2006 Merge pull request # 102783 from mcbenjemaa/update-dep-gnostic
> 959d369 Merge pull request # 102991 from soltysh/column_printer
> 40ffbb8 update vendor
> 71d1ac4 Extract columnPrinter interface for printing the values behind additional columns
> c776c69 Update github.com/googleapis/gnostic to v0.5.5 and updating transitive dependencies go-cmp, protobuf,, to adapt the latest gnostic release which cosists of [Update protos for Go protoc plugin compatibility]
> 5e236fd Merge pull request # 102441 from feiskyer/update-vendor
> b2e967b Update Azure Go SDK to v55.0.0
> 01cad9a Merge pull request # 102897 from liggitt/etcd-ga
> 3a83b89 Update to etcd v3.5.0 client
> 9a7a407 Merge pull request # 100488 from liggitt/protobuf
> b965a68 Update protobuf,grpc,etcd dependencies
> 88dd39f Switch to go.etcd.io/etcd/client/v3
> 6cfb102 Merge pull request # 102825 from n4j/bug/KubectlWindowsCrash
> 18f9397 Merge pull request # 102814 from cheftako/master
> 2dd0fdd Fix - Winterm issue on Windows 8.1 in kubectl exec
> 71d03d0 Upgraded konnectivity-client to v0.0.20
> 22a9708 sync: remove Godeps/
> 1347dd8 Merge pull request # 102454 from wzshiming/clean/remove-godeps
> 0c442dd Merge pull request # 102467 from pacoxu/json-patch-5.5.0
> 3b8718c Remove Godeps
> 660a516 Merge pull request # 102059 from jsafrane/fix-consistentread
> 18ef5f9 upgrade gopkg.in/evanphx/json-patch to v4.11.0
> be90f88 Merge pull request # 102561 from dims/updating-to-prometheus/common-latest-version
> d387794 Bump k8s.io/utils
> 788f663 make lint-dependencies happy!
> a2e697c Updating to prometheus/common v0.26.0
> ad3d999 Merge pull request # 102409 from dims/bump-golang.org/x/text-to-v0.3.6
> 3cb49d2 Bump golang.org/x/text to v0.3.6
> af57388 Merge pull request # 102332 from pacoxu/klog-2.9.0
> 9b03e52 upgrade klog to v2.9.0
> 80449b3 Merge pull request # 102213 from cheftako/grpc-client
> 1e7435a Upgrade konnectivity-client for GRPC connection fixes
> eae9a86 Merge pull request # 102197 from liggitt/crd-lifecycle
> 06b6765 Merge pull request # 102147 from kolyshkin/update-runc-rc94-take-II
> 01da005 Propagate server version correctly to apiextensions-apiserver, stop serving v1beta1 CRDs
> 638e19f Merge pull request # 100754 from liggitt/warning-ga
> 8f8e3ec vendor: bump runc to rc95
> 997a056 Merge pull request # 101688 from liggitt/field-warnings
> a6f3df2 Graduate WarningHeader feature to GA
> b3b45bb Merge pull request # 102111 from dims/update-testing-related-deps-for-1.22
> a55c164 Add WarningsOnCreate,WarningsOnUpdate
> e6c6e3a update testing related dependencies
> a01e380 Merge pull request # 102094 from liggitt/revert-runc
> d22e8e0 Revert "Merge pull request 101888 from kolyshkin/update-runc-rc94"
> 5be0c59 Merge pull request # 101888 from kolyshkin/update-runc-rc94
> 02ce3c5 vendor: bump runc to rc94
> 6fcacda Merge pull request # 100940 from markusthoemmes/fake-client-interface
> 16f070d Merge pull request # 99842 from mowangdk/upgrade_struct_annotation
> 0174810 Implement a FakeClient interface
> 520f4b4 Add descriptions to apiextensions v1 & v1beta1 types.go
> b38c3ee Merge pull request # 101320 from amanchourasiya/bugfix/101309
> c9fb52e Merge pull request # 101497 from deads2k/crd-integration
> 9becbfa Removing comment to improve generated docs.
> 03ebf8a split CRD schema test between migrated data and current
> e61844c Merge pull request # 101357 from feiskyer/update-vendor
> eee4af5 Update Azure Go SDK version to v53.1.0
> 1f6c96c Merge pull request # 98377 from nodo/scale-ownership-tracking-deployment
> a0717ff Add nil path to mapping when a CR has no "scale" subresource
> 1446de4 Use ScaleHandler for all scalable resources
> ebf5081 Merge pull request # 101234 from gautierdelorme/rm-go-openapi-spec
> d8eb225 remove go-openapi/spec
> 7a8698f bump k8s.io/kube-openapi
> b0804e0 Merge pull request # 100490 from howardjohn/gnostic-v051
> 31019b4 Update kube-openapi and gnostic dependencies
> 7537a76 Merge pull request # 100970 from apelisse/add-subresource-managedfields
> 049231a Generated code
> ce2b330 Add "subresource" field to ManagedFieldEntry
> 60a7544 sync: update go.mod
> 1253a6f Merge pull request # 100739 from pacoxu/update-zap
> 35de004 Merge pull request # 100784 from kevindelgado/smd-to-4-1-1
> 389a19b update uber zap to 1.16.0 to fix a nil pointer exception
> 015cd7a Merge pull request # 100684 from Jefftree/atomic
> da156a8 Update structured-merge-diff to v4.1.1
> c5eec4f Merge pull request # 100671 from Niekvdplas/spelling-mistakes
> 895747a Generate openapi and proto files
> 904189d Fixed several spelling mistakes
> e546218 Merge pull request # 100566 from dekkagaijin/patch-1
> f141ea0 Update image base to `gcr.io/distroless/base-debian10:latest`
bumping k8s.io/client-go a2642ab...a406c93:
> a406c93 Update dependencies to v0.22.5 tag
> ea750b1 Merge pull request # 106960 from cpanato/update-xnet-122t
> 8e1bfd2 dependencies: Update golang.org/x/net to v0.0.0-20211209124913-491a49abca63
> 362cd0f Merge pull request # 106250 from ulucinar/bump-k-openapi-1.22
> 2064e72 Manual cherry pick of kube-openapi changes for release-1.22
> 36ef169 Merge pull request # 104988 from liggitt/automated-cherry-pick-of-# 104969-upstream-release-1.22
> 528ab4f Propagate conversion errors
> 972da7b Merge pull request # 104310 from liggitt/automated-cherry-pick-of-# 104279-upstream-release-1.22
> 2ac20a6 Merge pull request # 104690 from atiratree/automated-cherry-pick-of-# 104172-upstream-release-1.22
> d35f07a Copy golang license to staging copies
> 3499434 add a test for jsonpath template parsing to prevent regressions
> 67fba22 revert "fix wrong output when using jsonpath"
> 4d7bb68 Merge pull request # 104469 from liggitt/utils-1-22
> e475734 vendor: bump k8s.io/util to get fix for LRU cache
> 5629b66 Automated cherry pick of # 104014: Update golang.org/x/time/rate (# 104018)
> 1e037e8 Revert "tests for statefulset PersistentVolumeClaimDeletePolicy api change"
> d3b9758 Merge pull request # 103689 from enj/enj/t/exec_metrics
> ef1d5d2 client-go exec: fix metrics related to plugin not found
> 7a90b08 Merge pull request # 102928 from dprotaso/dynamic-client-backwards-compatible
> f0bc45f Merge pull request # 98817 from alculquicondor/job-completion-api
> c6c0ca0 Simplify use of the fake dynamic client
> 69e00b0 Merge pull request # 103548 from dims/drop-hashicorp-lru
> 3bb4101 Add Job.status.uncountedPodUIDs
> 266e43a update to new k8s.io/utils
> 8abac60 Merge pull request # 103487 from novahe/fix/fixture-data-race
> b267864 Merge pull request # 103276 from NetApp/data-source-ref
> b7e5fce client-go: copying object to fix data race (# 103148)
> 4339f1b Merge pull request # 102181 from enj/enj/i/deprecate_gcp_azure
> 0cb2597 Add DataSourceRef field to PVC spec
> 68cb2dd Merge pull request # 102890 from ankeesler/exec-plugin-v1
> e2b5311 Deprecate azure and gcp in-tree auth plugins
> ca3a47f Merge pull request # 99494 from enj/enj/i/not_after_ttl_hint
> f00874a exec credential provider: update tests+metadata for v1
> 843bb80 Merge pull request # 103176 from CaoDonghui123/updatemod
> e56c7dc Generated
> dba1c9a promote client.authentication.k8s.io to v1
> e9d2f61 Merge pull request # 103318 from jpbetz/fix-102749
> 6851811 Update golang.org/x/net to v0.0.0-20210520170846-37e1c6afe023
> 30cd4e9 csr: add expirationSeconds field to control cert lifetime
> 45d1077 Merge pull request # 99378 from mattcary/api
> 83ade40 Bump SMD to v4.1.2 to pick up # 102749 fix
> e68c673 Merge pull request # 103026 from sanposhiho/fix/typo-on-ExtractHoge
> dba85b7 tests for statefulset PersistentVolumeClaimDeletePolicy api change
> dae61be Merge pull request # 95472 from ahmedtd/lru-remove-mpl
> c374b40 Fix: typo with hack/update-codegen.sh
> f54e143 Merge pull request # 102540 from jpbetz/apply-client-docs
> 65b7d26 Remove MPL-licensed dep from lruexpirecache
> 5a30221 Merge pull request # 990 from nikhita/revert-direct-pr
> 50ffc02 Split documentation according to both mechanisms available for migration
> e7ebdbc Merge pull request # 982 from sprutner/patch-1
> 18b053f Revert "Merge pull request # 982 from sprutner/patch-1"
> acf46ab Apply suggestions from code review
> 3fae6f0 Merge pull request # 103010 from BenTheElder/ansi-386-overflow
> d5f964d Update README.md
> 9ffcd16 Add doc.go for client-go apply support
> eadbc45 update Azure/go-ansiterm to v0.0.0-20210617225240-d185dfc1b5a1
> 25e061e sync: remove Godeps/
> ca46d47 Merge pull request # 103007 from smira/error-wrapping
> 3ecbde3 Merge pull request # 102454 from wzshiming/clean/remove-godeps
> c8b4c1e fix: properly wrap errors when reading response body in the client
> 27d803a Merge pull request # 102606 from tkashem/revert-102581
> b7739d8 Remove Godeps
> 848310b Merge pull request # 102783 from mcbenjemaa/update-dep-gnostic
> ded678f Merge pull request # 102412 from andrewsykim/kill-service-topology
> fc210d9 client-go: fix flake in test TestRequestWatchWithRetry
> 0634aae Merge pull request # 102946 from ahmed-mez/patch-1
> 68eb0a2 update vendor
> 742abf7 Merge pull request # 100939 from wzshiming/feat/subresource-match
> cc4f429 apis: update generated code after removing Service topologyKeys
> bbd71da Revert "Merge pull request # 102581 from liggitt/revert-watch-retry"
> eecff02 Fix ServerGroupsAndResources docs typo
> 77d7443 Update github.com/googleapis/gnostic to v0.5.5 and updating transitive dependencies go-cmp, protobuf,, to adapt the latest gnostic release which cosists of [Update protos for Go protoc plugin compatibility]
> 7801ce3 Merge pull request # 102581 from liggitt/revert-watch-retry
> 8715480 Support subresource match
> 0a7756a Merge pull request # 102441 from feiskyer/update-vendor
> 71f81dc Merge pull request # 102467 from pacoxu/json-patch-5.5.0
> 5ba99a7 Revert "client-go: add retry logic for Watch and Stream"
> ce9fcb2 Add test
> 5e73919 Update Azure Go SDK to v55.0.0
> 2a923d5 Merge pull request # 102059 from jsafrane/fix-consistentread
> 8e66c0a upgrade gopkg.in/evanphx/json-patch to v4.11.0
> ef2d884 Merge pull request # 102897 from liggitt/etcd-ga
> fd12ff3 Merge pull request # 102572 from JonZeolla/remove-insecure-curl-suggestion
> 50a473d Bump k8s.io/utils
> ead3c96 Update to etcd v3.5.0 client
> a3215d7 Remove -k from toCurl output
> 80617fc Merge pull request # 100488 from liggitt/protobuf
> 09dbda0 Merge pull request # 102063 from tdihp/fix/azure-auth-refresh
> d412730 Merge pull request # 99310 from ankeesler/exec-plugin-interactive
> 0ba74ec Update protobuf,grpc,etcd dependencies
> caa2dde Merge pull request # 102409 from dims/bump-golang.org/x/text-to-v0.3.6
> 88929e8 Azure auth forwarding adal refresh error to tokenSource, fixes error when token refresh fails.
> 37ed584 exec credential provider: InteractiveMode support
> 56494c9 Merge pull request # 102107 from tkashem/client-go-retry
> f2bdce0 Bump golang.org/x/text to v0.3.6
> 1bccfc8 Merge pull request # 102788 from pohly/reflector-log-level
> ccac415 Merge pull request # 100842 from ravisantoshgudimetla/add-minReadySeconds-ss
> 55854fa client-go: add retry logic for Watch and Stream
> 67de95c client-go: reduce log level of reflector again
> 507a204 Merge pull request # 974 from dims/drop-outdated-broken-widgets
> 906f6d9 generated: Changes for api introduced
> fe090a5 Merge pull request # 102332 from pacoxu/klog-2.9.0
> f5566ff Drop outdated/broken widgets in README
> 07ab04d Merge pull request # 98077 from jayunit100/jay-netpol-win
> 6b087d2 upgrade klog to v2.9.0
> 39cb8cd Merge pull request # 102217 from tkashem/client-go-refactor-retry
> 7a25584 Implement a windows Netpol NewModel
> 228dada Merge pull request # 102241 from lunhuijie/optimizationReturn
> 239ec44 client-go: refactor retry logic so it can be reused
> dab51bb Add netpol tests for windows
> 5b0c719 simplify returning boolean expression in staging/src/k8s.io/client-go/tools
> 614c59d Merge pull request # 102175 from ankeesler/exec-plugin-with-basic-auth
> 9edbd9b exec credential provider: don't run exec plugin with basic auth
> d1fa200 Merge pull request # 102147 from kolyshkin/update-runc-rc94-take-II
> dd8d430 Merge pull request # 99576 from marosset/windows-host-process-work
> c7a0644 vendor: bump runc to rc95
> 13cd919 Merge pull request # 102090 from mengjiao-liu/fix-data-race-csi
> 5d46949 API support for Windows host process containers
> b0c8a7c Merge pull request # 102111 from dims/update-testing-related-deps-for-1.22
> 8cb6ac7 Prevent data race condition in csi unit tests
> 36ff79f update testing related dependencies
> 03f765c Merge pull request # 102094 from liggitt/revert-runc
> 940ff81 Revert "Merge pull request 101888 from kolyshkin/update-runc-rc94"
> da28164 Merge pull request # 101888 from kolyshkin/update-runc-rc94
> 253f58b Merge pull request # 101817 from cndoit18/add-events-expansion
> 56ee358 vendor: bump runc to rc94
> 39e54e7 Add fieldSelector builder function to events.
> 3cca9d7 Merge pull request # 98057 from zerodayz/wrong-output-with-jsonpath
> 9a82c6a Merge pull request # 100940 from markusthoemmes/fake-client-interface
> b6d16d4 [jsonpath] fix wrong output when using jsonpath
> 2ed8b30 Merge pull request # 101707 from enj/enj/i/bad_cadata
> 3579fb3 Implement a FakeClient interface
> 776e602 client-go transport: assert that final CA data is valid
> db078d2 client-go: NewSelfSignedCACert makes Go 1.15+ compatible cert (# 100324)
> 341f59a Merge pull request # 101535 from adjika/feature/client-go_documentation
> 6db26dd Fixes formatting and typos in client-go docs
> c850435 Merge pull request # 101252 from smarterclayton/certificate_logging_upstream
> e1f818c Merge pull request # 93412 from thinpark/fix.vardoc
> 3faf506 Add type logging to certificate manager
> b401b11 Merge pull request # 101002 from GreenApple10/feature/mod_timer
> a53ab6b [k8s.io/client-go/discovery/discovery_client]: CustomResourceDefinition
> 47b3cad Merge pull request # 100496 from jpbetz/extract-subresources
> ca138c8 Change time.Now().Sub(x) to time.Since(x) for cleanup
> d3fbdeb Merge pull request # 101357 from feiskyer/update-vendor
> 0fd603d Re-generate extract functions
> 9c26abc Merge pull request # 97964 from sxllwx/avoid/alloc_array
> bee3e6b Update Azure Go SDK version to v53.1.0
> cfd0d8a Merge pull request # 94120 from Dean-Coakley/fix-listWatchUntil-comment
> c7901fa modify the elements in the array directly without allocating a new array
> 071918f Merge pull request # 101034 from verb/1.22-ec-api
> 53da6da Remove outdated comment on wait.Until
> d696ff0 Merge pull request # 101162 from ihcsim/fix-malformed-request-logs
> 2d8ed52 Generated code for Pod-based ephemeralcontainers
> ae85206 Merge pull request # 101234 from gautierdelorme/rm-go-openapi-spec
> c870406 Fix the missing format specifier error in log output
> 0e8029b Switch ephemeralcontainers SR to Pod Kind
> d60baad bump k8s.io/kube-openapi
> 4e3d560 Merge pull request # 101269 from 3Xpl0it3r/master
> db0131b Merge pull request # 101174 from lojies/cleanupcertificate_manager_test
> abc6b41 remove duplicatd description in comment
> bfec291 Merge pull request # 100490 from howardjohn/gnostic-v051
> b1c481c code cleanup:remove repeated package import in client-go
> 1099742 Merge pull request # 100737 from Iceber/fix-delta-fifo
> 4b5d87d Update kube-openapi and gnostic dependencies
> 8c8fa70 Merge pull request # 100970 from apelisse/add-subresource-managedfields
> 8269e41 client-go/cache: fix the AddIfNotPresent method of the DeltaFIFO
> 6767d6d Generated code
> f19995f sync: update go.mod
> d974964 Merge pull request # 100768 from Iceber/fix-nested-key-error
> 4e267f6 Merge pull request # 100724 from liggitt/eviction-v1beta1
> fc03592 client-go/cache: support errors.Unwrap for KeyError
> 0c029ff Merge pull request # 100503 from jpbetz/patch-3
> 4c82a56 Generated files
> f7d41dd Merge pull request # 101086 from enj/enj/i/auth_owners_gen
> 0d358cd Add jpbetz to client-go reviewers
> 36954f7 Register Eviction v1
> 7998e98 Prune stale entries from OWNERS files
> 44bedf8 Merge pull request # 100885 from enj/enj/i/auth_owners
> 0cfeb7f Fix staticcheck failures for vendor/k8s.io/client-go/transport (# 100429)
> 4f026b6 Update auth OWNERS files to only use aliases
> 945ba71 Merge pull request # 100878 from wojtek-t/backoff_watches_on_429
> 196e360 Merge pull request # 100873 from Iceber/events-cache-typo
> 03ebb27 Handle 429 errors from watch requests in reflector library.
> 0bb6464 Merge pull request # 100784 from kevindelgado/smd-to-4-1-1
> d39ae5d fix typo in comment for EventAggregatorByReasonFunc
> 980164c Merge pull request # 100684 from Jefftree/atomic
> 54f0cda Update structured-merge-diff to v4.1.1
> ebfab03 Merge pull request # 100570 from tiloso/staticcheck-clientgo-discovery
> 9cd23e7 Generate openapi and proto files
> eaeb6e7 Merge pull request # 100458 from yliaog/master
> 4820b53 Fix staticcheck in k8s.io/client-go/discovery
> 2f4b7a2 Merge pull request # 100355 from onesafe/master
> 1e560af added yliaog as approver
> af56ae8 Merge pull request # 100217 from 0daryo/fix-example-workqueue-option-readme
> aa707b1 Replace deprecated NewDeltaFIFO with NewDeltaFIFOWithOptions
> 064bf3d Merge pull request # 100085 from markusthoemmes/add-tracker-for-dynamic
> 2de7d23 Remove non-existent log option
> 4841142 Merge pull request # 99849 from jpbetz/apply-subresources
> 57471de Add Tracker() function to fake dynamic client
> 50af76e Merge pull request # 99839 from saschagrunert/portforward-stream-cleanup
> c367767 Generate ApplyScale client support
> ea39032 Merge pull request # 97989 from Danil-Grigorev/atomic-label-selectors
> 0f6528b Cleanup portforward streams after their usage
> dbebcea Add apply subresource support to client-go's typed client
> c71768c Merge pull request # 97419 from d-kuro/d-kuro/fix-data-race
> 11ceec1 Make selectors atomic
> c36b96a Merge pull request # 95897 from roycaihw/doc/fake-client-with-informer
> b4027a9 Fix data race for leaderelection package
> 67a7335 Merge pull request # 100660 from dims/common-auth-plugins-should-always-be-available
> 7dddf97 fix the fake client example: how to handle a race between the fake client and informer
> 3da4c9c Common auth plugins should always be available
> c8af929 Merge pull request # 100606 from dims/providerless-tag-for-client-go-auth-plugins
> 6c816ad providerless tag for client-go auth plugins
> f6ce18a Merge pull request # 100156 from ehashman/issue-100155
bumping knative.dev/serving c69f92c...0309174:
> 0309174 upgrade to latest dependencies (# 12481)
> 76bdf86 Fix broken links (# 12472)
> 26b9a40 Move liveness checks to user container port (# 12479)
> 7dba334 Update net-contour nightly (# 12478)
> ef58256 Update net-kourier nightly (# 12477)
> 15c37e7 upgrade to latest dependencies (# 12476)
> 719ab3a Update net-gateway-api nightly (# 12451)
> 476f65b upgrade to latest dependencies (# 12449)
> 5aebd5d Update net-kourier nightly (# 12444)
> e53f455 Update community files (# 12443)
> 83e7063 Update net-contour nightly (# 12469)
> 5accc70 Update net-istio nightly (# 12468)
> 0e1d13e Update net-certmanager nightly (# 12467)
> 278af32 Update actions (# 12454)
Signed-off-by: Knative Automation <automation@knative.team>
2022-01-10 01:17:59 -08:00
knative-automation
dc4fa417bd
Update actions ( #1554 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2022-01-05 23:56:00 -08:00
Gunjan Vyas
63142983ac
Added autocompletion for service name ( #1547 )
...
* Added autocompletion for service name
* Added unit tests
* Added error handling for panic if no namespace flag added to command
* Removed target field from config
* Modified signature for completion functions
2022-01-04 04:31:33 -08:00
knative-automation
a2bb4049d0
upgrade to latest dependencies ( #1555 )
...
bumping knative.dev/eventing 4d705ed...d829745:
> d829745 Temporary disable CE SQL validation (# 6012)
> aab5298 upgrade to latest dependencies (# 6008)
bumping knative.dev/networking 2d4af36...62388a5:
> 62388a5 Update community files (# 595)
Signed-off-by: Knative Automation <automation@knative.team>
2021-12-22 23:20:28 -08:00
knative-automation
2c9a236917
upgrade to latest dependencies ( #1553 )
...
bumping knative.dev/eventing b3bccaf...4d705ed:
> 4d705ed Update community files (# 6009)
> fede720 Replace extensions with sql dialect (# 6000)
> 2940f46 Update community files (# 6001)
> 6f1ed33 kebabfy broker channel spec and pingsource opts (# 5875)
> 19890fc Add SchedulerFunc type implementing Scheduler as func (# 5998)
> 526c768 Update community files (# 5999)
> c69b6d0 Use in-cluster kube config as a fallback (# 5997)
bumping knative.dev/hack e11ac12...abd085f:
> abd085f Update community files (# 131)
> 6fc0304 Update community files (# 130)
> 92d8a0a Update community files (# 129)
> 50bb1cb Update community files (# 128)
bumping knative.dev/pkg 18589ac...7927179:
> 7927179 Update community files (# 2380)
> 552319d Add nil checks for Source types validation to be pointer receiver based (# 2378)
> fe5b178 Tidy helper to avoid need for nosec comment (# 2377)
> c3a4928 Remove discovery as it was removed from release train... (# 2376)
> e86584f upgrade to latest dependencies (# 2375)
> 0124d69 Update community files (# 2374)
> 681fbdd Update community files (# 2372)
bumping knative.dev/networking 8ef6314...2d4af36:
> 2d4af36 upgrade to latest dependencies (# 596)
> 62aefa4 Update community files (# 594)
> bace06e Update community files (# 593)
> 989d110 Reintroduce DNS caching into the proxy image (# 591)
> 16a2c21 Bump dependencies to latest (# 590)
> 9e24d94 Update community files (# 589)
bumping knative.dev/serving 7499ae2...c69f92c:
> c69f92c Update net-gateway-api nightly (# 12445)
> 17dd0ef Update net-istio nightly (# 12448)
> f36847e Update net-contour nightly (# 12447)
> 2df3ced Update community files (# 12441)
> cc627d0 Note autocreate-cluster-domain-claims property in error message (# 12439)
> 8a49c97 Directly use signals.NewContext rather than cancelling context on signal (# 12419)
> ef89ff8 Add max duration timeout (# 12322)
Signed-off-by: Knative Automation <automation@knative.team>
2021-12-22 07:18:18 -08:00
knative-automation
ec8b2a68e4
Update community files ( #1552 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2021-12-22 06:41:18 -08:00
knative-automation
6bf09bfb36
Update community files ( #1551 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2021-12-16 08:28:17 -08:00
Roland Huß
55b72fb2ce
Update changelog ( #1550 )
2021-12-15 09:35:30 -08:00
knative-automation
e499dbc1ec
Update community files ( #1545 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2021-12-14 05:47:51 -08:00
Kenjiro Nakayama
530841f1f5
Use istio stable intead of latest ( #1549 )
...
* upgrade to latest dependencies
bumping knative.dev/eventing 5601111...b3bccaf:
> b3bccaf Refactor filter receiver tests (# 5991)
bumping knative.dev/serving ea2fcde...7499ae2:
> 7499ae2 Update net-gateway-api nightly (# 12423)
> 5a93929 Update net-kourier nightly (# 12427)
> e9afd16 Update net-istio nightly (# 12426)
> 69ea206 Update net-contour nightly (# 12425)
> 12360b6 Update net-certmanager nightly (# 12424)
> 7ac9d5d upgrade to latest dependencies (# 12420)
> 7e6a1d1 Update net-istio nightly (# 12418)
> a711eef Update net-contour nightly (# 12417)
> 5ee5ae7 Update net-gateway-api nightly (# 12416)
> 442ef77 Update net-certmanager nightly (# 12412)
Signed-off-by: Knative Automation <automation@knative.team>
* Use istio stable intead of latest
Co-authored-by: Knative Automation <automation@knative.team>
2021-12-14 04:31:50 -08:00
knative-automation
8b8b56581c
upgrade to latest dependencies ( #1546 )
...
bumping knative.dev/serving 88e9e36...ea2fcde:
> ea2fcde Update community files (# 12415)
bumping knative.dev/eventing 9796643...5601111:
> 5601111 upgrade to latest dependencies (# 5970)
> 9766c0f Update community files (# 5986)
> 209b860 Cleanup redundant filter handler tests (# 5985)
Signed-off-by: Knative Automation <automation@knative.team>
2021-12-12 19:00:18 -08:00