mirror of https://github.com/knative/client.git
341 Commits
| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
1c3b47ce73
|
upgrade to latest dependencies (#2002)
bumping golang.org/x/sync 396f3a0...8a14946:
> 8a14946 errgroup: remove duplicated comment
> 1869c69 all: replace deprecated ioutil
> d1ac909 sync/errgroup: PanicError.Error print stack trace
> 506c70f errgroup: propagate panic and Goexit through Wait
bumping golang.org/x/tools 456962e...578c121:
> 578c121 go.mod: update golang.org/x dependencies
> f114dcf gopls/internal/protocol: refine DocumentURI Clean method and its usages
> 82ee0fd internal/mcp: change paginateList to a generic helper
> 64bfecc gopls/internal/golang: fix extract bug with anon functions
> 4546fbd internal/mcp: unify json tag parsing
> 82473ce gopls/doc/release: tweak v0.19
> f3c581f gopls/internal/protocol: add DocumentURI.Base accessor
> d9bacab gopls/internal/server: improve "editing generated file" warning
> 1afeefa internal/mcp: unexport FileResourceHandler
> 33d5988 gopls/internal/server: Organize Imports of generated files
> cb39a5f gopls/internal/golang: Format generated files
> e43ca0c internal/mcp: validate tool input schemas
> 61f37dc gopls: use new gomodcache index
> fed8cc8 internal/refactor: keep comments with same import
> c7873a3 gopls/internal/golang: eliminate dot import: skip keyed fields
> 6e8a193 gopls/internal/debug: integrate flight recorder
> 25caa76 gopls/internal/telemetry/cmd/stacks: delete
> c3cb1f1 gopls/internal/mcp: add top level symbols from current package
> effd83e gopls/internal/golang: add type inlayhint for variable decl
> 58e5e62 gopls/internal/test/marker: organize mcp tool context test
> ec7b2b3 gopls/internal/mcp: add exported type spec and value spec to context
> f12067d gopls/internal/analysis/modernize: disable appendclipped
> 59ce1d8 gopls/internal/analysis/modernize: appendclipped: preserve result type
> 2246f6d internal/mcp: middleware on the sending side
> 8fbc773 gopls/internal/analysis/modernize: add TODOs for nilness problem
> 8675e27 gopls/internal/mcp: add context mcp tool
> bcaee63 gopls/internal/protocol: make some optional integer fields indirect
> 4e672d5 gopls/internal/protocol: PublishDiagnosticsParams.version omitempty
> e88c5a4 internal/mcp: simplify session type params
> 61b248f internal/mcp: add missing testenv.NeedsExec
> a405109 internal/mcp: add a test for complete mapping of CallToolParams fields
> d0c0a57 go/analysis/passes/unusedresult: remove maps.Copy
> 73f1234 internal/mcp: community design
> d794c0d internal/mcp: generic handling of CallToolParams
> 3959656 internal/mcp: add iterator methods resources and prompts
> f80f3ff gopls/internal/protocol: add Mapper.{Pos,Node]Text helpers
> ef3a8dc go/analysis/passes/unusedresult: add test
> 661b815 go/analysis/passes/unusedresult: add slices, maps functions
> dd6ec04 gopls/internal/settings: add maprange analyzer
> 218e5f2 gopls/internal: handle errors, or document that we ignore them
> cb264bf internal/mcp: clean up diagnostics from Google import
> c8e47eb internal/gofix: document batch fix commands
> d3809ea internal/mcp: handle synthetic responses in conformance test
> 147cb9c gopls/internal/analysis/modernize: minmax: put comments at proper positions
> 59198a1 internal/mcp: add resource conformance test
> bef2d59 internal/golang: re-fix crash in definition of invalid "continue label"
> ad22223 gopls/internal/golang: fix crash in definition of invalid "continue label"
> 2815c8b internal/tokeninternal: tag AddExistingFiles for go1.24
> 389a102 gopls/internal/telemetry/cmd/stacks: collect from go.dev frontend
> 81de76b gopls/internal/analysis/modernize: fix bug in minmax analyzer that incorrectly handles nested if-else-if structures
> 7610d95 go/analysis/passes/printf: refine diagnostic locations
> c6e0ebc internal/mcp: run conformance tests on 1.24 with a GOEXPERIMENT setting
> 53be3d4 internal/mcp/jsonschema: apply schema defaults to an instance
> d12ca1c internal/mcp/jsonschema: remove shared structure from schema inference
> de7968d internal/gofix: add -gofix.allow_binding_decl flag
> 93f6460 internal/mcp: add iterator method for tools
> 359ea3a internal/mcp: add JSON conformance tests, and fix some bugs
> 9233e12 gopls: update to staticcheck@master
> 3eaf5e2 internal/mcp/jsonschema: validate defaults
> 50c5c27 internal/mcp/jsonschema: check for structure separately
> 4354923 internal/mcp: add pagination for prompts
> 15e680e gopls/.../completion: unimported completion snippets
> cc4b6fe internal/mcp/jsonschema: generalize error wrapping
> 82fa2c0 internal/mcp/jsonschema: clearer validations errors
> 845000b internal/mcp: meta and progress token
> 66fd759 internal/mcp: add pagination for resources
> f8a56cc internal/jsonrpc2_v2: update for go1.16+
> 14c014c internal/tokeninternal: optimize AddExistingFiles
> 6d1bf3b internal/test/integration/bench: add second kubernetes benchmark
> 866eb14 go/analysis/passes/printf: fix the issue where %#q/%#x/%#X recursion is not recognized
> baa4e14 internal/modindex: tiny test improvement
> 1c017f1 internal/telemetry/cmd/stacks: support Delve
> 2391123 internal/mcp: treat zero struct fields generously
> 08af7d4 all: fix some function names and typos in comment
> 60df06f internal/mcp: add pagination for tools
> f5ea575 go/ssa/interp: use slices.Equal to simplify code
> 6e44d1e internal/mcp: future-proof prompt handling
> 4d4fb92 internal/mcp: implement logging
> 66d4add internal/gocommand: re-disable flaky TestRmdirAfterGoList_Runner
> ac05d44 jsonschema: package doc
> 35a9265 jsonschema: add more schema fields
> 95976d8 internal/mcp: construct README with weave
> d5ec4a9 internal/mcp: add notifications
> aebd3be gopls/internal/test/integration: simplify GoToDefinition
> 423c5af gopls/internal/analysis/recursiveiter: set Diagnostic.End
> dc34568 gopls/internal/test/integration/completion: relax expectations
> 87749a7 all: fix typos
> edbd9df jsonschema: dynamic references
> 9460f2f gopls/internal/analysis/recursiveiter: report inefficient recursion
> 150502a internal/mcp: keep an ordered list of feature keys
> 10eb2f3 gopls/internal/mcp: add location info to mcp tool input arg
> a2c2a72 internal/tokeninternal: avoid use of AddExistingFiles, for now
> b62c6c1 internal/mcp: remove misplaced TODO comment
> babda13 gopls: update to github.com/dominikh/go-tools@v0.6.1
> 87f67c8 gopls/internal/debug: display Session.View.Folder.Options
> 19c36ab internal/tokeninternal: use go1.25's FileSet.AddExistingFiles
> 77de774 gopls/internal/golang: modify extract behavior for error handling returns
> 6202e58 internal/mcp: generate method names
> 86158bd internal/mcp: sampling
> db456f9 internal/mcp: client middleware
> 8edad1e internal/mcp: add the FileResourceHandler method
> 7ae2e5c gopls/internal/golang: implement "inline local variable" code action
> d71c72f gopls/internal/analysis/modernize: bloop: document deoptimization
> b8ee9f1 gopls/internal/test/marker: add mcp tools action marker
> c5e4271 internal/mcp: dispatcher middleware
> 5a46e4d gopls/internal/analysis/modernize/slicesdelete: convert index type if needed
> c460ea9 gopls/internal/analysis/modernize: disable slicesdelete pass
> 2263a61 gopls/internal/test/marker: add a folding ranges test case
> 5c7400c gopls/internal/cache/parsego: use PreorderStack
> bc8c84c gopls/internal/golang: AddTest: fix types.Package.Path nil panic
> b37bd0b internal/typesinternal: add go1.23 methods to NamedOrAlias
> c6b2a9c internal/typesinternal: add TypeNameFor helper
> ec0dab2 internal/mcp/design: sync with public design
> b1e5d85 internal/gocommand: move and reenable TestRmdirAfterGoList
> 78956f9 internal/mcp/design: yet more cleanup; define the Roots iterator
> 6731e88 internal/diff/lcs: fix flaky test
> 07c24ad internal/mcp: update README
> 279ce35 internal/mcp/design: further clean-up
> 0c0d330 internal/diff/lcs: log pseudorandom seeds so failures can be repro'd
> 04dca59 internal/mcp: hide CancelledParams
> 3c52d1f internal/mcp: reinstate ClientSession
> 3e37703 internal/refactor/inline: report when a "binding decl" was inserted
> d2ad3e0 internal/astutil/cursor: delete shims for old Cursor
> 84fa02a x/tools: gofix -fix -test ./...
> 43dd712 gopls/internal/protocol: make FoldingRange fields optional
> baeb0da cmd/deadcode: respect unused symbols inside all loaded modules
> fdae66b internal/mcp: design.md: polishing
> 5eb0d1f internal/mcp: fix typos
> ad2312c internal/mcp: design.md: link to spec change
> cb65fbb internal/mcp: rename LocalTransport->InMemoryTransport, and document
> 9a093bc internal/mcp: rename ServerConnection->ServerSession
> c905b91 internal/mcp: design.md: clarify backward compatibility guarantee
> 274b895 internal/mcp: resource tweaks
> 283948d internal/mcp: document iterators
> cd1dd28 internal/mcp: use RawMessage for tool args
> cd3f34c internal/mcp: change CallTool signature
> ccbd1d9 internal/mcp: change function signatures match design doc
> e31df77 internal/mcp: pointerize all the things
> 3ab3cc4 internal/mcp: document content constructors
> a5938fa internal/mcp: remove omitzero
> 34082a6 internal/mcp: simplify content
> f1f12cf internal/mcp: merge the protocol package into mcp
> 403f7ef internal/mcp/design: add pagination
> 7d76ce6 internal/mcp/jsonschema: check that schemas form a tree
> 0987b89 jsonschema: resolve remote references
> 8ac1955 internal/mcp: implement resources
> ade411c gopls/internal/lsprpc: start mcp server by passing -mcp-listen
> 865cd20 x/tools: various cleanups related to planned parser changes
> 8ab19ea internal/mcp: describe standard rpc signature
> 4d1336a internal/mcp: add resource subscriptions
> 6dfeba5 internal/mcp: adjust content types
> 3818858 internal/mcp/protocol: make type name more convenient
> bbef3e4 internal/mcp: implement roots
> 2835a17 internal/mcp: design.md: adjust resource design
> 7b959ff go/ast/inspector: improve doc comments
> acf038e internal/mcp/protocol: featureSet[T]
> 0d237c0 go/analysis/passes/framepointer: only stop on unconditional branches
> 3ce9106 internal/mcp: fix roots design
> 7b18363 go/ast/inspector: publish Cursor
> a240192 internal/mcp/design.md: minor changes
> ce6fe29 gopls/internal/completion: apply modernizers
> 2cf2b2a internal/mcp/design: weave discussion of differences with mcp-go
> b303c1f internal/mcp/design: remove the protocol package; update tools
> d11c94a internal/design: minor cleanup; add 'errors' and 'ping' sections
> 721ad8d internal/mcp/design.md: prompts and resources
> b489159 internal/mcp: progress notifications
> b61ab33 internal/mcp/design: add a section on cancellation
> ef35d72 internal/mcp/design: add section on clients and servers
> 8ee3f58 internal/mcp/design.md: completions
> 4160b77 internal/mcp/design.md: client features
> d60d930 internal/mcp: tool section of design
> c89ad19 internal/mcp: JSON Schema design
> 1ead56f internal/mcp/design: describe mcp-go delta
> 2587caa internal/mcp/design: discuss generated protocol types
> 3d89335 internal/mcp: a new extensibility point for HTTP transports
> 6736a6d jsonschema: resolve refs
> 51dcb32 gopls/internal/analysis/modernize: add checks to prevent invalid fixes from slicesContains
> bad5619 internal/mcp/protocol: spell "Id" idiomatically
> 89c7c2c internal/mcp/design: logging
> dbc82b6 internal/mcp/jsonschema: make Schema.every fully recursive
> 4a72625 internal/mcp/design: start a full design doc, with stubs
> 3f0db34 internal/mcp: rename ClientConnection to ServerConnection
> c836232 internal/mcp: rename Make* to New*
> f71ad04 jsonschema: implement JSON Pointers for schemas
> f8980b6 internal/mcp/jsonschema: support validating structs
> 7231669 gopls/internal/analysis/modernize: don't offer a fix when initialization statement is not empty
> deec52f internal/typesinternal: use TypeAndValue.IsBuiltin in ClassifyCall
> 887e16c internal/mcp: NewClient takes Transport
> ff4f533 internal/mcp: add README.md and CONTRIBUTING.md
> 6b12a4e internal/mcp/protocol: move out of mcp/internal, as it's used in the API
> 0ac692e gopls/internal/golang: Hover: show allocator size class
> 8be0535 gopls/internal/golang: make "Show assembly" work in tests
> 055c1af go/ssa: clear Function.subst after building bodyless function
> 898dcae gopls/internal/golang/completion: new code for unimported completions
> 9635d6c jsonschema: resolve anchors
> 51a10bc jsonschema: resolve URIs for $id
> 64b63a6 go.mod: update golang.org/x dependencies
> 7701413 internal/mcp: move jsonschema out of mcp/internal
> 125cd11 jsonschema: pre-compile regexps
> 2f18550 jsonschema: better errors unmarshaling ints
> 635622b jsonschema: using hashing for uniqueItems
> 0f6a53f mcp: remove ServerConnection
> ca54d59 jsonschema: represent integer keywords as ints
> c75f7e8 jsonschema: validate object keywords
> efd15d8 internal/mcp: clean up handling of content
> 80e0fd8 internal/mcp: support prompts
> ab01700 internal/mcp: add tool and schema options
> 37278be internal/mcp: add more package documentation, examples
> 7906227 internal/mcp: add a command transport for connecting to a sidecar
> 1587f35 gopls/internal/server/completion: get correct surrounding for second lhs
> f11e7de internal/stdlib: add arg types for functions
> 0d2acf1 jsonschema: validate array keywords
> fd1a208 jsonschema: validate logic keywords
> 984d58c go/analysis/unitchecker: update TestVetStdlib's skip for "devel" move
> 953b452 go/packages: skip TestRmdirAfterGoList_Runner
> 9e366f5 jsonschema: validate numbers and strings
> 68cf9be gopls/internal/golang/completion: tostring, tobytes postfix snippets
> 6a96d1d cmd/auth: carve out module for deprecated command `auth`
> 7261efd internal/mcp: export the Transport interface; add a Server example
> e4c83cc internal/mcp: dynamically determine the mcp server based on URL
> 26f40ac internal/mcp: clean up SSE server shutdown.
> ffe579a go/packages: remove unexported fields from packages.Config
> 37f9bd1 jsonschema: validate some keywords
> bf81a8d internal/mcp/internal/jsonschema: schema definition
> 4ec26d6 gopls/internal/server: add modify tags code action docs
> d3f8716 gopls/internal/golang/completion: offer return with whitespace
> de18b0b gopls: run modernize -fix in gopls
> 2f3d4ad go/packages: add variant of TestRmdirAfterGoList without gocommand
> cd9151d gopls/internal/cache: fix bug in toGobDiagnostic(Related)
> d3a3775 internal/mcp: implement cancellation
> 2863098 internal/mcp: implement ping, and test request interleaving
> caf7cdc internal/mcp: implement HTTP SSE transport
> 68e94bd x/tools: use 2-arg form of //go:linkname
> f11abcb internal/analysisinternal: permit Fix.End slightly beyond EOF
> 46e932f internal/analysisinternal: add std import at the start of the import group
> d346382 gopls/internal/server: add modify_tags command handler
> 0c2f68a gopls/internal/golang/completion: show typeparam for preceding funcs in chain
> f01b9f6 gopls/internal/server: support links and hovers for replace directive
> cd18362 go/packages: add test that go list closes file handles
> 04af9bf go/analysis/passes/hostport: publish
> 357c3da internal/mcp: add batching support
> cc6bc88 internal/mcp: an MCP SDK prototype
> e9d2a36 gopls/internal/golang: pkgdoc: don't discard NewT for unexported t
> d905d0b gopls/internal/golang: add test for (unfixed) issue 65098
> e27768f internal/refactor/inline: freeishNames initial scope
> 264b0a5 gopls/internal/golang/completion: modernize
> 7c6d4c6 internal/refactor/inline: handle generic functions
> 6da8d2e gopls/internal/golang: Rename imports: be defensive
> 015c0fc gopls/internal/test/integration/web: move misc/webserver_test.go
> d97a910 gopls/internal/golang: CodeAction: don't fail because of 1 producer
> d0ead43 gopls/internal/settings: enable most staticcheck analyzers
> bacd4ba go/analysis/passes/gofix: add an example to doc
> 48422ad gopls/internal/golang: add embedded struct info to hover
> a318c19 internal/refactor/inline: test type params shadowing pkg symbols
> 035d8c6 gopls/internal/golang: Rename all receivers only at declaration
> 6f344f9 internal/refactor/inline: add test for type param shadowing
> 2337e7c internal/refactor/inline: factor out free obj renaming
> 93bb7f0 gopls: update x/telemetry
> 33c6419 gopls/internal/golang: fix build
> e78fd89 internal/astutil/cursor: four API refinements
> cf5cb00 internal/astutil: PreorderStack: a safer ast.Inspect for stacks
> f76b112 gopls/internal/golang: Rename all receiver variables
> ee8f138 go/analysis/passes/gofix: go:fix directive checker
> 1494dfe gopls: improve warning against using go get -tool with gopls
> 20a69d6 gopls: warn against using go get -tool with gopls
> 26ef4d1 gopls/internal/golang: fix broken build due to semantic merge conflict
> 808c870 gopls/internal/cache: more test cases for syntax repairing
> b68d703 gopls/internal/cache: handle VS Code Insiders in watchSubdirs
> ce1c5d5 gopls/internal/golang: CallHierarchy: show only *types.Func callees
> 7e7983f gopls/internal/golang: fix extract with free control statements
> fd68572 internal/stdlib: find api directory more robustly
> 7ceff13 go/analysis/passes/structtag: ignore findings for "encoding/..."
> d363f10 gopls/doc: fix config for vim-lsp
> 7829e07 go/analysis/passes/testinggoroutine: used UsedIdent
> 9df6bbd gopls: hide todo inside readme.md
> fd3eb08 gopls/internal/cache/parsego: new test case for fixed syntax
> c24b06c gopls/internal/golang: implementation: report iface/iface relations
> edff653 gopls/internal/server: TypeHierarchy support
> a99a1c3 gopls/internal/analysis/modernize: prevent conversion of variadic functions to slices.ContainsFunc
> 4e973d9 gopls/internal/golang: yet more refinement of golang/go# 70553
> f64b14a gopls/internal/golang: completion: better default keyword completion in switch stmt
> af71e42 gopls/internal/golang: Rename: fix crash in ill-typed redeclaration
> 9fbec96 gopls/internal/server: workspace: skip adding already added file
bumping github.com/prometheus/client_golang 48e12a1...d50be25:
> d50be25 Cut 1.22.0 (# 1793)
> 1043db7 Cut 1.22.0-rc.0 (# 1768)
> e575c9c promhttp: Isolate zstd support and klauspost/compress library use to promhttp/zstd package (# 1765)
> f2276aa Merge pull request # 1764 from prometheus/dependabot/github_actions/github-actions-bf199c20a5
> a3548c5 Merge pull request # 1754 from saswatamcode/exp-eh
> 9df772c build(deps): bump peter-evans/create-pull-request
> c5cf981 Merge pull request # 1762 from prometheus/release-1.21
> 60fd2b0 Remove go.work file for now
> e84c305 exp: Reset snappy buf (# 1756)
> 8a42da3 Fix ios build. (# 1758)
> 8f9d0de exp: Add dependabot config
> c351d10 Merge pull request # 1753 from prometheus/dependabot/go_modules/github.com/google/go-cmp-0.7.0
> 40c62f7 Merge pull request # 1757 from prometheus/revert-121cas
> 8c4c8fe Merge pull request # 1752 from prometheus/dependabot/go_modules/github.com/klauspost/compress-1.18.0
> 8e74257 build(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0
> eaf03ef Cut 1.21.0 (# 1737)
> 689f590 Cut 1.21.1
> 25fdd48 Merge pull request # 1751 from prometheus/dependabot/github_actions/github-actions-1d46c514bf
> 3e9bb22 build(deps): bump github.com/klauspost/compress from 1.17.11 to 1.18.0
> f1f89dc Cut 1.21.0-rc.0 (# 1718)
> 9e567a7 Revert "Add: exponential backoff for CAS operations on floats (# 1661)"
> ad23ad6 exp/api: Add accepted msg type validation to handler (# 1750)
> 1f5f3b8 build(deps): bump the github-actions group with 5 updates
> c923f7c Revert "ci: daggerize test and lint pipelines (# 1534)" (# 1717)
> 248c3f7 exp/api: Add experimental exp module; Add remote API with write client and handler. (# 1658)
> 1bcda80 process collector: Fixed pedantic registry failures on darwin with cgo. (# 1715)
> 6b820eb Add support for undocumented query options for API (# 1743)
> 038b37a tutorials/whatsup: Updated deps (# 1716)
> 97546ff Update common Prometheus files (# 1745)
> 56a2431 docs: Add RELEASE.md for the release process (# 1690)
> 020a778 Merge pull request # 1744 from prometheus/release-1.21
> cbd9526 Merge pull request # 1713 from prometheus/dependabot/go_modules/tutorials/whatsup/golang.org/x/net-0.33.0
> 9940ebe Merge pull request # 1742 from prometheus/dependabot/github_actions/github-actions-91945f2503
> 1a822a8 Upgrade to prometheus/common 0.62.0 with breaking change (# 1712)
> 80b5a2a build(deps): bump golang.org/x/net in /tutorials/whatsup
> 2c2903f Upgrade Golang version v1.24 (# 1738)
> d8aff6f build(deps): bump the github-actions group with 2 updates
> 7b39d01 Update common Prometheus files (# 1708)
> 2de10d2 Cleanup dependabot config (# 1741)
> aea1a59 Merge pull request # 1703 from prometheus/repo_sync
> 5719ece Merge pull request # 1740 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.36.5
> c882727 Merge pull request # 1704 from prometheus/dependabot/go_modules/github.com/prometheus/common-0.61.0
> 74e0f30 Update common Prometheus files
> e2d1203 Merge pull request # 1739 from prometheus/dependabot/go_modules/golang.org/x/sys-0.30.0
> 5996c87 build(deps): bump google.golang.org/protobuf from 1.36.4 to 1.36.5
> 168c8cc Merge pull request # 1707 from prometheus/dependabot/github_actions/github-actions-32880cf316
> 0c8606f build(deps): bump github.com/prometheus/common from 0.60.1 to 0.61.0
> 16ca7d8 Merge pull request # 1699 from dashpole/update_om_links
> e729ba1 Update common Prometheus files (# 1731)
> c9792a5 build(deps): bump golang.org/x/sys from 0.29.0 to 0.30.0
> 253889c Merge pull request # 1705 from prometheus/dependabot/go_modules/golang.org/x/sys-0.28.0
> b73f1d6 build(deps): bump the github-actions group with 5 updates
> dcf944d build(deps): bump the github-actions group with 5 updates (# 1695)
> 62165c2 update links to openmetrics to reference the v1.0.0 release
> bf9ab7c Update common Prometheus files (# 1727)
> b34fac0 Merge pull request # 1706 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.36.1
> ab5a3ac build(deps): bump golang.org/x/sys from 0.27.0 to 0.28.0
> 6bc5aaf Merge pull request # 1696 from prometheus/dependabot/go_modules/golang.org/x/sys-0.27.0
> c5873e0 Merge pull request # 1726 from prometheus/dependabot/github_actions/github-actions-0a2c707ab8
> 0e565ee build(deps): bump google.golang.org/protobuf from 1.35.2 to 1.36.1
> e5b5c5a Merge pull request # 1697 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.35.2
> b338349 build(deps): bump golang.org/x/sys from 0.26.0 to 0.27.0
> 348cc70 Merge pull request # 1725 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.36.4
> c23accd build(deps): bump the github-actions group with 5 updates
> f53c5ca setup OSSF Scorecard workflow (# 1432)
> a656822 build(deps): bump google.golang.org/protobuf from 1.35.1 to 1.35.2
> 8afccc7 feat: Add new CollectorFunc utility (# 1724)
> 0f3d1e7 build(deps): bump google.golang.org/protobuf from 1.36.3 to 1.36.4
> b236e1b examples: Follow best practices and established naming conventions (# 1650)
> a42ae02 Added tips on releasing client and checking with k8s. (# 1723)
> 1880f1b Fix: handle nil variableLabels in Desc.String() method and add tests for nil label values (# 1687)
> 625c0eb chore(docs): Add links for the upstream PRs (# 1722)
> 2356bb3 Update common Prometheus files (# 1692)
> d9c0c3c Merge pull request # 1721 from prometheus/bwplotka-patch-1
> 76b74e2 fix: add very small delay between observations to make test more realistic (and faster) (# 1691)
> 68803f1 Merge pull request # 1719 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.36.3
> 130ebd1 Update RELEASE.md
> 6a90048 Add codeowners (# 1688)
> c77aa37 Merge pull request # 1720 from prometheus/dependabot/go_modules/golang.org/x/sys-0.29.0
> 2da9d00 build(deps): bump google.golang.org/protobuf from 1.36.1 to 1.36.3
> 7d0a0fb fix: replace fmt.Errorf with errors.New (# 1689)
> 40b7ca4 build(deps): bump golang.org/x/sys from 0.28.0 to 0.29.0
> 291b0b0 Merge pull request # 1654 from shivanthzen/constNativeHistogram
> 13851e9 Update common Prometheus files (# 1683)
> ae84979 Add native histograms
> a934c35 Add: exponential backoff for CAS operations on floats (# 1661)
> bab92a7 chore: enable usestdlibvars linter (# 1680)
> 400ee29 Update common Prometheus files (# 1679)
> 2b11a4b Merge pull request # 1673 from imorph/faster_find_bucket
> fcfad5c [chore]: enable perfsprint linter (# 1676)
> 78d7a94 add: linear search implementation (+ benchmarks)
> 1aa11d0 Merge pull request # 1678 from prometheus/dependabot/github_actions/github-actions-99b3cd78cd
> 0c73c1c Merge pull request # 1672 from imorph/fix_summary_decay2
> 6de54aa Merge pull request # 1674 from prometheus/repo_sync
> abfb257 build(deps): bump the github-actions group across 1 directory with 3 updates
> d3f2840 Merge pull request # 1665 from jkroepke/BuildFQName
> 6d099da add: no skip in short mode for TestSummaryDecay
> 02883cb Merge pull request # 1675 from mharbison72/issue-1660
> 8aea698 Update common Prometheus files
> 769f6f6 Merge pull request # 1670 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.35.1
> ece74f8 optimize BuildFQName function
> 7877776 fix: use injected now() instead of time.Now() in summary methods
> 3c21cc0 process_collector: avoid a compiler warning on macOS (fixes # 1660)
> 929900d Merge pull request # 1667 from prometheus/dependabot/go_modules/github.com/prometheus/common-0.60.1
> 5aa8222 build(deps): bump google.golang.org/protobuf from 1.34.2 to 1.35.1
> aef8aed Merge pull request # 1657 from Manask322/addHeadersRoundTripperExample
> efa3a8c Merge pull request # 1669 from prometheus/dependabot/go_modules/golang.org/x/sys-0.26.0
> 2c854c6 build(deps): bump github.com/prometheus/common from 0.59.1 to 0.60.1
> e1675ce Merge pull request # 1651 from prometheus/arianna-maintainer
> 547b8da test add headers round tripper
> ce1dda1 Merge pull request # 1668 from prometheus/dependabot/go_modules/github.com/klauspost/compress-1.17.11
> 1580d47 build(deps): bump golang.org/x/sys from 0.25.0 to 0.26.0
> e265df7 Merge pull request # 1647 from prometheus/release-1.20
> ffcf34f Add Arianna as maintainer 💪
> 1f09abb build(deps): bump github.com/klauspost/compress from 1.17.10 to 1.17.11
> 9c67f61 process_collector: Merge wasip1 and js into a single implementation (# 1644)
> 284ca0f Optinally print OM created lines (# 1408)
> 93c851f build(deps): bump the github-actions group with 4 updates (# 1634)
> ae6e5d0 Update common Prometheus files (# 1635)
> b2ef833 process_collector: Add Platform-Specific Describe for processCollector (# 1625)
> a9c0488 Merge pull request # 1632 from prometheus/dependabot/go_modules/golang.org/x/sys-0.25.0
> 38fb2b1 Merge pull request # 1633 from prometheus/dependabot/go_modules/github.com/klauspost/compress-1.17.10
> 9cd37f9 build(deps): bump golang.org/x/sys from 0.24.0 to 0.25.0
> 25bda7c process_collector: fill in virtual and resident memory values on macOS using optional cgo (# 1616)
> cb4b0c6 build(deps): bump github.com/klauspost/compress from 1.17.9 to 1.17.10
> 86f3496 Update common Prometheus files (# 1628)
> ff60566 Refactor default runtime metrics tests for Go collector so that default runtime metric set autogenerates (# 1631)
> 64158c5 Merge pull request # 1626 from ying-jeanne/add-example-for-customlabels
> 39e7c23 Merge pull request # 1627 from prometheus/release-1.20
> 86cdda8 Merge branch 'main' into add-example-for-customlabels
> ac114f3 Update common Prometheus files (# 1622)
> 6efd27d Update examples/customlabels/main.go
> c29b986 Merge pull request # 1618 from prometheus/owilliams/utf8-testing
> b079872 examples: Add custom labels example
> 89f21b2 api: Add ability to CloseIdleConnection for one-off httpClient use cases. (# 1513)
> 4d20de5 Set allow-utf-8 in Format during tests to avoid escaping.
> a5e1340 process_collector: fill in most statistics on macOS (# 1600)
> 97aa049 Update common Prometheus files (# 1615)
> fa4f164 examples: Improved GoCollector example. (# 1589)
> 30da80d Merge pull request # 1614 from prometheus/dependabot/github_actions/github-actions-aadb7c6e64
> 2cc3a2f Update Dagger and build. (# 1610)
> fd3057a build(deps): bump github/codeql-action
> 850b6c0 changed the name of all variables with min/max name (# 1606)
> 67683fd Merge pull request # 1612 from prometheus/dependabot/go_modules/github.com/prometheus/common-0.57.0
> 0ac5bf3 Merge pull request # 1611 from prometheus/dependabot/go_modules/golang.org/x/sys-0.24.0
> 25ed766 build(deps): bump github.com/prometheus/common from 0.55.0 to 0.57.0
> 0a90db7 Merge pull request # 1602 from prometheus/superq/update_go
> 4c36916 build(deps): bump golang.org/x/sys from 0.22.0 to 0.24.0
> ffc4cc6 Merge pull request # 1603 from prometheus/superq/cleanup_lint
> c85ae6b Update supported Go versions
> dbf72fc Merge pull request # 1593 from prometheus/release-1.20
> e080e48 Update linting
> b5361fe ci: bump dagger to the latest version (# 1588)
> 989a6d0 Merge pull request # 1583 from prometheus/fix
> 05936e8 Merge pull request # 1582 from prometheus/main-1.20
> 8514bd7 gocollector: Tiny fix for help message with runtime/metrics source.
bumping k8s.io/kube-openapi 2c72e55...c8a335a:
> c8a335a Merge pull request # 531 from serathius/validate-streaming
> 9d41124 Merge pull request # 530 from Jefftree/go-124
> 0d9316e Add validation rules for streaming
> b98be4e Merge pull request # 529 from Jefftree/idl-fix
> 342f11d Change package name back to idl_test and import idl
> 58bc144 Merge pull request # 527 from jas4711/fix-slow-tests
> 1250ee0 Fix package path for idl so the examples are aligned with types
> 995909f Add go 1.24 to CI
> e5f78fe Merge pull request # 524 from thockin/master
> 79dd252 Increase integration tests' timeout to 1min
> e0eeacd Switch from gofuzz to randfill
bumping k8s.io/apiserver c09fadd...338d7b8:
> 338d7b8 Update dependencies to v0.33.1 tag
> 1fb809d Merge remote-tracking branch 'origin/master' into release-1.33
> 6aae451 Stop exposing list-via-watch from the server
> 345c8cf Merge remote-tracking branch 'origin/master' into release-1.33
> 11e6080 Merge pull request # 131196 from siyuanfoundation/forward-api
> e87c9db Move to released version of prometheus/client_golang v1.22.0 from rc.0
> 9ca332f bug fix: fix version order in emulation forward compatibility.
> d4f2fc5 Merge pull request # 131020 from wojtek-t/fix_asynchronous_error
> beaef1d Merge pull request # 131103 from ahrtr/etcd_sdk_20250328
> b9e86eb Fix race for sending errors in watch
> 1776f0c Parallelize cacher list tests
> e228aea Don't start etcd for skipped test
> 29a5d82 Stop cacher in TestWatchStreamSeparation to speed up shutdown
> 30b60eb Fix flake, non-consistent list doesn't give any guarantees about staleness
> aed144f Ensure that cacher is terminated in TestGetListRecursivePrefix
> 51e9232 bump etcd 3.5.21 sdk
> 26bd744 Merge pull request # 127053 from dashpole/tracing_context_propagation
> 37736ec Merge pull request # 129872 from seans3/websocket-https-proxy
> 6898b83 restrict trace context propagation to system:master and system:monitoring
> b1b5987 Merge pull request # 130937 from serathius/watchcache-unify-delegate-list
> 3b2a820 Websocket HTTPS proxy support
> 6811fde Unify should delegate list
> b1020ce Merge pull request # 130423 from serathius/watchcache-continue
> 3a206e1 Merge pull request # 130930 from siyuanfoundation/help
> 5a05907 Serve LISTs with exact RV and continuations from cache
> a11f874 Merge pull request # 130121 from yongruilin/featuregate-unversion-clean
> b94acad chore: update emulation version help msg.
> 8702b38 chore: Remove unused unversioned feature gate map by consolidating feature gate files
> 7d24a9e Merge pull request # 130925 from serathius/watchcache-snapshotter-interface
> 23be1a4 Merge pull request # 130924 from serathius/watchcache-delegate-precedense
> fa558b1 Create Snapshotter interface to fake the implementation
> dfc7cb5 Merge pull request # 130922 from serathius/watchcache-delegate-state
> 91724cf Change precedence order for continue and legacy exact match
> a581683 Merge pull request # 130899 from serathius/watchcache-error
> edd1d1f Extend shouldDelegateList testing incorportating state of cacher
> 1a83f0c Merge pull request # 128402 from richabanker/mvp-agg-discovery
> 50f48ce Implement watchcache returning error from etcd that caused cache reinitialization
> 2566cd2 Merge pull request # 130115 from danmillwood/danmillwood-dispatcher-test-patch
> ae08979 Replace StorageVersion API with aggregated discovery to fetch served resources by a peer for MVP
> 7db8aee Merge pull request # 130906 from serathius/streaming-validation
> 10c2760 Fix intermittent test failure
> f50e0ed Update kube-openapi and integrate streaming tags validation
> 98865c8 Merge pull request # 130863 from serathius/watchcache-negative-RV-consistent
> 0f51ac5 Merge pull request # 130560 from stlaz/remote-uid-config-beta
> c59961a Test continue with negative RV for reading consistent RV
> 52e218f Merge pull request # 130873 from serathius/watchcache-consistency-typo
> a9904ee bump RemoteRequestHeaderUID featuregate to Beta, on by default
> 3482808 Merge pull request # 130866 from serathius/watchcache-delegate-helper
> 4da0062 Fix missing recursive in consistency check, enable panic on failed check and fix typo in logs
> aac1558 Merge pull request # 130875 from aramase/aramase/f/fix_email_verified_godoc
> cc5ef43 Extract delegator.Helper interface to allow making delegate decision based on cache state
> 3a95207 Add unit test to validate email_verified in claim validation rules
> 67dfc24 fix godoc for email_verified requirement when username contains claims.email
> d750e2f Merge pull request # 130595 from tkashem/omit-admission
> ba3fbbb Merge pull request # 130688 from serathius/watchcache-validate
> 4c88a5c skip admission for unsafe delete
> fa03ee3 Merge pull request # 130347 from Jefftree/remove-v2beta1-agg-discovery
> 7a33f52 Use ValidateListOptions in watch cache
> 544ce3d Merge pull request # 130741 from googs1025/fix/data_race
> cba5376 Gate apidiscovery/v2beta1 serving with a feature gate
> 5df5358 Merge pull request # 130811 from serathius/watchcache-test-negative-rv
> 7af2504 flake: fix data race for TestApfWatchHandlePanic unit test
> 2265efa Merge pull request # 130815 from serathius/watchcache-simplify-bypass-test
> 6f6da8e Add test cases for negative resource version in TestList
> 8aa636f Merge pull request # 130813 from serathius/watchcache-consistent-list-flake
> 3a2e1b5 Simplify bypass test by just testing shouldDelegateList function
> a679925 Test bypass for negative RV
> 05ed2e0 Merge pull request # 130437 from srivastav-abhishek/fix-unsafe-conversions-test
> 6ace22f Fix flaky RunTestConsistentList
> b640464 Merge pull request # 130588 from serathius/watchcache-test-recursive
> 1b0427a Removed parallel execution for test/subtest where AllocsPerRun is used
> 84cc815 Merge pull request # 130354 from siyuanfoundation/forward-api
> f76f81a Test recursive in TestGetListCacheBypass and separate overrides
> 70820c9 Merge pull request # 130019 from yongruilin/version-intro
> 942f114 Add option to explicitly enable future gv or gvr in runtime-config.
> a91b001 Merge pull request # 130788 from jpbetz/fix-subresources
> 2b4f068 refactor: detach Info from apimachinery util version
> 5a72bc8 Add emulation forward compatibility into api enablement and RemoveDeletedKinds.
> 543428d Merge pull request # 130775 from serathius/watchcache-consistent-read
> 24d512c Fix subresource parsing for declarative validation
> b671788 feat: extend version information with more detailed version fields
> d88392f Merge pull request # 130754 from aaron-prindle/validation-gen-add-metric-and-runtime-verification-review-comments-upstream
> 3cb2448 Fix detecting consistent read when watchcache starts handling continue
> c31bd99 Merge pull request # 130751 from Jefftree/cle-promote-beta
> 4fe686a chore: change Info->Error log level related to declarative validation runtime tests and refactor panic wrapper names
> 79feac1 Merge pull request # 130777 from serathius/watchcache-consistency-test
> 1623f66 Promote CLE to beta
> 7b991eb Merge pull request # 124360 from carlory/kep-3751-quota-2
> 36c1a58 Fix typo and pass the environment variable required to enable watchcache consistency checking in GCE tests
> 8e8b957 Merge pull request # 130693 from novahe/fix/test-cases
> 2156078 Add quota support for PVC with VolumeAttributesClass
> 6056c27 Merge pull request # 130752 from serathius/watchcache-simplify-delagate
> a2c8b55 Fix test cases that may potentially cause a panic.
> ae901d5 Merge pull request # 130648 from jpbetz/semver-tolerant
> 6ed4233 Simplify shouldDelegateList
> 96b9726 Merge pull request # 130705 from aaron-prindle/validation-gen-add-metric-and-runtime-verification-upstream
> 408f503 Apply feedback
> 3832c30 Merge pull request # 130708 from fuweid/reduce-spans-in-writer
> b8750e7 feat: add declarative validation metrics and associated runtime verification tests
> 92171c8 Add normalization support to CEL semver library, enable in base env
> 1a6db11 Merge pull request # 129407 from serathius/streaming-proto-list-encoder
> 9ff9bbb *: reduce tracing events during streaming JSON objects
> 97b6cb1 chore: change error_matcher.go to use test interface instead of importing testing pkg
> 782d907 Add tolerant parse option to semver
> b2bc62b Merge pull request # 130475 from serathius/watchcache-consistency
> 67ec836 Implement streaming proto encoding
> 67d2550 Merge pull request # 130530 from pacoxu/v1.33-fg-cleanup
> 23e9b2c Implement consistency checking
> dccab55 Merge pull request # 130637 from serathius/watchcache-unify-validation
> d44a862 remove feature gate AdmissionWebhookMatchConditions that was GAed in v1.30
> 855c0d4 Merge pull request # 130555 from thockin/k_k_randfill
> 73e72d1 Unify ListOptions validation between cache and etcd
> bd0e774 remove AggregatedDiscoveryEndpoint that was GAed in v1.30
> 7ee837d Vendor randfill
> 01307e4 remove feature gate RemainingItemCount that was GAed in v1.29
> 9641d30 Use randfill, do API renames
> c2e94ca Merge pull request # 130569 from dims/update-to-latest-cadvisor-v0.52.0
> 7377dfa Merge pull request # 130417 from serathius/watchcache-compact
> e36558f update to v1.22.0-rc.0
> 4305a14 Separate compactWatchCache from increaseRV
> 337542d update to latest cadvisor @ v0.52.0
> d3e44df Merge pull request # 130589 from serathius/watchcache-opts
> c5b8df4 Merge pull request # 130543 from thockin/error_matcher_and_origin
> f422062 Pass storage.ListOptions to WaitUntilFreshAndList
> 163865f Merge pull request # 130320 from Jefftree/relax-openapi-verify
> 0b0eaa3 Fix up ErrorMatcher from feedback
> b12d7a1 Allow OpenAPI verification to pass both with and without strict alpha
> 5edb11a Merge pull request # 130571 from hakuna-matatah/debug-upstream
> 821b679 Merge pull request # 130587 from serathius/watchcache-subtests
> 6faeace Debug latencies in request handler
> 79ec453 Run lists tests in subtests
> 345ad05 Merge pull request # 130549 from jpbetz/validation-gen-pr2
> 7c0ba21 Add declarative validation utility for use from strategies
> 70fe4e2 Merge pull request # 128919 from dashpole/update_otel
> 9b3bebd update go.opentelemetry.io dependencies to v1.33.0/v0.58.0
> 990bed7 Merge pull request # 130450 from JoelSpeed/fix-contains-cidr
> 6a65641 Merge pull request # 129334 from serathius/streaming-json-list-encoder
> 6479174 Fix implementation of ContainsCIDR to allow non-equal addresses
> f2b1ab6 Merge pull request # 130474 from dims/bump-x/crypto-and-x/oauth2
> 38b01a1 Streaming JSON encoder for List
> 69cfb42 Merge pull request # 129688 from cpanato/update-main-go124
> e1e2202 Bump x/oauth2 and x/crypto
> 205c0f5 Merge pull request # 130281 from z1cheng/issue_130264
> 585eff5 bump go.mod to set min go1.24
> 82c8af5 Merge pull request # 130443 from serathius/watchcache-limit
> c576a62 Implement chunking for gzip encoder in deferredResponseWriter
> e03f7e4 Merge pull request # 130400 from serathius/storage-current-rv
> 9e52394 Remove limit support from btree store
> 3ad9385 Move GetCurrentResourceVersion to storage.Interface
> 2ebe70a Merge pull request # 130412 from serathius/watchcache-progress
> 0230ffb Merge pull request # 130399 from serathius/cache-delegator
> a458717 Move watch progress to separate package.
> a64613c Rename CacheProxy to CacheDelegator
> ed3efcd Merge pull request # 130060 from carlory/fix-quota-scope
> 1e7b28d Merge pull request # 129657 from p0lyn0mial/upstream-cacher-resilient-init-back-off
> 13a27b8 Fix a bug where the `ResourceQuota` admission plugin does not respect ANY scope change when a resource is being updated. i.e. to set/unset an existing pod's `terminationGracePeriodSeconds` field.
> fcfce5a Merge pull request # 130279 from serathius/watchcache-snapshot
> 3aea777 storage/cacher/ready: dynamically calculate the retryAfterSeconds
> 4a787e9 Merge pull request # 130344 from tosi3k/wc-upper-bound-capacity
> 09c0e7d Add snapshotting of watch cache behind a feature gate
> 710763d Merge pull request # 130118 from lucasrattz/update-anp
> efe7a1b Add watch cache capacity upper bound adjusting logic
> d522031 Ensure that btree threadedStoreIndexer implements orderedLister
> 8dccd76 Merge pull request # 130359 from my-git9/assertion1
> 4831145 Bump konnectivity-client to v0.31.2
> 95d27c9 Merge pull request # 130187 from mansikulkarni96/129084
> a3d85c2 enable go-required check
> 3a55230 Drop winsymlink go 1.23 workaround
> afb79f8 fix wrong assertion on tests
> 644f8e6 Merge pull request # 130242 from serathius/watchcache-test
> 476d81d Test continuations and exact revision LISTs
> b9bc02f Merge pull request # 130280 from serathius/watchcache-test-refactor
> b9f760c Merge pull request # 130297 from 249043822/br0004
> 1e6e6f0 Refactor TestList and validate continuations to allow testing pagination and more exact RVs in the future
> 9da16fa Fix non-recursive list should also read RequestWatchProgress feature when consistent list from cache is enabled
> f98455c Merge pull request # 122646 from liggitt/deletionTimestamp
> 8dd4460 Merge pull request # 130047 from HirazawaUi/modify-loopback-cert-valid-period
> 1bac1a3 prevent deletionTimestamp from moving into the past
> b6fda29 Merge pull request # 130190 from nkeert/test-validate-deferredResponseWriter-for-multiple-writes
> c533eff adjusting loopback certificate validity in kube-apiserver
> 938d466 Merge pull request # 130249 from seans3/bump-websockets-version
> 11288ef Add a test to validate deferredResponseWriteron multiple write calls
> ff5a72e Update gorilla/websockets library from 1.5.0 to latest 1.5.3
> 52dde33 Merge pull request # 130126 from fuweid/fix-128314
> 35a4ee0 Merge pull request # 129852 from p0lyn0mial/upstream-clock-test-cache
> 2a04234 proxy: should add PingPeriod for websocket translator
> 08a05f9 Merge pull request # 130113 from AwesomePatrol/129931-fix-3
> 23e8a6c cacher: decrease the running time of TestConsistentReadFallback
> 87cccf7 Limit ResourceQuota LIST requests to times when informer is not synced
> 8a149c9 cacher/cacher_whitebox_test: newTestCacherWithoutSyncing allow passing a clock
> c471778 Merge pull request # 129934 from serathius/graduate-btree
> 4628bb8 Merge pull request # 129416 from siyuanfoundation/refactor
> c1a2d59 Graduate BtreeWatchCache feature gate to GA
> 9bb5fd5 Merge pull request # 129929 from serathius/deprecate-separate-rpc
> 9bb4aa7 Refactor compatibility version code
> 7b8dc61 Merge pull request # 129930 from serathius/deprecate-watch-from-storage
> 66f7881 Flip SeparateCacheWatchRPC feature gate to false and deprecate it.
> 0198fdb Merge pull request # 129921 from srivastav-abhishek/fix-etcd-test
> 0167eb5 Deprecate WatchFromStorageWithoutResourceVersion
> 2ce508c Merge pull request # 129844 from cici37/bumCEL
> 55da1af Additional timeout to receive all watchEvents
> 39a73cd Merge pull request # 129813 from yongruilin/golangci-featuregate-add
> 69f7857 Update the env option.
> 52f2fda Merge pull request # 129596 from cici37/cvTest
> ee59411 feat: add a lint rule to prevent Add unversioned featuregate
> 7e0cbb5 Bump cel-go to v0.23.2.
>
|
|
|
|
96721e598f
|
[main] Upgrade to latest dependencies (#1997)
* upgrade to latest dependencies
bumping github.com/google/go-cmp c3ad843...9b12f36:
> 9b12f36 Detect proto.Message types when failing to export a field (# 370)
> 4dd3d63 fix: type 'aribica' => 'arabica' (# 368)
> 391980c Support compare functions with SortSlices and SortMaps (# 367)
bumping google.golang.org/protobuf f09e239...3f79c52:
> 3f79c52 all: release v1.36.6
> a5da9b2 gha-ci: instruct bazelisk to use Bazel 7.x
> 9f3ed37 internal_gengo: generate a const string literal for the raw descriptor
> 4247b1b proto: Add CloneOf[M Message](m M) M
> f7fcf5b types/descriptorpb: regenerate using latest protobuf v30 release
> 9c8c2dd all: set Go language version to Go 1.22
> 1719d63 all: start v1.36.5-devel
bumping knative.dev/networking 2cde432...6268d93:
> 6268d93 upgrade to latest dependencies (# 1059)
> 5a309fd upgrade to latest dependencies (# 1058)
> f1b08e6 upgrade to latest dependencies (# 1054)
> 0d887a8 bump to golangci yaml v2 (# 1057)
> a46e5f4 bump to golangci yaml v2 (# 1056)
> 5ce28a2 Update community files (# 1055)
> ad8767c upgrade to latest dependencies (# 1052)
> 3be8292 upgrade to latest dependencies (# 1050)
> 863b7af fix linter config (# 1049)
> 1aaade7 upgrade to latest dependencies (# 1047)
> d23278a Update community files (# 1048)
bumping knative.dev/serving 582f453...a4c4491:
> a4c4491 update min go version to 1.24 (# 15856)
> e74fe1a drop code clearing out the user agent (# 15857)
> 128550c bump latest contour and istio (# 15858)
> 7f044f1 Enable Mount Propagation as a Optional Feature (# 15758)
> 5653ad0 Update net-gateway-api nightly (# 15853)
> ae7b265 Update net-kourier nightly (# 15855)
> 4730c99 Update net-istio nightly (# 15854)
> 880ea71 Update net-contour nightly (# 15852)
> 93023e8 feat: add support for CSI volumes (# 15815)
> c7f03af Support exec readiness probes for sidecar containers (# 15773)
> a221c53 Update net-kourier nightly (# 15849)
> e88d4dc upgrade to latest dependencies (# 15845)
> 1d9855f Update net-gateway-api nightly (# 15847)
> e6c1839 Update community files (# 15848)
> c7e3075 Update net-kourier nightly (# 15843)
> e193904 Update net-istio nightly (# 15844)
> a5e15ba Update net-gateway-api nightly (# 15841)
> 4699601 Update net-contour nightly (# 15842)
> 44559d5 upgrade to latest dependencies (# 15840)
> 3d830a0 autoscaler: ignore ScaleDownDelay if not reachable (# 15831)
> 8ee578e upgrade to latest dependencies (# 15839)
> a2b3da5 bump to golangci yaml v2 (# 15838)
> 3c4cbd0 Update net-contour nightly (# 15837)
> bc0feed Update net-istio nightly (# 15836)
> bda3d20 Update net-gateway-api nightly (# 15835)
> 12f49ee Update net-gateway-api nightly (# 15820)
> ee9d356 Update community files (# 15821)
> a4e99cd drop coverage check for cmd/schema-tweak (# 15827)
> 3c3e59c Bump the github-actions group with 3 updates (# 15825)
> 7605ccd Serving is on 0.32.x already, hence the replace for gengo is not needed (# 15819)
> 67746d3 Update net-gateway-api nightly (# 15808)
> ad65df0 upgrade to latest dependencies (# 15809)
> a3be1ef fix repeat option (# 15813)
> c09ff6c Update net-gateway-api nightly (# 15806)
> 636392e Update net-kourier nightly (# 15804)
> ee523c0 Update net-istio nightly (# 15805)
> e067066 Update net-gateway-api nightly (# 15803)
> f2aa6e3 Update net-kourier nightly (# 15796)
> b06a773 Bump the github-actions group with 3 updates (# 15800)
> 0210658 upgrade to latest dependencies (# 15793)
> 87c07ee Update net-istio nightly (# 15789)
> 09ec3f5 Update net-gateway-api nightly (# 15788)
> 1124aff Update net-contour nightly (# 15787)
> 99a8b20 Update net-istio nightly (# 15786)
> 8d80bbe Update community files (# 15785)
> 6da3d87 Update net-kourier nightly (# 15784)
bumping golang.org/x/net df97a48...b8d8877:
> b8d8877 go.mod: update golang.org/x dependencies
> e1fcd82 html: properly handle trailing solidus in unquoted attribute value in foreign content
> ebed060 internal/http3: fix build of tests with GOEXPERIMENT=nosynctest
> 1f1fa29 publicsuffix: regenerate table
> 1215081 http2: improve error when server sends HTTP/1
> 312450e html: ensure <search> tag closes <p> and update tests
> 09731f9 http2: improve handling of lost PING in Server
> 55989e2 http2/h2c: use ResponseController for hijacking connections
> 2914f46 websocket: re-recommend gorilla/websocket
> 99b3ae0 go.mod: update golang.org/x dependencies
> 85d1d54 go.mod: update golang.org/x dependencies
> cde1dda proxy, http/httpproxy: do not mismatch IPv6 zone ids against hosts
> fe7f039 publicsuffix: spruce up code gen and speed up PublicSuffix
> 459513d internal/http3: move more common stream processing to genericConn
> aad0180 http2: fix flakiness from t.Log when GOOS=js
> b73e574 http2: don't log expected errors from writing invalid trailers
> 5f45c77 internal/http3: make read-data tests usable for server handlers
> 43c2540 http2, internal/httpcommon: reject userinfo in :authority
> 1d78a08 http2, internal/httpcommon: factor out server header logic for h2/h3
> 0d7dc54 quic: add Conn.ConnectionState
> b4c8655 http2: avoid extended CONNECT hang when connection breaks during startup
> 163d836 internal/http3: add Server
> 447f458 context: delete lone example
> 918d64e context: delete dead code, sync docs with upstream context package
> 5095d0c all: upgrade go directive to at least 1.23.0 [generated]
> 8844327 internal/httpcommon: don't depend on net/http
> cd9d661 route: fix RTM_GET netmask parsing on Darwin
bumping knative.dev/eventing 9a7c6d5...b99e57b:
> b99e57b [main] Upgrade to latest dependencies (# 8567)
> a7b2f1c [Automated] Update eventing-eventing-integrations nightly (# 8566)
> 7c466cb [main] Update community files (# 8565)
> c0cf4f4 [main] Upgrade to latest dependencies (# 8564)
> 5f466ad Compare the entire PodTemplateSpec, instead of just its PodSpec (# 8558)
> d7a0359 [main] Upgrade to latest dependencies (# 8559)
> f14c335 [main] Upgrade to latest dependencies (# 8556)
> 6365d89 Migrate golanglint-ci config to v2 (# 8557)
> bbc9696 If no subscriber uri is present we return 404, instead of 400 (# 8551)
> facf1df [Automated] Update eventing-eventing-integrations nightly (# 8550)
> 9449b64 [Automated] Update eventing-eventing-integrations nightly (# 8546)
> dd04655 [main] Update community files (# 8545)
> e531d7d Adding little func that generated the invalid PEM data (# 8543)
> 8027fd3 Remove unnecessary cert-manager generated code (# 8539)
> a5858a5 Fix EventTransform with TLS Sink test (# 8537)
> 897d1d1 [main] Upgrade to latest dependencies (# 8533)
> 609a064 Prevent knative-nightly integrations image references from being released (# 8521)
> 8ac630d Use more readable ENV_VAR names for Camel (# 8531)
> 5daaa6c Allow setting finalizers for EventTransform reconciler (# 8534)
> 433aa64 [Automated] Update eventing-eventing-integrations nightly (# 8530)
> 4080fcf Try to bump to latest of CE Conformance (# 8532)
> c022af7 Fixing the way we render custom camel tags on go structs (# 8528)
> da4377a Propagate Cert-Manager Certificate status to the one from the IntegrationSink (# 8527)
> 1fd0d89 [main] Upgrade to latest dependencies (# 8523)
> d6cc879 Skip EventTransform TLS tests when Istio is enabled (# 8525)
> 4fd274a Bump cert manager and use their clientset (# 8520)
> 6ffe7c1 Improve CM Cert reconcile and deletion if feature is turned off (# 8519)
> ebd149e Add dynamic cert-manager certificates informer (# 8517)
> 7be5c19 Event Transform JSONata TLS (# 8515)
> ec8a208 [Automated] Update eventing-eventing-integrations nightly (# 8516)
> eb3dd80 Enable Cert Manager (# 8509)
> 615a071 Allow storage-version-migration job to successfully run when optional CRDs are not installed (inmemorychannels, etc) (# 8510)
> fe83e25 EventTransform: add reconciler unit tests (# 8513)
> 1e889be SinkBinding: Set specific conditions for reconciler steps (# 8508)
> 6073039 [main] Upgrade to latest dependencies (# 8512)
> 3153b47 EventTransform: Inject tracing configurations (# 8479)
> db0cf43 Update to the correct file (# 8507)
> adaafa2 [Automated] Update eventing-eventing-integrations nightly (# 8506)
> 714deeb Update k8s version in e2e tests (# 8503)
> 54a2402 Fix golangci exclude config (# 8502)
> 80dd84e Guard reserved access with lock and create vpods in tests (# 8457)
> 5bcee30 Inject integration images from ConfigMap (# 8500)
> ae049c8 Jsonata Event transform e2e tests (# 8499)
> c828898 Generic code for Certificates (# 8489)
> 351898d fix: verify trigger is not ready before pingsource dependency exists (# 8494)
> c651616 Add initial iteration of eventing-integration resources (# 8493)
> 51637df IntegrationSink prefactors (# 8486)
> c429fc5 Remove unused code (# 8485)
> 732ec62 Partial implementation of certmanager for integration sink (# 8481)
> 5998cfe [main] Update community files (# 8480)
bumping knative.dev/pkg c925de2...ed3e215:
> ed3e215 upgrade to latest dependencies (# 3170)
> 4e8ebbe Bump golang.org/x/tools from 0.31.0 to 0.32.0 (# 3169)
> 1ae6a39 Bump golang.org/x/net from 0.38.0 to 0.39.0 (# 3168)
> a8e20d9 Bump gomodules.xyz/jsonpatch/v2 from 2.4.0 to 2.5.0 (# 3154)
> 7b91ff1 update .golangci.yaml to v2 (# 3167)
> b9bfb45 Bump golang.org/x/sync from 0.12.0 to 0.13.0 (# 3166)
> 74af921 Bump google.golang.org/protobuf from 1.36.5 to 1.36.6 (# 3163)
> cc5f202 Bump golang.org/x/net from 0.37.0 to 0.38.0 (# 3162)
> a900930 Bump google.golang.org/grpc from 1.71.0 to 1.71.1 (# 3165)
> c5a13b1 Update community files (# 3161)
> 9f3e60a upgrade to latest dependencies (# 3160)
> b7bbf4b Bump google.golang.org/grpc from 1.70.0 to 1.71.0 (# 3157)
> 097c752 Bump golang.org/x/tools from 0.30.0 to 0.31.0 (# 3155)
> 0372c08 Bump github.com/google/go-cmp from 0.6.0 to 0.7.0 (# 3152)
> 9e26561 Update community files (# 3151)
bumping golang.org/x/mod 52289f1...dc121ce:
> dc121ce all: upgrade go directive to at least 1.23.0 [generated]
bumping google.golang.org/grpc 98a0092...cdbdb75:
> cdbdb75 Change version to v1.71.1 (# 8206)
> 3a93562 Cherry-pick # 8195 into v1.71.x (# 8202)
> 208e03b Cherry-pick # 8164 # 8166 to v1.71.x (# 8182)
> 8b7d2fe grpc: fix bug causing an extra Read if a compressed message is the same size as the limit (# 8181)
> 9c81a91 resolver: Make EndpointMap's Get, Set and Delete operations O(1) (# 8179) (# 8184)
> 8d46b21 grpc: Add endpoints in resolverWrapper.NewAddress (# 8149) (# 8151)
> 4775bba Change version to 1.71.1-dev (# 8106)
> d01db5c Change version to 1.71.0 (# 8105)
> 012f8bf xds: Enable dualstack flag (# 8134)
> bf0c885 examples/features/dualstack: Demonstrate Dual Stack functionality (# 8098) (# 8115)
> 05bdd66 ringhash: Remove TODO comment (# 8096)
> ddb2484 xds: remove obsolete xDS transport custom dialer option (# 8079)
> 8528f43 cleanup: replace Dial with NewClient (# 7975)
> ae2a04f ringhash: Replace DNS resolver before sending xDS Update in test (# 8091)
> e55819e lazy: Use channel to wait for resolver error being received in test (# 8088)
> b524c08 xdsclient: include xds node ID in errors from the WatchResource API (# 8093)
> 91eb6aa client: improve documentation of target strings (# 8078)
> 59c84a9 rls: change lossy GetState() and WaitForStateChange() to use grpcsync.PubSub (# 8055)
> a26ff2a ringhash: Sort endpoints to prevent unnecessary connection attempts (# 8086)
> fabe274 ringhash: Delegate subchannel creation to pickfirst (# 8047)
> 75c51bf interop: Introduce env var for xDS dualstack support and add xDS interop config (# 8081)
> cf60e5a test: Remove fake petiole in health tests (# 8082)
> 0003b4f weightedtarget: return erroring picker when no targets are configured (# 8070)
> 4b5608f xdsclient: invoke connectivity failure callback only after all listed servers have failed (# 8075)
> ad5cd32 cleanup: Remove test contexts without timeouts (# 8072)
> e95a4b7 roundrobin: Delegate subchannel creation to pickfirst (# 7966)
> cbb5c2f advancedtls: update CRL provider certificates (# 8073)
> c80ea18 interop: Fix logging and totalIterations issues in soak_tests.go (# 8060)
> e0d191d test/gracefulstop: use stubserver instead of testservice implementation (# 7907)
> 9afb49d endpointsharding: cast EndpointMap values to *balancerWrapper instead of Balancer (# 8069)
> 267a09b xds/internal/xdsclient: Add counter metrics for valid and invalid resource updates (# 8038)
> f227ba9 balancer: Move metrics recorder from BuildOptions to ClientConn (# 8027)
> 3e27c17 balancer: Enforce embedding requirement for balancer.ClientConn (# 8026)
> b963f4b deps: bump envoyproxy/go-control-plane/envoy and synchronize go.mods (# 8067)
> 79b6830 xds: resubmit xds client pool changes from # 7898 along with fix to set fallback bootstrap config from googledirectpath to xdsclient pool (# 8050)
> 947e2a4 internal/dns: update TestDNSResolver_ExponentialBackoff to not return error before last resolution attempt (# 8061)
> ee3e8d9 test: modify tests to use stubserver instead of Testservice implementation (# 8022)
> 990f5e0 endpointsharding, lazy: Remove intermediary gracefulswitch balancers (# 8052)
> 7dbf12e xds: introduce generic xds clients common configs (# 8024)
> c524b8b outlierdetection: Support ejection of endpoints (# 8045)
> 1318104 Revert "xdsclient: introduce pool to manage multiple xDS clients with same bootstrap content (# 7898)" (# 8058)
> 39f0e5a vet: make revive check submodules for lint errors (# 8029)
> e4a0dfd grpcsync : Remove OnceFunc (# 8049)
> 78eebff stats/opentelemetry: Introduce Tracing API (# 7852)
> 7e1c9b2 test: modify tests to use stubserver (# 7951)
> 59411f2 xds: add xDS transport custom dial options support (# 7997)
> 73e4470 cleanup: fix new vet errors (# 8044)
> cc637f7 xds: log bootstrap config missing warning from env var only when debugging (# 8039)
> 3409a56 cleanup: rename fields for clarity (# 8043)
> b0e2ae9 endpointsharding: Allow children to remain idle if configured (# 8031)
> 81e4aaf balancer/lazy: Add a lazy balancer (# 8032)
> e03960d xds: Implement system root certs support (# 8013)
> cf9e380 picker_wrapper: simplify picker error when timing out waiting for con… (# 8035)
> 9d4fa67 transport_test: change testgrpc.Emtpy to testpb.Empty (# 8040)
> 2fd426d transport,grpc: Integrate delegating resolver and introduce dial options for target host resolution (# 7881)
> 66f6471 *: regenrate pbs (# 8034)
> 35cec50 grpc: Fix encoded message size reported in error message (# 8033)
> 2517a46 xdsclient: introduce pool to manage multiple xDS clients with same bootstrap content (# 7898)
> 897818a interop: improve rpc_soak and channel_soak test to cover concurrency in Go (# 8025)
> 8cf8fd1 grpc: fix message length checks when compression is enabled and maxReceiveMessageSize is MaxInt (# 7918)
> 67bee55 server: fix buffer release timing in processUnaryRPC (# 7998)
> fe04c06 xds: remove unused code in testutils (# 8003)
> be12ee9 deps: Update go.opentelemetry.io dependencies (# 8020)
> eb7c484 Revert "interop: improve rpc_soak and channel_soak test to cover concurrency in Go (# 7926)" (# 8019)
> c26dd46 deps: bump github.com/golang/glog (# 8018)
> c879198 cleanup: fix comments spacing (# 8015)
> 89093a3 github: Run deps workflow against PR target branch and improve dir names (# 8010)
> 9dc22c0 xdsclient: release lock before attempting to close underlying transport (# 8011)
> eb1adde credentials: Add experimental credentials that don't enforce ALPN (# 7980)
> 130c1d7 leastrequest: Delegate subchannel creation to pickfirst (# 7969)
> 74ac821 endpointsharding: Export parsed pickfirst config instead of json string (# 8007)
> f35fb34 authz: modify the tests to use stubserver instead of testservice implementations (# 7888)
> aad8a12 clustetresolver: Copy endpoints.Addresses slice from DNS updates to avoid data races (# 7991)
> f9bc335 deps: update dependencies for all modules (# 7987)
> 2d4daf3 protoc-gen-go-grpc: Update grpc-go and unskip test (# 7995)
> 62b4867 clusterresolver: Avoid blocking for subsequent resolver updates in test (# 7937)
> 9223fd6 deps: bump github.com/envoyproxy/go-control-plane to v0.13.4 (# 7974)
> d118866 interop: improve rpc_soak and channel_soak test to cover concurrency in Go (# 7926)
> 6f41085 Change version to 1.71.0-dev (# 7986)
bumping knative.dev/hack ce4c934...c577ed9:
> c577ed9 Update community files (# 421)
> 8f599b7 Skip whitespace changes in codegen (# 420)
> 742e1e5 Deprecate knative.dev/hack/schema (# 418)
> 306ce74 Update community files (# 414)
bumping golang.org/x/sys 863b3c4...01aaa83:
> 01aaa83 all: simplify code by using modern Go constructs
> 1b2bd6b windows: replace all StringToUTF16 calls with UTF16FromString
> 1c3b72f unix: update Linux kernel to 6.14
> c175b6b windows: add cmsghdr and pktinfo structures
> 3330b5e unix: support Readv, Preadv, Writev and Pwritev for darwin
> 7401cce cpu: replace specific instructions with WORD in the function get_cpucfg on loong64
> b8f7da6 cpu: add support for detecting cpu features on loong64
> f2ce62c windows: add constants for PMTUD socket options
> 74cfc93 all: upgrade go directive to at least 1.23.0 [generated]
bumping golang.org/x/sync fe3591b...396f3a0:
> 396f3a0 errgroup: document calling Go before Wait
> b637f27 errgroup: drop support for Go versions before 1.20
> 960bf1f all: upgrade go directive to at least 1.23.0 [generated]
bumping gomodules.xyz/jsonpatch/v2 17d7994...ffbac60:
> ffbac60 Merge pull request # 40 from lacroixthomas/bugfixes/fix-lossy-in64
> 4c723fc fix: handle lossy int64
bumping golang.org/x/term 743b270...5d2308b:
> 5d2308b go.mod: update golang.org/x dependencies
> e770ddd x/term: disabling auto-completion around GetPassword()
> 04218fd go.mod: update golang.org/x dependencies
> 208db03 all: upgrade go directive to at least 1.23.0 [generated]
bumping golang.org/x/tools 09747cd...456962e:
> 456962e go.mod: update golang.org/x dependencies
> 5916e3c internal/tokeninternal: AddExistingFiles: tweaks for proposal
> 9a1fbbd internal/typesinternal: change Used to UsedIdent
> e73cd5a gopls/internal/golang: implement dynamicFuncCallType with typeutil.ClassifyCall
> 11a9b3f gopls/internal/server: fix event labels after the big rename
> 3e7f74d go/types/typeutil: used doesn't need Info.Selections
> b97074b internal/gofix: fix URLs
> e850fe1 gopls/internal/golang: CodeAction: place gopls doc as the last action
> b948add internal/gofix: move from gopls/internal/analysis/gofix
> b437eff go/types/typeutil: implement Callee and StaticCallee with Used
> e29f9ae refactor/satisfy: check for presence of types.Info maps
> 17ce4c7 refactor/eg: return error if some info maps are missing
> 33f80b5 typesinternal: remove RequiresFullInfo
> 83a8057 x/tools: regenerate code after go upgrading
> 7799973 gopls/internal/analysis/modernize: add docs for missing modernize passes
> c788d17 gopls/internal/analysis/modernize: waitgroup: use index.Calls
> 3348ae8 go/analysis/passes/nilfunc: use typesinternal.Used
> e74d252 gopls/internal/analysis/modernize: check nil before calling maybeNaN
> 66c560d x/tools: apply modernize fixes
> 300a853 gopls: require go1.24.2
> aee7ae5 internal/typesinternal: support checking for full types.Info
> 97789e8 gopls/internal/lsprpc: fix call function with wrong err
> 255cfd7 gopls: automatically insert package clause for new go files
> ead1fea internal/analysis/modernize: add nil check before comparing with index object
> f3a6b96 gopls/internal/analysis/modernize: add modernizer for WaitGroup.Go
> 5fba861 internal/typesinternal: add Object and ClassifyCall
> 5c9a69f internal/refactor/inline: get rid of imports.Process
> 659a8cd go/analysis/analysistest: report input rather result when error happens
> aac3cf0 internal/refactor/inline: improve freeishNames
> a857356 internal/refactor/inline: improve freeishNames doc
> eb75b19 internal/refactor/inline: modernize
> 1b0b688 gopls: fix indent issue and track a TODO
> 07cbcde gopls/internal/cmd: suppress TestImplementation on go1.23
> 48421ae gopls/internal/analysis/modernize: preserves comments in mapsloop
> 8c42f8a gopls/internal/analysis/modernize: use types.RelativeTo to respect current package
> fbb7047 internal/refactor/inline: extract import handling from inlineCall
> 2d8ef13 internal/refactor/inline: document test file format
> 6a91355 internal/refactor/inline: factor out import map construction
> b3ce3e1 gopls/completion: use high score for package name main when current package is main
> c1b6839 internal/astutil/cursor: Ancestors -> Enclosing (+ reflexive)
> d70c04e internal/refactor/inline: replace extractTxtar
> 8be0d5f gopls/internal/analysis/maprange: use typeindex
> b75dab2 internal/typesinternal/typeindex: suppress test on js
> 7efe9a8 gopls/internal/analysis/modernize: rangeint: fix yet another bug
> 30641f5 gopls/internal/analysis/modernize: use typeindex throughout
> 11a3153 gopls/internal/analysis/modernize: rangeint: respect side effects
> 19f73a6 internal/typesinternal/typeindex: index of types.Info
> 45b8eac gopls/internal/golang: test initial bindings to unify
> 9570155 gopls/internal/golang: test unify result bindings
> baedf71 gopls/internal/golang: unify tracks type params
> 961631a internal/testfiles: replace outdated function with os.CopyFS
> bf12eb7 gopls/internal/analysis/modernize: fix slicedelete triggers on slice identifiers with side effects
> ec542a7 gopls/internal/fuzzy: apply modernizers to the fuzzy matcher
> 20f8890 internal/astutil/cursor: add Cursor.Contains(Cursor) bool
> 084551f go/analysis/passes/maprange: check for redundant Keys/Values calls
> 9abefc5 gopls/internal/analysis/modernize: permit int/uint type variants in rangeint
> cb292c6 internal/astutil/cursor: unsplit Parent{Edge,Index} -> ParentEdge
> c2768b7 gopls/modernize: remove unused functions
> 9b2264a gopls/internal/golang/completion: ensure expectedCompositeLiteralType arg is not nil
> cfd8cf5 internal/astutil/cursor: split Edge into Parent{Edge,Index}
> 3a64d74 all: make function comment match function name
> 58e40ae gopls/internal/golang/completion: avoid crash in addFieldItems
> be0d52b gopls/internal/cache: improve build constraint trimming
> a70d348 gopls/internal/util/persistent: add concurrency test
> 7042bab gopls/internal/analysis/modernize: modernizer to suggest using strings.CutPrefix
> 3d22fef gopls/internal/analysis/modernize: disable minmax on floating point
> e7b4c64 gopls/internal/golang: fix crash in source.test code action
> 95eb16e gopls/internal/test/integration: skip x_tools-gotip-openbsd-amd64 (7.6)
> 066484e gopls/internal/test/integration/misc: test "annotations" setting
> e06efb4 internal/gcimporter: bug.Report in export's panic handler
> 6c3e542 gopls/internal/analysis/modernize: preserves comments in minmax
> dcc4b8a gopls/internal/golang: use slices.Reverse in pathEnclosingObjNode
> 40f8cca internal/imports: fix extra logf argument
> e59d6c5 gopls/internal/cache/testfuncs: handle recursive subtests
> 4ee50fe gopls/internal/analysis/modernize: rangeint: avoid offering wrong fix
> bf70295 cmd/go-contrib-init: drop unneeded GOPATH checks in module mode
> 381d68d gopls/internal/util/fingerprint/fingerprint: unify type params
> cc7d698 gopls/internal/test/integration/misc: fix TestAssembly for CL 639515
> 03f197e gopls/internal/modernize: remove assignment in ranges
> 5a45ac2 x/tools: use range over function for some API
> 8fa586e internal/analysis: add function to delete a statement
> 29f81e9 gopls/internal/cache: filter **/foo match any depth
> 7435a81 gopls/internal/analysis/modernize: document workflow
> b08c7a2 gopls/internal/util/fingerprint: split from cache/methodsets
> 6a5b66b go.mod: update golang.org/x dependencies
> 25a90be gopls/internal/golang: Implementations for func types
> db6008c go/types/internal/play: show Cursor.Stack of selected node
> ece9e9b gopls/doc/generate: add status in codelenses and inlayhints
> 340f21a gopls: move gopls/doc/generate package
> 0721940 gopls/internal/analysis/modernize: strings.Fields -> FieldsSeq
> 8d38122 gopls/internal/cache: reproduce and fix crash on if cond overflow
> d81d6fc gopls/internal/util/asm: better assembly parsing
> 455db21 gopls/internal/cache/parsego: fix OOB crash in fixInitStmt
> 2b1f550 gopls/internal/analysis/gofix: allow literal array lengths
> 0ffdb82 gopls/internal/analysis/gofix: add vet analyzer
> 2839096 gopls/internal/analysis/gofix: generic aliases
> 0efa5e5 gopls/internal/analysis/modernize: rangeint: non-integer untyped constants
> d141499 cmd/toolstash: fix windows executable name handling
> 5f02a3e gopls/internal/analysis/modernize: don't import slices within slices
> b2aa62b internal/stdlib: provide API for import graph of std library
> 608d370 internal/imports: use a more straightforward return value
> 408d2e2 x/tools: remove workarounds for Go <1.23
> 66eb306 Revert "internal/settings: drop "annotations" setting"
> ff03c59 gopls/internal/analysis/modernize: append -> bytes.Clone
> 1cc80ad internal/event/export/ocagent: delete
> 8f4b8cd gopls/internal/golang: add package symbols comment
> 57b529a doc/release/v0.18.0.md: add -fix flag
> 63229bc gopls/internal/analysis/gofix: register "alias" fact type
> d740adf gopls/internal/settings: correct SemanticTokenTypes source
> 779331a gopls/internal/test/integration/misc: only test asm on {arm,amd}64
> 5dc980c gopls/internal/test/integration/misc: fix "want" assembly
> 6399d21 go/analysis/passes/reflectvaluecompare/cmd/reflectvaluecompare: add main.go
> 7fed2a4 gopls/internal/analysis/modernize: fix bug in rangeint
> 6f7906b x/tools: use ast.IsGenerated throughout
> e890c1f gopls/internal/golang: Assembly: support package level var and init
> 6d4af1e gopls/internal/golang: Assembly: update "Compiling" message
> bf9e2a8 gopls/internal: test fixes for some imports bugs
> 851c747 gopls/internal/golang: fix crash when hovering over implicit
> 3e76cae internal/analysisinternal: ValidateFix: more specific errors
> d2fcd36 go/analysis/passes/unreachable/testdata: relax test for CL 638395
> 2b2a44e gopls/internal/test: avoid panic in TestDoubleParamReturnCompletion
> 739a5af gopls/internal/test/marker: skip on the freebsd race builder
> 274b237 gopls: add a -severity flag for gopls check
> 5299dcb gopls/internal/settings: fix misleading error messages
> 3d7c2e2 gopls/internal/golang: add missing json tags for hoverResult
> 6e3d8bc gopls/internal/analysis/gofix: use 1.24 iterators
> 1c52ccd gopls/internal/analysis/gofix: inline most aliases
> 4e0c888 gopls/internal/hover: show alias rhs type declaration on hover
> 7347766 gopls/internal/test: fix failures when running tests with GOTOOLCHAIN
> f2beb33 gopls: temporarily reinstate the "Structured" hover kind
> 23211ff gopls/internal/test/integration: better expectation failures
> 8b85edc gopls/internal: use go1.24-isms
> f95771e gopls/go.mod: update to go1.24
> 96bfb60 gopls/internal/analysis/modernize: fix minmax bug
> 1f6c6d6 gopls/doc: adjust nvim-lspconfig link target
> 33f1ed9 gopls/go.mod: update dependencies following the v0.18.0 release
> 9f7a2b6 gopls/doc/features: tweak markdown
> f0af81c gopls/internal/goasm: support Definition in Go *.s assembly
> 300465c gopls/internal/analysis/modernize: fix rangeint bug
> 8a39d47 gopls/internal/golang: Add "Eliminate dot import" code action.
> 99337eb x/tools: modernize interface{} -> any
> 107c5b2 gopls/internal/analysis/modernize: disable unsound maps.Clone fix
> 0b693ed internal/astutil/cursor: FindPos: don't assume Files are in Pos order
> cd01e86 gopls/internal/golang: make singleFileFixer like fixer
> 4991e7d gopls/internal/golang: use pgf.Cursor in CodeAction fix
> 877c1d1 gopls: address various staticcheck findings
> 44abb0a go/types/internal/play: display type structure
> 3c245da gopls: fix diagnostics integration test
> e6754ce gopls/internal/cache/parsego: add File.Cursor, and use it
> 776604a gopls/internal/analysis/modernize: sortslice: fix crash
> df7baa0 gopls/internal/analysis/simplifyrange: more precise fix
> ad5dd98 gopls: fix a few bugs related to the new modcache imports source
> 4b3fdfd go/analysis/passes/printf: suppress diagnostic for Println("...%XX...")
> fe883a8 gopls/internal/analysis/unusedvariable: refine bug.Report golang/go# 71812
> d115b34 gopls/internal/analysis: simplify type-error analyzers with Cursor
> c18bffa all: delete redundant //go:debug gotypesalias=1 directives [generated]
> 94db710 all: upgrade go directive to at least 1.23.0 [generated]
> ead62e9 gopls/internal/analysis/modernize: handle parens
> 32ffaa3 gopls/internal/analysis/gofix: one function per kind
> 2880aae gopls/internal/protocol: Avoid omitempty for integer fields
> 8807101 gopls/internal/analysis/gofix: one function per pass
> c0dbb60 gopls: tweak release notes
> 85a3833 internal/analysis/gofix: simple type aliases
> 809cde4 gopls/internal/analysis/modernize: fix bug in minmax
> ab04c19 gopls/internal/analysis/modernize: improve rangeint transformation
> ddd4bde gopls/internal/golang: avoid PackageSymbols errors with missing packages
> 44b61a1 x/tools: eliminate various unparen (et al) helpers
> d0d86e4 x/tools: run gopls/internal/analysis/gofix/main.go -fix
> 2f1b076 x/tools: add //go:fix inline
> 86f13a9 gopls/internal/analysis/gofix: rename local
> 5762944 gopls/internal/analysis/gofix: check package visibility
> f9aad70 go/types/typeutil: avoid shifting uintptr by 32 on 32-bit archs
> b5a64bb go/analysis/internal/checker: be silent with -fix
> b752317 internal/analysisinternal: disable AddImport test without go command
> d98774e cmd/signature-fuzzer/internal/fuzz-generator: update to math/rand/v2
> 2593262 gopls/internal/telemetry/cmd/stacks: remove leading \b match
> b3c5d10 gopls: record telemetry counters for settings that are used
> d2585c4 gopls/internal/golang: folding range: remove FoldingRangeInfo
> 0d16805 internal/stdlib: update stdlib index for Go 1.24.0
> 027eab5 go/analysis/analysistest: RunWithSuggestedFix: 3-way merge
> f61b225 internal/analysisinternal: AddImport puts new import in a group
> 91bac86 internal/analysisinternal: add CanImport
> 94c41d3 gopls/internal/golang: add comment about SymbolKind
bumping golang.org/x/text 3b64043...4890c57:
> 4890c57 go.mod: update golang.org/x dependencies
> 566b44f go.mod: update golang.org/x dependencies
> d5156da collate/build: do not use println in tests
> 221d88c x/text: fix scientific notation by removing extraneous spaces
> b18c107 internal/export/unicode: change C comment to mention unassigned code points
> 835f8ac language: use a more straightforward return value
> ae68efb internal/export/unicode: add CategoryAliases, Cn, and LC
> 518d9c0 all: upgrade go directive to at least 1.23.0 [generated]
Signed-off-by: Knative Automation <automation@knative.team>
* Fix go related issues
---------
Signed-off-by: Knative Automation <automation@knative.team>
Co-authored-by: David Simansky <dsimansk@redhat.com>
|
|
|
|
109d3da716
|
upgrade to latest dependencies (#1995)
bumping github.com/spf13/pflag 2e9d26c...5ca8134: > 5ca8134 Merge pull request # 419 from spf13/ci > d5e0c06 allow for blank ip addresses (# 316) > 100ab0e disable unsupported dependency graph for now > 85dd5c8 Add IPNetSlice and unit tests (# 170) > a0f4ddd fix govet > 6971c29 remove dead code for checking error nil (# 282) > f48cbd1 add github actions > 81378bb Add exported functions to preserve `pkg/flag` compatibility (# 220) bumping golang.org/x/time 5d9ef58...2c6c5a2: > 2c6c5a2 rate: prevent overflows when calculating durationFromTokens > 1ce61fe rate: make function comment match function name > 3846194 README: don't recommend go get > 772484e x/time/rate: correctly handle 0 limits Signed-off-by: Knative Automation <automation@knative.team> |
|
|
|
f734724546
|
upgrade to latest dependencies (#1992)
bumping knative.dev/eventing 9cec50f...9cec50f: bumping knative.dev/serving 309d4ef...6265a8e: > 6265a8e Fix configuration timeout defaulting (# 15617) > 5842f16 Update net-contour nightly (# 15718) > 1a30e12 Allow paths without leading slash in probes (# 15681) > 59f6633 Update net-gateway-api nightly (# 15720) > f10e715 Update net-kourier nightly (# 15719) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
|
7e6928b02a
|
upgrade to latest dependencies (#1989)
bumping knative.dev/hack f8be0cc...c142b48:
> c142b48 Refactor release script to gh CLI (# 408)
bumping knative.dev/serving b484fa2...309d4ef:
> 309d4ef Update net-istio nightly (# 15717)
> da5e7fd Bump cert-manager and use their clientset (# 15703)
> 460e0b3 Ensure ContainerHealthy condition is set back to True (# 15503)
> df7f168 Update net-gateway-api nightly (# 15710)
> db13cc2 Update net-kourier nightly (# 15711)
> a327979 Update net-contour nightly (# 15708)
> 72fdded Update net-istio nightly (# 15709)
> b1e9a0c upgrade to latest dependencies (# 15707)
> d4766be Disable probe tests for kourier tls runtime (# 15702)
> fe0e53f upgrade to latest dependencies (# 15701)
> a5988eb Set k8s default container label (# 15694)
> 5ede174 fix builds on arm/v7 (# 15699)
> bee28f3 Configure deployments to have no own revisionHistoryLimit (# 15698)
> c3f2bfe Exclude kourier tls runtime (# 15696)
bumping google.golang.org/api c642c84...d135e2f:
> d135e2f chore(main): release 0.198.0 (# 2781)
> c16dd63 feat(all): auto-regenerate discovery clients (# 2789)
> d27a832 feat(all): auto-regenerate discovery clients (# 2788)
> 82803c7 chore(all): update all (# 2785)
> 65d7953 feat(all): auto-regenerate discovery clients (# 2786)
> 786e8a8 feat(all): auto-regenerate discovery clients (# 2784)
> 923816f feat(all): auto-regenerate discovery clients (# 2783)
> 5a4dc60 feat(all): auto-regenerate discovery clients (# 2782)
> 3c2f8ce feat(all): auto-regenerate discovery clients (# 2780)
> c5990e2 chore(main): release 0.197.0 (# 2771)
> dc3697a chore(all): update all (# 2777)
> cedc5b0 feat(all): auto-regenerate discovery clients (# 2779)
> 72cc5c4 feat(all): auto-regenerate discovery clients (# 2778)
> cc62887 feat(all): auto-regenerate discovery clients (# 2776)
> 11e2ff6 feat(all): auto-regenerate discovery clients (# 2775)
> 6476ddd feat(all): auto-regenerate discovery clients (# 2774)
> 140d0a5 fix(transport): set UniverseDomain in http.NewClient for new auth (# 2773)
> 0c7c227 feat(all): auto-regenerate discovery clients (# 2772)
> 07782e2 feat(all): auto-regenerate discovery clients (# 2770)
> 6273efe chore(main): release 0.196.0 (# 2761)
> 7714cd9 chore: bump some deps to latest (# 2769)
> 2856eee chore(all): update all (# 2766)
> 00da46b feat(all): auto-regenerate discovery clients (# 2768)
> 6e81c8f feat(all): auto-regenerate discovery clients (# 2765)
> d9ef5ce feat(all): auto-regenerate discovery clients (# 2764)
> 293fdcd feat(all): auto-regenerate discovery clients (# 2763)
> 21f10ed feat(all): auto-regenerate discovery clients (# 2760)
> f9bde01 chore(main): release 0.195.0 (# 2751)
> 04cbad8 feat(all): auto-regenerate discovery clients (# 2759)
> e907e01 feat(all): auto-regenerate discovery clients (# 2756)
> 47629a1 chore(all): update all to 4ba0660 (# 2754)
> 3f3bd66 feat(all): auto-regenerate discovery clients (# 2755)
> 70a68c2 feat(all): auto-regenerate discovery clients (# 2753)
> 5b1ebe2 feat(all): auto-regenerate discovery clients (# 2752)
> 6bdae51 feat(all): auto-regenerate discovery clients (# 2750)
> cd95a34 chore(main): release 0.194.0 (# 2747)
> eda6a59 fix(gen): change HttpBody.Data from string to any for monitoring:v1 (# 2744)
> f836095 chore(all): Updating auth library version (# 2748)
> 5d61f08 feat(all): auto-regenerate discovery clients (# 2746)
> d994b67 chore(main): release 0.193.0 (# 2734)
> 254bbe1 chore(all): update all (# 2740)
> cb825c8 feat(all): auto-regenerate discovery clients (# 2742)
> 9d915ff feat(all): auto-regenerate discovery clients (# 2739)
> 7296c72 feat(all): auto-regenerate discovery clients (# 2738)
> a2308c1 feat(all): auto-regenerate discovery clients (# 2737)
> 6b81f1a feat(all): auto-regenerate discovery clients (# 2736)
> c2b2ac9 chore: update to 1.21 (# 2735)
> 4118ec2 feat(all): auto-regenerate discovery clients (# 2733)
> c616f47 chore(main): release 0.192.0 (# 2726)
> b457582 fix(internal/cba): Update credsNewAuth path to use nil oauth2 client (# 2731)
> 2b4e9f4 feat: move storage, bigquery, and compute to new auth lib (# 2730)
> a0ed1f3 feat(all): auto-regenerate discovery clients (# 2729)
> 97c7f2e feat(all): auto-regenerate discovery clients (# 2728)
> 36e3fa7 feat(all): auto-regenerate discovery clients (# 2727)
> b2c7c05 feat(all): auto-regenerate discovery clients (# 2725)
> d0759b0 chore(main): release 0.191.0 (# 2718)
> 918e3d2 feat(all): auto-regenerate discovery clients (# 2724)
> 0d15913 feat(all): auto-regenerate discovery clients (# 2722)
> b365461 chore(all): update all (# 2721)
> fffff7f fix: reference gax import in storage libs (# 2720)
> a5ddb40 feat(all): auto-regenerate discovery clients (# 2719)
> f5b0bb5 fix(transport): disable automatic universe domain check (# 2717)
> 88dca19 chore(main): release 0.190.0 (# 2694)
> 1f2d6d3 chore: bump cloud.google.com/go/auth@v0.7.3 (# 2716)
> 164a8d6 feat(all): auto-regenerate discovery clients (# 2715)
> 05a4fc5 feat(all): auto-regenerate discovery clients (# 2706)
> c8041b0 chore(all): update all (# 2702)
> aa62c85 revert: move storage, bigquery, and compute to new auth lib (# 2695)" (# 2704)
> 7b03cff feat(all): auto-regenerate discovery clients (# 2703)
> a8b0821 feat(all): auto-regenerate discovery clients (# 2700)
> 1e4c024 chore(all): update module github.com/google/s2a-go to v0.1.8 (# 2697)
> d07fd26 feat(all): auto-regenerate discovery clients (# 2699)
> ddc4e0b feat(all): auto-regenerate discovery clients (# 2698)
> 66ace6c feat: move storage, bigquery, and compute to new auth lib (# 2695)
> cbc19e7 feat(all): auto-regenerate discovery clients (# 2693)
> d0089f3 chore(main): release 0.189.0 (# 2681)
> af28112 chore: upgrade some dependencies (# 2692)
> a94722f feat(all): auto-regenerate discovery clients (# 2691)
> aa4662f fix(transport/grpc): retain UserAgent option with new auth stack (# 2690)
> 786363b chore(all): update all (# 2688)
> 27405af feat(all): auto-regenerate discovery clients (# 2687)
> 611884d feat(all): auto-regenerate discovery clients (# 2685)
> d925dcb fix(cba): Update newAuth path to use nil oauth2 client (# 2684)
> 1e3757d feat(all): auto-regenerate discovery clients (# 2683)
> eba243a chore: generate based on discovery-artifact-manager (# 2682)
> 4a713f7 feat(all): auto-regenerate discovery clients (# 2680)
> 9957790 chore(main): release 0.188.0 (# 2666)
> 7021e3e chore: bump some deps (# 2679)
> d17f6be feat(all): auto-regenerate discovery clients (# 2678)
> 40b5113 fix: allow ForceSendFields to work for map types (# 2670)
> 5cdcbe0 chore(all): update all (# 2676)
> 5dd2fb2 feat(all): auto-regenerate discovery clients (# 2677)
> a9177bd feat(all): auto-regenerate discovery clients (# 2675)
> d465cec feat(all): auto-regenerate discovery clients (# 2674)
> 88240e3 feat(all): auto-regenerate discovery clients (# 2673)
> 0d54a85 feat(all): auto-regenerate discovery clients (# 2671)
> 6df3749 feat(all): auto-regenerate discovery clients (# 2669)
> 711eb91 fix: check []bytes > 0 instead of nil (# 2667)
> e84fa65 feat(all): auto-regenerate discovery clients (# 2665)
> b6c87f6 chore(main): release 0.187.0 (# 2656)
> e051997 fix: pass through gRPC api key option to new auth lib (# 2664)
> 2ea4e07 chore(all): update all to dc46fd2 (# 2662)
> 6e061ce feat(all): auto-regenerate discovery clients (# 2663)
> 0a238f5 feat(all): auto-regenerate discovery clients (# 2661)
> 3ca2f84 feat(all): auto-regenerate discovery clients (# 2660)
> 7cd88da feat(all): auto-regenerate discovery clients (# 2659)
> a758bc1 fix(gensupport): wrap chunk upload err for retries (# 2657)
> 719f988 feat(all): auto-regenerate discovery clients (# 2658)
> 1a28e06 feat(all): auto-regenerate discovery clients (# 2655)
> 89bc0dc chore(main): release 0.186.0 (# 2642)
> 6c8b3b9 chore: bump auth lib dep (# 2654)
> bc370a7 feat(all): auto-regenerate discovery clients (# 2653)
> ddb2d15 chore(all): update module github.com/googleapis/gax-go/v2 to v2.12.5 (# 2651)
> 10c47f3 feat(all): auto-regenerate discovery clients (# 2652)
> 695484b feat(all): auto-regenerate discovery clients (# 2649)
> 1bac79d feat(all): auto-regenerate discovery clients (# 2648)
> c1a7681 feat(all): auto-regenerate discovery clients (# 2645)
> 1fcd83d chore: add simple readme for generator (# 2633)
> 20ffdd8 feat(all): auto-regenerate discovery clients (# 2644)
> 72fb128 feat(all): auto-regenerate discovery clients (# 2641)
> e732ee3 chore(main): release 0.185.0 (# 2635)
> 0c868b2 feat(all): auto-regenerate discovery clients (# 2638)
> 324ae13 chore(all): update all (# 2640)
> 51ff8a4 feat(all): auto-regenerate discovery clients (# 2636)
> ea513cb fix(internal/gensupport): update shouldRetry for GCS uploads (# 2634)
> 66c2e4a chore(main): release 0.184.0 (# 2628)
> 7fccba6 feat(all): auto-regenerate discovery clients (# 2624)
> 953f728 fix(cba): Update credsNewAuth to support oauth2 over mTLS (# 2610)
> ebc44d1 feat: support structpb.Struct as req/resp (# 2632)
> 56d0d59 chore: remove some nil clients (# 2631)
> e760319 chore(gensupport): merge x-goog-api-client vals into a single header (# 2612)
> bec8b5c chore(all): update all (# 2630)
> 643675b Revert "feat: regen cloudcommerceprocurement v1 from updated discovery file (…" (# 2629)
> 7e30ed2 feat: regen cloudcommerceprocurement v1 from updated discovery file (# 2627)
> 8a7c0e1 chore: bump auth dep (# 2621)
bumping knative.dev/networking 6797968...67d1c27:
> 67d1c27 upgrade to latest dependencies (# 1040)
> 04878f0 upgrade to latest dependencies (# 1039)
bumping k8s.io/gengo/v2 51d4e06...a7b603a:
> a7b603a Merge pull request # 274 from Jefftree/fix-deepcopy-generic
> 44b8d15 Merge pull request # 273 from jpbetz/json-tags
> 0dc45e1 Add tests for goNameToName and use cmp.Diff
> 3b05ca7 Merge pull request # 272 from thockin/master
> 2e3eea7 Add JSON Tag parse utility
> 0962201 Fix test for named interface
> a0386bf Merge pull request # 267 from MadhavJivrajani/add-go-directive-verify
> 7a656db Make Args.With*() keep newer values
> 9299822 Handle generics for named interface
> a8d1235 Merge pull request # 255 from TheSpiritXIII/parse-generics
> 7d40e07 .*: add verify script for go directive changes
> 1e40e18 Add SnippetWriter .Dup() and .Append()
> 5b52e8f Add tests for generic in struct field
> 9cff633 Merge pull request # 265 from longit644/master
> 239d3d4 Support parsing type parameters
> d6673b3 bugfix: Do not remove generic typeparams in goNameToName
> 2a31dd7 v2: Replace parallel arrays with array of objects in Signature.Parameters and Signature.Results
bumping knative.dev/pkg 0c2a238...c43477f:
> c43477f upgrade to latest dependencies (# 3137)
bumping k8s.io/kube-openapi 8e68654...9e1beec:
> 9e1beec Merge pull request # 504 from pohly/naming-convention
> f7e401e Merge pull request # 510 from Jefftree/downgrade-ginkgo
> 5b13d40 names match: tighten validation of inlining and metadata
> 65a50c7 Merge pull request # 509 from Jefftree/bump-gengo
> 04edf7c Downgrade ginkgo to avoid introducing dependency of x/exp
> 4fca853 names match: add unit tests demonstrating false positives
> 76de80e Merge pull request # 508 from Jefftree/downgrade-dep
> 21ea66f Upgrade gengo
> 5732855 Merge pull request # 503 from Jefftree/patch-experiment-json-test
> 909c8d5 Merge pull request # 507 from kubernetes/Jefftree-patch-2
> 0db3e15 downgrade govalidator, go-restful, jsonreference
> 91dab69 Merge pull request # 500 from thockin/master
> 24eb939 Update github actions to test for later go versions
> d7e11f2 disable dependabot
> cb93749 Bump gengo version
> bd91a10 Patch go-json-experiment/json negative float test
bumping k8s.io/utils 18e509b...49e7df5:
> 49e7df5 Merge pull request # 296 from skitt/deprecate-minmax
> 702e33f Merge pull request # 317 from gibizer/revert-stdlib-slices
> 3abbf95 Deprecate integer min/max functions
> f90d014 Merge pull request # 315 from tklauser/deprecated-strings-slices
> 8866f61 Revert "Deprecate strings/slices functions covered by stdlib slices"
> 4965b0f Deprecate strings/slices functions covered by stdlib slices
bumping github.com/prometheus/client_golang 6e3f4b1...05fcde9:
> 05fcde9 Merge pull request # 1623 from krajorama/data-race-in-histogram-write
> ef2f87e Merge pull request # 1620 from prometheus/arthursens/prepare-1.20.3
> 209f4c0 Add changelog
> 6e9914d Merge pull request # 1608 from krajorama/index-out-of-range-native-histogram-exemplar
> 937ac63 Add changelog entry for 1.20.3
> 1e398cc native histogram: Fix race between Write and addExemplar
> 67121dc Merge pull request # 1596 from mrueg/fix-uncompressed-content-header
> d6b8c89 Update comments with more explanations
> 2254d6c Merge pull request # 1587 from prometheus/fix-processcollector
> 187acd4 Cut 1.20.2
> 504566f Use simplified solution from # 1609 for the data race
> 73b811c Cut 1.20.0 release. (# 1580)
> 4a15d05 Cut 1.20.1
> f7f8f3a fix: Unset Content-Encoding header when uncompressed
> dc8e9a4 fix: native histogram: Simplify and fix addExemplar
> 7ce5089 gocollector: Attach original runtime/metrics metric name to help. (# 1578)
> f2dd7b3 Use pedantic registry in other places too, to double check.
> dc819ce Use a trivial solution to # 1605
> 062300e Remove go_memstat_lookups_total; added runtime/metrics calculation to memstat metric's help. (# 1577)
> 261fe84 bugfix: Pass network metrics to processCollector's Describe() function
> e061dfa native histogram: use exemplars in concurrency test
> aa3c00d Update common Prometheus files (# 1576)
> 5bf3341 Use NewPedanticRegistry in Process' Collector tests
> 3ad2722 Add default Go runtime metrics for /gc/gogc:percent, /gc/gomemlimit:bytes, /sched/gomaxprocs:threads (# 1559)
> 0715727 Update common Prometheus files (# 1573)
> 3634bd9 ci: daggerize test and lint pipelines (# 1534)
> 28b5e6e Merge pull request # 1572 from prometheus/repo_sync
> 46f77a9 Merge pull request # 1571 from prometheus/dependabot/github_actions/github-actions-1edf403647
> 8e18075 Update common Prometheus files
> f751d13 Merge pull request # 1570 from prometheus/dependabot/go_modules/golang.org/x/sys-0.22.0
> 7983708 build(deps): bump the github-actions group with 3 updates
> 0ce6d71 go collector: add default metrics acceptance tests; adding more context to HELP (# 1568)
> 2e98f83 build(deps): bump golang.org/x/sys from 0.21.0 to 0.22.0
> 697372d tutorials: Renamed for consistency + fixed tutorial code. (# 1569)
> 0581180 Update common Prometheus files (# 1567)
> d7f83d1 deps: Updated to prometheus/common to 0.55 (# 1566)
> cbfe44a Merge pull request # 1551 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.34.2
> 6f511c3 Update common Prometheus files (# 1563)
> f8718b0 Merge branch 'main' into dependabot/go_modules/google.golang.org/protobuf-1.34.2
> 9f203a0 Merge pull request # 1565 from prometheus/dependabot/github_actions/github-actions-fde7c240f8
> 1b23087 build(deps): bump google.golang.org/protobuf from 1.34.1 to 1.34.2
> d85cd60 chore: Remove half-implemented changelog automation (# 1564)
> 3d81bdd build(deps): bump the github-actions group across 1 directory with 3 updates
> 45f1e72 Merge pull request # 1553 from prometheus/dependabot/go_modules/github.com/klauspost/compress-1.17.9
> 5d119ae Merge pull request # 1561 from prometheus/repo_sync
> 90619d3 Merge pull request # 1552 from prometheus/dependabot/go_modules/golang.org/x/sys-0.21.0
> ec6d6fd build(deps): bump github.com/klauspost/compress from 1.17.8 to 1.17.9
> 10f4161 process_collector: collect received/transmitted bytes (# 1555)
> a46cfa7 Merge branch 'main' into repo_sync
> 1b436e3 Merge pull request # 1549 from prometheus/dependabot/go_modules/tutorial/whatsup/github.com/prometheus/common-0.55.0
> ae67d7a build(deps): bump golang.org/x/sys from 0.20.0 to 0.21.0
> 34e02e2 client: Add Option to provide limit query param for APIs that support it (# 1544)
> fec6b22 Update Go tests (# 1562)
> e0573a6 Update common Prometheus files
> b080961 Temporarly remove required CI job for changelog. (# 1560)
> 00d26be build(deps): bump github.com/prometheus/common in /tutorial/whatsup
> 3631776 Merge pull request # 1545 from prometheus/repo_sync
> 7cd1249 Update README.md (# 1556)
> bccd682 Remove inlined upstream code (# 1539)
> 1320271 Update common Prometheus files
> 1a5f005 Allow creating constant histogram and summary metrics with a created timestamp (# 1537)
> 33697e6 Cleanup NOTICE file (# 1541)
> 7fe5d46 Merge pull request # 1531 from prometheus/repo_sync
> e06ccdb Merge pull request # 1529 from prometheus/dependabot/go_modules/tutorial/whatsup/github.com/prometheus/client_golang-1.19.1
> 9ab9603 Update common Prometheus files
> b59c63b Merge pull request # 1536 from prometheus/superq/lint_timeout
> 9cd52e1 build(deps): bump github.com/prometheus/client_golang
> 0751e19 Merge pull request # 1530 from prometheus/repo_sync
> f08b10c feat: Support zstd compression (# 1496)
> 6098322 Fix golangci-lint config
> 8491260 Merge pull request # 1526 from prometheus/changelog-automation
> f83013b Update common Prometheus files
> 920e6f7 Merge pull request # 1532 from SachinSahu431/sachin/fix-changelog-automation
> 57abe22 Merge pull request # 1527 from prometheus/dependabot/go_modules/github.com/prometheus/procfs-0.15.1
> 0f23008 ci: Group all changelog-related CI jobs into single one
> e6da43a Remove synchronize trigger from workflow
> 4b158ab Merge pull request # 1525 from SachinSahu431/sachin/update-pr-labeler
> 3d0a11d build(deps): bump github.com/prometheus/procfs from 0.13.0 to 0.15.1
> 105a3b7 Auto label PRs (# 1518)
> 3ac5b77 Remove redundant labels
> 2f36f98 Add PR template for changelog automation (# 1517)
> b9b2f62 Merge pull request # 1524 from prometheus/repo_sync
> c2d0caf Merge pull request # 1522 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.34.1
> 9d0a248 Update common Prometheus files
> be12428 Merge pull request # 1523 from prometheus/dependabot/go_modules/golang.org/x/sys-0.20.0
> 4816ade build(deps): bump google.golang.org/protobuf from 1.34.0 to 1.34.1
> 18b5134 Update common Prometheus files (# 1514)
> ce40ef5 build(deps): bump golang.org/x/sys from 0.19.0 to 0.20.0
> 542f7e6 Merge pull request # 1471 from fatsheep9146/native-histogram-exemplar
> cb57abb Merge pull request # 1515 from lilijreey/use_time_IsZero
> 2754a4c fix for comments
> c7c7509 testutil compareMetricFamilies: make less error-prone (# 1424)
> 47b807e clean code use time.IsZero() replace t = time.Time{}, make code more readable
> d8c7074 refract the implementation
> 36b9f46 add: CollectAndFormat to testutil (# 1503)
> 853c5de Merge pull request # 1509 from prometheus/dependabot/go_modules/tutorial/whatsup/github.com/prometheus/common-0.53.0
> 494ccce add native histogram exemplar support
> 7d3be80 [CI]: Add Concurrency Grouping to GitHub Workflows (# 1444)
> 5c4ff38 Merge pull request # 1508 from prometheus/dependabot/go_modules/github.com/prometheus/client_model-0.6.1
> 0075cb3 build(deps): bump github.com/prometheus/common in /tutorial/whatsup
> 7882668 Merge pull request # 1469 from prometheus/dependabot/go_modules/tutorial/whatsup/google.golang.org/protobuf-1.33.0
> 9308329 build(deps): bump the github-actions group with 3 updates (# 1510)
> 6b169a1 Merge pull request # 1507 from prometheus/dependabot/go_modules/golang.org/x/sys-0.19.0
> c4b6d5d build(deps): bump github.com/prometheus/client_model from 0.6.0 to 0.6.1
> 4e21273 Merge pull request # 1506 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.34.0
> 6b37369 Merge pull request # 1467 from prometheus/dependabot/go_modules/examples/middleware/google.golang.org/protobuf-1.33.0
> 4549547 Bump google.golang.org/protobuf in /tutorial/whatsup
> ccf82b1 improved code more clean (# 1511)
> 9e8b641 build(deps): bump golang.org/x/sys from 0.18.0 to 0.19.0
> 5ad7da9 Merge pull request # 1505 from prometheus/dependabot/go_modules/github.com/cespare/xxhash/v2-2.3.0
> 2cb5120 build(deps): bump google.golang.org/protobuf from 1.33.0 to 1.34.0
> c5f9c3f Merge pull request # 1466 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.33.0
> 76e6dfd Bump google.golang.org/protobuf in /examples/middleware
> 3ade2e2 Merge pull request # 1504 from prometheus/dependabot/go_modules/github.com/prometheus/common-0.53.0
> 772f2a3 build(deps): bump github.com/cespare/xxhash/v2 from 2.2.0 to 2.3.0
> 2f59eb2 feat(dependency): replace go-spew package (# 1499)
> b59cfc9 Merge pull request # 1456 from prometheus/dependabot/github_actions/github-actions-cd65112d37
> 4f5e328 Bump google.golang.org/protobuf from 1.32.0 to 1.33.0
> 7bbdd02 build(deps): bump github.com/prometheus/common from 0.52.3 to 0.53.0
> a330ac5 Merge pull request # 1502 from prometheus/dependabot/go_modules/golang.org/x/net-0.23.0
> 876e942 Merge pull request # 1462 from prometheus/release-1.19
> 063bd37 Bump the github-actions group with 2 updates
> 7fb2191 Merge pull request # 1501 from prometheus/dependabot/go_modules/tutorial/whatsup/golang.org/x/net-0.23.0
> 4d3dba3 build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0
> 8da892e Merge pull request # 1461 from prometheus/dependabot/go_modules/tutorial/whatsup/github.com/prometheus/client_golang-1.19.0
> 694854a Merge pull request # 1455 from foehammer127/fix/1453
> d038ab9 chore: fix function name in comment (# 1497)
> 991feca build(deps): bump golang.org/x/net in /tutorial/whatsup
> c890f5e Merge pull request # 1459 from prometheus/dependabot/go_modules/golang.org/x/sys-0.17.0
> 324bb9e Bump github.com/prometheus/client_golang in /tutorial/whatsup
> cead7c3 feat(prometheus/testutil/promlint/validations): refine lintMetricTypeInName
> 6b857f1 Merge pull request # 1498 from prometheus/dependabot/go_modules/github.com/prometheus/common-0.52.3
> 96d15d5 Merge pull request # 1458 from prometheus/dependabot/go_modules/github.com/prometheus/client_model-0.6.0
> 736c206 Bump golang.org/x/sys from 0.16.0 to 0.17.0
> e133e49 Merge pull request # 1389 from prometheus/fix-lint-issue
> 5a00ae4 Bump github.com/prometheus/common from 0.48.0 to 0.52.3
> 50211fc Merge pull request # 1457 from prometheus/dependabot/go_modules/examples/middleware/github.com/prometheus/client_golang-1.19.0
> a5b7c47 Bump github.com/prometheus/client_model from 0.5.0 to 0.6.0
> c586fcc Merge pull request # 1483 from prometheus/simplify-basemetrics
> 0f50003 gocollector: Add regex option to allow collection of debug runtime metrics
> 8a9d24b Bump github.com/prometheus/client_golang in /examples/middleware
> 6fdffbf fix: remove redundant go module in middleware example (# 1492)
> ec6ba13 chore: Refactor how base metrics are added to Sched metrics
> 76fa980 feat: metrics generation workflow (# 1481)
> 93cf5d4 Implement Unwrap() for responseWriterDelegator (# 1480)
> e3bea8a Merge pull request # 1489 from SachinSahu431/update-go-yml
> 50ab457 Auto-update Go Collector Metrics for new Go versions (# 1476)
> e38b67e Merge pull request # 1486 from prometheus/dependabot/go_modules/github.com/prometheus/procfs-0.13.0
> 1fc81cf Modify go.yml file
> 26e3055 Merge pull request # 1472 from prometheus/i5242
> af02258 Merge pull request # 1485 from prometheus/dependabot/go_modules/golang.org/x/sys-0.18.0
> 17dafc8 Bump github.com/prometheus/procfs from 0.12.0 to 0.13.0
> cd45345 ci: Remove hardcoded supported Go versions from go.yml
> 2507462 Add LintDuplicateMetric to promlint
> 838b8e5 Bump golang.org/x/sys from 0.17.0 to 0.18.0
bumping knative.dev/eventing cd7c1c0...9cec50f:
> 9cec50f [main] Upgrade to latest dependencies (# 8414)
> a40a0a7 [main] Upgrade to latest dependencies (# 8413)
> 90edfe6 Upgrade deps to latest (# 8410)
> 6d71005 Additional unit tests for EventPolicy (# 8405)
> f3ea6b5 Update KinD e2e workflow (# 8411)
Signed-off-by: Knative Automation <automation@knative.team>
|
|
|
|
8d10f67dd9
|
Remove dependency on deprecated client-pkg (#1990)
* Remove dependencie on deprecated client-pkg * Commit go.work.sum update |
|
|
|
5f15fd3297
|
upgrade to latest dependencies (#1988)
bumping knative.dev/serving dd48437...b484fa2: > b484fa2 Update net-contour nightly (# 15691) > a829571 Update net-kourier nightly (# 15689) > 19b9a09 Fix all linter warnings (# 15684) > db2721f Update net-gateway-api nightly (# 15690) > 243e1ea upgrade to latest dependencies (# 15687) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
|
137570333a
|
upgrade to latest dependencies (#1980)
bumping k8s.io/code-generator 890b3a1...5a98ceb:
> 5a98ceb Update dependencies to v0.31.4 tag
> f74ea3c informers: add comment that Start does not block
> 80c52b8 Call non-blocking informerFactory.Start synchronously to avoid races
> e64302e Merge pull request # 126353 from liggitt/fix-vendor
> d9fab2a revendor dependencies
> ec3cc88 Merge pull request # 125571 from liggitt/filter-auth-02-sar
> b4e74fb generate
> 41a074a Merge pull request # 126073 from a7i/fake-apply-scale-subresource
> e788e07 Merge pull request # 126018 from aroradaman/bump-k8s-utils
> 100ab85 fix: fake clientset ApplyScale subresource from 'status' to 'scale'
> baa7672 bump k8s.io/utils
> 3f99c9a Merge pull request # 125922 from dims/update_otel_27
> bb79741 update OpenTelemetry dependencies and grpc
> 633962a [code-generator] feat: add func for generating register code (# 124946)
> ab86cd6 Merge pull request # 125759 from dims/bump-prometheus/common-v0.55.0
> e57d261 Merge pull request # 125162 from sttts/sttts-code-generator-core-group
> 59cecdb Bump `prometheus/common to` v0.55.0
> 3c253da Merge pull request # 125766 from dims/update-moby/spdystream-to-v0.4.0
> be30ddb make codegen
> e589542 Update moby/spdystream to v0.4.0
> 07cedd3 code-generator/examples: fix json tags
> 7a55f28 Merge pull request # 125745 from BenTheElder/ping-ping
> aad7f9e code-generator/client-gen: add example with single package api/v1
> 1f8ce20 bump github.com/moby/spdystream to v0.3.0
> 3d2e34f code-generator/client-gen: decouple core group from package name 'api'
> 13818de Merge pull request # 125731 from dashpole/revert_otel
> 5b6873d code-generator/client-gen: add example with core group
> 1d5e06b Revert "update OpenTelemetry dependencies"
> 50b2150 Merge pull request # 125669 from benluddy/cbor-bump-v2.7.0
> bea469c Bump github.com/fxamacker/cbor/v2 to v2.7.0.
> cdfa7b0 Merge pull request # 125575 from dashpole/update_otel_27
> 1bfc2ba Merge pull request # 125560 from jpbetz/apply-gen-fake
> 98d7e2c update OpenTelemetry dependencies
> e421d05 Resolve rebase
> 0c9ff01 Generate code
> 43d54fb Generate type fake clients that may opt in to the use of managed fields
> 763e7a8 Merge pull request # 125673 from jpbetz/patch-6
> f536deb Add jpbetz to code-generator OWNERS
> 569cc2f Merge pull request # 125531 from pohly/klog-update
> 76a3494 dependencies: klog v2.130.1
> 2a71dee Merge pull request # 121439 from skitt/generic-client-go
> 198ba6b Merge pull request # 125051 from marquiz/devel/codegen-fix-grep
> 896cb08 Run codegen
> 030791b Merge pull request # 125499 from mbobrovskyi/fix/openapi-gen-dependency
> 4de699f kube_codegen: smarter grepping of codegen tags
> 688a73a Generify client-go
> 28fff67 Fix openapi-gen dependency.
> 0f7e7aa Run codegen
> 0b3f2ef Merge pull request # 124509 from p0lyn0mial/upstream-watch-list-code-gen
> 0c42800 Add a non-subresource genclient:method example
> 0c188fc ./hack/update-internal-modules.sh
> bd8446c Run codegen
> 20a1a2d make update
> b5459b0 Fix "an declarative" typo
> f0862c8 client-gen: intro watchList
> d95c93e Run codegen
> 3a49e5b Merge pull request # 125408 from benluddy/bump-cbor-v2.7.0
> 87db423 Add a Name getter in named ApplyConfigurations
> 32e53a8 Bump fxamacker/cbor/v2 to v2.7.0-beta.
> 8d055c7 Merge pull request # 124963 from p0lyn0mial/upstream-data-consistency-checker-for-list-requests
> 9b16c26 make update
> 8b8ecc8 client-gen: rework list and use CheckListFromCacheDataConsistencyIfRequested
> 2ec7af0 Merge pull request # 122832 from benluddy/cbor-fuzz-native-to-unstructured-via
> ca05e03 Update indirect dependencies with ./hack/update-vendor.sh.
> 620b113 Merge pull request # 124898 from alexzielenski/apiserver/prerelease-ga-tags
> 9017335 Merge pull request # 123339 from skitt/canonical-json-patch
> dc6562f prevent deprecated & removed from being generated for GA types
> 6fcb6f0 Use canonical json-patch v4 import
> 5f538ea Update kubectl kustomize to kyaml/v0.17.1, cmd/config/v0.14.1, api/v0.17.2, kustomize/v5.4.2
> 2da86b0 Merge pull request # 125045 from pohly/ginkgo-gomega-update
> a77a314 dependencies: ginkgo v2.19.0, gomega v1.33.1
> e9fc761 Merge pull request # 124913 from enj/enj/i/go_work_sum_ignore
> c9a8b3f Ignore go.work.sum for fake workspaces
> 1a2807d Merge pull request # 124757 from dims/update-to-latest-golang.org/x/oauth2-v0.20.0
> 68d188f Update to latest golang.org/x/oauth2 v0.20.0
> 12b975c Merge pull request # 124281 from fulviodenza/master
> de98b55 Merge pull request # 124562 from sbueringer/pr-bump-sigs-yaml
> 8dcbed8 Allow request parameter and proto file path
> 7977adc Bump sigs.k8s.io/yaml to v1.4.0
> ff061d6 Merge pull request # 124469 from serathius/etcd-3.5.13
> 3f5a084 Upgrade etcd libraries to v3.5.13
> 679c60f Merge pull request # 124328 from jiahuif-forks/deps/cel-go
> a397227 Merge pull request # 121574 from skitt/generic-lister-gen
> 164ad5e generated: ./hack/update-vendor.sh
> 5ae098a Merge pull request # 124346 from jwcesign/master
> c2b93df Regenerate all listers
> 677f552 generated: ./hack/pin-dependency.sh github.com/google/cel-go v0.20.1
> ced7fde upgrade: upgrade dependencies github.com/prometheus/common to the newest version
> a25c144 Generify lister-gen
> 2a5cd15 Merge pull request # 122892 from danwinship/codegen-nil
> a068c84 Add a lister-gen expansion example
> 8d4f629 Regenerate fake clients
> 5ade975 Fix codegen to use correct nil-vs-empty semantics in fake clients
> 4c3e41e Merge pull request # 124193 from soltysh/fix_applyconfig-gen
> d3d5e9c Merge pull request # 123988 from skitt/use-cases-titler
> 111256a Update applyconfig-gen for pacakges where group and dir differ in name
> 74348a6 Merge pull request # 123893 from soltysh/openapi_schema_applygen
> ffb0802 code-generator: use cases.Title instead of strings.Title
> 585ff30 Merge pull request # 116781 from muff1nman/protobuf-fully-qualified-types
> fec23c2 kube_codegen: expose applyconfig-openapi-schema flag for client generation
> 6705865 Merge pull request # 124174 from dims/update-x/net-for-CVE-2023-45288
> cccf4c3 generate fully qualified type references
> 5a5fa0c Update x/net for CVE-2023-45288
> e33b396 sync: update go.mod
> 75dbfb9 Merge pull request # 123735 from thockin/master
bumping golang.org/x/term b725e36...40b02d6:
> 40b02d6 go.mod: update golang.org/x dependencies
> 442846a go.mod: update golang.org/x dependencies
bumping k8s.io/client-go ece8c00...4b5b7fa:
> 4b5b7fa Update dependencies to v0.31.4 tag
> 5e3e8ea informers: add comment that Start does not block
> f71a5cc Call non-blocking informerFactory.Start synchronously to avoid races
> 4536e5a Merge pull request # 124012 from Jefftree/le-controller
> 93c6a5b Merge pull request # 126353 from liggitt/fix-vendor
> 825f52e Change PingTime to be persistent
> 6a9911a revendor dependencies
> f45c451 fix ordering issue in candidates
> fe54892 Merge pull request # 126243 from SergeyKanzhelev/devicePluginFailures
> 18dd587 feedback: leasecandidate clients
> 79fd7ab generated files
> 1f27757 Review feedback
> ac9204c Merge pull request # 126145 from carlory/kep-3751-api
> 2099375 CLE controller and client changes
> dcfcc90 Merge pull request # 126125 from mprahl/stop-idempotent
> 9dea255 Promote VolumeAttributesClass to beta
> 8a2bbd0 Coordinated Leader Election Alpha API
> bad8f77 Merge pull request # 126091 from seans3/ws-err-extra-info
> 001900e Allow calling Stop multiple times on RetryWatcher
> 3aff10e Adds extra error information from response to bad handshake error when possible
> a9affb4 Merge pull request # 125488 from pohly/dra-1.31
> a7db3ad DRA: new API for 1.31
> e0bc24e DRA: remove "sharable" from claim allocation result
> a7f430b DRA: remove immediate allocation
> 91ff2f6 DRA: bump API v1alpha2 -> v1alpha3
>
|
|
|
|
60a31f3d31
|
[main] Upgrade to latest dependencies (#1972)
* upgrade to latest dependencies
bumping google.golang.org/genproto/googleapis/api ddb44da...8af14fe:
> 8af14fe chore(all): update all (# 1159)
> 7e3bb23 chore(all): auto-regenerate .pb.go files (# 1158)
> f6391c0 chore(all): update all (# 1156)
> 3fd189d chore(googleapis): update cloud/gkeconnect/gateway/v1beta1/alias.go (# 1157)
> 4ba0660 chore: update datastore and bigtable (# 1155)
> fc7c04a feat: move SoT for datastore proto definitions (# 1154)
> 278611b chore(all): update all (# 1153)
bumping google.golang.org/protobuf 158d2b3...c72053a:
> c72053a all: release v1.35.2
> b985635 internal/impl: fix TestMarshalMessageSetLazyRace (was a no-op!)
> 76135f9 proto: switch messageset_test to use makeMessages() injection point
> 29947bb internal/testprotos/test: add nested message field with [lazy=true]
> 5c14d72 encoding/prototext: use testmessages_test.go approach, too
> 496557b proto: refactor equal_test from explicit table to use makeMessages()
> 0517e5a testing/protocmp: document behavior when combining Ignore and Sort
> d14ebce all: implement strip_enum_prefix editions feature
> fb995f1 encoding/protojson: allow missing value for Any of type Empty
> d340238 all: start v1.35.1-devel
bumping golang.org/x/term 9d5441a...b725e36:
> b725e36 go.mod: update golang.org/x dependencies
> 54df7da README: don't recommend go get
bumping knative.dev/pkg 9b9d535...a7fd9b1:
> a7fd9b1 Bump google.golang.org/protobuf from 1.35.1 to 1.35.2 (# 3117)
> 215048a Bump golang.org/x/tools from 0.26.0 to 0.27.0 (# 3114)
> 47a6f9f Bump google.golang.org/grpc from 1.67.1 to 1.68.0 (# 3116)
> 7b333a0 Bump golang.org/x/net from 0.30.0 to 0.31.0 (# 3113)
> 0a99635 Update community files (# 3112)
> 25f6002 upgrade to latest dependencies (# 3111)
> 6af2bf9 upgrade to latest dependencies (# 3110)
> 76cfa12 Fix `WEBHOOK_DISABLE_NAMESPACE_OWNERSHIP` env-var (# 3107)
> 6d10851 Add `WEBHOOK_DISABLE_NAMESPACE_OWNERSHIP` env-var (# 3103)
> 6eb75e8 Update community files (# 3105)
bumping knative.dev/client-pkg 7b4bb48...14f4a3a:
> 14f4a3a Update community files (# 198)
bumping golang.org/x/oauth2 6d8340f...3e64809:
> 3e64809 x/oauth2: add Token.ExpiresIn
> 16a9973 jwt: rename example to avoid vet error
> b52af7d endpoints: add GitLab DeviceAuthURL
bumping golang.org/x/net 6cc5ac4...334afa0:
> 334afa0 go.mod: update golang.org/x dependencies
> d7f220d quic: add LocalAddr and RemoteAddr to quic.Conn
> 858db1a http2: surface errors occurring very early in a client conn's lifetime
> 0aa844c http2: support unencrypted HTTP/2 handoff from net/http
> f35fec9 http2: detect hung client connections by confirming stream resets
> e883dae README: don't recommend go get
> 511cc3a html: add Node.{Ancestors,ChildNodes,Descendants}()
> 4783315 http2: limit 1xx based on size, do not limit when delivered
> 5716b98 internal/socket: execute gofmt
> 42b1186 http2: support ResponseController.EnableFullDuplex
bumping google.golang.org/grpc 3f95b38...acba4d3:
> acba4d3 Change version to 1.68.0 (# 7743)
> 5363dca credentials: Apply defaults to TLS configs provided through GetConfigForClient (# 7754) (# 7813)
> 056dc64 status: Fix status incompatibility introduced by # 6919 and move non-regeneratable proto code into /testdata (# 7724) (# 7793)
> b79fb61 mem: use slice capacity instead of length, to determine whether to pool buffers or directly allocate them (# 7702) (# 7792)
> 54841ef stats/opentelemetry/csm: Get mesh_id local label from "CSM_MESH_ID" environment variable, rather than parsing from bootstrap file (# 7740)
> ad81c20 pickfirstleaf: minor simplification to reconcileSubConnsLocked method (# 7731)
> b850ea5 transport : wait for goroutines to exit before transport closes (# 7666)
> 00b9e14 pickfirst: New pick first policy for dualstack (# 7498)
> 18a4eac testutils: add couple of log statements to the restartable listener type (# 7716)
> fdc2ec2 xdsclient: deflake TestADS_ResourcesAreRequestedAfterStreamRestart (# 7720)
> 4115c21 xds: return all ServerConfig dial options together (# 7718)
> b8ee37d pickfirst: Move var for mocking the shuffle func from internal/internal to pickfirst/internal (# 7698)
> d9d8f34 revert xds: return all ServerConfig dial options together (# 7712)
> 5f178a8 xdsclient: fix test build breakage (# 7710)
> f17ea7d xds: return all ServerConfig dial options together (# 7680)
> bdd444d xds: address merge conflict gotcha and missed review comment from previous PRs (# 7705)
> d365be6 transport: prevent deadlock in transport Close when GoAway write hangs (# 7662)
> 6c6c9b6 xdsclient: e2e style tests for ads stream restart (5/N) (# 7696)
> 5e6f4b9 xds: misc test cleanup (4/N) (# 7695)
> 3adcd41 xdsclient: make load reporting tests e2e style (3/N) (# 7694)
> 98d1550 xdsclient: switch more transport tests to e2e style (2/N) (# 7693)
> 9afb232 xdsclient: invoke watch callback when new update matches cached one, but previous update was NACKed (1/N) (# 7692)
> ab5af45 Revert "protoc-gen-go-grpc: remove `use_generic_streams_experimental` flag (defaults to true) (# 7654) (# 7703)
> e8a70c6 vet: add check to ensure terminating newline (# 7645)
> 5fd9853 examples: improve package comments (# 7658)
>
|
|
|
|
b3b6b86030
|
upgrade to latest dependencies (#1966)
bumping golang.org/x/sys 914deed...23b0dab:
> 23b0dab unix: mark vgetrandom as non-escaping
> cbf0eb6 unix: fix grep syntax to work on non-GNU greps
> e7397b9 unix: update to Linux 6.11
> 981de40 unix: use vDSO for getrandom() on linux
> 48aad76 linux: add tcp_cc_info and its related types
> d58f986 all: fix some typos in comment
> 30de352 unix: fix Test{Fd,}Xattr failure on NetBSD
> 68ed59b windows/svc: fix printf(var) mistake detected by latest printf checker
> c08bc6e unix: update Go to 1.23.0
> a43b625 windows: add SIO_UDP_NETRESET constant
> ed67b15 windows: add console codepage api
> 9cb830b unix: add missing import to syscall_hurd.go
> 71132f5 unix: add POLLRDHUP to FreeBSD
> 3283fc3 cpu: add support for detecting RISC-V extensions
> 29e55b2 unix: use os.Executable rather than os.Args[0] in tests
> a8c5219 unix: rename XDPUmemReg field back to Size
> 59665e5 unix: add Connectx for darwin
> a0c72ef unix: add f_flag member flags on z/OS
> c64c51d unix: update riscv64 hwprobe to Linux kernel 6.10
> da77c6b unix: sync minimum Linux Kernel version with requirements page
bumping knative.dev/networking 37fdbdd...60e29ff:
> 60e29ff upgrade to latest dependencies (# 1015)
> a3d4663 upgrade to latest dependencies (# 1012)
> 0561079 upgrade to latest dependencies (# 1011)
> 75d9920 Update community files (# 1010)
> 847994c upgrade to latest dependencies (# 1009)
> 9396009 upgrade to latest dependencies (# 1008)
> ea90245 upgrade to latest dependencies (# 1007)
> faa7309 upgrade to latest dependencies (# 1006)
> 6c832c6 upgrade to latest dependencies (# 1005)
> ed319d7 upgrade to latest dependencies (# 1004)
> 433920a Update community files (# 1003)
> 0efcb4c upgrade to latest dependencies (# 1002)
bumping golang.org/x/text b2bec85...3043346:
> 3043346 x/text: Correct examples in number/doc
> 38a95c2 all: fix some comments
> 20097e4 all: fix printf(var) mistakes detected by latest printf checker
> 1e3e9fd all: rename Example test functions to prevent vet errors
bumping knative.dev/client-pkg 22f5989...7b4bb48:
> 7b4bb48 upgrade to latest dependencies (# 190)
> f465a76 Update community files (# 196)
> 12612b7 Update community files (# 195)
> 788e072 Update community files (# 194)
> eb73a58 🗑️ Deprecate knative.dev/client-pkg (# 193)
bumping knative.dev/pkg 89743d9...9b9d535:
> 9b9d535 Fix `WEBHOOK_DISABLE_NAMESPACE_OWNERSHIP` env-var (# 3108)
> 4af9a0d Add `WEBHOOK_DISABLE_NAMESPACE_OWNERSHIP` env-var (# 3106)
> 95b4b97 upgrade to latest dependencies (# 3104)
> 59c22a1 Bump google.golang.org/protobuf from 1.34.2 to 1.35.1 (# 3102)
> e0f65ce Update community files (# 3101)
> 952269c Bump golang.org/x/net from 0.29.0 to 0.30.0 (# 3100)
> e52e2e4 Bump google.golang.org/grpc from 1.67.0 to 1.67.1 (# 3099)
> 4e357ed Bump golang.org/x/tools from 0.25.0 to 0.26.0 (# 3098)
> 5031733 Bump go.uber.org/automaxprocs from 1.5.3 to 1.6.0 (# 3097)
> c4843b7 Give users the ability to disable namespace ownership of webhook configurations (# 3095)
> 28b58b8 Use istio.sidecar.inject label instead of annotation (# 3096)
> aabe552 Bump google.golang.org/grpc from 1.66.2 to 1.67.0 (# 3094)
> a4774ed Bump github.com/gobuffalo/flect from 1.0.2 to 1.0.3 (# 3093)
> aaab500 Bump golang.org/x/tools from 0.24.0 to 0.25.0 (# 3091)
> de0796c Bump google.golang.org/grpc from 1.66.0 to 1.66.2 (# 3092)
> 3002873 Bump google.golang.org/grpc from 1.65.0 to 1.66.0 (# 3087)
> fdbc0b5 Bump golang.org/x/net from 0.28.0 to 0.29.0 (# 3090)
> 7c0ad27 Update community files (# 3089)
> a1469cf upgrade to latest dependencies (# 3088)
bumping google.golang.org/genproto/googleapis/api 573a115...ddb44da:
> ddb44da chore: update to 1.21 (# 1152)
> 8ffd90a chore(all): auto-regenerate .pb.go files (# 1150)
bumping google.golang.org/genproto/googleapis/rpc 573a115...ddb44da:
> ddb44da chore: update to 1.21 (# 1152)
> 8ffd90a chore(all): auto-regenerate .pb.go files (# 1150)
bumping golang.org/x/term d598954...9d5441a:
> 9d5441a go.mod: update golang.org/x dependencies
> 2f7b0dd go.mod: update golang.org/x dependencies
> f867b76 x/term: set missing VIRTUAL_TERMINAL_INPUT flag on Windows
bumping golang.org/x/mod bc151c4...46a3137:
> 46a3137 zip: set GIT_DIR in test when using bare repositories
> 3afcd4e go.mod: set go version to 1.22.0
> b1d336c go.mod: update required go version to go1.22
bumping knative.dev/eventing 34f9cd3...291c0a8:
> 291c0a8 [main] Upgrade to latest dependencies (# 8262)
> 6aa49dc [main] Update community files (# 8256)
> 33a9027 feat: make oidc discovery url configurable (# 8145)
> eff8465 [main] Upgrade to latest dependencies (# 8255)
> aa6f73b [main] Upgrade to latest dependencies (# 8236)
> db729bc [main] Update community files (# 8237)
> 67af70b workaround DeepDerivative CreationTimestamp comparison (# 8233)
> e6490c3 Add Convertible interface to job sink (# 8214)
> b3b29f0 update jobsink TLS comments (# 8215)
> c8c1f41 [main] Upgrade to latest dependencies (# 8201)
> e7fca76 Add Istio inject label (# 8205)
> 641cbb7 Remove scheduler `wait`s to speed up recovery time (# 8200)
> 2869c6c Enhance tests for v1b3 event type, new attrs (# 8197)
> 1708881 [main] Upgrade to latest dependencies (# 8191)
> b48b664 feat: add constructor for full event lineage graph (# 7921)
> e79f3b6 Make auth package indepent from eventpolicy informer (# 8195)
> ae6ed99 Fix JobSink to support AuthZ on GET too (# 8196)
> 608e76c Add broker transformation test to upgrade tests (# 8190)
> c91a9d8 [main] Upgrade to latest dependencies (# 8189)
> 229446d Create paired upgrade tests (# 8158)
> 04c42dc [main] Update community files (# 8187)
> 8c22bf5 [main] Upgrade to latest dependencies (# 8186)
> 07d3790 SinkBinding wrongly enqueues namespaces (# 8184)
> 902f9d3 Migrate to kube_codegen.sh (# 8183)
bumping knative.dev/serving 5f5f6d8...6a27004:
> 6a27004 upgrade to latest dependencies (# 15582)
> c93d8c4 upgrade to latest dependencies (# 15581)
> 77c7e1d Update net-contour nightly (# 15578)
> 5ebf2c7 Update net-kourier nightly (# 15577)
> b474b3e Update net-gateway-api nightly (# 15576)
> cb2a9c6 Update net-istio nightly (# 15579)
> 6544bfe Update community files (# 15574)
> 83b6695 Update net-gateway-api nightly (# 15573)
> b98384c upgrade to latest dependencies (# 15572)
> 782b6a8 Update net-istio nightly (# 15565)
> 1a06888 Update net-contour nightly (# 15567)
> d2229fa Update net-kourier nightly (# 15560)
> 5c8556d Update net-gateway-api nightly (# 15566)
> 2a87ffd Update community files (# 15564)
> 656f3d3 Update net-gateway-api nightly (# 15559)
> a9e28f0 Update net-contour nightly (# 15558)
> 60516ad Update net-istio nightly (# 15557)
> 4eb2e08 upgrade to latest dependencies (# 15556)
> c8e131b Fix GO-2024-2659 (# 15547)
> 1a1eb10 Update net-istio nightly (# 15543)
> 5779cb2 Update net-kourier nightly (# 15544)
> 07a8480 Update net-gateway-api nightly (# 15541)
> 9bf0b90 Update net-contour nightly (# 15542)
> b442fe2 upgrade to latest dependencies (# 15540)
> 779761a upgrade to latest dependencies (# 15537)
> 15871f1 Update net-contour nightly (# 15536)
> 2664a54 Update net-kourier nightly (# 15535)
> 2b815c5 Update net-gateway-api nightly (# 15534)
> 293d2bb Update net-istio nightly (# 15533)
> 0ebef64 Use istio.sidecar.inject label instead of annotation (# 15522)
> b2954e1 Update net-contour nightly (# 15530)
> 10579a7 Update net-gateway-api nightly (# 15531)
> 3a81801 Update net-gateway-api nightly (# 15524)
> ff475df upgrade to latest dependencies (# 15527)
> ca64728 Update net-contour nightly (# 15526)
> e896849 Update net-kourier nightly (# 15525)
> 59d17f1 upgrade to latest dependencies (# 15520)
> 51d95f6 Update net-gateway-api nightly (# 15519)
> 50bea5d Update net-kourier nightly (# 15517)
> 00bd844 Update net-contour nightly (# 15518)
> ed44181 Update net-istio nightly (# 15516)
> b796321 Unpin github.com/gorilla/websocket (# 15515)
> 158a5c2 upgrade to latest dependencies (# 15514)
> 7875c26 Update net-contour nightly (# 15512)
> 4471f27 Update net-gateway-api nightly (# 15513)
> cc9b060 Update net-istio nightly (# 15511)
> cde060b upgrade to latest dependencies (# 15506)
> 985fc84 Update net-kourier nightly (# 15509)
> edb073c Update net-contour nightly (# 15507)
> 63b0f86 Update net-istio nightly (# 15508)
> 74ea38a upgrade to latest dependencies (# 15505)
> deb99de Update net-contour nightly (# 15500)
> be2f70a Update net-kourier nightly (# 15501)
> 8d8725e Update net-gateway-api nightly (# 15502)
> 0824bd4 Update net-istio nightly (# 15499)
> 3c5f2f6 Update community files (# 15498)
> 7c927b7 Update net-kourier nightly (# 15497)
> b50a09e Update net-istio nightly (# 15496)
> bdec909 upgrade to latest dependencies (# 15495)
> f07e3d6 Fix deepcopy gen (# 15492)
> 372f5d1 Migrate to kube codegen (# 15491)
bumping google.golang.org/grpc 2da9769...3f95b38:
> 3f95b38 Update version to 1.67.1 (# 7682)
> 4f6c5f2 xds/server: Fix xDS Server leak (# 7664) (# 7681)
> 935f8cb transport: Fix reporting of bytes read while reading headers (# 7660) (# 7667)
> 02bbb65 Change version to 1.67.1-dev (# 7605)
> 6f50403 Change version to 1.67.0 (# 7604)
> 3c3a025 mem: replace flate.Reader reference (# 7595) (# 7637)
> 3ffb98b .*: fix revive lints `redefines-builtin-id` (# 7552)
> 5666049 vet: enforce revive linter (# 7589)
> c6ad07f protoc: regenerate protos (# 7590)
> 70f19ee credentials/tls: default GRPC_ENFORCE_ALPN_ENABLED to true (# 7535)
> 92111dc xds: keep ads flow control local to xdsclient/transport package (# 7578)
> 535bdce estats: remove dependency on testing package (# 7579)
> 0f03c74 .*: fix revive lint issues `unused-parameter` (# 7580)
> 6147c81 stats/opentelemetry: Optimize slice allocations (# 7525)
> cd05c9e .*: fix revive package-comments lint issues (# 7574)
> 00514a7 xds/clusterimpl: update UpdateClientConnState to handle updates synchronously (# 7533)
> 093e099 grpc: fix regression by freeing request bufferslice after processing unary (# 7571)
> 8320224 .*: revive from unused_parameters (# 7577)
> 845f62c stats/otel: upgrade grpc version that contains the experimental/stats package (# 7545)
> 55d820d clusterresolver/e2e_test: Avoid making DNS requests (# 7561)
> 52961f7 grpc: add docs for generic stream interfaces (# 7470)
> 005b092 examples/advancedtls: example code for different security configurations for grpc-go using `advancedtls` (# 7474)
> 0b6f354 xdsclient: Populate total_issued_requests count in LRS load reports (# 7544)
> c535946 grpc: Fix flaky picker_wrapper tests (# 7560)
> 9feed00 balancer/wrr: prefer calling Equal() method of time.Time (# 7529)
> a8e6e11 .*: Use `strings.ReplaceAll(.....)` (# 7554)
> 6d97688 xds/xdsclient: Fix flaky test TestLRSClient (# 7559)
> cfd14ba encoding: delete v1 proto codec and use one map for registry (# 7557)
> 3d95421 Fix revive identified linter issues: var-declaration, indent-error-flow, increment-decrement, superfluous-else (# 7528)
> e4b09f1 Remove trailing whitespace in testing.yml (# 7551)
> 0a5b8f7 balancer: disallow producer streams until SubConn has reported READY (# 7523)
> 9ab8b62 Implement new Codec that uses `mem.BufferSlice` instead of `[]byte` (# 7356)
> 7e12068 bootstrap: add `String` method to ServerConfigs type (# 7537)
> ee5cbce ringhash: fix bug where ring hash can be stuck in transient failure despite having available endpoints (# 7364)
> 1e2bb71 doc: update keepalive ClientParameters doc about doubling the interval upon GOAWAY (# 7469)
> 6a5a283 Use builtin min and max functions (# 7478)
> 90caeb3 deps: update dependencies for all modules (# 7531)
> f8d98a4 rbac: fix usage of AuthInfo (# 7522)
> 4e29cc6 transport: add timeout for writing GOAWAY on http2Client.Close() (# 7371)
> b45fc41 Change version to 1.67.0-dev (# 7520)
> 63853fd rls: update picker synchronously on configuration update (# 7412)
> 86135c3 csds: unskip e2e test (# 7502)
> 5d07b63 transport: change `*http2Client` to interface `ClientTransport` (# 7512)
> c98235b grpclog: refactor to move implementation to grpclog/internal (# 7465)
> 7ec3fd2 balancer/rls: Fix RLS Cache metrics (# 7511)
> 6d7f07c test/tools: update staticcheck version to latest (# 7509)
> 9706bf8 balancer/rls: Add cache metrics (# 7495)
> c8951ab *: fix minor typos (# 7487)
> 3cb3342 .*: fix comments (# 7504)
> eece43b latency: don't wrap when all the latencies are zero (# 7506)
> 366decf transport/grpchttp2: add http2.Framer bridge (# 7453)
> 5c4da09 grpc: fix a bug introduced in # 7461 (# 7505)
> 1008562 benchmark: wire in new gzip compressor (# 7486)
> ced812e xds: implement ADS stream flow control mechanism (# 7458)
> 54b48f7 balancer/weightedroundrobin: Add recording point for endpoint weight not yet usable and add metrics tests (# 7466)
> 7b9e012 balancer/rls: Add picker metrics (# 7484)
> 3ee837c *.pb.go: regenerate protos (# 7493)
> f9b96b8 internal/transport: Unlock mutex before panic (# 7488)
> d00dd8f xds: env var protection for xds fallback (# 7483)
> ffaa81e transport/bufWriter: fast-fail on error returned from flushKeepBuffer() (# 7394)
> 1490d60 transport/grpchttp2: revert # 7477 usage of mem package (# 7485)
> e6b6318 transport/grpchttp2: change types to include `mem` package (# 7477)
> 6d0aaae grpc: make client report `Internal` status when server response contains unsupported encoding (# 7461)
> 338595c balancergroup: remove mentions of locality from comments (# 7476)
> c8716e5 mem: fix comment typo (# 7482)
> e524655 tools: Add github.com/mgechev/revive (# 7472)
> 4a26a49 balancer/leastrequest: Add verbosity check around build log (# 7467)
> 887d908 mem: introduce `mem` package to facilitate memory reuse (# 7432)
> 6fa393c transport/grpchttp2: add doc to methods and values (# 7445)
> 1013847 cmd/protoc-gen-go-grpc: fix typo pancis -> panics (# 7456)
> 1b1230b resolver_wrapper: add early return in addChannelzTraceEvent (# 7437)
> 5520cff experimental/stats/metricregistry: Add comments on enum consts for Metrics Type (# 7457)
> 0b33bfe transport: Discard the buffer when empty after http connect handshake (# 7424)
> 566aad1 examples/retry: remove waitForReady from service config (# 7450)
> ec9dff7 cmd/protoc-gen-go-grpc: update version to 1.5.1 (# 7452)
> 245323c cmd/protoc-gen-go-grpc: remove replace and skip test that requires it for now (# 7451)
> 3eb0145 balancer/weightedroundrobin: Add emissions of metrics through metrics registry (# 7439)
> bc03420 cmd/protoc-gen-go-grpc: update version for release
> 84a4ef1 internal/stats: Add metrics recorder list and usage in ClientConn (# 7428)
> 47be8a6 Remove trailing spaces (# 7426)
> 1feeaec stats: Add optional locality label in cluster_impl picker (# 7434)
> 9671c4a cmd/protoc-gen-go-grpc: test the embedded struct at registration time for proper usage (# 7438)
> 40f3998 client: Stabilize WaitForStateChange API (# 7425)
> aae9e64 docs: fix and improve anti-patterns.md (# 7418)
> ac5a7fe xds: Fix flaky test Test/ServerSideXDS_WithValidAndInvalidSecurityConfiguration (# 7411)
> 0231b0d transport/grpcframer: create grpcframer package (# 7397)
> 2bcbcab stats/opentelemetry: Add usage of metrics registry (# 7410)
> 64adc81 scripts: regenerate pbs with caching deps to a fixed tmp folder (# 7409)
> 4ed8180 ringhash: more e2e tests from c-core (# 7334)
> 61aa949 vet: fix option order when invoking grep (# 7421)
> b1979b6 vet: remove trailing whitespace (# 7420)
> 700ca74 xds/balancer/priority: Unlock mutex before returning (# 7417)
> d27ddb5 internal/grpcsync: support two ways to schedule a callback with the serializer (# 7408)
> ecbb837 experimental/stats: Add metrics registry (# 7349)
> c5c0e18 scripts: minor refactor to scripts (# 7403)
> e7d8822 protoc-gen-go-grpc: add period to end of generated comment (# 7392)
> ee62e56 xds: fix typos (# 7405)
> 48b7581 security/advancedtls: remove Go1.19 build constraints (# 7404)
> eff3e67 *.pb.go: regenerate (# 7402)
> e54f441 xds: make fallback bootstrap configuration per-process (# 7401)
> 9c5b31d xds: use locality from the connected address for load reporting (# 7378)
> 45d44a7 grpc: hold ac.mu while calling resetTransport to prevent concurrent connection attempts (# 7390)
> f64a6a3 test/channelz: change channelz_test to use write data (# 7396)
> daab563 examples: Add OpenTelemetry example (# 7296)
> bb49a88 cmd/protoc-gen-go-grpc: default use_generic_streams_experimental to true (# 7387)
> 53a5c41 interop/lb: Increase Go PSM LB test timeout to 300min (# 7393)
> bdd707e scripts: add linter rule for using context.WithTimeout on tests (# 7342)
> 4e9b596 xds: add support for multiple xDS clients, for fallback (# 7347)
> 5ac73ac documentation: Update proxy docs to point to `WithContextDialer` (# 7361)
> d382d84 metadata: stabilize ValueFromIncomingContext (# 7368)
> c9caa9e metadata: remove String method (# 7372)
> f199062 xds: Add a test for incorrect load reporting when using pickfirst with servers in multiple localities (# 7357)
> 6126383 metadata: make Stringer implementation consistent (# 7355)
> 98e5dee cmd/protoc-gen-go-grpc: enable edition 2023 support (# 7351)
> 5f5d4d2 doc: fix link to error_details example (# 7345)
> 1811c6f github: update codecov with token and fail_ci_if_error (# 7348)
> 3e78e9b MAINTAINERS.md: add new members and move ex-members to emeritus (# 7284)
> 8c80220 grpclog: remove Debugf method to avoid unnecessary evaluation (# 7330)
> c8568c9 grpc: Readd pick first name (# 7336)
> cd7e282 go.mod: update go-control-plane dependency for xDS fallback (# 7340)
> a0311cd golint fix: context.Context should be the first parameter of a function (# 7338)
> b8ca292 examples/features/retry: Improve docstring (# 7331)
> f1b7f41 xds/bootstrap: add testing support to generate config (# 7326)
> c441d42 github: use latest release of qemu emulator (# 7337)
> 970f390 test: fix typo in pickfirst_test.go (# 7332)
> c04b085 internal/transport: minor cleanup of controlBuffer code (# 7319)
> 07078c4 github: add cache-dependency-path to setup-go (# 7323)
> 24a6b48 credentials/alts: fix defer in TestDial (# 7301)
> e37c6e8 fix testclient type in ringhash_balancer_test checkRPCSendOK (# 7324)
> 8075dd3 stats/opentelemetry: Fix protobuf import (# 7320)
> 4dd7f55 ringhash: port e2e tests from c-core (# 7271)
> de51a63 examples: Add CSM Observability example (# 7302)
> 3267089 stats/opentelemetry: Add e2e testing for CSM Observability (# 7279)
> c4753c3 scripts: improve regenerate.sh to use the correct proto compiler version (# 7064)
> e2e7a51 xds/internal/xdsclient: Emit unknown for CSM Labels if not present in CDS (# 7309)
> e40eb2e deps: update dependencies for all modules (# 7310)
> dfcabe0 xds: cleanup bootstrap processing functionality (# 7299)
> dbd24a9 [advancedTLS] Removed deprecated APIs in advancedTLS (# 7303)
> 30c0cdd vet: remove --quiet from git grep when output is expected (# 7305)
> 5a289d9 dns: fix constant 30s backoff for re-resolution (# 7262)
> 9bdf335 Change version to 1.66.0-dev (# 7308)
bumping knative.dev/hack 06f7aff...05b2fb3:
> 05b2fb3 Update community files (# 399)
> fc6a845 Update community files (# 398)
> 9724320 Fix premature codegen cleanup exit on 1 (# 397)
bumping golang.org/x/net 4542a42...6cc5ac4:
> 6cc5ac4 go.mod: update golang.org/x dependencies
> f88258d websocket: update nhooyr.io/websocket to github.com/coder/websocket
> 7191757 http2: add support for net/http HTTP2 config field
> 4790dc7 http2: add support for server-originated pings
> 541dbe5 http2: add Server.WriteByteTimeout
> 3c333c0 route: fix address parsing of messages on Darwin
> 35b4aba go.mod: update golang.org/x dependencies
> 9bf379f websocket: fix printf(var) mistake detected by latest printf checker
bumping google.golang.org/protobuf c33baa8...158d2b3:
> 158d2b3 all: release v1.35.1
> 94e26c9 all: start v1.35.0-devel
> ac98177 all: release v1.35.0
> 03df6c1 proto: Implement proto.Equal fast-path
> 013dd17 all: drop unnecessary import renames for consistency
> 1531843 internal/testprotos: declare the extension
> 9e047b8 internal/impl: skip unnecessary requiredField checks for oneofs
> ed7b51f proto: extend documentation of GetExtension, SetExtension
> af06170 all: set Go language version to Go 1.21
> cf4f382 encoding/prototext: capture current reserved field behavior
> 5c1f700 internal/encoding/json: remove duplicate test
> 66faac0 compiler/protogen: remove now-unnecessary UnsafeEnabled checks
> 21d187a compiler/protogen: support -experimental_strip_nonfunctional_codegen
> e8b6855 internal/descopts,internal/impl: remove shorthand import aliases
> 0946f97 all: remove unused purego support
> b643888 encoding/protojson: use fd.HasPresence() for editions compatibility
> 94ecbc2 internal/impl: remove unused ExtensionField.SetLazy method
> b36f8e0 types/known/structpb: add support for more types and json.Number
> 75479a3 internal: generate extension numbers, fix editions parsing
> 2a82025 internal/cmd/generate-protos: fix pkg check for editions features
> 219bda2 internal/conformance: update failing tests list, add comments
> b46f280 all: plumb the lazy option into filedesc.Field and .Extension
> df3bd63 compiler/protogen: always report editions support level of the plugin
> eea33cd protobuf: fix handling of delimited extensions in editions
> d462176 protojson: changes error message returned by unmarshal
> 61c6075 all: start v1.34.2-devel
bumping golang.org/x/tools 3057be8...2ab3b51:
> 2ab3b51 go.mod: update golang.org/x dependencies
> 2683c79 gopls/internal/golang/stubmethods: rename analysis/stubmethods
> efd951d gopls/internal/analysis/stubmethods: merge into CodeAction
> d0d0d9e gopls/internal/cache: memoize dependent hash on analysisNode
> a19eef6 gopls/internal/cache: express packageHandle as a state machine
> dd745ec gopls/internal/test/marker: update regression test issue68918.txt
> a02ee35 go/analysis/passes/stdversion: reenable tests
> a24facf all: set gotypesalias=0 explicitly
> ce2a33e gopls/internal: fix extract refactor for cases with anonymous functions
> a2ff832 go/ssa: remove references to GOEXPERIMENT range
> a7552bc go/ast/inspector: add PreorderSeq and All iterators
> d2e4621 gopls/internal/server: CodeAction: interpret Only=[] as [QuickFix]
> 4e80b32 cmd/stringer: support types declared in test files
> 60b6bcd gopls/rename: include filename in error message
> 2848ab8 internal/gcimporter: clean up test expectations
> ee66134 go/ssa/ssautil: isolate deprecated CreateProgram
> 6ded0c4 internal/gcexporter: cleanup test skipping in TestImportTypeparamTests
> 66afc1a gopls/completion: tweak fuzz handling to make its own MethodSet
> 7d92dd6 go/ssa/ssautil: use go/packages to load packages in switch_test.go
> 18bc032 gopls: update x/telemetry to pick up fix for golang/go# 69681
> 6c47868 internal/gcimporter: run larger tests with and without aliases
> c6f2f8e refactor/eg: rewrite test without go/loader
> 8b6849d go/ssa/interp: reenable lifetime tests.
> edfeacf internal/golang: fix panic in signatureHelp over builtin name
> ab64376 go/types/objectpath: skip package tests with wasip1
> e55961d internal/gcimporter: use types.NewInterfaceType
> c59bc30 internal/gcimporter: vary the value of any in predeclared
> 4fc0d79 internal/gcimporter: remove goexperiment.unified tags
> f05b5f4 go/packages: document the role of PWD
> 3483a5e go/packages: use link notation in comments for godoc rendering
> 75350b9 go/ssa: remove import of loader from builder_test.go
> 1c9ca8b go/types/objectpath,internal/aliases: miscellaneous clean up of tests that set gotypesalias
> 23e1af6 go/ssa: migrate TestGenericFunctionSelector away from loader
> 8adb6e8 go/ssa: migrate TestTypeparamTest away from loader
> 7bb384d gopls/internal/test/integration/bench: add an IWL test that opens files
> faf6e28 go/ssa: migrate TestGenericAliases away from loader
> 81a4242 internal/gcimporter: update TestIssueAliases expectation
> 54110aa internal/modindex: package for indexing GOMODCACHE
> b577f77 gopls/internal/cache: remove unnecessary active package check
> 06b986b gopls/internal/cache: add a few checks for context cancellation
> 83326b7 gopls/internal/cache: join concurrent package batch operations
> 34638fc cmd/{callgraph,ssadump}, gopackages: make -tags flags work
> d911e4a gopls: disable ast.Object resolution wherever possible
> eb774f6 go/packages: fix LoadMode.String
> 31fdc78 gopls/internal/server: allow suppression of showDocument
> 752860b gopls/internal/protocol/command: simplify ApplyFix
> fadcea5 gopls/internal/golang: CodeAction: split into producers
> f70550d go/ssa: migrate some tests in build_test.go away from loader
> 01bd772 go/callgraph: rewrite tests to use go/packages not go/loader
> f8ce005 go/types/objectpath: use go/packages instead of go/loader in tests
> d2c1642 internal/gcimporter: rewrite TestIExportData_stdlib using go/packages
> af67b9d go/ssa: migrate source_test.go away from loader
> 3bb0ed7 x/tools: assume go1.22 and simplify
> 1d5e334 internal/aliases: remove Alias and Unalias
> 0b6abe3 go/ssa: remove loader utility functions
> 6a0cacb go/ssa: add test utility for building a single file
> 1204c80 cmd/gorename: delete
> 1c37166 go/ssa: move build tag guarded tests
> dfc41b5 go/ssa: use ast.RangeStmt.Range position directly
> 3921b59 cmd/gorename: remove replace directive
> d09d36b x/tools: remove refs to cmd/gorename
> 8517dc9 cmd/gorename: create submodule
> cd349f3 go/ssa: Move instantiation tests off of unexported API
> 45851d3 gopls/internal/telemetry/cmd/stacks: show build failure stderr
> c8d229c all: fix spelling errors
> 8db9562 go/ssa: update public doc of CreatePackage
> bea7373 gopls/internal/protocol/command: remove nuisance error handling
> 18a3f05 go/ssa: remove outdated any normalizer setting up in test
> 0355013 go/ssa: sanity check for package transient fields
> 2aabc4f go/analysis/passes/printf: return when suppressing a non-constant diagnostic
> 5cb6eeb txtar: use slices.Clone instead of copy
> e603756 gopls/internal/cache: add telemetry counter for GOPACKAGESDRIVER
> 42b921c gopls/internal/test/integration: skip BenchmarkPackages with -short
> a58d83b gopls/internal/cache: build the import map lazily during type checking
> 765ea95 go/analysis/passes/printf: add global to disable new diagnostics
> a319a85 gopls/internal/telemetry/cmd/stacks: display closed issues white
> 5aac53c gopls/internal/golang: Definition: jump to assembly
> 8fcd92f gopls/internal/telemetry/cmd/stacks: predicate de-duplication
> 7891473 gopls/internal/telemetry/cmd/stacks: fix two bugs
> 91d4bdb gopls: rm GofumptFormat from internal/settings
> 198986d go/ssa: go/ssa: disable TestTypeparamTest on wasm
> 3e49191 gopls/internal/telemetry/cmd/stacks: generate CodeSearch links
> beed481 gopls/internal/settings: use CodeActionKind hierarchy
> 15b8886 SignatureHelp: report signature of Ident if no enclosing CallExpr
> 4e8d5c8 gopls: bump gofumpt to 0.7.0
> 6a387a4 go/ssa: require 1.23 for TestCycles
> 42a6477 go/ssa: disable TestTypeparamTest/chan.go on wasm
> 5157118 gopls/internal/lsp/source: put testing.T/B first when extracting
> 94ac686 go/ssa: pop targets stack on range-over-func
> 2884375 gopls/internal/golang: Definitions: support renaming imports in doc links
> b0f680c go/ssa: reenable TestStdlib
> b7af269 go/ssa: improve sanity checking
> fd7ab2d gopls/internal/server: fix build following semantic merge conflict
> dc4c525 gopls/internal: test discovery
> 8ba9169 gopls/internal/golang: Highlight: work around go/types bug
> bfc94c9 go/ssa: extract type recursion into a helper package
> 1dc949f internal/settings: simplify linking now that we only build with 1.23
> c055e89 x/tools: deprecate astutil.Unparen
> c2e057b gopls: use Func.Signature everywhere
> 6b0cfff internal/test/marker: support multi-line locations
> 9d7d14e x/tools/gopls: delete code obsoleted by go1.23
> 4bcf6a3 internal/golang: add a fast path for FormatVarType with gopls at 1.23
> 7398f36 all: fix some symbols error in comment
> f111c72 go/callgraph/rta: skip test on js platform
> 9f9b7e3 gopls/internal/settings: add missing deep cloning in Options.Clone
> ce7eed4 doc/generate: minor cleanup
> 075ae7d go/callgraph/vta: add basic tests for range-over-func
> 2c7aaab go/ssa: skip failing test
> 1b5663f go/callgraph/vta: perform minor cleanups
> 0a49883 gopls/go.mod: update the go directive to 1.23.1
> ad366a8 go.mod: update golang.org/x dependencies
> 4fb36d1 go/callgraph/rta: add rta analysis test case for multiple go packages
> dc4d64c gopls: fix non-constant format strings
> c758e54 cmd/callgraph: make vta use internal version of CHA
> 94b564c go.mod: for consistency with other repos, use 1.22.0 in go.mod
> 70f5626 all: with 1.23 out, update Go directive to Go 1.22
> 5a3171b internal/typesinternal: correct spec anchors in comments
> c538e2c go/callgraph/static: avoid ssautil.AllFunctions
> 2db563b internal/gcimporter: copy over ureader changes
> 09886e0 go/callgraph/vta: allow nil initial call graph
> e5ae0a9 internal/pkgbits: cleanup pre-Go 1.17 workaround
> 264b4b5 go/callgraph/vta: add return parameter nodes for functions
> 063360f gopls: update x/telemetry dependency
> 28f3bc0 internal/pkgbits: copy over changes for V2
> fd2067f go/callgraph/vta: use struct{} instead of bool in sets
> ce02ccd gopls/internal/test/marker: simplify completion markers
> 4ead70c gopls: report semantic tokens of top-level type constructor modifiers
> 826d8d9 gopls/internal/cache: add a note about GOMEMLIMIT and ballasts
> aaf49f1 gopls/internal/cache: add a 100MB ballast to reduce GC CPU
> 12307aa gopls/internal/util/lru: make lru.Cache generic
> 594cdab gopls: increment the telemetryprompt acceptance counter for each session
> adb7301 internal/versions: disable a test case incompatible with CL 607955
> 0734f62 internal/gcimporter: support type parameterized aliases in indexed format
> b5f24ec internal/aliases: add type parameters argument to NewAliases
> f5c7449 gopls/internal: implement Packages command
> e5e8aa8 gopls/internal: implement Modules command
> 9ef0547 internal/gcimporter: move indexed format docs
> c7adb63 go/analysis/passes/fieldalignment: fix doc
> 66adacf internal/pkgbits: improve ureader panic message
> e104dc8 gopls/internal/settings: rename goTest code action to source.test
> dfcdf50 go/analysis/passes/copylock: add support for ForStmt
> 136c165 gopls/internal/cache: remove spurious assertions
> 7cc3be7 internal/imports: use a clean GOMODCACHE for the scan root directory
> d47b4fb internal/testfiles: adjust test so all modules are after 1.21
> c1241b9 internal/stdlib: update stdlib index for Go 1.23.0
> e6bef92 gopls/internal/golang: downgrade assertion in methodsets index
> 7f262d6 all: disable tests incompatible with CL 603895
> a76f882 gopls: enhance read/write access distinction in document highlighting for symbols
> 4dc9194 go/callgraph/vta: fix test under GODEBUG=gotypesalias=1
> 28ba991 go/analysis/passes/printf: add missing Unalias call
Signed-off-by: Knative Automation <automation@knative.team>
|
|
|
|
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. |
|
|
|
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 |
|
|
|
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>
|
|
|
|
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> |
|
|
|
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>
|
|
|
|
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>
|
|
|
|
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
>
|
|
|
|
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> |
|
|
|
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 |
|
|
|
cbb6f5cd2f
|
Fix client-pkg import paths (#1931)
* Fix client-pkg import paths * Fix imports |
|
|
|
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> |
|
|
|
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> |
|
|
|
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)
>
|
|
|
|
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> |
|
|
|
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 |
|
|
|
7b11654048
|
upgrade to latest dependencies (#1892)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
|
66029b16ad
|
upgrade to latest dependencies (#1887)
bumping golang.org/x/mod 5b69280...6e58e47: > 6e58e47 modfile: improve directory path detection and error text consistency bumping knative.dev/eventing 360ec60...8ebe869: > 8ebe869 Deprecate EventType v1b1 API (# 7303) > a9320dc Add deprecation warnings for v1b2 (# 7454) > 3162518 [main] Upgrade to latest dependencies (# 7450) > d964da3 Don't use async handler (# 7415) > 7a645f8 Add the test setup in the install script (# 7418) > 8d8e0fe Increase Ready timeout for TestChannelConformance to 4 minutes (# 7433) > a118938 Use input channels audience as audience of Parallel (# 7431) > 9431ce9 Add e2e test if channel implementation exposes OIDC audience (# 7381) > 0fa1bbc [main] Upgrade to latest dependencies (# 7432) > e3b7970 [main] Upgrade to latest dependencies (# 7430) > cc3d30e [main] Upgrade to latest dependencies (# 7429) > 62e797b [main] Upgrade to latest dependencies (# 7428) > d978f3c [main] Upgrade to latest dependencies (# 7421) > e85a09d fix: Inconsistent OIDC auth feature flag name (# 7422) > 650d965 Adding the rekt test for pingsource with broker as sink (# 7416) > c8f4624 Refactored new filter tests to all use the same helper functions (# 7397) > 5ed1b7a [main] Upgrade to latest dependencies (# 7419) > 0684dbe Support for seconds field in PingSource schedule (# 7394) bumping github.com/prometheus/common 94bf982...c59927e: > c59927e Merge pull request # 524 from prometheus/dependabot/go_modules/golang.org/x/net-0.17.0 > 16f9480 Merge pull request # 525 from prometheus/dependabot/go_modules/sigv4/golang.org/x/net-0.17.0 > 1f9b004 Bump golang.org/x/net from 0.15.0 to 0.17.0 > 7043ea0 Merge pull request # 520 from prometheus/repo_sync > ff99062 Bump golang.org/x/net from 0.15.0 to 0.17.0 in /sigv4 > f4e05c0 Merge pull request # 519 from prometheus/dependabot/go_modules/sigv4/github.com/aws/aws-sdk-go-1.45.19 > b6914dd Update common Prometheus files > ac62eb7 Merge pull request # 518 from prometheus/repo_sync > eb60b9b Bump github.com/aws/aws-sdk-go from 1.45.18 to 1.45.19 in /sigv4 > 2dfcc43 Merge pull request # 509 from Neo2308/feature/master/move-to-protobuf-extensions-v2 > 777f9cc Update common Prometheus files > 538e36f Merge pull request # 493 from prometheus/dependabot/go_modules/sigv4/github.com/stretchr/testify-1.8.4 > 6fa8c32 Update golang_protobuf_extensions to v2 > 806bab7 Merge pull request # 516 from prometheus/dependabot/go_modules/sigv4/github.com/prometheus/client_golang-1.17.0 > 3d03105 Bump github.com/stretchr/testify from 1.8.2 to 1.8.4 in /sigv4 > c3da61d Merge pull request # 515 from prometheus/dependabot/go_modules/sigv4/github.com/aws/aws-sdk-go-1.45.18 > 78c4467 Bump github.com/prometheus/client_golang from 1.15.1 to 1.17.0 in /sigv4 > 29293ef Merge pull request # 514 from prometheus/dependabot/go_modules/golang.org/x/oauth2-0.12.0 > 68bf7ee Bump github.com/aws/aws-sdk-go from 1.44.266 to 1.45.18 in /sigv4 > bd35fdb Merge pull request # 513 from prometheus/superq/client_go > 2e29438 Bump golang.org/x/oauth2 from 0.8.0 to 0.12.0 > 4e8cb35 Merge pull request # 495 from prometheus/repo_sync > 9510d8d Update client_golang > 86487d4 Add read-only token permissions > dc8a02e Update common Prometheus files > fa9dcdd Merge pull request # 507 from prometheus/dependabot/go_modules/golang.org/x/net-0.12.0 > 4047c78 Merge pull request # 511 from wasim-nihal/username-file-12576 > 162098f Bump golang.org/x/net from 0.10.0 to 0.12.0 > ed1ca57 Merge branch 'username-file-12576' of https://github.com/wasim-nihal/common into username-file-12576 > e79ab68 Merge branch 'username-file-12576' of https://github.com/wasim-nihal/common into username-file-12576 > 707c0a9 Merge branch 'username-file-12576' of https://github.com/wasim-nihal/common into username-file-12576 > 06c301c Adding support for file based configuration of basic auth in http client config. > 0af702d Update config/http_config.go > 0b1d03c Update config/http_config.go > dbdf15f Adding support for file based configuration of basic auth in http client config. bumping knative.dev/pkg 29775d7...97c7258: > 97c7258 Bump golang.org/x/tools from 0.14.0 to 0.15.0 (# 2897) > 99fa268 Bump golang.org/x/oauth2 from 0.13.0 to 0.14.0 (# 2895) > 81a5838 Bump cloud.google.com/go/storage from 1.34.1 to 1.35.1 (# 2898) > b3e7ef5 Bump google.golang.org/api from 0.149.0 to 0.150.0 (# 2896) > 4e16990 Bump golang.org/x/net from 0.17.0 to 0.18.0 (# 2894) > 6564cf1 upgrade to latest dependencies (# 2893) > 35011d4 upgrade to latest dependencies (# 2892) > 5c9b7a8 upgrade to latest dependencies (# 2887) > acf0a2d Bump google.golang.org/api from 0.148.0 to 0.149.0 (# 2891) > 5e1261a Bump cloud.google.com/go/storage from 1.33.0 to 1.34.1 (# 2890) > 3b3f4e4 Bump github.com/gorilla/websocket from 1.5.0 to 1.5.1 (# 2889) > 8bf0f54 Bump golang.org/x/sync from 0.4.0 to 0.5.0 (# 2888) > fac3a4f fix closure variable in filtered factory (# 2884) > a6c730f upgrade to latest dependencies (# 2882) > b09d4f2 Bump sigs.k8s.io/yaml from 1.3.0 to 1.4.0 (# 2879) > 9f71af7 Bump github.com/google/uuid from 1.3.1 to 1.4.0 (# 2878) > b7a62c0 Bump google.golang.org/grpc from 1.58.3 to 1.59.0 (# 2873) > b8c14ce [CVE-2023-44487] Disable http2 for webhooks (# 2871) > 8b8bb65 Bump github.com/prometheus/common from 0.44.0 to 0.45.0 (# 2874) > ee56089 Bump google.golang.org/api from 0.147.0 to 0.148.0 (# 2872) bumping knative.dev/serving 2659cc3...7561386: > 7561386 Create and use the Reconciler constructor for the service controller (# 14623) > ae91326 upgrade to latest dependencies (# 14620) > e582664 Update net-kourier nightly (# 14619) > 936ecbd fix: typo in comments (# 14617) > d3127e9 Surface cpu and mem requests forbidden errors (and other ones too) in KSVC creation (# 14453) > 946643c Update net-gateway-api nightly (# 14616) > 0ac6e3c Update net-istio nightly (# 14614) > 6978eea Update net-kourier nightly (# 14613) > ecfd6fd Update net-certmanager nightly (# 14611) > 381a3a9 Update net-contour nightly (# 14612) > 17fa595 upgrade to latest dependencies (# 14608) > 1c72423 Update net-gateway-api nightly (# 14602) > 9defe38 Update net-kourier nightly (# 14605) > 0ac084c Update net-contour nightly (# 14604) > cec7125 Update net-certmanager nightly (# 14603) > 65ce2ae upgrade to latest dependencies (# 14601) > 16884ca Update net-kourier nightly (# 14590) > e963ec7 Update net-certmanager nightly (# 14599) > f3e1a2d Drop CI reverse compatibility for auto-tls rename (# 14595) > df38a6b upgrade to latest dependencies with websocket v1.5.0 (# 14598) > a72f181 Update net-istio nightly (# 14596) > 789c322 Update net-contour nightly (# 14591) > 40008af Update net-certmanager nightly (# 14586) > ab6ccfe Update net-gateway-api nightly (# 14583) > ec8cf65 remove duplicate 'additionalPrinterColumns' (# 14592) > 141747a upgrade to latest dependencies (# 14574) > e473c4a Update net-contour nightly (# 14585) > 95ea3e5 Update net-istio nightly (# 14584) > f59f053 Update net-kourier nightly (# 14582) > 3e82b2b remove dead code and other fixes (# 14578) > fd8f461 clean up feature keys (# 14570) > 7c92928 Replace the rest deprecated func with wait.PollUntilContextTimeout (# 14565) > 40ebfb6 Update net-gateway-api nightly (# 14559) > 051de64 Update net-kourier nightly (# 14562) > 2f91f92 Update net-contour nightly (# 14560) > 0f5fd3c Update net-certmanager nightly (# 14561) > 226c862 Replace the deprecated func with wait.PollUntilContextTimeout (# 14556) > bda2232 Update net-istio nightly (# 14558) bumping knative.dev/networking 2a7676e...3af9769: > 3af9769 upgrade to latest dependencies (# 892) > 8f3c521 upgrade to latest dependencies (# 890) > e0bee34 upgrade to latest dependencies (# 889) > 18529fd upgrade to latest dependencies (# 888) > 3bd0f7d upgrade to latest dependencies (# 887) > aea9eae upgrade to latest dependencies (# 886) > 7d7bb65 upgrade to latest dependencies (# 885) bumping google.golang.org/genproto/googleapis/api d307bd8...49dd2c1: > 49dd2c1 chore(all): update all (# 1067) > e917dd1 chore(deps): bump golang.org/x/net in /googleapis/api/servicecontrol (# 1063) > 8102cb6 chore(deps): bump golang.org/x/net in /googleapis/api/servicemanagement (# 1060) > baa7128 chore(deps): bump golang.org/x/net in /googleapis/api/apikeys (# 1062) > 67c69aa chore(deps): bump golang.org/x/net in /googleapis/bytestream (# 1061) > e298162 chore(deps): bump golang.org/x/net in /googleapis/api/serviceusage (# 1064) > 378ed82 chore(deps): bump golang.org/x/net in /googleapis/api (# 1065) > a6244dc chore(deps): bump golang.org/x/net from 0.14.0 to 0.17.0 (# 1066) > 8bfb1ae chore(all): update all (# 1059) > ceb4ed7 chore(all): auto-regenerate .pb.go files (# 1058) bumping golang.org/x/sys 2964e1e...cb378ae: > cb378ae syscall: call getfsstat via libc on openbsd > 661d749 unix: use libc stubs for OpenBSD pledge+unveil > 1168e25 unix/linux: update Linux kernel to v6.6 > 249e16f unix: require minimum OpenBSD 6.4 for pledge, unveil > 1e63810 unix: stop counting trailing NUL for abstract addresses starting with NUL > 1bfbee0 all: update go directive to 1.18 > 1d9f0b6 unix: add linux cachestat system call > 8ccaaf0 windows: add GetFileTime > 6ee6208 windows: add missing TCP and UDP socket options and control message types bumping knative.dev/hack 2c938d4...5deadde: > 5deadde 🐛 Set latest release only when publishing to Github (# 346) > 8834794 Call set_latest_to_highest_semver after publishing a new release (# 343) > 0d99b7e add function to set latest semver to latest (# 339) > d4af42e Make generate-groups.sh and generate-knative.sh executable conditionally (# 338) bumping google.golang.org/genproto d307bd8...49dd2c1: > 49dd2c1 chore(all): update all (# 1067) > e917dd1 chore(deps): bump golang.org/x/net in /googleapis/api/servicecontrol (# 1063) > 8102cb6 chore(deps): bump golang.org/x/net in /googleapis/api/servicemanagement (# 1060) > baa7128 chore(deps): bump golang.org/x/net in /googleapis/api/apikeys (# 1062) > 67c69aa chore(deps): bump golang.org/x/net in /googleapis/bytestream (# 1061) > e298162 chore(deps): bump golang.org/x/net in /googleapis/api/serviceusage (# 1064) > 378ed82 chore(deps): bump golang.org/x/net in /googleapis/api (# 1065) > a6244dc chore(deps): bump golang.org/x/net from 0.14.0 to 0.17.0 (# 1066) > 8bfb1ae chore(all): update all (# 1059) > ceb4ed7 chore(all): auto-regenerate .pb.go files (# 1058) bumping sigs.k8s.io/yaml 9535b3b...c3772b5: > c3772b5 Merge pull request # 97 from liggitt/owners > eead467 Merge pull request # 76 from natasha41575/go-yaml-fork > 604031b Update owners > 3566774 Merge pull request # 96 from liggitt/msg > f2c0229 add test demonstrating consistency between yaml.v2 and yaml.v3 > 65d71bb Merge pull request # 87 from justinsb/spew_no_more > 3f79f32 Revert error message changes > 20d25fa update LICENSE, owners, and readmes > d865f09 Merge pull request # 83 from kubernetes-sigs/bump-version-of-golang-to-1.19-and-drop-older-versions > 13f0a74 Replace go-spew with go-cmp > a7b5665 exclude forked libs from golint > 5303805 Merge pull request # 75 from brianpursley/benchmarks > b02c352 reformat to golang 1.19 standards > b6d8b45 fix leading newline issue > b5bdf49 Merge pull request # 66 from ncdc/remove-ncdc-from-owners > 0beda2b Add benchmarks > 2f8489c Bump version of golang to 1.19 and prune older versions > 330e1e5 make sequence style configurable > 78c1299 Merge pull request # 69 from ncdc/fix-lint-error > 94f1bbd Remove myself (ncdc) from OWNERS > 2d151d8 Add benchmarks > 70ebea7 change import paths to forked yaml libs > 39f74b9 Merge pull request # 65 from amurant/non_functional > 5e30182 Fix lint error > b96582b fork go-yaml v2 and v3 > 4f103b1 greatly improve testing framework & added a lot of new tests > 3c98e65 expand variable names in yaml.go, add better comments, improve errors, add copyright > 4924d91 expand variable names in fields.go > 59dc8b4 add 1.16 and 1.17 to github workflows > 740b971 remove vendor folder bumping google.golang.org/genproto/googleapis/rpc 8bfb1ae...d783a09: > d783a09 chore(all): update all (# 1068) > 49dd2c1 chore(all): update all (# 1067) > e917dd1 chore(deps): bump golang.org/x/net in /googleapis/api/servicecontrol (# 1063) > 8102cb6 chore(deps): bump golang.org/x/net in /googleapis/api/servicemanagement (# 1060) > baa7128 chore(deps): bump golang.org/x/net in /googleapis/api/apikeys (# 1062) > 67c69aa chore(deps): bump golang.org/x/net in /googleapis/bytestream (# 1061) > e298162 chore(deps): bump golang.org/x/net in /googleapis/api/serviceusage (# 1064) > 378ed82 chore(deps): bump golang.org/x/net in /googleapis/api (# 1065) > a6244dc chore(deps): bump golang.org/x/net from 0.14.0 to 0.17.0 (# 1066) bumping google.golang.org/api 60e8678...83b8a6c: > 83b8a6c chore(main): release 0.150.0 (# 2244) > 85e85ad feat(transport): Log DirectPath misconfiguration (# 2225) > f56fb11 chore(all): update all (# 2251) > 7529003 feat(all): auto-regenerate discovery clients (# 2252) > c08d405 feat(all): auto-regenerate discovery clients (# 2250) > b56da3d feat(all): auto-regenerate discovery clients (# 2249) > 8bfbeac feat(all): auto-regenerate discovery clients (# 2246) > 5693997 feat(all): auto-regenerate discovery clients (# 2245) > 2ce2d2d feat(all): auto-regenerate discovery clients (# 2243) > 0d3b865 chore(main): release 0.149.0 (# 2230) > c84e6ff feat(all): auto-regenerate discovery clients (# 2242) > e5a53db chore(all): update all (# 2233) > 576f5e1 feat(all): auto-regenerate discovery clients (# 2241) > 3151bd7 feat(all): auto-regenerate discovery clients (# 2240) > cf09469 feat(all): auto-regenerate discovery clients (# 2239) > 8d66391 feat(all): auto-regenerate discovery clients (# 2238) > 3cc10bf feat(all): auto-regenerate discovery clients (# 2237) > da38ebd feat(all): auto-regenerate discovery clients (# 2236) > cc28ceb feat(all): auto-regenerate discovery clients (# 2235) > 8bb5867 feat(all): auto-regenerate discovery clients (# 2234) > a1fb230 feat(all): auto-regenerate discovery clients (# 2232) > 9835f38 feat(all): auto-regenerate discovery clients (# 2231) > 199783c feat(all): auto-regenerate discovery clients (# 2229) > 5e4c19e chore(main): release 0.148.0 (# 2217) > 438c075 chore(deps): ignore go-github (# 2223) > 29c72b5 feat(all): auto-regenerate discovery clients (# 2227) > 33383c7 feat(all): auto-regenerate discovery clients (# 2226) > 25093c2 feat(all): auto-regenerate discovery clients (# 2224) > 5077579 chore(all): update all (# 2220) > a6ee0f9 feat(all): auto-regenerate discovery clients (# 2222) > 6f71a69 feat(all): auto-regenerate discovery clients (# 2219) > 1ef9dd2 feat(all): auto-regenerate discovery clients (# 2218) > ffeb508 feat(all): auto-regenerate discovery clients (# 2216) bumping golang.org/x/term ea6303a...70d3a0b: > 70d3a0b go.mod: update golang.org/x dependencies > 6a610bc all: update go directive to 1.18 bumping golang.org/x/tools 3f4194e...729e159: > 729e159 go.mod: update golang.org/x dependencies > 38ed81a gopls/internal/regtest/marker: porting extract tests > bbf8380 gopls/internal/regtest/marker: use golden diffs for suggested fixes > 51df92b go/ssa: two minor cleanups > e7fb31a internal/cmd/deadcode: rename -format to -f > c538b4e internal/cmd/deadcode: add -whylive=function flag > b753e58 internal/lsp/helper: fix misspelled "Code generated" comment > 2638d66 internal/cmd/deadcode: omit package/func keywords in default output > 118c362 gopls/internal/lsp/source: fix signatureHelp with pointer receivers > 4124316 gopls/internal/lsp/cache: remove baseCtx from the View > 8b89cfa gopls/internal/lsp/cache: remove forceReloadMetadata from clone > d2c415d gopls/internal/lsp/cache: pass workspace information into createView > 2ddaad7 gopls/internal/lsp/cache: isolate getWorkspaceInformation from Session > 4df4d8d internal/cmd/deadcode: support -json, -format=template > 2881318 gopls/internal/lsp/source: enable nilness Analyzer in gopls > 25924d0 go/analysis/passes/nilness: fix bug in method value > 53cd36b gopls: remove dead code > 7e0917a go/ssa: update builder doc comment > 942d9ac go/ssa: don't treat _ specially in Prog.{Func,Const,Var}Value > 227e728 go/ssa: delete pre-go1.18 obsolete code > 9f1cca3 go/ssa: remove Function.Syntax optimization > 0ee4d87 go/ssa: create methods on demand > 04cf269 gopls/internal/lsp/cache: allow duplicate analyzer names > 08edf75 gopls/internal/regtest/marker: port half of the suggestedfix markers > e6864f1 go/ssa: hang instances off generic Function, not Program > 753c5d6 gopls/internal/lsp/cache: move 'contains' from snapshot to view > 24c5a47 gopls/internal/lsp/cache: make options immutable on the View > e125dc6 gopls/internal/regtest/marker: port remaining rank and snippet tests > 26349af gopls/internal/regtest/marker: port remaining completion tests > 5e2efda gopls/internal/regtest/marker: port rank and func_rank tests > 970eac5 gopls/internal/regtest/marker: port builtin/keyword completion tests > c90d0df go/ssa: make isParameterized thread-safe > 02f3758 gopls/internal/regtest/marker: port five arbitrary completion tests > ee25040 gopls/internal/regtest/marker: port all prepare markers > 9e94edb go/ssa: clarify Program.RuntimeTypes > 75ff53b go/ssa: build methods of RuntimeTypes lazily > 2bc9e16 go/ssa: TestStdlib: report count of syntactic functions too > f4cf222 go/ssa: new for var semantics > 11828ff gopls/internal/lsp: add OnSave diagnostics > 7ca319e go/ssa: split 'create' and 'build' for every Function > 3aa6cfd internal/gopathwalk: check ignored directories lexically > 1762c80 internal/gopathwalk: use filepath.WalkDir instead of internal/fastwalk > 9cf559c go/analysis/passes/errorsas: remove old comment > ec032e3 go/packages: two clean-ups > 9482e85 gopls/internal/lsp/cmd: add GOPACKAGESDRIVER to stat > ccc652a go/ssa: eliminate Program.{bounds,thunks} memoization > fcb8d5b go/ssa: some preparatory cleanups > 099b552 gopls/internal/regtest/marker: port the links marker > 50cdf2a gopls/internal/regtest/marker: port case sensitive completion tests > df7023e gopls/internal/regtest/marker: port all deep and fuzzy completion tests > b90ce15 gopls/internal/regtest/marker: port statements completion tests > d187d99 gopls/internal/regtest/marker: port remaining @signature markers > 080c202 gopls/internal/lsp: fix code action panic on params of external funcs > ff1953b go/packages: don't fail if GOPACKAGESDRIVER leaves Compiler/GOARCH="" > 4dca902 go/internal/packagesdriver: be defensive wrt error results > 672de52 go/ssa: simplify Alloc helpers > 931c74e internal/lsp/analysis: warn about incorrect type in embed directive > 1cf8b0d go/ssa: new range var semantics > 7c4d876 gopls/internal/lsp/source: remove unused parameters (cleanup) > b82788e gopls/internal/lsp: add semantic highlighting for go: directives > 6da1917 go/packages: remove pre-go1.16 overlay support > 5ab57de go/packages: ensure that types.Sizes is correct > 02048e6 go/packages: document that types.Sizes may be nil > 5185da1 internal/refactor/inline: avoid redundant import names added by inlining > 6360c0b gopls/internal/lsp/source: find linkname directives without parsing > 71f6a46 cmd/bundle: drop old +build lines > cdf1b5e cmd/present: drop NaCl reference from docs > 99bbd3c go/callgraph/vta: use core type for struct fields > 8ed1113 go/ssa: add support for range-over-int > 7df9d5f gopls/internal/lsp: fix signature crash on error.Error > 43c41b5 internal/refactor/inline: reify implicit return conversions > 53e637b internal/refactor/inline: improve check for last uses of free vars > 61bb3e9 internal/refactor/inline: less hacky solution for eliding braces > 8a71c39 gopls/internal/lsp/source: abort change signature on overlapping calls > f744e4b go/ssa: propagate goversions in ssa > 6fcd778 gopls/internal/lsp: add code actions to remove unused parameters > 918e96a internal/refactor/inline: use binding decl with literalization > 12b5dad gopls: deprecate "tempModfile" and "expandWorkspaceToModule" settings > f85b3f7 internal/refactor/inline: don't treat blanks as decls in declares() > 3484534 internal/refactor/inline: docs for 0.14 release notes > b9b97d9 go/types/objectpath: remove method sorting > 9b63f3d gopls: upgrade x/telemetry dependency > f38ff07 internal/refactor/inline: T{} is duplicable for struct/array > ecbfa88 go/analysis/passes/timeformat: simplify isTimeDotFormat > 187911b internal/refactor/inline: more precise SelectorExpr effects > dbf6f42 go/analysis/passes/httpmux: add command > 7e7568c go/analysis/passes/httpmux: check for enhanced ServeMux patterns > b268156 gopls: allow all drive letters in cache/filemap_test.go > be4e4d6 go/analysis/passes/internal/analysisutil: account for nil Func.Pkg > 0e4fc90 internal/refactor/inline: add missing spread context (return) > 8954aa7 go/types/internal/play: fix slice OOB when *ast.File is selected > fda3fe3 gopls/internal/lsp: use the correct options for semantic tokens legend > f6d8589 cmd/compilebench: pass linker flags to prebuild > 5874869 go/analysis/passes/internal/analysisutil: add IsFunctionNamed > 0b06fd8 cmd/gonew: skip Test if exec is unsupported > f5fd4c9 go/analysis/passes/bools: use astutil.Unparen > 59ac17f go/analysis/passes/internal/analysisutil: remove Unparen > a3b5082 go/analysis/passes/appends: improve check for append builtin > 395d393 go/analysis/passes/internal/analysisutil: add IsNamedType > 22abcd6 oogo/analysis/passes/bools: remove duplicate functions bumping golang.org/x/net b225e7c...fbaf412: > fbaf412 go.mod: update golang.org/x dependencies > cc6f4d1 http2: remove ancient build-tagged files for unsupported Go versions > a720b30 http2: allocate buffer pools using pointers to arrays > a7ef1a2 internal/quic/cmd/interop: don't t.Log after test finishes > 26ea817 http2: unconditionally recycle responseWriterState > 39c9d01 quic: don't send CONNECTION_CLOSE after stateless reset > 45fa414 quic: undo accidental rename of test helpers > 434956a quic: include more detail in connection close errors > ec29a94 quic: provide source conn ID when creating server conns > 5791239 internal/quic/cmd/interop: skip tests when exec is unavailable > 4865e2a internal/quic/cmd/interop: add interop test runner > 770149e quic: pad ack-eliciting server Initial datagrams > 05086a7 quic: fix panic when handling resent CRYPTO data > 0526b49 quic: fix data race caused by aliased DCID > 6d267b1 quic: properly shut down connections on listener close > 642f15e quic: support stateless reset > 4c7a5b6 http2: add test for push promise accounting underflow > 48a5977 quic: support Retry > 9ef1b72 quic: move more testConn behavior into testListener > 37479d6 http2: fix underflow in http2 server push > d23d9bc all: update go directive to 1.18 > 92728b3 dns/dnsmessage: document that Skip does not fully validate the header bumping golang.org/x/oauth2 3c5dbf0...e067960: > e067960 go.mod: update golang.org/x dependencies > 4c91c17 google: adds header to security considerations section bumping google.golang.org/grpc bf05b95...7765221: > 7765221 Change version to 1.59.0 (# 6695) > e88f12e server: prohibit more than MaxConcurrentStreams handlers from running at once (# 6703) (# 6704) > be7919c transport: Pass Header metadata to tap handle. (# 6652) > e3f1514 Reapply "status: fix/improve status handling (# 6662)" (# 6673) (# 6688) > 696faa9 client: add a test for NewSubConn / StateListener / cc.Close racing (# 6678) > 318c717 readme: fix badges (# 6687) > 39972fd github: add code coverage with codecov.io (# 6676) > 93dbc05 xds: move virtual host matcher test to the xdsresource package (# 6680) > 2c00469 github: update actions/setup-go and actions/checkout (# 6675) > 1f73ed5 Replace the gRFC pull request with the permanent link. (# 6674) > 9e1fc3e Revert "status: fix/improve status handling (# 6662)" (# 6673) > 0772ed7 status: fix/improve status handling (# 6662) > 1466283 internal/idle: add a test that invokes ClientConn methods concurrently (# 6659) > fd9ef72 interop: implement rpc-behavior for UnaryCall() (# 6575) > c6264a9 examples: add an example of flow control behavior (# 6648) > ee4b62c encoding: fix mention of DecompressedSize in docstring (# 6665) > 09792b5 test: move codec tests to a separate file (# 6663) > 57cb4d8 internal/backoff: add a helper to run a function with backoff (# 6661) > 5e4402f attributes: avoid the use of %#v formatting verb (# 6664) > 147bd85 balancer: add a warning for balancer names that contain upper case letters (# 6647) > 4ced601 googlec2p: remove support for the experimental scheme (# 6645) > a758b62 xds/googledirectpath: fix google-c2p resolver test case involving bootstrap env config (# 6657) > e61a14d fix testing parameter on xds_client_custom_lb_test (# 6646) > 58e2f2b attributes: print typed nil values instead of panic (# 6574) > fe0dc22 interop/grpc_testing: regenerate pb.gos (# 6653) > 130bc42 Improve testutils.MarshalAny (# 6617) > 3156151 grpclb: teach the manual resolver to handle restarts (# 6635) > 1457a96 balancer/weightedroundrobin: fix ticker leak on update (# 6643) > 92f5ba9 xdsclient: completely remove the old WatchCluster API (# 6621) > 94d8074 grpclb: some minor cleanups (# 6634) > 1880bd6 resolver/manual: support restarts, required for channel idleness (# 6638) > 9deee9b idle: use LB policy close event as a proxy for channel idleness (# 6628) > 2d1bb21 grpc: ensure transports are closed when the channel enters IDLE (# 6620) > 552525e interop/xds_federation: remove binary file (# 6622) > 82a568d cdsbalancer: switch cluster watch to generic xDS client API (# 6600) > 0317200 health/grpc_health_v1: update pb.go (# 6616) > 57dcb71 interop/xds: improve error message (# 6614) > 254bccb idle: decrement active call count for streaming RPCs only when the call completes (# 6610) > b0a946c xds: fix hash policy header to skip bin headers and use extra metadata (# 6609) > 1e0d82e balancer/leastrequest: Cache atomic load and also add concurrent rpc test (# 6602) > 8eb4ac4 grpc: Change server stream context handling (# 6598) > e498bbc leastrequest: fix data race in leastrequest picker (# 6587) > 778e638 balancergroup: improve observability around balancer cache behavior (# 6597) > aa6ce35 vet: ensure all usages of grpc_testing package are renamed when importing (# 6595) > d045b41 interop/grpc_testing: regenerate pb.gos (# 6596) > 61b7baa grpc_test: rename import for grpc_testing (# 6594) > 1805900 deps: update dependencies for all modules (# 6582) > 9362f26 grpc: re-enable channel idleness by default (# 6585) > 8b1a671 stream: swallow Header errors as we used to; RecvMsg can still return it (# 6586) > 23ac72b update pb.gos by running regenerate.sh (# 6584) > 2ce7ecd cdsbalancer: test cleanup part 3/N (# 6564) > 7afbb9b Change version to 1.59.0-dev (# 6581) bumping golang.org/x/sync 22ba207...10739b0: > 10739b0 all: update go directive to 1.18 bumping github.com/google/uuid b3cae7c...8de8764: > 8de8764 chore(master): release 1.4.0 (# 134) > 7c22e97 Clarify the documentation of Parse to state its job is to parse, not validate, strings. (# 135) > cd5fbbd feat: UUIDs slice type with Strings() convenience method (# 133) > 47f5b39 docs: fix a typo in CONTRIBUTING.md (# 130) > 542ddab chore(tests): add Fuzz tests (# 128) > 06716f6 chore(tests): Add json.Unmarshal test with empty value cases (# 116) bumping golang.org/x/text f488e19...6c97a16: > 6c97a16 all: update go directive to 1.18 Signed-off-by: Knative Automation <automation@knative.team> |
|
|
|
ae35736892
|
upgrade to latest dependencies (#1884)
bumping knative.dev/client-pkg a356cde...26b8741: > 26b8741 upgrade to latest dependencies (# 130) > b5ae1d7 upgrade to latest dependencies (# 128) bumping knative.dev/eventing 360ec60...360ec60: Signed-off-by: Knative Automation <automation@knative.team> |
|
|
|
cc57c9e272
|
upgrade to latest dependencies (#1882)
bumping knative.dev/eventing 4d14c21...360ec60: > 360ec60 [main] Upgrade to latest dependencies (# 7391) > b5fd264 Shell executor logs through testing.T in upgrade tests (# 7367) > 5848584 [main] Upgrade to latest dependencies (# 7388) > 16a3986 Don't override default values when applying partial features.yaml configmap (# 7379) bumping knative.dev/serving 425abcb...2659cc3: > 2659cc3 upgrade to latest dependencies (# 14555) > 2a46d0d upgrade to latest dependencies (# 14546) > 268701d Update net-kourier nightly (# 14549) > cfd806f Update net-certmanager nightly (# 14550) > 6b844de Update net-contour nightly (# 14545) > f69766c Bubble up KCertificate Status Message when its not ready (# 14496) > 2c0b8dc Rename auto-tls to external-domain-tls (# 14482) bumping knative.dev/client-pkg 9cea6f6...a356cde: > a356cde Add plugin context sharing types (# 127) bumping knative.dev/pkg d6ab729...29775d7: > 29775d7 [release-1.12] [CVE-2023-44487] Disable http2 for webhooks (# 2876) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
|
f5ca3c78cb
|
upgrade to latest dependencies (#1881)
bumping knative.dev/eventing da0fba3...4d14c21: > 4d14c21 Added test for multiple sinks, multiple triggers (# 7350) > a261e06 OIDC - Support auto generation of PingSource identity service account and expose in AuthStatus (# 7344) > 16d75a9 mt-broker-ingress check audience of received token (# 7336) > 3ef831c Increase expiration buffer time of OIDCTokenProviders cache to 5 minutes (# 7355) > 5168dc3 Update dependencies (# 7378) > f9314d8 [main] Upgrade to latest dependencies (# 7372) > 4a07fdc Move OIDC e2e tests to test/auth (# 7363) > 0933c11 Expose audience of an InMemoryChannel in its status (# 7371) > 169542f OIDC - Support auto generation of ApiServerSource identity service account and expose in AuthStatus (# 7330) > 62ec33b Support auto generation of Subscriptions identity service account and… (# 7338) > 0af3ef6 [main] Upgrade to latest dependencies (# 7370) > cf6b140 [main] Update community files (# 7369) > de6915a Pass sink namespace to PingSource (# 7368) > 6dca8c4 [main] Upgrade to latest dependencies (# 7366) > 082d90a Remove unneeded configmapinformer in sinkbinding controller (# 7357) > f321ba5 Update dependencies (# 7347) > 4c9ad03 Mark new trigger filter tests as beta (# 7349) > 494ebb2 bumped x/net to v0.17 to fix cve-2023-44487 (# 7348) bumping knative.dev/networking 6c502de...2a7676e: > 2a7676e upgrade to latest dependencies (# 883) > b6cd712 upgrade to latest dependencies (# 882) > 64434a8 upgrade to latest dependencies (# 881) > fa72cb5 Update community files (# 880) > c086340 upgrade to latest dependencies (# 877) bumping golang.org/x/mod baa5c2d...5b69280: > 5b69280 modfile: use new go version string format in error message > 273ef6c go.mod: update to go 1.18 and x/tools v0.13.0 bumping google.golang.org/genproto/googleapis/api 007df8e...d307bd8: > d307bd8 chore(all): auto-regenerate .pb.go files (# 1057) > 0333e04 chore(all): update all to e6e6cda (# 1055) > 427d036 chore: unfreeze grpc and fix build errors (# 1056) > e6e6cda chore(all): update all (# 1044) > c177e32 chore(deps): temporarily ignore grpc dep (# 1054) bumping knative.dev/serving 6703812...425abcb: > 425abcb Update net-gateway-api nightly (# 14531) > 52a25fa Add security policy reference in serving (# 14544) > 9896079 Fix sec context and resources for performance jobs (# 14529) > 707d286 Test istio with system-internal-tls enabled (# 14494) > 1940e5a Update net-contour nightly (# 14533) > 264588a Update net-istio nightly (# 14535) > 840d7ee Update net-kourier nightly (# 14532) > a81290a Update net-certmanager nightly (# 14534) > 39ee6f7 Trust DataPlaneUserSAN from Activator to Queue-Proxy (# 14452) > 71085f8 Shell executor logs through testing.T in upgrade tests (# 14495) > 121e9db upgrade to latest dependencies (# 14526) > 4d36a14 Update community files (# 14525) > fff40ef Bound buffer for reading stats (# 14523) > eda7591 Update net-istio nightly (# 14524) > cbeb443 Update net-contour nightly (# 14490) > eac93b0 Update net-istio nightly (# 14518) > 6a21d8a don't run encryption tests with contour (# 14521) > 633e281 upgrade to latest dependencies (# 14515) > 42cf24f Update net-gateway-api nightly (# 14520) > 805bb38 Update net-certmanager nightly (# 14519) > b202e49 Update net-kourier nightly (# 14504) bumping knative.dev/pkg 948f5f5...d6ab729: > d6ab729 upgrade to latest dependencies (# 2870) > 283df0b Don't migrate storage version if CRD has one storage version (# 2861) > d0c133d Revert "Fix potential redefined error with kubeconfig flag (# 2855)" (# 2869) > 44a8a5e Use `DialTLSContextFunc` instead of `tls.Config` for `NewProxyAutoTLSTransport` (# 2842) > 0d0cd4e Print each line separately in shell executor (# 2867) > 058f699 Update community files (# 2868) > cf06733 Bump google.golang.org/grpc from 1.58.2 to 1.58.3 (# 2866) > af47f2d Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 (# 2865) > 16f23bd Bump google.golang.org/api from 0.145.0 to 0.147.0 (# 2864) > 3262b2b Bump golang.org/x/tools from 0.13.0 to 0.14.0 (# 2863) > 9051a45 Migrate knative.dev/hack/shell to knative.dev/pkg/test/shell (# 2856) bumping github.com/google/go-cmp a97318b...c3ad843: > c3ad843 Add cmpopts.EquateComparable (# 340) > e250a55 Use of hotlinking of Go identifiers (# 337) > 8a3e8dd set workflow permission to read-only (# 327) > 8cea5de Pin GitHub action versions (# 332) > 3bb304a Run tests for Go 1.20 version (# 322) > 571a56b Remove purego fallbacks (# 325) bumping knative.dev/client-pkg 9ed2a96...9cea6f6: > 9cea6f6 upgrade to latest dependencies (# 126) > b78888b upgrade to latest dependencies (# 115) > 1b87ecd Remove deprecated Serving API v1alpha1 (# 125) > 12d1700 Update community files (# 124) bumping google.golang.org/grpc c0aa20a...bf05b95: > bf05b95 Change version.go to v1.58.3 (# 6707) > c40c9ba server: prohibit more than MaxConcurrentStreams handlers from running at once (# 6703) (# 6705) > dd9270d update version to 1.58.3-dev (# 6656) bumping golang.org/x/tools b5e55d1...3f4194e: > 3f4194e go.mod: update golang.org/x dependencies > 1e4ce7c internal/refactor/inline: yet more tweaks to everything test > ee20ddf internal/refactor/inline: permit return conversions in tailcall > db1d1e0 gopls/internal/lsp: go to definition from embed directive > 2be977e internal/refactor/inline: work around channel type misformatting > 0ba9c84 internal/fuzzy: several improvements for symbol matching > c2725ad gopls: update x/telemetry dependency > e8722c0 go/types/internal/play: show types.Selection information > a819c61 internal/refactor/inline: eliminate unnecessary binding decl > 102b64b internal/refactor/inline: tweak everything-test docs again > 197e2c4 internal/refactor/inline: fix broken tests > 586b21a internal/refactor/inline: elide redundant braces > ca34416 internal/refactor/inline: fallible constant analysis > 6a38a5f internal/refactor/inline: use default working directory > c6d331d internal/refactor/inline: don't add same import PkgName twice > 1058109 internal/refactor/inline: don't insert unnecessary parens > d8e94f2 internal/refactor/inline: fix bug in shadow detection > 0adbf9c gopls/internal/lsp: simplify the telemetry prompt > 2ed4298 go/analysis/analysistest: format golden files before comparing > 451716b internal/refactor/inline: consider "", 0.0, 1.0 duplicable > 792f91f internal/refactor/inline: tweak everything test for cgo > 9416299 internal/refactor/inline: fix pkgname shadowing bug > 4cd12d6 gopls/internal/lsp/fake: don't set a completion budget for tests > 57ecf48 gopls/internal/lsp: hover over embed directives > 6de3448 gopls/internal/lsp/cache: remove snapshot.typeCheckMu > 7f23bc8 gopls/internal/regtest/source/completion: reuse functionCallSnippet in > 3d03fbd gopls/internal/lsp: use matcher score in ranking unimported candidates > 7577387 gopls/internal/lsp/source: don't complete to golang.org/toolchain > 4b34fbf internal/refactor/inline: fix bug discard receiver and spread > 6ec9b0f internal/refactor/inline: refine "last ref to caller local" > 08bdfec internal/refactor/inline: split up the big table > 486787e gopls/internal/lsp/source: Add ui.complete.completeFunctionCalls toggle > 9d2d0e8 gopls: set a context deadline after minimal completion results > 169105a internal/refactor/inline: insert conversions during substitution > b3ada30 internal/refactor/inline: analyze callee effects > 1602103 internal/refactor/inline: skip cgo tests on non-cgo builders > 1c8e684 internal/refactor/inline: sound treatment of named results > d32f97a internal/refactor/inline: eliminate Callee.BodyIsReturnExpr > f4abeae go/analysis/passes/directive: use strings.Cut > c42ed47 internal/refactor/inline: reject attempts to inline in cgo code > 313150a internal/refactor/inline: x++ counts as assignment in escape > d6f1bb7 internal/refactor/inline: ignore line directives in testing > fb7463a gopls: upgrade x/telemetry to latest > 6ccb09c gopls/internal/lsp/source/completion: fixes for completion budget > 903e689 gopls/internal/lsp/source/completion: start timing before type checking > 455b761 gopls/internal/lsp: use linkifyShowMessage in telemetryOnMessage > ebe11df gopls/internal/regtest/bench: add additional completion benchmarks > 0ceab5c internal/refactor/inline: split up the main function > f975935 gopls/internal/lsp: update telemetry prompt and add a follow-up message > 64beb95 gopls/internal/lsp/command: add maybePromptForTelemetry > 1c59c38 gopls/internal/lsp/source: add linkifyShowMessage (internal option) > d5538db gopls/internal/lsp/cmd: undocument gopls vulncheck > e3bbe43 gopls/internal/lsp: update prompting logic for local/off mode > 771061d gopls: instrument telemetry for latency of important operations > a490c54 all: register the appends analyzer in a few places and update gopls/go.mod > f096129 internal/refactor/inline: use escape analysis in purity > f9b8da7 go/analysis/passes/appends: rename package to appends > d744296 cmd/compilebench: check asm support for -compiling-runtime > f8acb7f gopls: update golang.org/x/telemetry dependency > 6120b45 go/packages: fix a typo of TypesInfo > 0669fa3 cmd/compilebench: fix assembler invocation > 9125a0f gopls/internal/lsp: minor cleanup to prompt logic > a3c6fd8 gopls/internal/lsp: add an idle prompt asking users to enable telemetry > c00d71d go/analysis: add a new analyzer for check missing values after append > 9df3852 internal/refactor/inline: two minor cleanups > b37e7e3 internal/refactor/inline: test everything > 6128895 gopls/internal/vulncheck/scan: buffer govulncheck STDERR output > d2b79cd gopls/internal/regtest/marker: rename to clarify marker types > 91fde38 gopls/internal/lsp/tests: eliminate several old marker types > a9b2439 go/packages: remove use of ioutil in test > 6d90c13 internal/refactor/inline: ignore line directives > 28990ac internal/refactor/inline: fix bug in /internal/ check for std > 365db56 tools: clean up after removing all references to ioutil > 5538375 internal/refactor/inline: fix import shadowing bug > c1a2c23 internal/refactor/inline: handle implicit field selections > 673f263 internal/refactor/inline: update docs > c4f811e internal/refactor/inline: reject generic methods for now > 2c15796 internal/diff/lcs: increase search depth to 100 > 38f5195 internal/refactor/inline: treat self-ref as free ref > 866a6b0 gopls: update x/telemetry to the latest > afa68c9 gopls/internal: move builtin completion test to a regtest > dca7c82 gopls/internal/regtest: support full features of old completion markers > e2393ab gopls/internal/lsp/source: inliner: don't spam log > 8421a35 gopls/lsp/command: add gopls.add_telemetry_counters > 940ffda internal/refactor/inline: introduce "binding decls" > eaf809a internal/refactor/inline: 2 fixes in AnalyzeCallee recursion > 715a452 internal/refactor/inline: doc: optimizing compiler analogy > 0bcc621 internal/refactor/inline: simplify ordinary variadics > efaab95 internal/refactor/inline: simplify f(slice...) calls > d98bc1a gopls: improve usage instructions for neovim > 559c430 tools: replace references to obsolete package ioutils > 0b3914d go/analysis/passes/defers: rename Analyzer.Name to "defers" > ad827af internal/refactor/inline: add table-driven test > 8d6ad46 gopls/internal/regtest: port the codelens marker tests > 995ecf7 gopls/internal/lsp/source: recover from inliner panics > cf5aad9 gopls: update to use the new golang.org/x/vuln API > 33355ea internal/refactor/inline: add parameterless tailcall strategy > ebc1c29 internal/refactor/inline: parameter elimination > e6d89b4 gopls/internal/lsp/regtest: parallelize marker tests > 7e848b2 gopls/internal/lsp/regtest: port the highlight marker > 9886d98 all: get tests passing with 1.18 and 1.19 > 0049711 go/types/internal/play: show underlying and core types > 627959a cmd/stringer: log more information in tests > cd231d8 gopls/internal/lsp: track didChangeConfiguration diagnostics for tests > 0a9721c gopls/internal/lsp: move options into the snapshot > fb4bd11 gopls/internal/lsp/cache: move Option management to the Server > 882bb14 go/analysis/unitchecker: revert subtle change to vendoring > fbb8910 go/types/internal/play: show TypeAndValue.mode > d06e891 gopls/internal/regtest/marker: support folding ranges > b0cdf01 gopls/internal/lsp/tests: eliminate the go1.18 summary file > c6e4421 gopls/internal/lsp/tests: simplify options > ab96dab gopls/internal/lsp/cache: move working dir to workspaceInformation > 1889c0e gopls/internal/lsp/cache: simplify file change propagation > 01224cd gopls/internal/lsp/cache: only evaluate fileMap.dirs when necessary > 15a23a9 gopls/internal/lsp/cache: consolidate logic for updating maps in clone > 56a1866 gopls: update staticcheck (v0.4.5) > 36c4f98 gopls/internal/lsp/cache: simplify tracking of snapshot directories > fe324ac all: tidy with -compat=1.18 bumping google.golang.org/genproto/googleapis/rpc e6e6cda...8bfb1ae: > 8bfb1ae chore(all): update all (# 1059) > ceb4ed7 chore(all): auto-regenerate .pb.go files (# 1058) > d307bd8 chore(all): auto-regenerate .pb.go files (# 1057) > 0333e04 chore(all): update all to e6e6cda (# 1055) > 427d036 chore: unfreeze grpc and fix build errors (# 1056) bumping knative.dev/hack fc76874...2c938d4: > 2c938d4 Update community files (# 337) bumping google.golang.org/api 788dc60...60e8678: > 60e8678 chore(main): release 0.147.0 (# 2210) > 8fd2dc4 chore(deps): bump golang.org/x/net from 0.16.0 to 0.17.0 in /internal/kokoro/discogen (# 2213) > 6d015e0 chore(all): update module golang.org/x/net to v0.17.0 [SECURITY] (# 2214) > e2368f8 feat(all): auto-regenerate discovery clients (# 2215) > df0b730 feat(all): auto-regenerate discovery clients (# 2211) > b3a71bd chore(all): update all (# 2207) > f2c2d1b feat(all): auto-regenerate discovery clients (# 2209) > ed48023 chore(main): release 0.146.0 (# 2204) > 9a034cd feat(all): auto-regenerate discovery clients (# 2206) > 4aa710d feat(all): auto-regenerate discovery clients (# 2205) > 1e9a43c feat(all): auto-regenerate discovery clients (# 2203) bumping google.golang.org/genproto 007df8e...d307bd8: > d307bd8 chore(all): auto-regenerate .pb.go files (# 1057) > 0333e04 chore(all): update all to e6e6cda (# 1055) > 427d036 chore: unfreeze grpc and fix build errors (# 1056) > e6e6cda chore(all): update all (# 1044) > c177e32 chore(deps): temporarily ignore grpc dep (# 1054) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
|
f9b53aaf16
|
upgrade to latest dependencies (#1874)
bumping golang.org/x/oauth2 0708528...3c5dbf0: > 3c5dbf0 go.mod: update golang.org/x dependencies > 11625cc google: add authorized_user conditional to Credentials.UniverseDomain > 8d6d45b google: add Credentials.UniverseDomain to support TPC > 43b6a7b google: adding support for external account authorized user > 14b275c oauth2: workaround misspelling of verification_uri > 18352fc google/internal/externalaccount: adding BYOID Metrics > 9095a51 oauth2: clarify error if endpoint missing DeviceAuthURL > 2d9e4a2 oauth2/google: remove meta validations for aws external credentials > 55cd552 oauth2: support PKCE > e3fb0fb oauth2: support device flow bumping knative.dev/networking cf57a57...6c502de: > 6c502de upgrade to latest dependencies (# 871) > 13dbe20 Update community files (# 874) bumping golang.org/x/sys 5154691...2964e1e: > 2964e1e unix: remove unused readlen and writelen > 3186bae windows: remove the 8192-codepoint arg limit in FuzzComposeCommandLine > 807530f unix: remove lists of unimplemented syscalls > 01c413d windows: document the return type mismatch for CommandLineToArgv > e649453 windows: convert TestCommandLineRecomposition to a fuzz test and fix discrepancies > 8858c72 unix: update riscv_hwprobe constants > 71c9d87 windows: add console ConPTY API > aa9470e unix/linux: update to Linux kernel 6.5 > c7ff727 unix: fix double copy in (*SockaddrALG).sockaddr > c7cbcbb unix: add TestSockaddrALG > 8d9dcc4 unix: modernize test helpers > a26c6de unix: use errnoErr in generated wrappers on solaris > f3ef2d1 cpu: remove the use of ioutil > 5a17dda unix: remove the use of ioutil > 38ebf41 cpu: fix wrong cache line size of riscv64 > fdc7ef4 all: remove ioutil usage from tests > fc717d3 unix: remove usage of ioutil.TempFile in tests > cb4ecd9 unix: use filepath in tests where appropriate > 4848eb0 windows,windows\svc,windows\svc\mgr: use unsafe.Slice instead of unsafeheader.Slice > 0e97d69 all: use t.TempDir in tests > 0514fec unix: rm unused zos test helper functions > bfd1ebb unix: remove unused ptracePtr on darwin > 81cb935 unix, windows: use ^TestName$ regular pattern for invoking a single test bumping knative.dev/eventing 9de5275...da0fba3: > da0fba3 Workaround for cert-manager update spec issue (# 7345) > a0e4c18 Update `kncloudevents.Dispatcher` to add a JWT (# 7328) > c46bdd3 support auto generation of SinkBindings identity service account (# 7327) > 029b340 Remove unnecessary filter accumulation logic (# 7325) > fb494d1 [main] Update community files (# 7342) > ba02f4a [main] Upgrade to latest dependencies (# 7340) bumping google.golang.org/api d0ae30d...788dc60: > 788dc60 chore(main): release 0.145.0 (# 2202) > c26a28c feat(all): auto-regenerate discovery clients (# 2201) > b4d0738 chore(main): release 0.144.0 (# 2188) > 5779cfc feat(all): auto-regenerate discovery clients (# 2197) > 34e0216 feat(all): auto-regenerate discovery clients (# 2196) > 9c8ea89 chore(all): update module google.golang.org/grpc to v1.58.2 (# 2194) > 0c82427 feat(all): auto-regenerate discovery clients (# 2195) > 55f1113 feat(all): auto-regenerate discovery clients (# 2193) > 8a3eb9b feat(all): auto-regenerate discovery clients (# 2192) > 0132460 feat(all): auto-regenerate discovery clients (# 2191) > f930302 feat(all): auto-regenerate discovery clients (# 2190) > ec24c23 feat(all): auto-regenerate discovery clients (# 2189) > 65ec288 feat(all): auto-regenerate discovery clients (# 2187) bumping golang.org/x/term f413282...ea6303a: > ea6303a go.mod: update golang.org/x dependencies bumping golang.org/x/sync 93782cc...22ba207: > 22ba207 singleflight: add panicError.Unwrap method bumping knative.dev/hack 1588988...fc76874: > fc76874 Update community files (# 333) bumping knative.dev/pkg d0a82f9...948f5f5: > 948f5f5 Bump golang.org/x/sync from 0.3.0 to 0.4.0 (# 2854) > 17435ae Bump github.com/tsenart/vegeta/v12 from 12.11.0 to 12.11.1 (# 2848) > 9d1f6c1 Bump google.golang.org/api from 0.143.0 to 0.145.0 (# 2853) > efe9f4a Updated x/net to v0.17.0 to fix cve-2023-44487 (# 2859) > ca8c009 Add Reconciler for kube v1.Service (# 2858) > e2256bd Bump golang.org/x/oauth2 from 0.12.0 to 0.13.0 (# 2852) > cd747e2 Update community files (# 2857) > bae23eb Fix potential redefined error with kubeconfig flag (# 2855) bumping knative.dev/client-pkg e364921...9ed2a96: > 9ed2a96 Update community files (# 121) bumping golang.org/x/net 2a0da8b...b225e7c: > b225e7c http2: limit maximum handler goroutines to MaxConcurrentStreams > 88194ad go.mod: update golang.org/x dependencies > 2b60a61 quic: fix several bugs in flow control accounting > 73d82ef quic: handle DATA_BLOCKED frames > 5d5a036 quic: handle streams moving from the data queue to the meta queue > 350aad2 quic: correctly extend peer's flow control window after MAX_DATA > 21814e7 quic: validate connection id transport parameters > a600b35 quic: avoid redundant MAX_DATA updates > ea63359 http2: check stream body is present on read timeout > ddd8598 quic: version negotiation > 3b0ab98 quic: avoid deadlock on listener close > 732b4bc quic: report initial TLS errors > 8add2e1 quic: enforce AEAD integrity limit > 7c40cbd dns/dnsmessage: use map[string]uint16 instead of map[string]int > b3f1f23 quic: initiate key updates > 18f2095 quic: handle peer-initiated key updates > 008c0af quic: refactor keys for key updates > 6a4de22 quic: connection lifetime management > ea4a2ff quic: fix detection of reserved bits in 1-RTT packets > 47caaff quic: send and receive UDP datagrams > 02eb0f3 quic: avoid deadlock when updating inbound conn-level flow control > 57bce0e quic: move packetType.String out of test-only code > cae7dab quic: outbound connection-level flow control > 217377b quic: inbound connection-level flow control > 044c308 quic: check for packet overflow when writing MAX_STREAMS > 5401f76 quic: test lost bidi MAX_STREAMS frame handling > da5f9f7 quic: don't block Writes on stream-level flow control > c3c6260 quic: simplify gate operations > 717519d quic: limits on the number of open streams > 94087ad dns/dnsmessage: mention that Name in non-escaped bumping knative.dev/serving 0ee4c3a...6703812: > 6703812 bump x/net to v1.17 (# 14512) > e0ab979 Update net-gateway-api nightly (# 14505) > d452948 Update net-certmanager nightly (# 14502) > 596e1bd Update net-istio nightly (# 14503) > a606fc8 upgrade to latest dependencies (# 14499) > ea603c9 Update community files (# 14497) > 6b44b87 upgrade to latest dependencies (# 14493) > 596d785 Update net-gateway-api nightly (# 14483) > 7bcf034 Update net-istio nightly (# 14492) > c54b6ad Update net-kourier nightly (# 14491) > 39c8b2c Update net-certmanager nightly (# 14489) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
|
2d0415a795
|
upgrade to latest dependencies (#1870)
bumping github.com/go-openapi/jsonreference c5db558...424d68c:
> 424d68c enable github actions
> b86bbb6 Update golangci-lint config + lint fixes
> 7a27d67 Merge pull request # 12 from olivierlemasle/bump-dep
> e127b20 Bump dependencies
bumping knative.dev/eventing ceecbb0...9de5275:
> 9de5275 Use expiring cache with the OIDC tokens (# 7335)
> 18e17ac [main] Update community files (# 7337)
> 7b3afa0 Optimized the exact filter performance (# 7311)
> e40037b Prefix filter optimizations (# 7309)
> 8d2330c Update Kubernetes min version in KinD e2e tests to 1.26.6 (# 7332)
> 402f6ac Add library for OIDC token management (# 7315)
> ce67d85 [main] Upgrade to latest dependencies (# 7329)
> d1c3f15 Use `mt-broker-filter` as the Audience of a Triggers Subscriptions Subscriber (# 7319)
> eec9a52 Add marker for Trigger to mark `OIDCIdentity` condition as not supported (# 7316)
> 69dbad2 Event type test logical error (# 7166)
> a78c626 [main] Upgrade to latest dependencies (# 7317)
> 6915382 Add audience field in Destinations to CRDs (# 7318)
> 3b1465a Any filter optimization (# 7205)
> 3dfc2ea Not filter properly calls cleanup on it's nested filter (# 7310)
> efdfba6 Trigger create and expose OIDC service account (# 7299)
> 55092a0 All filter optimization (# 7300)
> 88fe195 Improved suffix benchmark performance (# 7312)
> 44aa15e Add AuthStatus to OIDC identity providing resources (# 7287)
> ff9444d [main] Upgrade to latest dependencies (# 7301)
> f10a44d Add helpers to work with service accounts for OIDC (# 7278)
> b898cf4 Add audience field for Subscriber and Reply to `SubscriberSpec` and `SubscriptionStatusPhysicalSubscription` (# 7296)
> f191461 [main] Upgrade to latest dependencies (# 7297)
> 641417a Moved new trigger filters tests to rekt from experimental (# 7243)
> d6483cd Fixed logic to choose whether to use filter or filters for a trigger (# 7286)
> b704ab1 [main] Update community files (# 7274)
> 6194d9d Filters created once (# 7213)
> 33c5e78 [main] Upgrade to latest dependencies (# 7284)
> 37a0e3c Scheduler: fix reserved replicas handling, blocking autoscaler and overcommitted pods (# 7281)
> 8447a36 Fix event dispatcher library data race (# 7280)
> 8caba4e Fail when ApiServerSource adapter can't retrieve resources (# 7279)
> fa19118 [main] Upgrade to latest dependencies (# 7275)
bumping k8s.io/api 6b24792...6e7eda9:
> 6e7eda9 Update dependencies to v0.27.6 tag
> acad300 Merge pull request # 120209 from mimowo/automated-cherry-pick-of-# 120204-upstream-release-1.27
> 62f7673 Mark Job onPodConditions as optional in pod failure policy
> 366ac8e Merge pull request # 119868 from liggitt/automated-cherry-pick-of-# 119835-upstream-release-1.27
> 31986ba Avoid returning nil responseKind in v1beta1 aggregated discovery
> 64b0262 Merge pull request # 119086 from neolit123/automated-cherry-pick-of-# 118150-origin-release-1.27
> 4b77e71 call ./hack/update-vendor.sh
> d65e98c Merge pull request # 118553 from puerco/bump-1.27-go1.20.5
> 5c258b3 update-vendor: update vendored go.sums
> 34b1d9e Merge pull request # 117815 from kerthcet/automated-cherry-pick-of-# 117802-upstream-release-1.27
> e2c6465 Update podFailurePolicy comments from alpha-level to beta
> a94d26e Merge pull request # 117324 from dddddai/automated-cherry-pick-of-# 117182-upstream-release-1.27
> 5fee752 use case-insensitive header keys for http probes
> 5b93db5 Merge remote-tracking branch 'origin/master' into release-1.27
> 1258df6 .*: update vendor dir and cleanup
> 9d61da7 remove kubernetes.io/grpc standard protocol
> 130e058 Merge pull request # 116743 from thockin/docs-clarify-publish-not-ready-endpoints
> bad7d34 Merge pull request # 113218 from ahmedtd/kep-3257
> c5c9df1 Clarify EPSlice docs wrt the Ready conditions
> 7d2e0cc ClusterTrustBundles: make update
> 27a32d4 ClusterTrustBundles: Define types
> c80582e Custom match criteria (# 116350)
> 0b4c449 Matchconditions admission webhooks alpha implementation for kep-3716 (# 116261)
> 286fd7e Merge pull request # 116332 from klueska/extend-resourceclaimstatus
> 137eed4 Merge pull request # 116119 from vinaykul/restart-free-pod-vertical-scaling-fixes
> aca25f2 Update generated code for resource.k8s.io/v1alpha2
> 46446c8 Updated: Redefine AppProtocol field description and add new standard values (# 115433)
> 9fe7fa0 Update generated files
> 960c296 Update AllocationResult and ResourceHandle for resource.k8s.io/v1alpha2
> c79498c Merge pull request # 115075 from aojea/ipaddress
> 0b354bf Set default resize policy only for specified resource types, rename RestartNotRequired -> NotRequired
> abe66f5 Merge pull request # 116539 from pohly/ginkgo-gomega-update
> 8169321 make update
> 5f8a370 Restructure naming of resource resize restart policy - generated files
> f836919 Merge pull request # 114930 from kannon92/add-new-labels
> 1eaa20c dependencies: ginkgo v2.9.1, gomega v1.27.4
> aff9c95 Add IPAddress API
> ee66691 Restructure naming of resource resize restart policy
> fad123e Merge pull request # 116581 from humblec/csiNodeExpand
> ad48969 Add batch.kubernetes.io to labels created in the Job controller.
> b02105b Merge pull request # 116425 from jsafrane/flip-selinux
> a3bfb4f Update NodeExpandSecretRef comment for beta
> 772ba56 Merge pull request # 116556 from pohly/dra-podschedulingcontext
> 1af564c Add featureGate to CSIDriver.SELinuxMount
> 9833de0 Merge pull request # 116535 from denkensk/fix-match
> 55d86c3 api: generated files for PodSchedulingContext
> c5dd6b2 Merge pull request # 116522 from robscott/topology-1-27-updates
> dadc0dc feat: update matchLabelKeys comment and code auto-generate
> 435fe5c api: resource.k8s.io PodScheduling -> PodSchedulingContext
> 112a65b Merge pull request # 116299 from pohly/dra-v1alpha2
> ae4bc91 Introducing Topology Mode Annotation, Deprecating Topology Hints
> 77a2c20 api: resource.k8s.io v1alpha1 -> v1alpha2
> 5ab285d Merge pull request # 115668 from jiahuif-forks/feature/validating-admission-policy/type-system
> 7199bb0 Merge pull request # 116553 from thockin/pr-111942-takeover
> 48895bc generated: UPDATE_COMPATIBILITY_FIXTURE_DATA
> bd0ab2c Merge pull request # 116397 from jiahuif-forks/feature/validating-admission-policy/message-expression
> daef2bb Update generated files
> 5abc1cb generated: ./hack/update-codegen.sh && ./hack/update-openapi-spec.sh
> 4c844db Merge pull request # 116490 from tallclair/docs-urls2
> 4841da3 generated: UPDATE_COMPATIBILITY_FIXTURE_DATA
> 510c2e6 "contails" -> "contains" updated
> 233bb56 [API REVIEW] ValidatingAdmissionPolicyStatus
> 14ad8e3 Merge pull request # 115966 from aojea/lb_mixed
> 93ac336 Fix broken API docs URLs
> 69f96d6 generated: ./hack/update-codegen.sh && ./hack/update-openapi-spec.sh
> 8c02f04 Merge pull request # 116542 from enj/enj/f/go1.20
> 1539cd0 don't process unsupported loadbalancers with mixed protocols
> 9a487de [API REVIEW] Validation.MessageExpression
> 94f59cb Explicit bump to go 1.20
> 02c5f9f make MixedProtocolNotSupported public
> 19ee583 Merge pull request # 116450 from vinaykul/restart-free-pod-vertical-scaling-api
> 4cfd7a6 Rename ContainerStatus.ResourcesAllocated to ContainerStatus.AllocatedResources - generated files
> 1ead999 Rename ContainerStatus.ResourcesAllocated to ContainerStatus.AllocatedResources
> 182afbd Merge pull request # 116384 from liggitt/fixup-after-roundtrip
> 7785f76 Merge pull request # 115260 from pwschuurman/kep-3335-statefulset-start-ordinal-beta
> 276361f Detect and clean up unneeded after_roundtrip fixtures
> a4afee7 KEP-3325: Promote SelfSubjectReview to Beta (# 116274)
> d39503c Run ./hack/update-* scripts to update generated files
> 2e0b62a Merge pull request # 115904 from soltysh/cronjob_tz_ga
> 68dc9e4 Update generated
> 1372208 Promote CronJob TZ to GA
> a9e2fb5 Merge pull request # 115973 from jpbetz/enforcement-actions
> ca9c463 Generate code
> 2d18dde Implement validationActions and auditAnnotations
> 507c364 Merge pull request # 116054 from jpbetz/secondary-authz
> 11f3415 Merge pull request # 116124 from aerfio/aerfio/update-broken-links-apps
> 75a193f Generate code
> e36a74d Merge pull request # 116109 from aerfio/aerfio/update-broken-links-autoscaling
> 78c18b3 adjust comment prefixes in k8s.io/api/apps/v1beta1/types.go
> f5cbfc9 Implement secondary authz
> 2d949b7 Merge pull request # 115463 from SergeyKanzhelev/containerStatusDocs
> 152a993 update obsolete links
> 3379a93 update obsolete links
> 6cc1087 Merge pull request # 116233 from SergeyKanzhelev/GRPCContainerProbeGA
> 6578ac3 update docs for ContainerStatus fields
> fc1b77c Merge pull request # 116162 from apelisse/update-openapi
> 0a33c95 GRPCContainerProbe is GA
> 53d84c0 Merge pull request # 115914 from ravisantoshgudimetla/promote-pdb
> dde3f2d Update kube-openapi to afdc3dddf62d31f5e3868d699379c571a6007920
> f6c2559 Merge pull request # 115402 from p0lyn0mial/upstream-sendinitialevents-take-2
> a814a2f Generated: PDB health policy
> ffec433 Merge pull request # 116052 from kannon92/validation-coverage-and-cleanup
> 0e595cd Update TestCompatibility
> 9c30363 Changes to pdb healthy policy api docs
> 42a6c32 Merge pull request # 115277 from pohly/klog-update
> 3ae195e generated code
> b447fe1 generated
> 321adc8 dependencies: update klog v2.90.1
> 9a29a4d remove ValidateJobSpec and add more test cases to batch validation
> 2ed8d24 Merge pull request # 111856 from mengjiao-liu/improve-podSpec.restartPpolicy-description
> b5b22ca Merge pull request # 102884 from vinaykul/restart-free-pod-vertical-scaling
> 5717a84 Improve spec.template.spec.restartPolicy description
> 2ffa6a6 Merge pull request # 115996 from rayowang/autoscaling
> 1259f41 Generated files and compat data from API changes
> 6bcd73f update openapi-spec, generated proto and generated openapi
> 0533301 In-place Pod Vertical Scaling - API changes
> f54f3b8 Fix API field references for autoscaling v1, v2 and v2beta2
> ec40acc Merge pull request # 115928 from pohly/dra-resource-requirements-pvc
> f7c08e3 Merge pull request # 115815 from Huang-Wei/pod-scheduling-readiness-beta
> e00fe37 api: generated files
> f6996b4 Merge pull request # 115363 from ravisantoshgudimetla/promote-pdb-healthy
> 4515fb5 generated files
> 9dd5eed api: drop Resources.Claims from PVC and PVC template
> c710db8 Merge pull request # 115604 from pacoxu/fix-design-proposals-links
> 74e8746 Generated: PDB health policy
> 4784558 Graduate PodSchedulingReadiness to beta
> c02fa6b Merge pull request # 115786 from liggitt/net-0.7.0-master
> b286164 API docs: point to current docs instead of archived designs
> 746e236 Promote pdb health policy to beta
> ba0209b Update golang.org/x/net to v0.7.0
> 4411404 archived design proposals are now moved to Design Proposals Archive Repo.
> 9fe8a5d Merge pull request # 115665 from aramase/aramase/f/update_vendor_k8s_utils
> 51669d7 Update k8s.io/utils to `a36077c30491`
> 0478a3e Merge pull request # 115379 from artemvmin/serial-mkfs
> 8f4dbb0 Update k8s.io/utils to latest version
> 9b5d68c Merge pull request # 115434 from ehashman/requests-limits-ratio-docs
> 35c88f3 Update generated
> 8036d83 Document relationship between requests/limits
> a26a16a Merge pull request # 115266 from pohly/gomega-update
> 1621bfa Merge pull request # 115354 from pohly/dra-reserved-for-list-type
> 6ce540c dependencies: update gomega to v1.26.0
> b140e71 dynamic resource allocation: avoid apiserver complaint about list content
> 40fb371 Merge pull request # 114550 from alexzielenski/apiserver/smd/update-kube-openapi
> 4fe2b5f update kube-openapi
> 86407e5 Merge pull request # 115246 from thockin/codegen-11-swagger-from-update-codegen
> d8b97f9 Generate swagger from update-codegen
> 59fcd23 Merge pull request # 114766 from MadhavJivrajani/prepare-for-go1.20
> 9b5c69c *: Bump version of vmware/govmomi
> 210a193 Merge pull request # 114879 from olivierlemasle/bump-kube-openapi
> 1e7b784 Merge pull request # 113467 from pacoxu/psp-cleanup
> 9384e18 Bump kube-openapi
> de8bdd7 Merge pull request # 114063 from ruquanzhao/fixNetworkTypesDoc
> a9fc368 client-go: remove extensions psp only
> 64a74af Merge pull request # 114065 from ruquanzhao/fixNodeTypesDoc
> 6992abe fix doc of types.go of network v1, v1alpha1, v1beta1
> 6b7ec32 remove psp in extensions api/apis
> 4c5bbc6 Merge pull request # 114623 from Huang-Wei/feat/smart-preemption-identification
> f64243d update auto generated files
> 8d62476 rename 'PreemptionByKubeScheduler' to 'PreemptionByScheduler'
> 538ed1e fix doc of types.go of node
> 9fea242 Enhanced logic to identify eligible preemption node
> 92fe7a3 Merge pull request # 114681 from thockin/nix_comments_about_ipv6_not_ready
> 5401156 Remove old comments about IPv6 not being ready
> 5baaa16 Merge pull request # 113538 from pohly/e2e-ginkgo-timeline
> de49366 Merge pull request # 114585 from JoelSpeed/fix-resource-requirements-claims
> d18c527 dependencies: update to ginkgo v2.6.1, gomega v1.24.2
> ebe9f62 Merge pull request # 114594 from pacoxu/remove-testdata-v1.24
> 0000a46 Resource claims should be a map type
> 11f6f2e drop the api testdata for v1.24.0
> dadaafe Merge pull request # 114581 from pacoxu/v1.26.0-api-testdata
> 139e181 Add v1.26.0 API testdata
> ad1a499 Merge pull request # 114559 from liggitt/gofmt
> 93e1eba Fix indentation/spacing in comments to render correctly in godoc
> 56ab826 Merge pull request # 113942 from mengjiao-liu/remove-feature-gate-expansion
> a0834d0 Merge pull request # 110991 from thockin/svc-typenames-starTrafficPolicyType
> 16bd13e Remove ExpandCSIVolumes feature gate
> 346cfdf Merge pull request # 113570 from ztzxt/batch-api-doc
> b65b9ef ServiceInternalTrafficPolicyType: s/Type//
> 6ebc902 Merge pull request # 112497 from ldsdsy/modify3
> e858a59 Fix API refs for batch v1 and v1beta1
> 3326f50 ServiceExternalTrafficPolicyType: s/Type//
> cfffb5f Merge pull request # 113876 from chiukapoor/coordination-api-doc
> d71b818 update comment of annotation_key_constants.go
> 51a0758 Merge pull request # 113875 from chiukapoor/scheduling-api-doc
> fae9b7f Changed API field references and generated docs for coordination v1 and v1beta1
> 998898a Merge pull request # 112490 from lzhecheng/doc-nodestatus-ip-change
> fffbddf Added generated Docs for scheduling v1, v1beta1 and v1alpha1
> bebfaf6 Added generated Docs for coordination v1 and v1beta1
> f05a318 Merge pull request # 113894 from ravi-nal/master
> 93a54de [API][Doc] Update NodeStatus about IP change
> cedebb1 Change API field references for scheduling v1, v1alpha1 and v1beta1
> b394153 Change API field references for coordination v1 and v1beta1
> ed9fa27 Merge pull request # 114319 from liggitt/net-master
> e132787 Add generated docs for discovery and storage types
> 8f2e0ab Update golang.org/x/net 1e63c2f
> ffebb15 Update API doc for Storage v1alpha1, v1beta1 types and Discovery v1 types
> 9e1815a Merge pull request # 111023 from pohly/dynamic-resource-allocation
> 0b2be3e Add generated docs for discovery v1beta1 and storage v1 types
> d2d30ed Update API doc to use the field name in description
bumping k8s.io/code-generator eec869e...ad20935:
> ad20935 Merge pull request # 119086 from neolit123/automated-cherry-pick-of-# 118150-origin-release-1.27
> 315a517 call ./hack/update-vendor.sh
> a52289a Merge pull request # 118553 from puerco/bump-1.27-go1.20.5
> d8cce12 update-vendor: update vendored go.sums
> 1649c2d Merge pull request # 117708 from Jefftree/automated-cherry-pick-of-# 117705-upstream-release-1.27
> 9037946 Update kube-openapi to fix race
> 6533006 Merge remote-tracking branch 'origin/master' into release-1.27
> 6da539f .*: update vendor dir and cleanup
> 1e0c52d dependencies: ginkgo v2.9.1, gomega v1.27.4
> 667a115 Merge pull request # 116490 from tallclair/docs-urls2
> 745ab90 Merge pull request # 116542 from enj/enj/f/go1.20
> 0ee83f8 Fix broken API docs URLs
> fd722cd Explicit bump to go 1.20
> 4a4a238 Merge pull request # 116349 from apelisse/use-smarter-cache
> dde8213 Merge pull request # 112061 from JoelSpeed/proto-gopath
> 0f132b7 Update kube-openapi to 15aac26d736a
> 4400d5f Merge pull request # 116162 from apelisse/update-openapi
> 6173bf7 Ensure go-to-protobuf gen can run when not in GOPATH
> 1c5b673 Update kube-openapi to afdc3dddf62d31f5e3868d699379c571a6007920
> df762e7 Merge pull request # 115402 from p0lyn0mial/upstream-sendinitialevents-take-2
> 32ad4d4 Merge pull request # 115277 from pohly/klog-update
> a906ef0 generated
> 56b3fad dependencies: update klog v2.90.1
> e4df4d5 Merge pull request # 116039 from liggitt/crd-compat
> d182558 Update generated files
> 00ad370 Merge pull request # 115786 from liggitt/net-0.7.0-master
> 827cde5 Update golang.org/x/net to v0.7.0
> dfb602f Merge pull request # 114987 from astefanutti/pr-codegen-applyconfig
> f218355 Merge pull request # 114920 from astefanutti/pr-codegen-144
> e16bd08 code-generator: fix GOPATH unbound variable
> 8ebad96 Merge pull request # 115665 from aramase/aramase/f/update_vendor_k8s_utils
> 84d7aaf fix: applyconfiguration-gen fails on map to struct fields
> fd7fd90 Add applyconfiguration-gen to code-generator tools.go
> cb06db1 Update k8s.io/utils to `a36077c30491`
> d1eaf35 code-generator: regen examples with apply configurations
> e2b16c0 Merge pull request # 115379 from artemvmin/serial-mkfs
> 9b95cfe Add applyconfiguration generator to code-generator script
> 63d9eda Update k8s.io/utils to latest version
> 8a6ceea Merge pull request # 115266 from pohly/gomega-update
> d51d173 Merge pull request # 115271 from kevindelgado/field-validation-conformance
> d68548f dependencies: update gomega to v1.26.0
> 9583277 Merge pull request # 114550 from alexzielenski/apiserver/smd/update-kube-openapi
> eb7447c update codegen
> e5c04ca update kube-openapi
> daa7a69 Merge pull request # 115245 from thockin/codegen-10-protobuf-from-update-codegen
> 5d7b090 Call update-generated-protobuf from update-codegen
> c3842e0 Merge pull request # 115196 from thockin/codegen-5-dont-gen-clients-for-internal
> 2c7f371 Don't generate clients for example internal APIs
> 046939b Merge pull request # 115184 from thockin/codegen-1-clientset-doc-go
> cc14826 Merge pull request # 113637 from mikedanese/http-proxy
> 8b5f587 Don't generate clientset/doc.go in client-gen
> 90a9b0c vendor: removed unused dep github.com/elazarl/goproxy
> d37f85b Merge pull request # 114766 from MadhavJivrajani/prepare-for-go1.20
> 1d1fb0e *: Bump version of vmware/govmomi
> e2dcc1f Merge pull request # 114879 from olivierlemasle/bump-kube-openapi
> 3ba6f96 Bump kube-openapi
> 8d6f19a Merge pull request # 114859 from pohly/e2e-ginkgo-spec-ordering
> 3241717 dependencies: update ginkgo to v2.7.0
> e746d1f Merge pull request # 114869 from liggitt/kube-openapi
> b40e109 bump kube-openapi
> e9aa6d9 Merge pull request # 114867 from deads2k/app
> d4f5e22 add deads2k to approvers for code-generator and sample-controller
> ba78839 Merge pull request # 113654 from stevekuznetsov/skuznets/fake-group-name-registration
> 5013555 Merge pull request # 114829 from liggitt/oauth-revert
> bb712e2 code-generator: refer to the API package for GV{R,K}
> edbb7f5 Revert "bump golang.org/x/oauth2"
> c63a8cc Merge pull request # 114822 from liggitt/oauth2
> 2b752ab bump golang.org/x/oauth2
> b6a476b Merge pull request # 114705 from thockin/codegen_subproject_cleanup
> 009bda6 Cleanup codegen subproject scripts
> 0f638df Merge pull request # 113538 from pohly/e2e-ginkgo-timeline
> 53dc4fe Merge pull request # 114559 from liggitt/gofmt
> b3406b2 dependencies: update to ginkgo v2.6.1, gomega v1.24.2
> 6ce5eeb Fix indentation/spacing in comments to render correctly in godoc
> 154dfe6 Merge pull request # 114319 from liggitt/net-master
> a8a90e0 Update golang.org/x/net 1e63c2f
> 7429fbb Merge pull request # 113688 from dashpole/update_utils
bumping sigs.k8s.io/json f223a00...bc3834c:
> bc3834c Merge pull request # 17 from liggitt/go119
> 33e9ed6 Update gofmt with go1.19
> a72174c sync go1.19 changes from encoding/json
bumping google.golang.org/genproto/googleapis/rpc 2d3300f...e6e6cda:
> e6e6cda chore(all): update all (# 1044)
> c177e32 chore(deps): temporarily ignore grpc dep (# 1054)
> 007df8e chore(all): auto-regenerate .pb.go files (# 1053)
bumping knative.dev/serving 0d73dfe...0ee4c3a:
> 0ee4c3a Update community files (# 14485)
> c183543 internal encryption e2e tests (# 14092)
> 3eb979a Update overlay-config for tests (# 14478)
> 3cafe59 Update certificates and SANs used in Serving (# 14472)
> b66b185 Update net-contour nightly (# 14468)
> 4c3aaee upgrade to latest dependencies (# 14464)
> 369951b Update net-certmanager nightly (# 14459)
> 05e349f Allow access to Pod field `shareProcessNamespace`. (# 14454)
> eea9f67 SecurePodDefaults limits container capabilities (# 14445)
> 6631be7 Added Platform Specific ko build instructions (# 14458)
> 1a17583 Update net-contour nightly (# 14457)
> ac6a38a Update net-istio nightly (# 14455)
> dbe3538 Update net-certmanager nightly (# 14447)
> 72261bc Update net-kourier nightly (# 14456)
> 9bf8d53 Update net-contour nightly (# 14451)
> 1448af5 Update net-kourier nightly (# 14449)
> 568f5cc Update net-gateway-api nightly (# 14450)
> c6634a7 Update net-istio nightly (# 14448)
> 245ca10 upgrade to latest dependencies (# 14446)
> d0eaee0 Update net-certmanager nightly (# 14440)
> 05273f8 Update net-contour nightly (# 14438)
> de6d567 upgrade to latest dependencies (# 14437)
> f9139ec fix: Bump our min K8s version to v1.26 add k8s 1.28 testing (# 14385)
> 9e7956f fix(activator): Correctly return noop value from probePodIPs based on changes (# 14347)
> 4182374 upgrade to latest dependencies (# 14434)
> f9ff817 Update net-gateway-api nightly (# 14433)
> aa881ac Update net-contour nightly (# 14431)
> 3736ab5 Change the cert manager version # 14386 (# 14426)
> 1724133 Update net-kourier nightly (# 14430)
> b44525f Update net-istio nightly (# 14432)
> 6168393 Update net-certmanager nightly (# 14417)
> 2336b08 Update net-kourier nightly (# 14419)
> 60cb95f upgrade to latest dependencies (# 14423)
> 177bb2d Update community files (# 14414)
> ba78403 Update net-istio nightly (# 14418)
> a571e4a Update net-gateway-api nightly (# 14416)
> 3c15b82 upgrade to latest dependencies (# 14415)
bumping github.com/prometheus/client_golang 3583c1e...fa1408e:
> fa1408e Merge pull request # 1352 from prometheus/arthursens/cut-1.17.0
> 1bae6c1 Deprecated comment should begin with "Deprecated:" (# 1347)
> 24a72b8 Add changelog entry for 1.17
> bbab8fe Fix typos in comments, tests, and errors (# 1346)
> df7fa49 Extend Counters, Summaries and Histograms with creation timestamp (# 1313)
> 74cc262 Add go_godebug_non_default_behavior_tlsmaxrsasize_events_total (# 1348)
> d03abf3 Cleanup golangci-lint errcheck (# 1339)
> ca6ba04 Update common Prometheus files (# 1338)
> 51d24f8 Update common Prometheus files (# 1332)
> c17edf0 Merge pull request # 1304 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.31.0
> 760a55a Merge pull request # 1330 from prometheus/dependabot/go_modules/tutorial/whatsup/github.com/prometheus/common-0.44.0
> 8483c5d Bump google.golang.org/protobuf from 1.30.0 to 1.31.0
> f58d0fd Merge pull request # 1284 from prometheus/dependabot/go_modules/github.com/prometheus/common-0.44.0
> 802a963 Bump github.com/prometheus/common in /tutorial/whatsup
> fa04b7b Merge pull request # 1328 from prometheus/dependabot/go_modules/examples/middleware/github.com/prometheus/client_golang-1.16.0
> 85f4592 Bump github.com/prometheus/common from 0.42.0 to 0.44.0
> adb0180 Merge pull request # 1329 from prometheus/dependabot/go_modules/tutorial/whatsup/github.com/prometheus/client_golang-1.16.0
> 0e33cf9 Bump github.com/prometheus/client_golang in /examples/middleware
> 301a7bd Merge pull request # 1331 from prometheus/dependabot/go_modules/golang.org/x/sys-0.11.0
> 390448f Bump github.com/prometheus/client_golang in /tutorial/whatsup
> 4abd83d Update building (# 1326)
> f215f75 Bump golang.org/x/sys from 0.10.0 to 0.11.0
> 6f576e2 histogram docs: Fixed minor nit. (# 1324)
> 1a88780 Bump prometheus/client_model (# 1323)
> 06d4592 Add Go 1.21 support (# 1325)
> cdd7f45 Merge pull request # 1322 from sengi/docs
> e6d9092 Bump github.com/prometheus/procfs from 0.11.0 to 0.11.1 (# 1319)
> f16b435 docs: trivial grammar fixes to improve readability
> 99e905a Bump golang.org/x/sys from 0.9.0 to 0.10.0 (# 1320)
> 23387fe Add missing tick "`" in README (# 1321)
> 59c00e3 Fix data-race in metric without code and method but with `WithLabelFromCtx` (# 1318)
> 7f2db5f Update common Prometheus files (# 1302)
> 6e3b962 Bump github.com/prometheus/procfs from 0.10.1 to 0.11.0 (# 1305)
> 90b169a Merge pull request # 1314 from prometheus/beorn7/histogram
> 98025d8 Bump google.golang.org/grpc from 1.45.0 to 1.53.0 in /tutorial/whatsup (# 1307)
> 3d82c94 histogram: Add a no-op span for an otherwise empty histogram
> 3b6fb7a Bump golang.org/x/sys from 0.8.0 to 0.9.0 (# 1306)
> f9db382 histograms: Small code comment and code formatting improvements
> 644c80d Do not allocate memory when there's no constraints (# 1296)
> 553eb4c ci: define minimal permissions to github workflows (# 1295)
> f6bb79e Update common Prometheus files (# 1297)
> c3fa5a7 Merge pull request # 1293 from prometheus/release-1.16
bumping google.golang.org/api c3d417d...d0ae30d:
> d0ae30d chore(main): release 0.143.0 (# 2174)
> bd12eba fix(docs): add an operation polling example (# 2186)
> 26c6885 chore: give admins owners on renovate config (# 2185)
> 3a58dbb chore: unfreeze grpc (# 2183)
> 546196e chore(all): update all (# 2181)
> 4c049c5 feat(all): auto-regenerate discovery clients (# 2182)
> e61e11b feat(all): auto-regenerate discovery clients (# 2180)
> 1bca7ee feat(all): auto-regenerate discovery clients (# 2179)
> 00aa328 feat(all): auto-regenerate discovery clients (# 2177)
> c6a8850 feat(all): auto-regenerate discovery clients (# 2176)
> 68d92d4 feat(all): auto-regenerate discovery clients (# 2173)
> fc96064 chore(main): release 0.142.0 (# 2162)
> da71d0a feat(all): auto-regenerate discovery clients (# 2171)
> ea1fe11 chore(all): update all to 007df8e (# 2167)
> a8cadbf feat(all): use updated mtls config endpoint (# 2164)
> 0c5c2d2 feat(all): auto-regenerate discovery clients (# 2168)
> c4024ed feat(all): auto-regenerate discovery clients (# 2166)
> 304fb51 feat(all): auto-regenerate discovery clients (# 2165)
> a34ad77 feat(internal): add some feature flags for new auth libs (# 2163)
> d6822ad feat(all): auto-regenerate discovery clients (# 2161)
bumping google.golang.org/genproto f966b18...007df8e:
> 007df8e chore(all): auto-regenerate .pb.go files (# 1053)
> 2d3300f chore(all): update actions/checkout action to v4 (# 1052)
> b8732ec chore(all): auto-regenerate .pb.go files (# 1051)
> ccc8af3 chore(all): auto-regenerate .pb.go files (# 1050)
> 6bfd019 chore(all): auto-regenerate .pb.go files (# 1047)
> ca7cfce fix(analytics/admin/v1alpha): remove broken aliases (# 1045)
> 1744710 chore(all): update all (# 1043)
bumping knative.dev/client-pkg b21a925...e364921:
> e364921 Update community files (# 120)
> 9574adc Update community files (# 119)
bumping k8s.io/kube-openapi 172d655...8b0f38b:
> 8b0f38b Merge pull request # 388 from Jefftree/patch-1
> 28e0b72 Merge pull request # 387 from Jefftree/fix-cache-race
> e6d4e37 Update CI to detect races
> b0c0aae Merge pull request # 386 from Jefftree/delete-unused
> 0bd5c6c fix cache get race
> f5883ff Merge pull request # 380 from zchenyu/patch-1
> e2ed23b Delete unused functions
> 15aac26 Merge pull request # 371 from apelisse/use-smarter-cache
> 1262187 Bump go version to 1.19
> afdc3dd Merge pull request # 377 from apelisse/fix-fuzz-openapi
> 2b17a46 Remove former handler cache mechanism
> 19cbebb Merge pull request # 368 from Jefftree/oasv3-unmarshal
> 587efca spec: Remove unncessary marshaling from nmarshaling tests
> 4b54b81 handler: Replace handler cache with new cache
> 929b88f Merge pull request # 370 from Jefftree/fuzz
> f90255a Enable experiment unmarshal
> 317b8ed spec3: Improve OpenAPI fuzzing
> 69ee2d2 cached: Use atomic.Pointer to prevent type swap panic
> 66828de Merge pull request # 325 from apelisse/marshal-v2
> 48f3c6d Add fuzzer for OpenAPI V3
> 8926865 Comments
> f713152 spec: Serialize empty array of SchemaOrArray
> ff9a8e8 Replaced Mime subtype containing @ with . in mimePb (# 369)
> 30e856a Use "jsonv2"/go-json-experimental to marshal OpenAPI v2
> 4b0756a Merge pull request # 372 from Jefftree/response-fix
> 2dff845 Address comments
> 32bc87b spec: Add missing SanitizeExtensions
> 4233a11 Merge pull request # 374 from Jefftree/update-json-experiment
> 39b3636 Merge pull request # 345 from apelisse/smarter-cache
> 5fc3bb0 Fix json unmarshal bug with extensions and Responses
> c3a4917 Reset struct in unmarshal on null
> bf0103b spec: Make UnmarshalJSON for SchemaOrBool consistent across v1 and v2
> e8cc210 Replace sed with perl
> 76d406a Merge pull request # 363 from Jefftree/expose-marshal-v3
> c6fbb9d cache: Create new Caching framework
> dd0d2d5 Implement experiment unmarshaler for OpenAPI V3
> a09b714 spec: Fix missing in v2 serialization
> 5a277be Update go-json-experiment to latest version and create a script for updating
> 5e46c6e Merge pull request # 355 from olivierlemasle/ci
> 3a6b765 Move fromMap and sanitize for OpenAPI to internal package
> f3cff14 Merge pull request # 337 from Jefftree/ci-gofmt
> 68031ae Merge pull request # 361 from Jefftree/oasv3-serialize-test
> 129c723 Cleanup CI config
> 1cb3ae2 Merge pull request # 367 from alexzielenski/cleanup-todos
> bacb3ab Merge pull request # 338 from Jefftree/comment-ci
> e7303d9 Add go 1.19 to CI
> a855b91 Add unmarshal benchmark
> e202aff Merge pull request # 352 from liggitt/revert-content-type
> 3dfa6bd Merge pull request # 362 from Jefftree/fix-oas3-bugs
> d5ab73e remove use of embed
> 442bf48 Merge pull request # 332 from Jefftree/etag-root
> 795f708 Add comment explaining the empty CI job
> 76eeb94 Run gofmt -s -w
> 5d2cb3a Merge pull request # 353 from liggitt/fix-gomod
> d69dee3 Revert "OpenAPI V2 add Content Type return"
> 64b6bb1 Merge pull request # 360 from alexzielenski/followup-conversion
> d9a87bd Fix incorrect types OpenAPI V3
> fde7732 add note about hardcoded schema todos
> 9a5fe2d Merge pull request # 333 from Jefftree/openapi-content-type
> 7ed38f0 Publish ETag for root OpenAPI V3 document
> e1923e7 Add gofmt to CI
> fbb0874 Merge pull request # 348 from olivierlemasle/bump-golang-x
> d06694b Tidy integration go.mod
> 8683ee8 Revert "Update pkg/handler/handler_test.go"
> 444ee99 Merge pull request # 339 from alexzielenski/smd-convert-spec-schema
> 3c68db0 add comment
> 3758b55 Merge pull request # 344 from olivierlemasle/bump-jsonreference
> b5f39f4 make schemaconv test blackbox
> 4385d6f Merge pull request # 334 from Jefftree/remove-mime
> 9ba0002 Update pkg/handler/handler_test.go
> b888574 Merge pull request # 346 from olivierlemasle/integration-test
> 4154b54 Fix GO-2022-0493 and GO-2022-1059
> dd344f1 deduplicate deduced definitions for tests
> bdc62e0 revert deducedDef deduplicatoin from proto_models
> d603cf3 Merge pull request # 350 from qingwave/ioutil-rm
> 8d5d713 test: compare json references by String()
> efba78c Merge pull request # 335 from Jefftree/gzip-unused
> 36389ca Remove mime AddExtensionsType
> d55d863 OpenAPI V2 add Content Type return
> 76fd588 Merge pull request # 349 from liggitt/multipleOf-zero
> 65e6919 Fix integration tests
> 09553db add test for spec.Schema -> smd conversion
> 10e5f0e Merge pull request # 351 from liggitt/prune-enum
> 90469a8 remove deprecated ioutil
> f6aa62a Bump github.com/go-openapi/jsonreference
> 86e75dd Merge pull request # 330 from apelisse/add-apelisse-validation
> 1920258 Remove unused gzip function
> fbe2eda Merge pull request # 347 from qingwave/fix-extension-name
> a7f241a Protect against divide-by-zero panic with multipleOf
> ace3e4a add spec.Schema -> schema.Schema conversion
> a1cb06c Improve format of generated enum lines
> cac62f2 Merge pull request # 331 from apelisse/fix-unmarshal-bug
> af74d46 Add apelisse as approver to pkg/validation
> 34a5c6a Merge pull request # 329 from Jefftree/patch-1
> 48529ed fix wrong extension name in parse schema
> 01a25bb add builder3.BuildOpenAPIDefinitionsForResources
> dd070e2 Merge pull request # 328 from Huang-Wei/cleanup-defNames
> d3fc7bb Fix minor bug not deserializing a full-value in Paths#UnmarshalNextJSON
> a28e98e Merge pull request # 327 from jiahuif/fix/pointer-type
> 8651e00 Add jefftree as approver for kube-openapi
> 776667b cleanup! factor out openapi extension parsing
> 97a78ff cleanup code in builder3 test
> f73e7db Merge pull request # 322 from benluddy/openapi-gen-enum-package
> 46f039b add test for optional pointer field.
> cd17b1e cleanup! move proto-models code to own file
> 3b907d1 Consistently find enum values from separate packages in openapi-gen.
> 72c1c0d support pointer of enum types.
> 1cc6f9d cleanup! make toStringSlice also work on string slices
> c3e0f9c cleanup! remove unnecessary function and field
> f95a625 cleanup! add diff output to smd_test
> 541fa7c cleanup! update swagger.json to new version
bumping google.golang.org/grpc 62726d4...c0aa20a:
> c0aa20a Change version to 1.58.2 (# 6654)
> 67a53a6 balancer/weightedroundrobin: fix ticker leak on update (# 6655)
> 863de73 update version to 1.58.2-dev (# 6633)
bumping github.com/go-openapi/jsonpointer 2446e21...5df0d69:
> 5df0d69 Use github actions (# 9)
> ff99fe1 Bump dependencies (# 8)
bumping github.com/prometheus/procfs 332e865...113c501:
> 113c501 Custom build tag "nostatfs" disables statfs (# 553)
> 156bf8d Update common Prometheus files (# 551)
> 9684daf Cleanup various linting issues (# 548)
> 4b2218e Increase Stat() buffer size (# 547)
> 46aea31 Bump golang.org/x/sys from 0.8.0 to 0.9.0 (# 542)
> 5e8c988 Bump golang.org/x/sync from 0.2.0 to 0.3.0 (# 541)
> e5567b2 Update common Prometheus files
> 45f8bbf Update common Prometheus files (# 537)
> a76f400 Fix CPUVulnerabilities() reporting from sysfs (# 532)
> 6d9dbc0 Use golangci-lint for codespell (# 535)
> 1d6add5 Add net/route parse, also add util lib Pars… (# 508)
> abbfda0 Bug Fix: Slice out of bound in filterOfflineCpus (# 534)
> 5d2473f fs: Statfs_t{} doesn't have a Type field on Windows (# 528)
> 6a7bbcc Create new errors in proc.go using errors module. (# 526)
bumping knative.dev/pkg 8761ceb...d0a82f9:
> d0a82f9 Update community files (# 2850)
> 833dd97 prioritize destination CA certs over resolved addressable CA certs (# 2849)
> 294e777 Add rest.Config to fake context in SetupFakeContext (# 2847)
> 0736c74 Add SinkAudience to SourceStatus (# 2844)
> 1860700 update k8s min version to 1.26.x and go deps to 1.27.x (# 2832)
> c9c48d7 Bump github.com/prometheus/client_golang from 1.16.0 to 1.17.0 (# 2846)
> 6cf4b05 upgrade to latest dependencies (# 2841)
> 0f52db7 Bump google.golang.org/api from 0.142.0 to 0.143.0 (# 2840)
> bd49c73 upgrade to latest dependencies (# 2839)
> 51a826d Bump google.golang.org/grpc from 1.58.1 to 1.58.2 (# 2835)
> 4930930 Bump google.golang.org/api from 0.141.0 to 0.142.0 (# 2834)
> 0efc1bc Also return Audience in URIResolver.AddressableFromDestinationV1() (# 2836)
> 559de7e upgrade to latest dependencies (# 2833)
> dd819c0 Update community files (# 2830)
> 05a411a upgrade to latest dependencies (# 2831)
> 76b4202 Add AuthStatus type (# 2829)
bumping github.com/prometheus/client_model 91c3945...9a2bf30:
> 9a2bf30 (feat): Add created timestamps to counter, summary and histogram
> 2b34b1e Merge pull request # 65 from prometheus/repo_sync
> 0e6fdca Update common Prometheus files
bumping k8s.io/klog/v2 9ae4992...d7fc505:
> d7fc505 Merge pull request # 363 from pohly/textlogger-backend
> e37f9fe Merge pull request # 368 from pohly/ktesting-config-api
> 7a9f099 textlogger: write unstructured klog output directly
> 90cff0f Merge pull request # 365 from pohly/ktesting-timestamps
> a0fea0c textlogger: verbosity changes through public API
> 81f97ff klog: support writing formatted buffer through logger
> af72dbd Merge pull request # 366 from pohly/buffer-size-limit
> 1b27ee8 ktesting: allow overriding default formatter
> e092d89 ktesting: support verbosity changes at runtime
> 1025055 github: bump golangci-lint image version
> 2582956 buffer: restore dropping of too large buffers
> d113925 ktesting: capture log entries only if requested
> 8eadf2c KObj, KObjSlice: format more efficiently as text
> 8b4cfd2 ktesting: use klog-like header
> a1638bf KObj: optimize string concatenation
> 926ab6d serialize: combine merging and formatting
> 9674cae textlogger: remove some dead code
> 1a1367c buffer: use sync.Pool
> ff4f80f test: unit tests for vmodule support
> 757e6bb use output test cases also for benchmarking
> f833abb move output tests into packages
> 70aa795 textlogger: fix vmodule support
> 34a9807 klogr: use test.InitKlog
> 125ecfe klogr: fix vmodule support
> c34db96 test: move InitKlog into tests
> d20ee72 klogr: avoid calling Info/Error/Enabled through auto-generated code
bumping k8s.io/apiextensions-apiserver 52c998e...6090d8e:
> 6090d8e Update dependencies to v0.27.6 tag
> 9e61d2d Merge pull request # 120357 from stevekuznetsov/automated-cherry-pick-of-# 120177-kubernetes-release-1.27
> 704e536 Merge pull request # 119809 from jpbetz/fix-cost-1_27
> 4d42e07 apiextensions-apiserver: generate applyconfigurations
> 13422bc Fix CEL cost handling of zero length replacement strings
> 10ab073 Add test coverage of result size of string operations
> c839e63 Bump cel-go to v0.12.7
> 78ec0b9 Merge pull request # 119086 from neolit123/automated-cherry-pick-of-# 118150-origin-release-1.27
> f972538 call ./hack/update-vendor.sh
> 2bcd8f5 Merge pull request # 118553 from puerco/bump-1.27-go1.20.5
> f4f12f1 update-vendor: update vendored go.sums
> 0e2d1c6 Merge pull request # 117271 from jkh52/release-1.27
> 38c8552 Bump konnectivity-client to v0.1.2
> 1158d6a Merge pull request # 117708 from Jefftree/automated-cherry-pick-of-# 117705-upstream-release-1.27
> 73b9afb Update kube-openapi to fix race
> 2ef062b Merge pull request # 117596 from jpbetz/automated-cherry-pick-of-# 117593-origin-release-1.27
> a9bfca1 Fix bug where CEL listOfString.join() results in unexpected error
> 15ea0ae Merge pull request # 117305 from ncdc/automated-cherry-pick-of-# 117301-upstream-release-1.27
> c701fe6 Revert "Merge pull request # 113151 from ncdc/refactor-crd-conversion"
> 3735b65 Revert "CR conversion: protect from converter input edits"
> 2c580f6 Merge remote-tracking branch 'origin/master' into release-1.27
> 072e6ee .*: update vendor dir and cleanup
> eebba51 allow multiple sources to add/remove from discovery without clobbering each other
> 508f83b Merge pull request # 116539 from pohly/ginkgo-gomega-update
> 6a644f1 dependencies: ginkgo v2.9.1, gomega v1.27.4
> 9b2bf1f Merge pull request # 116490 from tallclair/docs-urls2
> afd1dce Merge pull request # 116542 from enj/enj/f/go1.20
> 0056d08 Fix broken API docs URLs
> 80c24ac Explicit bump to go 1.20
> 5642c14 Merge pull request # 116349 from apelisse/use-smarter-cache
> f6979b6 Merge pull request # 115969 from DangerOnTheRanger/messageExpression-for-crd
> 0ea45b8 Update kube-openapi to 15aac26d736a
> 2bc2633 Merge pull request # 115065 from apelisse/apimachinery-managed-fields
> 526f53e Implement MessageExpression.
> 22a15b2 Merge pull request # 116394 from liggitt/cleanup-crd-test
> d8a40c9 managedfields: Move most of fieldmanager package to managefields
> 1340251 Update codegen/openapi spec.
> 7d3da39 Turn off P&F filter in standalone CRD server tests
> 472ca3c Add MessageExpression field.
> 0c8dd91 Merge pull request # 115747 from cici37/rc
> 37f569d Update CRD validation rules path accordingly.
> 9616bec Merge pull request # 116054 from jpbetz/secondary-authz
> 7028fbd Merge pull request # 116109 from aerfio/aerfio/update-broken-links-autoscaling
> cb0f30d Implement secondary authz
> 7b5bc25 Merge pull request # 116284 from thockin/codegen_subprojects_cleanup_verify
> bca5d30 update obsolete links
> 9344b1e Codegen: subprojects: clean up verify scripts
> 1e2bd66 Merge pull request # 116166 from pohly/test-go-vet
> 3ac572f Merge pull request # 116162 from apelisse/update-openapi
> 672e7a2 staging: fix "go vet" issues
> 4de9430 Merge pull request # 116242 from bobbypage/bump-gosystemd
> bd86653 Update kube-openapi to afdc3dddf62d31f5e3868d699379c571a6007920
> 31c95ff deps: Update github.com/coreos/go-systemd/v22 to v22.4.0
> 408bf45 Merge pull request # 115402 from p0lyn0mial/upstream-sendinitialevents-take-2
> 2e5c35d Merge pull request # 116106 from alexzielenski/revert-116062-revert-field-manager
> e957761 generated
> 0b40a94 Merge pull request # 115277 from pohly/klog-update
> 17faeb9 Revert "Revert "Merge pull request # 115324 from alexzielenski/apiserver/smd/use-openapiv3"
> c26cd54 Merge pull request # 115413 from pacoxu/etcd-dep-update
> e59684a dependencies: update klog v2.90.1
> 0058a44 upgrade etcd deps to v3.5.7
> ba14f21 Merge pull request # 116140 from dashpole/fix_nobody_tracing
> 39f2152 update otelhttp to v0.35.1
> 5d6ae6c Merge pull request # 116039 from liggitt/crd-compat
> 96f2cce Merge pull request # 115996 from rayowang/autoscaling
> a62a0ae Update generated files
> 80553ce update openapi-spec, generated proto and generated openapi
> 7e56f36 Add CRD compatibility objects
> 4d0676b Merge pull request # 116062 from liggitt/revert-field-manager
> a2d30bd Explicitly exclude unmarshaled fields for custom-marshaled types from standard JSON handling
> 88e58cb Revert "Merge pull request # 115324 from alexzielenski/apiserver/smd/use-openapiv3"
> f08d504 Merge pull request # 115324 from alexzielenski/apiserver/smd/use-openapiv3
> d0ac340 Merge pull request # 113312 from jiahuif-forks/feature/cel/builtins
> ac4e781 update swagger.json used in tests
> c405e08 Merge pull request # 115786 from liggitt/net-0.7.0-master
> fc41472 adaptor between structral and OpenAPI.
> 5005da4 crd directly create smd schema from spec.Schema
> e2c1ee9 Update golang.org/x/net to v0.7.0
> aeef8b7 make structural type use OpenAPI lib.
> 046fe36 Merge pull request # 115456 from pohly/goroutine-leak-check
> 41e2ca2 Merge pull request # 114987 from astefanutti/pr-codegen-applyconfig
> 22ef5fb test: use go-uber/goleak for strict leak checking
> f22eb43 Update client examples with generated apply configurations
> cc74759 Merge pull request # 115665 from aramase/aramase/f/update_vendor_k8s_utils
> 9cbbe5e Update k8s.io/utils to `a36077c30491`
> b649bcb Merge pull request # 115379 from artemvmin/serial-mkfs
> 6a0190a Merge pull request # 115542 from SataQiu/clean-apiserver-20230206
> c5a2f70 Update k8s.io/utils to latest version
> ba39b13 using BuildOpenAPISpecFromRoutes instead of deprecated BuildOpenAPISpec
> 1765684 Merge pull request # 115403 from apelisse/hasschema-pool
> 940be70 Merge pull request # 114439 from alexzielenski/apiserver/smd/conversion-smaller
> 72a0987 apiextensions: SchemaHas predicate must be read-only/non-captured
> 6ae7a7b Merge pull request # 114948 from haoruan/feature-api-doc-field-linter
> 1a2ab85 add "object" type to list schema openapi
> 1f01ab7 apiextensions: Pool schemas in SchemaHas
> 2be6dd7 Merge pull request # 115339 from kevindelgado/patch-opton-params
> 76aa45e Generated files
> da35c92 apiextensions: Benchmark escaping in SchemaHas
> e576523 Merge pull request # 115266 from pohly/gomega-update
> 85681fd Separate Put and Patch Options
> 8d6b982 Fix the name violation in apiextensions.k8s.io/v1,CustomResourceConversion, remove the failures file
> c0f9337 Merge pull request # 115271 from kevindelgado/field-validation-conformance
> a0352fe dependencies: update gomega to v1.26.0
> b84ea14 Merge pull request # 114550 from alexzielenski/apiserver/smd/update-kube-openapi
> 9f7c10e update codegen
> 4920ec7 update kube-openapi
> d9aed17 drop Enabled() checks for ServerSideFieldValidation feature gate
> 46d1364 Merge pull request # 115196 from thockin/codegen-5-dont-gen-clients-for-internal
> 09bc831 Merge pull request # 114609 from pohly/log-runtime-verbosity-level
> a3a7943 Don't generate clients for example internal APIs
> f7cb34a Merge pull request # 115191 from jkh52/zero-one-one
> 3560fd9 k8s.io/component-base/logs: support changing verbosity of JSON output
> 5f7d388 Merge pull request # 115186 from thockin/codegen-2-rm-deprecated-clients
> d58d94d Bump konnectivity-client to v0.1.1
> 5345e20 Merge pull request # 115184 from thockin/codegen-1-clientset-doc-go
> 08fc103 Remove deprecated generated clients
> e51df09 Don't generate clientset/doc.go in client-gen
> 1c17d3e Merge pull request # 115079 from dims/update-to-newer-moby/ipvs-v1.1.0
> 4619000 Update to new release of moby/ipvs
> 402133d Merge pull request # 114766 from MadhavJivrajani/prepare-for-go1.20
> c2a7c3a *: Bump version of vmware/govmomi
> b39cc44 Merge pull request # 114879 from olivierlemasle/bump-kube-openapi
> ffdceb1 Bump kube-openapi
> 2ffc5bf Merge pull request # 114868 from apelisse/private-internal-managers
> 4306780 Merge pull request # 114859 from pohly/e2e-ginkgo-spec-ordering
> 23840c6 Make internal managers private
> 4260290 Merge pull request # 114959 from ncdc/make-cr-conversions-safer
> 3ff820f dependencies: update ginkgo to v2.7.0
> 674b809 CR conversion: protect from converter input edits
> d7e9eb9 Merge pull request # 114869 from liggitt/kube-openapi
> 3996d4f Merge pull request # 113959 from Jefftree/jefftree-owners
> 7f15502 Regenerate openapi
> c34b31d Merge pull request # 114857 from jpbetz/bump-cel-1_12_66
> 57cea73 Add jefftree to OWNERS
> cff6fd3 bump kube-openapi
> c9e4b73 Fix 114661 via cel-go bump to 0.12.6 to pick up cel-go# 620
> 192d466 Merge pull request # 113654 from stevekuznetsov/skuznets/fake-group-name-registration
> 7aabce6 Merge pull request # 114829 from liggitt/oauth-revert
> 6f93b39 code-generator: refer to the API package for GV{R,K}
> 85e60cf Merge pull request # 114792 from apelisse/typeconverter-swagger
> 137a398 Revert "bump golang.org/x/oauth2"
> 9aa1e56 Merge pull request # 114789 from jkh52/thirty-five
> 4f40af0 Hide OpeAPI details behind the NewTypeConverter
> d6dd9d2 Merge pull request # 114822 from liggitt/oauth2
> 64291ac Bump konnectivity-client to v0.0.35
> e9aa281 Merge pull request # 114570 from dengyufeng2206/1219pr
> e4e5a1f bump golang.org/x/oauth2
> 6c75f22 Merge pull request # 113542 from ardaguclu/fix-shortname-disperancy
> 4c1c1e1 fix test order in controller/openapi/builder/builderst.go
> 60d816a Merge pull request # 114705 from thockin/codegen_subproject_cleanup
> e4838c9 Remove GetSingularName for subresources
> 4b849a7 Cleanup codegen subproject scripts
> 6888e22 Use correct singular name format for subresources
> e3a4a06 Merge pull request # 113538 from pohly/e2e-ginkgo-timeline
> 53f4ef5 Add singular name for the rest of types
> 9746985 Merge pull request # 114559 from liggitt/gofmt
> e99cef9 dependencies: update to ginkgo v2.6.1, gomega v1.24.2
> 276c953 Introduce singularNameProvider for core types
> 0a1ef78 Fix indentation/spacing in comments to render correctly in godoc
> 4511d97 Merge pull request # 114414 from my-git9/ioutil/apiextensions-apiserver1
> 2048c01 fix: remove ioutil for new go version
> 41a7928 Merge pull request # 113151 from ncdc/refactor-crd-conversion
> 13886b1 CRConverter: change to UnstructuredList
> 5b337f2 Make empty unstructured check common
> 75c48a2 Create new conversion Factory interface
> 4ed8e78 Rename crConverterInterface to CRConverter
> 047d76d Merge pull request # 114408 from liggitt/gorilla
> 3da29ee Merge pull request # 113707 from lucacome/bump-grpc
> 8f7ac5c Mark github.com/gorilla dependencies to avoid increasing use
> 2627074 Merge pull request # 113922 from alexzielenski/owners-alexzielenski
> 5ddcd6d Bump grpc to v1.51.0
> 894014a Merge pull request # 114319 from liggitt/net-master
> 213cc48 add alexzielenski to OWNERS
> e105691 Update golang.org/x/net 1e63c2f
> 88105d7 Merge pull request # 113764 from Jefftree/foobar
> 621535e fix aggregated discovery version sorting
bumping knative.dev/hack c4a34c3...1588988:
> 1588988 Update community files (# 327)
> f2f9b6f Vendorless docs (# 324)
> 46659bc Update actions (# 323)
> 403114f Manual shellcheck (# 321)
> 74aa02a 🐛 Remove deps from go.mod for knative.dev/hack (# 320)
> 34850cd Update community files (# 319)
> da6e74c 🐛 The `go.work.sum` don't influence the dependencies resolution (# 317)
bumping knative.dev/networking 6aa8805...cf57a57:
> cf57a57 Update community files (# 873)
> 53ba1f4 Rename cluster.local to avoid issues with config validation webhook (# 872)
> 97dab15 upgrade to latest dependencies (# 870)
> 463dc38 Cleanup SAN constants and Secrets Keys for system-internal-tls certificates (# 861)
> 05d0964 Align the encryption flags (# 858)
> c1cae21 upgrade to latest dependencies (# 869)
> c382f81 upgrade to latest dependencies (# 868)
> 88e91e3 upgrade to latest dependencies (# 867)
> a5e8fb9 Update community files (# 865)
> 65a08ef upgrade to latest dependencies (# 866)
bumping k8s.io/utils 8e77b1f...a36077c:
> a36077c Merge pull request # 275 from enj/enj/f/lru_eviction
> 3401372 Merge pull request # 274 from artemvmin/concurrent-fake-exec
> 22082ee lru: add support for setting eviction func
> 391b47c Merge pull request # 272 from thockin/reboot-pr-246
> fad585f Make FakeExec safe for concurrency
> 99ec85e Merge pull request # 271 from danwinship/ipfamily
> df71e4c ebtables: better version check regex
> 914fa98 Clean up IsDualStack* docs and code
> 59f23ee Add IPFamilyOf(), etc
> 5c9db06 Tighten IsIPv6() semantics, clarify docs
> d001242 Refactor IsIPv*() tests
> 12a2ade Make IsIPv4CIDR()/IsIPv6CIDR() accept nil
> 730c628 Split the IP family stuff (eg IsIPv6String()) into its own file.
bumping k8s.io/client-go 6e9dabb...f2d9132:
> f2d9132 Update dependencies to v0.27.6 tag
> fa3c65e Merge pull request # 120360 from Jefftree/automated-cherry-pick-of-# 119870-upstream-release-1.27
> 68da234 Fallback to legacy discovery on a wider range of conditions in aggregator
> 0ea0345 Merge pull request # 120067 from HirazawaUi/automated-cherry-pick-of-# 116506-upstream-release-1.27
> d55c4c3 generate ReportingInstance and ReportingController in Event
> f102456 Merge pull request # 119868 from liggitt/automated-cherry-pick-of-# 119835-upstream-release-1.27
> 686c038 Avoid returning nil responseKind in v1beta1 aggregated discovery
> 1bfd018 Merge pull request # 119113 from champtar/automated-cherry-pick-of-# 118922-upstream-release-1.27
> b1b513f client-go: allow to set NotBefore in NewSelfSignedCACert()
> 860d25f Merge pull request # 118969 from champtar/automated-cherry-pick-of-# 117791-upstream-release-1.27
> 8d8e2bc Merge pull request # 119086 from neolit123/automated-cherry-pick-of-# 118150-origin-release-1.27
> d96d0d8 update serial number to a valid non-zero number in ca certificate
> af4a748 call ./hack/update-vendor.sh
> 22da8a5 Merge pull request # 118553 from puerco/bump-1.27-go1.20.5
> 81d8c78 update-vendor: update vendored go.sums
> 015caa2 Merge pull request # 117708 from Jefftree/automated-cherry-pick-of-# 117705-upstream-release-1.27
> fb5347d Update kube-openapi to fix race
> 353c489 Merge pull request # 117685 from ardaguclu/automated-cherry-pick-of-# 117495-upstream-release-1.27
> 6ce3e7e Use absolute path instead requestURI in openapiv3 discovery
> aab9b0a Merge pull request # 117637 from seans3/automated-cherry-pick-of-# 117571-origin-release-1.27
> a16d525 Refactors discovery content-type and helper functions
> 559da62 Merge remote-tracking branch 'origin/master' into release-1.27
> 012beed .*: update vendor dir and cleanup
> 1517ffb Merge pull request # 116623 from lavalamp/xfrmr
> 308e6b1 Merge pull request # 113218 from ahmedtd/kep-3257
> c3b84f0 Change where transformers are called.
> 4c5879a ClusterTrustBundles: make update
> 4666344 Custom match criteria (# 116350)
> 3858973 Matchconditions admission webhooks alpha implementation for kep-3716 (# 116261)
> 445660b Merge pull request # 116332 from klueska/extend-resourceclaimstatus
> e023fb8 Merge pull request # 116119 from vinaykul/restart-free-pod-vertical-scaling-fixes
> ff60d1b Update generated code for resource.k8s.io/v1alpha2
> 9ff2627 Merge pull request # 115075 from aojea/ipaddress
> 2932f6b Restructure naming of resource resize restart policy - generated files
> 84ae514 Merge pull request # 116539 from pohly/ginkgo-gomega-update
> 568393e make update
> ef07195 Merge pull request # 114242 from austince/feat/per-queue-metrics
> a952148 dependencies: ginkgo v2.9.1, gomega v1.27.4
> 23d016c Merge pull request # 107826 from smarterclayton/context_wait
> 21b4553 Allow custom metric provider for retry metrics
> f3dc70c Merge pull request # 116603 from seans3/discovery-resilience
> 250fc3d wait: Update tests to reference the constant error
> 66fa9d3 Unify queue constructors, deprecate current constructors
> 48d97c0 Merge pull request # 116556 from pohly/dra-podschedulingcontext
> 2bd557f Aggregated discovery resilient to nil GVK
> 9668243 Integrate new metrics provider option in test case
> 2a7ba94 Merge pull request # 112334 from dgrisonnet/fix-eventseries-count
> 76262aa api: generated files for PodSchedulingContext
> e0785d6 Remove options from queue ctors w/o metrics
> 3cafc13 Merge pull request # 116299 from pohly/dra-v1alpha2
> 9c7c60b events: fix EventSeries starting count discrepancy
> 89a4c12 Add license header to new file
> 324f43b api: resource.k8s.io v1alpha1 -> v1alpha2
> 98d0d1a Allow setting per-queue metrics providers
> 362ffe4 Merge pull request # 115668 from jiahuif-forks/feature/validating-admission-policy/type-system
> 8dcee0c generated: ./hack/update-codegen.sh && ./hack/update-openapi-spec.sh
> b5e4a5a Merge pull request # 116397 from jiahuif-forks/feature/validating-admission-policy/message-expression
> 471f66f Merge pull request # 116490 from tallclair/docs-urls2
> d2cdd64 generated: ./hack/update-codegen.sh && ./hack/update-openapi-spec.sh
> e4aa112 Merge pull request # 116542 from enj/enj/f/go1.20
> b8c2b4b Fix broken API docs URLs
> b14244a Merge pull request # 116477 from twz123/synctrack-64bit-alignment
> e0b969d Explicit bump to go 1.20
> 9e8c663 Properly align synctrack.SingleFileTracker struct
> 012954e Merge pull request # 116450 from vinaykul/restart-free-pod-vertical-scaling-api
> 6df0902 Merge pull request # 116435 from pohly/client-go-cache-reflector-leak
> d906637 Rename ContainerStatus.ResourcesAllocated to ContainerStatus.AllocatedResources - generated files
> 1f020be Merge pull request # 110772 from p0lyn0mial/upstream-reflector-gets-stream
> 29ad2bc client-go: shut down watch reflector as soon as stop channel closes
> d2ebc4d Merge pull request # 116349 from apelisse/use-smarter-cache
> 262b98a cache/controller: Add ENABLE_CLIENT_GO_WATCH_LIST_ALPHA
> 756a0f3 Merge pull request # 114290 from Jefftree/mime-remove
> e2867f9 Update kubernetes code for minor API changes to kube-openapi
> ac0a428 reflector watchlist tests
> 65be885 Merge pull request # 116409 from p0lyn0mial/upstream-reflector-list-n-watch
> eec00dc remove mime AddExtensionType in discovery test
> 3d77c7c Update kube-openapi to 15aac26d736a
> b33e818 reflector: use watchlist
> 64e2c7f KEP-3325: Promote SelfSubjectReview to Beta (# 116274)
> ac7598e reflector: allow watch method to accept a watcher
> d1c260e reflector: introduce watchList
> 223d456 Merge pull request # 116145 from seans3/discovery-stale
> e6ae4ec Merge pull request # 116354 from pacoxu/cleanup-CronJobTimeZone
> 6b8e57e Plumb stale GroupVersions through aggregated discovery
> 7bf37ef cleanup: sync testdata as CronJobTimeZone is GAed
> 60e5373 Merge pull request # 115973 from jpbetz/enforcement-actions
> bbbf092 Generate code
> 48ca734 Merge pull request # 115978 from seans3/discovery-empty-response
> 29a689d Merge pull request # 116297 from p0lyn0mial/upstream-reflector-list-n-watch-refactor
> 0bc9170 Tolerate empty discovery response in memcache client
> 06ad6b3 Merge pull request # 116166 from pohly/test-go-vet
> f694a79 reflector: extract watch and startResyncAsync methods
> d39f829 Merge pull request # 116162 from apelisse/update-openapi
> 3259c41 staging: fix "go vet" issues
> bfa72fd Merge pull request # 116237 from seans3/openapi3-add-error
> 59fa142 Update kube-openapi to afdc3dddf62d31f5e3868d699379c571a6007920
> 4c5eaaf Add custom error struct for Group/Version not found
> 3f4372d Merge pull request # 115865 from seans3/discovery-client-cleanup
> 02d652e Merge pull request # 116195 from seans3/openapi3-root-fix
> bc1864f Removes old discovery hack ignoring 403 and 404
> 91199a6 Merge pull request # 115277 from pohly/klog-update
> 6ddf61b Fixes bug with Root not handling Group without Version
> 089d044 client-go: support `Shutdown()` for metadata and dynamic informers (# 114434)
> 6a9f0eb dependencies: update klog v2.90.1
> 9ea785f Merge pull request # 116090 from abserari/patch-1
> 8f4ee71 Merge pull request # 102884 from vinaykul/restart-free-pod-vertical-scaling
> af12621 Typo: fix EndpointsLeasesResourceLock ->ConfigMapsLeasesResourceLock
> b466770 Merge pull request # 115393 from seans3/openapi3-root
> 85d57cf Generated files and compat data from API changes
> 6e69fba Merge pull request # 114872 from Iceber/fix_acquire_leader
> 6eb5769 OpenAPI V3 Root interface and basic implementation
> ba2fddd Merge pull request # 115784 from seans3/openapi-fake-client
> 899a109 leaderelection: using le.clock for the time calculations
> 0a3ea4f Refactor to use openapi fake client
> b4217e1 client-go: fix the wait time for trying to acquire the leader lease
> 1ea7195 Merge pull request # 115933 from intUnderflow/clean-up-fake-recorder
> 3a78ee0 Fix typo
> 1fc8a8a Clean up FakeRecorder event emission
> 269abfd Merge pull request # 115860 from intUnderflow/include-annotations-fake-recorder
> dda9c52 Merge pull request # 115809 from seans3/openapi-file-client
> c633a82 Include annotations all the time
> d7a20b1 Merge pull request # 115472 from lanycrost/client-go-110992-GenerateSelfSignedCertKeyWithFixtures-permissions
> 1369f16 New openapi v3 testing file client
> f7f367e Respond to review
> d0008d1 Merge pull request # 115620 from odinuge/ou-relist-missing-delete
> bd24c42 client-go: change permissions of key
> a43f324 Allow inclusion of annotations in channel events when using FakeRecorder
> df55688 Merge pull request # 115604 from pacoxu/fix-design-proposals-links
> b2a4f02 client-go/cache: update Replace comment to be more clear
> a7dbbf8 client-go: change permissions of GenerateSelfSignedCertKeyWithFixtures generated cert
> 60f5c9b Merge pull request # 115786 from liggitt/net-0.7.0-master
> 4bd9226 API docs: point to current docs instead of archived designs
> a01b5a2 client-go/cache: rewrite Replace to check queue first
> be82893 client-go: change permissions of directories and certs
> 249eb86 Merge pull request # 115785 from liggitt/fix-kubectl-test
> e850f45 Update golang.org/x/net to v0.7.0
> 878a4f8 archived design proposals are now moved to Design Proposals Archive Repo.
> b250bf5 client-go/cache: merge ReplaceMakesDeletionsForObjectsInQueue tests
> 71253f0 fix: comment about permission bits
> fb55d97 Revert "Refactor fake versions of openapi client into testing subdir"
> 8279635 client-go/cache: fix missing delete event on replace without knownObjects
> 03568a1 client-go: make generating certificate/key permissions more secure (600)
> 278918a Merge pull request # 115465 from seans3/openapi-client-testing
> 2ded6b6 client-go/cache: fix missing delete event on replace
> 8ef4d7d Merge pull request # 115685 from skitt/rest-req-error
> bb1833c Refactor fake versions of openapi client into testing subdir
> 22e2a9b client-go: add an Error() function on Request
> d462933 Merge pull request # 115665 from aramase/aramase/f/update_vendor_k8s_utils
> 86a4c64 Update k8s.io/utils to `a36077c30491`
> efd0415 Merge pull request # 115514 from pohly/event-broadcaster-shutdown
> 00b9d76 Merge pull request # 115315 from enj/enj/i/kas_kubelet_conn_close
> f6a5a1f client-go: don't wait too long after EventBroadcaster.Shutdown
> 9c50465 Merge pull request # 115379 from artemvmin/serial-mkfs
> d8b14dc kubelet/client: collapse transport wiring onto standard approach
> 2e3265c Merge pull request # 108396 from tkashem/retry-metric
> 13c89f7 Update k8s.io/utils to latest version
> d2388d1 client-go: add metric to count retries
> f457a57 Merge pull request # 112072 from tkashem/retry-concurrency-test
> 67f1485 client-go: add unit test for Request thread safety
> b135083 Merge pull request # 115266 from pohly/gomega-update
> d7d6bcf Merge pull request # 115354 from pohly/dra-reserved-for-list-type
> 55c90d5 dependencies: update gomega to v1.26.0
> 648d828 Merge pull request # 110253 from tkashem/retry-condition-test
> fa4e59a dynamic resource allocation: avoid apiserver complaint about list content
> 79c4b40 client-go: add test to document retry conditions
> adb1f50 Merge pull request # 114550 from alexzielenski/apiserver/smd/update-kube-openapi
> 1c9d8a0 update kube-openapi
> cbb6016 Merge pull request # 111652 from ash2k/ash2k/leader-elector-tweaks
> ac40ba3 Always emit the stopped leading event
> 84ad8a7 Merge pull request # 113540 from wongearl/cleanup-client-go
> 7059973 Merge pull request # 115186 from thockin/codegen-2-rm-deprecated-clients
> 5d95f80 diff.ObjectReflectDiff is DEPRECATED use cmp.Diff
> 31586e6 Merge pull request # 115184 from thockin/codegen-1-clientset-doc-go
> 7c57428 Remove obsolete generated listers
> c33df1c Merge pull request # 113637 from mikedanese/http-proxy
> 1d637ff Don't generate clientset/doc.go in client-gen
> 0f17f43 Remove obsolete generated applyconfigs
> 9edd019 vendor: removed unused dep github.com/elazarl/goproxy
> b94c7fc Fix client-go doc.go - not generated
> e6998df Merge pull request # 115093 from xuzhenglun/too-large-resource-version-1.16
> a13376f Merge pull request # 114542 from pacoxu/EphemeralContainers
> 7685b51 Fix bug in reflector not detecting "Too large resource version" error before 1.17.0
> 228b004 Merge pull request # 115077 from smarterclayton/reflector_mock_clock
> 20ca706 cleanup: EphemeralContainers feature gate related codes
> 08e22c4 cache: Reflector should have the same injected clock as its informer
> 241dfe3 Merge pull request # 114794 from lavalamp/improved-has-synced
> cb28a0e Fix N^2 startup for webhook configurations
> 895a515 Merge pull request # 114766 from MadhavJivrajani/prepare-for-go1.20
> 47c0033 *: Bump version of vmware/govmomi
> ce349e1 Merge pull request # 114879 from olivierlemasle/bump-kube-openapi
> 6500345 Merge pull request # 113467 from pacoxu/psp-cleanup
> 640dd29 Bump kube-openapi
> 674e53a Merge pull request # 112365 from dgrisonnet/consolidate-isomorphic-events
> be1f5d4 client-go: remove extensions psp only
> 2c828f0 Merge pull request # 114859 from pohly/e2e-ginkgo-spec-ordering
> 1113415 event_broadcaster: update isomorphic event def
> e96d4a0 dependencies: update ginkgo to v2.7.0
> fda1b11 Merge pull request # 114869 from liggitt/kube-openapi
> 61a4d65 bump kube-openapi
> bd7ed9e Merge pull request # 114460 from brianpursley/pf-exit
> 5ea7f43 Merge pull request # 113654 from stevekuznetsov/skuznets/fake-group-name-registration
> b0a6a6f portforward: Add unit test to cover stopChan usage
> dc46266 Merge pull request # 114829 from liggitt/oauth-revert
> 9bcbb56 code-generator: refer to the API package for GV{R,K}…
Signed-off-by: Knative Automation <automation@knative.team>
|
|
|
|
1719498287
|
upgrade to latest dependencies (#1867)
bumping knative.dev/serving 7222bf9...0d73dfe: > 0d73dfe Update performance tests (# 14289) > d02702e Support gRPC probe (# 14134) > 5b1eab3 upgrade to latest dependencies (# 14413) > 59ddac3 Update net-contour nightly (# 14412) > ecbe40a Update net-certmanager nightly (# 14409) > fcb4979 Update net-istio nightly (# 14411) > 167d794 Update net-gateway-api nightly (# 14410) > 127a351 Cleanup knative-internal-tls secrets (# 14394) > d33249b Drop unnecessary `routing-id` in Knative Service certificate (# 14393) > 6c602da Update net-contour nightly (# 14405) > 7c2a5c6 Update net-certmanager nightly (# 14404) > 8818499 Update net-gateway-api nightly (# 14398) > 28e75ab Update net-kourier nightly (# 14397) > f2fb095 Update net-istio nightly (# 14396) > 28effd9 upgrade to latest dependencies (# 14401) > 2002b38 test fixture didn't make sense (# 14400) > 022f553 Update net-certmanager nightly (# 14362) > 50eb65a upgrade to latest dependencies (# 14395) bumping knative.dev/eventing 5acf974...ceecbb0: > ceecbb0 Subscription allows overriding namespace for Subscriber and Reply (# 7272) > 4e7d0f5 [main] Upgrade to latest dependencies (# 7271) > 81d8e96 Option to specify different namespace for resources (# 7269) > 8a69f32 [main] Upgrade to latest dependencies (# 7267) > e407152 Adding description for the built-in event types of our duck sources (# 7263) > 401068c [main] Upgrade to latest dependencies (# 7262) bumping knative.dev/pkg 7fe699e...8761ceb: > 8761ceb upgrade to latest dependencies (# 2827) bumping knative.dev/networking 6feaf0c...6aa8805: > 6aa8805 Verify and reconcile new keys' value instead of obsleted keys' in secret (# 863) > 7f9a4a8 upgrade to latest dependencies (# 862) bumping knative.dev/hack 0bb79ff...c4a34c3: > c4a34c3 Collect LICENSE files from all dependencies, even without vendor dir (# 316) > 38316f2 Upgrade the Go tools to latest ones (# 312) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
|
0b8c5d4159
|
upgrade to latest dependencies (#1857)
bumping google.golang.org/genproto/googleapis/rpc 1744710...2d3300f:
> 2d3300f chore(all): update actions/checkout action to v4 (# 1052)
> b8732ec chore(all): auto-regenerate .pb.go files (# 1051)
> ccc8af3 chore(all): auto-regenerate .pb.go files (# 1050)
> 6bfd019 chore(all): auto-regenerate .pb.go files (# 1047)
> ca7cfce fix(analytics/admin/v1alpha): remove broken aliases (# 1045)
bumping google.golang.org/grpc 87bf02a...62726d4:
> 62726d4 update version to 1.58.1 (# 6629)
> fa6d9ab cherry-pick 6610 and 6620 (# 6627)
> 467fbf2 Change version to 1.58.1-dev (# 6580)
> c2b0797 Change version to 1.58.0 (# 6579)
> 0467e47 balancer/leastrequest: Cache atomic load and also add concurrent rpc test (# 6607)
> 5d1c0ae leastrequest: fix data race in leastrequest picker (# 6606)
> e26457d stream: swallow Header errors as we used to; RecvMsg can still return it (# 6591)
> 4c9777c clusterresolver: fix deadlock when dns resolver responds inline with update or error at build time (# 6563)
> 81b9df2 idle: move idleness manager to separate package and ~13s of tests into it (# 6566)
> 7d35b8e test: speed up TestServiceConfigTimeoutTD from 1.8s to 0.03s (# 6571)
> d51b3f4 interop/grpc_testing: update protos from grpc-proto repo (# 6567)
> fe1519e client: fix ClientStream.Header() behavior (# 6557)
> 8a2c220 cdsbalancer: test cleanup part 2/N (# 6554)
> 7f66074 vet.sh: fix interface{} check for macos (# 6561)
> b07bf5d cdsbalancer: test cleanup part 1/N (# 6546)
> 33f9fa2 test: speed up two tests (# 6558)
> aca07ce xds/internal/xdsclient: Add least request support in xDS (# 6517)
> e5d8eac test: improve and speed up channelz keepalive test (# 6556)
> ebf0b4e idle: speed up test by 5x even while running 2x more iterations (# 6555)
> 7d3996f grpctest: use an interface instead of reflection (# 6553)
> cc705fe interop: regenerate pb.gos (# 6551)
> 3e92504 status: optimize GRPCStatus() calls (# 6539)
> 402ba09 pick_first: de-experiment pick first (# 6549)
> 2821d7f resolver: remove outdated Target examples (# 6547)
> 53d1f23 benchmark: update proper benchmark binary to use larger buffers (# 6537)
> fbff2ab *: update `interface{}` to `any` and `go.mod` version to `go 1.19` (# 6544)
> e40da66 clientconn: release lock when returning from enterIdleMode() (# 6538)
> dbbc983 balancer/leastrequest: Add least request balancer (# 6510)
> a010079 *: remove references to old versions of go (# 6545)
> 03d32b9 orca: update example and interop to use StateListener (# 6529)
> c2bc22c testing: update Go versions tested to 1.19-1.21 (# 6543)
> 879faf6 test: update client state subscriber test to be not flaky and more stressful about rapid updates (# 6512)
> f3e94ec xds: improve error message when matched route on client is not of type RouteActionRoute (# 6248)
> bb41067 balancergroup: do not cache closed sub-balancers by default (# 6523)
> 68704f8 gracefulswitch, stub: remove last UpdateSubConnState references (# 6533)
> 4900699 balancer/rls, xds/wrrlocality: stop forwarding UpdateSubConnState calls (# 6532)
> ebc3c51 internal/balancergroup: remove usage of UpdateSubConnState (# 6528)
> 5da2731 balancer/weightedtarget: stop forwarding UpdateSubConnState calls (# 6525)
> 182b0ad interop/grpc_testing: regenerate protos (# 6534)
> e274152 rls: fix flaky test introduced by # 6514 (# 6535)
> 61a1f77 balancer/weightedroundrobin: migrate to StateListener (# 6530)
> 175c84c xds/ringhash: use StateListener instead of UpdateSubConnState (# 6522)
> 3fa17cc test: speed up test that was taking 10 seconds to timeout (# 6531)
> 694cb64 xds/clusterresolver: stop forwarding UpdateSubConnState calls (# 6526)
> 8f51ca8 tests: stop using UpdateSubConnState (# 6527)
> cea77bb xds/clustermanager: stop forwarding UpdateSubConnState calls (# 6519)
> ce68413 xds/priority: stop forwarding UpdateSubConnState calls (# 6521)
> dceb6ee xds/clusterimpl: stop forwarding UpdateSubConnState calls (# 6518)
> 8def12a xds/outlierdetection: Stop handling UpdateSubConnState forwarding (# 6520)
> 67a8e73 multiple/test: use stub balancer instead of defining wrapped balancers (# 6514)
> 92b481a test: allow set request/response size in interop soak test (# 6513)
> 07609e1 benchmark: restore old buffer size values for published benchmarks (# 6516)
> 2059c6e grpc: report connectivity state changes on the ClientConn for Subscribers (# 6437)
> 4832deb test: clean up deadlines set in tests (# 6506)
> 9c46304 xds/cdsbalancer: stop handling subconn state updates (# 6509)
> e9a4e94 base: update base balancer for new APIs (# 6503)
> 6c0c69e all: replace RemoveSubConn with Shutdown as much as possible (# 6505)
> 28ac6ef xdsclient: make watch timer a no-op if authority is closed (# 6502)
> d06ab0d pickfirst: receive state updates via callback instead of UpdateSubConnState (# 6495)
> 7aceafc balancer: add SubConn.Shutdown; deprecate Balancer.RemoveSubConn (# 6493)
> 4fe8d3d balancer: fix tests not properly updating subconn states (# 6501)
> 8ebe462 outlierdetection: fix unconditional calls of child UpdateSubConnState (# 6500)
> 5d3d9d7 grpc: perform a blocking close of the balancer in ccb (# 6497)
> ecc5645 clusterresolver: fix a flaky test (# 6499)
> b9356e3 client: fix race between connection error and subconn shutdown (# 6494)
> 2db7b17 test/xds: increase default test timeout (# 6498)
> 8f496b2 test/kokoro: Add bootstrap generator test into Go Kokoro script (# 6463)
> 0246373 testutils: remove TestSubConns for future extensibility (# 6492)
> c635404 balancer: add StateListener to NewSubConnOptions for SubConn state updates (# 6481)
> 94df716 resolver: State: add Endpoints and deprecate Addresses (# 6471)
> 20c51a9 pickfirst: add tests for resolver error scenarios (# 6484)
> b8d36ca pickfirst: add prefix logging (# 6482)
> 5ce5686 pickfirst: guard config parsing on GRPC_EXPERIMENTAL_PICKFIRST_LB_CONFIG (# 6470)
> 41d1232 resolver/weighted_round_robin: remove experimental suffix from name (# 6477)
> 2aa2615 clusterresolver: comply with A37 for handling errors from discovery mechanisms (# 6461)
> d7f45cd xds/server: create the xDS client when the xDS enabled gRPC server is created (# 6446)
> f1fc2ca clientconn: add channel ID to some idleness logs (# 6459)
> 9bb44fb transport: use a sync.Pool to share per-connection write buffer (# 6309)
> d524b40 multiple: update dependencies after 1.57 branch cut (# 6452)
> 7aab9c0 stats: Add RPC event for blocking for a picker update (# 6422)
> 02946a3 resolver: remove deprecated AddressType (# 6451)
> 919fe35 Change version to 1.58.0-dev (# 6450)
Signed-off-by: Knative Automation <automation@knative.team>
|
|
|
|
cb35f6a25a
|
Update core cli dependencies (#1851)
* Update core cli dependencies * Update vendor dir |
|
|
|
62d2cbffa0
|
[main] Upgrade to latest dependencies (#1852)
* upgrade to latest dependencies
bumping go.uber.org/zap a55bdc3...56468e7:
> 56468e7 Release v1.25.0
> 249507a zap.Any: Reduce stack size with generics (# 1310)
> 50b2db4 zap.Any add benchmarks
> a0674c8 Add direct coverage to zap.Any (# 1309)
> 1310691 Table test TestFieldConstructors
> 382e251 Swap expected and got fields (# 1282)
> 24b7977 Add Name() to Logger (# 1273)
> 1155ed3 Introduce Str + Strs generic string helpers (# 1281)
> 4451b47 exp: Update slog, adjust for changes (# 1276)
> 845ca51 internal: Add and use a generic pool instead of using sync.Pool directly (# 1262)
> 42b7ef0 slog: Ignore frames with a zero PC (# 1258)
> 05c4b6c Remove dependency on github.com/pkg/errors (# 1255)
> d1a1923 Minimize permissions on CI workflows (# 1257)
> 384e782 Use sync/atomic, drop external atomics (# 1253)
> 740fda7 TestLevelFlag: Don't print to stderr (# 1254)
> f2f1f41 [Feature] Add experiment `zapslog` package to integrate with slog (# 1246)
> 54862f5 benchmark: add slog (# 1245)
> 85c4932 Add govulncheck as a CI step (# 1239)
> f4ba5f5 make: Switch from golint to revive (# 1238)
> 8310f89 chore: update bench package versions and results (# 1207)
> 8d89127 Bump actions/checkout from 2 to 3 (# 1237)
> bc64796 doc: New{Production,Development}Encoder{,Config} (# 1234)
> 692ec13 ci: Set up dependabot for GH actions and tools (# 1236)
> 7d6a9af ci: Test with Go 1.19 and 1.20 (# 1235)
> d4a1083 doc(SugaredLogger): Document print, printf, and println methods (# 1233)
> b32f3c5 Update Snyk vulnerable modules (# 1227)
> 53fdb6f Reverse comparison for readability (# 1228)
> 077b03e Use iota like a original from grpc-go (# 1220)
bumping knative.dev/serving e9425f8...eaff0b3:
> eaff0b3 upgrade to latest dependencies (# 14290)
> 587de3d Update net-kourier nightly (# 14286)
> 21264fc Update net-contour nightly (# 14284)
> a9b48be Deprecate calling kubetest2 via kntest (# 13329)
> 397cfde Update net-istio nightly (# 14285)
bumping knative.dev/eventing 29ac3ee...a2e2aa3:
> a2e2aa3 Eventing TLS: Test SinkBinding with Broker as sink (# 7172)
> d8a2ad5 change the deprecated string (# 7179)
> 0e88db1 Switch to trigger.WithNewFilters() to set trigger filter (# 7188)
> 9d2bcef Add kind e2e tests for Kubernetes v1.27.3 (# 7139)
> 2b02cb4 Add OIDC Authentication feature flag (# 7183)
bumping github.com/hashicorp/golang-lru 14eae34...a032ef5:
> a032ef5 Update README for v1.0.2
> bdf35e3 Remove deprecated linters
> bc1608d Update other tests to get rid of math/rand
> f2408b3 Update test to remove bad rand usage
> fa11c6b Update github workflow
> 6da3f98 Update MPL 2.0 LICENSE (# 110)
> d4900dc fix onEvictedCB bug (# 84)
> 003b81b Update go doc url (# 93)
> 80c9821 rework lru's external registered callback invocation to avoid concurr… (# 80)
> eb52994 Code quality improvements (# 67)
bumping go.uber.org/multierr 10aaa3c...8767aa9:
> 8767aa9 Prepare release v1.10 (# 74)
> 4504ef7 README: Add Features section (# 73)
> 2fd451d Drop external atomic dependency (# 72)
> 7876a02 Remove unused glide.yaml (# 71)
> 55bc553 Support Go 1.20 Unwrap() []error (# 69)
> 39ca40c Prepare release v1.9.0 (# 68)
> 4459990 Add a shorthand for AppendInvoke (# 65)
> 80b07a7 Document named return constraint for defer (# 63)
> 492b792 Test and lint against Go 1.19 (# 62)
>
|
|
|
|
494fe87a78
|
Upgrade deprecated v1alpha1 DomainMapping API to newer one (#1856)
Signed-off-by: pingjiang <xiangpingjiang1998@gmail.com> |
|
|
|
2cdfd1f0da
|
upgrade to latest dependencies (#1849)
bumping knative.dev/pkg ea6c1f2...6519aff: > 6519aff Update community files (# 2794) > 26b41ba Bump google.golang.org/api from 0.126.0 to 0.136.0 (# 2790) > 42a4ec1 Bump contrib.go.opencensus.io/exporter/prometheus from 0.4.0 to 0.4.2 (# 2793) > 404648b Bump golang.org/x/oauth2 from 0.8.0 to 0.11.0 (# 2792) > a6e28fc Bump golang.org/x/tools from 0.11.0 to 0.12.0 (# 2791) > b409e16 Bump github.com/openzipkin/zipkin-go from 0.3.0 to 0.4.1 (# 2785) > cceb144 Update community files (# 2788) bumping google.golang.org/genproto/googleapis/api e85fd2c...f966b18: > f966b18 chore(googleapis): remove obsolete types referencing field_mask package (# 1042) > e0aa005 chore(all): update all (# 1033) > cbb8c96 chore(all): update all (major) (# 1041) > 23370e0 chore(all): auto-regenerate .pb.go files (# 1039) > b022f6e chore(all): auto-regenerate .pb.go files (# 1038) > 66ad5b6 chore(all): update all (major) (# 1037) > 659f7aa chore(all): auto-regenerate .pb.go files (# 1036) > 3f92550 chore(all): update all (major) (# 1024) > 782d3b1 chore: remove gaming (# 1032) > e685fd7 chore(all): update all (# 1031) > ccb25ca chore(all): update all (# 1022) > f517056 chore(all): add go.work and fix apidiff (# 1030) > 9506855 chore(all): auto-regenerate .pb.go files (# 1028) > 1f95444 chore(all): auto-regenerate .pb.go files (# 1026) > e449d1e chore(all): update apidiff.yaml for submodules (# 1027) > 9b080da chore(all): auto-regenerate .pb.go files (# 1025) bumping golang.org/x/tools 675bf3c...229f848: > 229f848 gopls/internal/lsp/source: enable new defers analyzer > 2dc7eba go/analysis: use parser.SkipObjectResolution > f91c023 go.mod: update golang.org/x dependencies > e0783a8 internal/gcimporter: remove bug report on objectpath failure > 75f6f9c gopls/internal/bug: add gopls/bug telemetry counter > 4b271f9 gopls: add gopls/client telemetry counters > d0b18e2 go/analysis/passes/copylock: fix infinite recursion > 5b4d426 gopls/internal/hooks: clean language version before passing to gofumpt > 2160c5f gopls/internal/lsp/analysis: fix stubmethods with variadic parameters > 3d20bbe internal/gcimporter: add a missing return if objectpath fails > c16d0be cmd/gonew: add new tool for starting a module by copying one > 304e203 internal/edit: copy cmd/internal/edit > 82861e0 gopls/internal/lsp/source: reinstate equalOrigin for references check > 1561060 gopls/internal/lsp/source: fix incorrect 'origin' logic for named types > fe58b07 gopls/internal/lsp/source: fix renaming of type parameters > 3a3c169 gopls/internal/lsp/source: refresh embeddirective analyzer docs > 03562de refactor/satisfy/find: composite lits may have type parameter type > bacac14 gopls/internal/lsp/source: Add SuggestedFix for embeddirective Analyzer > 38606b3 gopls/internal/lsp/cache: keep analysis progress reports on one line > e8cdaf4 gopls/internal/lsp/cache: fast-path for type-checking active packages > da5abd3 gopls/internal/lsp/cache: fix use of time.NewTimer instead of NewTicker > b389785 gopls: fix tests that depend on log sequencing > 2ffc4dc all: fix some typos > e66c3a5 gopls/internal/lsp/cache: use correct metadata in resolveImportGraph > 364bdd0 gopls/internal/lsp/cache: fix incorrect check for active package > c6e02e3 gopls/internal/lsp/source: highlight deprecated symbols > 07bfcd4 internal/gcimporter: another workaround for race to interface type set > db5406b gopls/internal/lsp: don't recompute diagnostics during code actions > 4810eda gopls/internal/lsp/cache: memoize active packages after every operation > fa093b2 gopls/internal/regtest/bench: add benchmarks for codeactions > d75c387 internal/facts: don't reexport imported facts unnecessarily > 67ba599 gopls/internal/lsp/cache: fix boundary cond in parseCache age eviction > 478577b gopls/internal/lsp/cache: purge Analysis.Results earlier > ac1b965 gopls/internal/lsp/cache: limit parallelism > 4f74786 gopls/internal/lsp/cache: move purgeFuncBodies into the parse cache > 3577700 gopls/internal/lsp/cache: used time-based eviction in parseCache > 36f607b gopls/internal/lsp/frob: document another restriction > 9b2c3f9 go/types/objectpath: avoid sorting methods for gopls > ebb9ee3 gopls/internal/lsp/cache: UX improvements for analysis > 3e82a5b internal/gcimporter: avoid test assumptions about internal packages in other repos > 7ba5690 go/analysis/passes/composite: fix typo in URL field > 36e4181 Revert "go/packages: avoid unnecessary dependency on StdSizes" > 9161e3a all: remove repetitive words > 2842ed8 go/packages: avoid unnecessary dependency on StdSizes > 84f829e gopls/internal/lsp/cache: better panic if metadata invariant is broken > 03275ec gopls/internal/lsp/cache: frob: a fast encoder with gob-like powers > dbfa513 gopls/internal/lsp: don't awaitLoaded inside resolveImportGraph > b160971 gopls/internal/lsp: fix a latent bug in orphaned file reloading > 67aade5 internal/facts: strength-reduce Package param to PackagePath > ffc82f3 gopls/internal/lsp/source/typerefs: optimize getPackageHandles > 50a6ef6 gopls/internal/lsp: only diagnose one package per file > 48026e1 internal/gcimporter: don't panic when exporting a builtin 'Error' method > 5fed7a8 gopls/protocol/generate: upgrade generating LSP stubs > b9fd8df gopls/internal/lsp/debug: display Analysis.Run times > 799eec0 gopls/internal: update LSP support > c6de5f5 gopls/internal/lsp/source: fix spurious "unexpected var object" error > ba3c31c gopls/internal/regtest/bench: add a test simulating typing > 80c9aad gopls/internal/regtest/bench: add an 'oracle' benchmark repo > e10bcf6 gopls/internal/regtest/bench: clean up profile flags > 50a7e14 go/types/internal/play: show enclosing scopes and method sets > 12fe149 internal/typeparams: improve the panic in OriginMethod > 89d9fae internal/gcimporter: supporting encoding objects from different packages > dbd6001 go/analysis: remove pointless comments > 67d73b2 internal/gopathwalk: use opts.Logf for errors if set > 1ca2185 go/analysis: pass package's Go version to type checker > a721062 gopls/internal/regtest/workspace: fix TestQuickFix_AddGoWork for go1.21 > ba23fc4 internal/analysisutil: avoid IsNamed panic on built-in named types > e1d0f91 go/analysis/passes/slog: unskip test > c35476f gopls: commands to start/stop profiling, and a new benchmark metric > ec9bc53 internal/gopathwalk: use os.ReadFile instead of ioutil.ReadFile > aac7fb6 internal/cmd/deadcode: a command to report dead code in Go programs > 538a6e9 gopls/internal/lsp/source: put context first in extracted functions > ef12545 internal/lsp/analysis: embed directive analyzer check following decl > 7bb8360 internal: fix typo > 7fa7e85 go/callgraph/rta: doc tweaks > d86c729 cmd/digraph: somepath: search breadth-first to find minimal path > eaebeac gopls/internal/lsp/source/completion: avoid duplicates from variants > ac255de cmd/digraph: consolidate -help message and package doc > dfb7d24 go/analysis/passes/slog: replace XXXCtx names with XXXContext > 8f07782 gopls/internal/lsp: make gopls.start_debugging open browser > 4b177d0 go/callgraph/rta: optimise 'implements' operation > eaca1d0 gopls/internal/lsp/filecache: increase idle GC period to 6 hours > 124ebfa internal/pprof: a function to compute total pprof time > 8304532 go/callgraph/rta: model reflective calls soundly > f9f582e go/packages: pass go list-reported Go language version to type checker > e7916d0 gopls/internal/lsp/source/completion: honor usePlaceholders > 1d07f1b gopls/internal/lsp/source/completion: placeholders for type params > 2d90701 gopls/internal/regtest/marker: skip addgowork.txt > 8060af9 gopls/internal/lsp/source/xrefs: include refs to methods of generics > a8cf665 gopls/internal/lsp/source: ignore objectpath error in rename > eeb93ed gopls: remove dead code > 781c467 gopls/internal/lsp/cache: plumb analysis URLs to client bumping knative.dev/client-pkg e46f802...38d2dc0: > 38d2dc0 Update community files (# 114) > 71b851f upgrade to latest dependencies (# 112) bumping knative.dev/hack a75befb...044c02b: > 044c02b Update community files (# 309) > 3403e35 Update e2e-kind.sh (# 308) > ab12e24 Update community files (# 306) bumping google.golang.org/grpc 5b67e5e...87bf02a: > 87bf02a Change version to 1.57.0 (# 6448) > 6b64be9 resolver/weighted_round_robin: remove experimental suffix from name > 9489082 github: replace deprecated command with environment file (# 6417) > d1868a5 clusterresolver: add logs for dns discovery mechanism error cases (# 6444) > 8e9c8f8 grpc: do not use balancer attributes during address comparison (# 6439) > db32c5b Fix preloader mode in benchmarks (# 6359) > f0280f9 xds: require EDS service name in new-style CDS clusters (gRFC A47) (# 6438) > bf5b7ae clusterresolver: handle EDS nacks and resource-not-found errors correctly (# 6436) > fc0aa46 client: encode the authority by default (# 6428) > 11feb0a resolver: delete Target.Scheme and Target.Authority (# 6363) > df3e021 status: fix panic when servers return a wrapped error with status OK (# 6374) > acbfcbb internal/grpcsync: refactor test (# 6427) > 51042db internal/grpcsync: Provide an internal-only pub-sub type API (# 6167) > 620a118 xds/internal/balancer/clusterimpl: Switch cluster impl child to graceful switch (# 6420) > 6b8f427 orca: remove useless log statement (# 6424) > ea492f5 xdsclient: indicate authority serverURI in authority + transport logs (# 6425) > 67e881c xds: E2E Test for Audit Logging (# 6377) > 07718ef internal/xds/rbac: Add support for string matcher in RBAC header matching (# 6419) > 575a936 xds: Fail xDS Server Serve() if called after Stop() or GracefulStop() (# 6410) > 7eb5727 xds: switch EDS watch to new generic xdsClient API (# 6414) > e859984 server: with TLS, set TCP user timeout on the underlying raw connection (# 5646) (# 6321) > 1634254 rpc_util: Reuse memory buffer for receiving message (# 5862) > 789cf4e reflection: rename proto imports for disambiguation in import script (# 6411) > 0673105 clusterresolver: switch a couple of tests to e2e style (# 6394) > 0b3a81e clusterresolver: remove priority LB related tests (# 6395) > dd931c8 xds: clusterresolver e2e test cleanup (# 6391) > 10f5b50 [PSM interop] Don't fail target if sub-target already failed (# 6390) > 963238a clusterresolver: move tests around to different files (# 6392) > f24b4c7 clusterresolver: remove redundant tests (# 6388) > a9c7942 benchmark: Add support for Poisson load in benchmark client (# 6378) > dd350d0 stats/opencensus: Fix flaky metrics test (# 6372) > 642dd63 reflection: expose both v1 and v1alpha reflection services (# 6329) > 3c6084b xds/outlierdetection: fix config handling (# 6361) > 3e8eca8 Revert "client: encode the authority by default (# 6318)" (# 6365) > 1c0572a benchmark: fix package used to reference service to use grpc suffix instead of pb (# 6362) > 7a7caf3 protoc-gen-go-grpc: Update README.md file (# 6349) > 89790ea grpclb: fix typo (# 6356) > 907bdaa alts: Read max number of concurrent ALTS handshakes from environment variable. (# 6267) > 2ac1aae weightedroundrobin: prefer application_utilization to cpu_utilization (# 6358) > 7aeea8f orca: add application utilization and range checking (# 6357) > 6578ef7 client: handle empty address lists correctly in addrConn.updateAddrs (# 6354) > 761c084 xds/ringhash: cache connectivity state of subchannels inside picker (# 6351) > 1b66663 benchmark: Add sleepBetweenRPCs and connections parameters (# 6299) > 81c513a opencensus: stop overwriting ctx parameter in tests (# 6350) > 68576b3 client: encode the authority by default (# 6318) > c9d3ea5 deps: google.golang.org/genproto to latest in all modules (# 6319) > 02188e6 Change version to 1.57.0-dev (# 6346) bumping golang.org/x/oauth2 839de22...2e4a4e2: > 2e4a4e2 go.mod: update golang.org/x dependencies > ac6658e all: update go version to 1.18 > ec5679f go.mod: update golang.org/x dependencies > 989acb1 all: update dependencies to their latest versions > 2323c81 go.mod: update golang.org/x dependencies bumping knative.dev/eventing e255593...29ac3ee: > 29ac3ee [main] Upgrade to latest dependencies (# 7170) > 8e9ab2a [main] Update community files (# 7171) > 742c45e Create new trigger rekt helper functions (# 7135) > 1b1b690 Test ApiServerSource with Broker as sink (# 7151) > ea81855 [main] Upgrade to latest dependencies (# 7164) > abba035 Fix unique name generator for auto-created EventType (# 7160) > 8eaf932 Added .env files to the gitignore (# 7162) > 56e9420 [main] Upgrade to latest dependencies (# 7157) > 7636997 [main] Update community files (# 7159) bumping knative.dev/networking f25e82a...ed0534b: > ed0534b Update community files (# 843) > e50e66f upgrade to latest dependencies (# 841) > 1632591 correct readme link (# 840) > 04f25c2 Update community files (# 838) > 29c1660 upgrade to latest dependencies (# 837) bumping knative.dev/serving 241a1e9...5e20e1e: > 5e20e1e Update net-istio nightly (# 14263) > 6bfe5c3 add app: webhook label to webhook service (# 14258) > ece2fea upgrade to latest dependencies (# 14256) > 5c1c855 Support to use vegeta client with HTTPS (# 14255) > f9d9b28 Update net-gateway-api nightly (# 14249) > 4ab6b88 Update net-istio nightly (# 14247) > 5edb5a9 Update community files (# 14241) > 3f62086 Update net-kourier nightly (# 14246) > 342693a Update net-certmanager nightly (# 14245) > e1bbe1f Update net-gateway-api nightly (# 14243) > 0d79514 Update net-contour nightly (# 14244) > ad26685 upgrade to latest dependencies (# 14240) bumping google.golang.org/genproto e85fd2c...f966b18: > f966b18 chore(googleapis): remove obsolete types referencing field_mask package (# 1042) > e0aa005 chore(all): update all (# 1033) > cbb8c96 chore(all): update all (major) (# 1041) > 23370e0 chore(all): auto-regenerate .pb.go files (# 1039) > b022f6e chore(all): auto-regenerate .pb.go files (# 1038) > 66ad5b6 chore(all): update all (major) (# 1037) > 659f7aa chore(all): auto-regenerate .pb.go files (# 1036) > 3f92550 chore(all): update all (major) (# 1024) > 782d3b1 chore: remove gaming (# 1032) > e685fd7 chore(all): update all (# 1031) > ccb25ca chore(all): update all (# 1022) > f517056 chore(all): add go.work and fix apidiff (# 1030) > 9506855 chore(all): auto-regenerate .pb.go files (# 1028) > 1f95444 chore(all): auto-regenerate .pb.go files (# 1026) > e449d1e chore(all): update apidiff.yaml for submodules (# 1027) > 9b080da chore(all): auto-regenerate .pb.go files (# 1025) bumping google.golang.org/genproto/googleapis/rpc 9506855...1744710: > 1744710 chore(all): update all (# 1043) > f966b18 chore(googleapis): remove obsolete types referencing field_mask package (# 1042) > e0aa005 chore(all): update all (# 1033) > cbb8c96 chore(all): update all (major) (# 1041) > 23370e0 chore(all): auto-regenerate .pb.go files (# 1039) > b022f6e chore(all): auto-regenerate .pb.go files (# 1038) > 66ad5b6 chore(all): update all (major) (# 1037) > 659f7aa chore(all): auto-regenerate .pb.go files (# 1036) > 3f92550 chore(all): update all (major) (# 1024) > 782d3b1 chore: remove gaming (# 1032) > e685fd7 chore(all): update all (# 1031) > ccb25ca chore(all): update all (# 1022) > f517056 chore(all): add go.work and fix apidiff (# 1030) bumping github.com/openzipkin/zipkin-go f916476...4541717: > 4541717 remove circleci from list (# 213) > a58f3b6 Bump dependencies and remove unnecessary external dependency for example. (# 212) bumping google.golang.org/api 884dbd5...113082d: > 113082d chore(main): release 0.136.0 (# 2105) > 919cee6 chore(all): update all (# 2101) > c62e5c6 feat: add additional checks before using S2A (# 2103) > 8029f73 feat(all): auto-regenerate discovery clients (# 2104) > cd62080 chore(main): release 0.135.0 (# 2088) > 8fbf572 feat(all): auto-regenerate discovery clients (# 2102) > 262aa70 feat(all): auto-regenerate discovery clients (# 2100) > b16a2d3 feat(all): auto-regenerate discovery clients (# 2099) > ff054ff feat(all): auto-regenerate discovery clients (# 2098) > e59738c feat(all): auto-regenerate discovery clients (# 2096) > 1e19c22 feat(all): auto-regenerate discovery clients (# 2095) > 979195d feat(all): auto-regenerate discovery clients (# 2094) > 06fee15 chore(all): update all (# 2092) > 2b1c61f feat(all): auto-regenerate discovery clients (# 2093) > 597995c feat(all): auto-regenerate discovery clients (# 2091) > 8ba6963 feat(all): auto-regenerate discovery clients (# 2090) > c4d9f14 feat(all): auto-regenerate discovery clients (# 2089) > 8875932 feat(all): auto-regenerate discovery clients (# 2087) > 7fb7c47 chore(main): release 0.134.0 (# 2085) > aec89b7 feat(all): auto-regenerate discovery clients (# 2086) > 66d077d feat(all): auto-regenerate discovery clients (# 2084) > 9a94c5b chore(main): release 0.133.0 (# 2078) > 15c15a6 chore(all): update all to 659f7aa (# 2083) > 0846d92 feat(all): auto-regenerate discovery clients (# 2082) > 94f3caf feat(all): auto-regenerate discovery clients (# 2081) > 3a5236c feat(all): auto-regenerate discovery clients (# 2080) > b88678a feat(all): auto-regenerate discovery clients (# 2079) > d9bd05b feat(all): auto-regenerate discovery clients (# 2077) > 2eab0d1 chore(main): release 0.132.0 (# 2066) > 334c07e feat(all): auto-regenerate discovery clients (# 2076) > bf32188 chore(all): update all to 782d3b1 (# 2074) > 25d96d9 feat(all): auto-regenerate discovery clients (# 2075) > 0011a92 feat(all): auto-regenerate discovery clients (# 2073) > 52ac522 feat(all): auto-regenerate discovery clients (# 2072) > 16cf0c3 feat(all): auto-regenerate discovery clients (# 2069) > 25a3230 feat(all): auto-regenerate discovery clients (# 2065) > 5e7109a chore(main): release 0.131.0 (# 2056) > f391921 feat(all): auto-regenerate discovery clients (# 2064) > 524f72b feat(all): auto-regenerate discovery clients (# 2063) > 16b834e chore(all): update all (# 2061) > 90038ee feat(all): auto-regenerate discovery clients (# 2062) > 16ad84c feat(all): auto-regenerate discovery clients (# 2060) > 24b4d0b feat(all): auto-regenerate discovery clients (# 2059) > c836da9 feat(gensupport): pass in headers via context (# 2052) > e871335 feat(all): auto-regenerate discovery clients (# 2058) > 1b0f818 feat(all): auto-regenerate discovery clients (# 2054) > ed3a635 chore(main): release 0.130.0 (# 2042) > d5c7eef chore(all): update all (# 2048) > 5ec0817 feat(all): auto-regenerate discovery clients (# 2051) > d79dfc2 feat(all): auto-regenerate discovery clients (# 2050) > 5e08be4 feat(all): auto-regenerate discovery clients (# 2049) > 6711565 feat(all): auto-regenerate discovery clients (# 2046) > 50d3e98 feat(all): auto-regenerate discovery clients (# 2045) > 380eafd feat(all): auto-regenerate discovery clients (# 2044) > 7a8816b feat(all): auto-regenerate discovery clients (# 2043) > dc4d425 feat(all): auto-regenerate discovery clients (# 2041) > 78ebbdb chore(main): release 0.129.0 (# 2029) > 5e1c531 feat(all): auto-regenerate discovery clients (# 2040) > 888df6f chore: skip generating integrations:v1alpha (# 2039) > bbfccf8 chore(all): update all (# 2038) > efba8fa chore: restore generating integrations:v1alpha (# 2037) > 177408e feat(all): auto-regenerate discovery clients (# 2035) > 807827a chore(all): update all (# 2031) > cc73573 feat(all): auto-regenerate discovery clients (# 2033) > 247ad09 feat(all): auto-regenerate discovery clients (# 2032) > 3eb845f feat(all): auto-regenerate discovery clients (# 2030) > 922fc6a feat(all): auto-regenerate discovery clients (# 2028) > f06cac5 chore(main): release 0.128.0 (# 2023) > 229def0 feat(all): auto-regenerate discovery clients (# 2027) > 58512c3 feat(all): auto-regenerate discovery clients (# 2026) > d846ea5 feat(all): auto-regenerate discovery clients (# 2022) > 5e2fcf7 chore(main): release 0.127.0 (# 2016) > 0d9a82b chore(all): update module github.com/googleapis/enterprise-certificate-proxy to v0.2.4 (# 2019) > eb914ce feat(all): auto-regenerate discovery clients (# 2021) > c86a815 feat(all): auto-regenerate discovery clients (# 2018) > 4c6e7c1 feat(all): auto-regenerate discovery clients (# 2017) > 21af27f feat(all): auto-regenerate discovery clients (# 2015) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
|
53b3e2e104
|
upgrade to latest dependencies (#1843)
bumping golang.org/x/term edd9fb7...19e73c2: > 19e73c2 go.mod: update golang.org/x dependencies bumping knative.dev/pkg 8d3f951...ea6c1f2: > ea6c1f2 Bump github.com/gobuffalo/flect from 0.2.4 to 1.0.2 (# 2786) > 936112b Bump golang.org/x/net from 0.12.0 to 0.14.0 (# 2787) > 79fa1f6 Bump cloud.google.com/go/storage from 1.30.1 to 1.31.0 (# 2784) > 7333c86 Update community files (# 2781) > 6d68d7f upgrade to latest dependencies (# 2780) bumping knative.dev/serving 0bbb5c7...241a1e9: > 241a1e9 upgrade to latest dependencies (# 14238) > 07f0b3b Update net-gateway-api nightly (# 14236) > 62daafd Update net-kourier nightly (# 14233) > 4c55422 Update net-contour nightly (# 14235) > efb99ba Update net-certmanager nightly (# 14234) > 0f27ffc Update net-istio nightly (# 14232) > 9f845d1 Update community files (# 14230) > 08814cd Update net-gateway-api nightly (# 14226) > f2969d2 Update net-kourier nightly (# 14221) > 883aaa5 Update net-contour nightly (# 14228) > c453f07 Update net-certmanager nightly (# 14227) > 33909c3 Update net-istio nightly (# 14220) > a14c956 upgrade to latest dependencies (# 14225) > 8ea1cb6 Set TLS minimum version to 1.3 for Ingress to Activator (# 14074) > c8e7387 Update net-contour nightly (# 14224) > 8ea2071 Update net-certmanager nightly (# 14222) > 2a3f9cc Update net-gateway-api nightly (# 14223) > e7c66a8 Update net-kourier nightly (# 14209) > 04e6524 upgrade to latest dependencies (# 14214) bumping knative.dev/networking 29da3ac...f25e82a: > f25e82a Update community files (# 836) > c39ba8f upgrade to latest dependencies (# 835) > e8f7562 upgrade to latest dependencies (# 834) bumping google.golang.org/genproto/googleapis/api 1aefcd6...e85fd2c: > e85fd2c chore: bump deps (# 1020) > 71b5a4f chore(all): update README with submodules warning (# 1017) > 0005af6 chore(all): update genproto reference to api/rpc submodule versions with back-reference (# 1016) > 6ee61e4 chore(all): format doc.go (# 1013) > 86246a8 chore(all): update modules: googleapis/bytestream, googleapis/api/apikeys, googleapis/api/servicemanagement, googleapis/api/servicecontrol, googleapis/api/serviceusage > dd9d682 chore(all): update modules: googleapis/api > 28d5490 chore(all): update modules: googleapis/rpc > 438c736 chore(all): update modules: genproto bumping knative.dev/client-pkg eff2379...e46f802: > e46f802 Update community files (# 113) bumping golang.org/x/net c73c09c...c8c0290: > c8c0290 go.mod: update golang.org/x dependencies > 0b21d06 quic: framework for testing blocking operations > 4648651 quic: add -vv flag for more verbose tests > 60ae793 quic: don't send session tickets > a7da556 http2: optimize buffer allocation in transport > 167593b quic: create and accept streams > 8ffa475 html: only render content literally in the HTML namespace > 63fe334 quic: gate and queue synchronization primitives > bd8ac9e quic: fill out connection id handling > 08001cc quic: debug logging of packets > dd0aa33 quic: tls handshake > 5e678bb quic: CRYPTO stream handling > dd5bc96 internal/quic: deflake TestConnTestConn > d0912d4 quic: add pipe type > 8db2ead quic: transport parameter encoding and decoding > 0adcadf quic: send and receive datagrams > 16cc77a quic: print better stacks on SIGQUIT > 4a3f925 quic: basic connection event loop > 57553cb quic: connection ids > 304cc91 quic: tracking of received packets and acks to send > 9475ce1 quic: fix typos in comments > d8f9c01 dns/dnsmessage: add fuzz test > 8126108 dns/dnsmessage: update Parser docs > a1613c2 http2: handle trailing colon in authorityAddr bumping golang.org/x/text e503480...fb697c0: > fb697c0 cmd/gotext: actually use -dir flag > f3e69ed cmd/gotext: fix misbehaviors > ab07ad1 all: remove repetitive words bumping knative.dev/eventing 91e156c...e255593: > e255593 Update to kind v0.20.0 (# 7138) > 763eb0c [main] Upgrade to latest dependencies (# 7156) > 4a77f6f [main] Upgrade to latest dependencies (# 7155) > 8d5cfd9 Rename knative-sandbox to knative-extensions (# 7137) > f614df3 [main] Upgrade to latest dependencies (# 7143) > ce3b0c8 [main] Update community files (# 7152) > 6ab1a21 Remove deprecated kncloudevents.CloudEventsRequest (# 7146) > 67b3bf5 Set cluster domain suffix in TLS manifests correctly (# 7145) > 55225e0 Install Kail from source in test_setup (# 7150) > 37a5651 Fix retryAfter experimental e2e test (# 7148) > 0fd9aa1 Benchmark Base SubscriptionsAPI filters (# 7121) > 8a90e40 TLS certificate rotation tests (# 7103) > bfba6fd Use correct cluster domain in e2e tests (# 7140) bumping google.golang.org/api 63d06ab...884dbd5: > 884dbd5 chore(main): release 0.126.0 (# 2009) > e0fa0b1 chore: skip generating integrations:v1alpha as it fails generation (# 2014) > db9dde2 chore: remove refs to deprecated io/ioutil (# 2008) > 95d3fd1 feat(all): auto-regenerate discovery clients (# 2012) > 4fed5c2 feat(all): auto-regenerate discovery clients (# 2011) > 3dc0dbb feat(all): auto-regenerate discovery clients (# 2010) > 465e95b feat(all): auto-regenerate discovery clients (# 2007) > 1a4c8c2 chore(main): release 0.125.0 (# 1996) > 3e8621c feat: update direct deps (# 2006) > 7143682 chore(main): Enable release-trigger bot for triggering release job (# 1977) > 636c71b chore(deps): bump github.com/cloudflare/circl from 1.1.0 to 1.3.3 in /internal/kokoro/discogen (# 2005) > 693129f chore(all): update all (major) (# 1993) > 3be73e5 chore(all): update all (# 2003) > 37ce51c feat(all): auto-regenerate discovery clients (# 2004) > f18c4ed feat(all): auto-regenerate discovery clients (# 2002) > ed05294 feat(all): auto-regenerate discovery clients (# 2001) > f67c417 chore(all): update google.golang.org/genproto to submodules (# 2000) > 85ab112 feat(all): auto-regenerate discovery clients (# 1999) > f701782 feat(all): auto-regenerate discovery clients (# 1998) > cdcccfa feat(all): auto-regenerate discovery clients (# 1995) bumping golang.org/x/sys a1a9c4b...104d401: > 104d401 unix: add riscv_hwprobe for riscv64 > 70f4e40 unix: retry fetching of lists through sysctl if the size changes > ad7130c unix: add more block device ioctl numbers > c406141 all: fix some typos > 25d0004 unix: fix last argument of pselect6 on linux > 706fa98 windows: remove repetitive words > 3fead03 unix: add Mremap for netbsd bumping google.golang.org/genproto 438c736...e85fd2c: > e85fd2c chore: bump deps (# 1020) > 71b5a4f chore(all): update README with submodules warning (# 1017) > 0005af6 chore(all): update genproto reference to api/rpc submodule versions with back-reference (# 1016) > 6ee61e4 chore(all): format doc.go (# 1013) > 86246a8 chore(all): update modules: googleapis/bytestream, googleapis/api/apikeys, googleapis/api/servicemanagement, googleapis/api/servicecontrol, googleapis/api/serviceusage > dd9d682 chore(all): update modules: googleapis/api > 28d5490 chore(all): update modules: googleapis/rpc bumping knative.dev/hack 338500e...a75befb: > a75befb Update community files (# 305) > d7fde30 Added knative-extensions (# 293) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
|
1ff16f0fcb
|
upgrade to latest dependencies (#1840)
bumping go.uber.org/zap 1ae5819...a55bdc3:
> a55bdc3 Release v1.24.0 (# 1208)
> ed5598a Use ReplaceAll instead of Replace with -1 pos arg (# 1195)
> da406e3 Chore: Fix deprecation docs and links (# 1193)
> 9b86a50 SugaredLogger: Turn error into zap.Error (# 1185)
> 9137e0e go.mod: Bump go directive to 1.19 (# 1181)
> 7cabba7 Open absolute paths as files, limited Windows support (# 1159)
> 7681a0a Export objectMarshalerPtr (# 1171)
> 9abd14b chore: remove duplicate word in comments (# 1169)
> eae3743 Logger, SugaredLogger: Add Level method (# 1148)
> 0d6a75b tests: assert.Error/Contains => assert.ErrorContains (# 1158)
bumping knative.dev/eventing 248a471...91e156c:
> 91e156c [main] Upgrade to latest dependencies (# 7131)
> 3915df7 Refactor kncloudevents and add `SendEvent` function (# 7092)
> 8a09756 [main] Update actions (# 7136)
> de2e8ff Global resync brokers on config-features changes (# 7126)
> 5e76ff2 Watch config-features in IMC controller (# 7125)
> 63fd638 Introduce a script to build and deploy Eventing for local development (# 7117)
> 694ae3e Fix edit role aggregation (# 7124)
> 187be65 [main] Upgrade to latest dependencies (# 7123)
> ffa5915 Remove deprecated httpclient msgsender (# 7018)
> 874d288 [main] Update community files (# 7116)
bumping github.com/prometheus/procfs 344b47c...332e865:
> 332e865 fs: Statfs_t{} doesn't have a Type field on Windows (# 528) (# 529)
> dd377c7 Fix softnet CPU Index (# 517)
> 58149ca fs: Statfs_t{} doesn't have a Type field on NetBSD, OpenBSD, or Solaris (# 523)
> 7acd99d net_class: catch syscall.EINVAL and better handle read errors
> b5b7dd5 Add support CpusAllowedList for /proc/[pid]/status (# 490)
> f489b53 Update Go version (# 521)
> 24c2637 Merge pull request # 520 from conallob/patch-1
> 035b875 Merge pull request # 514 from prometheus/superq/netstat_refactor
> ceb5a6f Sync golangci-lint.yml with https://github.com/prometheus/node_exporter/blob/master/.github/workflows/golangci-lint.yml
> 718836a Merge pull request # 487 from ksankeerth/mountstats_nfs_avg_rtt
> bad5514 Refactor netstat parsing
> 1a35fa6 Update golangci/golangci-lint-action to v3.4.0
> 663692c Merge pull request # 509 from dswarbrick/mdraid-sysfs
> 49163ee add avgRTT to nfs mountstats
> 99b481d Merge pull request # 513 from artemseleznev/master
> 5fce84b Merge pull request # 511 from dcbw/ParseSysfsNetClassAttribute
> a038d1f Implement mdraid sysfs parsing
> affffdb Update common Prometheus files
> 60fe598 Bump golang.org/x/sys from 0.6.0 to 0.7.0
> d89fbe9 static analyzer issue fix
> 03e2a93 net class: split out attribute parser and export it
> b5312c5 Merge pull request # 503 from prometheus/dependabot/go_modules/golang.org/x/sys-0.6.0
> bb7727a Merge pull request # 483 from prometheus/superq/err_invalid
> b4a1860 Update common Prometheus files
> 910e933 Bump golang.org/x/sys from 0.5.0 to 0.6.0
> 0c4b3aa Merge pull request # 426 from binjip978/return-error-on-empty-cpu-freq
> 58a6c0a Use errors.Is() for invalid argument
> dd6bb71 Support old conntrack stats
> 03da3a1 handle more columns from softnet_data (# 473)
> b9fa528 return error if cpufreq's are empty
> 85417ca Add support for several /sys/class/sas_* classes (# 453)
> f930a52 Bug Fix: SystemCPUfreq fails when any core is offline
> 42aaf8e add /proc/interrupts (# 475)
> 757109e Add support for several /sys/class/sas_* classes (# 453)
> 80824fa Check whether FS is a real procfs where it matters
> 88f86e5 Add CPUInfo parsing for LoongArch64 (# 384)
> c8aa9d7 Merge pull request # 461 from xixiliguo/on-cpu
> d9f81a9 Enable oppportunistic fd counting fast path
> 6e512b8 Merge pull request # 471 from Dentrax/TCPRcvQDrop
> c66e798 add processor field for /proc/[pid]/stat
> 8b6d466 Merge pull request # 488 from Dentrax/wireless
> 945097a Merge pull request # 474 from Dentrax/stat-parse
> 3a8e021 Add missing TCPRcvQDrop
> 7be8e40 Merge pull request # 495 from prometheus/dependabot/go_modules/golang.org/x/sys-0.5.0
> 150eff5 Use 4-digit uint instead
> ce30991 Merge pull request # 477 from Dentrax/disktat-parse
> 045a006 Separate /proc/stat parsing logic
> b3d77ec fix: Avoid trimming characters incorrectly from ProcStatus (# 469)
> 9ccf0f8 Merge pull request # 494 from gaius-qi/feature/vmstat
> fe0e697 Bump golang.org/x/sys from 0.4.0 to 0.5.0
> 1ab0de2 Add /proc/net/wireless parsing
> 421a743 Merge pull request # 472 from Dentrax/netstat-refactor
> 3d7fbad Separate /proc/stat disk stat parsing logic
> bf36102 Bump github.com/google/go-cmp from 0.5.8 to 0.5.9 (# 468)
> 8e530b9 Merge pull request # 493 from prometheus/repo_sync
> 31842f6 fix: parseVMStatNUMA return wrong VMStat in nr_zone_inactive_file
> cab2d84 Merge pull request # 470 from prometheus/superq/bump_go
> a05e0cf Separate NetStat parsing logic
> 800411b parse cpu with ID in /proc/stat
> 6efaede Merge pull request # 491 from prometheus/dependabot/go_modules/golang.org/x/sys-0.4.0
> 080c853 Update common Prometheus files
> 3433fa1 Add support for thread data parsing. (# 481)
> b4d3f67 Update Go
> f5d82fa Update codespell
> 2d852d3 Bump golang.org/x/sys from 0.3.0 to 0.4.0
> 55dabef Update common Prometheus files
> 254423d Update common Prometheus files (# 466)
> 6f02dd1 Replace float64 with *float64 for proc_netstat, proc_snmp and proc_snmp6 (# 464)
> aa41d1a Fix grammar error
bumping knative.dev/client-pkg bd83cf4...eff2379:
> eff2379 Update actions (# 111)
> 25b1b93 Update community files (# 110)
bumping golang.org/x/mod 69aa7ac...baa5c2d:
> baa5c2d all: add godoc links
> 7603649 zip: fix TestCreateFromDirSpecial/ignore_symlink on wasmtime
> 22d21f4 zip: fix doc for CreateFromVCS function
> bfed713 zip: fix LICENSE file handling to match modfetch
> 62c7e57 sumdb: handle panic from c.ReadRemote during ReadTiles
> 2a1c06a modfile: update toolchain syntax
> e81ad10 sumdb: correct spelling mistakes
> e343115 sumdb: add missing return after http.Error
> fc83a8f modfile: add support for dropping go and toolchain stmts
> 1846133 modfile: add parsing support for toolchain
> a73672d modfile: add support for go and toolchain lines
> e7bea8f modfile: use semantic sort for exclude blocks
> ad6fd61 zip: fix on Windows
bumping knative.dev/pkg aef227e...8d3f951:
> 8d3f951 Allow overriding webhook secret data keys (# 2662)
> c11003a Use go sync/atomic instead of go.uber.org/atomic (# 2777)
> b3a65a0 Bump github.com/gorilla/websocket from 1.4.2 to 1.5.0 (# 2775)
> e888f79 rename-sandbox (# 2779)
> 532e082 Update actions (# 2778)
> 72f2648 Bump go.uber.org/zap from 1.19.1 to 1.24.0 (# 2774)
> 7b50f3c Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 (# 2771)
> 1ea9b2d Bump github.com/tsenart/vegeta/v12 from 12.8.4 to 12.11.0 (# 2772)
> 4866914 Fix github action for dependabot (# 2776)
> edf95e6 Bump actions/setup-go from 3 to 4 (# 2770)
> 801a900 Add dependabot and auto update deps (# 2768)
> aa56e29 Update community files (# 2769)
bumping github.com/prometheus/client_golang 254e546...3583c1e:
> 3583c1e Cut v1.16.0 (# 1292)
> 2feda42 Fixed README & CHANGELOG; Added fmt makefile command (+bingo) for easier contributions. (# 1289)
> 5b9cf9c Merge pull request # 1290 from prometheus/fix-nh-docstring-refs
> 7352ab7 Moving fully to GH actions. (# 1288)
> 1b19d5f Fix docstring references to renamed native histogram fields / functions.
> e4ff34d Improve metricUnits runtime (# 1286)
> 781ea28 added circleci as gh action YAML (# 1281)
> a09a1d3 Reduce constrainLabels allocations (# 1272)
> 8840afc Bump github.com/prometheus/procfs from 0.9.0 to 0.10.1 (# 1283)
> 5e78d5f Merge pull request # 1279 from prometheus/beorn7/histogram
> b8cb86a add process start time header to client_golang prometheus (# 1278)
> 77e97da histogram: Fix bug in bucket key calculation
> 8b1a836 GitHub Workflows security hardening (# 1180)
> 3094812 histogram: expose bug in bucket key calculation
> f51d823 Merge pull request # 1267 from prometheus/release-1.15
> 297fea3 fix undefined execution order in return statements (# 1260)
> 4bbb297 Cut 1.15.1 (# 1266)
> 0f060a0 Add detection for WSL address (# 1257)
> 2eaffbd Merge pull request # 1253 from prometheus/fixpro
> 8a51463 Cleanup proto use in tests (# 1264)
> d7896d4 Cut v1.15.0 (# 1249)
> b8fdd23 Added clarification.
> 0ae0013 Bump golang.org/x/sys from 0.6.0 to 0.7.0 (# 1265)
> bba12b5 Bump github.com/prometheus/common from 0.41.0 to 0.42.0 (# 1244)
> 2ea234e Revert "Remove unnecessary check if label is nil in observeWithExemplar (# 1235)"
> 671a2f0 Fixed tutorial. (# 1256)
> 9015fcf Bump github.com/golang/protobuf from 1.5.2 to 1.5.3 (# 1245)
> 90eb83b Added interactive tutorial [kubeCon] (# 1255)
> 1bb8cf8 Bump golang.org/x/sys from 0.5.0 to 0.6.0 (# 1246)
> c36c6ab [collectors]: fix typo in test assertion (# 1153)
> ff7efed Merge pull request # 1243 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.30.0
> 0392dff Switch to POST for LabelNames, Series, and QueryExemplars to DoGetFallback (# 1252)
> 63a3955 Merge pull request # 1238 from jacksontj/issue_621
> 852a282 Bump google.golang.org/protobuf from 1.28.1 to 1.30.0
> e3b6de8 Merge pull request # 1250 from prometheus/release-1.15
> eb33971 Filter expected metrics as well in CollectAndCompare (# 1143)
> 6037863 Only set start/end if time is not Zero
> 5c7821d Update common Prometheus files (# 1237)
> e79d7e7 timer: Added support for exemplars. (# 1233)
> 232b949 Added support for go 1.20. (# 1234)
> 3726cdd README: Remove not working gocoverage images. (# 1236)
> 3ce88f3 Remove unnecessary check if label is nil in observeWithExemplar (# 1235)
> 3d2cf0b Indent example in godoc consistently (# 1226)
> ffbbe80 Merge pull request # 1225 from prometheus/beorn7/api
> 66687e5 Update common Prometheus files (# 1224)
> 2236d78 api: Extend and improve json-iterator usage
> 2771bcc Add `Header` method to Pusher for custom header (# 1218)
> 2fced96 Bump github.com/prometheus/common from 0.37.0 to 0.39.0 (# 1197)
> 031748d Update common Prometheus files (# 1213)
> b8b41c8 Bump golang.org/x/sys from 0.3.0 to 0.4.0 (# 1217)
> d5a9239 Merge pull request # 1198 from prometheus/dependabot/go_modules/github.com/prometheus/procfs-0.9.0
> 40692cb Merge pull request # 1199 from prometheus/dependabot/go_modules/github.com/cespare/xxhash/v2-2.2.0
> 26620fd Bump github.com/prometheus/procfs from 0.8.0 to 0.9.0
> fcdc3ec Add possibility to dynamically get label values for http instrumentation (# 1066)
> 14aa203 Bump github.com/cespare/xxhash/v2 from 2.1.2 to 2.2.0
> 27f0506 Bump golang.org/x/text to v0.3.8 to mitigate CVE-2022-32149 (# 1187)
> fc5f34c Merge pull request # 1178 from ibreakthecloud/patch-1
> 7f99379 Replace deprecated github.com/golang/protobuf package (# 1183)
> a787555 typo fix
> e29ed9f Support for multiple samples within same metric (# 1181)
> 07b1397 examples: Add exemplars and middleware examples (# 1173)
> fae2f63 Add constrained labels and Constrained variant for all MetricVecs (# 1151)
> 8b6e680 Merge pull request # 1171 from prometheus/beorn7/histogram
> 3d765a1 Add context to "duplicate label names" to enable debugging (# 1177)
> 449b464 Merge pull request # 1166 from prometheus/beorn7/doc
> 043372e Initialize atomic variables in histogramCounts with atomic.Store...
> db41dad Merge pull request # 1164 from prometheus/release-1.14
> b804be1 Fix typo in doc comment
> efef903 Rename histogram tests (from sparse to native)
bumping golang.org/x/sync 1ea3257...93782cc:
> 93782cc errgroup: use WithCancelCause to cancel context
> 4966af6 singleflight: example for using Group
> a6666c1 go.mod: upgrade to go 1.17
bumping github.com/matttproud/golang_protobuf_extensions c182aff...c182aff:
bumping github.com/prometheus/common 49b3603...94bf982:
> 94bf982 Merge pull request # 489 from prometheus/dependabot/go_modules/sigv4/github.com/aws/aws-sdk-go-1.44.266
> ac06723 Merge pull request # 482 from prometheus/dependabot/go_modules/golang.org/x/oauth2-0.8.0
> 211d8fc Bump github.com/aws/aws-sdk-go from 1.43.26 to 1.44.266 in /sigv4
> 062aaec Merge pull request # 485 from prometheus/dependabot/go_modules/sigv4/github.com/stretchr/testify-1.8.2
> 27af2c4 Bump golang.org/x/oauth2 from 0.7.0 to 0.8.0
> 2f0f5c4 Merge pull request # 483 from prometheus/dependabot/go_modules/golang.org/x/net-0.10.0
> 24a8815 Bump github.com/stretchr/testify from 1.8.0 to 1.8.2 in /sigv4
> 96ade15 Merge pull request # 486 from prometheus/dependabot/go_modules/sigv4/github.com/prometheus/common-0.43.0
> 7364518 Bump golang.org/x/net from 0.9.0 to 0.10.0
> 65a4236 Merge pull request # 480 from prometheus/superq/update_sigv4-bot
> 68e477e Bump github.com/prometheus/common from 0.42.0 to 0.43.0 in /sigv4
> 085fa47 Merge pull request # 472 from grafana/inline-ca-strings
> ad1759c Enable dependabot for sigv4
> f505d86 Merge pull request # 474 from jkroepke/custom-logger
> bcb00f1 config: remove unused internal function
> b933a95 Merge pull request # 475 from gouthamve/negotiate-om-1.0
> e27922a Merge pull request # 469 from prometheus/dependabot/go_modules/github.com/alecthomas/kingpin/v2-2.3.2
> 01d2b4a Remove unnecessary else and use NewSyncWriter again
> 7b35f6a config: add tests for inline TLS configs
> 2f04d2e Merge pull request # 463 from prometheus/repo_sync
> ad42fa5 Return 0.0.1 with no version for backwards compatibility
> a2ac260 Merge pull request # 479 from prometheus/superq/updates
> 9a176e1 Bump github.com/alecthomas/kingpin/v2 from 2.3.1 to 2.3.2
> 769f5e1 Allow custom log.Logger
> 5915888 config: allow TLS data to be provided inline
> 66b493f Merge pull request # 462 from roidelapluie/proxyfromenv
> e990082 Update common Prometheus files
> 5012e7c Negotiate OM v1.0.0
> 92f8c27 Merge pull request # 481 from prometheus/dependabot/go_modules/github.com/prometheus/client_golang-1.15.1
> 5e8c998 expfmt: Avoid copying mutex in proto message
> 6a5f4db Merge pull request # 455 from bboreham/build-tags
> c8ca1fb Add support to use Proxy From Environment and set No Proxy
> cffd08e Merge pull request # 478 from prometheus/dependabot/go_modules/golang.org/x/oauth2-0.7.0
> 2328fd6 Bump github.com/prometheus/client_golang from 1.14.0 to 1.15.1
> 27a8fa5 Update Go modules
> d7d98af Merge pull request # 461 from bboreham/faster-parseduration
> 56d83af version: add Go build tags to output
> d9a31c0 Merge pull request # 454 from prometheus/dependabot/go_modules/sigv4/golang.org/x/net-0.7.0
> 567ed12 Bump golang.org/x/oauth2 from 0.5.0 to 0.7.0
> 94c865c Merge pull request # 453 from prometheus/beorn7/model
> 55b01d1 Parse Durations much faster
> 77ee449 Merge pull request # 447 from prometheus/superq/bump_go
> aab41f8 Bump golang.org/x/net from 0.4.0 to 0.7.0 in /sigv4
> ab87968 Merge pull request # 433 from lucacome/add-dependabot
> 456cf05 model: Remove json-iterator usage (again)
> 330a3f5 Add benchmark for ParseDuration
> d25d305 Merge pull request # 450 from roidelapluie/marshal
> 2cd3d6e Update Go versions
> e903cdd Merge pull request # 459 from prometheus/superq/mods
> 569c9c3 Apply suggestions from code review
> 4827ac3 Merge pull request # 460 from prometheus/repo_sync
> 72ed068 Merge pull request # 449 from roidelapluie/test444
> 6004368 Fix and test JSON & YAML marshalling
> f9c1994 Merge pull request # 440 from zenador/sparsehistograms
> caae7d4 Update Go modules
> c3af33b Add dependabot
> c4e09cb Merge pull request # 458 from hairyhenderson/switch-kingpin-repo
> 51087f9 Update common Prometheus files
> 81fdf5b Merge pull request # 448 from roidelapluie/test442
> 69ed1ea expfmt: add test cases for TextParser startOfLine error handling
> ff69f32 Merge pull request # 429 from roidelapluie/fix-marshal
> ca1f99b Make it more efficient and compatible to use SampleHistogram (# 439)
> 18a4214 Update comments according to code review
> 846591a Merge pull request # 417 from zenador/sparsehistograms
> 8fe65a7 Update kingpin module source
> 3bdfd73 expfmt: add test case for issue with *bufio.Reader and FmtText format
> 2c9877d Merge pull request # 444 from abursavich/expfmt-eof
> 1c521dc Fix marshalling of TLSVersion
> 87b15f9 Merge pull request # 438 from zenador/sparsehistograms
> 4e9e3f5 Continue to use json-iterator to improve marshalling of SamplePair
> ccc2474 Merge pull request # 428 from prometheus/repo_sync
> 691e814 Update comments according to review
> d888bfa Merge pull request # 443 from abursavich/expfmt-decode
> d074dea expfmt: only ignore io.EOF errors in TextParse.startOfLine
> 296ec92 Merge pull request # 409 from prometheus/mem/proxy_header
> 0dd260f Change HistogramBucket Boundaries type to int32
> f71df30 Continue to use json-iterator to improve marshalling of SampleHistogramPair
> 5b981eb Update common Prometheus files
> 0267435 Update tests according to code review
> 5be97a0 expfmt: only call TextParser.TextToMetricFamilies once from textDecoder
> 18281a2 Merge pull request # 424 from prometheus/repo_sync
> 4a0d730 Add support for proxy connect headers
> eda7de1 Start to use json-iterator to improve marshalling of HistogramBucket
> dc2e18b Revert "Try removing sampleHistogramPairPtr"
> befeabf Merge pull request # 422 from prometheus/superq/add_mod_check
> 017dec0 Update common Prometheus files
> 01880dc Add benchmarks for marshalling
> f451854 Try removing sampleHistogramPairPtr
> 1bc7f65 Add platform info to labels (# 403)
> 82accf3 Add go mod version test
> 14a8016 Remove sampleHistogramPairPtr
> b079cf8 Revert "Add generic interface for float/histogram sample pair (bumping go version - experimental)"
> 00e3fd7 Merge pull request # 418 from roidelapluie/go119
> 0e0dee6 Merge branch 'main' into sparsehistograms
> 84e64de Add generic interface for float/histogram sample pair (bumping go version - experimental)
> ddb642f Merge pull request # 421 from prometheus/superq/update_sigv4
> 045094f Update deps and test with go 1.19
> 4a4b110 Fix according to code review
> c2ecee8 Merge pull request # 419 from prometheus/repo_sync
> c8ff4cd Update sigv4 Go
> 74031a1 Change int type of native histogram count
> a33c32f Merge pull request # 374 from roidelapluie/go118vcs
> 466075d Update common Prometheus files
> e717a78 Make type of Sample and SampleStream in structs more explicit with an enum
> 11bcb5b Merge pull request # 415 from FUSAKLA/fus-http-config-from-file
> 5b6c049 go118: Get VCS info from debug.BuildInfo
> a148981 Update the display strings for model
> 87b669d Add the ability to specify the maximum acceptable TLS version (# 414)
> d9cd6f2 feat: make LoadHTTPConfigFile set directory and move from tests file
> 43914a0 Fix and add tests for model matrices
> bebc731 Remove ioutil after merging check client certificates (# 407)
> 2b7b371 Split model values into smaller files by category
> 8c9cb3f Update common Prometheus files (# 399)
> ee927fa Add histograms to model
> 1c0fa3e Check if TLS certificate and key file have been modified (# 345)
> 54e041d Implement Stringer on TLSVersion (# 405)
> c206bfc Merge pull request # 404 from thaJeztah/bump_protobuf_extensions
> dfbc25b Merge pull request # 382 from prometheus/superq/update_go
> 5ae446c go.mod: github.com/matttproud/golang_protobuf_extensions v1.0.2
> 1482587 Remove ioutil (# 395)
> 9d646db Update Go modules
bumping knative.dev/hack ddae802...338500e:
> 338500e Update actions (# 304)
> 6f48889 Update community files (# 303)
bumping knative.dev/serving f1617ef...0bbb5c7:
> 0bbb5c7 rename-sandbox (# 14207)
> d47f53d Update net-istio nightly (# 14212)
> 75e721a Update net-contour nightly (# 14211)
> 1b94c0d Update net-gateway-api nightly (# 14210)
> f2c3ea4 Update net-certmanager nightly (# 14208)
> cd98800 Add Istio ambient to KinD test (# 14103)
> e937b62 Update actions (# 14206)
> ff6e78d Update net-kourier nightly (# 14205)
> bbdef8e Update net-istio nightly (# 14198)
> 0a3f5f9 Update community files (# 14195)
> 72f4a16 Update net-gateway-api nightly (# 14193)
> b9c3bc2 Update net-contour nightly (# 14194)
> 5e99c23 Update net-certmanager nightly (# 14192)
> 46ba924 Update net-kourier nightly (# 14191)
> 9e89832 Update net-istio nightly (# 14190)
bumping knative.dev/networking 75dcd54...29da3ac:
> 29da3ac rename-sandbox (# 833)
> 23adcb7 Update actions (# 832)
> 964322c Fix comment for old config (# 831)
> b13f88f Update community files (# 829)
bumping github.com/prometheus/client_model 63fb982...91c3945:
> 91c3945 Merge pull request # 64 from prometheus/superq/update_proto
> 31ca668 Update proto tools
bumping golang.org/x/tools 031fc75...675bf3c:
> 675bf3c go.mod: update golang.org/x dependencies
> ad52c1c go/ssa/interp: support conversions to slices of named bytes
> 14ec3c0 gopls/doc/contributing.md: document error handling strategies
> c495364 go/packages/gopackages: document -mode flag
> 87ad891 gopls/internal/lsp/source/typerefs: move test into _test.go
> 27fd94e internal/fastwalk: doc formatting fixes (including godoc links)
> d362be0 gopls/internal/lsp/filecache: reduce GC frequency
> 969078b Revert "go/analysis: add Sizes that matches gc size computations"
> 5aa6acb go/analysis: add Sizes that matches gc size computations
> 5a89a3b go/vcs: delete
> d03a819 go/vcs: isolate into a nested module
> a659412 go/vcs: deprecate package in favor of go list -json
> 9d8d408 gopls/internal/lsp/cmd: list bug reports in 'gopls bug'
> 8f9bce4 go/ast/inspector: clarify behavior regarding comment traversal
> fa10359 gopls/internal/lsp/cache: don't panic when import fails during analysis
> c8278fe gopls/internal/lsp/cache: don't record edges to invalid packages
> 87df9bc cmd/godoc: disable TestWebIndex, a very slow test
> 63624df gopls/internal/lsp/cache: remove ITVs from shared import graph
> 0ca9d30 gopls/internal/lsp/cache: fix nil panic in analysis toSourceDiagnostic
> 85554d6 gopls/internal/lsp/cache: add debugging assertion for golang/go# 60904
> 9960b69 gopls/internal/lsp/cache: guard against "unsafe" by package path, not ID
> 6480332 gopls/internal/lsp/cache: use types.Unsafe in analysisPackage
> 155320d gopls/internal/lsp/work: don't crash when hovering over broken mod dir
> b71392a gopls/internal/lsp/cache: reduce importing in analysis
> d1a388b internal/gcimporter: avoid a crash when exporting a struct with no pkg
> a4ed05f cmd/digraph: add "to dot" to emit Graphviz dot
> 7261b32 gopls/internal/regtest: fix goimports on windows when using vendoring
> 41e4e56 gopls/internal/lsp/source/completion: ensuring completion completeness
> ac29460 go/ssa: fix bug in writeSignature on external functions
> 3b62e7e go/ssa: use core type within (*builder).receiver
> f394d45 gopls/internal/lsp/cache: compute xrefs and methodsets asynchronously
> 27dbf85 go.mod: update golang.org/x dependencies
> c6c9830 go/types/objectpath: memoize scope lookup in objectpath.Encoder
> 0245e1d gopls/internal/regtest/codelens: set GOWORK=off for go mod vendor
> 85be888 go/analysis/passes/defers: add analyser for defer mistake
> c43232f cmd/digraph: improve examples using go list, mod
> 6e1595c internal/gcimporter: treat unknown constant values the same as invalid
> c59d87f gopls/internal/lsp/cache: two minor simplifications
> db6a81e go/packages/packagestest: set Config.Logf if the test is run verbosely
> a01290f internal/typeparams: work around LookupFieldOrMethod inconsistency
> 6f567c8 gopls/internal/lsp/filecache: reduce lifespan of os.FileInfos
> 726c727 gopls/internal/lsp: enable min/max builtin completion test
> 86c93e8 gopls: unimported completion should use the completion matcher
> 04ceacb gopls/internal/lsp/source: fix panic in typeDefinition on comparable
> 947adca gopls/internal/lsp/source/methodsets: comparable also has no package
> c35c44f gopls/internal/lsp/cache: add assertions
> 0b4461b internal/diff: fix LineEdits bug in slow path
> 1943c1e internal/diff: fix LineEdits bug in fast path
> c6d86c4 go/pointer: delete package
> 77fd064 go/types/objectpath: remove unnecessary unsafe import
> 0dda7d6 go/pointer: remove replace directive
> 98f1b4d gopls/internal/lsp/cache: check number of orphaned files after filtering
> a260315 go/pointer: create submodule
> 96844c3 cmd/{guru,callgraph}: stop using go/pointer
> cd694d8 go/packages: include "unsafe".GoFiles=["unsafe.go"]
> 33c741d gopls/internal/lsp: add min/max builtin
> 933c7cc internal/lsp/source: use exact match in import highlighting
> 5974258 gopls/internal/lsp: clear vuln diagnostics on config changes
> f3faea1 go/packages: pass -pgo=off on go1.21 and later
> 5f74ec7 internal/lsp/debug: add links to profiles and GC
> ed90c6d internal/diff: unexport various identifiers
> 827f5aa gopls/internal/lsp/source: test references bug on struct{p.T}
> a12e1a6 go/ssa/interp: implement min/max builtins
> 9c97539 gopls/internal/lsp/cache: remove nested module warning
> d44a094 gopls/internal/lsp/cmd: add a stats -anon flag to show anonymous data
> e106694 gopls/internal/lsp: bundle certain quick-fixes with their diagnostic
> 5dc3f74 gopls/internal/lsp/filecache: reenable memory cache layer
> 7e146a6 gopls/internal/lsp/cmd: simplify connection type
> 1e60668 gopls/internal/regtest/workspace: unskip duplicate modules test
> 5ce721d gopls/doc: Fix broken links
> 7a03feb gopls/internal/lsp/cmd: remove vestiges of debugging golang/go# 59475
> a70f2bc gopls/internal/regtest/misc: update and unskip TestHoverIntLiteral
> 6997d19 gopls/internal/regtest/misc: unskip TestMajorOptionsChange
> ec543c5 gopls/internal/lsp/cache: fix crash in Session.updateViewLocked
> a12ee94 gopls/internal/regtest/misc: update some unilaterally skipped tests
> 5ff5cbb gopls: deprecate support for Go 1.16 and 1.17, update warnings
> e6fd7f4 gopls/internal/lsp/cache: limit module scan to 100K files
> 9ca66ba gopls/internal/lsp/regtest: delete TestWatchReplaceTargets
> edbfdbe gopls/internal/lsp/source/completion: (unimported) add placeholders
> 3a5dbf3 gopls: add a new "subdirWatchPatterns" setting
> 3c02551 internal/typesinternal: remove NewObjectpathFunc
> 0729362 present: reformat doc comment for lack of inline code
> d4e66bd go/ssa: TestStdlib: disable check that function names are distinct
> 738ea2b go/ssa: use core type for field accesses
> 2ec4299 gopls/internal/lsp: split file-watching glob patterns
> 43b02ea gopls/internal/lsp/cache: only delete the most relevant mod tidy handle
> 5919673 internal/lsp/filecache: eliminate 'kind' directories
> a5ef6c3 gopls/internal/lsp: keep track of overlays on the files map
> d7f4359 gopls/internal/lsp/mod: optimizations for mod tidy diagnostics
> 2eb726b gopls/internal/lsp/filecache: touch only files older than 1h
> b742cb9 gopls/internal/regtest/bench: add a benchmark for diagnosing saves
> 4d66324 gopls/internal/lsp/cache: tweak error message
> e46df40 gopls/internal/lsp/filecache: delayed tweaks from code review
> 3df69b8 gopls/internal/lsp/debug: remove memory monitoring
> a069704 gopls/internal/lsp/filecache: avoid flock
> 3d53c2d gopls/internal/lsp/cache: fix race in adhoc reloading
> 8b4b27b go/analysis/passes/slog: fix Group kv offset
> 242e5ed cover: eliminate an unnecessary fsync in TestParseProfiles
> 651d951 go/ssa: fix typo in package docs
> 743372f gopls/internal/lsp/debug: limit to 100 recent trace entries
> 522243a go/ssa/interp: avoid hard-coding GOOS and GOARCH
> a059382 gopls/internal/lsp/cache: fail workspace load on context cancellation
> e5c8d4d gopls/internal/lsp/cache: unexport ValidBuildConfiguration
> f4e8a71 go/ssa: use core type for composite literal addresses
> 3b25dbd go/ssa: use core types for array length
> e7048d5 gopls/internal/lsp/filecache: front with a 100MB in-memory LRU cache
> 8c0fcd2 gopls/internal/lsp/lru: extract LRU logic to a standalone package
> 19d700c go/ssa/interp: use the actual GOOS and GOARCH to interpret tests
> 9dcd3d5 gopls/internal/lsp/filecache: limit Get parallelism too
> 7f203f0 go/ssa: consolidate use of underlying pointer
> a13793e gopls/internal/lsp: add quick-fixes to manage the go.work file
> 12a0517 internal/gcimporter: improve error handling
> 5eb1eb9 gopls/internal/lsp/cache: call filecache.Set asynchronously
> 35fe77a gopls/internal/lsp/filecache: limit parallelism in Set
> 1c9fe3f gopls: improve diagnostics for orphaned files
> ad74ff6 go/gcexportdata: drop support for the ancient binary format
> 01128f9 gopls/internal/lsp/source: fix bug renaming field to unexported
> cd39d2b internal/lsp/cache: support loading multiple orphaned files
> abeba28 gopls/internal/regtest/marker: support proxy files in marker tests
> 18186f0 go/analysis/passes/slog: simplify function matching
> 9aa9d13 cmd/bisect, internal/bisect: use more precise skip suffixes, written in hex
> 3034d9c gopls/internal/lsp/cmd: append, don't overwrite, in PublishDiagnostics
> 4318d63 gopls: change the default value of "symbolScope" to "all"
> f44f50e gopls/internal/lsp/source: implementation: report builtin 'error'
> 787e720 gopls/internal/lsp: optimize checks for ignored files
> 4ed7de1 gopls: add google-cloud-go as a benchmark repo
> d799eba gopls: additional instrumentation during goimports
> a7e7dc4 go/ssa: rename test cases in TestGenericBodies
> d668f58 gopls/internal/regtest/marker: require cgo for issue59944.txt
> 005fa64 go/analysis/passes/slog: add check for slog.Group
> 033e628 go/ssa: more reindentation of TestGenericBodies
> 2310848 go/ssa: reindent test cases in TestGenericBodies
> 90e9c65 gopls/internal/lsp/cache: skip type errors after parse errors
> 08b24db gopls/internal/lsp/regtest: check for "// @marker" rogue space
> b9c20f6 gopls/internal/regtest/marker: migrate @diag to new marker tests
> 4609d79 cmd/bisect: add -compile and -godebug shorthands
> ddfa220 internal/fuzzy: improvements to the symbol scoring algorithm
> 3449242 go/types/objectpath: don't panic when receiver is missing a method
> 0809ec2 gopls/internal/lsp/source: document {All,Workspace}Metadata
> 8f7fb01 go/analysis/unitchecker: add test of go vet on std
> 23e52a3 bisect: diagnose bad targets better
> d5af889 gopls: set GOWORK=off for loads from debug and safetoken tests
> c93329a go/analysis/passes/printf: reshorten diagnostic about %s in Println call
> 6219726 go.mod: update golang.org/x dependencies
> f4d143e go/ssa: cleanup TestGenericBodies to pickup package name
> 3d99ebe gopls/diff/unified: remove redundant information
> 479f5c6 go/ssa: Origin is only available after building
> 6d1dd12 go/analysis: simplify unusedresult
> 4a2dd0d go/callgraph/vta: allow pointer to type parameter in sliceArrayElem
> 7c6c2b7 go/ssa: keep syntax for instantiations
> ce1b96b all: fix some comments
> 0500fd4 go/ssa: use core type in address
> 8e9b185 gopls/internal/lsp/source: add the "symbolScope" option
> 4ac71c0 internal/imports: sort fixes for deterministic results
> 573915d gopls/internal/lsp/cache: always init the resolver in runProcessEnvFunc
> dd09381 bisect: move to internal/bisect until API is reviewed
> 516063a bisect, cmd/bisect: add new library and tool
> 58fedf6 internal/diffp: add patience diff from main repo
> 7b684a9 gopls: port import tests to the new marker framework
> 87974e3 gopls/internal/lsp/filecache: skip TestConcurrency on plan9 builder
> c64bb76 gopls/internal/lsp/source: make infertypeargs a convenience analyzer
> 91b7a8e go/ssa: use origin method in source lookup
> ba892bb go/types/internal/play: show formatted AST
> 7df6af8 gopls/internal/lsp/filecache: silently discard CRC errors on macOS
> 2563079 go/analysis/passes/printf: update directive diagnostic message
> 3f6c3b3 gopls: upgrade to latest version of LSP protocol
> 216928d gopls: port function extraction marker tests to the new framework
> 2415ce1 gopls: skip tests that load gopls packages if x/tools replacement is missing
> 17e5ef3 gopls/internal/lsp/cache: remove cycle check from buildMetadata
> affb5fc gopls/internal/lsp/source: fix crash in definitions of builtins
> 558d701 gopls/internal/lsp/source: fix another bug in reference expansion
> 51dfad7 gopls: port workspace/symbol marker tests to the new framework
> c6b5780 gopls: fix build at older Go versions
> 7590fe4 gopls/internal/lsp: hover over linkname directives.
> ec61ad3 gopls/internal/lsp/source: add invert-if-condition refactoring
> 5283a01 go/packages: delete TestCgoOption as it doesn't test the cgo option
> e2f3b25 gopls/internal/bug: record bug reports in file cache
> ab24b7b gopls/internal/regtest/marker: add a test case for issue # 59554
> 8235df3 gopls/internal/regtest/marker: port format tests to the new framework
> 80dc031 internal/diff: unified: match diff delete for empty file
> 165099b all: remove repeated definite articles
> ac40903 internal/gocommand: simplify GoVersion invocation
> 9e0a7b1 copyright: don't require checkout to be named tools
> 94ed378 internal/lsp/testdata: update for new diagnostic from go list
> a5c37ba gopls/internal/regtest/marker: skip on small machines
> 76e1037 internal/testenv: assume that mobile platforms are small machines
> 17e2d70 gopls/internal/bug: remove unused Data parameter
> dd89a2e gopls/internal/lsp: remove now redundant debouncing logic
> 2a9398d go/analysis/passes/slog: do not report multiple incorrect keys
> 4baa3dc gopls/internal/bug: move bug package into gopls
> 71ea8f1 go/ssa: lift structs, arrays and typeparams
> d59a28f gopls/internal/lsp/source: references: restrict search to workspace packages
> e8f417a gopls/internal/lsp/cache: cleanups to active packages
> 82c8a38 internal/gocommand: set a WaitDelay (when available) on commands
> e286d22 gopls/internal/lsp: eliminate diagnoseDetached
> 4e3238a gopls/internal/lsp/cache: break metadata cycles
> 660614b gopls/internal/lsp/source: more ITV filtering
> ce50135 go/analysis/passes/slog: static checks for slog k-v pairs
> b9619ee gopls/internal/regtest/bench: run kubernetes benchmarks with -short
> 21a4769 gopls: remove related info for informational diagnostic
> 6deeacb all: fix remaining tests on js/wasm
> bfcd41e gopls/internal/lsp/source: add missing punctuation to stubbed method doc
> 1c5ccad gopls: add a 'stats' subcommand
> 9c9e11f gopls/internal/lsp/cache: load modules by dir, not module path
> b35949e gopls/internal/lsp/source: filter intermediate test variants
> 133605d gopls/internal/lsp/cache: remove spurious error check
> 240a4dc gopls/internal/lsp/cmd: add instrumentation for TestFix
> ed3ff1b gopls/internal/lsp: finish debouncing on context cancellation
> 780626c all: fix non-gopls short tests on js/wasm and update for wasip1/wasm
> 13c52bc internal/gocommand: stop copying stdout as soon as ctx is done
> 641e4d7 gopls/doc: update coc.nvim config
> 85d651a go/analysis/checker/internal: resolve Diagnostic.URLs
> 54c806f gopls/internal/lsp: eliminate more uses of Span
> 60d9c06 go/analysis/passes: skip passes that do not import relevant packages
> 0d77eea gopls/internal/regstest/misc: use go 1.19 instead of 1.29 in TestIssue59124
> 1b2d1bd gopls/internal/lsp/cache: improve precision of cache key
> b6f4d07 gopls/internal/lsp: fix initial diagnostics pass
> d03c59d gopls/internal/lsp/source/typerefs: serialization support
> 6492058 gopls: strict LSP compliance for empty slices
> 0f415ef gopls/internal/lsp/source: support hover over non-decimal int literals
> 40fb89c internal/lsp/testdata: correct DefinitionsCount in 1.21 summary file
> a4ffa6e internal/lsp/testdata: update 'bad0' diagnostics test for 1.21
> 5bcc1bd gopls/internal/lsp/filecache: evict aggressively on Go builders
> 866a200 internal/gocommand: more tweaks to DebugHangingGoCommands
> a5338c9 go/types/objectpath: add Encoder type, to amortize Scope.Names
> 45ef829 gopls/internal/lsp/filecache: add integrity check
> 4bea115 gopls/internal/lsp/source/typerefs: collapse SCCs of ref graph
> 5ef3193 gopls/internal/lsp/source/typerefs: reexpress tests wrt ExternalRefs
> c5f768a go.mod: update golang.org/x dependencies
> 7c33a56 gopls/internal/lsp/source: show both the original declaration and the value of constants in hover
> 4d205d8 gopls/doc: add instructions for using go.work with the Go distribution
> d5076cc gopls/internal/lsp/cache: don't trace a region for MetadataForFile
> f796361 gopls/internal/lsp: add tracing instrumentation for all Server methods
> e104501 gopls/internal/astutil: TestPurgeFuncBodies requires source code for std
> 6520870 gopls/internal/lsp/source/typerefs: allow for duplicate decls
> 902fdca gopls/internal/lsp/source/typerefs: purge func bodies before parsing
> 58c9a63 go/packages/internal/nodecount: count ast.Node frequency
> 0a3e5f0 gopls: use safetoken.Line to compute line numbers
> f4e613e go/analysis/passes/tests: enable fuzz checks in 'tests' analysis pass for cmd/vet
> 6546e8e gopls/internal/lsp/source/typerefs: new package to analyze syntax deps
> 04059e1 gopls/internal/lsp/cache: record unloadable files if loading completes
> 4b11203 gopls/internal/lsp/cache: parse the builtin file through the cache
> bc35a69 gopls/internal/lsp/source: fix references expansion bug
> 374b64a go/types/internal/play: show AST debug representation too
> 13850b3 gopls/internal/lsp/regtest: move @symbol to new marker tests
> e9188f8 go/analysis/analysistest: Validate analyzers in Run
> cc511f4 gopls/internal/lsp/regtest: move @implementation to new framework
> e0ecd1b go/analysis/passes/printf: check new fmt.Appendf function too
> 488ba86 gopls/internal/lsp/cache: hold on to imports used by open packages
> d52bc56 gopls/internal/lsp: reorder the way we compute diagnostics
> 83c1ba1 gopls/internal/lsp/cache: fix two crashes when parsed file overflows
> cbe6614 go/analysis/passes/printf: improve documentation
> 255eeeb go/.../analysisutil: ExtractDoc unifies Analyzer.Doc and package doc
> 1b71eda gopls/internal/regtest/bench: add flags to reuse benchmark repo dirs
> f8a7325 gopls/internal/lsp/cache: use json encoding for diagnostics
> df92f17 gopls: pre-initialize the file cache
> c3edf5a gopls/internal/lsp/cache: actually preload files in parallel
> acaae98 gopls/internal/lsp/cache: stream package results
> fa55648 gopls/internal/lsp/cache: evaluate imports lazily in TypeCheck
> a164829 gopls/internal/lsp/cache: add additional debug assertions during parsing
> 665c922 gopls/internal/lsp/source: fix panic in quickParse
> ff76038 go/analysis/passes/printf: improve workaround doc
> b222520 gopls/internal/cache: use AddExistingFiles in the parse cache
> 6e5f425 gopls/mod: show hint for discordant module versions
> e5f7ae1 go/analysis: add Analyser.URL and Diagnostic.URI fields
> b6dbcf8 internal/gcimporter: have IImportShallow accept an import func
> 35ef64e internal/tool: add the profile.alloc flag
> 912861f gopls/internal/lsp/cache: skip object resolution during parsing
> c881168 internal/tokeninternal: add AddExistingFiles helper
> c4b943d gopls/internal/lsp: delay workspace diagnostics and analysis
> c17e55e gopls/internal/lsp/cmd: definition on items without support for hover.
> 537c4aa gopls/internal/regtest: port @refs to new marker tests
> 36ed0b1 gopls/internal/lsp/source: rename snapshot.GetFile to ReadFile
> 4feee84 go/types/internal/play: a playground for go/types
> 243a948 internal/lsp/regtest: have the regtests control their diagnosticsDelay
> ae907a4 gopls/internal/lsp/cache: pre-load files after loading packages
> 293fdc9 gopls/internal/lsp/cache: don't ignore type-errors that can't be mapped
> 6bb0e47 gopls/internal/lsp: improve concurrency of the diagnostics pass
> e4da1ee gopls/internal/lsp/debug: show log of recent spans
> dd1e2f6 cmd/present/static: fork needed godoc static resources
> 75c657b gopls/internal/regtest/bench: small fixes for DiagnoseChange
> 786752b gopls/internal/lsp/source: rename FileHandle.Read to Content
> edc0084 gopls/internal/regtest/bench: narrow the -short guard in iwl_test.go
> 656f17c gopls/internal/lsp/cache: parallelize getPackageData
> bac9896 gopls/internal/regtest/marker: add a test for golang/go# 56943
Signed-off-by: Knative Automation <automation@knative.team>
|
|
|
|
b7508e6744
|
upgrade to latest dependencies (#1836)
bumping knative.dev/client-pkg e9d838e...bd83cf4: > bd83cf4 upgrade to latest dependencies (# 101) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
|
5d31dbd803
|
upgrade to latest dependencies (#1834)
bumping knative.dev/pkg 7051d30...aef227e: > aef227e upgrade to latest dependencies (# 2767) bumping knative.dev/serving 294cb9c...f1617ef: > f1617ef upgrade to latest dependencies (# 14188) > fcf7ba2 Update net-kourier nightly (# 14186) bumping knative.dev/eventing de75496...248a471: > 248a471 Eventing TLS: Configure CRDs to have addresses and CA certs (# 7105) > d2ce623 [main] Upgrade to latest dependencies (# 7109) > 6bfc2d4 [main] Format Go code (# 7108) > 855fbed Auto create events in channels (# 7089) > 0054bf3 Eventing TLS: Configure certificates to force rotate private keys (# 7104) > 6911db0 Tag line proposal (# 7045) > a13eebe [main] Upgrade to latest dependencies (# 7100) > a755429 Re-enable PingSource TLS E2E test (# 7082) bumping knative.dev/networking a3fa3a5...75dcd54: > 75dcd54 upgrade to latest dependencies (# 827) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
|
3ecb24f1c1
|
upgrade to latest dependencies (#1828)
bumping knative.dev/pkg eb63a40...7051d30: > 7051d30 Update community files (# 2764) > b7a11d4 Update community files (# 2763) > 5ef4812 Update community files (# 2762) > 49e2e56 update google cloud deps (# 2758) > a5e0b92 upgrade to latest dependencies (# 2757) > 6eb4b40 Update community files (# 2760) bumping knative.dev/client-pkg f377f06...e9d838e: > e9d838e Update community files (# 109) > f8021da Update community files (# 108) > 2311a7e Update community files (# 107) bumping knative.dev/serving 0462ce6...294cb9c: > 294cb9c Add log example for kourier and gateway-api (# 14178) > c0556c2 EnsureCleanup can skip clean up (# 14171) > 8d87d57 Update net-gateway-api nightly (# 14158) > de37d1e Update net-istio nightly (# 14173) > ac01fdb Update community files (# 14175) > b7c6b23 Update net-kourier nightly (# 14174) > 1183ad0 Update net-certmanager nightly (# 14172) > a7613e4 Update community files (# 14169) > c68d8f8 Update net-contour nightly (# 14165) > e5ad1c4 Update net-istio nightly (# 14164) > 6673893 Update net-certmanager nightly (# 14162) > a34bfd1 Update net-kourier nightly (# 14163) > 917d236 Remove domainmapping config (# 14161) > 4c76e3b Drop workaround pach for Istio (# 14156) > d97db13 Update net-kourier nightly (# 14160) > 1559c9b Bump net-certmanager manifests and add kapp ordering overlay (# 14148) > 52fe24e upgrade to latest dependencies (# 14155) > a5c8c2e Update community files (# 14154) > 2a17873 Separate Activator SA (# 14133) > fc166ac Consolidate webhooks (# 14082) > b935bea Set QP resource defaults (# 14039) > 529c5e4 Update net-kourier nightly (# 14150) > 4ccd1c9 Implement Stringer for nil podTracker (# 14147) > bd3e5e3 upgrade to latest dependencies (# 14151) > ebbca26 upgrade to latest dependencies (# 14149) > bde2f42 Update net-gateway-api nightly (# 14144) > bb1262e Update net-kourier nightly (# 14129) > 32ec382 Drop unused ytt patch for Ingress ServiceType (# 14143) > 4c3b36c Update net-gateway-api nightly (# 14136) > 9a75a93 Update net-istio nightly (# 14132) > ca618b7 Update net-certmanager nightly (# 14131) > ea3e9c3 Update net-contour nightly (# 14130) > 2e7d6e4 Update community files (# 14128) > 63fa389 Allow to set QP resources per service (# 14038) > 9310e4d Update net-kourier nightly (# 14125) bumping knative.dev/eventing 8f74094...de75496: > de75496 Function CopySecretWithName for creating secrets with specific name (# 7002) > 6833ee6 Convert tls secret names to constants (# 7086) > 90721ab [main] Update community files (# 7088) > 4541f4f [main] Update community files (# 7087) > ed05a35 Revert "Add loopclosure linter" (# 7083) > 838274e [main] Upgrade to latest dependencies (# 7078) > a4f0c10 [main] Update community files (# 7085) > afcf60b Move ingress & filter TLS secret names into constants (# 7081) > 1e96c78 feat!: Add tls support for ingress (# 6986) > 6a0495c Add loopclosure linter (# 7079) > 2fe1db6 Updated mtping TLS cert test to bind to free port (# 7036) > 516a915 Upgrade rekt to latest (# 7076) > 6a890e0 Fix flaky unit tests (# 7080) > eaf28a7 Add tracing for TestBrokerWithManyTriggers (# 7077) > f5b1b12 Send namespace header in MT components (# 7048) > 4b5fde8 [main] Update community files (# 7043) bumping knative.dev/hack d7586a2...ddae802: > ddae802 Update community files (# 302) > 8852371 Update community files (# 301) > 12cd6a1 Update community files (# 300) > cc92cdb Replace test-infra with toolbox (# 297) > fc42790 Update community files (# 296) bumping knative.dev/networking 3a75df5...a3fa3a5: > a3fa3a5 Update community files (# 826) > ad60eaa Update community files (# 825) > 03a1f22 upgrade to latest dependencies (# 824) > 2444385 upgrade to latest dependencies (# 822) > b2cce92 Update community files (# 823) > 1431d70 Bump google.golang.org/grpc to the latest version (# 821) > 91821ae Update community files (# 819) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
|
e6a60c40f4
|
Fix plugin inlining that uses client-pkg dependency (#1816)
* Fix plugin inlining that uses client-pkg dependency * Move list merge into plugin manager * Fix imports formatting |
|
|
|
75d62a3618
|
Add default SecurityContext to every new ksvc (#1821)
* Add default SecurityContext to every new ksvc * Add basic seccon config flag * Fix export e2e tests * Fix unit test |
|
|
|
9ddff04d26
|
upgrade to latest dependencies (#1823)
bumping knative.dev/serving 0462ce6...4c76e3b:%0A > 4c76e3b Drop workaround pach for Istio (# 14156)%0A > d97db13 Update net-kourier nightly (# 14160)%0A > 1559c9b Bump net-certmanager manifests and add kapp ordering overlay (# 14148)%0A > 52fe24e upgrade to latest dependencies (# 14155)%0A > a5c8c2e Update community files (# 14154)%0A > 2a17873 Separate Activator SA (# 14133)%0A > fc166ac Consolidate webhooks (# 14082)%0A > b935bea Set QP resource defaults (# 14039)%0A > 529c5e4 Update net-kourier nightly (# 14150)%0A > 4ccd1c9 Implement Stringer for nil podTracker (# 14147)%0A > bd3e5e3 upgrade to latest dependencies (# 14151)%0A > ebbca26 upgrade to latest dependencies (# 14149)%0A > bde2f42 Update net-gateway-api nightly (# 14144)%0A > bb1262e Update net-kourier nightly (# 14129)%0A > 32ec382 Drop unused ytt patch for Ingress ServiceType (# 14143)%0A > 4c3b36c Update net-gateway-api nightly (# 14136)%0A > 9a75a93 Update net-istio nightly (# 14132)%0A > ca618b7 Update net-certmanager nightly (# 14131)%0A > ea3e9c3 Update net-contour nightly (# 14130)%0A > 2e7d6e4 Update community files (# 14128)%0A > 63fa389 Allow to set QP resources per service (# 14038)%0A > 9310e4d Update net-kourier nightly (# 14125)%0Abumping go.opencensus.io 49838f2...b1a01ee:%0A > b1a01ee Add started RPC metric for client and server side (# 1283)%0A > 0bf7faa Fix CI, and update testify (# 1284)%0A > 0521206 Passing capacity to make() in place of length. (# 1276)%0A > c2a62a2 fix: Add function to stop the defaultWorker (# 1272)%0A > bf52d9d Remove `convTslice` calls in Record() (# 1268)%0A > ad0b46e Precompute encodeWithKeys buffer size to avoid resizes (# 1269)%0A > a55fb71 Optimize `Record()` to avoid extra allocations (# 1267)%0A > dcf8515 Fix formatting to pass with go1.17 (# 1270)%0A > fb455b0 Remove @rakyll from codeowners (# 1256)%0A > f5c4b39 Bump version to next expected release (# 1257)%0Abumping github.com/census-instrumentation/opencensus-proto 4aa53e1...e53624a:%0A > e53624a Bump version to 0.4.1%0A > 576a4ca Run go mod tidy, forgot to do after proto updates (# 228) (# 230)%0A > f918ec1 Merge pull request # 227 from dashpole/release%0A > a5f3b19 Add makefile, upgrade to use opentelemetry protoc docker, newer protoc (# 225)%0A > 11530ad Bump version to 0.4.1-SNAPSHOT%0A > 032ec2a Add go.mod, so dependencies are controlled (# 224)%0A > 0b54ad6 Bump version to 0.4.0%0A > 54c9a4c Start 0.4.0 development cycle (# 219)%0Abumping github.com/golang/protobuf ae97035...5d5e8c0:%0A > 5d5e8c0 Merge pull request # 1363 from neild/jsonnull%0A > 37828f9 jsonpb: accept 'null' as a valid representation of NullValue in unmarshal%0Abumping golang.org/x/oauth2 e48dfd9...839de22:%0A > 839de22 google: don't check for IsNotExist for well-known file%0A > 0690208 go.mod: update golang.org/x dependencies%0A > 451d5d6 internal: remove repeated definite articles%0A > cfe200d oauth2: parse RFC 6749 error response%0A > 3607514 go.mod: update golang.org/x dependencies%0A > 4abfd87 google: add CredentialsParams.EarlyTokenRefresh%0A > 1e7f329 oauth2: add ReuseTokenSourceWithExpiry%0A > 86850e0 oauth2: fix typo%0A > a6e37e7 google: Updating 3pi documentation%0A > 54b70c8 google: update missing auth help URL%0A > 2fc4ef5 README: encourage issues and proposals before changes%0A > 62b4eed go.mod: update golang.org/x dependencies%0A > 885f294 google: Add support for OAuth2 token exchange over mTLS%0A > 6f9c1a1 google: use Credentials instead of deprecated DefaultCredentials%0A > c82d0e1 google/internal/externalaccount: Removed URL validation for google URLs in ADC files%0A > adbaf66 go.mod: update golang.org/x dependencies%0A > e07593a oauth2: remove direct dependency on golang.org/x/net%0A > 34ffb07 go.mod: update golang.org/x dependencies%0A > b177c21 go.mod: update golang.org/x dependencies%0A > 510acbc google/internal/externalaccount: Added check for aws region and security credential environment variables before aws metadata call%0A > ec4a9b2 google/internal/externalaccount: Adding metadata verification%0A > 68a41d6 go.mod: update golang.org/x dependencies%0A > 1a77549 go.mod: update to new compute/metadata module%0Abumping golang.org/x/text 9db913a...e503480:%0A > e503480 encoding/japanese, language: shorten very long sub-test names%0A > 2df65d7 all: regenerate for Unicode 15.0.0%0A > e3c038a all: prepare for Unicode 15.0.0%0A > 3a7a255 internal/export/idna: make more space for mapping index%0A > d61dd50 go.mod: delete repeated "indirect"%0A > efb744f internal/export/idna: fix infinite loop in Go pre-1.10%0A > 48e4a4a all: fix some comments%0Abumping golang.org/x/term 0edf009...edd9fb7:%0A > edd9fb7 go.mod: update golang.org/x dependencies%0A > 88fcf87 term: consistently return zeroes on GetSize error%0A > f6de4a1 go.mod: update golang.org/x dependencies%0A > 119f703 go.mod: update golang.org/x dependencies%0A > 7ae6be6 go.mod: update golang.org/x dependencies%0Abumping google.golang.org/api a039966...63d06ab:%0A > 63d06ab chore(main): release 0.124.0 (# 1990)%0A > 73f57fe feat(all): auto-regenerate discovery clients (# 1991)%0A > 8c0e6d9 chore: add yoshi-approver ownership (# 1994)%0A > 7843046 chore(all): update all (# 1992)%0A > 94c12ed chore(all): update module github.com/google/s2a-go to v0.1.4 (# 1989)%0A > 0b4f4af feat(all): auto-regenerate discovery clients (# 1988)%0A > 2721e1f chore: enable GoApiaryCodegen auto-approve (# 1987)%0A > a241c25 chore: delete broken AutoApprove (# 1986)%0A > 3e2d6a6 chore: trigger AutoApprove on reopen as well (# 1985)%0A > a24a28a chore: give AutoApprove job full write (# 1984)%0A > 8210800 chore(main): release 0.123.0 (# 1975)%0A > f31b763 feat(all): auto-regenerate discovery clients (# 1982)%0A > d27f40f feat(all): auto-regenerate discovery clients (# 1978)%0A > 94d3d73 chore(ci): fix AutoApprove for discogen (# 1981)%0A > 98b3073 feat(all): auto-regenerate discovery clients (# 1974)%0A > d5e0fb2 chore(main): release 0.122.0 (# 1972)%0A > ab64815 feat(all): auto-regenerate discovery clients (# 1973)%0A > 8b0974e fix: add better support of array of floats (# 1971)%0A > cf0df64 chore(main): release 0.121.0 (# 1962)%0A > c2c2b59 feat(all): auto-regenerate discovery clients (# 1963)%0A > e44a771 chore(all): update module github.com/google/s2a-go to v0.1.3 (# 1965)%0A > 2068ba5 feat(all): auto-regenerate discovery clients (# 1961)%0A > c2018e2 chore(main): release 0.120.0 (# 1956)%0A > 4e35cac feat(all): auto-regenerate discovery clients (# 1960)%0A > fcd007a feat(all): auto-regenerate discovery clients (# 1958)%0A > 289b859 feat(all): auto-regenerate discovery clients (# 1957)%0A > 409bc9d feat(all): auto-regenerate discovery clients (# 1955)%0A > 0909f16 chore(main): release 0.119.0 (# 1944)%0A > 2f54150 chore(deps): update s2a-go to v0.1.2 (# 1954)%0A > 685ec81 feat: add an option to enable DirectPath xDS (# 1942)%0A > d85769c feat(all): auto-regenerate discovery clients (# 1953)%0A > 4cb8eb9 feat(all): auto-regenerate discovery clients (# 1952)%0A > bf9f3ac chore(all): update google.golang.org/genproto digest to daa745c (# 1949)%0A > e1eda57 feat(all): auto-regenerate discovery clients (# 1948)%0A > a0dacd5 feat(all): auto-regenerate discovery clients (# 1947)%0A > e8b93cb chore(deps): update s2a-go to v0.1.1 (# 1945)%0A > 690068f feat(all): auto-regenerate discovery clients (# 1943)%0A > 2d6890a chore(main): release 0.118.0 (# 1940)%0A > 29dc45a feat(all): auto-regenerate discovery clients (# 1941)%0A > ac94a0f feat(all): auto-regenerate discovery clients (# 1939)%0A > 8019ef6 chore(main): release 0.117.0 (# 1931)%0A > 750c7c8 feat(all): auto-regenerate discovery clients (# 1936)%0A > 3a98290 chore(all): update all (# 1937)%0A > 3f62830 chore(deps): bump golang.org/x/crypto (# 1930)%0A > 2219681 feat(all): auto-regenerate discovery clients (# 1935)%0A > 2efcb2e feat(all): auto-regenerate discovery clients (# 1932)%0A > 3c61729 feat: add experimental s2a-go integration (# 1874)%0A > 587b9e5 chore(main): release 0.116.0 (# 1929)%0A > 28c8cd5 feat(all): auto-regenerate discovery clients (# 1928)%0A > feafcdc chore(main): release 0.115.0 (# 1922)%0A > 34781cf feat(all): auto-regenerate discovery clients (# 1927)%0A > 33a2dfe feat(all): auto-regenerate discovery clients (# 1924)%0A > 02cfb82 chore(all): update google.golang.org/genproto digest to dcfb400 (# 1925)%0A > 8930f0e feat(all): auto-regenerate discovery clients (# 1923)%0A > 1c955e8 feat(all): auto-regenerate discovery clients (# 1913)%0A > 7f87838 chore(all): update all (# 1918)%0A > be028cf chore(gensupport): add idempotency header (# 1916)%0A > 649bfb9 chore(all): update all (# 1914)%0A > 5ac4fd7 test: update test due to generator change (# 1912)%0A > f79df48 chore(main): release 0.114.0 (# 1910)%0A > 2754ab4 feat(all): auto-regenerate discovery clients (# 1907)%0A > dc4b77d fix: always reference the internal package. (# 1909)%0A > b8a2a5e chore(main): release 0.113.0 (# 1901)%0A > fc221ce feat(all): auto-regenerate discovery clients (# 1900)%0A > e63383f chore(all): update module google.golang.org/protobuf to v1.29.1 [SECURITY] (# 1906)%0A > 64b6ee4 feat(idtoken): add support for external_account (# 1897)%0A > 65cafd4 chore(all): update all (# 1902)%0A > 63c48a6 feat(transport): add support for setting quota project with envvar (# 1892)%0A > 225fa6b internal: Refactor cert logic to support OAuth2 token exchange over mTLS (# 1886)%0A > 8d4d70d chore(main): release 0.112.0 (# 1883)%0A > 89c274a feat(all): auto-regenerate discovery clients (# 1898)%0A > 9f18671 feat(all): auto-regenerate discovery clients (# 1896)%0A > e88ee8a feat(all): auto-regenerate discovery clients (# 1893)%0A > 5da4d6a feat(all): auto-regenerate discovery clients (# 1887)%0A > 6bd0840 chore(deps): bump golang.org/x/crypto in /internal/kokoro/discogen (# 1890)%0A > 2f72016 chore(all): update all (# 1888)%0A > c886360 feat(all): auto-regenerate discovery clients (# 1885)%0A > 1aee5cd feat(all): auto-regenerate discovery clients (# 1884)%0A > 15808d7 feat(all): auto-regenerate discovery clients (# 1882)%0A > e99d0d5 chore(main): release 0.111.0 (# 1860)%0A > 70d3954 feat(all): auto-regenerate discovery clients (# 1875)%0A > f32872c chore(all): update google.golang.org/genproto digest to 637eb22 (# 1877)%0A > c02cff6 feat(all): auto-regenerate discovery clients (# 1873)%0A > 7d34d41 feat(all): auto-regenerate discovery clients (# 1872)%0A > d456fd6 chore(deps): bump golang.org/x/net in /internal/kokoro/discogen (# 1870)%0A > b7ab21d chore(all): update all (# 1868)%0A > 7f5f40a feat(all): auto-regenerate discovery clients (# 1866)%0A > 4056319 chore(all): update module golang.org/x/net to v0.7.0 [SECURITY] (# 1867)%0A > 8b8b195 feat(all): auto-regenerate discovery clients (# 1863)%0A > c0f2510 chore(all): update vet.sh to go runtime 1.20 (# 1865)%0A > 895105a feat(all): auto-regenerate discovery clients (# 1861)%0A > ba3414e feat(all): auto-regenerate discovery clients (# 1859)%0A > 892811c chore(main): release 0.110.0 (# 1840)%0A > 1edc79b chore: update x libs (# 1858)%0A > 929a393 chore(all): update all (# 1853)%0A > 1147cb8 fix: Update ECP dependency to v0.2.3 (# 1857)%0A > 689f934 feat(all): auto-regenerate discovery clients (# 1851)%0A > 8efd00d fix(internal/gensupport): don't prematurely close timers (# 1856)%0A > 3fb5b61 fix: Improve error handling for enterprise certificate module (# 1848)%0A > 8980266 feat(all): auto-regenerate discovery clients (# 1850)%0A > 3fb8cdc feat(all): auto-regenerate discovery clients (# 1841)%0A > 1651c38 chore(transport): remove support for go runtimes earlier than 1.16 (# 1844)%0A > 4b4c9d4 feat(all): auto-regenerate discovery clients (# 1838)%0A > b3b5f17 chore(main): release 0.109.0 (# 1818)%0A > c13cc35 feat(all): auto-regenerate discovery clients (# 1836)%0A > 602b6a4 chore(all): update all (major) (# 1806)%0A > a5d0daa feat(all): auto-regenerate discovery clients (# 1828)%0A > 50fc7c4 feat(all): auto-regenerate discovery clients (# 1826)%0A > 6aad438 feat(all): auto-regenerate discovery clients (# 1825)%0A > 85d0224 feat(all): auto-regenerate discovery clients (# 1822)%0A > 884a246 feat(all): auto-regenerate discovery clients (# 1821)%0A > 5935892 feat(all): auto-regenerate discovery clients (# 1819)%0A > ba3ba78 feat(all): auto-regenerate discovery clients (# 1817)%0A > 47f66d6 chore(main): release 0.108.0 (# 1811)%0A > da48b9a feat(all): auto-regenerate discovery clients (# 1816)%0A > a12685c feat(all): auto-regenerate discovery clients (# 1813)%0A > 4df52d2 feat(all): auto-regenerate discovery clients (# 1810)%0A > f74fbb6 chore(main): release 0.107.0 (# 1803)%0A > d8084e4 feat(all): auto-regenerate discovery clients (# 1809)%0A > 4dca4e0 feat: re-enable integrations:v1 (# 1801)%0A > 86e4009 fix: user Timers over time.After (# 1802)%0A > bcc345c feat(all): auto-regenerate discovery clients (# 1808)%0A > de06921 feat(all): auto-regenerate discovery clients (# 1807)%0A > 935ef64 feat(all): auto-regenerate discovery clients (# 1804)%0A > 93de455 feat(all): auto-regenerate discovery clients (# 1800)%0A > ac7eb8f chore(main): release 0.106.0 (# 1786)%0A > 3944e86 feat(all): auto-regenerate discovery clients (# 1794)%0A > f6dec99 feat(idtoken): add support for impersonated_service_account creds type (# 1792)%0A > ddb5c65 test: add buffer to both sides of token expiry validation (# 1797)%0A > b35900a fix(idtoken): configure validator constructor to use no authentication (# 1789)%0A > ca86833 chore(all): update all (# 1796)%0A > a6b0739 chore: skip generating integrations:v1 as it fails generation (# 1793)%0A > 7bd17b3 feat(all): auto-regenerate discovery clients (# 1790)%0A > 9fb35f5 feat(all): auto-regenerate discovery clients (# 1788)%0A > 1569e5b feat(option/internaloption): add new EmbeddableAdapter option (# 1787)%0A > a7f08e2 feat(all): auto-regenerate discovery clients (# 1784)%0A > 67aaf4e chore(main): release 0.105.0 (# 1774)%0A > 5b02761 feat(all): auto-regenerate discovery clients (# 1777)%0A > c58bf4c feat: support set null map entries for non-simple map values (# 1782)%0A > e4271df feat(googleapi): add response headers to Error reported by CheckMediaResponse (# 1781)%0A > 6193507 chore: remove uses of obsolete golang.org/x/xerrors (# 1776)%0A > 37a2e41 feat(all): auto-regenerate discovery clients (# 1773)%0A > 9255b0b chore(main): release 0.104.0 (# 1748)%0A > 4238314 chore: ignore some golang.org/x/* dependencies in renovate (# 1772)%0A > 029b659 chore(all): update all (# 1768)%0A > f819644 feat(all): auto-regenerate discovery clients (# 1771)%0A > 2b596d9 feat(all): auto-regenerate discovery clients (# 1767)%0A > 3195ce1 feat(all): auto-regenerate discovery clients (# 1766)%0A > 97a9846 feat(all): auto-regenerate discovery clients (# 1760)%0A > 8d8f0a7 feat(transport): de-experiment google-c2p resolver (# 1757)%0A > c213153 fix(transport/grpc): separate resolution of creds and certs (# 1759)%0A > 629e217 fix(idtoken): increase MaxIdleConnsPerHost to 100 in NewClient (# 1754)%0A > caf7af0 feat(all): auto-regenerate discovery clients (# 1755)%0A > e18b504 feat(all): auto-regenerate discovery clients (# 1753)%0A > dd565a4 feat(all): auto-regenerate discovery clients (# 1752)%0A > a657f19 feat(all): auto-regenerate discovery clients (# 1751)%0A > 292129c feat(all): auto-regenerate discovery clients (# 1746)%0A > 02077fd chore(all): update all (# 1749)%0A > 567070f docs: document limitation of WithUserAgent (# 1747)%0A > 561b601 chore(main): release 0.103.0 (# 1738)%0A > 4248dc3 feat(all): auto-regenerate discovery clients (# 1743)%0A > ee25e29 feat(googleapi): inject gax apierror.APIError into googleapi.Error (# 1730)%0A > f8efb95 chore(all): update all (# 1740)%0A > 9695aa1 feat: rm hard dep on x/sys (# 1742)%0A > bec0f29 chore(.github): force renovate to use 1.19 (# 1741)%0A > bbd4259 feat(all): auto-regenerate discovery clients (# 1739)%0A > de99200 feat(all): auto-regenerate discovery clients (# 1737)%0A > 0d7f97a chore(main): release 0.102.0 (# 1726)%0A > 0528475 feat: rely on new compute metadata module directly (# 1736)%0A > ce57a67 feat(all): auto-regenerate discovery clients (# 1734)%0A > 1e1eab9 feat(all): auto-regenerate discovery clients (# 1727)%0A > 0ce5403 test(transport/grpc): fix arg for test failure logs (# 1733)%0A > 06360d8 feat(all): auto-regenerate discovery clients (# 1725)%0A > 644a13c chore(main): release 0.101.0 (# 1719)%0A > f4788b3 feat(all): auto-regenerate discovery clients (# 1723)%0A > 9ea2ceb chore(all): update all (# 1721)%0A > 9140608 feat(all): auto-regenerate discovery clients (# 1720)%0A > 453b81a feat(all): auto-regenerate discovery clients (# 1718)%0A > d530a93 chore(main): release 0.100.0 (# 1714)%0A > 37f90e9 feat(internal/gensupport): remove DetermineContentType, use gax-go copy (# 1716)%0A > b235b1f fix(idtoken): Allow missing age in http response header (# 1715)%0A > f990a2a feat(all): auto-regenerate discovery clients (# 1717)%0A > f9e15f2 feat(all): auto-regenerate discovery clients (# 1712)%0A > e74b770 chore(all): update all (# 1713)%0A > 977e871 chore(main): release 0.99.0 (# 1710)%0A > 6b81c83 feat(all): auto-regenerate discovery clients (# 1701)%0A > 1aa1deb chore(all): update all (# 1707)%0A > 69fb474 chore: Update ECP dependency to 0.2.0 (# 1704)%0A > a4ae94d chore(main): release 0.98.0 (# 1700)%0A > 25b7450 feat(all): auto-regenerate discovery clients (# 1699)%0A > aa775b4 feat(all): auto-regenerate discovery clients (# 1696)%0A > faa845a chore(main): release 0.97.0 (# 1694)%0A > 2c3e863 fix(gensupport): allow initial request for resumable uploads to retry w/ non-nil getBody (# 1690)%0A > f427ee3 feat(internal/gensupport): wrap retry failures with context and prev error (# 1684)%0A > 6b0515b fix: build script bash error (# 1697)%0A > b8f2556 feat(all): auto-regenerate discovery clients (# 1695)%0A > a87400b feat(all): auto-regenerate discovery clients (# 1693)%0Abumping google.golang.org/protobuf 6875c3d...68463f0:%0A > 68463f0 all: release v1.31.0%0A > 59a8581 encoding/protodelim: fix handling of io.EOF%0A > fc47fdd proto: store the size of tag to avoid multiple calculations%0A > cc524c9 internal/order: fix sorting of synthetic oneofs to be deterministic%0A > b8fc770 encoding/protodelim: If UnmarshalFrom gets a bufio.Reader, try to reuse its buffer instead of creating a new one%0A > cf06b0c compiler/protogen: add Semantic.SET to setter annotations%0A > 05cbe34 encoding: add MarshalAppend to protojson and prototext%0A > 1bca6d9 types/dynamicpb: add NewTypes%0A > 736947c all: update protobuf release version to fix macOS tests%0A > 808c664 all: start v1.30.0-devel%0A > f221882 all: release v1.30.0%0A > e344383 protoadapt: helper functions to convert v1 or v2 message to either v1 or v2 message.%0A > 32efccd all: start v1.29.1-devel%0A > 771d8c7 all: release v1.29.1%0A > edaf511 internal/encoding/text: fix parsing of incomplete numbers%0A > fe5bc54 all: start v1.29.0-devel%0A > d3c9826 all: release v1.29.0%0A > eba8b09 cmd/protoc-gen-go: support protobuf retention feature%0A > fcf5f6c encoding/prototext: allow whitespace and comments between minus sign and number in negative numeric literal%0A > bc1253a types/descriptorpb: regenerate using latest protobuf v22.0 release%0A > 246af0d internal,reflect: correct typos%0A > 49eaa78 all: update links to Protocol Buffer documentation%0A > e831c33 proto: document Equal behavior of invalid messages%0A > 358fe40 internal/strs: avoid unnecessary allocations in Builder%0A > 0430d69 internal/impl: remove the unreachable line of code%0A > a948118 cmd/protoc-gen-go: make deprecated messages more descriptive%0A > 31a5920 protobuf: remove the check for reserved field numbers.%0A > a8d446d types/known/structpb: preallocate map in AsMap%0A > b2a7dfe reflect/protoreflect: add Value.Equal method%0A > f0e23c7 proto: revert expose package-private equalField%0A > 4d6d213 proto: expose package-private equalField.%0A > 7a48e2b protoreflect: fix list example code%0A > 494e81b integration test: drop Go 1.11 and Go 1.12%0A > f930b1d encoding/protojson: fix parsing of google.protobuf.Timestamp%0A > 692f4a2 types/descriptorpb: update *.pb.go to use latest protoc release, 21.5%0A > fb0abd9 encoding: add protodelim package%0A > 0f85348 all: start v1.28.1-devel%0Abumping google.golang.org/grpc 1c29e07...5b67e5e:%0A > 5b67e5e Update version.go to v1.56.1 (# 6386)%0A > d0f5150 client: handle empty address lists correctly in addrConn.updateAddrs (# 6354) (# 6385)%0A > 997c1ea Change version to 1.56.1-dev (# 6345)%0A > 2b6ff72 Change version to 1.56.0 (# 6344)%0A > 7996425 xds/outlierdetection: fix config handling (# 6361) (# 6367)%0A > a5ae5c6 weightedroundrobin: cherry-pick 2 commits from master (# 6360)%0A > 8edfa1a authz: End2End test for AuditLogger (# 6304)%0A > 2b1d70b xds: enable RLS in xDS by default (# 6343)%0A > 47f8ed8 interop: Don't fail target if sub-target already failed (# 6332)%0A > 1f23f6c client: fix Connect to handle channel idleness properly (# 6331)%0A > 3ea58ce client: disable channel idleness by default (# 6328)%0A > 6c2529b xds: support pick_first custom load balancing policy (A62) (# 6314)%0A > 9b9b364 internal/envconfig: Set Custom LB Env Var to true by default (# 6317)%0A > e325737 alts: Fix flaky ALTS TestFullHandshake test. (# 6300)%0A > 4d3f221 xds/internal/xdsclient: Add support for String Matcher Header Matcher in RDS (# 6313)%0A > 157db19 stats/opencensus: Fix flaky test span (# 6296)%0A > f19266c xds: support built-in Stdout audit logger type (# 6298)%0A > 59134c3 client: add support for pickfirst address shuffling from gRFC A62 (# 6311)%0A > a6e1acf grpc: support sticky TF in pick_first LB policy (# 6306)%0A > 2ae10b2 xdsclient: remove interface check related to ResourceData (# 6308)%0A > e9799e7 client: support a 1:1 mapping with acbws and addrConns (# 6302)%0A > 2a266e7 authz: use pointer to to structpb.Struct instead of value (# 6307)%0A > 511a963 interop: let the interop client send additional metadata, controlled by a flag (# 6295)%0A > 9b7a947 grpc: support channel idleness (# 6263)%0A > 098b2d0 xds/internal/balancer/outlierdetection: Switch Outlier Detection to use new duration field (# 6286)%0A > 417d4b6 examples: add error_handling example; move errors to error_details (# 6293)%0A > 390c392 authz: Rbac engine audit logging (# 6225)%0A > 52fef6d authz: Stdout logger (# 6230)%0A > 92e65c8 test/kokoro: Add custom_lb_test to the xds_k8s_lb job (# 6290)%0A > 756119c xds/outlierdetection: forward metadata from child picker (# 6287)%0A > 8eba9c2 github: upgrade to v3 of checkout & setup-go (# 6280)%0A > 24fd252 proto: update generated code to match grpc-proto changes (# 6283)%0A > 4eb88d7 cleanup: use new Duration type in base ServiceConfig (# 6284)%0A > 1230f0e xds/internal/xdsclient: Split registry up and two separate packages (# 6278)%0A > 0bdae48 interop: fix interop_test.sh shutdown (# 6279)%0A > 5dcfb37 interop: hold lock on server for OOB metrics updates; share 30s timeout (# 6277)%0A > 68381e7 xds: WRR in xDS (# 6272)%0A > fd376a5 test: fix flaky TimeoutOnDeadServer test; some cleanups (# 6276)%0A > 1db474c weightedroundrobin: fix duration format in lb config (# 6271)%0A > 523dcdd weightedroundrobin: fix test race accessing timeNow (# 6269)%0A > 1536887 interop/xds: Add Custom LB needed for interop test (# 6262)%0A > 7d61344 examples: fix authz example to receive streaming error properly (# 6270)%0A > afcbdc9 xds/internal/xdsclient/xdslbregistry: Continue in converter if type not found (# 6268)%0A > b3fbd87 interop: add ORCA test cases and functionality (# 6266)%0A > 5e58734 xds: Add support for Custom LB Policies (# 6224)%0A > 5c4bee5 balancer/weightedroundrobin: add load balancing policy (A58) (# 6241)%0A > c44f77e grpc: use CallbackSerializer in balancer wrapper (# 6254)%0A > f193ec0 orca: fix race when calling listeners coincides with updating the run goroutine (# 6258)%0A > 417cf84 test: deflake TestBalancerProducerHonorsContext (# 6257)%0A > 1f3fe1c Update ClientStream.SendMsg doc (# 6247)%0A > ccad7b7 grpc: use CallbackSerializer in resolver_wrapper (# 6234)%0A > 47b3c55 orca: fix race at producer startup (# 6245)%0A > 56b33d5 server/transport: send appropriate debug_data in GOAWAY frames (# 6220)%0A > add9015 orca: allow a ServerMetricsProvider to be passed to the ORCA service and ServerOption (# 6223)%0A > 40d0147 googledirectpatph: enable ignore_resource_deletion in bootstrap (# 6243)%0A > ed3ceba balancer: make producer RPCs block until the SubConn is READY (# 6236)%0A > b153b00 multiple: standardize import renaming for typed structs (# 6238)%0A > 713bd04 orca: minor cleanups (# 6239)%0A > 21a339c grpc: handle RemoveSubConn inline in balancerWrapper (# 6228)%0A > b153827 xds: make glaze happy for test packages (# 6237)%0A > 019acf2 stubserver: add option for allowing more services to be registered (# 6240)%0A > cf89a0b authz: Swap to using the correct TypedConfig in audit logger parsing (# 6235)%0A > df82147 internal: Document gcp/observability 1.0 dependencies in /internal (# 6229)%0A > da1a5eb tests: nix TestClientDoesntDeadlockWhileWritingErroneousLargeMessages (# 6227)%0A > e853dbf authz: add conversion of json to RBAC Audit Logging config (# 6192)%0A > 497436c xds/internal/balancer/outlierdetection: Change string to String (# 6222)%0A > de11139 clusterresolver: improve tests (# 6188)%0A > eff0942 xds/internal/xdsclient: Custom LB xDS Client Changes (# 6165)%0A > 8628e07 xds/internal/balancer/outlierdetection: Add Channelz Logger to Outlier Detection LB (# 6145)%0A > 83c460b authz: Move audit package (# 6218)%0A > 8c70261 grpc: ClientConn cleanup in prep for channel idleness (# 6189)%0A > 2cd95c7 gcp/observability: remove redundant import (# 6215)%0A > 16651f6 go.mod: update all dependencies (# 6214)%0A > ca60462 stubserver: Stop server when StartClient failed (# 6190)%0A > 7dfd718 internal/buffer: add Close method to the Unbounded buffer type (# 6161)%0A > ebeda75 tests: defalke TestTimerAndWatchStateOnSendCallback (# 6206)%0A > 0ed709c Change version to 1.56.0-dev (# 6213)%0A > 875c97a examples/features/observability: use observability module v1.0.0 (# 6210)%0A > aa8c137 authz: add audit logging APIs (# 6158)%0A > b91b884 gcp/observability: Have o11y module point to grpc 1.54 and opencensus 1.0.0 (# 6209)%0A > eab9e20 test/kokoro: increase PSM Security test timeout to 4h (# 6193)%0A > d90621f remove the unnecessary call to ResetTimer and StopTimer (# 6185)%0A > fe72db9 testing: add helpers to start test service, and retrieve port (# 6187)%0A > 5a50b97 Revert "Revert "credentials/alts: defer ALTS stream creation until handshake …" (# 6179)%0A > 89ec960 grpc: read the service config channel once instead of twice (# 6186)%0A > 6237dfe internal/stubserver: Close Client Conn in error handling of Start (# 6174)%0A > 06de8f8 alts: Add retry loop when making RPC in ALTS's TestFullHandshake. (# 6183)%0A > 6eabd7e server: use least-requests loadbalancer for workers (# 6004)%0A > 8374ff8 Export the unwrapResource method, to allow callers outside of the package (# 6181)%0A > efb2f45 test/xds: Fix test_grpc import path (# 6180)%0A > 81b3092 security/advancedtls: add TlsVersionOption to select desired min/max TLS versions (# 6007)%0A > 17b693d alts: Perform full handshake in ALTS tests. (# 6177)%0A > 01f8b86 Add documentation on some anti-patterns (# 6034)%0A > 3489bb7 xdsclient/test: deflake TestWatchResourceTimerCanRestartOnIgnoredADSRecvError (# 6159)%0A > bfb57b8 testing: delete internal copy of test service proto, and use canonical one (# 6164)%0A > 10401b9 stats/opencensus: the backend to Sent. Attempt. and Recv. (# 6173)%0A > b0a8b1b Use string instead of enum for xds resource type (# 6163)%0A > 1d5b73a xds: add stop to avoid hanging in TestServeWithStop (# 6172)%0A > ea0a038 xds/xdsclient: ignore resource deletion as per gRFC A53 (# 6035)%0A > a51779d xdsclient/test: deflake TestTimerAndWatchStateOnSendCallback (# 6169)%0A > e979919 internal/grpcsync: move CallbackSerializer from xdsclient/internal to here (# 6153)%0A > c2899dd examples/features/observability: Point o11y example to latest gcp/observability module (# 6162)%0A > 113d75f gcp/observability: Add isSampled bool to log entries (# 6160)%0A > 4a12595 stats/opencensus: Switch helper to return Span Context from context (# 6156)%0A > c3f1d5e gcp/observability: Set the opencensus_task label only for metrics, not tracing and logging (# 6155)%0A > 42dd7ac Use anypb.New instead of ptypes.MarshalAny (# 6074)%0A > 415ccdf go.mod: update all dependencies after 1.54 branch cut (# 6132)%0A > a357baf status: FromError: return entire error message text for wrapped errors (# 6150)%0A > 44cebb8 xds: enable XDS federation by default (# 6151)%0A > c018273 examples: Add observability example (# 6149)%0A > 277bb64 Revert "credentials/alts: defer ALTS stream creation until handshake time (# 6077)" (# 6148)%0A > 0fdfd40 gcp/observability: Generate unique process identifier unconditionally (# 6144)%0A > 1d20f1b security/advancedtls: swap from deprecated pkix.CertificateList to x509.RevocationList (# 6054)%0A > a8a25ce transport: use prefix logging (# 6135)%0A > 9c25653 cdsbalancer: improve log messages (# 6134)%0A > a02aae6 CONTRIBUTING.md: remove duplicated bullet point (# 6139)%0A > cdab8ae clusterresolver: push empty config to child policy upon removal of cluster resource (# 6125)%0A > 7651e62 transport: add a draining state check before creating streams (# 6142)%0A > a2ca46c examples: organize READMEs better (# 6121)%0A > 4efec30 stats/opencensus: remove leading slash for per call metrics (# 6141)%0A > 78099db gcp/observability: Switch hex encoding to string() method (# 6138)%0A > 70c5291 observability: remove import replace directive and switch it to point to latest commit (# 6122)%0A > 66e3533 status: handle wrapped errors (# 6031)%0A > a75fd73 Change version to 1.55.0-dev (# 6131)%0A > b638faf stats/opencensus: Add message prefix to metrics names (# 6126)%0A > c84a500 credentials/alts: defer ALTS stream creation until handshake time (# 6077)%0A > 6f44ae8 metadata: add benchmark test for FromIncomingContext and ValueFromIncomingContext (# 6117)%0A > a1e657c client: log last error on subchannel connectivity change (# 6109)%0A > 36fd0a4 gcp/observability: Add compressed metrics to observability module and synchronize View data with exporter (# 6105)%0A > 52ca957 xds: make comparison of server configs in bootstrap more reliable (# 6112)%0A > 7507ea6 gcp/observability: Change logging schema and set queue size limit for logs and batching delay (# 6118)%0A > 16c3b7d examples: add example for ORCA load reporting (# 6114)%0A > b458a4f transport: stop always closing connections when loopy returns (# 6110)%0A > 11e2506 tests: Scale down keepalive test timings (# 6088)%0A > 5796c40 interop/observability: Pass interop parameters to client/server as-is (# 6111)%0A > abd4db2 xdsclient/tests: fix flaky test NodeProtoSentOnlyInFirstRequest (# 6108)%0A > 3633361 tests: support LRS on the same port as ADS (# 6102)%0A > 0558239 Update CONTRIBUTING.md (# 6089)%0A > 2260821 go.mod: upgrade golang.org/x/net to address CVE-2022-41723 (# 6106)%0A > 60a1aa3 testutils: add support for creating endpoint resources with options (# 6103)%0A > 92d9e77 xds: NACK route configuration if sum of weights of weighted clusters exceeds uint32_max (# 6085)%0A > d02039b Deflake the integration test. (# 6093)%0A > 55d8783 gcp/observability: Link logs and traces by logging Trace and Span IDs (# 6056)%0A > ad4057f transport: stop returning errors that are always nil (# 6098)%0A > 558e1b6 examples/authz: add token package docstring (# 6095)%0A > 33df9fc credentials/xds: improve error message upon SAN matching failure (# 6080)%0A > 3292193 xdsclient: handle race with watch timer handling (# 6086)%0A > e83e34b xds/resolver/test: use a non-blocking send instead of closing the channel (# 6082)%0A > b46bdef interop/observability: add GCP Observability Testing Client/Server (# 5979)%0A > f311684 stats/opencensus: New uncompressed metrics and align with tracing spec (# 6051)%0A > cc320bf grpc: Log server trailers before writing status (# 6076)%0A > b9e6d59 xdsclient: send Node proto only on first discovery request on ADS stream (# 6078)%0A > ae4a231 ringhash: ensure addresses are consistenly hashed across updates (# 6066)%0A > 52dcd14 xdsclient: move tests from `e2e_test` to `tests` directory (# 6073)%0A > d8f80bb stats/opencensus: Added client api latency and upgrade go.mod (# 6042)%0A > a8b3226 gcp/observability: Disable logging and traces on channels to cloud ops backends (# 6022)%0A > 20141c2 examples: add an example to illustrate authorization (authz) support (# 5920)%0A > 8c374f7 clusterresolver: cleanup resource resolver implementation (# 6052)%0A > 1d16ef5 metadata: Lowercase appended metadata (# 6071)%0A > 8ba23be cmd/protoc-gen-go-grpc: bump -version to 1.3.0 for release (# 6064)%0A > a1693ec fakeserver: remove ADS and LRS v2 support (# 6068)%0A > 832ecc2 channelz: use protocmp.Transform() to compare protos (# 6065)%0A > 28b6bcf xds/xdsclient: improve failure mode behavior (gRFC A57) (# 5996)%0A > d53f0ec test: move compressor tests out of end2end_test.go (# 6063)%0A > dba41ef metadata: fix validation issues (# 6001)%0A > 75bed1d test: move e2e health checking tests out of end2end_test.go (# 6062)%0A > 0586c51 internal/transport: reduce running time of test from 5s to 1s (# 6061)%0A > 7437662 internal/transport: Fix flaky keep alive test (# 6059)%0A > 681b133 admin/test: split channelz imports (# 6058)%0A > 1093d3a channelz: remove dependency on testing package (# 6050)%0A > 3775f63 xdsclient/transport: reduce chattiness of logs (# 5992)%0A > 6fe609d xdsclient: minor cleanup in eds parsing (# 6055)%0A > 5353eaa testing: add helpers to configure cluster specifier plugin type (# 5977)%0A > 8702a2e stats/opencensus: Add top level call span (# 6030)%0A > 85b95dc gcp/observability: Register new views (# 6026)%0A > abff344 stats/opencensus: Add per call latency metric (# 6017)%0A > 0f02ca5 gcp/observability: Switch observability module to use new opencensus instrumentation code (# 6021)%0A > 6d612a3 resolver: update Resolver.Scheme() docstring to mention requirement of lowercase scheme names (# 6014)%0A > 30d8c0a xds/internal/xdsclient: NACK empty clusters in aggregate clusters (# 6023)%0A > 081499f xds: remove support for v2 Transport API (# 6013)%0A > dd12def stats/opencensus: Add OpenCensus traces support (# 5978)%0A > f4feddb github: update tests to use go version 1.20 (# 6020)%0A > 8153410 client: Add dial option to disable global dial options (# 6016)%0A > 55dfae6 resolver: document handling UpdateState errors by resolvers (# 6002)%0A > ceb3f07 client: Revert dialWithGlobalOption (# 6012)%0A > d655f40 internal/transport: fix severity of log when receiving a GOAWAY with error code ENHANCE_YOUR_CALM (# 5935)%0A > b81e8b6 metadata: slightly improve operateHeaders (# 6008)%0A > e9d9bd0 tests: reduce the degree of stress testing in long running tests (# 6003)%0A > f855226 github: update codeQL action to v2 (# 6009)%0A > f69e9ad stats/opencensus: Add OpenCensus metrics support (# 5923)%0A > 3151e83 cmd/protoc-gen-go-grpc: export consts for full method names (# 5886)%0A > d6dabba xds/server: reduce chattiness of logs (# 5995)%0A > 0954097 server: expose API to set send compressor (# 5744)%0A > a7058f7 xds/csds: switch tests to use the new generic xdsclient API (# 6000)%0A > 3711154 xdsclient/bootstrap: reduce chattiness of logs (# 5991)%0A > d103fc7 xdsclient/xdsresource: reduce chattiness of logs (# 5993)%0A > 6a707eb client: add an option to disable global dial options (# 5990)%0A > c813c17 Change version to 1.54.0-dev (# 5985)%0A > 2a1e934 server: after GracefulStop, ensure connections are closed when final RPC completes (# 5968)%0A > e2d69aa tests: fix spelling of variable (# 5966)%0A > a6376c9 xds/resolver: cleanup tests to use real xDS client 3/n (# 5953)%0A > bf8fc46 xds/resolver: cleanup tests to use real xDS client 5/n (# 5955)%0A > 3930549 resolver: replace resolver.Target.Endpoint field with Endpoint() method (# 5852)%0A > 894816c grpclb: rename `grpclbstate` package back to `state` (# 5962)%0A > e5a0237 encoding: fix duplicate compressor names (# 5958)%0A > 4adb2a7 xds/resolver: cleanup tests to use real xDS client 2/n (# 5952)%0A > 52a8392 gcp/observability: update method name validation (# 5951)%0A > 4075ef0 xds: fix panic involving double close of channel in xDS transport (# 5959)%0A > 7bf6a58 gcp/observability: Cleanup resources allocated if start errors (# 5960)%0A > bc9728f xds/resolver: cleanup tests to use real xDS client 4/n (# 5954)%0A > 6e74938 xds/resolver: cleanup tests to use real xDS client (# 5950)%0A > 9b9b381 server: fix a few issues where grpc server uses RST_STREAM for non-HTTP/2 errors (# 5893)%0A > ace8082 xdsclient: close func refactor (# 5926)%0A > 9326362 transport: fix maxStreamID to align with http2 spec (# 5948)%0A > 4e4d828 xds interop: Fix buildscripts not continuing on a failed test suite (# 5937)%0A > 379a2f6 *: add missing colon to errorf messages to improve readability (# 5911)%0A > cde2edc Revert "xds interop: Fix buildscripts not continuing on a failed test suite (# 5932)" (# 5936)%0A > 78ddc05 xdsclient: fix race in load report implementation (# 5927)%0A > 2a9e970 xds interop: Fix buildscripts not continuing on a failed test suite (# 5932)%0A > 9228cff rls: fix a data race involving the LRU cache (# 5925)%0A > be06d52 binarylog: consistently rename imports for binarylog proto (# 5931)%0A > bf3ad35 *: update all dependencies (# 5924)%0A > 6de8f50 transport: drain client transport when streamID approaches maxStreamID (# 5889)%0A > 42b7b63 stats/opencensus: OpenCensus instrumentation api (# 5919)%0A > 974a5ef grpc: document defaults in MaxCallMsgSize functions (# 5916)%0A > 9b73c42 test/xds: add tests for scenarios where authority in resource name is not specified in bootstrap config (# 5890)%0A > 3b2da53 xdsclient: handle resource not found errors correctly (# 5912)%0A > f2fbb0e Deprecate use of `ioutil` package (# 5906)%0A > 8ec85e4 priority: improve and reduce verbosity of logs (# 5902)%0A > 12b8fb5 test: move e2e HTTP header tests to http_header_end2end_test.go (# 5901)%0A > f1a9ef9 stream: update ServerStream.SendMsg doc (# 5894)%0A > c90744f oauth: mark `NewOauthAccess` as deprecated and update examples to use `TokenSource` (# 5882)%0A > 0e5421c internal/envconfig: add convenience boolFromEnv to improve readability (# 5887)%0A > 4565dd7 ringhash: allow overriding max ringhash size via environment variable (# 5884)%0A > 94a65dc rls: deflake tests (# 5877)%0A > 08479c5 xdsclient: resource agnostic API implementation (# 5776)%0A > 07ac97c transport: simplify httpClient by moving onGoAway func to onClose (# 5885)%0A > 5ff7dfc rls: propagate headers received in RLS response to backends (# 5883)%0A > f94594d interop: add test client for use in xDS federation e2e tests (# 5878)%0A > 68b388b balancer: support injection of per-call metadata from LB policies (# 5853)%0A > 4f16fbe examples: update server reflection tutorial (# 5824)%0A > b2d4d5d test: fix raceyness check to deflake test http server (# 5866)%0A > 54b7d03 grpc: Add join Dial Option (# 5861)%0A > 70617b1 vet & github: run vet separately from tests; make vet-proto only check protos (# 5873)%0A > 81ad1b5 *: update all dependencies (# 5874)%0A > 357d7af Change version to 1.53.0-dev (# 5872)%0A > a0e8eb9 test: rename race.go to race_test.go (# 5869)%0A > ae86ff4 benchmark: fix typo in ClientReadBufferSize feature name (# 5867)%0A > e53d28f xdsclient: log node ID with verbosity INFO (# 5860)%0A > 9373e5c transport: Fix closing a closed channel panic in handlePing (# 5854)%0A > 2f413c4 transport/http2: use HTTP 400 for bad requests instead of 500 (# 5804)%0A > 5003029 testutils: do a better job of verifying pick_first in tests (# 5850)%0A > 3e27f89 binarylog: Account for key in metadata truncation (# 5851)%0A > f54bba9 test/xds: minor cleanup in xDS e2e test (# 5843)%0A > a9709c3 Added logs for reasons causing connection and transport close (# 5840)%0A > aba03e1 xds: pass options by value to helper routines which setup the management server in tests (# 5833)%0A > 638141f examples: add feature/cancellation retry to example test script (# 5846)%0A > 22c1fd2 deps: update golang.org/x/net to latest in all modules (# 5847)%0A > 1949035 ringhash: add logs to surface information about ring creation (# 5832)%0A > f7c110a test: remove use of deprecated WithInsecure() API (# 5836)%0A > a205447 examples: add new example to show updating metadata in interceptors (# 5788)%0A > 001d234 rls: Fix regex in rls test (# 5834)%0A > 7361971 rls: use a regex for the expected error string (# 5827)%0A > 617d6c8 security/advancedtls: add test for crl cache expiration behavior (# 5749)%0A > ef51864 grpclb: improve grpclb tests (# 5826)%0A > fa99649 xdsclient: deflake new transport ack/nack tests (# 5830)%0A > 99ba982 transport/server: flush GOAWAY before closing conn due to max age (# 5821)%0A > 20c937e transport: limit AccountCheck tests to fewer streams and iterations to avoid flakes (# 5828)%0A > 110ed9e xdsclient: resource-type-agnostic transport layer (# 5808)%0A > c91396d pickfirst: do not return initial subconn while connecting (# 5825)%0A > 94f0e7f benchmark: add a feature for read and write buffer sizes (# 5774)%0A > 087387c Deflake Outlier Detection xDS e2e test (# 5819)%0A > dd123b7 testutils/pickfirst: move helper function to testutils (# 5822)%0A > be202a2 examples: add an example to illustrate the usage of stats handler (# 5657)%0A > 9f97673 test: move e2e goaway tests to goaway_test.go (# 5820)%0A > 0fe49e8 grpc: Improve documentation of read/write buffer size server and dial options (# 5800)%0A > 09fc1a3 interop: update Go version in docker container used for psm interop (# 5811)%0A > adfb915 server: fix ChainUnaryInterceptor and ChainStreamInterceptor to allow retrying handlers (# 5666)%0A > e0a9f11 reflection: split grpc and pb imports (# 5810)%0A > 6f96f96 reflection: update proto (# 5809)%0A > 6e43203 reflection: generate protobuf files from grpc-proto (# 5799)%0A > 0abb6f9 xdsclient: resource type agnostic WatchResource() API (# 5777)%0A > 3011eaf test/tools: update staticcheck version to latest (# 5806)%0A > fefb3ec test/tools: update everything to latest versions except staticcheck (# 5805)%0A > 50be6ae go.mod: update all dependencies (# 5803)%0A > ff14680 Cap min and max ring size to 4K (# 5801)%0A > 0238b6e transport: new stream with actual server name (# 5748)%0A > 817c1e8 passthrough: return error if endpoint is empty and opt.Dialer is nil when building resolver (# 5732)%0A > 56ac86f xdsclient: wait for underlying transport to close (# 5775)%0A > 457c2f5 benchmark: use default buffer sizes (# 5762)%0A > 689d061 Cleanup usages of resolver.Target's Scheme and Authority (# 5761)%0A > 5331dbd outlierdetection: remove an unused variable in a test (# 5778)%0A > 81db250 Change version to 1.52.0-dev (# 5784)%0A > 72812fe gcp/observability: filter logging from cloud ops endpoints calls (# 5765)%0A > 0ae33e6 xdsclient: remove unused test code (# 5772)%0A > 824f449 go.mod: upgrade x/text to v0.4 to address CVE (# 5769)%0A > 7f23df0 xdsclient: switch xdsclient watch deadlock test to e2e style (# 5697)%0A > 32f969e o11y: Added started rpc metric in o11y plugin (# 5768)%0A > b597a8e xdsclient: improve authority watchers test (# 5700)%0A > e41e894 orca: create ORCA producer for LB policies to use to receive OOB load reports (# 5669)%0A > 36d14db Fix binary logging bug which logs a server header on a trailers only response (# 5763)%0A > fcb8bdf xds/google-c2p: validate url for no authorities (# 5756)%0A > 040b795 xdsclient/e2e_test: use SendContext() where appropriate (# 5729)%0A > 0d6481f target: replace parsedTarget.Scheme to parsedTarget.URL.Scheme (# 5750)%0A > fdcc01b transport/test: implement staticcheck suggestion (# 5752)%0A > aa44cca google-c2p: use new-style resource name for LDS subscription (# 5743)%0A > c858a77 balancer/weightedtarget: fix ConnStateEvltr to ignore transition from TF to Connecting (# 5747)%0A > 64df652 google-c2p: include federation env var in the logic which determines when to use directpath (# 5745)%0A > 3c09650 balancer/weightedtarget: use ConnectivityStateEvaluator (# 5734)%0A > 3fd80b0 Fix flaky test MultipleClientStatsHandler (# 5739)%0A > 26071c2 google-c2p resolver: add authority entry to bootstrap config (# 5680)%0A > 9127159 client: synchronously verify server preface in newClientTransport (# 5731)%0A > f51d212 xdsclient: improve RDS watchers test (# 5692)%0A > 7c16802 tests: refactor tests to use testutils helper functions (# 5728)%0A > 28fae96 xdsclient: improve federation watchers test (# 5696)%0A > f88cc65 xdsclient: improve EDS watchers test (# 5694)%0A > 439221d xdsclient: add a convenience type to synchronize execution of callbacks (# 5702)%0A > dbb8e2b xdsclient: improve CDS watchers test (# 5693)%0A > 79ccdd8 clientconn: go idle if conn closed after preface received (# 5714)%0A > 778860e testing: update Go to 1.19 (# 5717)%0A > eb8aa31 weightedtarget: return a more meaningful error when no child policy is reporting READY (# 5391)%0A > bb3d739 fakeserver: add v3 support to the xDS fakeserver implementation (# 5698)%0A > 912765f xds: move bootstrap config generating utility package to testutils (# 5713)%0A > f52b910 o11y: Fixed o11y bug (# 5720)%0A > 00d1830 Fix o11y typo (# 5719)%0A > e163a90 xds/xdsclient: add EDS resource endpoint address duplication check (# 5715)%0A > 9eba574 xds: de-experimentalize google c2p resolver (# 5707)%0A > 8b3b10b gcp/observability: implement public preview config syntax, logging schema, and exposed metrics (# 5704)%0A > 8062981 vet: workaround buggy mac git grep behavior (# 5716)%0A > e81d0a2 xdsclient: improve LDS watchers test (# 5691)%0A > 7b817b4 client: set grpc-accept-encoding to full list of registered compressors (# 5541)%0A > c672451 xds/xdsclient: add sum of EDS locality weights check (# 5703)%0A > c03925d priority: release references to child policies which are removed (# 5682)%0A > 5fc798b Add binary logger option for client and server (# 5675)%0A > 12db695 grpc: restrict status codes from control plane (gRFC A54) (# 5653)%0A > 202d355 Change version to 1.51.0-dev (# 5687)%0A > 1451c62 internal/transport: optimize grpc-message encoding/decoding (# 5654)%0A > be4b63b test: minor test cleanup (# 5679)%0A > d83070e Changed Outlier Detection Env Var to default true (# 5673)%0A > 54521b2 client: remove trailing null from unix abstract socket address (# 5678)%0A > 36e4810 orca: cleanup old code, and get grpc package to use new code (# 5627)%0A > e8866a8 build: harden GitHub Workflow permissions (# 5660)%0A > 8458251 xdsclient: ignore routes with cluster_specifier_plugin when GRPC_EXPERIMENTAL_XDS_RLS_LB is off (# 5670)%0A > a238ceb xDS: Outlier Detection Env Var not hardcoded to false (# 5664)%0A > b1d7f56 transport: Fix deadlock in transport caused by GOAWAY race with new stream creation (# 5652)%0A > 9c3e589 rls: delegate pick to child policy as long as it is not in TransientFailure (# 5656)%0A > 7da8a05 xds: Enable Outlier Detection interop tests (# 5632)%0A > 21f0259 test: loosen metadata error check to reduce dependence on exact library errors (# 5650)%0A > 552de12 orca: fix package used to reference service to use pb suffix instead of grpc (# 5647)%0A > 87d1a90 orca: fix package used to reference service to use grpc suffix instead of pb (# 5645)%0A > 60eecd9 metadata: add ValueFromIncomingContext to more efficiently retrieve a single value (# 5596)%0A > 2ebd594 Documentation/proxy: update due to Go 1.16 behavior change (# 5630)%0A > 1530d3b gcp/observability: fix End() to cleanup global state correctly (# 5623)%0A > f7d2036 xds: add Outlier Detection Balancer (# 5435)%0A > 182e9df Grab comment from proto file, similar to protoc-gen-go (# 5540)%0A > 60a3a7e cleanup: fixes for issues surfaced by vet (# 5617)%0A > 99ae81b roundrobin: optimization of the roundrobin implementation. (# 5607)%0A > aee9f0e orca: server side custom metrics implementation (# 5531)%0A > ddcda5f alts: do not set WaitForReady on handshaker RPCs (# 5620)%0A > d875a0e xdsclient: NACK cluster resource if config_source_specifier in lrs_server is not self (# 5613)%0A > c351f37 chore: remove duplicate word in comments (# 5616)%0A > f0f9f00 test/kokoro: enable pod log collection in the buildscripts (# 5608)%0A > 1dd0256 ringhash: implement a no-op ExitIdle() method (# 5614)%0A > fe59226 clusterresolver: deflake eds_impl tests (# 5562)%0A > d5dee5f xds/ringhash: make reconnection logic work for a single subConn (# 5601)%0A > b225dda transport: update http2 spec document link (# 5597)%0A > 641dc87 transport: add peer information to http2Server and http2Client context (# 5589)%0A > 02fbca0 xds/resolver: generate channel ID randomly (# 5591)%0A > 97cb7b1 xds/clusterresolver: prevent deadlock of concurrent Close and UpdateState calls (# 5588)%0A > c56f196 internal/fakegrpclb: don't listen on all adapters (# 5592)%0A > 3f5b7ab internal/transport: fix typo (# 5566)%0A > c11858e Publish arm64 binaries to GitHub releases (# 5561)%0A > 802b32e Change version to 1.50.0-dev (# 5585)%0Abumping golang.org/x/net dfa2b5d...c73c09c:%0A > c73c09c go.mod: update golang.org/x dependencies%0A > 4fc2eb9 http2: revert Transport change from CL 486156%0A > 63727cc http2: validate Host header before sending%0A > 1bb09e6 quic: pass the connection ID length into 1-RTT packet parsing%0A > 952fc9c quic: move ack_delay_exponent handling out of frame parsing%0A > 02fe9a5 quic: loss detection%0A > c8a2c5a quic: remove stray debugging print%0A > 5d50b40 quic: add packetFate enum%0A > ee81e8c quic: correct rttvar updates%0A > ab184e6 quic: rename side type to connSide%0A > 508a573 quic: add congestion controller%0A > 4050002 html: handle equals sign before attribute%0A > f5464dd idna: update for Unicode 15.0.0%0A > 6c96ca5 go.mod: update golang.org/x dependencies%0A > 5541298 quic: add packet pacer%0A > 88a50b6 all: update x/sys to HEAD%0A > 7e6923f quic: add RTT estimator%0A > 2796e09 bpf: check for little endian CPU for OS VM comparison%0A > 10cf388 quic: add a data structure for tracking lists of sent packets%0A > ccc217c quic: parameterize rangeset%0A > f16447c quic: add go1.21 build constraint%0A > f7250ea quic: add a type tracking sent values%0A > 1b5a2d8 quic: packet encoding/decoding%0A > a233290 quic: add a data structure for tracking sent packets%0A > 61d852e quic: error codes and types%0A > d40f154 quic: varint encoding and decoding%0A > 10d9069 quic: add rangeset type%0A > f71a821 quic: packet protection%0A > 6488c8f quic: basic packet operations%0A > d4a2c13 quic: packet number encoding/decoding%0A > 0d6f3cb quic: add various useful common constants and types%0A > ee6956f quic: add internal/quic package%0A > 6826f5a http2: close request bodies before RoundTrip error return%0A > ca96da6 dns/dnsmessage: reject names with dots inside label%0A > 056145c net/http: deflake TestTransportRetryAfterGOAWAY%0A > abee42a http2: deflake TestTransportReuseAfterError%0A > 3b31286 ipv4,ipv6: remove unneeded deadlines added for flaky tests%0A > 23ce3b8 http2: disable Content-Length when nilled%0A > 120fc90 http2: change default frame scheduler to round robin%0A > 2b0b97d dns/dnsmessage: reject packing of 255B rooted names, reject unpacking of 256B (dns encoded) names%0A > d28c0b1 all: fix some comments%0A > daac0ce go.mod: update golang.org/x dependencies%0A > 82780d6 http2: don't reuse connections that are experiencing errors%0A > 0bfab66 ipv4, ipv6: drop redundant skip checks based on GOOS%0A > 938ff15 ipv4, ipv6, nettest: skip unsupported tests on wasip1%0A > eb1572c html: another shot at security doc%0A > 9001ca7 nettest: re-enable unixpacket tests on netbsd/386%0A > 3d5a8ee internal/socks: permit authenticating with an empty password%0A > 694cff8 go.mod: update golang.org/x dependencies%0A > 6960703 http2: log the correct error when retrying in (*Transport).RoundTripOpt%0A > 9f24bb4 http2: properly discard data received after request/response body is closed%0A > 08dda57 html: fix package doc typo Signed-off-by: Knative Automation <automation@knative.team> |