Commit Graph

9354 Commits

Author SHA1 Message Date
Knative Automation fe0e53f566
upgrade to latest dependencies (#15701)
bumping knative.dev/pkg 0c2a238...c43477f:
  > c43477f upgrade to latest dependencies (# 3137)
bumping knative.dev/caching dee364d...565e7cd:
  > 565e7cd upgrade to latest dependencies (# 917)
  > 817ae30 fix generation of our clientset (# 916)
bumping knative.dev/hack f8be0cc...c142b48:
  > c142b48 Refactor release script to gh CLI (# 408)
bumping knative.dev/networking 6797968...04878f0:
  > 04878f0 upgrade to latest dependencies (# 1039)

Signed-off-by: Knative Automation <automation@knative.team>
2025-01-17 14:51:09 +00:00
David Fischer a5988ebc81
Set k8s default container label (#15694)
* feat(reconciler): add default container annotation for user container

* feat(reconciler): move annotation logic to resources/meta

* feat(reconciler): add tests for getUserContainerName

* fix(reconciler): resolve broken tests

* feat(reconciler): drop kubectl dependency & use GetContainer() for name retrieval

* chore: run go mod tidy

* feat(reconciler): add makeAnnotationsForPod to disconnect pod and deployment annotations

* chore(reconciler): drop impossible test case
2025-01-16 23:57:05 +00:00
Dave Protasowski 5ede17448a
fix builds on arm/v7 (#15699) 2025-01-16 19:45:05 +00:00
Sascha Schwarze bee28f3a99
Configure deployments to have no own revisionHistoryLimit (#15698)
The revision history limit of a deployment are its replicasets. As Knative has its own concept of revisions and the way a deployment looks like for revision is defined by the revision, there is no reason to maintain a history of replicasets. Multiple replicasets can exist if Knative configuration is updated (config-deployment) or if Knative itself is updated (and the queue-proxy image changes). Having no revisionHistoryLimit on the Deployment saves a lot of space in the Kubernetes database.

Signed-off-by: Sascha Schwarze <schwarzs@de.ibm.com>
Co-authored-by: Subhasree Das <subhasree.das@ibm.com>
2025-01-16 15:20:04 +00:00
Stavros Kontopoulos c3f2bfe4c9
Exclude kourier tls runtime (#15696)
* exclude kourier tls runtime on 1.30.x

* disable kourier tls runtime
2025-01-15 17:39:03 +00:00
Knative Automation b484fa2756
Update net-contour nightly (#15691)
bumping knative.dev/net-contour fff8ae0...20b53ed:
  > 20b53ed upgrade to latest dependencies (# 1156)
  > 70833f1 update linter settings to match knative/pkg (# 1155)

Signed-off-by: Knative Automation <automation@knative.team>
2025-01-15 10:37:09 +00:00
Knative Automation a829571661
Update net-kourier nightly (#15689)
bumping knative.dev/net-kourier 3ff14fe...d7eaab8:
  > d7eaab8 upgrade to latest dependencies (# 1317)

Signed-off-by: Knative Automation <automation@knative.team>
2025-01-15 10:37:02 +00:00
Dave Protasowski 19b9a095db
Fix all linter warnings (#15684)
* add updated linter config

* fix whitespace linting

* fix usestdlibvars linter

* fix lint wastedassign

* address unparam linter - container concurrency wasn't being used when assigning pods to activator

* fix tenv linter

* fix stylecheck linter

* fix staticheck linter

* fix perfsprint linter

* fix nosprintfhostport

* f perfsprint

* fix nolintlint - remove nolint directives that had no effect

* fix noctx linter

* fix gomodguard linter - drop uber atomic package

* fix nilerr linter

* fix mirror linter

* fix loggercheck linter

* fix govet linter

* fix gosimple linter

* fix gosec linter

* fix unconvert linter

* fix perfsprint linter

* fix errname linter

* fix errlint linter

* fix bodyclose linter

* fix canonicalheader linter

* fix durationcheck linter

* fix copyloopvar linter

* fix fatcontext linter

* fix gocritic-commentFormatting

* fix gocritic linter

* fix intrange linter

* fix prealloc linter

* fix flakey kpa test

* fix gofumpt linter
2025-01-14 13:48:01 +00:00
Knative Automation db2721f48a
Update net-gateway-api nightly (#15690)
bumping knative.dev/net-gateway-api c330328...7f332b4:
  > 7f332b4 upgrade to latest dependencies (# 799)
  > a9537b8 update linter settings and fix issues + unpin k8s deps (# 798)

Signed-off-by: Knative Automation <automation@knative.team>
2025-01-14 12:20:01 +00:00
Knative Automation 243e1eaf99
upgrade to latest dependencies (#15687)
bumping knative.dev/caching ca99f3d...dee364d:
  > dee364d upgrade to latest dependencies (# 914)
  > 634555c bump controller-gen to v0.17.0 (# 913)
bumping knative.dev/pkg accfe36...0c2a238:
  > 0c2a238 Bump golang.org/x/tools from 0.28.0 to 0.29.0 (# 3134)
bumping knative.dev/networking 22a6457...6797968:
  > 6797968 upgrade to latest dependencies (# 1037)
  > 402ac60 drop unnecessary external name svc (# 1029)
  > 47d62db fix grpc dialing (# 1036)
  > 9d4838b upgrade to latest dependencies (# 1035)
bumping golang.org/x/tools 44670c7...1743d1a:
  > 1743d1a go.mod: update golang.org/x dependencies
  > 43ba465 internal/analysis/modernize: minmax: reject IfStmt with Init
  > 29d66ee gopls: update toolchain to go1.23.4
  > ac39815 go/packages: add GOROOT env to avoid TestTarget failure in OpenBSD
  > 39e1a8c godoc: fix missing (Added in Go) "x.xx" for function with type parameters
  > 98a190b gopls/internal/analysis/unusedfunc: analyzer for unused funcs/methods
  > 192ac77 internal/golang: CodeAction: don't return empty source.doc titles
  > 5fe60fd internal/settings: drop "annotations" setting
  > c61a2b0 gopls/internal/golang: make GCDetails a code action, not a code lens
  > fc95c03 internal/modindex: fix index directory for tests
  > b93274b gopls/internal/cache: remove overzealous bug.Report
  > 960f0f4 x/tools: remove dead code
  > b0dc9b1 gopls/internal/filecache: Get: mitigate failure due to ENOSPC
  > 71b5dfe gopls: update telemetry dependency for crashmonitor fix
  > e3cedbd gopls/internal/server: fix nil panic in findMatchingDiagnostics
  > 649f485 all: make function and struct comments match the names
  > 26d1af2 gopls/internal/cache/parsego: fix OOB panic in fixAST
  > bf516ba gopls/internal/util/moremaps: use Sorted throughout gopls
  > 4f820db gopls/internal/golang: definition support break, goto and continue statements
  > f202b36 gopls/internal/analysis/modernize: string formatting
  > d6cc3cd go/analysis/passes/structtag: ignore findings for "encoding/json/v2"
  > 666fab2 go/analysis: document AllObjectFacts return value
  > 818ab3b gopls/doc/features: add missing `
  > a6adab9 gopls/internal/analysis/modernize: check FileVersions throughout
  > c437d40 gopls/internal/analysis/modernize: for...{m[k]=v} -> maps.Collect et al
  > a039694 internal/typesinternal: determine package name using qualifier
  > a304b37 internal/typesinternal: support union types in func TypeExpr
  > 412b5e9 go/types/typeutil: make Hasher stateless
  > 6d4eee4 go/callgraph: fix trivial mistake in benchmark
  > e56f71a gopls/internal/cmd: update codelens.hlp, change -run to -exec
  > 732f823 gopls/internal/analysis/modernize: b.N -> b.Loop()
  > 20cd540 gopls/internal/golang: check for nil ReceiverNamed
  > 02033b2 gopls/internal/analysis/modernize: simplify append(base, s...)
  > aa94d89 gopls/internal/analysis/modernize: replace interface{} with any
  > 93cc684 gopls/internal/analysis/modernize: sort.Slice -> slices.Sort
  > 3cad859 gopls/internal/analysis/modernize: quick fixes to modernize Go code
  > 8194029 gopls/internal/golang: hover support return statements
  > 851152f go/ast/inspector: add explicit parent pointer
  > b75baa0 internal/astutil/cursor: Cursor API for inspector
  > ebeac1b gopls/internal/util/astutil: fix tiny doc typo
  > 8e66a04 gopls/internal/util/astutil: NodeContains: workaround for ast.File
  > ea69910 gopls/internal/golang: fix DocLink markup
  > cb7945a gopls/internal/cache: move symbols to the file cache
  > dcc725c gopls/internal/cache/testfuncs: fix crash with *error argument
  > 74dea82 gopls/internal/golang/completion: fix crash in instance conversion
  > 8843590 gopls/internal/codeaction: replace all occurrences of expression (refactor.extract.variable.all)
  > fcb4185 gopls/internal/golang: fix bug browsing assembly for (T).f methods
  > 28cd718 cmd/stringer: place test package files in a test module
  > d3a1606 gopls/internal/golang: definition support return statements
  > bf42cd7 go/packages: add Target field and NeedTarget LoadMode bit
  > c73f4c8 internal/stdlib: re-generate manifest
  > a255cbe internal/modindex: handle deprecated symbols
  > e3a4b6b internal/gcimporter: update comment
  > 8127761 gopls/internal/settings: drop experimental hoverKind=Structured
  > 7bfb27f gopls/go.mod: update dependencies following the v0.17.0 release
  > c803483 internal/gcimporter: synchronize with internal/exportdata
  > c1ff179 gopls/internal/golang: Implementations: support generics
  > dd4bf11 internal/gcimporter: set correct Package.Path for main packages
  > aca81ce internal/gcimporter: copy GOROOT/internal/exportdata functions
  > d405635 internal/refactor/inline/analyzer: use "//go:fix inline" annotation
  > 47df42f internal/gcimporter: synchronizing FindPkg implementations
  > 82b6f75 internal/typesinternal: rollback of Zero{Value,Expr} for gopls
  > ab5f969 internal/gcimporter: moving FindPkg
  > 5e47a3d gopls/internal/cache: move Snapshot.Symbols to symbols.go
  > 3689f0b internal/gcimporter: reuse archive.ReadHeader implementation
  > 2cc4218 internal/gcimporter: moving byPath code location
  > 6ebf95a internal/gcimporter: remove indexed support from Import
  > 7790f2e gopls/internal/cache/methodsets: support generics
  > c2df0ef internal/gcimporter: remove end-of-section marker from size
  > ecb0abc internal/typeparams: delete GenericAssignableTo
  > 98c17f1 gopls/internal/golang: eliminate CollectScopes
  > bf32f4d gopls/doc/release: tweak wording following feedback
  > b7532e6 gopls/doc: update relnotes for v0.17.0

Signed-off-by: Knative Automation <automation@knative.team>
2025-01-14 02:45:01 +00:00
dependabot[bot] dd48437f3d
Bump the github-actions group with 3 updates (#15686)
Bumps the github-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/cache](https://github.com/actions/cache) and [actions/upload-artifact](https://github.com/actions/upload-artifact).


Updates `actions/checkout` from 4.1.7 to 4.2.2
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](692973e3d9...11bd71901b)

Updates `actions/cache` from 4.0.2 to 4.2.0
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](0c45773b62...1bd1e32a3b)

Updates `actions/upload-artifact` from 4.3.6 to 4.6.0
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](834a144ee9...65c4c4a1dd)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-13 21:33:00 +00:00
Knative Automation 3e6d275e2b
Update net-contour nightly (#15685)
bumping knative.dev/net-contour 2f97943...fff8ae0:
  > fff8ae0 [main] Upgrade to latest dependencies (# 1153)
  > af1be80 drop replace directives (# 1154)

Signed-off-by: Knative Automation <automation@knative.team>
2025-01-13 16:30:01 +00:00
Knative Automation 65de262254
upgrade to latest dependencies (#15683)
bumping knative.dev/networking 3fac3bb...22a6457:
  > 22a6457 linter fixes (# 1034)
  > 61c6cb6 upgrade to latest dependencies (# 1033)
bumping knative.dev/pkg 83cd52e...accfe36:
  > accfe36 Satisfy linter (# 3132)
  > b4ff2c1 run dependabot workflow only on dependabot branches (# 3133)

Signed-off-by: Knative Automation <automation@knative.team>
2025-01-13 04:41:19 +00:00
Knative Automation c2f2b8b458
Update net-contour nightly (#15678)
bumping knative.dev/net-contour dfffc8f...2f97943:
  > 2f97943 bump contour to 1.30.1 (# 1149)
  > 4da052c Update community files (# 1152)

Signed-off-by: Knative Automation <automation@knative.team>
2025-01-11 01:02:23 +00:00
Knative Automation b3c8668c29
upgrade to latest dependencies (#15677)
bumping golang.org/x/tools 4d2b19f...44670c7:
  > 44670c7 go.mod: update golang.org/x dependencies
  > 7eebab3 gopls/internal/golang: support extract variable at top level
  > e334696 gopls/internal/golang: ignore effects for change signature refactoring
  > 3901733 internal/refactor/inline: substitute groups of dependent arguments
  > 61b2408 gopls/internal/golang: add "Extract constant" counterpart
  > c01eead internal/gcimporter: require binary export data header
  > 9a04136 gopls/internal/golang/stubmethods: refine crash into bug report
  > 01e0b05 internal/refactor/inline: fix condition for splice assignment strategy
  > 557f540 gopls/internal/golang: don't offer to move variadic parameters
  > 399ee16 internal/gcimporter: update FindExportData to return a non-negative size
  > 25b0003 internal/refactor/inline: more precise redundant conversion detection
  > eb46939 gopls/internal/test/marker: add reproducers for moveparam bug bash bugs
  > 4296223 gopls/internal/analysis/yield: add comment about dataflow
  > 7a4f3b0 internal/gcimporter: require archive files
  > 2f73c61 gopls/internal/golang: avoid crash in lookupDocLinkSymbol
  > ef3d603 gopls/internal/golang/completion: fix crash with extra results
  > 8ffeaba gopls/internal/settings: enable 'waitgroup' analyzer
  > 4317959 go/analysis/passes/waitgroup: report WaitGroup.Add in goroutine
  > 72fdfa6 gopls/internal/golang: Disable test generation for generic functions
  > b80f1ed gopls/internal/analysis/yield: peephole-optimize phi(false, x)
  > e7bd227 gopls/internal/golang: fix folding range for function calls
  > e71702b internal/versions: remove constraint.GoVersion wrapper
  > c99edec gopls/internal/golang/completion: add alias support for literals
  > bfe3046 go/packages: add a unit test for golang/go# 70394
  > df87831 gopls/internal/undeclaredname: add missing colon when appropriate
  > 53efd30 gopls/internal/golang: simplify package name collection in add test
  > 68e4702 go/analysis/passes/printf: add missing call to Func.Origin
  > 30a3bd9 gopls/internal/golang: refactor.extract.variable: allow all exprs
  > 0edd1ab gopls/internal/cache/methodsets: refine crash for missing object path
  > 07a58bc gopls/internal/golang: refine crash golang/go# 70553
  > c622026 completions/inference: infer polymorphic types in completions
  > dcfb0b6 gopls/internal/golang: change signature via renaming 'func'
  > bfcbc1b internal/refactor/inline: avoid unnecessary desugaring in selectors
  > b93a72a internal/refactor/inline: fix spurious caller mutation
  > 41f04a0 internal/refactor/inline: fix comment movement due to added imports
  > 0841661 internal/refactor/inline: avoid unnecessary interface conversions
  > 68b67b4 gopls/internal/golang: support parameter movement refactorings
  > 51e54e8 gopls/doc/features: enable and document source.addTest code action
  > 458067f gopls/internal/golang: improve test package name selection for new file
  > 68caf84 gopls/internal/golang: don't lose ... when split/joining variadics
  > 1e0d4ee go/analysis/checker: disable Example on wasm
  > 8b6e84b gopls/internal/crash: don't crash in xrefs on out of bound nodes
  > 936a401 gopls/internal/golang: preserve copyright and build constraint
  > 1ffc3a1 gopls/internal/test/marker: add defloc, to bind positions by definition
  > 442d6be gopls/internal/test/marker: document named parameters
  > ae39b13 go/analysis/checker: a go/packages-based driver library
  > c3a6283 go/packages: undeprecate Load* style flags
  > 9dff42e gopls/internal/golang/extract: preserve comments in extracted block
  > 8c3ba8c internal/refactor: undo variadic elimination during substitution
  > 3b0b264 internal/refactor: handle qualified names in inlined assignments
  > 9311800 gopls/internal/test/marker: ignore diags in fixedbugs/issue59944.txt
  > c1aa79d gopls/internal/golang: fix gopls hover doc link
  > e751756 internal/analysisinternal: unify zero value function to typesinternal
  > a287481 internal/imports: test Source for go mod cache
  > 9387a39 gopls/doc/contributing.md: update expectations
  > e08fcf7 gopls/internal/analysis/undeclaredname: merge into CodeAction
  > 0c01408 internal/refactor/inline: avoid binding decl for name used by other args
  > 63e03c3 gopls/internal/test/marker: generalize codeaction with named args
  > acc2a74 go/analysis/passes/copylock: enable unfortunate tests
  > 39cb6f0 internal/facts: use alias type parameters and arguments during imports
  > 9b9871d go/analysis/passes/copylock: test for noCopy for sync Map, Mutex, Once
  > a54bd37 gopls/internal/golang: don't try to inline dynamic calls
  > 52eb446 internal/imports: adjust TestStdlibSelfImports pkg
  > b8ff201 gopls/internal/cache: refine bug reports for inconsistent dep view
  > e59fd36 go/ssa: use ZeroString unconditionally
  > 60bc93d gopls/internal/cache: fix handling of cgo standalone files
  > ed19fc7 gopls/internal/test: synchronize notifications during commands
  > 254baba gopls/internal/cache: failure to extract diagnostic fixes is an error
  > 56ec111 gopls/internal/server: remove spurious Async in legacy RunGoVulncheck
  > b1c39aa gopls/internal/cache: use a named bool type for allowNetwork
  > c043599 gopls/internal/protocol: add DocumentURI.DirPath
  > 29f4edb gopls/internal/cache: simplify usage of snapshot.GoCommandInvocation
  > 3c20e3f gopls/internal/analysis/yield: analyzer for iterator (yield) mistakes
  > 221e94d gopls/internal/cache: id command-line-arguments packages using GoFiles
  > 84e9c33 gopls/internal/golang: more idiomatic result naming in extract
  > 8bb5da3 gopls/internal/golang: special handling for input context.Context
  > b4332e0 gopls/internal/golang, go/ssa: remove unnamed input parameter
  > a8d0fa5 go/packages: call testenv.NeedsGoPackages for TestDirAndForTest
  > 47a5f7d gopls/internal/golang: fix bad slice append in function extraction
  > 5b5d57c gopls/codeaction: fix panic when removing unused parameters with syntax errors.
  > 025b812 gopls/internal/server: don't call window/showDocument if unsupported
  > 288b9cb gopls/internal/golang: add missing imports in foo_test.go
  > 87ac91f gopls/internal/server: revert the gopls.run_govulncheck command
  > c531f1b gopls/internal/golang: avoid crash in hover on field of non-struct
  > a37eeb4 README: mention the git repo
  > 8dd84a4 go/ssa/interp: assign phi nodes in parallel
  > 12610a1 internal/modindex: better behavior in edge cases
  > 06a498a go/ssa/interp: simplify output capturing
  > b2321e7 gopls/internal/golang: refine crash report golang/go# 69362
  > c875677 gopls/internal/golang: support add test for receiver w/o constructor
  > e26dff9 gopls/internal/golang: semtok: use type information consistently
  > fd8d028 go/pacakges: remove some todos
  > 69c27ad gopls/internal/protocol: upgrade to latest LSP
  > 25699c3 internal/server: make MaybePromptForTelemetry no-op
  > 35d7f28 go/packages: add Dir and ForTest fields to Package
bumping go.opentelemetry.io/otel/metric e6e186b...bc2fe88:
  > bc2fe88 Release v1.31.0/v0.53.0/v0.7.0/v0.0.10 (# 5883)
  > a7d5c1a Add an option to configure the exporter buffer of the BatchProcessor (# 5877)
  > eb9279b fix(deps): update golang.org/x/exp digest to f66d83c (# 5880)
  > 6441653 Performance improvements for the trace SDK in `Span`. (# 5874)
  > 8e9baf2 chore(deps): update lycheeverse/lychee-action action to v2 (# 5878)
  > 8fbaa97 Reduce `newEvictedQueueLink` and `newEvictedQueueEvent` memory allocations (# 5858)
  > 4a911f9 chore(deps): update googleapis to 5fefd90 (# 5876)
  > 98cbdcb fix(deps): update module google.golang.org/protobuf to v1.35.1 (# 5875)
  > 3cbd967 Performance improvements for `recordingSpan` `SetAttributes` and `addOverCapAttrs` (# 5864)
  > 9e791a6 fix(deps): update golang.org/x (# 5872)
  > 1333b2f Fix delegation for global MeterProviders (# 5828)
  > 19877b1 Fix timer channel drain to avoid hanging in Go 1.23 (# 5869)
  > e500945 Move @hanyuancheung to Emeritus status (# 5863)
  > 3da26f0 [doc] sdk/log: Do not create instances of Record (# 5871)
  > d37e1ef Authenticate link checking requests (# 5865)
  > be328ac Rename SampledFilter to TraceBasedFilter (# 5862)
  > cabe956 chore(deps): update codecov/codecov-action action to v4.6.0 (# 5859)
  > 727f728 fix(deps): update module github.com/prometheus/common to v0.60.0 (# 5860)
  > 4ac842c Move @MadVikingGod to Emeritus status (# 5856)
  > d7e7da6 Deprecate examples and redirect to contrib (# 5854)
  > e07d40b fix(deps): update module google.golang.org/grpc to v1.67.1 (# 5857)
  > f4e2052 chore(deps): update googleapis to af27646 (# 5855)
  > 469f3d7 [chore]: enable negative-positive rule from testifylint (# 5849)
  > 481f498 Move exemplar types to non-internal package (# 5747)
  > 6edc7a6 [chore]: enable expected-actual rule from testifylint (# 5848)
  > f710cec log: Make Record not comparable (# 5847)
  > 84677a6 clarify that users should not directly use the log bridge API (# 5837)
  > d284a86 [chore]: enable error-nil rule from testifylint (# 5843)
  > 316114c chore(deps): update module github.com/rogpeppe/go-internal to v1.13.1 (# 5835)
  > c998f36 chore(deps): update otel/opentelemetry-collector-contrib docker tag to v0.110.0 (# 5842)
  > 1be149a chore(deps): update googleapis to 9d4c2d2 (# 5841)
  > 62cc0c7 [chore]: enable error-is-as rule from testifylint (# 5836)
  > 6731dc7 chore(deps): update module github.com/klauspost/compress to v1.17.10 (# 5834)
  > 561bd49 [chore]: enable suite-extra-assert-call rule from testifylint (# 5833)
  > 063239f [chore]: enable len and empty rules from testifylint (# 5832)
  > aef9e4f [chore]: enable bool-compare rule from testifylint (# 5829)
  > a200e0a fix(deps): update module google.golang.org/grpc to v1.67.0 (# 5831)
  > 7bd1c85 fix(deps): update module github.com/prometheus/client_golang to v1.20.4 (# 5826)
  > 534ce5a Fix duplicate logs across resources (# 5803)
  > 42fd8fe Move global random number generator to `randRes` field (# 5819)
  > a7e83aa simplify conversions from slice to array (# 5818)
  > 38b9734 doc(metric): fix incorrect explanation of how `metric.WithAttributes` works (# 5822)
  > 80e18a5 fix(deps): update module github.com/golangci/golangci-lint to v1.61.0 (# 5796)
  > a3c512a Fix gosec overflow alerts (# 5799)
  > 5e3434c Group the google/x renovabot upgrades (# 5813)
  > 23f7b41 log: Introduce EnabledParameters (# 5791)
  > a475ee2 fix(deps): update module go.opentelemetry.io/contrib/bridges/otelslog to v0.5.0 (# 5808)
  > 9a4eb8b fix(deps): update module google.golang.org/grpc to v1.66.2 (# 5807)
  > ed32632 fix(deps): update module go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp to v0.55.0 (# 5809)
  > 6e2f72f Enable exemplars by default (# 5778)
  > 97ee172 chore(deps): update otel/opentelemetry-collector-contrib docker tag to v0.109.0 (# 5802)
  > ed4fc75 Release v1.30.0/v0.52.0/v0.6.0/v0.0.9 (# 5797)
  > cdd2dbb Drop support for Go 1.21 in dice example (# 5800)
  > e9ac0d2 fix(deps): update module google.golang.org/grpc to v1.66.1 (# 5798)
  > 4cc9fee fix(deps): update golang.org/x/exp digest to 701f63a (# 5795)
  > 71b341f Add utf8 support to the prometheus exporter (# 5755)
  > 506a9ba Fix typos (# 5763)
  > b37e8a9 `SetMeterProvider` might miss the delegation for instruments and registries (# 5780)
  > 9e1b015 fix(metric, log): merge explicit resource with environment variables (# 5773)
  > 8dca9cc Support OTEL_EXPORTER_OTLP_LOGS_INSECURE and OTEL_EXPORTER_OTLP_INSECURE environments in grpc exporter (# 5739)
  > fb7cc02 fix(deps): update module github.com/prometheus/client_golang to v1.20.3 (# 5788)
  > 33c9152 chore(deps): update module github.com/prometheus/common to v0.59.1 (# 5789)
  > 0ae6c2c chore(deps): update module golang.org/x/net to v0.29.0 (# 5790)
  > 8f6c4c0 [chore] Remove toolchain directive (# 5784)
  > 29c0c28 Mention `test-concurrent-safe` CI job in CONTRIBUTING doc (# 5781)
  > 8d7dfcd fix(deps): update golang.org/x/exp digest to e7e105d (# 5783)
  > 08f9c87 Group googleapis update (# 5772)
  > 1b8f785 chore(deps): update module golang.org/x/sys to v0.25.0 (# 5776)
  > 388036e chore(deps): update module golang.org/x/text to v0.18.0 (# 5775)
  > 48fedfa Run ConcurrentSafe tests multiple times in CI (# 5759)
  > a1c63a7 chore(deps): update google.golang.org/genproto/googleapis/api digest to 8af14fe (# 5766)
  > e09bffc chore(deps): update google.golang.org/genproto/googleapis/rpc digest to 8af14fe (# 5767)
  > 9339b21 chore(deps): update module github.com/prometheus/common to v0.58.0 (# 5765)
  > 38dfcb2 Ensure codespell failures fail CI (# 5761)
  > 932a4d8 Fix panic instruments creation when setting meter provider (# 5758)
  > e47618f Fix duplicate instrumentation memory leak (# 5754)
  > 080a198 chore(deps): update google.golang.org/genproto/googleapis/rpc digest to 7e3bb23 (# 5746)
  > 59ff53f chore(deps): update module github.com/prometheus/common to v0.57.0 (# 5748)
  > f85ae18 chore(deps): update google.golang.org/genproto/googleapis/api digest to 7e3bb23 (# 5745)
  > 122e926 fix(deps): update module github.com/masterminds/semver/v3 to v3.3.0 (# 5750)
  > 3fec711 fix(deps): update module google.golang.org/grpc to v1.66.0 (# 5751)
  > c2763b7 chore(deps): update otel/opentelemetry-collector-contrib docker tag to v0.108.0 (# 5749)
  > d776f74 chore(deps): update prom/prometheus docker tag to v2.54.1 (# 5744)
  > 172cfb7 Replace go 1.21 with go 1.22 in go mod (# 5740)
  > 9b63b79 chore(deps): update google.golang.org/genproto/googleapis/api digest to f6391c0 (# 5741)
  > 50dc469 chore(deps): update google.golang.org/genproto/googleapis/rpc digest to f6391c0 (# 5742)
  > 9ba025a fix(deps): update module go.opentelemetry.io/contrib/bridges/otelslog to v0.4.0 (# 5737)
  > 54ed978 fix(deps): update module go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp to v0.54.0 (# 5738)
  > 023025f Drop support for Go 1.21 (# 5736)
  > e90752c chore(deps): update google.golang.org/genproto/googleapis/rpc digest to 4ba0660 (# 5735)
  > 5a30f54 fix(deps): update module github.com/prometheus/client_golang to v1.20.2 (# 5733)
  > 3b44a34 chore(deps): update google.golang.org/genproto/googleapis/api digest to 4ba0660 (# 5734)
  > 6b1d94f Release v1.29.0/v0.51.0/v0.5.0 (# 5732)
  > 2a54df7 fix(deps): update module github.com/golangci/golangci-lint to v1.60.3 (# 5730)
  > 4875735 fix(deps): update module github.com/golangci/golangci-lint to v1.60.2 (# 5711)
  > 30fc407 fix(deps): update golang.org/x/exp digest to 9b4947d (# 5729)
  > 9402143 fix(deps): update golang.org/x/exp digest to 778ce7b (# 5728)
  > bc48d69 chore(deps): update google.golang.org/genproto/googleapis/rpc digest to fc7c04a (# 5727)
  > fe02ce7 chore(deps): update google.golang.org/genproto/googleapis/api digest to fc7c04a (# 5726)
  > 002c0a4 Move `log.Processor.Enabled` to independent `FilterProcessor` interfaced type (# 5692)
  > fe6c67e OpenCensus bridge to support TraceState (# 5651)
  > 83ae9bd Bugfix: OTLP exporters should not percent decode the key when parsing HEADERS env vars (# 5705)
  > 083d03e Add support for go 1.23 (# 5720)
  > b213e25 chore(deps): update google.golang.org/genproto/googleapis/rpc digest to 278611b (# 5724)
  > 5fa810f chore(deps): update google.golang.org/genproto/googleapis/api digest to 278611b (# 5723)
  > 3a6a0f0 fix(deps): update module github.com/prometheus/client_golang to v1.20.1 (# 5721)
  > 772d3d7 chore(deps): update golang docker tag to v1.23 (# 5712)
  > 58e0899 chore(deps): update otel/opentelemetry-collector-contrib docker tag to v0.107.0 (# 5710)
  > ad5335d chore(deps): update prom/prometheus docker tag to v2.54.0 (# 5701)
  > a5eac83 fix(deps): update module github.com/prometheus/client_golang to v1.20.0 (# 5713)
  > 964f8df chore(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.22.0 (# 5718)
  > 2db4ef2 chore(deps): update google.golang.org/genproto/googleapis/api digest to ddb44da (# 5714)
  > f587241 chore(deps): update google.golang.org/genproto/googleapis/rpc digest to ddb44da (# 5715)
  > 5b2ce02 Stabilize benchmark result of `BenchmarkValueEqual` (# 5717)
  > d61bbf1 baggage: Accept non-ASCII keys (# 5132)
  > 1dc9522 chore(deps): update google.golang.org/genproto/googleapis/rpc digest to 8ffd90a (# 5709)
  > c609b12 chore(deps): update google.golang.org/genproto/googleapis/api digest to 8ffd90a (# 5708)
  > b5a9cfb Save benchmark cache even the job is failed (# 5694)
  > 6c099c2 Use self hosted runner to run benchmark (# 5695)
  > c4ebcaa Ensure exported struct in `sdk/log` are not comparable (# 5693)
  > 69e2358 sdk/log: SimpleProcessor synchronizes OnEmit calls (# 5666)
  > a5d1ec0 chore(deps): update module golang.org/x/sys to v0.24.0 (# 5700)
  > 2e6c419 fix(deps): update golang.org/x/exp digest to 0cdaa3a (# 5699)
  > 6c495ea chore(deps): update google.golang.org/genproto/googleapis/rpc digest to 573a115 (# 5698)
  > 0e575ba chore(deps): update google.golang.org/genproto/googleapis/api digest to 573a115 (# 5697)
  > 4d29b35 Fix stdoutlog import path (# 5670)
  > d0a45b8 chore(deps): update module golang.org/x/net to v0.28.0 (# 5676)
  > cba1984 chore(deps): update jaegertracing/all-in-one docker tag to v1.60 (# 5675)
  > 065735d chore(deps): update google.golang.org/genproto/googleapis/api digest to 2c9e96a (# 5672)
  > 8e7aa3a fix(deps): update module golang.org/x/tools to v0.24.0 (# 5677)
  > 127d068 chore(deps): update google.golang.org/genproto/googleapis/rpc digest to 2c9e96a (# 5673)
  > 5edfc73 Fix interfaces doc formatting (# 5658)
  > ef08fb9 chore(deps): update module golang.org/x/sys to v0.23.0 (# 5669)
  > f079b03 sdk/log: SimpleProcessor to not panic for zero value (# 5665)
  > f7977e0 Fix benchmark that does not compare the exact result from the previous commit (# 5664)
  > 9e5b316 Correct the comment for the priority of options and environments on otlploghttp (# 5650)
  > d737207 Fix membership link (# 5667)
  > 8e8ad09 sdk/log: Processor.OnEmit accetps a Record pointer (# 5636)
  > 2726c6a [chore] Remove toolchain from go.mod (# 5661)
  > f80fd48 chore(deps): update otel/opentelemetry-collector-contrib docker tag to v0.106.1 (# 5662)
  > 972c919 [chore] Add bodyclose linter (# 5659)
  > e2b0751 [chore] Add asasalint linter (# 5653)
  > f290782 Fix benchmark ci (# 5657)
  > 891aeff chore(deps): update google.golang.org/genproto/googleapis/api digest to b1a4ccb (# 5655)
  > bd0b210 chore(deps): update google.golang.org/genproto/googleapis/rpc digest to b1a4ccb (# 5656)
  > 4bce032 chore(deps): update otel/opentelemetry-collector-contrib docker tag to v0.106.0 (# 5654)
  > 1b5834f Enable all benchmarks in CI (# 5644)
  > 16a4e33 typo: fix docs (# 5649)
  > df6cb9c fix(deps): update github.com/opentracing-contrib/go-grpc digest to 9dec25a (# 5643)
  > 693fd28 chore(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.21.0 (# 5648)
  > 81cf7cb chore(deps): update google.golang.org/genproto/googleapis/rpc digest to 93522f1 (# 5647)
  > 0c574e1 chore(deps): update google.golang.org/genproto/googleapis/api digest to 93522f1 (# 5646)
  > 48f6a11 Correct the comment for the priority of options and environments on otlpmetric (# 5641)
  > 3e17ef9 Allow relying on InstrumentationScope in SpanStub and fix remaining deprecation issues (# 5627)
  > d4b5396 chore(deps): update google.golang.org/genproto/googleapis/rpc digest to e6d459c (# 5640)
  > 0e3fd25 chore(deps): update google.golang.org/genproto/googleapis/api digest to e6d459c (# 5639)
  > 2a454a7 Use actuated runner to run benchmark (# 5635)
  > abc0ea6 chore(deps): update google.golang.org/genproto/googleapis/api digest to d784300 (# 5637)
  > 5b0fea6 chore(deps): update google.golang.org/genproto/googleapis/rpc digest to d784300 (# 5638)
  > 4c7f2bf Fix otlp grpc exporters doc to require a scheme (# 5632)
  > aba4ccb baggage: fix grammar error (# 5634)
  > f983bc3 fix(deps): update golang.org/x/exp digest to 8a7402a (# 5633)
  > d2d94d6 Rely on net/http error content rather than unreliable deadline exceeded (# 5631)
  > 52d4ce6 Include otlploggrpc module into the experimental-logs (# 5629)
  > 23abb5a Parse errormsgs in retryable status codes (# 5541)
  > 30cc379 Add `otlploggrpc` package documentation (# 5622)
  > e3892f0 chore(deps): update otel/opentelemetry-collector-contrib docker tag to v0.105.0 (# 5626)
  > 5fef3eb fix(deps): update module golang.org/x/vuln to v1.1.3 (# 5625)
  > 63aff5a fix(deps): update golang.org/x/exp digest to e3f2596 (# 5624)
  > 99f830b Separate trace API components into own files (# 5620)
  > ae6d29f Refactor Batch Processor benchmark to really test OnEnd (# 5600)
  > 29bdfd2 Add entry for logs in `go.opentelemetry.io/otel` package documentation (# 5621)
  > aebcbfc Add example test for otlploggrpc (# 5615)
  > 19a131b Add integration tests for otlploggrpc exporter (# 5614)
  > f5b4e99 Update example instrumentation names (# 5612)
  > 9535f08 Add comment to other observable instruments about repeated creation with callbacks (# 5606)
  > 776ceb7 Document Logger name and version recommendations (# 5613)
  > 5881fe7 sdk/log: Package documentation (# 5609)
  > cdee720 Add benchmark for turning readonly spans into their proto struct (# 5601)
  > 8f965b6 Add resource metrics transform benchmarks (# 5602)
  > a4c3e5d Fix verify_released_changelog.sh (# 5616)
  > d595dab sdk/log: Simple processor may be useful for production (# 5578)
  > d6aa213 sdk/log: Refine BenchmarkProcessor (# 5607)
  > 55f9b5c chore(deps): update google.golang.org/genproto/googleapis/rpc digest to 46eb208 (# 5611)
  > c50fbea chore(deps): update google.golang.org/genproto/googleapis/api digest to 46eb208 (# 5610)
  > eb05fd5 Add TestConfigLinkMutability (# 5604)
  > 1384c27 log: Add missing notice to Bytes, Slice, Map doc comment (# 5598)
  > e8c22e6 Add TestSpanStartConfigAttributeMutability (# 5591)
  > 1077d23 chore(deps): update jaegertracing/all-in-one docker tag to v1.59 (# 5605)
  > 2d373af chore(deps): update prom/prometheus docker tag to v2.53.1 (# 5603)
  > f2bc57b fix(deps): update module go.opentelemetry.io/build-tools/semconvgen to v0.14.0 (# 5597)
  > 1808830 fix(deps): update module go.opentelemetry.io/build-tools/multimod to v0.14.0 (# 5596)
  > b9cce86 fix(deps): update module go.opentelemetry.io/build-tools/gotmpl to v0.14.0 (# 5595)
  > 6cc58df fix(deps): update module go.opentelemetry.io/build-tools/crosslink to v0.14.0 (# 5594)
  > c161387 chore(deps): update google.golang.org/genproto/googleapis/rpc digest to 40e1e62 (# 5593)
  > 4816927 Implement otlploggrpc exporter (# 5582)
  > fa00fc5 chore(deps): update google.golang.org/genproto/googleapis/api digest to 40e1e62 (# 5592)
  > 82184aa [chore] Add missing changelog entry for # 5577 (# 5586)
  > aab5af1   Correct the comment for the priority of options and environments on otlptracehttp (# 5584)
  > 74eb0bf chore(deps): update google.golang.org/genproto/googleapis/rpc digest to 4ad9e85 (# 5589)
  > 1cdd0c7 chore(deps): update google.golang.org/genproto/googleapis/api digest to 4ad9e85 (# 5588)
  > 30ca54a Protect released changelog in CI (# 5560)
  > 40b6ba1 chore(deps): update google.golang.org/genproto/googleapis/api digest to 654c5fe (# 5587)
  > 83c61f5 Extend trace config benchmarks to run each option individually (# 5566)
  > 7e0af51 baggage: Fix invalid percent-encoded octet sequences (# 5528)
  > 61ff66c fix(deps): update golang.org/x/exp digest to 46b0784 (# 5585)
  > d913aa9 fix(deps): update module golang.org/x/tools to v0.23.0 (# 5583)
  > 4ccb6f2 [chore] Update macOS runners (# 5577)
  > d5c3319 sdk/log: Add package example (# 5579)
  > b761af7 Enable benchmark summary for release (# 5527)
  > 39f38e7 chore(deps): update module golang.org/x/net to v0.27.0 (# 5581)
  > 5e3499c chore(deps): update module golang.org/x/sys to v0.22.0 (# 5576)
  > 5cd7807 Implement otlploggrpc gRPC client (# 5572)
  > bcb7d42 fix(deps): update module go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp to v0.53.0 (# 5574)
  > 7e5e905 fix(deps): update module go.opentelemetry.io/contrib/bridges/otelslog to v0.3.0 (# 5573)
  > b394515 fix(deps): update module go.opentelemetry.io/otel/sdk/log to v0.4.0 (# 5571)
  > c508b77 fix(deps): update module google.golang.org/grpc to v1.65.0 (# 5568)
  > 83b7bd0 Upgrade Go versions in CI  (# 5570)
  > 81216fb Releases v1.28.0/v0.50.0/v0.4.0 (# 5569)
  > 8279a1a Add @XSAM and @dmathieu as repository maintainers (# 5558)
  > cff1a25 chore(deps): update otel/opentelemetry-collector-contrib docker tag to v0.104.0 (# 5565)
  > 0485de2 Move time.Now call into exemplar reservoir to improve performance (# 5545)
  > 1cefb17 chore(deps): update google.golang.org/genproto/googleapis/rpc digest to f6361c8 (# 5564)
  > 874f2a2 chore(deps): update google.golang.org/genproto/googleapis/api digest to f6361c8 (# 5563)
  > b477e34 sdk/log: Add filtering Processor example (# 5543)
  > d7e5001 sdk/log: Fix ExampleProcessor_redact to clone the record (# 5559)
  > 4987a1d Split the span start/end benchmarks and test start with links and attributes (# 5554)
  > 82fe9aa Generate `internal/transform` in `otlploggrpc` (# 5553)
  > f3a2d96 Reduces allocation in attributes (# 5549)
  > 1d783e1 chore(deps): update jaegertracing/all-in-one docker tag to v1.58 (# 5556)
  > 4794143 chore(deps): update jaegertracing/all-in-one docker tag to v1.54 (# 5555)
  > acb2471 Add benchmark retrieving a new logger (# 5548)
  > 12f0db5 Add walk attributes benchmark (# 5547)
  > 649484e Split the set and add attributes benchmarks (# 5546)
  > cda5094 sdk/log: Add altering Processor example (# 5550)
  > 418f19d Indicate the otlploghttp exporter must be created by the New method (# 5521)
  > 0b1e0b2 chore(deps): update module github.com/prometheus/common to v0.55.0 (# 5552)
  > af317f0 Add WithHeaders option for Zipkin exporter (# 5530)
  > 6d45f28 Add errorlint linter (# 5535)
  > 921eb70 Decouple codecov upload from coverage testing (# 5534)
  > bae7be2 chore(deps): update otel/opentelemetry-collector-contrib docker tag to v0.103.1 (# 5540)
  > 7e08134 chore(deps): update google.golang.org/genproto/googleapis/rpc digest to dc46fd2 (# 5539)
  > 399de05 chore(deps): update google.golang.org/genproto/googleapis/api digest to dc46fd2 (# 5538)
  > 4e94f40 Populate `service.instance.id` with a default value when `OTEL_GO_X_RESOURCE` is set (# 5520)
  > 86df296 Verify versions.yaml is up to date in CI (# 5533)
  > d99c76f Add `newClient` method for otlploggrpc gRPC client (# 5523)
  > a814b35 Add example for synchronous gauge (# 5492)
  > f6a5aa2 Add unparam linter (# 5531)
  > 3e91436 Add unconvert linter (# 5529)
  > 4a509d2 Do not fail CI on codecov create report (# 5532)
  > eb6bd28 chore(deps): update prom/prometheus docker tag to v2.53.0 (# 5525)
  > 86a40d5 chore(deps): update otel/opentelemetry-collector-contrib docker tag to v0.103.0 (# 5526)
  > ef848af Add tenv linter (# 5524)
  > 773aec2 Fix timestamp handling for the lastvalue aggregation (# 5517)
  > ffe855d Fix IDGenerator may generate zero TraceId / SpanId  (# 5514)
  > f5e6137 Correct the comment for the priority of options and environments on otlptracegrpc (# 5508)
  > b04f91a chore(deps): update google.golang.org/genproto/googleapis/api digest to 68d350f (# 5515)
  > a4cf372 chore(deps): update google.golang.org/genproto/googleapis/rpc digest to 68d350f (# 5516)
  > 478f85b fix(baggage): validate chars panic with 0x80 (# 5494)
  > e451d1f fix(deps): update module go.opentelemetry.io/proto/otlp to v1.3.1 (# 5505)
  > 77fafaf chore(deps): update jaegertracing/all-in-one docker tag to v1.58 (# 5504)
  > 30e82e0 trace:  Use non-generic to replace newEvictedQueue in trace.start to reduce memory usage. (# 5497)
  > d3f3ae1 fix(deps): update module google.golang.org/protobuf to v1.34.2 (# 5503)
  > 499785e chore(deps): update google.golang.org/genproto/googleapis/rpc digest to a8a6208 (# 5502)
  > 1f6c110 chore(deps): update otel/opentelemetry-collector-contrib docker tag to v0.102.1 (# 5491)
  > cb3323e chore(deps): update codecov/codecov-action action to v4.5.0 (# 5509)
  > 2841e39 Add missing word in WithView() doc string (# 5506)
  > 1438392 Move evantorrie to emeritus status (# 5507)
  > 5b91801 fix(deps): update golang.org/x/exp digest to 7f521ea (# 5512)
  > dace7b6 Add implementation of otlploggrpc configuration (# 5383)
  > 5331939 Introduce logtest.AssertRecordEqual (# 5499)
  > 722fbae chore(deps): update google.golang.org/genproto/googleapis/api digest to a8a6208 (# 5501)
  > 000e9ab fix(deps): update module github.com/golangci/golangci-lint to v1.59.1 (# 5498)
  > e0bc51a fix(deps): update module golang.org/x/vuln to v1.1.2 (# 5496)
  > 6082e83 sdk/log: Remove slice allocation from SimpleProcessor.OnEmit (# 5493)
  > 6a0fa3c Upgrade semconv use to v1.26.0 (# 5490)
  > a2505aa log/logtest: provide record with their context (# 5468)
  > 59bbe11 fix(deps): update golang.org/x/exp digest to fc45aab (# 5488)
  > 3f9f7dd chore(deps): update google.golang.org/genproto/googleapis/rpc digest to ef581f9 (# 5487)
  > 4e136b9 chore(deps): update google.golang.org/genproto/googleapis/api digest to ef581f9 (# 5486)
  > 1512385 chore(deps): update module golang.org/x/net to v0.26.0 (# 5484)
  > 0e81cf2 chore(deps): update otel/opentelemetry-collector-contrib docker tag to v0.102.0 (# 5479)
  > c015059 Add the sdk/internal/x package (# 5444)
  > db74d18 Add `semconv/v1.26.0`, removes deprecated semconvs (# 5476)
  > fb98b08 chore(deps): update module golang.org/x/text to v0.16.0 (# 5482)
  > 5925cc4 Bump min Go version used in CI (# 5489)
  > e39085d fix(deps): update module golang.org/x/tools to v0.22.0 (# 5485)
  > 3c32df8 chore(deps): update module golang.org/x/sys to v0.21.0 (# 5481)
  > 86df763 trace:  Span in noop.Start is no longer allocated (# 5457)
  > 12dfedd fix(deps): update golang.org/x/tools digest to 2088083 (# 5477)
  > 4fc7162 sdk/log: Fix counting number of dropped attributes of log.Record (# 5464)
  > 0ba6336 fix(deps): update golang.org/x/tools digest to 4478db0 (# 5474)
  > a9ccdca fix(deps): update golang.org/x/tools digest to 58cc8a4 (# 5473)
  > c719117 [chore] add `log` package to depguard linter (# 5463)
  > 4c3ecab chore(deps): update module github.com/prometheus/common to v0.54.0 (# 5472)
  > 047df28 Guard rng in exemplar rand computation (# 5456)
  > d5a66e0 fix(deps): update module github.com/itchyny/gojq to v0.12.16 (# 5460)
  > f80064a sdk/log: Add processor benchmarks (# 5448)
  > cb5c7d4 chore(deps): update module github.com/prometheus/procfs to v0.15.1 (# 5453)
  > b5aef81 fix(deps): update golang.org/x/tools digest to cc29c91 (# 5452)
  > 262306e fix(deps): update golang.org/x/tools digest to 2f8e378 (# 5451)
  > 77fa3c9 fix(deps): update golang.org/x/exp digest to fd00a4e (# 5450)
  > 64bc6e0 fix(deps): update golang.org/x/tools digest to 624dbd0 (# 5446)
  > 1bcb778 Move `MonotonicEndTime` to only use (# 5443)
  > 91a8c5f fix(deps): update golang.org/x/exp digest to 404ba88 (# 5445)
  > baa8efe Document instrument name requirements (# 5435)
  > b00f496 Remove opentelemetry-proto in .gitsubmodule (# 5267)
  > 5bfa9c5 Log warning when a trace attribute/event/link is discarded due to limits (# 5434)
  > fad23ee Remove zeroInstrumentKind (# 5433)
  > 8dbc7cd fix(deps): update golang.org/x/tools digest to 2e977dd (# 5442)
  > 2343ef1 fix(deps): update golang.org/x/tools digest to 8d54ca1 (# 5441)
  > e9f542c [chore] ensure codecov uses token (# 5440)
  > ea637cd fix(deps): update golang.org/x/tools digest to 01018ba (# 5438)
  > c3569d8 Export the Instrument IsEmpty method (# 5431)
  > 8d4d3c8 sdk/log: Fix TestBatchProcessor/ForceFlush/ErrorPartialFlush flaky test (# 5416)
  > 525fedb Identify global `Tracer`s and `Meter`s with their schema URLs (# 5426)
  > 982e96d sdk/log: Fix TestBatchProcessor/DroppedLogs flaky test (# 5421)
  > 1002078 fix(deps): update golang.org/x/exp digest to 23cca88 (# 5429)
  > ab48b8b fix(deps): update golang.org/x/tools digest to e229045 (# 5432)
  > c5950c8 chore(deps): update google.golang.org/genproto/googleapis/api digest to 5315273 (# 5427)
  > 2b10bb1 chore(deps): update google.golang.org/genproto/googleapis/rpc digest to 5315273 (# 5428)
  > d0bc31c fix(deps): update golang.org/x/tools digest to f10a0f1 (# 5430)
  > 89c32cb chore(deps): update google.golang.org/genproto/googleapis/api digest to a332354 (# 5423)
  > 01ac201 chore(deps): update google.golang.org/genproto/googleapis/rpc digest to a332354 (# 5424)
  > be1b9cf Log a warning when log Record attribute is dropped (# 5376)
  > 515d2c4 fix(deps): update golang.org/x/exp digest to 4c93da0 (# 5415)
  > 62cd846 fix(deps): update golang.org/x/tools digest to 7045d2e (# 5406)
  > 19590e7 fix(deps): update module github.com/golangci/golangci-lint to v1.59.0 (# 5419)
  > 7c5e64c chore(deps): update dependency codespell to v2.3.0 (# 5409)
  > bd24d54 sdk/log: Fix BenchmarkLoggerNewRecord to not drop attributes (# 5407)
  > 55ec752 Fix test name in otlploghttp (# 5411)
  > ca93aae fix(deps): update module golang.org/x/vuln to v1.1.1 (# 5405)
  > e800298 Pool otlploghttp transform maps (# 5378)
  > 0a7aae7 [chore] example/otel-collector: Fix README title (# 5404)
  > 3b5cfe9 chore(deps): update google.golang.org/genproto/googleapis/rpc digest to d264139 (# 5399)
  > c5a02a6 chore(deps): update otel/opentelemetry-collector-contrib docker tag to v0.101.0 (# 5400)
  > bcc6db0 fix(deps): update module go.opentelemetry.io/otel/sdk/log to v0.3.0 (# 5398)
  > 1fcaae8 chore(deps): update google.golang.org/genproto/googleapis/api digest to d264139 (# 5397)
  > 216b7bc fix(deps): update module go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp to v0.52.0 (# 5396)
  > 8ea8949 fix(deps): update module github.com/go-logr/logr to v1.4.2 (# 5393)
  > e94d114 fix(deps): update module go.opentelemetry.io/contrib/bridges/otelslog to v0.2.0 (# 5395)
  > bdf6b77 chore(deps): update google.golang.org/genproto/googleapis/rpc digest to dc85e6b (# 5391)
  > 281aeb5 Recheck log message in TestBatchProcessor (# 5386)
  > 5661ff0 Release v1.27.0/v0.49.0/v0.3.0 (# 5392)
  > 0d3dddc Fix exported instrument kind const value change (# 5385)
  > 7aae7a8 chore(deps): update benchmark-action/github-action-benchmark action to v1.20.3 (# 5381)
  > 8c3120f chore(deps): update module google.golang.org/genproto/googleapis/api to v0.0.0-20240520151616-dc85e6b867a5 (# 5388)
  > d55658e chore(deps): update codecov/codecov-action action to v4.4.1 (# 5387)
  > 49c866f fix(deps): update module github.com/golangci/golangci-lint to v1.58.2 (# 5382)
  > 999c6a0 Update all semconv use to v1.25.0 (# 5374)
  > 14441ae Identify logger with schemaURL in global logger provider (# 5375)
  > ebd0ade Split log/logtest into a recorder and a logger (# 5365)
  > 0d1e77c Fix package prefix of error in otlploghttp (# 5371)
  > 76c0610 Collector example: add metrics (# 5283)
  > dafe137 Add the synchronous gauge to the metric API and SDK (# 5304)
  > 166b347 [chore] Fix wrong type in DESIGN.md (# 5368)
  > bf06b80 [chore] Fix 2 places in log design doc (# 5364)
  > 8fecf5d chore(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.20.0 (# 5363)
  > f8382e7 chore(deps): update module google.golang.org/genproto/googleapis/api to v0.0.0-20240515191416-fc5f0ca64291 (# 5361)
  > 3c2b34c chore(deps): update module google.golang.org/genproto/googleapis/rpc to v0.0.0-20240515191416-fc5f0ca64291 (# 5362)
  > aecd315 Fix logger provider var name (# 5358)
  > 7708ace fix(deps): update module google.golang.org/grpc to v1.64.0 (# 5354)
  > 08c8b32 log: Fix comparison of unordered map values (# 5306)
  > 56bb4cf Add logs to dice example (# 5349)
  > e94b07d chore(deps): update codecov/codecov-action action to v4.4.0 (# 5353)
  > 2efd53b chore(deps): update module github.com/prometheus/procfs to v0.15.0 (# 5352)
  > 74ca4c0 chore(deps): update module google.golang.org/genproto/googleapis/rpc to v0.0.0-20240513163218-0867130af1f8 (# 5351)
  > a38f29b chore(deps): update module google.golang.org/genproto/googleapis/api to v0.0.0-20240513163218-0867130af1f8 (# 5350)
  > 3d51fa9 Remove dependabot version updates (# 5346)
  > 7ba796c sdk/log: Document how Processor and Exporter interfaces can be extended (# 5347)
  > 69800ee Support Delta & Cumulative temporality for LastValue aggregates (# 5305)
  > 737f885 chore(deps): update module google.golang.org/genproto/googleapis/api to v0.0.0-20240509183442-62759503f434 (# 5344)
  > 3380296 chore(deps): update module google.golang.org/genproto/googleapis/rpc to v0.0.0-20240509183442-62759503f434 (# 5345)
  > 5d1e2a5 Update `RELEASING.md` to obtain steps to verify the changes for contrib (# 5284)
  > c00a51a Record links with empty span context (# 5315)
  > 9f1de84 Fix empty log body printed by stdoutlog exporter (# 5311)
  > 9e7d744 Test metric aggregate times (# 5323)
  > d0068d0 Move Aneurysm9 to emeritus status (# 5319)
  > 4e03b7e chore(deps): update prom/prometheus docker tag to v2.52.0 (# 5338)
  > be55f00 chore(deps): update otel/opentelemetry-collector-contrib docker tag to v0.100.0 (# 5337)
  > 31eeb21 chore(deps): update jaegertracing/all-in-one docker tag to v1.57 (# 5329)
  > d6a3f8d fix(deps): update module github.com/prometheus/client_golang to v1.19.1 (# 5341)
  > 498292b Generate `internal/retry` in `otlploggrpc` (# 5313)
  > 654ce01 exporters/otlp/otlptrace: fix incorrect documentation (# 5098)
  > 1430e3f Merge Span.AddLink tests (# 5115)
  > a8d4eef fix(deps): update module github.com/golangci/golangci-lint to v1.58.1 (# 5340)
  > c75cfb3 chore(deps): update module github.com/rogpeppe/go-internal to v1.12.0 (# 5334)
  > 8ac1da0 chore(deps): update module github.com/cespare/xxhash/v2 to v2.3.0 (# 5330)
  > abfd7ef chore(deps): update module github.com/prometheus/procfs to v0.14.0 (# 5333)
  > b0ce56f fix(deps): update module google.golang.org/protobuf to v1.34.1 (# 5328)
  > 8ea5ab7 chore(deps): update module golang.org/x/net to v0.25.0 (# 5335)
  > b34a142 chore(deps): update module github.com/prometheus/common to v0.53.0 (# 5332)
  > b13d084 fix(deps): update module golang.org/x/exp to v0.0.0-20240506185415-9bf2ced13842 (# 5327)
  > cac5183 chore(deps): update module google.golang.org/genproto/googleapis/rpc to v0.0.0-20240506185236-b8a5c65736ae (# 5325)
  > 5377972 chore(deps): update module gopkg.in/check.v1 to v1.0.0-20201130134442-10cb98267c6c (# 5326)
  > aa1c78f chore(deps): update module google.golang.org/genproto/googleapis/api to v0.0.0-20240506185236-b8a5c65736ae (# 5321)
  > 39482b3 chore(deps): update module github.com/golang/groupcache to v0.0.0-20210331224755-41bb18bfe9da (# 5320)
  > 433fb62 chore: Configure Renovate (# 5309)
  > 0fce441 Rename sync inst names (# 5303)
  > ae06a80 Log records dropped by the BatchProcessor (# 5276)
  > 2cf3d64 Upgrade default go verison to 1.22.3 (# 5314)
  > 2f662db Refactor exemplars to not use generic argument (# 5285)
  > f8b9fe3 Emit attributes slices as their json representation (# 5159)
  > 0fc35e0 feat: opt for concatenation instead of using fmt.Sprintf (# 5286)
  > f23078e Fix HistogramConfig docs (# 5301)
  > f8840b9 Fix type error in float64 instrument docs (# 5302)
  > 36bee93 Use reflect to construct a Record in `logtest` (# 5275)
  > e0ed6a3 docs: Add logs exporters in README.md (# 5298)
  > c5807d4 docs: Update logs status to alpha (# 5299)
  > c7b5627 build(deps): bump codecov/codecov-action from 4.3.0 to 4.3.1 (# 5296)
  > c25eeea dependabot updates Sun May  5 15:58:11 UTC 2024 (# 5300)
  > dbfc758 Use docker compose in otel collector example (# 5244)
  > 7ee6ff1 Add README templ to semconvkit (# 5279)
  > 3fa1c19 Test scope and resource transforms in otlploghttp (# 5278)
  > d5945a9 The stdoutlog exporter prints `DroppedAttributes` field instead of `Limit`s fields (# 5272)
  > 1980e0e docs: Add otlploghttp package in exporters README.md (# 5274)
  > d1d390e Add changelog entry for # 5230 (# 5277)
  > 1e357c7 Truncate and de-duplicate log attribute values (# 5230)
  > 9794825 Use empty resource when RecordFactory.Resource nil (# 5264)
  > c9c1503 docs: update variable name in documentation (# 5270)
  > fd7d486 build(deps): bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp (# 5265)
  > 24d36d6 chore: fix function names in comment (# 5262)
  > f56f524 build(deps): bump lycheeverse/lychee-action from 1.9.3 to 1.10.0 (# 5266)
  > fb697e8 Add otlploggrpc exporter skeleton (# 5246)
  > 19ee6d4 Fix flaky test TestBufferExporter/Shutdown/ContextCancelled (# 5261)
  > fd6d4db Remove context check on stdout exporters (# 5189)
  > 37619ea Add example for stdoutlog (# 5242)
  > 27e0344 stdoutlog: Do not print timestamps when WithoutTimestamps is set (# 5241)
  > f33d408 log/logtest: add Record Factory (# 5263)
  > df455db sdk/log/logtest: Add RecordFactory (# 5258)
  > 9656d0a Release 1.26.0/0.48.0/0.2.0-alpha (# 5260)
  > 29e1c7e Add custom ring implementation to the BatchProcessor (# 5237)
  > baeb560 sdk/log: Fix doc for LoggerProvider.ForceFlush and LoggerProvider.Shutdown (# 5259)
  > ae55e29 Remove left-over TODO in otlploghttp (# 5256)
  > fe8e3a1 Semconv v1.25.0 (# 5254)
  > bf37c5a Revert the usage of `go.opentelemetry.io/proto/slim` (# 5253)
  > b34cfc4 Default implementation for empty BatchProcessor (# 5239)
  > 9370c5a Implement resource serialization for stdoutlog (# 5213)
  > 6e92163 otlpmetrichttp: Use go.opentelemetry.io/proto/slim/otlp (# 5222)
  > f885333 build(deps): bump golang.org/x/vuln in /internal/tools (# 5245)
  > 48f028f Add sdk/log, stdoutlog, and otlploghttp to next release (# 5240)
  > 727395a Add example test to otlploghttp (# 5235)
  > 1ea4ee2 Add the otlploghttp HTTP client (# 5224)
  > 94eb27f Rename batching configuration (# 5236)
  > ed2e2b0 Add environment variable support to otlploghttp (# 5223)
  > 1f76264 [chore] Rebuild .tools as they can be outdated (# 5220)
  > 906c490 baggage: more efficient member validation (# 5214)
  > ed666f7 sdk/log: Rename BatchingProcessor to BatchProcessor (# 5229)
  > e055c7d [chore] fix typo in baggage.NewMember docs (# 5231)
  > 4af9c20 Implement the BatchingProcessor (# 5093)
  > fe3de70 otlploghttp: Use go.opentelemetry.io/proto/slim/otlp (# 5216)
  > dbe27d4 Replace `Record` limit methods with `DroppedAttributes` (# 5190)
  > 1ff2e71 Add span flags to OTLP exported data (# 5194)
  > e518c7e dependabot updates Sun Apr 14 07:10:26 UTC 2024 (# 5210)
  > 3b6043b build(deps): bump codecov/codecov-action from 4.2.0 to 4.3.0 (# 5205)
  > c971888 Add otlploghttp transform package (# 5191)
  > 7da00d9 Add base implementation of otlploghttp configuration (# 5167)
  > 1297d5f [chore] Move # 5134 changlog entry to Unreleased (# 5193)
  > 7092c1f stdoutlog: Add exporter (# 5172)
  > fb02927 Add caching to lychee links checker (# 5160)
  > 054a63f sdk/log: Add options to NewSimpleProcessor (# 5185)
  > 727f03e otlploghttp: Implement Exporter.Export (# 5182)
  > b13ee4a Add concurrency test for Exporter to otlploghttp (# 5183)
  > 648b40e Bump proto-go to v1.2.0 (# 5177)
  > 8d1d62b logtest: Add Recorder (# 5134)
  > b9752eb sdk/log: Exporter has to be concurrent-safe (# 5181)
  > a4a9e24 propagation: fix grammar in TraceContext.Inject doc (# 5166)
  > e028d07 build(deps): bump google.golang.org/protobuf (# 5180)
  > b237a1c otlploghttp: Implement Exporter.Shutdown (# 5163)
  > 014c6fc otlploghttp: Generate internal/retry (# 5165)
  > d66a661 otelloghttp: Implement Exporter.ForceFlush (# 5164)
  > 30487e1 dependabot updates Sat Apr  6 07:01:47 UTC 2024 (# 5171)
  > d65da34 Add config and doc for stdoutlog exporter (# 5158)
  > 98d961b Clamp batch size <= queue size (# 5157)
  > 6628407 Release v1.25.0/v0.47.0/v0.0.8/v0.1.0-alpha (# 5154)
  > 82b49b4 Add otlploghttp package documentation (# 5150)
  > 5bd5582 dependabot updates Thu Apr  4 20:43:44 UTC 2024 (# 5155)
  > 6394b02 semconv: Add metric generation (# 4880)
  > 35c9570 Prevent default ErrorHandler self-delegation (# 5137)
  > 98fd439 Bump bump google.golang.org/grpc from 1.62.1 to 1.63.0 and use grpc.NewClient instead of grpc.DialContext (# 5151)
  > 0168437 Add exemplar support to the prometheus exporter (# 5111)
  > e6e4e4a build(deps): bump benchmark-action/github-action-benchmark (# 5142)
  > 73ee3bb build(deps): bump codecov/codecov-action from 4.1.1 to 4.2.0 (# 5140)
  > 14e3f6b Add otlploghttp exporter skeleton (# 5138)
  > afb6af0 Address GO-2024-2687 (# 5139)
  > 6c6e1e7 Add queue for BatchingProcessor (# 5131)
  > 5449f08 Add the `bufferExporter` (# 5119)
  > c4dffbf Add chunkExporter (# 5104)
  > e6e44de log: Add String method to Value and KeyValue (# 5117)
  > b7fdeb9 build(deps): bump github.com/golangci/golangci-lint in /internal/tools (# 5126)
  > a8e4263 build(deps): bump codecov/codecov-action from 4.1.0 to 4.1.1 (# 5125)
  > 2f73208 Fix spelling errors in baggage.go (# 5120)
  > bddfbc6 Add timeoutExporter (# 5118)
  > 7667f7b Add support for AddLink to the OpenCensus bridge (# 5116)
  > 9bffaf9 dependabot updates Sun Mar 31 00:41:36 UTC 2024 (# 5123)
  > ba5d126 Fix benchmarks action (# 5110)
  > 554282d trace: Add Span.AddLink method (# 5032)
  > 321219b Add export sync (# 5105)
  > 068b6c8 [chore] Remove open issues for design docs (# 5112)
  > 9e34895 exporters/zipkin: Add use new scope attributes (# 5108)
  > edb788b Add READMEs to every package (# 5103)
  > f1ba32e Add benchmark for logger (# 5101)
  > 6033938 Refactor testing of batching config (# 5106)
  > 540663b add summary support to the OTLP exporter (# 5100)
  > 32e3a3d Implement the BatchingProcessor configuration (# 5088)
  > 8b14747 sdk/trace: fix spelling errors (# 4996)
  > 07a8438 build(deps): bump github.com/golangci/golangci-lint in /internal/tools (# 5099)
  > a5172ab Fix spelling errors in batch.go (# 5097)
  > cebb190 fix: default http endpoint port to 4318 in documentation of otlptracehttp package (# 5096)
  > b77a5c3 sdk/log: ObservedTimestamp should be set (# 5091)
  > 335f4de Add global log package (# 5085)
  > 12c5651 Do not alloc multiple noop exporters (# 5083)
  > ca5bb1f Run compatibility tests on arm64 with actuated (# 4994)
  > 77d9192 Implement logger (# 5081)
  > 4580e06 Implement the LoggerProvider (# 5080)
  > 3542ee6 Implement the SimpleProcessor (# 5079)
  > 6fb46a1 Simplify log design docs (# 5077)
  > 3a72c5e Implement the providerConfig (# 5074)
  > da047e7 Add the Enabled method to the Logger (# 5071)
  > 47ac0d4 logs: Add empty value for KeyValue (# 5076)
  > 42c1708 Add SeverityUndefined to `otel/log` (# 5072)
  > ca35244 sdk/log: Implement Record (# 5073)
  > 54b6ee4 sdk/log: Scaffolding (# 5068)
  > 6bc8314 [chore] Update open issues in log design docs (# 5052)
  > 81512d9 sdk/log: Add design doc (# 4954)
  > 9a515ce otlptracehttp, otlpmetrichttp: Add WithProxy option (# 4906)
  > 76921e9 chore: remove repetitive words (# 5048)
  > 6ff94ab trace: SpanFromContext and SpanContextFromContext make no allocs (# 5049)
  > 9184b10 exporters/otlp: fix spelling errors (# 5050)
  > 1fe2f03 Deprecate Sortable (# 4734)
  > 2d968c4 dependabot updates Sun Mar 10 09:28:42 UTC 2024 (# 5047)
  > fe9bab5 Use Distinct instead of Set for map keys (# 5027)
  > da2949b build(deps): bump codecov/codecov-action from 3.1.5 to 4.1.0 (# 5022)
  > 916d5f2 dependabot updates Sun Mar  3 18:37:17 UTC 2024 (# 5026)
  > fbf26d2 Fix dependabot-pr.sh (# 5025)
  > a7034da Use slices instead of sort pkg (# 4992)
  > ec8e6ea Use slices.Sort in propagators test instead of sort.Slice (# 4991)
  > 4ea22d3 Use slices.SortFunc in OpenCensus bridge instead of sort package (# 4990)
  > 0510d11 Use slices.SortFunc in OTLP trace exporter instead of sort.Slice (# 4989)
  > 32f3933 Use slices.Sort in Prometheus exporter instead of sort.Slice (# 4988)
  > 7dea232 [chore] Simplify the license header (# 4987)
  > 1d1ecbc [chore] log: Remove resolved issue from DESIGN.md (# 4984)
  > d50a23b Clear aggregate value maps instead of deleting entries (# 4981)
  > b302227 Utilize the new slices package in sdk/metric (# 4982)
  > 561714a Drop support for Go 1.20 (# 4967)
  > 8fb28b5 build(deps): bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp (# 4975)
  > c2ce8b4 build(deps): bump google.golang.org/grpc in /bridge/opentracing/test (# 4974)
  > af928f1 build(deps): bump google.golang.org/grpc (# 4973)
  > 6e40355 build(deps): bump google.golang.org/grpc from 1.61.1 to 1.62.0 in /exporters/otlp/otlptrace/otlptracegrpc (# 4972)
  > df903ee build(deps): bump google.golang.org/grpc in /example/otel-collector (# 4976)
  > 241826d build(deps): bump google.golang.org/grpc (# 4977)
  > 9cc1e32 build(deps): bump google.golang.org/grpc (# 4978)
  > 08c38ab Add links to published packages (# 4970)
  > 22a4f9c Export `internal/global.getLogger` (# 4969)
bumping golang.org/x/sync 151027e...913fb63:
  > 913fb63 singleflight: fix typo in singleflight_test.go
bumping golang.org/x/text efd25da...d42948e:
  > d42948e go.mod: update golang.org/x dependencies
bumping knative.dev/pkg 4c90159...83cd52e:
  > 83cd52e Bump golang.org/x/net from 0.31.0 to 0.34.0 (# 3130)
  > 4d8f747 Bump google.golang.org/grpc from 1.68.0 to 1.69.2 (# 3131)
  > 459f60e Bump google.golang.org/protobuf from 1.35.2 to 1.36.2 (# 3129)
  > 14369d0 Bump golang.org/x/tools from 0.27.0 to 0.28.0 (# 3119)
  > 28f90c2 upgrade to latest dependencies (# 3127)
  > 23c15c0 Update k8s min and deps to 1.30  (# 3124)
  > 4ba3f1b Update community files (# 3128)
bumping golang.org/x/net 334afa0...8da7ed1:
  > 8da7ed1 go.mod: update golang.org/x dependencies
  > 2124140 all: make function and struct comments match the names
  > e9d95ba http2: do not surface errors from a conn's idle timer expiring
  > c2be992 quic: remember which remote connection IDs have been retired
  > dfc720d go.mod: update golang.org/x dependencies
  > 8e66b04 html: use strings.EqualFold instead of lowering ourselves
  > b935f7b html: avoid endless loop on error token
  > 9af49ef route: remove unused sizeof* consts
  > 6705db9 quic: clean up crypto streams when dropping packet protection keys
  > 4ef7588 quic: handle ACK frame in packet which drops number space
  > 552d8ac Revert "route: change from syscall to x/sys/unix"
  > 13a7c01 Revert "route: remove unused sizeof* consts on freebsd"
  > 285e1cf go.mod: update golang.org/x dependencies
  > d0a1049 route: remove unused sizeof* consts on freebsd
  > 6e41410 http2: fix benchmarks using common frame read/write functions
  > 4be1253 route: change from syscall to x/sys/unix
  > bc37675 http2: limit number of PINGs bundled with RST_STREAMs
  > e9cd716 route: fix parse of zero-length sockaddrs in RIBs
  > 9a51899 http2: add SETTINGS_ENABLE_CONNECT_PROTOCOL support
bumping knative.dev/caching 98070c2...ca99f3d:
  > ca99f3d Update community files (# 912)

Signed-off-by: Knative Automation <automation@knative.team>
2025-01-11 01:02:17 +00:00
Knative Automation e5b717d1c8
Update net-kourier nightly (#15680)
bumping knative.dev/net-kourier 446def7...3ff14fe:
  > 3ff14fe Update community files (# 1316)

Signed-off-by: Knative Automation <automation@knative.team>
2025-01-10 14:26:17 +00:00
Knative Automation 5a8d478247
Update net-gateway-api nightly (#15679)
bumping knative.dev/net-gateway-api 7ce2d13...c330328:
  > c330328 upgrade to latest dependencies (# 797)
  > bcd1fdb Bump golang.org/x/time from 0.8.0 to 0.9.0 (# 794)
  > 681d3fb Update community files (# 795)

Signed-off-by: Knative Automation <automation@knative.team>
2025-01-10 12:20:17 +00:00
Dave Protasowski 28dff5c053
add wildcard back (#15676) 2025-01-10 00:54:16 +00:00
vthurimella bb76b60380
Update volume validation to include hostPath (#15669)
* Update volume validation to include hostPath

* Remove want: nil

* Fix tests to incorporate all errors

* Fix compilation
2025-01-09 23:38:22 +00:00
Knative Automation 8ed20f4da7
upgrade to latest dependencies (#15662)
bumping knative.dev/pkg 40afb7c...4c90159:
  > 4c90159 Update community files (# 3126)
bumping knative.dev/caching 9f3a58c...98070c2:
  > 98070c2 upgrade to latest dependencies (# 911)
  > 09897a3 upgrade to latest dependencies (# 909)
  > 2f0b786 Update community files (# 910)
bumping knative.dev/hack 1978b3a...e92a16a:
  > e92a16a set min to 1.30 (# 405)
  > cad8c71 Update community files (# 406)
bumping knative.dev/networking 8b69a35...34f5e09:
  > 34f5e09 upgrade to latest dependencies (# 1028)
  > 43a6a77 Update community files (# 1027)
  > d424939 upgrade to latest dependencies (# 1026)

Signed-off-by: Knative Automation <automation@knative.team>
2025-01-09 23:38:16 +00:00
Knative Automation d957496c57
Update community files (#15675)
Signed-off-by: Knative Automation <automation@knative.team>
2025-01-09 15:18:16 +00:00
Dave Protasowski 3216ab31bc
Drop the use dprotaso/controller-tools fork (#15664)
* Drop the use dprotaso/controller-tools fork

Keeping the fork up to date is not really tenable and it's
fairly complex. We now simply manipulate the resulting
CRD yaml after generation

* go mod tidy

* Prune the allowed scaleTargetRef fields

* allow containers.privileged

* update overrides to include hostPath feature flag

* refactor function for readability

* refactor feature key constants to prevent typos

* drop schema patch config file

* close encoder prior to writing the file
2025-01-09 13:33:19 +00:00
Knative Automation 8a37b89c19
Update net-kourier nightly (#15671)
bumping knative.dev/net-kourier e39c83b...446def7:
  > 446def7 upgrade to latest dependencies (# 1312)
  > 089044c Update community files (# 1315)

Signed-off-by: Knative Automation <automation@knative.team>
2025-01-09 12:19:58 +00:00
Dave Protasowski 8556b88ee0
fix dependency name (#15674) 2025-01-08 19:27:58 +00:00
Dave Protasowski 83fe1c2662
fix dependabot config (#15672) 2025-01-08 17:36:58 +00:00
Dave Protasowski 79f8c3ffde
fix dependabot config (#15668) 2025-01-08 15:49:58 +00:00
Amarendra Kumar 0d589da56e
Add support for hostPath (#15648)
* 15546: Add support for hostPath

* 15546: Fix additional Space and eof

* Fix eof

* update for EOF

* revert mess up

* remove white spaces

* added Comment

* remove extra validations as its there in K8
2025-01-06 18:23:56 +00:00
Harshita Sao df030277a7
fix: fixed the pinned dependencies issue (#15475)
* fix: fixed the pinned dependencies issue

Signed-off-by: harshitasao <harshitasao@gmail.com>

* Tweak pinned shas & dependabot config

Don't pin knative/actions
Bump chainguard actions to a newer sha

---------

Signed-off-by: harshitasao <harshitasao@gmail.com>
Co-authored-by: Dave Protasowski <dprotaso@gmail.com>
2024-12-30 22:57:49 +00:00
Kapil Sareen da8d2d14fa
Allow securityContext.Privileged to be configurable (#15643)
* makes securityContext.Privileged configurable

* resolves review

* fix go formatting

---------

Co-authored-by: Dave Protasowski <dprotaso@gmail.com>
2024-12-30 17:02:49 +00:00
Knative Automation c0f181d46a
Update net-contour nightly (#15665)
bumping knative.dev/net-contour 323c72c...dfffc8f:
  > dfffc8f upgrade to latest dependencies (# 1151)

Signed-off-by: Knative Automation <automation@knative.team>
2024-12-30 13:34:13 +00:00
Knative Automation 746e72fe6e
Update net-gateway-api nightly (#15658)
bumping knative.dev/net-gateway-api 8c9f69b...7ce2d13:
  > 7ce2d13 upgrade to latest dependencies (# 793)
  > dbddc32 Update community files (# 792)
  > 6ffe72f upgrade to latest dependencies (# 788)
  > 9734fb9 Bump Kind and k8s version (# 790)

Signed-off-by: Knative Automation <automation@knative.team>
2024-12-30 12:19:12 +00:00
Stavros Kontopoulos 750f9a257d
Drop k8s v1.28 from kind testing and update cluster version to 1.30 in e2e (#15655)
* Drop k8s v1.28 from kind testing and update cluster version to 1.29 in e2e

* remove 1.29

* add 1.29 back

* revert chainguard-dev/actions/setup-kind to main

* set min to 1.30
2024-12-28 21:58:11 +00:00
Knative Automation daae9fd949
Update net-contour nightly (#15660)
bumping knative.dev/net-contour 680ee7d...323c72c:
  > 323c72c Update community files (# 1150)
  > 69a9b52 upgrade to latest dependencies (# 1147)
  > 16be658 set min to 1.30 (# 1148)

Signed-off-by: Knative Automation <automation@knative.team>
2024-12-26 12:22:10 +00:00
Knative Automation b4c8ac9491
Update community files (#15661)
Signed-off-by: Knative Automation <automation@knative.team>
2024-12-24 13:37:07 +00:00
Knative Automation 095f876417
Update net-kourier nightly (#15659)
bumping knative.dev/net-kourier 3cf7632...e39c83b:
  > e39c83b Bump k8s and Kind version (# 1314)

Signed-off-by: Knative Automation <automation@knative.team>
2024-12-24 12:22:07 +00:00
Knative Automation 06281ebc6d
upgrade to latest dependencies (#15656)
bumping knative.dev/networking 929a5d5...8b69a35:
  > 8b69a35 Make maximum delay of prober in its backoff configurable (# 1001)
  > bf671a6 Update community files (# 1024)
  > bbd3279 upgrade to latest dependencies (# 1023)
bumping knative.dev/pkg a7fd9b1...40afb7c:
  > 40afb7c fix script (# 3123)
  > f3ab560 Update community files (# 3118)
bumping knative.dev/hack b799531...1978b3a:
  > 1978b3a Update community files (# 404)
bumping knative.dev/caching cb95f78...9f3a58c:
  > 9f3a58c Update community files (# 908)
  > a38b40d upgrade to latest dependencies (# 907)

Signed-off-by: Knative Automation <automation@knative.team>
2024-12-20 11:49:12 +00:00
Stavros Kontopoulos 033225d777
pin chainguard action version (#15657) 2024-12-19 12:24:11 +00:00
Marek Schmidt d1e308e65f
[performance/real-traffic-test] Enable AllowHTTPFullDuplexFeature (#15654)
* round computed rate in real-traffic-test

* enable AllowHTTPFullDuplex
2024-12-17 18:17:09 +00:00
Knative Automation 2d5a1e9979
Update net-kourier nightly (#15647)
bumping knative.dev/net-kourier d661174...3cf7632:
  > 3cf7632 Allow to disable envoy server header injection (# 1311)

Signed-off-by: Knative Automation <automation@knative.team>
2024-12-09 08:40:51 +00:00
Knative Automation 5717d19e73
Update net-kourier nightly (#15636)
bumping knative.dev/net-kourier 953c1ba...d661174:
  > d661174 Update community files (# 1310)
  > 83a4974 upgrade to latest dependencies (# 1309)

Signed-off-by: Knative Automation <automation@knative.team>
2024-11-28 13:37:49 +00:00
Knative Automation 15ac5b1571
Update net-contour nightly (#15634)
bumping knative.dev/net-contour 0954c05...680ee7d:
  > 680ee7d Update community files (# 1146)
  > c5c5fc2 upgrade to latest dependencies (# 1145)

Signed-off-by: Knative Automation <automation@knative.team>
2024-11-28 13:37:43 +00:00
Knative Automation 8cbbe8f124
Update net-gateway-api nightly (#15635)
bumping knative.dev/net-gateway-api b43b985...8c9f69b:
  > 8c9f69b Update community files (# 789)

Signed-off-by: Knative Automation <automation@knative.team>
2024-11-28 12:16:42 +00:00
Knative Automation 5911aee4f6
Update community files (#15633)
Signed-off-by: Knative Automation <automation@knative.team>
2024-11-28 02:16:43 +00:00
Knative Automation 3e45e8f839
Update net-kourier nightly (#15622)
bumping knative.dev/net-kourier a3308ae...953c1ba:
  > 953c1ba upgrade to latest dependencies (# 1308)
  > cf1cf3c upgrade to latest dependencies (# 1307)

Signed-off-by: Knative Automation <automation@knative.team>
2024-11-19 12:19:59 +00:00
Knative Automation 0a61ece90f
Update net-gateway-api nightly (#15620)
bumping knative.dev/net-gateway-api 88bcb2d...b43b985:
  > b43b985 upgrade to latest dependencies (# 787)

Signed-off-by: Knative Automation <automation@knative.team>
2024-11-19 08:29:59 +00:00
Knative Automation 85ce915b51
upgrade to latest dependencies (#15623)
bumping knative.dev/caching 5522d1a...cb95f78:
  > cb95f78 upgrade to latest dependencies (# 906)
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 knative.dev/pkg 215048a...a7fd9b1:
  > a7fd9b1 Bump google.golang.org/protobuf from 1.35.1 to 1.35.2 (# 3117)
bumping knative.dev/networking 5272a36...929a5d5:
  > 929a5d5 upgrade to latest dependencies (# 1022)

Signed-off-by: Knative Automation <automation@knative.team>
2024-11-18 14:30:48 +00:00
Knative Automation 9f24a9c270
Update net-contour nightly (#15621)
bumping knative.dev/net-contour 62caba4...0954c05:
  > 0954c05 upgrade to latest dependencies (# 1144)
  > 520284f upgrade to latest dependencies (# 1143)

Signed-off-by: Knative Automation <automation@knative.team>
2024-11-18 12:20:48 +00:00
Knative Automation bd9050e118
upgrade to latest dependencies (#15618)
bumping knative.dev/networking 4c9d5b8...5272a36:
  > 5272a36 upgrade to latest dependencies (# 1021)
bumping knative.dev/caching 79b8e81...5522d1a:
  > 5522d1a upgrade to latest dependencies (# 905)
bumping golang.org/x/tools 2ab3b51...4d2b19f:
  > 4d2b19f go.mod: update golang.org/x dependencies
  > 6368677 gopls/internal/golang: strength reduce ComputeImportFixEdits
  > 777f155 gopls/internal/golang: show package attributes on hover
  > 8a0e08f gopls/doc: add missing doc link
  > 61415be gopls/internal/cache: guard against malformed paths in port.matches
  > 9a89d3a internal/analysisinternal: avoid sub-token spans in TypeErrorEndPos
  > 1115af6 internal/expect: support named arguments f(a, b, c=d, e="f")
  > 0b9e499 go/{expect,packages/packagestest}: mention the tag+delete proposal
  > efcd2bd internal/packagestest: fork go/packages/packagestest
  > 0e9ed3d go/packages: do not mutate Config
  > ca2b41b x/tools: use internal/expect instead of go/expect
  > b22f1ad internal/expect: fork go/expect
  > f1ae722 gopls/internal/semtok: change types.Named to types.Basic for iota, true, and false
  > dba5486 gopls: update x/telemetry to pick up fix for countertest.ReadCounter
  > 9d40727 gopls/internal/server: don't interact with os.UserConfigDir from tests
  > 59933b6 go/packages: create fewer goroutines
  > f1f7c26 gopls/internal/cache: ensure GO111MODULE is unset in GOPATH tests
  > 4f98d3f gopls/internal/golang: run testcases as subtests
  > 6d27bba gopls/internal/golang: add testcase handling for func with error returns
  > e5417d7 gopls/internal/cache: log go env in TestZeroConfigAlgorithm
  > 691997a gopls/internal/golang: consolidate imports from both file in qualifier
  > 0c792f1 gopls/internal/golang: support generating test for functions
  > 27e1a3a go/packages: ensure TypesInfo is set when NeedTypesInfo is enabled
  > 817c7bc gopls/internal/test/integration/workspace: fix TestStdWorkspace
  > e36459f gopls/internal/golang: generate test name for selected function/method
  > 2998e9a go/analysis/passes/lostcancel: add WithCancelCause et al
  > f0379e0 go/packages: add BenchmarkNetHTTP
  > ad28b93 go/packages: minor cleanups to loader.parseFiles
  > cceaf96 internal/imports: carve out a Source interface for index integration
  > f4878ba gopls/internal/golang: use correct imports in HTML pkg doc links
  > 109c5fc gopls/internal/test: fix path to local go in integration tests
  > 99e8fee x/tools: fset.File(file.Pos()) -> fset.File(file.FileStart)
  > 5cd08e2 go/gcexportdata: document 2 releases + tip policy
  > ce03cd6 internal/modindex: parse changed time in local time zone
  > 386503d gopls/internal/golang: add source code action for add test
  > 9d6e1a6 Revert "gopls/internal/analysis: disable ssa/ir analyzers on range-over-func"
  > f153a42 gopls: update honnef.co/go/tools (staticcheck) to v0.5.1
  > 59f79bc go/ssa: speed up TestTypeparamTest by loading tests once
  > 70e82e0 go/analysis/passes/asmdecl: Correct identify writeResult instructions
  > cbd92b1 gopls/internal: stubcalledfunction: improve logic of selecting insert position
  > 45a28e1 all: fix x/tools tests that fail with a go1.23.1 go.work file
  > b0f44d5 copyright: limit copyright checking to .go files
  > 73d6794 gopls/internal/template: fix completion token boundary conditions
  > 91421d7 gopls/internal/cache: share type checking with analysis
  > 36684df go/analysis/passes/unusedwrite: silence if unsafe is imported
  > 17213ba gopls/internal/cache/parsego: support lazy object resolution for Files
  > 7d1d070 go/ssa/interp: disable interp tests on wasm
  > ae56d93 internal/modindex: implement Lookups in the index
  > 044b16f internal/gcimporter: extend markBlack workaround go1.22
  > dabba6a internal/modindex: new API for incremental update
  > 7d196fc go/ssa/interp: fix failing recover2.go test
  > f861377 go/ssa/interp: redirect interpreter std{out,err} to testing.T.Log
  > 9f3c646 gopls/internal/cache: memoize cache keys
  > 1f162c6 gopls/internal/cache: async pull diagnostics and joined analysis
  > dbb8252 gopls/release: remove unused(?) script
  > 6176384 go/types/objectpath: break cycles through interface methods
  > 9e6388a internal/gcimporter: work around go/types data race in 1.23.
  > c457787 gopls/internal/cache: avoid reporting bugs when go/packages has errors
  > 401eca0 gopls/internal/settings: remove "allowImplicitNetworkAccess"
  > 6618569 gopls/internal/cache: refine a bug report related to package metadata
  > 6381f0b gopls/internal/cache: refine bug reports
  > 63e4449 gopls/internal/telemetry/cmd/stacks: print double-claimed stacks
  > f003ff6 gopls/internal/test/marker: rename s/suggestedfix/quickfix/
  > 8128bcf gopls/internal/cache: add tolerance for builtin test variants
  > a199121 gopls: allow for asynchronous request handling
  > 8ecf757 internal/gcimporter: remove test of unsupported "goroot" iimport
  > 7310c72 importgraph: correct typo in graph_test.go
  > ce4cb55 internal/modindex: fix two bugs
  > b3482cc internal/modindex/cmd: Command for maintaining module cache indexes
  > 454be60 x/tools: be defensive after types.Info.Types[expr] lookups
  > dec6bf1 internal/modindex: update module cache index
  > 6c6def2 gopls/internal/telemetry/cmd/stacks: fix bad tmpreaper interaction
  > 1a5fe83 gopls: remove cruft
  > 244a31e gopls/internal: CodeAction:  quickfix to generate missing method
  > 87d6131 internal/typeparams: support parameterized aliases in Free
  > aa87dcf go/analysis/passes: execute gofmt
  > feffeaa go/packages: report an error from Load when GOROOT is misconfigured
  > 50179f2 Revert "internal/aliases: add a function to conditionally enable aliases"
  > 4f6e118 all: set gotypesalias=1 when using >=1.23 toolchain
  > 915132c internal/typesinternal: add NamedOrAlias type
  > bd86f8c gopls/internal/cache/analysis: lazily resolve the import map
  > a4e0a9e cmd/bundle: enable materialized aliases
  > db26c69 cmd/stringer: fix test on android
  > f08b5c1 gopls/internal/test/integration/bench: add a pull diagnostics benchmark
  > bbb979f go/callgraph/vta: use node IDs for type flow graph
  > cf8979b gopls/doc/features: add index of supported Code Actions
  > 8621919 go/ssa/ssautil: disable fmt imports on wasm tests
  > f439874 internal/modindex: add symbol information
  > f21a1dc gopls: add initial support for pull diagnostics
  > c19060b gopls/internal/cache: use packageHandles to hold an active package cache
  > a30b207 internal/versions: remove InitFileVersions
  > de11c55 gopls/doc/codelenses: fix link typo
  > 0b989c8 internal/versions: update test expectations
  > 89a5311 go/analysis/passes/asmdecl: allow syscall write registers implicitly
  > f8f3c13 internal/aliases: add a function to conditionally enable aliases
bumping knative.dev/pkg 47a6f9f...215048a:
  > 215048a Bump golang.org/x/tools from 0.26.0 to 0.27.0 (# 3114)
bumping golang.org/x/mod 46a3137...dec0365:
  > dec0365 sumdb: make data tiles by Server compatible with sum.golang.org
  > c8a7319 x/mod: fix handling of vendored packages with '/vendor' in non-top-level paths
  > 9cd0e4c x/mod: remove vendor/modules.txt from module download

Signed-off-by: Knative Automation <automation@knative.team>
2024-11-15 14:23:44 +00:00
Knative Automation b51a57d249
upgrade to latest dependencies (#15613)
bumping google.golang.org/genproto/googleapis/rpc 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 knative.dev/caching e98e6ce...79b8e81:
  > 79b8e81 upgrade to latest dependencies (# 904)
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 knative.dev/pkg 7b333a0...47a6f9f:
  > 47a6f9f Bump google.golang.org/grpc from 1.67.1 to 1.68.0 (# 3116)
bumping knative.dev/networking 8a88798...4c9d5b8:
  > 4c9d5b8 upgrade to latest dependencies (# 1020)
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 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)
  > 859602c vet : add check for tabs in text files (# 7678)
  > 67e47fc xds: Fix flaky test TestUnmarshalListener_WithUpdateValidatorFunc (# 7675)
  > ca4865d balancer: automatically stop producers on subchannel state changes (# 7663)
  > 941102b xds/server: Fix xDS Server leak (# 7664)
  > 7aee163 xds: add xDS transport custom Dialer support (# 7586)
  > 9affdbb internal/credentials/xds: add unit tests for `HandshakeInfo.Equal` (# 7638)
  > 3196f7a protoc-gen-go-grpc: remove `use_generic_streams_experimental` flag (defaults to true) (# 7654)
  > 218811e balancer/rls: Add picker and cache unit tests for RLS Metrics (# 7614)
  > a9ff62d clusterresolver/e2e_test: Avoid making real DNS requests in TestAggregateCluster_BadEDS_BadDNS (# 7669)
  > e7a8097 cleanup: replace grpc.Dial with grpc.NewClient in tests (# 7640)
  > bcf9171 transport: Fix reporting of bytes read while reading headers (# 7660)
  > 8ea3460 balancer: fix logic to prevent producer streams before READY is reported (# 7651)
  > 6c48e47 replace tab with spaces in text files (# 7650)
  > 1418e5e clusterimpl: use gsb.UpdateClientConnState instead of switchTo, on receipt of config update (# 7567)
  > ac41314 .*: Add missing a newline at the end (# 7644)
  > 11c44fb vet: add comment explaining reason for revive lineter disabled rules (# 7634)
  > 3b626a7 *: fix more typos (# 7619)
  > 04e78b0 .*: fix lint issues of not having comments for exported funcs and vars along with any remaining issues and enable remaining disabled rules (# 7575)
  > 31ffeee Deps: Bump Go version in Dockerfiles and test/kokoro/xds.sh (# 7629)
  > 393fbc3 Update dependencies after 1.67 branch cut (# 7624)
  > cf5d541 stubserver: support xds-enabled grpc server (# 7613)
  > b6fde8c vet: add check for trailing spaces (# 7576)
  > 7fb7ac7 mem: replace flate.Reader reference (# 7595)
  > 8f920c6 Change version to 1.68.0-dev (# 7601)

Signed-off-by: Knative Automation <automation@knative.team>
2024-11-15 11:14:44 +00:00
Knative Automation ebe9d03624
Update net-kourier nightly (#15612)
bumping knative.dev/net-kourier 22f1c55...a3308ae:
  > a3308ae upgrade to latest dependencies (# 1306)

Signed-off-by: Knative Automation <automation@knative.team>
2024-11-13 08:11:42 +00:00