Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bumping github.com/google/uuid 44b5fee...b3cae7c: > b3cae7c chore(master): release 1.3.1 (# 127) > 7b8f57c fix(ci): switch to release-please app (# 126) > e69e468 chore(ci): configure release-please, update contrib (# 122) > 97c970d chore(ci): add apidiff check for API compatibility (# 123) > 53f93a8 docs: change godoc URL in README (# 124) > 0b416df docs: update link to RFC 4122 (# 93) > 75e1ac5 docs: shell format go tool command (# 111) > d719869 docs: fix typo node_js docs (# 117) > 574e687 fix: Use .EqualFold() to parse urn prefixed UUIDs (# 118) > c91929c Merge pull request # 121 from noahdietz/setup-codeowners-and-actions > e3f8b98 chore(ci): add Action-based tests (# 121) > db89a3c fix go1.20 resolving to go1.2 > 78d68fc chore(ci): add Action-based tests 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 golang.org/x/tools 675bf3c...b5e55d1: > b5e55d1 go/analysis/analysistest: give better hint in SuggestedFix assertion > a807ccf go.mod: update golang.org/x dependencies > 21090a2 gopls/internal/lsp/cache: use persistent.Set in a couple places > 38b898b internal/persistent: add Set > 44f7796 gopls: add and enable the slog analyzer > 2c6ba93 gopls: tidy for 1.17+ > 5a96569 gopls/internal/lsp/cmd: don't use x/exp/slices > 77c6ac6 gopls/internal/telemetry: don't schedule the next upload > 010e045 internal/persistent: use generics > a1a928d gopls: remove dead code > 7663a40 internal/cmd/deadcode: add -generated flag > ea5e7c6 gopls/internal/lsp/cache: delete unused mustEncode > cb85f8f gopls/internal/lsp/cmd: consolidate editing flags > 63c7da0 gopls: more 1.18 cleanup; use strings.Cut and os functions > 5fc00b4 gopls/internal: move Options and FileKind from View to Snapshot > 1bfa8e3 gopls: update uses of deprecated ioutil APIs > 914b218 gopls/internal/lsp/analysis/unusedparams: document the blank identifier > 8234134 gopls/internal/lsp/frob: add defensive header > e3671fc internal/telemetry: unconditionally trigger upload logic > 9658d2e internal/refactor/inline: NeedGoPackages in test > 5e8d21a gopls/internal/lsp/source: implement refactor.inline code action > edda81f internal/refactor/inline: an inliner for Go source > 2926c1f gopls/internal/telemetry: log timestamp when test fails > cd22603 go/analysis/unitchecker: NeedGoPackages in ExampleSeparateAnalysis > 2191a27 gopls/internal/lsp/frob: fix build breakage > 5fb106a internal/testenv: simplify 'go build' support check > c51e3f7 gopls/internal/lsp/frob: make API generic > 7e1bfe8 go/analysis/unitchecker: Example of separate analysis > 39bfef4 gopls: update x/telemetry dependency > c28af0a gopls/internal/lsp/debug: remove hard-coded version > 0a044c0 gopls/doc: update tests that fail on Kokoro to run at Go 1.21+ > 7b7b9a1 gopls/internal/telemetry: write counter unconditionally and run upload > 8fd71c0 gopls/internal/lsp/mod: remove TestModfileRemainsUnchanged > 2e5fc54 gopls/internal/regtest/codelens: avoid a race in TestUpgradeCodelens > 6eca6df gopls/doc: include stderr output from 'go list' in pkgDir errors > c38e6b0 gopls/internal/lsp: add testing support for the new zero builtin > ff7f2b9 gopls/internal/lsp/source completion: don't suggest untyped conversions > 9425c2e gopls/internal/lsp/source: fix implementations query on error type > 5913c02 gopls/internal/lsp/source: add a test for local types stubbing > a46a10f gopls: stubbed methods shouldn't qualify the current package > 1517d1a gopls/internal/lsp/source: fix renaming instantiated fields > 9f2e103 all: gofmt format > b225aa0 internal/typeparams: run go generate > 0286c38 gopls/internal/lsp: switch default diff to "new" > a80931d gopls/telemetry: accept vscode-insiders as a known editor > 64e9248 gopls/internal/lsp/source/completion: add ifnotnil postfix snippet > 74c255b gopls/internal/lsp/cache: avoid dependency on StdSizes > fa12f34 go/packages: avoid unnecessary dependency on StdSizes > f4c8627 gopls: fix raciness related to TestOrphanedFiles > 6290d8a go/analysis/passes/copylock: ignore parens on rhs > 6b4d1de gopls/internal/lsp: avoid duplicate type checking following invalidation > 47c5305 gopls/internal/regtest/bench: skip oracle didSave test > 053d3c4 gopls/telemetry: test that telemetry counters are written > 5027187 gopls/internal/regtest/bench: enable oracle benchmarks with -short > 59fd05d go/types/objectpath: remove use of linkname for gopls back doors > 582ef29 gopls/internal/protocol: remove // line comments from tsprotocol.go > 9abb02c gopls/internal/regtest/bench: add an oracle completion benchmark > 33da5c0 gopls/internal/telemetry: record Go version used in each view > 732ad6f internal/imports: update stdlib index for Go 1.21.0 > f42bca8 refactor/satisfy: (re)allow composite lits of pointer type > 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/serving 241a1e9...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) > 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) > 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) > 7222bf9 Update net-kourier nightly (# 14391) > 142543b Update net-contour nightly (# 14390) > b7d1a97 Update net-gateway-api nightly (# 14389) > 91f6d08 Update net-istio nightly (# 14388) > b9852ec upgrade to latest dependencies (# 14387) > 45eaa1d Bump Go version to 1.21 in kind e2e (# 14384) > d6c833f Update net-istio nightly (# 14380) > 55bec5f Update net-kourier nightly (# 14373) > 35c3040 Update net-contour nightly (# 14372) > 05abbeb Update net-gateway-api nightly (# 14360) > 2a732e5 fix securityContext for Knative Service Pod (user-container and queue-proxy) (# 14363) > 4cb442c Update community files (# 14366) > 4dddf9f Update net-kourier nightly (# 14359) > 4d1b8cd Update net-istio nightly (# 14361) > 7e4230a Update net-contour nightly (# 14358) > 32c2732 Fix CGroupsV2 test (# 14355) > 9ffab17 PodAutoscaler Active Condition should not affect Reachability (# 14309) > 621acf8 upgrade to latest dependencies (# 14356) > 8d1fefe Update net-kourier nightly (# 14354) > 18b3f4f Update net-istio nightly (# 14353) > 615ef52 Update net-certmanager nightly (# 14352) > 4bcc360 Update net-contour nightly (# 14351) > 3010cb8 docs: Fix broken links to kubernetes docs on reference page (# 14340) > 997d8ef fix(activator): Don't cancel all probes on one probe failure (# 14303) > 6567552 Remove AUTHORS file (# 14350) > 4ab6bd7 Update community files (# 14349) > a8a8be2 Update documentation about Knative serving encryption (# 14213) > 9ad6c42 Update net-kourier nightly (# 14344) > d822a70 Change configuration case for tests (# 14330) > 945016d Update net-certmanager nightly (# 14345) > 17c3012 Update net-contour nightly (# 14342) > 0c6808b Update net-istio nightly (# 14341) > 91ba6d0 Update net-gateway-api nightly (# 14343) > fb6997c Update net-contour nightly (# 14339) > b92463c Update net-gateway-api nightly (# 14336) > b61b9f7 Update net-certmanager nightly (# 14335) > 9fb227c Update net-kourier nightly (# 14338) > 4e3cd12 Update net-istio nightly (# 14337) > b25e8dd upgrade to latest dependencies (# 14328) > aeb4e94 Update net-contour nightly (# 14334) > 815fe70 Update DEVELOPMENT.md to Include local registry workaround for ImagePullBackOff (# 14327) > 5e1792e Call Stop() for cert watcher (# 14333) > b557307 Update net-contour nightly (# 14323) > dae0b36 Update net-kourier nightly (# 14329) > 8f2f57b Fix certificate watcher test (# 14331) > b6d4f61 Add PullIfNotPresent to multiple container test (# 14317) > 5a2dc2e Update net-kourier nightly (# 14320) > 442c13d Update net-istio nightly (# 14322) > 8ff8961 Update net-certmanager nightly (# 14319) > 007cb37 Update net-gateway-api nightly (# 14321) > 005838b Re-generate test/config/tls/cert-secret.yaml (# 14324) > 8dbb2d3 Add certificate watcher to queue-proxy (# 14189) > 45b119b upgrade to latest dependencies (# 14316) > ca1c242 Update net-contour nightly (# 14315) > a2ef52b Update net-certmanager nightly (# 14314) > 4dba344 Update net-gateway-api nightly (# 14313) > 18cb237 Update net-istio nightly (# 14312) > ba5a929 Update net-kourier nightly (# 14311) > 323b8c9 upgrade to latest dependencies (# 14308) > 358ec13 Split HTTPGetAction.Path into path and query (# 14273) > cea3201 Update net-kourier nightly (# 14305) > ad5455e fix e2e script & some tests (# 14296) > f89b071 Update net-certmanager nightly (# 14307) > 81d7085 Update net-gateway-api nightly (# 14306) > 899b332 Update net-contour nightly (# 14304) > 09a8095 Use dataplane-trust instead of internal-encryption (# 14301) > ae86b1d upgrade to latest dependencies (# 14302) > 43f7526 Do not skip TestTargetBurstCapacity when `dataplane-trust` is not specified (# 14300) > d39a379 Support conformance test with cgroup v2 (# 14297) > c63d9be Fix comment about Cgroup limit (# 14298) > 9ac8996 Update net-istio nightly (# 14293) > 59bfc12 Update net-certmanager nightly (# 14294) > 7aef47b Update net-contour nightly (# 14295) > 90046c3 Don't reset ENV vars (# 14276) > 82747ef Update net-kourier nightly (# 14292) > 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) > e9425f8 chore: remove v1alpha1 domainmapping (# 14275) > b3b793f Update net-gateway-api nightly (# 14280) > 89b4341 upgrade to latest dependencies (# 14277) > b5585ac Update net-certmanager nightly (# 14279) > 1d6701e upgrade to latest dependencies (# 14266) > 8e2aa70 Update net-gateway-api nightly (# 14272) > ec057c1 Update net-contour nightly (# 14271) > 38f9b47 Update net-istio nightly (# 14270) > b7e573d Update net-kourier nightly (# 14269) > 8d29085 Update net-certmanager nightly (# 14268) > becea87 Update net-kourier nightly (# 14261) > 2cb31ee Update community files (# 14259) > 59cb3d3 Update net-contour nightly (# 14264) > 4931532 Update net-certmanager nightly (# 14262) > 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 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 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 knative.dev/pkg ea6c1f2...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) > 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) > 8761ceb upgrade to latest dependencies (# 2827) > 7fe699e Bump google.golang.org/grpc from 1.58.0 to 1.58.1 (# 2823) > 5e88665 upgrade to latest dependencies (# 2810) > 96dc59b Bump go.uber.org/zap from 1.25.0 to 1.26.0 (# 2826) > dbcdf66 Bump cloud.google.com/go/storage from 1.32.0 to 1.33.0 (# 2825) > d9942a2 Bump github.com/evanphx/json-patch/v5 from 5.6.0 to 5.7.0 (# 2824) > fa6df73 Bump google.golang.org/api from 0.140.0 to 0.141.0 (# 2822) > 9780686 Update community files (# 2819) > 8d736b6 Bump google.golang.org/api from 0.138.0 to 0.140.0 (# 2818) > 2ae83b9 Bump golang.org/x/tools from 0.12.0 to 0.13.0 (# 2815) > 8053378 Bump google.golang.org/grpc from 1.57.0 to 1.58.0 (# 2814) > f78fe9e Bump golang.org/x/oauth2 from 0.11.0 to 0.12.0 (# 2812) > 09df2b6 Update community files (# 2817) > 6550b1f Bump actions/checkout from 3 to 4 (# 2811) > 27252a3 Added Audience field in duckv1.Destination (# 2797) > 66bf5af Added Audience field in duckv1.Addressable (# 2798) > 211243a generate serviceaccount reconciler (# 2808) > fcccb4e Bump github.com/openzipkin/zipkin-go from 0.4.1 to 0.4.2 (# 2807) > dab3c43 Bump gomodules.xyz/jsonpatch/v2 from 2.3.0 to 2.4.0 (# 2806) > 297c36a Bump github.com/google/uuid from 1.3.0 to 1.3.1 (# 2805) > 81e4ee1 Bump go.uber.org/zap from 1.24.0 to 1.25.0 (# 2800) > 2aafe0e Bump cloud.google.com/go/storage from 1.31.0 to 1.32.0 (# 2801) > 2ad39e9 Bump github.com/hashicorp/golang-lru from 0.5.4 to 1.0.2 (# 2804) > d36cc59 Bump google.golang.org/api from 0.136.0 to 0.138.0 (# 2802) > 35b0890 Bump go.uber.org/automaxprocs from 1.4.0 to 1.5.3 (# 2803) > 93a9858 upgrade to latest dependencies (# 2799) > 4f651e0 Bump gomodules.xyz/jsonpatch/v2 from 2.2.0 to 2.3.0 (# 2789) > 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 gomodules.xyz/jsonpatch/v2 93a4daf...17d7994: > 17d7994 Shortcut when two json documents are same (# 37) > 13a9e4a Merge pull request # 36 from howardjohn/v2/improvements > 62e0c90 Update repository config (# 33) > 6d5c3df Fully remove dead code > 0c26413 Update repository config (# 32) > 45186ed (hackily) remove inefficient optimization > e0f6c24 Fix known broken case > c616a48 Fix marshaling invalid chars > 2c05a51 Fix inputs with empty keys > 1f7eb13 Improve fuzz tests > 471fa30 Fix CI > 4844bbf Add fuzzing test > 87f8876 add benchmarks > a81e531 Go.mod for go 1.20 > fc9e957 Update to Go 1.20 bumping github.com/go-openapi/jsonpointer 2446e21...5df0d69: > 5df0d69 Use github actions (# 9) > ff99fe1 Bump dependencies (# 8) Signed-off-by: Knative Automation <[email protected]>
- Loading branch information