Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bumping golang.org/x/net 7bbe320...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 > 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 > d27919b go.mod: update golang.org/x dependencies > e0324fc http2: use net.ErrClosed > b20cd59 quic: initiate key rotation earlier in connections > f95a3b3 html: fix typo in package doc > 0a24555 http/httpguts: speed up ValidHeaderFieldName > ec05fdc http2: don't retry the first request on a connection on GOAWAY error > b67a0f0 http2: send correct LastStreamID in stream-caused GOAWAY > a130fcc quic: don't consider goroutines running when tests start as leaked 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 github.com/prometheus/common 0234594...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) > de5ed88 Merge pull request # 487 from GiedriusS/allow_exposing_real_value > e54e4df Merge pull request # 620 from bboreham/test-string > ea817bb Merge pull request # 618 from grobinson-grafana/grobinson/add-status-at > 5ad26bf config: allow exposing real secret value through marshal > e25b951 Merge pull request # 619 from bboreham/restore-sort > a1ca958 LabelSet: add unit test for String method > 506a12c Fix comment > c1b9b72 Fix up config test (# 621) > be294f1 LabelSet.String: restore faster sort call > fb6970a Add StatusAt method for Alert struct bumping golang.org/x/mod aa51b25...d58be1c: > d58be1c sumdb/tlog: set the hash of the empty tree according to RFC 6962 > 232e49f Revert "module: add COM0 and LPT0 to badWindowsNames" > c0bdc7b modfile: add API for godebug lines > 6686f41 module: add COM0 and LPT0 to badWindowsNames bumping golang.org/x/tools 11c692e...33be3ef: > 33be3ef go.mod: update golang.org/x dependencies > 0e7ccc0 gopls/internal/golang: provide version info for stdlib in pkgdoc > fcf5463 gopls/internal/server: add counters to inform v0.17.0 > 70a59b2 gopls/doc: respond to Hana's review of CL 583316 > 799a471 gopls/doc: document all of gopls' features > 2e239ad gopls/internal/golang: provide version info for stdlib fields > bc15dd8 gopls/internal/analysis/fillstruct: use package name (not path) in UI > 72edac2 internal/typeparams: fix crash in interface hover with empty type set > c0ae6bb gopls/internal/golang: splitlines: s/parameter/arguments/ in CallExpr > 5cc2d0b gopls/internal/golang: splitlines: remove workaround for golang/go# 68202 > 6916077 gopls/internal/golang: don't panic when findKeyword fails > 8fa4173 gopls/internal/server: conditionally prompt for telemetry > b9a361a gopls/internal/golang: provide version info for stdlib methods > dd9d554 go/ast/astutil: PathEnclosingInterval: add missing FuncType nodes > 3db1ddb gopls/internal/golang: provide available version info in stdlib hover > 008ed2c gopls/internal/golang/completion: fix package clause completion suffix > b297f5a gopls/internal/golang: s/return values/results/ > b5bfa9c gopls/internal/fuzzy: move the fuzzy package to gopls > 02912f7 gopls/internal/cache: lift package caching to forEachPackage > e7f294d gopls/matcher: don't give bonus to case insensitive match > 480a22d gopls/completion: don't take address of interfaces for "%p" values > 3151270 gopls/internal: add code action "extract declarations to new file" > 850c7c3 gopls: skip failing tests on wasm/wasip1 > dc34122 gopls/internal/golang: fix hovering from the builtin file > 1028e30 gopls/internal/settings: remove fieldalignment analyzer > 5fefc65 go/analysis/passes/stringintconv: do not generate empty edits > 1e6c1e2 gopls/internal/golang: strip @v1.2.3 suffix from pkgdoc URLs > 7de8d0a gopls/internal/analysis/simplifyrange: reenable on range-over-func > c9675c2 internal/refactor/inline: avoid unnecessary import renames > f06ed92 gopls/internal/settings: define InlayHints enum > 833def6 gopls/internal/settings: move CodeActionKind values from protocol > 47bd819 gopls/internal/server: fix CSS typo > df4e862 gopls/internal/settings: minor cleanups > 4a26477 internal/refactor/inline: allow duplicable type conversions > db513b0 go/ssa: wait for shared functions to finish building > 8a45e6c go/analysis/passes/asmdecl: define register-ABI result registers for loong64 > dfdfa49 go/types/objectpath: support Signature.RecvTypeParams > 2d104ec gopls/doc/generate: treat LinksInHover as an enum > b994346 gopls/doc/assets: create dummy submodule for image files > 18e694b gopls/doc/release: finalize v0.16.0 release notes > 99779e9 gopls/internal/settings: move CodeLensSource from protocol > 9bf0e21 gopls/internal/test/integration/misc: skip asm test unless a{rm,md}64 > f2d2ebe go/analysis/passes/buildtag: retire Go 1.15 support > 1239d04 gopls/internal/golang: Hover: use internal pkg doc viewer > 6ece8fb gopls/internal/golang: improve ergonomics of "Browse documentation" > 693d7fe gopls/internal/settings: simplify SetOptions > 977f6f7 go/packages: move getSizesForArgs back > 6a8bc5f gopls/internal/lsp/source: ignore lambdas in call hierarchy > b5dbe8b gopls/internal/golang: s/View/Browse/ for browser-based features > 2ca6abe gopls: expand on documentation about version support changes > b59dd37 go/analysis: document interpretation of multiple diagnostics > 4419f4f go/analysis/passes/stringintconv: offer fix of fmt.Sprint(x) > a69d9a2 internal/analysisinternal: AddImport helper for inserting imports > db99e8a gopls/internal/test/integration/misc: skip ASM assertions on risc64 > a852b25 gopls/doc/release: update gopls release notes for language support > 03d7125 gopls/doc/emacs.md: use more precise before-save terminology > e4b0a18 internal/checker: run despite all errors > f45db9b internal/protocol/command: regenerate commands to fix build > 568dea1 gopls: update x/telemetry dependency > 82912d2 internal/imports: fix starvation in external candidate search > 3e94830 internal/imports: optimize package path filtering > dddd55d go/ssa: fixing Named type substitution > 46928a5 gopls: fix StmtToInsertVarBefore for switch stmts > 318adf2 gopls/internal/protocol/command/gen: omit unnecessary MarshalArgs calls > bffeaaa gopls/internal/golang: s/Show/View/ for web-based reports > a9021a5 go/ssa: export Defer.DeferStack field > ae52477 cmd/deadcode: fix nil panic in Edge.Site.Pos > 82be0b4 gopls/internal/server: return a non-nil slice for empty token result > 413a491 gopls/internal/golang: factor the 3 web reports > f41a407 gopls/internal/golang: Web, an abstraction of server.web > f5a26d2 gopls/internal/server: simplify FreeSymbols plumbing > 0341917 gopls/internal/cache: stop module cache refresh on view shutdown > 8f4c6b0 gopls/internal/test/integration/misc: fix build > 15d13c3 gopls/internal/golang: add "Show assembly of f" code action > a35b054 gopls/internal/test/integration: style tweaks to CodeAction > fc82f4e gopls/internal/protocol/command: use gopls.foo form everywhere > c24ae10 gopls/internal/cmd: cleanup progress handling > 6e3b208 gopls/internal/test: add test case for parameter rename match import > 5e0f1d8 gopls/internal/server: fix regression in organize imports code action > 1c73966 internal/imports: add a warning not to remove the fixImports seam > d9366dd internal/imports: restore fixImports extension point > 8bf61b8 gopls/internal/cache: fix module resolver cache refreshing > 7522327 gopls/rename: Fix spurious package name conflicts. > 5e43887 internal/stdlib: generate from api/next/*.txt (go1.23) too > 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 > 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 golang.org/x/sys cabba82...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 > 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 > 7d69d98 unix: extend support for z/OS > 7758090 cpu: add support for sve2 detection > 9a28524 windows: drop go version tags for unsupported versions > 27dc90b unix: update to Linux kernel 6.4 bumping golang.org/x/text 6c97a16...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 > 8d533a0 encoding/charmap: update UCM spec file URL prefix bumping github.com/openzipkin/zipkin-go e84b2cf...e609ce4: > e609ce4 Adds SECURITY.md and scanning workflow (# 223) > 406526f When serializing SpanModel, if there is any external modification of TAGS, it will lead to panic, add RLock before calling Send to prevent this error. (# 218) > de3edd7 bumps to latest dependencies (# 222) > 48cf793 Set Go support policy to latest-2 (# 220) > a074cdb Updates to latest actions and fixes golangci-lint drift (# 221) bumping github.com/go-openapi/jsonreference 1f158e5...23cc9cc: > 23cc9cc chore(deps): updated go-openapi deps > 82a5123 updated jsonpointer > c2779b3 doc: removed extraneous godoc link (# 19) > 4be0df5 Merge pull request # 18 from fredbi/chore/update-lint > fc60cd6 chore: update & lint bumping github.com/go-openapi/swag 0579829...b3e7a53: > b3e7a53 fix(mangling): fixed name mangling when special chars are substituted > 0ddf107 fix(ci): muted warnings in CI runs due to cache conflicts > 11b0957 fix(yaml): make MarshalYAML deterministic > 3f60c98 fix(yaml): handled null values from JSON > 80e31a2 fixed broken godoc badge in readme (# 74) > cb87dba fixed broken link in readme (# 73) > cd381d7 updated & relinted (# 70) > 4de0676 fix: windows support for loading files (# 71) > f28dd7a check for nil pointers before calling IsZero. (# 67) bumping google.golang.org/genproto/googleapis/api 6e1732d...ef581f9: > ef581f9 chore(all): update all (# 1132) > 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) > 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) > 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) > 94a12d6 chore(all): update all (# 1102) 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/term 5b15d26...c976cb1: > c976cb1 go.mod: update golang.org/x dependencies > 5f0bb72 go.mod: update golang.org/x dependencies > 46c790f go.mod: update golang.org/x dependencies bumping google.golang.org/api 707b9b2...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) > 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) > 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 knative.dev/hack 1133b37...b979959: > b979959 Update community files (# 387) > 0914314 Update community files (# 384) > 3b6d644 Update community files (# 383) > 68e3bfb Update community files (# 382) > abdcdea Update community files (# 380) > 9f6c92e Update community files (# 379) Signed-off-by: Knative Automation <[email protected]>
- Loading branch information