mirror of https://github.com/knative/serving.git
9354 Commits
Author | SHA1 | Message | Date |
---|---|---|---|
|
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> |
|
|
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 |
|
|
5ede17448a
|
fix builds on arm/v7 (#15699) | |
|
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> |
|
|
c3f2bfe4c9
|
Exclude kourier tls runtime (#15696)
* exclude kourier tls runtime on 1.30.x * disable kourier tls runtime |
|
|
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> |
|
|
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> |
|
|
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 |
|
|
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> |
|
|
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> |
|
|
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]( |
|
|
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> |
|
|
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> |
|
|
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> |
|
|
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)
>
|
|
|
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> |
|
|
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> |
|
|
28dff5c053
|
add wildcard back (#15676) | |
|
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 |
|
|
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> |
|
|
d957496c57
|
Update community files (#15675)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
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 |
|
|
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> |
|
|
8556b88ee0
|
fix dependency name (#15674) | |
|
83fe1c2662
|
fix dependabot config (#15672) | |
|
79f8c3ffde
|
fix dependabot config (#15668) | |
|
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 |
|
|
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> |
|
|
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> |
|
|
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> |
|
|
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> |
|
|
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 |
|
|
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> |
|
|
b4c8ac9491
|
Update community files (#15661)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
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> |
|
|
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> |
|
|
033225d777
|
pin chainguard action version (#15657) | |
|
d1e308e65f
|
[performance/real-traffic-test] Enable AllowHTTPFullDuplexFeature (#15654)
* round computed rate in real-traffic-test * enable AllowHTTPFullDuplex |
|
|
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> |
|
|
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> |
|
|
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> |
|
|
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> |
|
|
5911aee4f6
|
Update community files (#15633)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
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> |
|
|
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> |
|
|
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> |
|
|
9f24a9c270
|
Update net-contour nightly (#15621)
bumping knative.dev/net-contour 62caba4...0954c05:
> 0954c05 upgrade to latest dependencies (# 1144)
>
|
|
|
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> |
|
|
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)
>
|
|
|
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> |