mirror of https://github.com/knative/client.git
1233 Commits
Author | SHA1 | Message | Date |
---|---|---|---|
|
c9f128423b
|
💝 Extract reusable part of sink flag (#1968)
* Extract reuseable part of sink flag * Return nil on empty sink * Extract kube params * Compute with default mappings * Allow to change the default log level * Publicate Zap based logger, and allow custom loggers to be used. |
|
|
fd0126d099
|
Update community files (#1967)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
9728a1e0fd
|
Refactor codegen to use kube_codegen.sh script (#1964) | |
|
f09e7164ce
|
Fold in knative.dev/client-pkg as a submodule (#1953)
* Move to the hack' script inflator * Skip kn subpackage * Move the lib/ to public pkg/ packages * Introduce pkg submodule, remove the vendor dir * Remove vendor references * Use latest version of knative.dev/hack * Publish dependent images properly * Walkaround for knative-extensions/net-istio#1345 * Remove GOTOOLCHAIN in go.work * Verify codegen use common funcs * Import code from knative.dev/client-pkg * Restore the default unit test runner * Try knative/actions#223 * Restore the workflows * Nit: simplify config package import |
|
|
bb1f899634
|
Remove vendor dir (#1962) | |
|
de30b7ba75
|
upgrade to latest dependencies (#1959)
bumping golang.org/x/term c976cb1...d598954:
> d598954 go.mod: update golang.org/x dependencies
> d4346f0 LICENSE: update per Google Legal
bumping knative.dev/hack b979959...06f7aff:
> 06f7aff tag images using ko (# 393)
> 452e340 Update community files (# 392)
> 441a19f remove geo replication (# 389)
> 0a23232 Update community files (# 388)
> 9c9eed6 💝 Vendorless codegen via shell scripting (# 386)
bumping knative.dev/pkg 4355f0c...89743d9:
> 89743d9 upgrade to latest dependencies (# 3085)
> cd3311c bump k8s deps to v0.30.3 (# 3084)
> 0991b2f Update community files (# 3083)
> c88d5da Bump github.com/tsenart/vegeta/v12 from 12.11.3 to 12.12.0 (# 3082)
> cb30d00 Bump golang.org/x/sync from 0.7.0 to 0.8.0 (# 3081)
> 433889b upgrade to latest dependencies (# 3080)
> 0e7ffe4 Update community files (# 3079)
> 330b271 Bump github.com/tsenart/vegeta/v12 from 12.11.1 to 12.11.3 (# 3077)
> 3561487 upgrade to latest dependencies (# 3078)
bumping k8s.io/apiextensions-apiserver e1d6769...1aec848:
> 1aec848 Update dependencies to v0.30.3 tag
> 803669d Merge pull request # 124676 from cici37/automated-cherry-pick-of-# 124675-upstream-release-1.30
> 5e9c693 Adding the feature gates to fix cost for VAP and webhook matchConditions.
> cb47ad4 Merge remote-tracking branch 'origin/master' into release-1.30
> 6ce7f38 Update x/net for CVE-2023-45288
> a2f312c Merge remote-tracking branch 'origin/master' into release-1.30
> d3649bc fix test flake caused by not waiting for CRD schema update
> 9624e52 Merge pull request # 123732 from serathius/parallel-featureflags
> 24438a9 Merge pull request # 123758 from liggitt/protobump
> a853d25 Fix SetFeatureGateDuringTest handling of Parallel tests
> 916521e Bump github.com/golang/protobuf v1.5.4, google.golang.org/protobuf v1.33.0
> fe10ad0 Merge pull request # 123405 from cici37/vapGA
> 4a32d79 Promote ValidatingAdmissionPolicy to GA.
> 1999aef Merge pull request # 122882 from Jefftree/agg-discovery-v2-usage
> 0b973a6 Use v2 types with agg discovery
> 882d449 Merge pull request # 123529 from thockin/go-workspaces
> 7fc82f4 Fix up go.mod files after reviews
> 348e552 Remove old gengo detritus
> 6fe6097 Move import-boss to k/k, retool to not use gengo
> 9b0d21d Move go-header-file flag to each tool
> bf21b69 Remove defunct references to "vendor"
> 9cccc78 Make code-gen subprojects work on gengo/v2
> de16399 Fix go-to-protobuf wrt gengo/v2
> 3fa7027 Re-vendor latest kube-openapi and gengo/v2
> 4152581 Generate go.work files
> 03a46d9 Merge pull request # 122717 from jpbetz/crd-object-filters
> 5786b28 Merge pull request # 123562 from jpbetz/bump-cel-go-0_17_8
> ed5b86f Improve error handling for json path results
> f0b03a5 Add cost stability tests for chained and nested CEL comprehensions
> 7e13756 Fix field paths
> 90a6e7c Bump cel-go to v0.17.8 to pick up CEL estimated cost fix
> abd4c55 Add integration tests
> 6e93f99 Merge pull request # 123475 from alexzielenski/apiserver/apiextensions/cel-error-fieldpath
> 4977007 Generate code
> c8aca43 bugfix: modifying argument causes wrong fieldpath
> 3e15525 Add selectableFields to CRDs
> e83598f Merge pull request # 123348 from hoskeri/update-go-x-crypto-19
> f34abb0 Update x/crypto to 0.19.
> efe8780 Merge pull request # 123299 from liggitt/guard-accepted-names
> fea0b1c Merge pull request # 123250 from benluddy/dep-bump-cbor-v2.6.0
> 2bb2409 Guard empty status.acceptedNames
> 8de01b4 Merge pull request # 121461 from alexzielenski/apiserver/apiextensions/ratcheting-beta
> dad0990 Bump github.com/fxamacker/cbor/v2 to v2.6.0.
> 55211b8 Merge pull request # 121486 from benluddy/cbor-stub
> 6616121 bugfix: disable ratcheting for typemeta fields
> 1691a69 chore: adds consistent vanity import to files and provides tooling for verifying and updating them. (# 120642)
> 4904624 Update vendoring to take new CBOR library dependency.
> 83368fe feature: promote CRDValidationRatcheting to beta
> c0e1d77 Merge pull request # 122557 from liangyuanpeng/anp_0.29
> 53a461c Merge pull request # 122518 from cici37/celEnv29
> 867cb9b Update konnectivity to 0.29.0
> 8078826 Merge pull request # 122842 from pohly/klog-update
> 1cf3b3d Add validation tests
> 262c528 Merge pull request # 122839 from pohly/ginkgo-gomega-update
> e3aa720 dependencies: klog v2.120.1
> bb0a088 Update env version, Add cost for previous func, add tests, etc.
> d499782 dependencies: ginkgo v2.15.0, gomega v1.31.0
> d2fa019 Merge pull request # 122706 from pacoxu/klog-upgrade
> 7c88076 bump klog to v2.120.0
> c8c6ebf Merge pull request # 121602 from bzsuni/cleanup/goleak
> 538b860 Update goleak from v1.2.1 to v1.3.0
> b3a0968 Merge pull request # 122412 from MadhavJivrajani/bump-go-tools
> e3143b2 .*: bump golang.org/x/tools to v0.16.1
> d6f8fd0 Merge pull request # 122395 from pohly/ginkgo-gomega-update
> 731c3a6 dependencies: gomega v1.30.0 + ginkgo v2.13.2
> d52ec8b Merge pull request # 122329 from jpbetz/fix-crd-drop-fields
> 33c559f Wire in field dropping for CRDs
> 9916910 Merge pull request # 121773 from pohly/zapr-update
> 502312a Merge pull request # 122193 from cici37/fixPresentCost
> 1ad0731 dependencies: zapr v1.3.0, zap v1.26.0
> 3ce29b3 Merge pull request # 121759 from thockin/fix_api_violations
> d06ce66 Keep presence cost to 0 to ensure backward compatibility.
> d65563c Fix list_type_missing in apiextensions-apiserver
> 3e34a33 Re-vendor k8s.io/kube-openapi
> 79b9a7d Fix "list_type_missing" API violations in meta/v1
> d323d00 Merge pull request # 121808 from cpanato/go-update-main
> a8c071a update go.mod
bumping knative.dev/networking bab7f2a...37fdbdd:
> 37fdbdd upgrade to latest dependencies (# 1000)
> d4c57cd Update community files (# 999)
> fb56e09 upgrade to latest dependencies (# 998)
> f170238 upgrade to latest dependencies (# 997)
> 543181c upgrade to latest dependencies (# 996)
> 2ffc30d Update community files (# 995)
> 8f1ea9d upgrade to latest dependencies (# 994)
bumping golang.org/x/sys faed7ec...914deed:
> 914deed unix: add missing ETHTOOL_FLAG_ constants
> 4c7077e windows: add enums for IpAdapterUnicastAddress
> 29298aa windows: delete TestGetKeyboardLayout
> aa1c4c8 unix: provide Mount on openbsd
> cde4660 unix: add linux mseal system call
> 31ef9e7 unix: update to Linux kernel 6.10
> d03a807 unix: update glibc to 2.40
> beb5949 windows: correctly generate GetAce syscall
> 7bb0bf7 cpu: add Int8 matrix multiplication instructions CPU feature flag for ARM64
> bce4cf7 windows: add GetKeyboardLayout & ToUnicodeEx
> 0eac9b5 windows: add flags for GetAdaptersAddresses
> 0c18c88 cpu: add DIT option and hwcap DIT support
> dce4e64 LICENSE: update per Google Legal
> ee0e627 unix: skip TestIoctlFileDedupeRange on EOPNOTSUPP error
> 47fe916 cpu: add support for DIT detection
> 4cafe5c unix: implements RenamexNp and RenameatxNp for darwin
bumping golang.org/x/sync 14be23e...411f99e:
> 411f99e LICENSE: update per Google Legal
bumping knative.dev/client-pkg 8393d69...22f5989:
> 22f5989 Update community files (# 192)
> 5f32500 Update community files (# 191)
bumping github.com/go-logr/logr dcdc3f2...1205f42:
> 1205f42 Merge pull request # 295 from go-logr/dependabot/github_actions/actions/checkout-4.1.6
> ccedcbd Merge pull request # 294 from go-logr/dependabot/github_actions/github/codeql-action-3.25.5
> bead577 build(deps): bump actions/checkout from 4.1.5 to 4.1.6
> 19ad07c build(deps): bump ossf/scorecard-action from 2.3.1 to 2.3.3
> a492d95 build(deps): bump github/codeql-action from 3.25.4 to 3.25.5
> 1c97a21 build(deps): bump actions/checkout from 4.1.4 to 4.1.5
> f70c5b5 build(deps): bump github/codeql-action from 3.25.3 to 3.25.4
> 4ade8d3 build(deps): bump golangci/golangci-lint-action from 5.3.0 to 6.0.1
> 88d98bd Merge pull request # 289 from go-logr/dependabot/github_actions/golangci/golangci-lint-action-5.3.0
> 432cd86 Merge pull request # 288 from go-logr/dependabot/github_actions/actions/setup-go-5.0.1
> bbc2ecb build(deps): bump golangci/golangci-lint-action from 5.0.0 to 5.3.0
> c697b5b Merge pull request # 286 from go-logr/dependabot/github_actions/actions/upload-artifact-4.3.3
> b194655 build(deps): bump actions/setup-go from 5.0.0 to 5.0.1
> 58ced22 Merge pull request # 285 from go-logr/dependabot/github_actions/actions/checkout-4.1.4
> 3d7c19b build(deps): bump actions/upload-artifact from 4.3.2 to 4.3.3
> ca0ff32 Merge pull request # 284 from go-logr/dependabot/github_actions/golangci/golangci-lint-action-5.0.0
> a59cce4 build(deps): bump actions/checkout from 4.1.3 to 4.1.4
> fbab38c Merge pull request # 282 from go-logr/dependabot/github_actions/github/codeql-action-3.25.1
> 5805ba5 Merge pull request # 283 from go-logr/dependabot/github_actions/github/codeql-action-3.25.3
> 72039f4 build(deps): bump golangci/golangci-lint-action from 4.0.0 to 5.0.0
> 7b42c51 Merge pull request # 281 from go-logr/dependabot/github_actions/actions/checkout-4.1.3
> 068cc98 build(deps): bump github/codeql-action from 3.24.10 to 3.25.1
> 5e00dad build(deps): bump github/codeql-action from 3.25.1 to 3.25.3
> e43285d Merge pull request # 280 from go-logr/dependabot/github_actions/actions/upload-artifact-4.3.2
> afe10fa build(deps): bump actions/checkout from 4.1.2 to 4.1.3
> aefab1e Merge pull request # 279 from go-logr/dependabot/github_actions/github/codeql-action-3.24.10
> 2e2e74f build(deps): bump actions/upload-artifact from 4.3.1 to 4.3.2
> 9659f74 build(deps): bump github/codeql-action from 3.24.7 to 3.24.9
> 2e76ada build(deps): bump github/codeql-action from 3.24.9 to 3.24.10
> a44214d Merge pull request # 274 from thockin/master
> 7083935 Merge pull request # 277 from go-logr/dependabot/github_actions/github/codeql-action-3.24.7
> 376cba9 funcr: Handle nested empty groups properly
> 60bd4f1 Merge pull request # 276 from go-logr/dependabot/github_actions/actions/checkout-4.1.2
> 589c045 build(deps): bump github/codeql-action from 3.24.6 to 3.24.7
> a6645b7 Fix slog tests for 1.22
> ba1ff6b build(deps): bump github/codeql-action from 3.24.5 to 3.24.6
> b705152 build(deps): bump actions/checkout from 4.1.1 to 4.1.2
> 75599fa build(deps): bump github/codeql-action from 3.24.3 to 3.24.5
> 4392df4 Merge pull request # 271 from thockin/master
> 13ec622 Merge pull request # 270 from go-logr/dependabot/github_actions/github/codeql-action-3.24.3
> 3717a4b Add a Go report card, fix lint
> 7141c7e Merge pull request # 268 from thockin/master
> 613a327 build(deps): bump github/codeql-action from 3.24.0 to 3.24.3
> c9b5476 build(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0
> 1cc4a3c Fix lint: named but unused params
> dcfe76b build(deps): bump actions/upload-artifact from 4.3.0 to 4.3.1
> 956dc6c build(deps): bump github/codeql-action from 3.23.2 to 3.24.0
> dec5a4c build(deps): bump github/codeql-action from 3.23.1 to 3.23.2
> 65deb01 build(deps): bump actions/upload-artifact from 4.2.0 to 4.3.0
> 8520103 Merge pull request # 260 from go-logr/dependabot/github_actions/actions/upload-artifact-4.2.0
> 77cb5eb Merge pull request # 259 from go-logr/dependabot/github_actions/github/codeql-action-3.23.1
> 35c24f7 build(deps): bump actions/upload-artifact from 4.1.0 to 4.2.0
> 1be0bc0 build(deps): bump actions/upload-artifact from 4.0.0 to 4.1.0
> 3f51f73 build(deps): bump github/codeql-action from 3.23.0 to 3.23.1
> acc8c27 build(deps): bump github/codeql-action from 3.22.12 to 3.23.0
> ab4956f build(deps): bump github/codeql-action from 3.22.11 to 3.22.12
bumping golang.org/x/mod d58be1c...bc151c4:
> bc151c4 README: fix link to x/tools
> d1f873e modfile: fix Cleanup clobbering Line reference
> b56a28f modfile: Add support for tool lines
> 79169e9 LICENSE: update per Google Legal
bumping golang.org/x/tools 33be3ef...3057be8:
> 3057be8 go.mod: update golang.org/x dependencies
> 4653e48 gopls/internal/analysis: add skipped analysis simplify on generated code
> f855a53 gopls/internal/telemetry/cmd/stacks: use authentication token
> 3ffd605 gopls/doc/features: fix prominent typo
> a5df6ad go/analysis/passes/printf: report non-constant format, no args
> c03e5c2 go/packages: do not nullify Fset when NeedSyntax is set
> 6a6fd99 go/ssa: substitute type parameterized aliases
> f6a2390 gopls/doc: delete commands.md
> 2154cbf gopls/internal/golang: add "Browse gopls features" code action
> ead76ab go/analysis: Add modules to Pass
> 55d718e go/analysis/passes/buildtag: report invalid go versions in build tags.
> 8b51d66 go/types/objectpath: support parameterized type aliases
> 12d2c34 internal/testfiles: consolidate to CopyToTmp
> 444aadd gopls/internal/cmd: redesign codeaction subcommand
> cad260e internal/pkgbits: remove dead field
> ec1a81b gopls/doc/features: more doc tweaks
> 2fb3ebe txtar: implement fs.FS
> 2cb2f7d internal/bisect: fix doc comment api links
> 25ed04f LICENSE: update per Google Legal
> da12580 go/packages: NeedTypes implies NeedModule
> 6f4e2a8 gopls: update x/telemetry dependency
> e4550b9 go/analysis/passes/nilness: fix wrong internal code comment
> d9c6af3 cmd/stress: add -count flag, and print number of active commands in status updates
> ef4d083 gopls/internal/protocol/command: draft Packages/Modules API
> d29feb5 gopls/completion: prefer rangeable funcs in range statements
> 71c5537 gopls/internal/analysis/fillswitch: use qualified type names
> febceba copyright: don't skip directories "." or ".." in checkCopyright
> 3968e70 go/analysis/internal/checker: allow for Plan 9 reduced exit codes in tests
Signed-off-by: Knative Automation <automation@knative.team>
|
|
|
ccd3fea1ba
|
Update community files (#1961)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
1c14806486
|
Update community files (#1960)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
59dd72a240
|
[main] Upgrade to latest dependencies (#1958)
* upgrade to latest dependencies bumping knative.dev/serving fea0e7a...34cef98: > 34cef98 Update net-contour nightly (# 15400) > 493a456 Update net-kourier nightly (# 15402) > 948f04a Update net-istio nightly (# 15401) > 8a99187 upgrade to latest dependencies (# 15399) bumping knative.dev/eventing 2cc0a5b...c3baeda: > c3baeda mt-broker ingress: Reject unauthorized requests (# 8105) > 7c1c46c [main] Upgrade to latest dependencies (# 8109) > 1e4183f Added EventPolicy Webhook (# 8091) bumping knative.dev/client-pkg 18eac77...8393d69: > 8393d69 upgrade to latest dependencies (# 189) > 0b343a9 upgrade to latest dependencies (# 182) Signed-off-by: Knative Automation <automation@knative.team> * Fix istio setup --------- Signed-off-by: Knative Automation <automation@knative.team> Co-authored-by: David Simansky <dsimansk@redhat.com> |
|
|
95a4ee17a0
|
upgrade to latest dependencies (#1952)
bumping golang.org/x/mod c0bdc7b...d58be1c: > d58be1c sumdb/tlog: set the hash of the empty tree according to RFC 6962 > 232e49f Revert "module: add COM0 and LPT0 to badWindowsNames" bumping golang.org/x/term 5f0bb72...c976cb1: > c976cb1 go.mod: update golang.org/x dependencies bumping golang.org/x/net 66e838c...e2310ae: > e2310ae go.mod: update golang.org/x dependencies > 77708f7 quic: skip tests which depend on unimplemented UDP functions on Plan 9 > 9617c63 http2: avoid Transport hang with Connection: close and AllowHTTP bumping knative.dev/networking 3b8764c...bab7f2a: > bab7f2a upgrade to latest dependencies (# 992) > 370ddbb Update community files (# 991) > f35497a upgrade to latest dependencies (# 990) bumping knative.dev/client-pkg 8fbea3d...18eac77: > 18eac77 Update community files (# 188) bumping knative.dev/serving 1f7cc48...fea0e7a: > fea0e7a Update net-istio nightly (# 15393) > 75310de Update TLS test matrix (# 15394) > 44a5d78 Enable cluster local TLS tests for Contour (# 15378) > 63a741d clean up certificate leases (# 15359) > 219e905 Update net-contour nightly (# 15389) > 88779ae Update net-istio nightly (# 15390) > 372a3e6 Update net-contour nightly (# 15386) > c584f0d Update net-istio nightly (# 15385) > 2156812 Update net-kourier nightly (# 15384) > 046577e Update net-contour nightly (# 15383) > 133b2fe Update net-gateway-api nightly (# 15382) > a3ee9b8 upgrade to latest dependencies (# 15381) > 306de5f Fix TestChangeDefaultDomain flake (# 15380) > ac7f585 Add startup probe support to Knative Service (# 15309) > a923915 enable system internal tls for contour (# 15374) > a310476 Update net-contour nightly (# 15377) > 9ffb3ad Update net-kourier nightly (# 15373) > b0eab7d Update net-contour nightly (# 15371) > 9b25954 Update net-istio nightly (# 15370) > 208138f Update net-gateway-api nightly (# 15372) > 4bbb7cf Fix external domain tls test setup (# 15366) > 05b60b5 Update community files (# 15369) > 75f7393 Update net-gateway-api nightly (# 15355) > af2c899 Adjust Workload HA test iterations to fit within test timeout (# 15362) > 89fdbe1 Update net-kourier nightly (# 15357) > 9873264 Update net-contour nightly (# 15363) > 6d257d8 Update net-istio nightly (# 15365) > a043ddf Drop duplicate test case - TestActivatorInRequestPathPossibly (# 15361) > 95c751a upgrade to latest dependencies (# 15353) > 25783ae Update net-contour nightly (# 15356) > b02cc68 Update net-istio nightly (# 15358) > 1dff15d feat: add defaults configurable runtimeClassName (# 15271) > 5558435 Update net-contour nightly (# 15350) > 2ac8b35 add tests to validate uptime of services during user pod deletion (# 15284) > 7193018 upgrade to latest dependencies (# 15351) > d6d8525 use wait.Interrupted (# 15342) > 48d3196 Update net-gateway-api nightly (# 15349) > 866782a Update net-istio nightly (# 15348) > 226c771 Bump ko-build/setup-ko from 0.6 to 0.7 (# 15346) > 6fa0f6d upgrade to latest dependencies (# 15344) > a5ad85b Update net-gateway-api nightly (# 15337) > b22e06c Update net-kourier nightly (# 15340) > de3b9ba upgrade to latest dependencies (# 15341) > 6d90f54 Update net-contour nightly (# 15339) > 78fd584 Update net-istio nightly (# 15338) > faf421a Update net-gateway-api nightly (# 15335) > 5a92452 Clean up job for old resources (# 15312) > 408b284 Update net-istio nightly (# 15336) > c980773 re-enable failng contour/gateway api tests (# 15334) > a4fa238 bump istio and contour for gateway api testing (# 15333) > e56319d Allow ipv6 address for sslip.io in default-domain Job (# 15328) > f464e2d upgrade to latest dependencies (# 15329) > 0b61640 Update net-kourier nightly (# 15314) > 8d768f5 Cert rotation test does not use specific ingress namespace (# 15331) bumping google.golang.org/grpc fa274d7...2da9769: > 2da9769 Change version to 1.65.0 (# 7306) > ede96b7 metadata: remove String method (# 7373) > 64be203 grpc: Readd pick first name (# 7336) (# 7341) > 25e33a6 examples: Add CSM Observability example (# 7302) (# 7318) > 04a5f46 xds/internal/xdsclient: Emit unknown for CSM Labels if not present in CDS (# 7309) (# 7317) > cff5c3e stats/opentelemetry: Add e2e testing for CSM Observability (# 7279) (# 7316) > 9b970fd dns: fix constant 30s backoff for re-resolution (# 7262) (# 7311) > 6d23620 documentation: on server, use FromIncomingContext for retrieving context and `SetHeader`, `SetTrailer` to send metadata to client (# 7238) > 7e5898e xds: unify xDS client creation APIs meant for testing (# 7268) > 5d7bd7a interop/xds: Interop client and server changes for CSM Observability (# 7280) > 1958fcb cmd/protoc-gen-go-grpc: update version for release (# 7294) > 32f6091 *: update deps (# 7282) > 02f0e77 security: remove security/authorization module (# 7281) > 8bf2b3e grpcrand: delete all of grpcrand and call the rand package directly (# 7283) > 24e9024 Fix close in use certificate providers after double `Close()` method call on wrapper object (# 7128) > 33faea8 ringhash: fix normalizeWeights (# 7156) > 0756c0d stats: Various CSM Observability bug fixes (# 7278) > fe82db4 stats/opentelemetry: Add CSM Observability API (# 7277) > f1aceb0 stats/opentelemetry: CSM Observability server side component changes (# 7264) > 8138555 testing: remove skip for otel since we no longer support Go 1.20 (# 7276) > 58cfe27 deps: update dependencies for all modules (# 7274) > 11872f1 advancedtls: add CipherSuites to Options (# 7269) > a4593c5 advancedtls: use realistic ciphersuite in test (# 7273) > 01363ac *: end support for Go v1.20 (# 7250) > 6e59dd1 examples: add example to illustrate the use of file watcher interceptor (# 7226) > 03da31a client: implement maxAttempts for retryPolicy (# 7229) > f7d3d3e stats/opentelemetry: CSM Observability client side component changes (# 7256) > 092e793 test/kokoro: Add psm-csm build config (# 7263) > 5ffe0ef advancedtls: populate verified chains when using custom buildVerifyFunc (# 7181) > 1db6590 grpc: Move Pick First Balancer to separate package (# 7255) > 1adbea2 protoc-gen-go-grpc: copy service comment to interfaces (# 7243) > a639c40 test: fix flaky test ClientSendsAGoAway (# 7224) > c822adf balancergroup: add a `ParseConfig` API and remove the `UpdateBuilder` API (# 7232) > a75dfa6 xds: change the DumpResources API to return proto message containing the resource dump (# 7240) > 48b6b11 credentials/tls: reject connections with ALPN disabled (# 7184) > 0a0abfa stats/opentelemetry: Add CSM Plugin Option (# 7205) > 2f52f9e examples: update remaining uses of grpc.Dial to NewClient (# 7248) > aea78bd grpc: Add perTargetDialOption type and global list (# 7234) > 2d2f417 advancedTLS: unset a deprecated field after copying it (# 7239) > 2174ea6 documentation: fix typo in anti-patterns.md (# 7237) > e22436a pickerwrapper: use atomic instead of locks (# 7214) > 0020ccf advancedTLS: Documentation (# 7213) > 59954c8 Change version to 1.65.0-dev (# 7220) > 3bf7e9a advancedTLS: Add in deprecated name for transitionary period (# 7221) bumping knative.dev/pkg 339c22b...4355f0c: > 4355f0c upgrade to latest dependencies (# 3075) > b4e5f07 Bump google.golang.org/grpc from 1.64.0 to 1.65.0 (# 3073) > fe204d0 Bump golang.org/x/net from 0.26.0 to 0.27.0 (# 3072) > 9dc5206 Bump golang.org/x/tools from 0.22.0 to 0.23.0 (# 3074) > 7ecd548 Update community files (# 3071) > 3f6a546 Fix rand source in name (# 3070) > ee1db86 Update linter config and address lint warnings/failures (# 3068) > 26bc7b4 Register AuthenticatableType in schema (# 3069) > 8535fcc gofumpt the repo (# 3067) > fc0720b [logstream] test polling should use a different context (# 3066) > 51dec91 drop test-infra code (# 3065) > b5bb12c drop unused OWNERS files and update script (# 3064) > 915c009 drop google/s2a-go (# 3062) > cd0e61e drop mako (# 3060) > fe2597a drop eventing kafka from downstream tests - repo is archived (# 3061) > b94232c Bump cloud.google.com/go/storage from 1.41.0 to 1.42.0 (# 3057) bumping golang.org/x/sys 673e0f9...faed7ec: > faed7ec unix: add PthreadChdir and PthreadFchdir on darwin > c892bb7 unix: fix MmapPtr test failing on OpenBSD > a0ef40a unix: fix MremapPtr test failing on NetBSD > daa2394 unix: add unsafe mmap, munmap, mremap > 7670087 windows: add GetAce Windows API > 348425a windows/svc: do not pass theService to windows.RegisterServiceCtrlHandlerEx bumping google.golang.org/genproto/googleapis/api d264139...ef581f9: > ef581f9 chore(all): update all (# 1132) > 5315273 chore(all): update all (# 1131) > a332354 chore(all): auto-regenerate .pb.go files (# 1130) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
eea152bbbe
|
Remove release notes template in favor of global one (#1957) | |
|
31cec399a8
|
Add release note template (#1956) | |
|
b626b741fa
|
Update community files (#1955)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
54a1fa1af2
|
upgrade to latest dependencies (#1948)
bumping knative.dev/eventing 0e14da4...ea8f0fd: > ea8f0fd Add `AppliedEventPoliciesStatus` type (# 7999) > 8da4543 Add `default-authorization-mode` feature flag (# 7996) > 7f37d64 Add EventPolicy types (# 7995) > 6259113 Fix possible nil pointer dereference in event-dispatcher (# 7994) > 67ceb9e Move job sink certificate out of config core (# 7993) > b18b1b1 JobSink: add webhook validation for spec.job (# 7962) > 0bce743 Support arbitrary data for rekt configmap package (# 7991) > 834d833 Add JobSink data plane symlink in config/ (# 7990) > c60bcd0 fix: add comments and improve regex for attribute filter transform function (# 7967) > d60149d [main] Upgrade to latest dependencies (# 7987) > 3af0fac Exclude core deployments from SinkBinding webhook injection (# 7986) > 8c4cd2e Fix: Parallels updates subscription where possible, instead of recrea… (# 7965) > 844dcbf Adding mount path as env variable in container (# 7968) > b8623b2 [main] Update community files (# 7969) > 9d11598 fix: eventing clusterrole has correct knsubscribe permissions (# 7943) > f9156c8 JobSink: don't start informers twice (# 7964) > bff65d2 Triggering long running background jobs when events occurs (# 7954) > 3ee2400 fix: sequence updates subscription where possible, instead of recreating it (# 7948) > 96e0f09 Bump rekt to main (# 7958) > e3604b8 [main] Upgrade to latest dependencies (# 7957) > 08b0813 [main] Upgrade to latest dependencies (# 7956) > c53b44d [main] Format Go code (# 7953) > a58c135 Prototype a MQTT Source (# 7919) > 39d2723 [main] Upgrade to latest dependencies (# 7950) > b9cba87 Add EventType v1beta3 conversion (# 7938) > 2a11bb8 [main] Update community files (# 7949) > 746dc52 fix: no more panic in the execute request method (# 7947) > abdbf14 Remove rekt test from GH actions e2e test run (# 7941) > a3a2ac0 Enable `eventtype-auto-create` feature flag for e2e tests (# 7940) > 74253dd [main] Upgrade to latest dependencies (# 7932) > 68920d2 Fix log message for recordevents receiver (# 7936) > 9c0f9cc Update eventtype CRD to include `.spec.reference.address` (# 7935) > b5f92c2 Copy message before passing it to eventtype autocreate handler (# 7934) bumping knative.dev/hack 68e3bfb...0914314: > 0914314 Update community files (# 384) > 3b6d644 Update community files (# 383) bumping google.golang.org/api 4b79cc4...c642c84: > c642c84 chore(main): release 0.183.0 (# 2615) > 305d137 chore(all): update all (# 2618) > 0077748 feat(all): auto-regenerate discovery clients (# 2622) > c7f1614 feat(all): auto-regenerate discovery clients (# 2619) > 08fdd71 feat(all): auto-regenerate discovery clients (# 2617) > 5f21214 feat(all): auto-regenerate discovery clients (# 2616) > 1de148b feat(all): auto-regenerate discovery clients (# 2611) > 4f98211 fix: add another temporary dep on genproto (# 2614) > b49e3b9 chore(main): release 0.182.0 (# 2591) > b6f615b chore(all): update all (# 2607) > c4c51ce feat(all): auto-regenerate discovery clients (# 2609) > 0e58f74 feat(all): auto-regenerate discovery clients (# 2608) > ceaeabf feat(all): auto-regenerate discovery clients (# 2606) > f474c8f feat(all): auto-regenerate discovery clients (# 2604) > ece7727 feat(all): auto-regenerate discovery clients (# 2603) > a86c4b6 feat(all): auto-regenerate discovery clients (# 2602) > 2e7cc39 feat(all): auto-regenerate discovery clients (# 2600) > 677f53d feat(all): auto-regenerate discovery clients (# 2599) > 7d46b4d feat(all): auto-regenerate discovery clients (# 2597) > 07e7104 feat(all): auto-regenerate discovery clients (# 2595) > 21295a5 feat(all): auto-regenerate discovery clients (# 2594) > e95bd57 feat(all): auto-regenerate discovery clients (# 2590) bumping golang.org/x/tools cc29c91...bc6931d: > bc6931d go.mod: update golang.org/x dependencies > 1767b14 go/ssa: remove code with no effect > 2088083 internal/gocommand: add more debug info for hanging go commands > f1a3b12 internal/imports: FixImports should be cancellable > 4478db0 go/analysis/passes/copylock: suppress error in ill-typed code > 018d3b2 gopls: warn about Go 1.19 and Go 1.20 > 58cc8a4 gopls/internal/filecache: suppress gc in tests > b623539 gopls/internal/cache: suppress "internal" import check on Bazel > 1e9d12d go/packages: pass -overlay to all 'go list' invocations > 3c293ad internal/cache: invalidate broken imports when package files change > 5eff1ee gopls/internal/cache: check viewMap before altering views > da9cad4 go/packages: avoid unnecessary "realpath" on pwd > 71b7fa9 go/callgraph/vta: save some heap allocations in the trie implementation > 2f8e378 go/callgraph/vta: remove graph successors method > 624dbd0 go/analysis/passes/stringintconv: post gotypesalias=1 tweak > 4669dc7 gopls/internal/test/marker: simplify seedCache file > 6887e99 gopls/internal/cache: use a better view in viewOfLocked > bd624fd gopls: make tests tolerant of new go/types error format > 2e977dd internal/drivertest: evaluate symlink before calling packages.Load > 8d54ca1 gopls/internal/test/marker: seed the cache before running tests > 01018ba Revert "gopls/internal/settings: enable semantic tokens by default" > 019da39 gopls/internal/golang: OutgoingCalls: fix crash on unsafe.Slice > 30c880d gopls/internal/cache: improve missing import error message > d017f4a go/packages/internal/drivertest: a package for a fake go/packages driver > e229045 go/callgraph/vta: avoid some temporary data structures using callbacks > 0215a5b go/packages: document fields that are part of JSON schema > f10a0f1 gopls/internal/golang: skip TestFreeRefs on js > d940b33 gopls/internal/server: support InsertReplaceEdit completion > e635bfa gopls/internal/golang: unexport more declarations > 7045d2e go/analysis/passes/nilness: fix bug with MakeInterface(TypeParam) > e1b14a1 gopls/internal/server: avoid VS Code lightbulb > 34db5bc gopls: initial support for godebug directive in go.mod and go.work > 56f50e3 gopls/doc: split codelenses out of settings > 3629652 gopls/internal/analysis/simplifyrange: suppress on range-over-func > fb52877 all: sync golang.org/x/telemetry@bda5523 > 4646dbf gopls/internal/protocol: customize InsertReplaceEdit JSON unmarshal > bc5e086 gopls/internal/golang: unexport several functions > 32cec11 gopls/internal/test/integration: fix race in TestGCDetails_Toggle > c3aae99 gopls/doc: tidy up analyzer documentation > 41211c8 gopls/internal/golang: fix bug in freeRefs algorithm > 788d39e gopls/internal/golang: "Show free symbols" code action > f73683e gopls/internal/golang: remove test debugging aix-ppc64 issue > 0b4dca1 gopls/internal/protocol: separate CodeLens from Command; document > 8cf8c6f internal/test/integration: materialize startedWork and completedWork > de1032b gopls: remove dead code > 499663e all: fix function names in comment > c184dd7 internal/test/marker: skip basiclit.txt on ppc64 > 1f300c9 gopls: upgrade x/telemetry to pick up CL 586195 > fd7deae gopls/internal/test/marker: fix analyzers.txt test that requires cgo > af36634 gopls/internal/protocol: rename DocumentChange{s,} > 42d564a gopls: support four kinds of DocumentChanges > b92578a x/tools: update to x/telemetry@9ff3ad9 > 987af8b x/tools: update to x/telemetry@ac8fed8 > 069435c gopls/internal/cache: use 1 not 0 for missing line/col info > 528484d gopls/internal/cache: support overlays > 2e17129 gopls/doc/generate: add link anchors to each setting > ab7bc6c gopls: further minor generator simplifications > d40dfd5 gopls: upload from telemetry.Start, rather than upload.Run > e8808ed gopls: upgrade x/telemetry to latest > 0006edc go/ssa: support range-over-func > 59d9797 gopls/internal/settings: annotate TestVetSuite with NeedsTool("go") > 487737a gopls/internal/golang: fix another crash in RenderPackageDoc > 4cfd180 gopls/internal/golang: RenderPackageDoc: fix param truncation crash > 3e9beb6 gopls/doc/release: add release notes for struct tag hover info > 24f3b32 gopls/internal/golang: show struct tag when hovering over fields > 9795fac gopls/internal/server: discard non-file scheme workspace folder URIs > 3b13d03 gopls/internal/cache: fix bug.Report converting Diagnostic positions > 7f3a258 gopls/internal/test/integration/misc: disable another staticcheck test > 8483344 gopls/internal/settings: add framepointer,sigchanyzer analyzers > 8f9d159 gopls/internal/test/integration/misc: disable staticcheck test > f38ac9b gopls/internal/test: avoid std assumptions in range-over-func test > e35e4cc go/ssa: compile range-over-func to panic > e149e84 gopls: rationalize code generation > ff28778 gopls/internal/protocol: rationalize edit helpers > 5daf157 gopls/internal/golang: simplify "rewrite" code actions > 1718e2d gopls/internal/cache: simplify Snapshot Go commands > a432b16 gopls/internal/analysis: disable ssa/ir analyzers on range-over-func > b426bc7 go/packages/packagestest: reflect new modules.txt requirements > a943a14 go/analysis/passes/directive: do not report adjoining //go:debug > b020bdb go/callgraph/vta: add type alias test bumping github.com/prometheus/common e54e4df...789222a: > 789222a Merge pull request # 627 from freak12techno/add-time-template-helpers > 6846990 Bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 in /sigv4 (# 639) > b2fc541 Merge branch 'main' into add-time-template-helpers > f93a89e Bump github.com/aws/aws-sdk-go from 1.51.32 to 1.53.14 in /sigv4 (# 638) > 9f1953b chore: review fixes > 3ddc148 Merge pull request # 636 from prometheus/repo_sync > 4f7cf6e Update helpers/templates/convert_to_float.go > 6b9921f Refactored oauth2RoundTripper.RoundTrip (# 634) > 2b9d805 Update common Prometheus files > b9d8f7c Update helpers/templates/humanize_duration.go > a7407da Add support for secret refs (# 572) > 80e630e Update helpers/templates/humamize_duration_test.go > 260bf03 Add common interface to fetch secrets in HTTP client config (# 538) > 270171b chore: fixed go.mod again > 58f58f8 Bump google.golang.org/protobuf from 1.33.0 to 1.34.0 (# 629) > c5c1b1d chore: revert gitignore > 20d77e7 Bump github.com/prometheus/client_model from 0.6.0 to 0.6.1 (# 631) > 5bde41a chore: probably fixed CI > b2390e6 Bump golang.org/x/net from 0.23.0 to 0.24.0 (# 630) > 9248aab feat: add time template helpers > d725e1b Bump golang.org/x/oauth2 from 0.18.0 to 0.19.0 (# 628) > befd598 Bump github.com/aws/aws-sdk-go from 1.51.11 to 1.51.32 in /sigv4 (# 632) > 54517e0 Update common Prometheus files (# 633) > 36303a8 Merge pull request # 416 from roidelapluie/headers > 5c108f8 Bump golang.org/x/net from 0.22.0 to 0.23.0 (# 623) > aeb616a Add HTTP headers support to common HTTP client. > 2cd1b1a Bump golang.org/x/net from 0.22.0 to 0.23.0 in /sigv4 (# 624) bumping knative.dev/serving a0a1ac7...1f7cc48: > 1f7cc48 Log errors in cert rotation test when deleting secret (# 15325) > 2e5d17e Update net-gateway-api nightly (# 15324) > 227975c Update net-istio nightly (# 15323) > 738d0c1 Update net-contour nightly (# 15322) > 4a6c5fc Update net-gateway-api nightly (# 15317) > da1245e upgrade to latest dependencies (# 15320) > de2399a Update net-contour nightly (# 15319) > 368d761 Update net-istio nightly (# 15318) > 62ce45c Update community files (# 15315) > facee04 Update net-istio nightly (# 15313) > 09b4cd3 use cgr.dev/chainguard/static:latest which is nonroot (# 15310) > 30a77d1 Add affinity-rules feature to configmap config-deployment (# 15250) > 10b9152 Update net-gateway-api nightly (# 15307) > 19055d5 upgrade to latest dependencies (# 15306) > 3e53acc Run system-internal-tls tests only for kourier (# 15299) > 5a3aa98 Update net-kourier nightly (# 15303) > 4c71c49 Update net-istio nightly (# 15301) > d3f9a04 Update net-contour nightly (# 15302) > 57d2a26 Update net-gateway-api nightly (# 15300) > bb51203 upgrade to latest dependencies (# 15297) > 2fd8465 [Automated] Update net-gateway-api nightly (# 15292) > 8cf5aba Set controller reconcillers to the correct number in tests (# 15290) > 92c6a63 upgrade to latest dependencies (# 15294) > d1781c5 Update net-contour nightly (# 15291) > 4538823 if revision is inactive, scale to zero instead of waiting for last pod retention (# 15161) > b0dfed2 Update net-istio nightly (# 15287) > 0ddd15e Update net-kourier nightly (# 15283) > f5123b6 upgrade to latest dependencies (# 15277) > a2459ef Update net-istio nightly (# 15281) > f84265a Do not delete ingress Secret in tests for internal tls (# 15280) > f53936b revert headless svc change from k8s private svc (# 15275) > 85d485a Update net-gateway-api nightly (# 15282) > 0b363c0 Update community files (# 15273) > 7fab945 Update net-istio nightly (# 15272) > 4fe029f Remove certmanager integration tests (# 15261) > b15ce9a Test for internal TLS certificate rotation (# 15217) > f7f530d Update net-kourier nightly (# 15265) > b5455c9 upgrade to latest dependencies (# 15264) > fc2ce76 Drop the k8s service name from kubectl get revision output (# 15260) > 71d1654 fix: Fixed liveness periodseconds to 10 so that crashloopback off doesn't happen which causesexpired lease to get stuck. (# 15256) > 57874d7 Update net-contour nightly (# 15246) > 79da324 delete CORS tests from serving (# 15249) > 94c040d Update net-gateway-api nightly (# 15245) > ab5c1a0 Bump actions/download-artifact from 3 to 4 (# 15240) > e42ed25 Update net-contour nightly (# 15204) > a4c98d1 Bump actions/cache from 3 to 4 (# 15242) > 374a644 Bump actions/checkout from 3 to 4 (# 15239) > 45388c0 fix cluster-local routes being stalled when external-domain-tls is enabled (# 15234) > 69c0589 update github actions automatically (# 15225) > 7aa7ed8 Fix e2e script to disable cors policy for Contour tests (# 15235) > e89957c Update net-kourier nightly (# 15229) > 60c003b Update net-istio nightly (# 15230) > fa7eaa2 Cleanup resources from DeploymentFailure upgrade test (# 15227) > 5ebffd5 add pod anti affinity rules to activator component (# 15233) bumping google.golang.org/genproto/googleapis/rpc 0867130...5315273: > 5315273 chore(all): update all (# 1131) > a332354 chore(all): auto-regenerate .pb.go files (# 1130) > d264139 chore(all): update all (# 1128) > dc85e6b chore(all): auto-regenerate .pb.go files (# 1129) > fc5f0ca chore: min Go version to 1.20 (# 1127) bumping golang.org/x/term 46c790f...5f0bb72: > 5f0bb72 go.mod: update golang.org/x dependencies bumping golang.org/x/net d27919b...66e838c: > 66e838c go.mod: update golang.org/x dependencies > 6249541 http2: avoid race in server handler SetReadDeadine/SetWriteDeadline > 603e3e6 quic: disable X25519Kyber768Draft00 in tests > 67e8d0c http2: report an error if goroutines outlive serverTester tests > 5608279 http2: avoid corruption in priority write scheduler > 0d515a5 http2: factor out frame read/write test functions > 9f5b79b http2: drop unused retry function > 03c24c2 http2: use synthetic time in server tests > 022530c http2: add a more full-featured test net.Conn > 410d19e http2: avoid racy access to clientStream.requestedGzip > 332fe23 http2: remove spec coverage test > c1f5833 all: replace deprecated io/ioutil calls > 9545aea http2: clearer distinction between test server types > b1ec120 http2: use implicit synchronization in tests > 49bf2d7 proxy: use strings.TrimSuffix > c87a5b6 http2: set up the timer of closing idle connection after the initialization > 8aa6dbf http2: cancel handler context on stream errors > 2c14f51 http2: drop the gate type > ac99879 webdav: return 409 for PUT without parent collection > 7fa635b http2: avoid panic on h2c upgrade failure bumping github.com/prometheus/client_model d56cd79...571429e: > 571429e Merge pull request # 86 from prometheus/repo_sync > 6fe5007 Merge pull request # 85 from prometheus/repo_sync > cc727ab Update common Prometheus files > 64c33c9 Merge pull request # 84 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.33.0 > bce87c1 Update common Prometheus files > 5c25993 Merge pull request # 82 from prometheus/repo_sync > d954a8a Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 > 01ca24c Merge pull request # 81 from prometheus/repo_sync > bb45f95 Update common Prometheus files > ccd6823 Update common Prometheus files bumping golang.org/x/text 8d533a0...9c2f3a2: > 9c2f3a2 cmd/gotext: fix segfault in extract & rewrite commands > 59e1219 message: optimize lookupAndFormat function for better performance > a20a3e2 x/text: update x/tools for go/ssa range-over-func fix bumping golang.org/x/oauth2 84cb9f7...5fd4241: > 5fd4241 google: update compute token refresh bumping knative.dev/client-pkg 2d1c4c8...8fbea3d: > 8fbea3d Update community files (# 187) > d237eca Update community files (# 186) bumping knative.dev/networking 1d0137a...3b8764c: > 3b8764c upgrade to latest dependencies (# 989) > 85e269d Update community files (# 988) > 41aa208 upgrade to latest dependencies (# 987) > 1b470c4 upgrade to latest dependencies (# 986) > 11202c5 Update community files (# 985) bumping golang.org/x/sys 7d69d98...673e0f9: > 673e0f9 unix: skip ethtool driver test for busy interface > 6943ab6 unix/linux: update glibc to 2.39 > 92f3ad6 unix: update to Linux kernel 6.9 > f34bb9f windows: add net user enum > 6dfb94e unix: add types for SOCK_DIAG bumping knative.dev/pkg 99e1685...339c22b: > 339c22b Add AuthenticatableType duck type (# 3056) > 15e6cdf Bump golang.org/x/tools from 0.21.0 to 0.22.0 (# 3053) > 543dda5 Bump google.golang.org/api from 0.182.0 to 0.183.0 (# 3054) > 9b7c2c5 Bump github.com/prometheus/common from 0.53.0 to 0.54.0 (# 3052) > 8119179 Update community files (# 3050) > 58135c2 Extra logging for leases (# 3049) > fce44ea Maybe fix controller ha (# 3046) > 1709961 Bump google.golang.org/api from 0.181.0 to 0.182.0 (# 3048) > 229e527 fix: downstream tests assume release branch was cut (# 3047) > 7d52a43 drop special logic when handling kubelet probe header for istio mTLS (# 2997) > ff4756a Update community files (# 3044) > 5eeb7ec Skip lease with empty holder (# 3042) bumping google.golang.org/genproto/googleapis/api b8a5c65...d264139: > d264139 chore(all): update all (# 1128) > dc85e6b chore(all): auto-regenerate .pb.go files (# 1129) > fc5f0ca chore: min Go version to 1.20 (# 1127) > 0867130 chore(all): auto-regenerate .pb.go files (# 1125) > 024948a chore(all): update all (# 1126) > 6275950 chore(all): auto-regenerate .pb.go files (# 1124) bumping golang.org/x/mod aa51b25...c0bdc7b: > c0bdc7b modfile: add API for godebug lines > 6686f41 module: add COM0 and LPT0 to badWindowsNames Signed-off-by: Knative Automation <automation@knative.team> |
|
|
543b2b81be
|
Update community files (#1950)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
4689bbc7f9
|
Update community files (#1949)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
db1088227e
|
upgrade to latest dependencies (#1944)
bumping google.golang.org/grpc d32e66c...fa274d7: > fa274d7 Change version to 1.64.0 (# 7218) > 6b413c8 xds: Surround two `Infof` calls that use `pretty.ToJSON` with `V(2)` checks (# 7216) > 2dbbcef resolver/dns: Add docstring to SetMinResolutionInterval (# 7217) > 070d9c7 codes: replace %q to %d in error string when invalid code is an integer (# 7188) > 5d24ee2 xds: store server config for LRS server in xdsresource.ClusterUpdate (# 7191) > c76f686 advancedTLS: Rename get root certs related pieces (# 7207) > f591e3b codec: remove option to suppress setting supported compressors in headers (# 7203) > b4f7947 github: remove dependabot (# 7208) > 0561c78 client: add user-friendly error message of LB policy update timed out (# 7206) > 9d9c1fb peer: remove change detector test (# 7204) > 9d9a96f peer and metadata: Implement the Stringer interface for Peer and Metadata (# 7137) > 911d549 advancedTLS: Combine `ClientOptions` and `ServerOptions` to just `Options` (# 7202) > 4879d51 advancedTLS: Swap to DenyUndetermined from AllowUndetermined in revocation settings (# 7179) > befc29d advancedTLS: Rename {Min/Max}Version to {Min/Max}TLSVersion (# 7173) > f2d6421 test/kokoro: simplify PSM Interop Kokoro buildscripts (# 7171) > 9199290 xds: Move bootstrap config to internal/xds (# 7182) > f167ad6 test: fix possible leaked goroutine in TestDetailedConnectionCloseErrorPropagatesToRpcError (# 7183) > bb9882e Add an optional implementation of streams using generics (# 7057) > a87e923 channelz: fix missing Target on SubChannel type (# 7189) > 273fe14 *: fix typos (# 7178) > c7c8aa8 xds/internal: Replace calls to `Debugf` with `V(2)` checks and `Infof` (# 7180) > 796c615 grpc: update clientStreamAttempt context with transport context (# 7096) > e4a6ce3 Add atollena to MAINTAINERS.md (# 7126) > b433b94 advancedtls: Rename RevocationConfig (# 7151) > 5ab1c1a advancedtls: Add notes about required vs. optional for FileWatcherOptions (# 7165) > 1e8b9b7 stats/opentelemetry: Add OpenTelemetry instrumentation component (# 7166) > dd953fd examples: fix the quickstart link in the routeguide example (# 7162) > 750e1de examples: improve grammar in the interceptor example (# 7163) > 4e8f9d4 advancedtls: fix docstring for VerificationResults (# 7168) > 5a24fc1 xds/internal/xdsclient/xdsresource: Preallocate VirtualHost slice correctly (# 7157) > cb9c22d vet: run staticcheck for all sub modules (# 7155) > d75b5e2 advancedtls: Rename custom verification function APIs (# 7140) > 34de5cf stats/opencensus: Handle PickerUpdated to avoid "Received unexpected stats" error (# 7153) > 34c7675 chore: fix function names in comment (# 7117) > 5fe2e74 advancedtls: Rename VType (# 7149) > 09e6fdd Update docs and examples and tests to use NewClient instead of Dial (# 7068) > 9cf408e *: fix regenerate.sh (# 7139) > 5e0fa76 transport: make nextID accessed inside t.mu only (# 7148) > 54e0a13 transport: misc cleanups (# 7147) > 81d3f06 xds/internal/xdsclient/xdslbregistry: remove unused call to type url (# 7130) > f268126 Send GOAWAY to server on Client Transport Shutdown (# 7015) > 431436d examples: Add custom load balancer example (# 6691) > fc8da03 advancedtls: unexport parts of API not meant to be public (# 7118) > 006e2ba client: Drop two calls to `pretty.ToJSON` and move code outside of lock (# 7132) > a2f8e61 cmd/protoc-gen-go-grpc: reuse route_guide_grpc.pb.go as golden file (# 7134) > 0c6d80c chore: fix lint (# 7133) > b37cd81 xds: Process telemetry labels from CDS in xDS Balancers (# 7116) > a4afd4d deps: remove dependency of github.com/golang/protobuf from main module (# 7122) > afaa301 pb.go: regenerate (# 7123) > 664e852 stats: mark InPayload.Data and OutPayload.Data for deletion (experimental) (# 7121) > adf976b xds: remove -v when running xds e2e tests (# 7120) > 308dbc4 xds/internal/xdsclient: Process string metadata in CDS for com.google.csm.telemetry_labels (# 7085) > 554f107 Makefile: perfect PHONY (# 7076) > 0baa668 test/kokoro: Migrate PSM Interop to Artifact Registry (# 7102) > ec257b4 channelz: pass parent pointer instead of parent ID to RegisterSubChannel (# 7101) > 6fbcd8a cmd/protoc-gen-go-grpc: add change detector test (# 7072) > eb4e411 vet: split vet-proto from vet.sh (# 7099) > 28cccf3 pb.go: regenerate (# 7098) > 879414f deps: move from github.com/golang/protobuf to google.golang.org/protobuf/proto (# 7059) > 8444ae0 resolver/dns: Add SetMinResolutionInterval Option (# 6962) > 59be823 grpc: Deprecate WithBlock, WithReturnConnectionError, FailOnNonTempDialError (# 7097) > c31cec3 Fix: error message using correct keepalive config value (# 7038) > f1cf6bf *: update http2 dependency (# 7081) > b7346ae channelz: fix race accessing channelMap without lock (# 7079) > 4ec8307 cmd/protoc-gen-go-grpc: replace usages of deprecated API (# 7071) > feb968b build(deps): bump the github-actions group with 2 updates (# 7069) > 17d1039 grpc: Export header list sizes in DialOption and ServerOption (# 7033) > ba1bf9e deps: update dependencies for all modules (# 7061) > 57e4391 googlec2p: use the bootstrap parsing code to generate parsed bootstrap config instead of handcrafting it (# 7040) > fc3f327 channelz: refactor to move proto API to a separate package (# 7065) > b78c0eb examples: Update features/encryption/README.md file (# 7045) > c003fdf channelz: add LocalAddr to listen sockets and test (# 7062) > a975978 cmd/protoc-gen-go-grpc: don't emit const blocks for services with no methods (# 7055) > eb5828b protoc: Change protoc to include generated call option (# 6960) > cce1632 Change version to 1.64.0-dev (# 7052) bumping knative.dev/eventing 1572967...0e14da4: > 0e14da4 fix(test): the attribute filter transform test correctly compares slices now (# 7931) > 5355171 Fix trust bundle propagation (# 7924) > 15be248 CrossNamespace: Data Plane Changes for Broker Filter (# 7913) > 34f9e43 CrossNamespace: Control Plane Changes for Trigger (# 7889) > 308e6b6 SubjectAccessReviews resources correction (# 7925) > 9cdc7ba CrossNamespace: Update knsubscribe permissions (# 7926) > dbaaedc [main] Update actions (# 7923) > 3ea1900 [main] Upgrade to latest dependencies (# 7922) > 3189fc2 Add attribute filter transform function (# 7909) > 3541408 Make transport-encryption a Beta feature (# 7915) > 884f0da Adding uname name mapping for x86_64 in hack/install.sh (# 7917) > 6b6f6d1 Sequence and Parallel: announce correct OIDC identities in authstatus (# 7902) > 58d7920 Fix IMC metrics for transport encryption (# 7904) > 4358574 CrossNamespace: Testing Code Style (# 7918) > 4951b74 [main] Upgrade to latest dependencies (# 7920) bumping knative.dev/networking 25012a4...1d0137a: > 1d0137a upgrade to latest dependencies (# 984) > 507209b Update actions (# 982) > 4e598f4 upgrade to latest dependencies (# 981) > b31855c upgrade to latest dependencies (# 980) bumping google.golang.org/api 6feeaaf...4b79cc4: > 4b79cc4 chore(main): release 0.181.0 (# 2582) > c3f4828 feat(all): auto-regenerate discovery clients (# 2589) > 7d13175 chore: update min version to 1.20 (# 2588) > 86c9521 feat(all): auto-regenerate discovery clients (# 2587) > afc4685 feat(all): auto-regenerate discovery clients (# 2586) > 4177d21 chore(all): update all (# 2584) > e35f76f feat(all): auto-regenerate discovery clients (# 2585) > 7b18e5d feat(all): auto-regenerate discovery clients (# 2583) > 6923ec8 feat(all): auto-regenerate discovery clients (# 2581) bumping knative.dev/client-pkg dfb0087...2d1c4c8: > 2d1c4c8 Update actions (# 184) bumping google.golang.org/genproto/googleapis/rpc 8cf5692...0867130: > 0867130 chore(all): auto-regenerate .pb.go files (# 1125) > 024948a chore(all): update all (# 1126) > 6275950 chore(all): auto-regenerate .pb.go files (# 1124) > b8a5c65 chore(all): update all (# 1123) bumping google.golang.org/genproto/googleapis/api 8c6c420...b8a5c65: > b8a5c65 chore(all): update all (# 1123) > 8cf5692 chore(all): update all (# 1122) bumping knative.dev/pkg b1fd04d...99e1685: > 99e1685 Bump google.golang.org/api from 0.180.0 to 0.181.0 (# 3041) > b5507d9 Bump google.golang.org/grpc from 1.63.2 to 1.64.0 (# 3040) > a6bf0be Bump cloud.google.com/go/storage from 1.40.0 to 1.41.0 (# 3039) > 4a9c38d Update actions (# 3037) > 11a3d46 Add composite ConfigStore to combine multiple ConfigStore (# 3027) bumping knative.dev/serving 3789ff9...a0a1ac7: > a0a1ac7 Update net-gateway-api nightly (# 15228) > 93c3c79 upgrade to latest dependencies (# 15224) > 3aa9210 Update net-kourier nightly (# 15219) > 0d0d1e0 Update net-gateway-api nightly (# 15218) > c9b17b2 Update net-istio nightly (# 15220) > 639f7aa Update net-istio nightly (# 15213) > 3b35f54 change private K8s service to be a headless service (# 15170) > f2c7238 Update actions (# 15215) > 985cf2b Update net-gateway-api nightly (# 15214) > 38e22f9 Update net-kourier nightly (# 15212) > 11792fc Update net-kourier nightly (# 15206) > 0c301bb upgrade to latest dependencies (# 15209) > 36d41ca Update net-gateway-api nightly (# 15205) > 5624a46 Update net-istio nightly (# 15207) > 40088e3 upgrade to latest dependencies (# 15201) > ac5e504 Add e2e test for Contour when CORS policy is enabled (# 15188) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
c33efaa4ec
|
Update actions (#1945)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
32b71b6dce
|
upgrade to latest dependencies (#1942)
bumping golang.org/x/tools 11c692e...cc29c91:
> cc29c91 go.mod: update golang.org/x dependencies
> 397fef9 gopls/internal/protocol: add links to LSP spec
> e2a352c internal/refactor/inline: extensible API
> c16c816 go/analysis/passes/stdversion: test *.go < go.mod version
> 629a7be go/analysis/analysistest: stricter errors and GOWORK setting
> 4db1697 go/packages/packagestest: fold modules_111.go into modules.go
> ccdef3c gopls/internal/golang: fix nil panic in InlayHint
> 74c9cfe go/analysis: add Pass.ReadFile
> 5ef4fc9 gopls/internal/golang/completion: fix the isEmptyInterface predicate
> 77f691b internal/gcimporter: use Alias.Rhs, not unsafe hack
> 0b45163 gopls/internal/cache: use language versions when validating Go version
> 3c49bb7 gopls: normalize logging attributes
> 2fa621c gopls/internal/golang: fix resolution of in-package implementations
> bcec099 internal/refactor/inline: remove eta abstraction inlining assignments
> fcea13b toolstash: errors output should match errors guarded
> b00d49e internal/refactor/inline: don't assume strings.Index calls internal/bytealg
> 1523441 gopls/internal/cache: add more assertions for golang/go# 60890
> 440f3c3 internal/aliases: expose Enabled
> a363d11 go/types/typeutil: replace interface{} with any (cleanup)
> e8c9d81 go/analysis/passes/tests: Use ReportRangef to refactor some code in checkTest
> 97ea816 all: fix some typos in comments
> 8db95b7 gopls/internal/golang: check the comment range before emiting semantic tokens
> daf9460 Revert "gopls/internal/test/integration/misc: reenable staticcheck test"
> 618670d gopls/internal/test/integration/misc: reenable staticcheck test
> 2debfbe internal/testfiles: add a helper package for test files
> c17402c gopls: fix a couple places where temporary files are not removed
> ee61fb0 go/packages: fix issue number typo in TestIssue37629
> 3735585 gopls/internal/settings: deprecate "allowImplicitNetworkAccess"
> f4888c5 gopls/internal/settings: remove support for "allowModfileModifications"
> d857e85 gopls/internal/settings: enable semantic tokens by default
> 3f74dc5 gopls/internal/settings: remove experiments
> e716599 cmd/goimports: support workspace vendoring
> 7c7d7db gopls/internal/golang: allow "query" CodeActions on generated files
> cb134f5 gopls/internal/golang: RenderPkgDoc: elide parameters 4+ in index
> c5094cc internal/imports: a step towards making tests hermetic
> 5e04895 gopls/internal/settings: update stale documentation for "symbolScope"
> 0c3722a doc: enforce gotypesalias=0 behavior until go1.23
> dd0410f go/packages: stop loading packages when context is done
> dcccb2d x/tools: make tests agnostic as to whether gotypesalias="" => 0 or 1
> 46a0401 gopls: eliminate the hooks package
> e388fff gopls/internal/server: don't reset views if configuration did not change
> d034ae1 gopls/internal/cmd: check: print RelatedInformation
> 3c000ca gopls/doc: relnote for hover & definition over doc links
> c859ee9 gopls/internal/test/marker: fix {hover/def}/comment tests
> 9cef8b1 go/callgraph/cha: more precise resolution of unexported methods
> 0cc2ffd gopls/internal/cache: fail loudly on command-line-arguments modules
> c3c5164 gopls/internal/golang: support hover and definition operations over doc links
> da3408b go/analysis/passes/printf: elaborate the documentation
> 198a0a8 imports: prefer math/rand/v2 over math/rand
> 79df971 gopls/internal/server: avoid duplicate diagnoses and loads
> bcd607e gopls/internal/cache: don't log packages when selectively reloading
> 6f92c83 gopls: reduce noisy error messages
> c4c0bf9 gopls/internal/test: skip integration tests on linux-ppc64-power9osu
> b4b8186 internal/apidiff: support materialized aliases
> 3520955 go/types/typeutil: implement correct hashing of aliases
> f6298eb gopls/internal/cache: add debug assertions to refine golang/go# 66732
> f41d27e gopls/internal/cache: avoid panic when the primary diagnostic is broken
> c0ab013 go/packages: doc: type symbols are consistent only within one Load
> 564c0e9 gopls/internal/telemetry/cmd/stacks: improve summary
> de6db98 internal/check: filter out too-new Go versions for type checking
> 5c3c2ff gopls/internal/golang: RenderPkgDoc: fix anchors for promoted methods
> 8a0c6e2 gopls/internal/server: report HTTP panics via telemetry
> c7b6b8d gopls/internal/cache: analysis: repair start/end and refine bug report
> cb3eb43 internal/test/integration: parse flags earlier
> 4794229 gopls/internal/golang: RenderPkgDoc: add <title> element
> 2db5a34 gopls/internal/golang: RenderPkgDoc: navigational <select>
bumping google.golang.org/api 707b9b2...6feeaaf:
> 6feeaaf chore(main): release 0.180.0 (# 2579)
> e92e3ed chore: regen libraries (# 2580)
> 6604a5d feat(all): auto-regenerate discovery clients (# 2578)
> 9fdd500 chore(main): release 0.179.0 (# 2574)
> 090ff6c fix: bump auth to v0.4.1 (# 2577)
> a784ae0 feat(all): auto-regenerate discovery clients (# 2575)
> 887c564 feat(all): auto-regenerate discovery clients (# 2573)
> 64ed0f8 chore(main): release 0.178.0 (# 2562)
> 0c976dc feat(all): auto-regenerate discovery clients (# 2571)
> 8c74bb8 feat(gen): Add internaloption.EnableNewAuthLibrary (# 2519)
> b5ae946 chore(all): update all (# 2569)
> f2da582 feat(all): auto-regenerate discovery clients (# 2570)
> d922e3b feat(all): auto-regenerate discovery clients (# 2568)
> 76b27f1 feat(all): auto-regenerate discovery clients (# 2567)
> 5e44215 docs: update commit style in CONTRIBUTING (# 2566)
> 0843d21 feat(all): auto-regenerate discovery clients (# 2565)
> fe54ffd feat(google-api-go-client): add x-goog-api-version header (# 2563)
> b313e4b feat(all): auto-regenerate discovery clients (# 2564)
> 2d22d11 feat(all): auto-regenerate discovery clients (# 2561)
> a11ef60 chore(main): release 0.177.0 (# 2545)
> e6e5ac5 chore(all): update all (# 2552)
> 3eb92f1 fix: temp patch cloud.google.com/go ambiguity (# 2560)
> 1b6db6c fix: split large compute file up (# 2546)
> fb153c0 feat(all): auto-regenerate discovery clients (# 2556)
> a5d7734 chore(deps): disable otel updates until Go 1.21 (# 2554)
> 2f46e14 feat(all): auto-regenerate discovery clients (# 2553)
> 4418f5f feat(all): auto-regenerate discovery clients (# 2551)
> f9bf96d feat(all): auto-regenerate discovery clients (# 2550)
> 32a5d10 feat(all): auto-regenerate discovery clients (# 2548)
> 2f2505b feat: reduce code size by 29% (# 2544)
> 64f40ff chore(main): release 0.176.1 (# 2542)
> 8d0b2b5 fix(transport/http): pass through base transport (# 2541)
> 81ccc7e chore(main): release 0.176.0 (# 2536)
> 6825bb8 feat(all): auto-regenerate discovery clients (# 2540)
> 30d8c87 feat(all): auto-regenerate discovery clients (# 2538)
> 773fe01 feat(all): auto-regenerate discovery clients (# 2537)
> 5a78abe fix: default defaultEndpointTemplate (# 2535)
> 67a5d6d chore(main): release 0.175.0 (# 2527)
> d64b1d0 fix: various auth transition bugs (# 2533)
> 9622a0d feat(all): auto-regenerate discovery clients (# 2529)
> f662ab7 fix: bump auth deps (# 2528)
> ec3a580 feat(all): auto-regenerate discovery clients (# 2526)
> f8960e3 chore(main): release 0.174.0 (# 2521)
> 0f0a2f0 fix(internal): set scopes for new auth flow (# 2525)
> f49960d feat(all): auto-regenerate discovery clients (# 2524)
> 4054271 feat: add hooks in for new auth library (# 2228)
> 46fc56a chore(main): release 0.173.0 (# 2495)
> 053d45a chore(all): update module github.com/google/go-github/v59 to v61 (# 2512)
> bf1c054 feat(all): auto-regenerate discovery clients (# 2520)
> 85b4e90 feat(all): auto-regenerate discovery clients (# 2516)
> b71b80f feat(all): auto-regenerate discovery clients (# 2515)
> 4826df4 feat(all): auto-regenerate discovery clients (# 2514)
> 3e03de3 feat(all): auto-regenerate discovery clients (# 2513)
> 4e450ec feat(option): add support for env var GOOGLE_CLOUD_UNIVERSE_DOMAIN (# 2509)
> 0ff027b feat(all): auto-regenerate discovery clients (# 2510)
> caf5b3f feat(all): auto-regenerate discovery clients (# 2508)
> 3daccec feat(all): auto-regenerate discovery clients (# 2506)
> baa809b feat(all): auto-regenerate discovery clients (# 2505)
> 7ec3ef8 feat(all): auto-regenerate discovery clients (# 2504)
> c786111 chore(all): update all to 454cdb8 (# 2502)
> 6ee6a57 feat(all): auto-regenerate discovery clients (# 2503)
> cdac273 feat(all): auto-regenerate discovery clients (# 2501)
> 5b9019f feat(all): auto-regenerate discovery clients (# 2500)
> 4ebe65e feat(all): auto-regenerate discovery clients (# 2499)
> a48e9de feat(all): auto-regenerate discovery clients (# 2494)
bumping golang.org/x/term 5b15d26...46c790f:
> 46c790f go.mod: update golang.org/x dependencies
bumping github.com/prometheus/client_golang 77d4003...6e3f4b1:
> 6e3f4b1 Cut 1.19.1 (# 1494)
> cad1bfa Merge pull request # 1454 from prometheus/small-nits
> 0aa8c9f Rephrase incompatibility with common v0.48.0
bumping knative.dev/networking 979f637...25012a4:
> 25012a4 upgrade to latest dependencies (# 979)
> 8167799 upgrade to latest dependencies (# 977)
> a282917 Update community files (# 978)
> d2ba339 upgrade to latest dependencies (# 976)
> 6886f78 Update community files (# 975)
> 9188dac Remove requestDelay flag for tests (# 972)
> 24ed062 Update test dialer to use ip when available (# 970)
> 5f9768c Update community files (# 969)
bumping golang.org/x/oauth2 d0e617c...84cb9f7:
> 84cb9f7 oauth2: fix typo in comment
> 4b7f0bd go.mod: update cloud.google.com/go/compute/metadata dependency
> e11eea8 microsoft: added DeviceAuthURL to AzureADEndpoint
bumping google.golang.org/genproto/googleapis/rpc 94a12d6...8cf5692:
> 8cf5692 chore(all): update all (# 1122)
> 8c6c420 chore(all): update all to 7cd4c1c (# 1111)
> 79826c8 chore(all): auto-regenerate .pb.go files (# 1112)
> 7cd4c1c chore(all): auto-regenerate .pb.go files (# 1110)
> 26222e5 chore(all): update all (# 1109)
> 6f501c4 chore(all): auto-regenerate .pb.go files (# 1107)
> c3f9821 chore(all): update all (# 1108)
> 454cdb8 chore(all): auto-regenerate .pb.go files (# 1106)
> beb30f4 chore(all): auto-regenerate .pb.go files (# 1101)
> 64ea030 chore(all): update all (# 1105)
bumping google.golang.org/protobuf ec47fd1...4a76e11:
> 4a76e11 all: release v1.34.1
> 9d9d8d3 encoding/proto[json|text]: accept lower case names for group-like fields
> 6c3ebca all: update to protobuf 27.0-rc1 and regenerate protos
> 2939520 all: start v1.34.0-devel
> 242df22 all: release v1.34.0
> c2b76ee all: fix deprecated
> e4ad8f9 types/gofeaturespb: move go_feature.proto to be consistent with out languages
> c2a26e7 encoding/{protojson,prototext}: strengthen wording on stability
> d0f77ae proto: ensure MarshalOptions are plumbed to all Size calls
>
|
|
|
b50020d50d
|
Update community files (#1943)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
66ddaf63ae
|
Assigning nodes to knative services (#1924)
* node selector changes * adding nodeselector and node affinity (only required) * changing type for toleration and affinity * handling panic * handling panic * handling panic * handling panic * handling panic * adding preferred node affinity support * adding preferred node affinity support * adding test cases, accepting multiple whitespace separated values for nodeaffinity * adding test cases, accepting multiple whitespace separated values for nodeaffinity * updating docs * updating docs Signed-off-by: Shashankft9 <shanky.337marchss@gmail.com> * adding experimental flags section * basic setup with experimental features working, removing general subsection in favour of original code * Revert "basic setup with experimental features working, removing general subsection in favour of original code" This reverts commit 793718e51065d6c05f044c5d172c52caf79aac0a. * Revert "adding experimental flags section" This reverts commit 4f844f23b77f842579e7d3a1a0057b6c95f9e4bb. * doc nits * tests added, docs sanitised Signed-off-by: Shashankft9 <shanky.337marchss@gmail.com> * adding feature flag message for pvc Signed-off-by: Shashankft9 <shanky.337marchss@gmail.com> * fixing lint and code analyzer issues Signed-off-by: Shashankft9 <shanky.337marchss@gmail.com> * whitespace fixes and feature flag doc change * whitespace fixes and feature flag doc change * whitespace fixes and feature flag doc change * whitespace fixes and feature flag doc change --------- Signed-off-by: Shashankft9 <shanky.337marchss@gmail.com> |
|
|
5d161a341d
|
Update community files (#1940)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
6a1449c2e8
|
upgrade to latest dependencies (#1939)
bumping knative.dev/eventing 4139fdf...e23ebab: > e23ebab Reconcile trigger on OIDC service account changes only, if SA references a trigger for correct broker class (# 7849) > ea14296 fix: remove duplicate configMaps (# 7847) > 4ba426c [main] Upgrade to latest dependencies (# 7850) bumping knative.dev/serving e8d8610...afc8a59: > afc8a59 Update net-gateway-api nightly (# 15159) > f328f96 Update net-gateway-api nightly (# 15158) > 0a999c4 Update net-certmanager nightly (# 15157) > 7b6fc7b re-enable contour gateway tests (# 15150) > f65df07 feat: bubble up kcert status message when it's failed (# 14962) > e4d8139 cleanup service after tests completes (# 15147) > 076cd07 upgrade to latest dependencies (# 15155) > 5128114 Update net-contour nightly (# 15152) > 5943c7a Update net-istio nightly (# 15151) bumping knative.dev/client-pkg f983484...2bc8139: > 2bc8139 upgrade to latest dependencies (# 180) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
29568833dc
|
upgrade to latest dependencies (#1937)
bumping knative.dev/client-pkg a82272d...f983484: > f983484 Remove license dir (# 178) > 08c9dcb Update community files (# 179) > 6ae69d2 upgrade to latest dependencies (# 176) bumping knative.dev/serving c120704...e8d8610: > e8d8610 Update net-kourier nightly (# 15153) > 531e7d8 [Automated] Update net-gateway-api nightly (# 15136) > 023022a Disable logstream so the Github Action Log Viewer works (# 15146) > 8c91dcf Update net-contour nightly (# 15144) > 40ec5af bump istio,contour,cert-manager (# 15141) > c21fb03 Update net-istio nightly (# 15143) > 7a01ca9 Update net-certmanager nightly (# 15142) > 96fe770 Update net-istio nightly (# 15139) > e64a7e6 Update net-kourier nightly (# 15140) > 2d57e34 Update net-contour nightly (# 15138) > e3b616b Update net-certmanager nightly (# 15137) > 2c23d5a upgrade to latest dependencies (# 15130) > 0196ecc Update community files (# 15135) > e4cef66 Update net-gateway-api nightly (# 15132) bumping knative.dev/eventing f9d8dea...4139fdf: > 4139fdf [main] Update community files (# 7845) > 6585a2b [main] Upgrade to latest dependencies (# 7843) bumping knative.dev/networking a40d058...979f637: > 979f637 [release-1.14] Update test dialer to use ip when available (# 971) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
46beff542b
|
Fix for already ready ksvc (#1925) | |
|
da50d997de
|
Update community files (#1936)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
80f5a9a468
|
Populate container.SecurityContext.RunAsUser when --user flag is used (#1927)
* Populate container.SecurityContext.RunAsUser when --user flag is used * unit test change to use security-context and user flags together |
|
|
7ebac24b8d
|
upgrade to latest dependencies (#1932)
bumping golang.org/x/term c5eaf76...5b15d26:
> 5b15d26 go.mod: update golang.org/x dependencies
bumping google.golang.org/grpc 9952aa8...d32e66c:
> d32e66c Change version to 1.63.2 (# 7104)
> 92f6dd0 channelz: pass parent pointer instead of parent ID to RegisterSubChannel (# 7101)
> 0f6ef0f grpc: un-deprecate Dial and DialContext
> 58dc749 Change version to 1.63.1-dev (# 7051)
> c68f456 Change version to 1.63.0 (# 7050)
> 6369167 *: update http2 dependency (# 7082)
> 8854761 cherry-pick: channelz: fix race accessing channelMap without lock (# 7079) (# 7080)
> e62770d channelz: add LocalAddr to listen sockets and test (# 7062) (# 7063)
> 4ffccf1 googlec2p: use xdstp style template for client LDS resource name (# 7048)
> faf9964 gracefulswitch: add ParseConfig and make UpdateClientConnState call SwitchTo if needed (# 7035)
> 800a8e0 channelz: re-add state for subchannels (# 7046)
> dadbbfa channelz: re-add target and state (# 7042)
> 55cd7a6 channelz: major cleanup / reorganization (# 6969)
> a1033b1 xds: add LRS named metrics support (# 7027)
> 4f43d2e chore: remove repetitive words (# 7036)
> 7c37770 grpc: clean up doc strings and some code around Dial vs NewClient (# 7029)
> c808322 chore: expose `NewClient` method to end users (# 7010)
> c31fce8 Update github.com/golang/protobuf and google.golang.org/protobuf modules (# 7028)
> 55341d7 xdsclient: correct logic used to suppress empty ADS requests on new streams (# 7026)
> f7c5e6a DNS resolving with timeout (# 6917)
> 815e2e2 build(deps): bump the github-actions group with 1 update (# 7014)
> 2a617ca experimental: re-split message/service pb imports (# 7011)
> 99ded5c examples: update deps of observability example to gcp/observabliity@v1.0.1 (# 7009)
> e978e43 gcp/observability: update stackdriver dependency to remove dep on prometheus (# 7008)
> 27c5d98 deps: update dependencies for all modules (# 7007)
> 90fc697 xdsclient: use dataplane authority for virtualhost lookup (# 6997)
> c267d5b grpc: add clientconn.CanonicalTarget() to return the canonical target string (# 7006)
> 51f9cc0 deps: move from github.com/golang/protobuf to google.golang.org/protobuf/proto (# 6961)
> eb08be4 github: add Go 1.22 testing (# 7005)
> eb880d5 replace github.com/cncf/udpa/go by github.com/cncf/xds/go (# 7001)
> 5ccf176 rpc_util: Fix RecvBufferPool deactivation issues (# 6766)
> 76a23bf fix enabling compression by trimming whitespaces in accept encoding header (# 6952)
> 7525e98 test: add test for invalid streamID (# 6940)
> c63d925 examples: fix typo in url (# 6978)
> 40d6adb transport: Make error-handling for bad HTTP method consistent between HTTP/2 server transport and handler server transport (# 6989)
> 3c2a44d transport: when using write buffer pooling, use input size instead of size*2 (# 6983)
> 3ae77e6 grpc: Canonicalize string returned by ClientConn.Target() and resolver.Address.String() (# 6923)
> 29997a0 grpc: Add StaticMethod CallOption (# 6926)
> 28d78d4 *: forbid the use of time.After (# 6985)
> 408139a security/advancedtls: CRL checks improvement (# 6968)
> f94be9b Set the security level of Windows named pipes to NoSecurity (# 6956)
> 05db80f server: wait to close connection until incoming socket is drained (with timeout) (# 6977)
> f135e98 xds/internal/xdsclient: Add comments for exported types (# 6972)
> f8eef63 Change version to 1.63.0-dev (# 6976)
bumping knative.dev/hack 47368d6...1133b37:
> 1133b37 Update community files (# 378)
bumping golang.org/x/sys 360f961...cabba82:
> cabba82 windows: use uint32 for serial comm flags for consistency
> 1a50d97 windows: add serial comm functions
> 95f07ec x/sys/windows: add func windows.DisconnectNamedPipe(handle Handle) (err error)
> 4be02d3 unix: expose mmap calls on z/OS
bumping google.golang.org/genproto/googleapis/api a219d84...6e1732d:
> 6e1732d chore(all): auto-regenerate .pb.go files (# 1098)
> 9694c77 chore(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /googleapis/api/apikeys (# 1099)
> ace143d chore(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /googleapis/api/servicemanagement (# 1100)
> c811ad7 chore(all): update all (# 1097)
bumping knative.dev/client-pkg 6984d81...a82272d:
> a82272d upgrade to latest dependencies (# 172)
> 9ae7591 Update community files (# 175)
> eff7cfd Update community files (# 171)
> 2dec068 🐞 Pass hacked stdin, and don't pass stdout to bubbletea (# 174)
bumping golang.org/x/mod 766dc5d...aa51b25:
> aa51b25 modfile: do not collapse if there are unattached comments within blocks
> 87140ec sumdb/tlog: make NewTiles only generate strictly necessary tiles
> 18d3f56 modfile: fix crash on AddGoStmt in empty File
bumping golang.org/x/net 7ee34a0...7bbe320:
> 7bbe320 go.mod: update golang.org/x dependencies
> c48da13 http2: fix TestServerContinuationFlood flakes
> 762b58d http2: fix tipos in comment
> ba87210 http2: close connections when receiving too many headers
> ebc8168 all: fix some typos
> 3678185 http2: make TestCanonicalHeaderCacheGrowth faster
> 448c44f http2: remove clientTester
> c7877ac http2: convert the remaining clientTester tests to testClientConn
> d8870b0 http2: use synthetic time in TestIdleConnTimeout
> d73acff http2: only set up deadline when Server.IdleTimeout is positive
> 89f602b http2: validate client/outgoing trailers
> 6e2c99c http2: allow testing Transports with testSyncHooks
> 9e0498d http2: use synthetic timers for ping timeouts in tests
> 31d9683 http2: mark several testing functions as helpers
> 12ddef7 http2: reject DATA frames after 1xx and before final headers
> d600ae0 http2: add testClientConn for testing client RoundTrips
> 57a6a7a http2: prevent uninitialized pipe from being written
> ea095bc http2: only set up positive deadlines
> 8c07e20 httpproxy: allow any scheme
> ab271c3 http2: add IdleConnTimeout to http2.Transport
bumping golang.org/x/oauth2 85231f9...d0e617c:
> d0e617c google: add Credentials.UniverseDomainProvider
> 3c9c1f6 oauth2/google: fix the logic of sts 0 value of expires_in
> 5a05c65 oauth2/google: fix remove content-type header from idms get requests
> 3a6776a appengine: drop obsolete code for AppEngine envs <=Go 1.11
bumping google.golang.org/api a28dfbd...707b9b2:
> 707b9b2 chore(main): release 0.172.0 (# 2486)
> 77cc7d0 feat(all): auto-regenerate discovery clients (# 2492)
> 18f643a chore(all): update all to 94a12d6 (# 2489)
>
|
|
|
6ebd9ab5e5
|
Remove license dir (#1934)
* Remove license dir * Run go mod tidy |
|
|
04e1291d9f
|
Update community files (#1933)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
cbb6f5cd2f
|
Fix client-pkg import paths (#1931)
* Fix client-pkg import paths * Fix imports |
|
|
5c152bd085
|
Add completion support for fish and powershell (#1929) | |
|
f28ddc0c1e
|
Update community files (#1930)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
c4629584a8
|
Fix wait-loop in domain E2E test (#1919)
* WIP: E2E test wait loop debug * Remove additional single quotation marks |
|
|
9ef220cd45
|
upgrade to latest dependencies (#1923)
bumping github.com/golang/protobuf 5d5e8c0...75de7c0: > 75de7c0 Merge pull request # 1597 from golang/updatedesc > b7697bb all: update descriptor.proto to latest version bumping google.golang.org/genproto/googleapis/api b0ce06b...37d4d3c: > 37d4d3c chore(all): update all (# 1089) > df926f6 chore(all): auto-regenerate .pb.go files (# 1092) > 05fd2b7 chore(all): Update to google.golang.org/genproto/googleapis/rpc without backreference (# 1093) > 1f18d85 chore(all): Drop submodule backreferences (# 1087) > 6ceb2ff chore: make vet script less error prone (# 1091) > c5ed0a4 chore(all): auto-regenerate .pb.go files (# 1084) > 9b9be74 chore: updates for Go 1.22 (# 1090) bumping google.golang.org/genproto/googleapis/rpc 37d4d3c...a219d84: > a219d84 chore(all): auto-regenerate .pb.go files (# 1096) > 29370a3 chore(all): auto-regenerate .pb.go files (# 1095) > 790db91 chore(all): auto-regenerate .pb.go files (# 1094) bumping knative.dev/eventing 0604334...63068bd: > 63068bd [main] Upgrade to latest dependencies (# 7794) > acc6385 [main] Update community files (# 7787) > c7db5cb Reduce the scope for the Config validation webhook to only the `knative-eventing` namespace. (# 7792) bumping knative.dev/serving d0529c2...da63b4a: > da63b4a Update net-gateway-api nightly (# 15022) > ffd2796 upgrade to latest dependencies (# 15020) > edcb471 Update community files (# 15012) bumping google.golang.org/api 9c2cde8...cb0f433: > cb0f433 chore(main): release 0.170.0 (# 2459) > 5537676 feat(all): auto-regenerate discovery clients (# 2471) > cca46fb chore(deps): bump google.golang.org/protobuf (# 2470) > 67f16b6 feat(all): auto-regenerate discovery clients (# 2468) > de61eb7 feat(all): auto-regenerate discovery clients (# 2466) > 73e8b66 chore(all): update all (# 2462) > cc19990 chore(deps): ignore google/go-github package updates (# 2465) > c3a2f34 feat(all): auto-regenerate discovery clients (# 2464) > e938bf1 feat(all): auto-regenerate discovery clients (# 2461) > dc4811a feat(all): auto-regenerate discovery clients (# 2460) > fb2b816 feat(all): auto-regenerate discovery clients (# 2458) bumping knative.dev/networking f56f3aa...6956634: > 6956634 upgrade to latest dependencies (# 948) > e1796e7 Update community files (# 947) bumping knative.dev/hack b9f6bf0...424e75e: > 424e75e Update community files (# 374) bumping google.golang.org/grpc d715b2e...9952aa8: > 9952aa8 Change version to 1.62.1 (# 7020) > d7334c4 fix enabling compression by trimming whitespaces in accept encoding header (# 6952) > d076e14 rpc_util: Fix RecvBufferPool deactivation issues (# 6766) > 9d981b0 cherry-pick # 6997 to 1.62.x release branch (# 6979) (# 7018) > 7c4b553 Switch version to 1.62.1-dev (# 6995) bumping knative.dev/pkg adefab4...db6f3b0: > db6f3b0 Bump google.golang.org/api from 0.169.0 to 0.170.0 (# 2992) > 4e6f7e4 Bump github.com/golang/protobuf from 1.5.3 to 1.5.4 (# 2993) > 66842ae Bump google.golang.org/grpc from 1.62.0 to 1.62.1 (# 2991) > 3d1e17c Bump cloud.google.com/go/storage from 1.39.0 to 1.39.1 (# 2990) > 9f523e2 Update community files (# 2988) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
8979cbdade
|
Update community files (#1918)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
03e551617b
|
upgrade to latest dependencies (#1921)
bumping knative.dev/serving 3504239...d0529c2: > d0529c2 Update net-certmanager nightly (# 15015) > cd1e144 Update net-kourier nightly (# 15017) > 6a15707 Update net-gateway-api nightly (# 15016) > 8e7a61c Set e2e scripts to test Gateway API and Contour (# 14999) > e053fe2 Update net-istio nightly (# 15018) > e640345 Update net-contour nightly (# 15008) bumping knative.dev/eventing bbb9051...0604334: > 0604334 Replace all usages of deprecated wait.PollImmediate with wait.PollUntilContextTimeout (# 7786) > b644dad [main] Upgrade to latest dependencies (# 7785) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
bc749d423d
|
Lower required Codecov coverage (#1920) | |
|
0cf5aebdda
|
upgrade to latest dependencies (#1916)
bumping golang.org/x/oauth2 ebe81ad...85231f9:
> 85231f9 go.mod: update golang.org/x dependencies
> 34a7afa google/externalaccount: add Config.UniverseDomain
> 95bec95 google/externalaccount: moves externalaccount package out of internal and exports it
bumping google.golang.org/genproto/googleapis/rpc 1f4bbc5...37d4d3c:
> 37d4d3c chore(all): update all (# 1089)
> df926f6 chore(all): auto-regenerate .pb.go files (# 1092)
> 05fd2b7 chore(all): Update to google.golang.org/genproto/googleapis/rpc without backreference (# 1093)
> 1f18d85 chore(all): Drop submodule backreferences (# 1087)
> 6ceb2ff chore: make vet script less error prone (# 1091)
> c5ed0a4 chore(all): auto-regenerate .pb.go files (# 1084)
> 9b9be74 chore: updates for Go 1.22 (# 1090)
> b0ce06b chore(all): update all (# 1088)
> 012b6fc chore(all): update all (# 1086)
> 31a09d3 chore(all): update all (# 1085)
bumping k8s.io/klog/v2 6ded808...007e661:
> 007e661 textlogger: allow caller to override stack unwinding
> 2d08296 Merge pull request # 396 from pohly/slog-helper
> 2086216 Merge pull request # 393 from kaisoz/add-safeptr
> e4deee8 slog: use main logr package instead of logr/slogr
> 8dd3f2e Merge pull request # 395 from pohly/readme-update
> 881fa0b Add SafePtr wrapper
> 5d1d2d5 add SetSlogLogger
> 761b630 Merge pull request # 394 from pohly/owners-update
> d3dd725 docs: clarify relationship between different features
> e3f75b8 Merge pull request # 384 from pohly/slog
> 39afdba dependencies: logr v1.4.1
> f33bd6c OWNERS: remove serathius, add mengjiao-liu, promote pohly
> 02e7b69 Merge pull request # 391 from pohly/with-name-output
> 44eadc3 add slog support
> b588475 Merge pull request # 380 from pohly/golangci-lint-action
> 009a04a output: handle WithName like zapr does
> cc856bb update to logr 1.3.0
> edee20c Merge pull request # 392 from pohly/promote-experimental
> 1a0dfc5 github: run golangci-lint via action
> 61b308a Merge pull request # 390 from pohly/go-vet-print
> 18cdd3a promote experimental code to stable
> ef25537 fix revive issues
> 6632ba5 Merge pull request # 376 from pohly/stderr-threshold-docs
> 6af4ad1 testing: bump Go version matrix
> a4f9060 fix golangci-lint issues
> ff82b97 Merge pull request # 379 from lowang-bh/fixWarning
> 3838dbc stderrthreshold: fix flag comment
> b394f4b enable "go vet" checks for parameters
> 5ac9b76 Merge pull request # 378 from aimuz/fix-370
> 6c35c6a resolve comments warning
> 1e2789b fix: SetLogger via klog.SetLogger will output an unexpected newline
bumping knative.dev/client-pkg 2c46c44...ca457df:
> ca457df upgrade to latest dependencies (# 154)
> f170971 🎁 Terminal UI basic implementation (# 139)
> ae3b852 [main] Upgrade to latest dependencies (# 146)
> e7f1f8d Update community files (# 151)
bumping golang.org/x/term 353276a...c5eaf76:
> c5eaf76 go.mod: update golang.org/x dependencies
bumping google.golang.org/api 87aa1d0...9c2cde8:
> 9c2cde8 chore(main): release 0.169.0 (# 2451)
> a488112 feat(all): auto-regenerate discovery clients (# 2457)
> 2675c0a feat(all): auto-regenerate discovery clients (# 2454)
> d22da18 feat(all): auto-regenerate discovery clients (# 2450)
> e84ba36 chore(main): release 0.168.0 (# 2432)
> 74538f7 chore(all): update module github.com/google/go-github/v58 to v59 (# 2411)
> 6381123 chore(all): update all (# 2435)
> b438981 feat(all): auto-regenerate discovery clients (# 2449)
> af383c7 feat(all): auto-regenerate discovery clients (# 2448)
> 022c85c feat(all): auto-regenerate discovery clients (# 2447)
> 4fa90c9 feat(all): auto-regenerate discovery clients (# 2445)
> ced0c09 feat(all): auto-regenerate discovery clients (# 2443)
> 9f9c0cf feat(all): auto-regenerate discovery clients (# 2442)
> 454cba5 chore: make vet script less error prone (# 2441)
>
|
|
|
177fd0a335
|
Update community files (#1917)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
dab9d4aa95
|
upgrade to latest dependencies (#1912)
bumping google.golang.org/genproto/googleapis/rpc 995d672...1f4bbc5: > 1f4bbc5 chore(all): auto-regenerate .pb.go files (# 1083) > ef43131 chore(all): auto-regenerate .pb.go files (# 1082) > 6c6643b chore(all): update all (# 1078) > a9fa171 fix(dataform): Remove broken aliases (# 1080) > 9144d31 fix(analytics): Remove broken aliases (# 1079) > 35c7eff chore(all): update all (# 1077) > 50ed04b chore(all): update all to v4 (# 1076) > 0d6446b chore(all): update all (# 1075) bumping github.com/google/uuid 4d47f8e...0f11ee6: > 0f11ee6 chore(master): release 1.6.0 (# 151) > 16939da chore(tests): add strict monotonicity test case for uuid v7. (# 154) > 016b199 fix: fix typo in version 7 uuid documentation (# 153) > 1d8b6ea ci: set token permissions to github workflows (# 143) > a2b2b32 fix: Monotonicity in UUIDv7 (# 150) > c58770e feat: add Max UUID constant (# 149) bumping google.golang.org/genproto 989df2b...a9fa171: > a9fa171 fix(dataform): Remove broken aliases (# 1080) > 9144d31 fix(analytics): Remove broken aliases (# 1079) > 35c7eff chore(all): update all (# 1077) > 50ed04b chore(all): update all to v4 (# 1076) > 0d6446b chore(all): update all (# 1075) > 995d672 chore(all): update all (# 1073) bumping golang.org/x/sys 0829ab1...914b96c: > 914b96c windows: support ill-formed UTF-16 in UTF16PtrToString > 511ec84 Revert "windows: support nil done parameter in ReadFile and WriteFile" > 628365d windows: support nil done parameter in ReadFile and WriteFile > bef1bd8 unix: move mksyscall regexp to package level variables > 5710a32 unix/linux: update Linux kernel to 6.7 > b3ce6a3 windows: build env_windows_test.go only go Go 1.21 and above > c3fa2b8 windows: fix parsing of non-ASCII entries in token.Environ > f69d32a unix: in TestDirent, make as many ReadDirent calls as are needed > 0d9df52 unix: add more SECCOMP constants bumping knative.dev/eventing fd95228...97e91c5: > 97e91c5 [main] Update community files (# 7675) > eac7384 Wait for events with poll interval after finished event received (# 7668) > ba77c3d [main] Update community files (# 7672) > 7d350ea [main] Upgrade to latest dependencies (# 7669) > 185fbf4 [main] Update community files (# 7671) > 03ed4ab wathola receiver, annotate span by step number (# 7667) > 6f2eaed Set default value for scale cache config values (# 7666) > bcb6100 e2e: nodeselector in apiserversauce (# 7627) > 836f4da feat: replace yaml merge tags (# 7662) > 5500bed Cache statefulset scale update/get requests (# 7651) > 7b975fc Update KinD for e2e tests to 0.21.0 (# 7656) > 96863ba [main] Upgrade to latest dependencies (# 7657) > 469d0ac [main] Upgrade to latest dependencies (# 7654) > 9d892bf Remove empty labels (# 7648) > d258e7d Create teardown script for local development (# 7642) > 62c74c1 [main] Update community files (# 7646) > 702004a Tiny trustbundle improvements (# 7644) > 02bde54 Add helm as one of the development requirement (# 7643) > 56ee9b2 Add TLS tests for Trigger and Subscription dead letter sinks (# 7636) > ff52881 Use filtered informer to watch OIDC service accounts (# 7527) > 54f3952 [main] Upgrade to latest dependencies (# 7641) > 3391d1e [main] Upgrade to latest dependencies (# 7639) > c6105d6 Update knative.dev/hack to latest main (# 7637) > 0340aa5 Fix mtbroker-filter to proxy response headers (# 7614) > e9bf641 Use projected volumes for sinkbinding trust bundles (# 7630) > bcba98a Move OIDC tests to test/rekt (# 7622) > ab47824 support: nodeselector in apiserversource (# 7584) > cdb8638 fix: exact -> atleast (# 7624) > 42efd06 [main] Upgrade to latest dependencies (# 7623) > 214f4b3 [main] Upgrade to latest dependencies (# 7616) > 9b6c7e2 Generalize description of EventType in CRD. (# 7617) > 95b9345 Adding documentation and linking resources for go setup issues with Linux Ubuntu distribution (removed noisy commits) (# 7612) bumping golang.org/x/term ae94145...353276a: > 353276a go.mod: update golang.org/x dependencies bumping knative.dev/hack f3f03ac...999d7e6: > 999d7e6 Update community files (# 367) > 6090613 Update community files (# 366) > d1067f2 Update community files (# 365) > f3881d9 Update community files (# 364) > ab9b690 Don't hardcode serving as the repo when setting highest semver (# 361) > 45dcf10 Update community files (# 360) > 40f0ac2 Update community files (# 359) bumping github.com/go-logr/logr 8adefbe...dcdc3f2: > dcdc3f2 slogr: fix unintended API break in v0.8.0 (# 253) > 5d88f52 funcr: Add LogInfoLevel Option to skip logging level in the info log (# 240) > 177005d build(deps): bump actions/upload-artifact from 3.1.3 to 4.0.0 > e7f489a build(deps): bump github/codeql-action from 2.22.9 to 3.22.11 > cf56c3b build(deps): bump actions/setup-go from 4 to 5 > 2ad296e build(deps): bump github/codeql-action from 2.22.8 to 2.22.9 > d55b4e2 Merge pull request # 241 from thockin/master > c589653 Merge pull request # 245 from thockin/sloghandler_empty_groups > 98ee9d9 Clean up slog testing and restore coverage > 006d752 Merge pull request # 246 from thockin/slog_context_tests > b01bad7 sloghandler: unnamed groups should be inlined > b228ba8 Break examples to new file > 5153ab2 unit tests with full SlogSink mock implementation > 2665157 Add tests for context with slog > 6432877 Add benchmarks for slogSink > 58f101e Fix bug in slog support carrying the wrong sink > f558531 Put slog tests in a helper, move funcr test > 6151b2f support a slog.Logger pointer in a context > 83dbe72 Fix some lint > 1fffd07 move slogr into main package > b5e7d9f funcr: Be consistent about quoted > 41d36ee build(deps): bump github/codeql-action from 2.22.7 to 2.22.8 > 44c6ac8 funcr: Be consistent about colons > f36813a build(deps): bump github/codeql-action from 2.22.5 to 2.22.7 > 955d2aa funcr: Be consistent about commas > 24eb27c build(deps): bump actions/github-script from 6.4.1 to 7.0.1 > 8221825 Add SlogSink support to funcr > 5b79d78 Merge pull request # 233 from go-logr/dependabot/github_actions/github/codeql-action-2.22.5 > d95f9b6 Get rid of testSlogSink > 424fad7 Merge pull request # 232 from go-logr/dependabot/github_actions/ossf/scorecard-action-2.3.1 > e602c1d build(deps): bump github/codeql-action from 2.22.4 to 2.22.5 > cdb930d Minor cleanups in slogr_test (readability) > 64618df build(deps): bump ossf/scorecard-action from 2.3.0 to 2.3.1 bumping golang.org/x/oauth2 39adbb7...ebe81ad: > ebe81ad go.mod: update golang.org/x dependencies > adffd94 google/internal/externalaccount: update serviceAccountImpersonationRE to support universe domain > deefa7e google/downscope: add DownscopingConfig.UniverseDomain to support TPC bumping google.golang.org/genproto/googleapis/api 989df2b...6c6643b: > 6c6643b chore(all): update all (# 1078) > a9fa171 fix(dataform): Remove broken aliases (# 1080) > 9144d31 fix(analytics): Remove broken aliases (# 1079) > 35c7eff chore(all): update all (# 1077) > 50ed04b chore(all): update all to v4 (# 1076) > 0d6446b chore(all): update all (# 1075) > 995d672 chore(all): update all (# 1073) bumping google.golang.org/grpc dbbcf59...8167bc3: > 8167bc3 Change version to 1.61.0 (# 6936) > 52e2363 test/xds: Use different import path for gRPC Messages (# 6933) > 67e50be transport: Remove redundant if in handleGoAway (# 6930) > e96f521 alts: Extract AuthInfo after handshake in ALTS e2e test. (# 6931) > 987df13 metadata: move FromOutgoingContextRaw() to internal (# 6765) > 61eab37 server: block GracefulStop on method handlers and make blocking optional for Stop (# 6922) > ddd377f xds/server: fix RDS handling for non-inline route configs (# 6915) > 8b455de removing Roots deprecated Subjects field in tests (# 6907) > 953d12a alts: Forward-fix of ALTS queuing of handshake requests. (# 6906) > 6ce73bf internal/transport: convert `ConnectionError` to `Unavailable` status when writing headers (# 6891) > e7e400b deps: apply `make proto` changes (# 6916) > 660c394 examples: Fixed the formatting in the Authentication README.md (# 6908) > 3a8270f grpc: skip compression of empty messages (# 6842) > 7e9d319 vet: remove ignore of CloseNotifier (# 6911) > 5a36bb7 fix 'identitiy' typo in error message (# 6909) > a233d9b build(deps): bump the github-actions group with 1 update (# 6904) > 6bc1906 xds: add support for mTLS Credentials in xDS bootstrap (# 6757) > 71cc0f1 Revert "alts: Queue ALTS handshakes once limit is reached rather than dropping. (# 6884)" (# 6903) > 4f03f3f removing deprecated http closenotifier function (# 6886) > bb0d32f xds: don't fail channel/server startup when xds creds is specified, but bootstrap is missing certificate providers (# 6848) > e20d5ce reflection: rename non-regenerated pb.go files to not be called '.pb.go' (# 6885) > adc7685 alts: Queue ALTS handshakes once limit is reached rather than dropping. (# 6884) > 33a60a8 internal: use OS defaults for TCP keepalive params in Windows (# 6863) > c109241 interop/xds: Increase go log verbosity to 99 so that EDS is logged (# 6860) > 02a4e93 orca: use atomic pointer instead of mutex in server metrics recorder to improve performance (# 6799) > df02c11 test/kokoro: Use the Kokoro shared install lib from the new repo (# 6859) > 444749d alts: Record network latency and pass it to the handshaker service. (# 6851) > 45624f0 grpc: eliminate panics in server worker implementation (# 6856) > 6e6914a completely delete WatchListener and WatchRouteConfig APIs (# 6849) > 836e5de credentials/alts: update handshaker.pb.go (# 6857) > 43e4461 Forbid dependabot from performing major version bumps (# 6852) > 686fdd8 security/advancedtls: fix test that relies on min TLS version (# 6824) > 52baf16 internal: use OS defaults for TCP keepalive params only on unix (# 6841) > d050906 build(deps): bump the github-actions group with 3 updates (# 6835) > 477bd62 xds/internal/resolver: switch to generic xDS API for LDS/RDS (# 6729) > a03c7f1 client: always enable TCP keepalives with OS defaults (# 6834) > c2398ce [infra] Hash-pin GitHub Actions, keep them updated with dependabot (# 6815) > 0866ce0 grpc: optional interface to provide channel authority (# 6752) > 5d7453e client: rework resolver and balancer wrappers to avoid deadlock (# 6804) > 93389b7 doc: fix link to the reflection protocol (# 6833) > 1b05500 internal/credentials/xds: Add exported comment for HandshakeInfo (# 6823) > 737f87b xds/internal/server: cleanup formatting directives in some logs (# 6820) > bc16b5f interop: support custom creds flag for stress test client (# 6809) > 02ea031 Bugfix for broken import (# 6816) > 287c473 Mark old CRL APIs as deprecated (# 6810) > 7935c4f resolver_wrapper: remove serializerScheduleLocked; the lock is unnecessary (# 6803) > 914ca65 client: further streamlining of Dial (# 6802) > 232054a client: remove deprecated WithServiceConfig DialOption (# 6800) > 42fdcc4 client: rename balancer and resolver wrapper files to be consistent (# 6801) > 59c0aec xDS: Atomically read and write xDS security configuration client side (# 6796) > ce3b538 client: simplify initialization and cleanup a bit (# 6798) > b98104e buffer & grpcsync: various cleanups and improvements (# 6785) > 424db25 credentials: if not set, restrict to TLS v1.2+ and CipherSuites per RFC7540 (# 6776) > 40c279a deps: update dependencies for all modules (# 6795) > 3cbbe29 reflection: don't serialize placeholders (# 6771) > 4a84ce6 Change version to 1.61.0-dev (# 6794) bumping knative.dev/networking ce0738a...22eb3d0: > 22eb3d0 Update community files (# 924) > adc5e58 Update community files (# 923) > 1e6aa63 Update community files (# 922) > 1e7e42d upgrade to latest dependencies (# 921) > 66bdffa Update community files (# 920) > 060ef7a Clean up unused reconciler and certs code (# 919) > bdf2c51 upgrade to latest dependencies (# 918) > a874708 upgrade to latest dependencies (# 917) > ed5f0fa upgrade to latest dependencies (# 916) > a21edb5 Update community files (# 915) > 1dcd961 Update community files (# 914) bumping google.golang.org/api b52e40b...87aa1d0: > 87aa1d0 chore(main): release 0.163.0 (# 2402) > 2271ef7 feat(all): auto-regenerate discovery clients (# 2405) > 47834b5 feat(all): auto-regenerate discovery clients (# 2403) > 62ceaad feat(all): auto-regenerate discovery clients (# 2401) > 26a1117 chore(main): release 0.162.0 (# 2389) > 6862015 fix(transport): enforce 1s timeout on requests to MDS universe_domain (# 2393) > a6d137b chore(all): update all (# 2396) > 5437df8 chore(all): update module github.com/google/go-github/v52 to v58 (# 2397) > eddfeb9 feat(all): auto-regenerate discovery clients (# 2398) > 169ead6 feat(all): auto-regenerate discovery clients (# 2395) > 140fb54 feat(all): auto-regenerate discovery clients (# 2394) > e5a7a15 feat(all): auto-regenerate discovery clients (# 2392) > c8e77f6 feat(all): auto-regenerate discovery clients (# 2391) > f2f2d22 feat(all): auto-regenerate discovery clients (# 2388) > befbd36 chore(main): release 0.161.0 (# 2387) > f29f327 fix(gen): reject repeated object query params (# 2383) > 54c764a fix(transport): skip s2a for now if service has direct path enabled (# 2385) > 03042ec feat(all): auto-regenerate discovery clients (# 2386) > dcb7e96 chore(main): release 0.160.0 (# 2381) > fee4c8f feat(all): auto-regenerate discovery clients (# 2384) > 5534cf2 feat(all): auto-regenerate discovery clients (# 2382) > 8f26f51 feat(all): auto-regenerate discovery clients (# 2380) > ee5c9cc chore(main): release 0.159.0 (# 2378) > 55b0516 fix(transport): relax universe checks (# 2376) > a8d9414 feat(all): auto-regenerate discovery clients (# 2377) > 68b1bc1 chore(main): release 0.158.0 (# 2360) > df17254 fix(transport/grpc): add universe domain verification (# 2375) > b21a1fa fix(internal): support internaloption.WithDefaultUniverseDomain (# 2373) > ddb3a12 chore(google-api-go-generator): replace literal with const (# 2363) > d266978 feat(all): auto-regenerate discovery clients (# 2374) > 73fc7fd fix(transport): not enable s2a when there is endpoint override (# 2368) > 2d69d97 feat(all): auto-regenerate discovery clients (# 2372) > 45c097f feat(all): auto-regenerate discovery clients (# 2369) > addc18c chore(all): update module github.com/google/go-github/v52 to v58 (# 2351) > a4e39d8 chore(all): update all to v0.47.0 (# 2367) > e0db6a5 feat(all): auto-regenerate discovery clients (# 2366) > f40db7f feat(all): auto-regenerate discovery clients (# 2365) > 69626e3 feat(transport): add universe domain support (# 2355) > 6c3b622 feat(all): auto-regenerate discovery clients (# 2361) > 6ef1144 feat(impersonate): add universe domain support (# 2296) > 6e77ef2 chore(main): release 0.157.0 (# 2346) > 72a8ffd feat(all): auto-regenerate discovery clients (# 2358) > 74a1558 docs(option): update WithDefaultEndpointTemplate docs (# 2356) > 135da01 chore(all): update all to a9fa171 (# 2350) > 0d002f9 feat(all): auto-regenerate discovery clients (# 2354) > da330c2 feat(all): auto-regenerate discovery clients (# 2353) > 5bf46ee feat(all): auto-regenerate discovery clients (# 2352) > 3bf8f4f feat(all): auto-regenerate discovery clients (# 2349) > 763c331 feat(all): auto-regenerate discovery clients (# 2348) > c3e43a1 feat(all): auto-regenerate discovery clients (# 2345) > d016573 chore(main): release 0.156.0 (# 2333) > 05de776 feat(all): auto-regenerate discovery clients (# 2344) > 811e925 feat(all): auto-regenerate discovery clients (# 2343) > 9e45101 feat(google-api-go-generator): add universe domain support (# 2335) > 3f90b98 feat(all): auto-regenerate discovery clients (# 2341) > 9745014 test: fix overflow (# 2342) > 3f8b548 chore(all): update all (# 2338) > c8905be chore(deps): bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 in /internal/kokoro/discogen (# 2340) > d008b6e feat(all): auto-regenerate discovery clients (# 2339) > ceefb9b feat(all): auto-regenerate discovery clients (# 2337) > bd4dad1 feat(all): auto-regenerate discovery clients (# 2336) > 014a8e0 feat(all): auto-regenerate discovery clients (# 2332) bumping golang.org/x/net cb5b10f...73d21fd: > 73d21fd go.mod: update golang.org/x dependencies > 643fd16 html: fix SOLIDUS '/' handling in attribute parsing > 73e4b50 dns/dnsmessage: allow name compression for SRV resource parsing > b2208d0 internal/quic/qlog: fix typo > 0d0b98c http2: avoid goroutine starvation in TestServer_Push_RejectAfterGoAway > 07e05fd http2: remove suspicious uint32->v conversion in frame code > 26b646e quic: avoid deadlock in Endpoint.Close bumping knative.dev/client-pkg 67fca0c...2c46c44: > 2c46c44 Update community files (# 150) > adb84bd Update community files (# 149) > a722b38 Update community files (# 148) > 788b4b0 Update community files (# 147) bumping knative.dev/pkg b488e7b...b8f9b22: > b8f9b22 Update community files (# 2957) > bc60487 Update community files (# 2956) > 405f0c4 Update community files (# 2955) > 2d2e27d Bump golang.org/x/oauth2 from 0.16.0 to 0.17.0 (# 2952) > 3b39834 Bump google.golang.org/api from 0.161.0 to 0.163.0 (# 2953) > 085f505 Bump golang.org/x/net from 0.20.0 to 0.21.0 (# 2954) > 4104e42 Bump google.golang.org/api from 0.159.0 to 0.161.0 (# 2951) > e85c3cf Update community files (# 2950) > b6659cc Bump cloud.google.com/go/storage from 1.36.0 to 1.37.0 (# 2948) > 9bdb511 Bump google.golang.org/grpc from 1.60.1 to 1.61.0 (# 2947) > d34ca03 Update knative.dev/hack to latest main (# 2949) > 91c6ec8 Bump google.golang.org/api from 0.157.0 to 0.159.0 (# 2946) > 6d59538 Bump github.com/evanphx/json-patch/v5 from 5.8.1 to 5.9.0 (# 2945) > 6eb53f5 Bump github.com/google/uuid from 1.5.0 to 1.6.0 (# 2944) > 2b8687a upgrade to latest dependencies (# 2943) > b42fab9 Update community files (# 2942) > 3f7ce63 Bump google.golang.org/api from 0.155.0 to 0.157.0 (# 2941) > 2a92e9d Bump github.com/evanphx/json-patch/v5 from 5.8.0 to 5.8.1 (# 2940) > 455683d Update community files (# 2939) bumping knative.dev/serving 1c46c07...096adcc: > 096adcc Update net-certmanager nightly (# 14898) > fd7a6c8 Update net-contour nightly (# 14895) > ec32a4c Update net-kourier nightly (# 14894) > 148e001 Update net-certmanager nightly (# 14891) > 6283914 Fix: run ./hack/update-deps.sh (# 14888) > d8bc015 Update net-istio nightly (# 14893) > 45f9eeb Update community files (# 14896) > 5efa21e Update net-gateway-api nightly (# 14892) > dad0326 Update net-contour nightly (# 14884) > 4286c63 Update community files (# 14890) > 06eac8e Update net-kourier nightly (# 14885) > 3544fa0 Update net-certmanager nightly (# 14883) > 7da1f45 Update net-gateway-api nightly (# 14882) > 48ca4cd Update net-istio nightly (# 14886) > 280c922 Update community files (# 14880) > 2125772 Updating DEVELOPMENT.md to remove reference to allowedFields or preserveUnknownFields (# 14865) > 7882fa9 upgrade to latest dependencies (# 14878) > 774cca0 Update net-istio nightly (# 14873) > 87e6199 feat: Add ability to configure multiple wilcard domains (# 14543) > 52b4b09 Update net-istio nightly (# 14870) > 1760f08 Don't drop traffic when upgrading a deployment fails (# 14795) > 05d1927 upgrade to latest dependencies (# 14868) > 24bc968 Update net-contour nightly (# 14861) > f4bbb19 Update net-kourier nightly (# 14857) > 772dd36 Update net-gateway-api nightly (# 14856) > b44bea9 Update net-contour nightly (# 14851) > 0c2d16b Update net-certmanager nightly (# 14858) > 19f9f30 Update net-istio nightly (# 14859) > a303128 Update community files (# 14854) > 71a54e4 Update net-kourier nightly (# 14850) > 391c796 Update net-istio nightly (# 14852) > c58131a Update net-kourier nightly (# 14844) > 3a39279 upgrade to latest dependencies (# 14849) > 48a3a52 Update net-certmanager nightly (# 14845) > 61f5cad Update net-istio nightly (# 14843) > f4ef3c8 Update net-gateway-api nightly (# 14842) > 6d89c70 upgrade to latest dependencies (# 14841) > 51b0337 Capitalize the first letter of config() (# 14821) > 0bae8a2 implement cluster-local-domain-tls in serving (# 14610) > 5712497 Update net-kourier nightly (# 14832) > 87cef50 Update net-istio nightly (# 14831) > 9130d61 Update net-contour nightly (# 14834) > fb69b9a Update net-gateway-api nightly (# 14833) > 16c823b Update net-certmanager nightly (# 14830) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
16ae868cac
|
Update community files (#1915)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
1843b9affd
|
Update community files (#1914)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
d30fe76166
|
Update community files (#1913)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
50fa1c70b6
|
Update community files (#1911)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
543522a33e
|
[main] Upgrade to latest dependencies (#1910)
* upgrade to latest dependencies
bumping k8s.io/code-generator ad20935...0a2d87a:
> 0a2d87a Merge pull request # 121545 from dims/automated-cherry-pick-of-# 121364-upstream-release-1.28
> 4e70e93 bump golang.org/grpc to v1.56.3
> 69e9240 Merge pull request # 121128 from MadhavJivrajani/bump-x-net-128
> 6cf3458 .: bump golang.org/x/net to v0.17.0
> 791c213 Merge remote-tracking branch 'origin/master' into release-1.28
> a66bf75 .*: bump golang.org/x/net to v0.13.0
> fee1cc9 Merge pull request # 118204 from sttts/sttts-openapi-v2-parameter-refs
> 44fe511 Merge pull request # 119312 from pacoxu/prometheus/common-v0.44
> 9ac045b Bump kube-openapi
> c56ebf3 upgrade prometheus common to v0.44.0
> 3cea41d Merge pull request # 119330 from bertinatto/fix-conn-reuse-test
> c293887 Proactively bump golang.org/x/net to v0.12.0
> b265455 Fix lifecycle generator to check the version correctly (# 119268)
> b510e2c Merge pull request # 118689 from bzsuni/clean
> 04d27a1 update prometheus/client_golang v1.14.0 to v1.16.0
> 41a1e2d Merge pull request # 118507 from jeremyrickard/go1205
> 0ffabab Update vendor with hack/update-vendor.sh
> 4e0c7a3 Merge pull request # 118522 from jpbetz/remove-bad-merge-key
> 81f56dc Remove invalid merge key
> b92bd47 Merge pull request # 118414 from thockin/remove_codegen_debug
> 5686b85 Fix errant debugging code in codegen
> e60f563 Merge pull request # 118384 from Jefftree/gnostic-models-branch
> f9f5739 Update gnostic references
> 049b8c1 vendor
> 7eed8e6 Merge pull request # 118269 from liggitt/genproto
> ce9404a Update google.golang.org/genproto
> db4dff4 Merge pull request # 118240 from Jefftree/bump-kube-openapi
> 8f5c773 Update vendor
> 03cdae3 Merge pull request # 117985 from howardjohn/patch-2
> 932443c Merge pull request # 118014 from liggitt/mapstructure
> ab3121a codegen
> 254bead Update kube-openapi, drop mapstructure
> 96be077 Fix comments on InformerFor
> 04bedf1 Merge pull request # 117982 from jpbetz/sig-roles-jpbetz
> 276d6b6 Merge pull request # 117645 from humblec/etcd-2
> b4cd301 Add api-machinery TL owners permissions for jpbetz
> f45259c Merge pull request # 117139 from pohly/test-integration-race-detection-update-utils
> c60f5e6 update vendor dependencies for the change
> 7eb0f51 dependencies: bump k8s.io/utils
> b2afdc9 etcd depdencies are updated to v3.5.9
> 8437e77 Merge pull request # 117946 from lavalamp/lavalamp-taking-a-break
> 7850b0d Merge pull request # 117961 from humblec/ginkgo
> 29a942d lavalamp is taking a long break
> d13e2c2 Merge pull request # 116761 from iancoolidge/devel-cpuset-revendor
> a40ed9b ginkgo update to v2.9.4 and gomega to 1.27.6
> a2fdf24 Merge pull request # 117897 from thockin/codegen_deprecate_generate_groups_scripts
> 5e46b7b Update k8s.io/utils version to v0.0.0-20230313181309-38a27ef9d749
> 6027f11 Merge pull request # 117899 from thockin/codegen_purge_openapi_shell_indirection
> 1305626 Deprecate generate*groups.sh -> kube_codegen.sh
> 04a3650 Use the same report files as before
> 6d32803 Simpler openapi gen - subprojects do themselves
> 89a7a4d Merge pull request # 117262 from thockin/codegen_new_script_for_subprojects
> c40d37c Convert code-generator/examples to new codegen
> 0eb9f05 Add a new way for subprojects to do codegen
> f731524 Merge pull request # 117687 from pohly/klog-update
> 69dc822 dependencies: klog v2.100.1
> ce06575 Merge pull request # 117705 from Jefftree/update-openapi-fix-race
> dfd3d2e Update kube-openapi to fix race
> 9b6e38c Merge pull request # 117253 from akhilerm/update-containerd-dependencies
> f2fce9b chore: update cgroups and ttrpc versions
> fcf3837 Merge pull request # 117350 from mohitsharma-in/update/google-golang-protobuf
> 9423c3d Merge pull request # 117483 from ArkaSaha30/bump-gofuzz
> e0c5a53 Dependencies Update google.golang.org/protobuf v1.28.1 to v1.30.0
> d0b82bb Merge pull request # 117482 from ArkaSaha30/bump-go-logr
> dfd550e update gofuzz dependency
> abb7434 Merge pull request # 117352 from mohitsharma-in/update/golang_x_tools
> de902bb Update go-logr dependencies
> ddd36a3 Dependencies Update golang.org/x/tools v0.7.0 to v0.8.0
> d0339d3 Merge pull request # 117399 from mohitsharma-in/update/golang_time
> e13ba37 Dependencies Update golang.org/x/timet 90d013bbcef8 to v0.3.0
> 473f30d Merge pull request # 117285 from humblec/azure-go-autorest
> 68bbb45 dependencies: update gh/Azure/auto-test/{adal,validation}
> e28c955 Merge pull request # 116282 from thockin/codegen_subprojects_nuke_old_files
> ff97b26 Merge pull request # 116281 from thockin/codegen_subproject_chdir
> 0ecf58f Codegen: subprojects: nuke existing files
> fe4722c Codegen: simpler k8s.io/code-generator/examples
> 2d17b8d Merge pull request # 116280 from thockin/codegen_no_internal_subprojects
> 25c3b12 Codegen: new tools will not become part of 'all'
> 8bfbf3d Codegen subprojects: consolidate generate-*groups
> 399d412 Codegen subprojects: deprecate "all" in scripts
> e04cc82 Codegen subprojects: regen defaulters when needed
> 5ccd5be Codegen subprojects: reify 'all' into explicit
> 0577864 Trivial change to reduce diffs
> 450bfcd Merge pull request # 116948 from MadhavJivrajani/fix-verify-vendor
> 5d100ef .*: update vendor dir and cleanup
> 8fead9f Merge pull request # 116539 from pohly/ginkgo-gomega-update
> e6c58e4 dependencies: ginkgo v2.9.1, gomega v1.27.4
bumping knative.dev/pkg 9386ad6...b488e7b:
> b488e7b upgrade to latest dependencies (# 2938)
> f95090a Bump github.com/evanphx/json-patch/v5 from 5.7.0 to 5.8.0 (# 2935)
> 347a4b5 Bump github.com/prometheus/common from 0.45.0 to 0.46.0 (# 2937)
> e8c79d4 Bump golang.org/x/oauth2 from 0.15.0 to 0.16.0 (# 2934)
> ff26179 Bump golang.org/x/tools from 0.16.1 to 0.17.0 (# 2936)
> e0d5064 Bump golang.org/x/net from 0.19.0 to 0.20.0 (# 2933)
> bc230ae Update community files (# 2932)
> 21d8c37 Bump K8s dependencies to v0.28.5 and set K8s min-version to 1.27 (# 2928)
> a459076 upgrade to latest dependencies (# 2930)
> de3e9cc Fixing all deprecated use of sets.String (# 2915)
> a65a9e2 lower log level for AdmissionController.Admit validation failures (# 2905)
> 4c06610 Update community files (# 2929)
> 697d669 Bump google.golang.org/api from 0.154.0 to 0.155.0 (# 2926)
> 9e6a998 Bump golang.org/x/sync from 0.5.0 to 0.6.0 (# 2925)
> dfa0a2c Bump github.com/prometheus/client_golang from 1.17.0 to 1.18.0 (# 2924)
> 32bea20 Bump google.golang.org/protobuf from 1.31.0 to 1.32.0 (# 2923)
> d513e48 Bump google.golang.org/grpc from 1.59.0 to 1.60.1 (# 2922)
> 1709d20 Bump golang.org/x/crypto from 0.16.0 to 0.17.0 (# 2921)
> 03265f7 Bump golang.org/x/tools from 0.16.0 to 0.16.1 (# 2917)
> 155eba4 Bump google.golang.org/api from 0.153.0 to 0.154.0 (# 2920)
> d71ca9a Bump cloud.google.com/go/storage from 1.35.1 to 1.36.0 (# 2918)
> 5413322 Bump github.com/google/uuid from 1.4.0 to 1.5.0 (# 2916)
> 4914c47 Bump google.golang.org/api from 0.152.0 to 0.153.0 (# 2914)
> 9ad79ff Bump actions/setup-go from 4 to 5 (# 2913)
bumping k8s.io/apiextensions-apiserver 6090d8e...1dff568:
> 1dff568 Update dependencies to v0.28.5 tag
> bc1f37f Merge pull request # 121545 from dims/automated-cherry-pick-of-# 121364-upstream-release-1.28
> baeeb81 bump golang.org/grpc to v1.56.3
> c624896 Merge pull request # 121128 from MadhavJivrajani/bump-x-net-128
> da001b1 .: bump golang.org/x/net to v0.17.0
> 2d89f88 Merge pull request # 120356 from stevekuznetsov/automated-cherry-pick-of-# 120177-kubernetes-release-1.28
> efb98fd Merge pull request # 119807 from jpbetz/automated-cherry-pick-of-# 119800-origin-release-1.28
> 6c12248 apiextensions-apiserver: generate applyconfigurations
> 6087aeb Merge pull request # 120141 from Jefftree/automated-cherry-pick-of-# 120109-upstream-release-1.28
> 4d28f48 Fix CEL cost handling of zero length replacement strings
> 3ea4ec4 Merge pull request # 120329 from liggitt/automated-cherry-pick-of-# 120327-upstream-release-1.28
> b838126 Add wait for cache sync
> 0404ad2 Add test coverage of result size of string operations
> 0ede49e Revert to json-patch 4.12.0
> 3f6c83c Bump cel-go to v0.16.1
> eb9dafe Merge remote-tracking branch 'origin/master' into release-1.28
> f13dc21 .*: bump golang.org/x/net to v0.13.0
> 82eb7fc Merge remote-tracking branch 'origin/master' into release-1.28
> 7709b76 apiextensions: fix validation error for status.storedVersions
> b69767a Use statusReason for reason under x-kubernetes-validations (# 119544)
> 124026f Merge pull request # 119543 from jpbetz/fix-xvalidations-flake
> d60d893 Treat empty string as nil in fuzzer for CEL Reason field
> ce3ed21 Merge pull request # 119510 from jpbetz/fix-mutation
> 33bfdc8 Merge pull request # 119453 from cici37/addTest
> b1b1775 Fix XValidations deepcopy to copy contents of nested pointers
> d4e28b3 Address comment
> f337e93 Refactor jsonpath parser and add tests.
> d4d25b0 Merge pull request # 119340 from alexzielenski/apiserver/apiextensions/use-statusSchema
> ed307c0 [KEP-2876]Add reason and fieldPath into CRD validation rules (# 118041)
> ee459cb apiextensions: validate status updates with status schema
> ac58466 Merge pull request # 118990 from alexzielenski/apiserver/apiextensions/crd-validation-ratcheting
> baf073b Merge pull request # 118808 from Jefftree/updated-lazy-crd-controller-v2
> d5f0213 update go.mod
> 886cc80 Make CRDs built and aggregated lazily for oasv2
> 0a5e7b0 use ratcheting schema validator when feature is enabled
> b43ae52 Merge pull request # 118204 from sttts/sttts-openapi-v2-parameter-refs
> 102e7eb add ratcheting schema validator using new openapi hooks
> 80047f7 Merge pull request # 119312 from pacoxu/prometheus/common-v0.44
> 4570537 Bump kube-openapi
> 26778c0 add CRDValidationRatcheting feature gate
> c1d26c5 upgrade prometheus common to v0.44.0
> df2cf11 openapi: reference shared parameters
> 2b42730 refactor: convert slices to []interface before inserion into VendorExtensible
> dfc8251 Merge pull request # 119330 from bertinatto/fix-conn-reuse-test
> 61188af refactor: add ValidateCustomResourceUpdate to support future validators for CRD Updates
> 59f9b3d Proactively bump golang.org/x/net to v0.12.0
> d63f8bb refactor: cleanup to NewSchemaValidator takes JSONSchemaProps
> 6542909 Merge pull request # 117108 from pohly/test-integration-race-detection-component-base-logs
> 0e74a9b refactor: rename apiservervalidation -> apiextensionsvalidation
> 780eaa5 component-base/logs: improve handling of re-applying a configuration
> 3efa7e2 Merge pull request # 118689 from bzsuni/clean
> 6bd4851 Merge pull request # 118542 from cchapla/crd_webhook_metrics_updates
> 70978ae update prometheus/client_golang v1.14.0 to v1.16.0
> 37caa61 Minor fix on variable
> a1be513 Updating names from webhookconversion to conversionwebhook
> 1db2b07 Merge pull request # 118507 from jeremyrickard/go1205
> 5a3e605 Update vendor with hack/update-vendor.sh
> 0f42c58 Merge pull request # 118522 from jpbetz/remove-bad-merge-key
> 75fa40c Merge pull request # 118292 from cchapla/crd_webhook_metrics
> 23d6cfa Remove invalid merge key
> 00091a3 Merge pull request # 118416 from sttts/sttts-etcd-options-complete
> dfe6aaa Changes to buckets and comments
> 6dca9f1 Merge pull request # 117294 from humblec/open-containers
> 4e061f6 k8s.io/apiserver: remove skewed completion from EtcdOptions
> f0093e4 Changes to histogram buckets
> 2221bc5 dependencies: update github.com/dustin/go-humanize v1.0.1
> f25167f Review comments, added metric namespace, moved utility functions, and etc
> e81b4f1 Merge pull request # 118384 from Jefftree/gnostic-models-branch
> 76af56a Webhook conversion metrics
> f1f58f0 Update gnostic references
> 35ec793 vendor
> 7a5b05c Merge pull request # 118339 from jpbetz/bump-cel-go
> 54ebdaa Enable optionals and add tests
> 0a0fe1f Bump cel-go to v0.16.0
> e0b0416 Merge pull request # 118269 from liggitt/genproto
> 6a6001e Update google.golang.org/genproto
> 37c0f7d Merge pull request # 118240 from Jefftree/bump-kube-openapi
> 19cc2e6 Update vendor
> 501bf5e Merge pull request # 117985 from howardjohn/patch-2
> 56f7e82 Merge pull request # 118014 from liggitt/mapstructure
> c163323 codegen
> 8ef6b90 Update kube-openapi, drop mapstructure
> 4cbfb5b Merge pull request # 117645 from humblec/etcd-2
> c417362 Merge pull request # 117139 from pohly/test-integration-race-detection-update-utils
> 0c33ac7 update vendor dependencies for the change
> 07c89d1 dependencies: bump k8s.io/utils
> 0a0501d etcd depdencies are updated to v3.5.9
>
|
|
|
3c1b9c0412
|
Remove toolchain directive (#1909)
* Remove toolchain directive * Fix nil pointer dereference |
|
|
9222705f37
|
Update community files (#1908)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
0413ff2df5
|
Update community files (#1907)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
a2182c88ea
|
Update community files (#1906)
Signed-off-by: Knative Automation <automation@knative.team> |