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/term 5b15d26...46c790f: > 46c790f go.mod: update golang.org/x dependencies bumping golang.org/x/text 6c97a16...8d533a0: > 8d533a0 encoding/charmap: update UCM spec file URL prefix bumping github.com/prometheus/common 0234594...e54e4df: > e54e4df Merge pull request # 620 from bboreham/test-string > e25b951 Merge pull request # 619 from bboreham/restore-sort > a1ca958 LabelSet: add unit test for String method > c1b9b72 Fix up config test (# 621) > be294f1 LabelSet.String: restore faster sort call > de5ed88 Merge pull request # 487 from GiedriusS/allow_exposing_real_value > ea817bb Merge pull request # 618 from grobinson-grafana/grobinson/add-status-at > 5ad26bf config: allow exposing real secret value through marshal > 506a12c Fix comment > fb6970a Add StatusAt method for Alert struct 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 > 94bb78c proto: return an error instead of producing invalid wire format > 671c2db [proto] use the correct parent when resolving features for extensions > 98873a2 internal/impl: pass ExtensionTypeDescriptor to extensionMap > 39bbf13 proto: CSE ProtoReflect() and TypeDescriptor() in proto.HasExtension > b30b634 protobuf: fix required/group bug in descriptor proto output of editions files > bab4b5d protobuf: support gaps in edition defaults calculation > a18684d protobuf: fix delimited fields under editions in go > 8a74430 internal/cmd/generate-types: manual CSE of m.messageInfo() > 55891d7 proto: add examples for Size, MarshalAppend (regarding allocations) > 87fded5 internal/impl: ensure proto.HasExtension does not allocate > 3797f00 protogen: update Options documentation. protogen.Run doesn't exist. > 4fd828f proto: extend Unmarshal documentation, include an example > c69658e proto: extend Marshal documentation, include an example > 3ebf7dd proto: fix HasPresence for extensions and missing plugin response > dea00b5 all: enable editions support > 59034d8 reflect/protodesc: restore edition in protodesc.ToDescriptorProto > 3039476 all: implement proto2/proto3 as editions [2/2] > 7259b46 all: implement proto2/proto3 as editions [1/2] > f563685 all: use subtests to identify the message type > e216807 all: start v1.33.0-devel 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 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 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 knative.dev/eventing e23ebab...1572967: > 1572967 Map subscription to graph edges (# 7880) > 72585c9 CrossNamespace: Control Plane Changes for Subscription (# 7882) > 599c548 Assert EventTypes references for IMC test (# 7899) > 1cc8179 Remove SelfSigned issuer from released `transport-encryption` artifacts (# 7905) > 4f32823 Refactor NewFiltersFeatureSet to prevent starvation (# 7911) > fa46a45 feat: added fake client reactor for subject access reviews (# 7908) > 1ce7074 Fix trust bundle propagation already exists error (# 7906) > e9b3af6 Update e2e tests for OIDC sender identity matching to be a bit more resilient (# 7903) > 1e6e235 fix: trigger tests set annotations correctly now (# 7887) > 159d6fc [main] Upgrade to latest dependencies (# 7901) > c7401a1 Add e2e test to verify used sender identity is correct (# 7900) > 96e5c18 [main] Update community files (# 7897) > c3a1c19 EventType tests verify the type under spec.reference (# 7888) > c104df5 [main] Upgrade to latest dependencies (# 7894) > 07ebf11 [main] Upgrade to latest dependencies (# 7891) > 0e165f2 Containersource use OIDC identity of corresponding SinkBinding (# 7890) > 3dfe973 Add SubscriptionsAPI filters to APIServerSource (# 7799) > 11a1ad4 feat: added sources to event lineage graph constructor (# 7881) > 217f7a3 Create validation function for cross namespace referencing (# 7812) > 4a3f65d [main] Update community files (# 7876) > 46e3677 fix: imc dispatcher doesn't have duplicate reporting of metrics (# 7870) bumping knative.dev/hack 1133b37...68e3bfb: > 68e3bfb Update community files (# 382) > abdcdea Update community files (# 380) > 9f6c92e Update community files (# 379) bumping golang.org/x/crypto d042a39...905d78a: > 905d78a go.mod: update golang.org/x dependencies > ebb717d ssh: validate key type in SSH_MSG_USERAUTH_PK_OK response > 0da2a6a openpgp: fix function name in comment > 5defcc1 sha3: fix Sum results for SHAKE functions on s390x Signed-off-by: Knative Automation <automation@knative.team>
- Loading branch information