knative-automation
0e07481fa6
upgrade to latest dependencies ( #1381 )
...
bumping knative.dev/networking 946273d...e937f69:
> e937f69 upgrade to latest dependencies (# 461)
bumping github.com/spf13/cobra 8380ddd...de187e8:
> de187e8 Fix flag completion (# 1438)
> 07861c8 Fix documentation (# 1434)
> 5738d6b Add install instructions for zsh on Mac OS (# 1417)
> 5d46ac9 custom comp: do not complete flags after args when interspersed is false (# 1308)
> 3c8a19e fix RegisterFlagCompletionFunc concurrent map writes error (# 1423)
> 2dea4f2 Bump to viper 1.8.1 (# 1433)
> b361960 Bash completion V2 with completion descriptions (# 1146)
> d0f318d ci: deprecate Travis CI
> 8eaca5f drop mitchellh/go-homedir (# 853)
> ace6b14 readme: split 'Getting Started' into 'user_guide.md'
> 701fa6c chore(deps): update viper
> 9a43267 fix home directory config not loading (# 1282)
> 4590150 Correcting misspelled words (# 1349)
> c2e21bd Fix multiple fish completion issues (# 1249)
> 95d23d2 Fix zsh for DirectiveNoSpace and DirectiveNoFileComp (# 1213)
> 2d94892 Custom completion handle multiple shorhand flags together (# 1258)
> 6d00909 Pass context to completion (# 1265)
> 7223a99 powershell completion fix no file comp directive (# 1363)
> 06e4b59 Allow fish comp to support trailing empty lines (# 1284)
> 3ed6a39 ci/MSYS2: go install @latest (# 1366)
> eb3b639 Bash completion variable leak fixes (# 1352)
> b55fa79 Add PR labeler with pull_request_target (# 1338)
> b312f0a Create 'completion' command automatically (# 1192)
> ded486a Fix trailing whitespace in the powershell completion script (# 1342)
> 893ebf6 Fix typo
> be1efc8 Update CHANGELOG.md for v1.1.3
bumping github.com/spf13/viper 3826be3...bd03865:
> bd03865 Add a proper processing for pflag.StringArray
> 3fcad43 update %s to %w
> faa8ba0 chore: update gotestsum
> 65ee986 chore(lint): fix gofumpt
> 04ef5fa chore: update golangci-lint
> acd965b Add ini load options argument
> 5f4d053 chore(deps): update dependencies
> dd57ae6 chore(deps): update etcd
> cdb5e59 Fix merging a key into a nil target
> 36be6bf feat: make sure Viper compiles on WASM
> 727a41c doc: add a note about concurent Get/Set to godoc
> cb41ae0 doc: discuss concurrency in README
> 7fdb267 chore: update dependencies
> 5253694 ci: add Go 1.16 to build matrix
> fb4eafd fix INI saving panics (# 1075)
> 3c7b44f Update afero version (CVE-2020-14040) (# 1090)
> 4613c4a docs: move troubleshooting to a new document
> a86148e docs: add note about go modules to the readme
> e66f940 docs: add troubleshooting guide about package not being found
> d10c856 Add discussions to issue links
> da70fee Add troubleshooting about unmarshaling
> 99da8b2 Add labels to issue templates
> 811f0e6 Add issue and PR templates
> bba82cf docs: add run on repl.it badge with example
> 6ddd354 Always quote $@
> 493643f Update README.md
> f415025 Fix a minor typo in README.md
> 4938331 fix typo
> 8c89438 docs: improve AutomaticEnv documentation
> 33bcdc9 Added support for accessing slices (# 861)
> 44e6ee8 Use pull_request_target event in PR feedback
> 656b877 Revert "Remove pull request feedback"
> 0a45372 Remove pull request feedback
> 82c2ddf Fix tests broken by mapstructure update
> 16dc0f7 chore(deps): update mapstructure dependency
> f67a901 docs: add go version badge and update pkg.go.dev badge
> d2df377 ci: drop tests for Go 1.11-1.13
> cfcfed5 refactor: add setenv helper for tests
> ea89028 Update docs
> b655224 Allow BindEnv to register multiple environment variables.
> b534983 Add some emojis to feedback bot
> f3c0954 Add some emojis to feedback bot
> dd2e0fa Add feedback bot to pull request
> bed424f Add feedback bot to issue
> 29c3027 docs: rewrite sub documentation
> 6d4eb76 Add feedback form to the readme
> 406ea27 Add feedback form to the readme
> a028516 ensure BindPFlag() detects a nil flag parameter before wrapping in pflagValue.
> d9d7dcd Increase lint timeout
> a515209 Improve lint rules
> ae12c84 Upgrade linter
> 387404d Add log for remote config errors
> f26928c Add Go 1.15 to the build matrix
> 9c7144e Build on both linux and macos
bumping knative.dev/eventing 5add485...0af15fd:
> 0af15fd Move knative.dev/pkg/source.StatsReporter to eventing/pkg/metrics/source.StatsReporting - 1/n (# 5587)
> 144a5b8 tracing fix for APIServerSource and PingSource (# 5567)
> c86690c upgrade to latest dependencies (# 5588)
> 4a679a4 [PingSource] disable @every (# 5585)
bumping knative.dev/pkg e8973c6...7d1b0f1:
> 7d1b0f1 Add ability to filter objects on injection controller promotion (# 2180)
> 459d317 Add CheckEndpointState method to SpoofingClient (# 2166)
bumping knative.dev/serving b4b3ad9...69caf07:
> 69caf07 allow conformance test setup to be done without ytt (# 11657)
> 548da1c Update net-istio nightly (# 11665)
> f4c0946 Update net-certmanager nightly (# 11666)
> 1bc6a10 Update net-kourier nightly and fix ytt matchers (# 11663)
> b79f306 Update net-contour nightly (# 11667)
> 05af7d4 Update net-contour nightly (# 11643)
> 782a827 Bump a few assorted deps (# 11662)
> 92df69f upgrade to latest dependencies (# 11660)
Signed-off-by: Knative Automation <automation@knative.team>
2021-07-14 05:24:31 -07:00
David Simansky
e23b4d626e
Update k8s dependencies to v0.20.7 ( #1344 )
...
* Update k8s dependencies to v0.20.7
* Update vendor dir
* Fix license dir
* Remove commented code
* Update knative deps
* Use scheme to add known types for dynamic client
* Update go-licenses in build script
2021-06-17 07:42:22 -07:00
knative-automation
350b2deffc
upgrade to latest dependencies ( #1324 )
...
bumping knative.dev/networking b2552ec...54039d7:
> 54039d7 Fix revive related linting issues (# 419)
> b0d3be2 upgrade to latest dependencies (# 418)
bumping knative.dev/pkg e749d6a...980a337:
> 980a337 Fix revive related linting issues (# 2131)
> ea766de Bump assorted dependencies (# 2130)
> e2947db update the multiple label selector implemention to avoid clobber in filtered factory (# 2120)
bumping knative.dev/eventing e48c80d...6776718:
> 6776718 Experimental features process documentation (# 5404)
> 295134c Experimental features configuration and validation (# 5214)
> 0882e0c upgrade to latest dependencies (# 5434)
bumping github.com/google/go-cmp 8fa37b4...d103655:
> d103655 Print as text if mostly text (# 258)
> 9181d1e Avoid diffing by lines if inefficient (# 260)
> c5c3378 Cleanup edit groups after coalescing (# 259)
> 1ee4af8 Fix typo in path.go (# 256)
bumping knative.dev/serving 9cd446e...9bb6349:
> 9bb6349 Test that readiness is not reported early in HTTP probe test (# 11402)
> 61178b2 upgrade to latest dependencies (# 11412)
> 8eb5b88 Update net-istio nightly (# 11397)
> 01f1cb6 Remove myself following-up knative/community# 628 (# 11408)
> 1cd1e71 Have our e2e tests use K8s 1.19 again (# 11384)
> 71e501e upgrade to latest dependencies (# 11405)
> f9356e3 Update schema generator as a bug has been fixed (# 11406)
> fc8d0c8 Allow the autoscale upgrade test traffic to settle before upgrading (# 11403)
> 77d32d8 Regenerate schemas to pick up capabilities addition (# 11400)
> efbc518 Update net-contour nightly (# 11396)
> 15e067e Update net-kourier nightly (# 11401)
> 3afc6e4 Move activator count computation into KPA (# 11375)
> 8cf7372 Add readiness test image (# 11398)
> 0760219 Set spec.HTTPOption in Ingress created from DomainMapping (# 11399)
Signed-off-by: Knative Automation <automation@knative.team>
2021-05-26 08:07:28 -07:00
David Simansky
910d136563
Upgrade Eventing API from v1beta1 to v1 ( #1284 )
...
* Upgrade Eventing API from v1beta1 to v1
* Update vendor dir
* Fix channel ref parsing
* Remove leftover v1beta1 in docs & tests
2021-04-08 07:42:51 -07:00
knative-automation
72aeb1c820
upgrade to latest dependencies ( #1207 )
...
bumping knative.dev/hack 8d623a0...8368e1f:
> 8368e1f guard against set -o unset (# 49)
> 2b4f6fc disable go's proxy and sumdb only for knative deps (# 47)
bumping knative.dev/networking 8b522a9...e24bdfe:
> e24bdfe upgrade to latest dependencies (# 350)
> ab1235e Bump a few assorted dependencies to their latest versions (# 349)
> 45b7ed1 Add ingress conformance test to ensure we do not add retries (# 348)
> b61da13 upgrade to latest dependencies (# 347)
> d2088ff Update common github actions (# 346)
> c069ad2 Create prober request with context right away (# 344)
> 342a3fb upgrade to latest dependencies (# 342)
> 94433ab upgrade to latest dependencies (# 341)
bumping knative.dev/pkg 6040b3a...a02dcff:
> a02dcff Bump a few assorted dependencies to their latest versions (# 2013)
> 4b2ae07 Replace deprecated github.com/markbates/inflect with github.com/gobuffalo/flect (# 2014)
> 8878069 upgrade to latest dependencies (# 2010)
> c493a9e Update common github actions (# 2009)
> 6045ed4 Allow setting DisableCompression in NewAutoTransport (# 2007)
> ca02ef7 Genreconciler properly generates reconciler for Resources with Status (# 2004)
> 0d31134 Fix nil pointer panic in kvstore (# 2002)
bumping knative.dev/serving e61294b...8751d91:
> 8751d91 Split the reconcile rollout into its own function (# 10722)
> 2b95084 Optimize the execution path around logging (# 10720)
> bbca20f Update net-contour nightly (# 10715)
> ef39273 upgrade to latest dependencies (# 10719)
> 6449fb8 upgrade to latest dependencies (# 10717)
> 45a435a Update net-kourier nightly (# 10706)
> 2fbef5f upgrade to latest dependencies (# 10713)
> c4ea4ad Fix the analyzer config for load-testing benchmark since it must have a value (# 10709)
> 6f46354 Apply k8s default values for readiness probe (# 10700)
> 8c4b2ff Update net-certmanager nightly (# 10705)
> b6f618b Update net-istio nightly (# 10704)
> 390f2c2 bump k8s min in DEVELOPMENT.md (# 10699)
> f2ccdd5 tests (# 10702)
> 2090edf Update net-istio nightly (# 10695)
> 789455d Update net-certmanager nightly (# 10674)
> 1c61d3b Update common github actions (# 10697)
> 2bc3650 Update net-kourier nightly (# 10696)
> 8c64d92 Format markdown (# 10698)
> 0e77ab2 Update net-kourier nightly (# 10676)
> dd96a0a Update net-contour nightly (# 10686)
> 8fbcfb0 Unpin the istio version and temporarily disable the error rate check analyzer (# 10655)
> 58550fd Avoid adding gzip-encoding to requests implicitly (# 10691)
> 60cdc35 Move Multi Container test to Beta (# 10683)
> ae7b278 Update net-istio nightly (# 10687)
> 7a18f38 Fix some nits in e2e tests (# 10678)
> 9c572cd Allow to specify build platform for test images (# 10672)
> 0ee79dd Remove the unsed struct items (# 10684)
> 29da3af Improve debuggability of SKS logs (# 10679)
> 8e1d587 upgrade to latest dependencies (# 10682)
> aef0145 Temporarily disable auto TLS test with HTTP01 challenge (# 10685)
> 32b0292 Use lister instead of client to directly get ClusterDomainClaim (# 10677)
> a19ff15 Update net-istio nightly (# 10675)
> 6313088 Allow kpa to work with timeout in context (# 10673)
> af7af61 Perform some test helper cleanup (# 10670)
> 93d2449 upgrade to latest dependencies (# 10671)
> 888331e Remove the service name from the internal traffic target object. (# 10669)
> 1901e4c Use consistent alias for autoscaler v1alpha1 everywhere (# 10666)
> 1e070a3 Remove context from MakeDecider (# 10657)
> 452bed5 Further remove usage of the context in the scale runner (# 10653)
> a1ee2ec bump ggcr & k8schain (# 10651)
> 81818f9 Fix logging of errors in stats scraper (# 10654)
> 1b0f43c Hide implementation detail inside a function (# 10652)
> 756fd17 Update net-istio nightly (# 10648)
> 6d46d52 Add support for decoding Revision from Host. (# 10647)
> 01fa1a0 Remove the time computation (# 10645)
> dbccf2a Do not pass context to the scale, but logger instead (# 10646)
> ab176fa Rename back to the non deprecated name (# 10640)
> fae6549 Update net-contour nightly (# 10644)
> 5cd4f64 Update net-istio nightly (# 10643)
> fbbbb98 Make route stop using the `DeprecatedServiceName` field (# 10638)
> bf35e3f 💄 updating the HPAs to v2beta2 API usage (# 10631)
> 51a9c0b Update net-certmanager nightly (# 10636)
> e5c5c08 Export MESH env value in test script (# 10635)
> 4a3274c Remove unused constants, make some other small tidy-ups (# 10637)
> b083383 fix the broken doc's link (# 10634)
> aac0df2 Deprecate the service name on the revision. (# 10633)
> 0aa3d0b Remove the propagation from SKS->PA->Rev.Status of the K8s service (# 10632)
> db90f4f Update net-contour nightly (# 10597)
> 981c601 Update net-istio nightly (# 10619)
> 8922f35 Update net-kourier nightly (# 10599)
> df11c15 chore: Set background to white for autoscaling diagrams ... (# 10629)
> f637b5a Remove naked returns (# 10618)
> 6cde241 Improve rollout test to check duration (# 10625)
> 7700811 At 100ms we still see failures on prow (# 10626)
> c081a82 Make the singlethreaded code simpler by using boolean guard (# 10624)
> 55a7edf upgrade to latest dependencies (# 10627)
> 53d4d5b Fix some annoying nits in the route e2e tests (# 10623)
> 2c781c7 upgrade to latest dependencies (# 10620)
> 6dba44a The year was 2021.. (# 10621)
> 39d33bf upgrade to latest dependencies (# 10617)
bumping golang.org/x/term 7de9c90...2321bbc:
> 2321bbc Update doc to use "term" instead of "terminal"
> ee85cb9 README.md: add badge to pkg.go.dev
bumping knative.dev/eventing ea452b5...3fcb645:
> 3fcb645 🌀 Remvoing contrib refs (# 4855)
> f05561d upgrade to latest dependencies (# 4853)
> 37eaf71 switch Harwayne with antoineco (# 4850)
> b887ac4 upgrade to latest dependencies (# 4848)
> daa085d Format markdown (# 4846)
> 3d51c72 Change trigger spec to indicate assigned broker should be immutable (# 4828)
> 1774243 Add immutable fields validation to v1beta1 broker (# 4816)
> 935d5fb Format markdown (# 4840)
> 269b061 Update common github actions (# 4839)
> 152e608 upgrade to latest dependencies (# 4841)
> 8171448 Adding Logline for when a cloudevent has been successfully sent from APIServerSource to the sink (# 4723)
> fd2688d Use SHOULD for TriggerSpec to keep compatibility (# 4838)
> 1fa597e [# 4796] Bump golang lint timeout to 10m (# 4830)
> a4a9f48 Format markdown (# 4829)
> d58bd38 fix the link to head (# 4826)
> 39d7a9e remove unused functions (# 4824)
> 6edcbdd Panic in shared main to propagate error to exit code (# 4820)
> 012a9bd v1beta1.Trigger delivery should be v1.DeliverySpec (# 4822)
> 321a839 Format markdown (# 4823)
> ec63881 Fix spec # 4515 (# 4654)
> 1528750 upgrade to latest dependencies (# 4818)
> 9dc57e2 Update common github actions (# 4817)
> b20c96b sinkbing implement bindable (# 4794)
> 8d51418 Bump golang linter version and timeout (# 4808)
> f882ff0 Add availability rate to upgrade test report (# 4555)
> a6635bb Patch HPA eventing-webhook min replicas (# 4811)
> d46c1d0 It is already 2021 (# 4809)
> fb8fbf7 Adding new source conformance testcase for CRD RBAC (# 4787)
> 1725902 Update COMMUNITY_CONTACTS.md test grid link (# 4798)
> b75d03a Adding new source conformance testcase for CRD Source Registry Spec (# 4780)
> 77fc350 upgrade to latest dependencies (# 4797)
Signed-off-by: Knative Automation <automation@knative.team>
2021-02-09 10:04:50 -08:00
knative-automation
07b2878eec
upgrade to latest dependencies ( #1169 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2020-12-14 22:42:43 -08:00
Navid Shaikh
ad4a7b18a2
Pin deps back to master ( #1082 )
...
* Update autoscaling annotation validation
see ref: https://github.com/knative/serving/pull/9496
* Replace DeprecatedInjectionAnnotation with InjectionAnnotation
* Vendor deps at master
* Use context.TODO instead of context.Background
2020-10-30 08:15:35 -07:00
Zhimin Xiang
9b210e3be1
[Release-0.18] Pin knative deps to release-0.18 ( #1025 )
...
* Pin pkg to release-0.18 version
* ./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh
* bump k8s version to 1.18.8
* Fix the brokerage of importing latest serving
* exclude script/test-infra md from md check
2020-09-23 11:58:41 -07:00
Matt Moore
49a552f155
[master] Auto-update dependencies ( #950 )
...
Produced via:
`./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign maximilien rhuss
/cc maximilien rhuss
2020-08-04 13:19:28 -07:00
Matt Moore
7965358b58
[master] Auto-update dependencies ( #936 )
...
Produced via:
`./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign maximilien rhuss
/cc maximilien rhuss
2020-07-24 15:15:58 -07:00
Navid Shaikh
217a813344
Track floating deps at master ( #932 )
...
* Track floating deps at master
* Update kn version command
2020-07-15 07:42:32 -07:00
Markus Thömmes
4ba1cca91e
Update dependencies, pin k8s deps. ( #855 )
2020-05-26 00:39:49 -07:00
Roland Huß
1b9a76bc31
feature(serving): Update API to serving.knative.dev/v1 ( #640 )
...
* feature(serving): Update API to serving.knative.dev/v1
Due to an issue with 0.12.0 (a missing constant) the update also includes an update
to the latest knative-serving and knative-eventing dependencies from master
(as reflected in version.go)
Signed-off-by: Roland Huß <roland@ro14nd.de>
* fix(serving): Bogus import removed
* fix(serving): Add missing go.sum entry
2020-02-07 02:03:14 -08:00
Roland Huß
599f1a5203
chore: Update k8s dependencies and cleaned up a bit ( #622 )
...
* chore: Update k8s dependencies and cleaned up a bit
* chore: Moved to k8s 1.16.4 like for serving & eventing
* fix: Add missing go.sum line
2020-01-22 04:57:23 -08:00
Roland Huß
d8d0192206
chore: Update to Knative Serving 0.10.0 ( #474 )
...
* chore: Update to Knative Serving 0.10.0
* chore: Add missing dep, introduced by codegen test (when installing goimports)
* added missing target dir
2019-11-04 13:02:19 -08:00
Roland Huß
18ae474c77
chore: Update dependencies ( #68 )
...
* chore: Update dependency to knative-serving 0.5.1
* chore: Changed deps to released versions where possible
Rebuilt mod deps and vendor dir based on this dependency list
github.com/knative/serving v0.5.
github.com/knative/pkg v0.0.0-20190330001454-aad7a9ad4639
github.com/mitchellh/go-homedir v1.1.0
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.3.1
k8s.io/api kubernetes-1.14.1
k8s.io/apimachinery kubernetes-1.14.1
k8s.io/cli-runtime kubernetes-1.14.1
k8s.io/client-go v11.0.0
sigs.k8s.io/yaml v1.1.0
Not sure if all dependencies are required (e.g. is k8s.io/api required
to be specified explicitely or shouldn't we rely on k8s.io/client-go
to bring it this as a transitive dependency which maches always
the cli-runtime's version.
* chore: Update .gitignore to *not* ignore certain vendor files
* chore: Aligned with k8s version from serving 0.5.2
* chore: Run `go mod tidy`
* chore(modules): Update dependencies
2019-04-30 09:48:33 -07:00
Naomi Seyfer
fb587184c4
Actually, vendor everything ( #59 )
...
* Actually, vendor everything
* Verifier and update deps
* Dont verify codegen; we cant
2019-04-05 04:08:57 -07:00