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
5eb1ecefdc
upgrade to latest dependencies ( #1527 )
...
bumping knative.dev/hack 69a2295...813559c:
> 813559c [pre-1.0] Use the TAG unmodified when publishing dot releases (# 119)
> 9f34905 Update community files (# 118)
bumping knative.dev/pkg d016976...0fae0af:
> 0fae0af upgrade to latest dependencies (# 2357)
bumping knative.dev/serving 5e96dc0...26c7dc6:
> 26c7dc6 Update net-istio nightly (# 12336)
> 3f97065 Bump go-containerregistry to HEAD (# 12335)
> 11acb06 upgrade to latest dependencies (# 12334)
> 9e5f1a2 Unfreeze containers on TERM so shutdown can occur (# 12319)
> cd175b5 Update net-kourier nightly (# 12326)
> 67efc26 Update net-contour nightly (# 12328)
> 4560333 Update net-certmanager nightly (# 12327)
bumping knative.dev/networking 75d86c5...aa82452:
> aa82452 refactor some annotation constants using the kmap utility (# 576)
> 29ed0ab upgrade to latest dependencies (# 577)
bumping knative.dev/eventing 7c8aaa4...2cda8f4:
> 2cda8f4 upgrade to latest dependencies (# 5929)
> 85f324c replace annotating with labeling (# 5926)
> b5550c0 Retry on conflicts when labeling namespaces in tests (# 5925)
> 3a045b2 Pass through b3 tracing headers (# 5920)
Signed-off-by: Knative Automation <automation@knative.team>
2021-11-23 06:11:51 -08:00
knative-automation
87ea0f83a1
upgrade to latest dependencies ( #1512 )
...
bumping knative.dev/networking 8c71a27...6ef2676:
> 6ef2676 upgrade to latest dependencies (# 553)
> 4f29f65 upgrade to latest dependencies (# 550)
> e9f6e55 upgrade to latest dependencies (# 549)
bumping knative.dev/hack 11d193b...b284d49:
> b284d49 fix the latest_version function (# 101)
> 42a2ccb Release use `knative-vX.Y.Z` tag and infer go module tag version automatically (# 98)
> a42c72a Update community files (# 95)
> 810ab22 Make go_update_deps module-release aware (# 93)
> f1228dd Update community files (# 90)
bumping knative.dev/pkg 96c0204...92b8dc6:
> 92b8dc6 upgrade to latest dependencies (# 2342)
> 4640349 Bump assorted dependencies (# 2340)
> fc9d595 upgrade to latest dependencies (# 2336)
> 6ff7fb8 add array of user agents for healthcheck in drainer (# 2331)
> dce062f Update community files (# 2335)
> 95f98e5 Update actions (# 2332)
> 8bcc5aa upgrade to latest dependencies (# 2333)
> f7b70f5 Update community files (# 2330)
bumping knative.dev/eventing 1e4fa35...cdeae54:
> cdeae54 upgrade to latest dependencies (# 5871)
> 4b5ef0b fixed eventing testgrid url on community contacts md file (# 5869)
bumping knative.dev/serving f1e419a...782db02:
> 782db02 Update net-kourier nightly (# 12210)
> 5aece9a Update net-istio nightly (# 12209)
> d4f4e0f update fetching the latest istio release (# 12211)
> 79e7ec9 upgrade to latest dependencies (# 12216)
Signed-off-by: Knative Automation <automation@knative.team>
2021-11-04 01:29:01 -07:00
knative-automation
4a5f5734d2
upgrade to latest dependencies ( #1466 )
...
bumping knative.dev/serving 4a26f1d...ebeebd9:
> ebeebd9 Update net-istio nightly (# 12059)
> 643e3c4 upgrade to latest dependencies (# 12062)
> 4120c39 Fix date ordering (# 12056)
> 73af59b Cleaning up freezer package constants (# 12055)
> 67429ed Pass serviceAccountToken to freezer service (# 11917)
> 1c7f409 fix dates (# 12054)
> e7cf0de Renaming COC doc to ALLCAPS (# 12047)
> ce5525e update support rotation (# 12052)
> dcc3bab Use resolvabledomain flag in TestHPAAutoscaleUpDownUp (# 12053)
> b71b516 fix broken link in Development readme (# 12043)
> 5f1ee08 Bumping up golang min version (# 12051)
> 2051002 Update net-kourier nightly (# 12038)
> a5153ff Update net-contour nightly (# 12037)
> b5aa6f0 Adding Configuration GET and LIST Conformance test (# 12016)
> 09c59b3 Update net-certmanager nightly (# 12040)
> ccc110e Update net-istio nightly (# 12039)
> 40a1ffb Update actions (# 12035)
> 2814960 Update community files (# 12034)
> 40809fb More helpful error on invalid port (# 12025)
> 54d689d Update net-istio nightly (# 12029)
> f75b47c Update net-kourier nightly (# 12031)
> 053d389 Update net-contour nightly (# 12030)
> cc5ff9b Add endpoint call for pod freezer (# 11802)
> a25635c Update net-certmanager nightly (# 12028)
bumping sigs.k8s.io/yaml 9fc9552...9535b3b:
> 9535b3b Merge pull request # 63 from akram/fix-linit-for-yaml_test.go
> cea7ff5 Merge pull request # 62 from akram/use-goyaml-2.3.0
> 8c3bee3 Fix lint for yaml_test.go
> 11e43d4 Merge pull request # 44 from hakman/travisci-arm64
> 131615f Bump gopkg.in/yaml.v2 to v2.4.0: fixes inconsistent long lines wrapping
> 8daa61c Merge pull request # 51 from longwuyuan/master
> 3cc309c Add CI tests for ARM64
> 9f315c2 Merge pull request # 50 from longwuyuan/master
> 7d8e15c removed go v1.12.x and added go v1.15.x in ghactions ci
> 8f01418 Merge pull request # 42 from neolit123/1.20-fix-tests-on-arm64
> 4750a07 added github-actions CI
> 8aabd9a Merge pull request # 40 from gravis/tidy-go-modules
> 7e97a1a yaml_test: adapt around undefined behavior in float64->int64 casting
> 06fcaf6 Merge pull request # 36 from ZhiFeng1993/Fix-json-to-yaml-marshal-results
> bc021c4 Tidy go modules
> a6fdc8d Fix json to yaml marshal results
bumping knative.dev/pkg 5ae4821...2267a4c:
> 2267a4c Bump a few assorted deps (# 2301)
> 221312a duck cronjob (# 2299)
> f07c8e4 Add pod / cronjob (# 2298)
> 07ea512 Update very old Google API dependencies (# 2294)
> 55de825 Update actions (# 2296)
> c92466a Update community files (# 2295)
> b708bde Bump a few assorted dependencies (# 2292)
> 7d6d325 Update actions (# 2287)
> 61a3edd Add IsNum to true when set `-0` to minimumVersion.Pre (# 2288)
> c5ec096 Update community files (# 2286)
> 52b0e29 Source validation fixes (# 2285)
> d8349b0 Update community files (# 2284)
bumping knative.dev/eventing f031ba2...816883e:
> 816883e upgrade to latest dependencies (# 5768)
> 5adc325 Update community files (# 5766)
> 3067b55 Fix date format (# 5765)
> be4e766 Removing the special tweak for 0.22-0.23 (# 5763)
> ce818dc Adding myself to support rotation (# 5761)
> af93c91 add recordevents to the list of tools to publish (# 5758)
> 384523f Default dead letter sink namespace to the object namespace (# 5748)
> edef96d Update community files (# 5753)
> e05ccfc Convert DeadLetterSinkURI references to DeliveryStatus. (# 5746)
> 1afbc6a Update actions (# 5754)
> 87cbccf Delete non used Step resources at Sequence (# 5718)
bumping knative.dev/networking 69ad454...749575e:
> 749575e Update community files (# 520)
> 79c6e05 upgrade to latest dependencies (# 521)
> f9355c5 Adding contributing doc, renaming COC doc (# 518)
> f02d7fb Set FlushInterval to zero (# 519)
> b601bd9 Update community files (# 516)
> 09845be Update actions (# 517)
> 9dcf81a upgrade to latest dependencies (# 514)
> 5e884af Update community files (# 512)
> 9c1c5b8 Update actions (# 513)
> 51e2f39 Update community files (# 511)
Signed-off-by: Knative Automation <automation@knative.team>
2021-09-30 04:18:45 -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
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
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