mirror of https://github.com/knative/func.git
52 Commits
Author | SHA1 | Message | Date |
---|---|---|---|
|
5a2e58441d
|
Update Knative deps to latest (#2265) | |
|
9beea04064
|
Basic auth (#2242)
* feat: host builder basic auth * update tests * mark oci basic auth flags hidden * cleanup - Remove debug statements - Fix test race - Update licenses * spelling and linting errors |
|
|
3f20faa4e9
|
Drop replace directive (#2212)
* drop replace directive * fix functionality - add an additional case so we walkthrough the docker default config locations |
|
|
a4a4148379
|
[main] Upgrade to latest dependencies (#2188)
* upgrade to latest dependencies
bumping go.opentelemetry.io/otel/metric 279c549...e3eb3f7:
> e3eb3f7 Release v1.23.0/v0.45.1 (# 4885)
> eabcef4 Return merged Resource on schema conflict (# 4876)
> 2c7761d Bump benchmark-action/github-action-benchmark from 1.19.2 to 1.19.3 (# 4883)
> f4e1e04 Bump lycheeverse/lychee-action from 1.9.2 to 1.9.3 (# 4882)
> 569854e sdk/metric/metricdata: Add MarshalJSON for Extrema (# 4827)
> 242d23a Remove the Flush method from Exemplar (# 4873)
> fecb92e Add the experimental exemplar feature (# 4871)
> d9d9507 stdouttrace: Refine example (# 4872)
> bf1ae8c [chore] Fix changelog entry for # 4754 (# 4874)
> 8d3ae4c fix: Fix stdouttrace/example_test to make the trace_id same. (# 4855)
> e7de571 Add the Histogram Reservoir impl (# 4870)
> e6e4c95 Bump benchmark-action/github-action-benchmark from 1.18.0 to 1.19.2 (# 4865)
> dcfec0c Add the random fixed size exemplar reservoir (# 4852)
> ce3faf1 Bump lycheeverse/lychee-action from 1.9.1 to 1.9.2 (# 4864)
> 3da38d3 Bump peter-evans/create-issue-from-file from 4 to 5 (# 4867)
> 402998f dependabot updates Sun Jan 28 22:42:16 UTC 2024 (# 4869)
> 200b2cf Bump codecov/codecov-action from 3.1.4 to 3.1.5 (# 4866)
> 79371c1 Add the SampledFilter exemplar Reservoir impl (# 4851)
> 08beb8b Add the Drop exemplar Reservoir implementation (# 4850)
> 6f96e67 example/dice: Do not use semconv (# 4849)
> c573785 Add the `sdk/metric/internal/exemplar` package (# 4835)
> 1978044 Cache instruments so repeatedly creating identical instruments doesn't leak memory (# 4820)
> cef39a1 Fix changelog entry (# 4848)
> 71d13ff Fix ContainerID detector on systemd with colon in cgroup path (# 4449)
> 3f74d77 Bump go.opentelemetry.io/proto/otlp from 1.0.0 to 1.1.0 in /exporters/otlp/otlptrace (# 4841)
> edb9b2b Bump go.opentelemetry.io/proto/otlp from 1.0.0 to 1.1.0 in /exporters/otlp/otlptrace/otlptracegrpc (# 4842)
> 71d2b41 Bump go.opentelemetry.io/proto/otlp (# 4838)
> f0ea8b7 Bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp (# 4844)
> c158b90 Bump go.opentelemetry.io/proto/otlp (# 4837)
> b20691d Bump actions/cache from 3 to 4 (# 4839)
> 33f5cf4 Add WithEndpointURL option to OTLP over HTTP exporters (# 4808)
> 8778c38 docs: minor update to docstring (# 4833)
> 1e2555f Release v1.23.0-rc.1 (# 4832)
> 8f2bdf8 Bump golang.org/x/tools from 0.16.1 to 0.17.0 in /internal/tools (# 4825)
> cf93d0d Add @dashpole (David Ashpole) as a maintainer (# 4830)
bumping k8s.io/apiextensions-apiserver 1dff568...e1d6769:
> e1d6769 Update dependencies to v0.29.2 tag
> f14ac67 Merge pull request # 122369 from cici37/automated-cherry-pick-of-# 122193-upstream-release-1.29
> eccd921 Merge pull request # 122429 from MadhavJivrajani/tools-bump-129
> 510e9f2 Keep presence cost to 0 to ensure backward compatibility.
> 06c0a98 Merge pull request # 122343 from jpbetz/automated-cherry-pick-of-# 122329-origin-release-1.29
> 4a82ea0 .*: bump golang.org/x/tools to v0.16.1
> 2d320bc Wire in field dropping for CRDs
> 249827f update go.mod
> 4bb4c02 Merge pull request # 121034 from alexzielenski/apiserver/apiextensions/ratcheting-oldself-create
> f68866b codegen
> 5321cf0 validate defaults across an update from nil to ensure create ratcheting rules work
> efc67b4 ratcheting-cel: use Optional[T] for oldSelf when optionalOldSelf is true
> 0889c57 ratcheting-cel: add optionalOldSelf field
> 2c1c704 refactor: rename TransitionRule to UsesOldSelf
> 915de7b Merge pull request # 121573 from tukwila/bump_etcd_v3.5.10
> d1c742e Merge pull request # 121552 from pohly/klog-update
> e1b4aee bump to newest etcd: v3.5.10
> 2a7741d dependencies: klog v2.110.1
> e964004 Merge pull request # 121575 from apelisse/update-smd
> 204aa5c Merge pull request # 121577 from cici37/celFixPick
> 74dc30a Update sigs.k8s.io/structured-merge-diff to v4.4.1
> e907c44 Merge pull request # 121373 from cici37/crdGA
> fed8e0b Add set ext library into Kubernetes and pick up the new option cel provides
> 2d6475f Merge pull request # 121307 from cici37/celUpdate
> 8286ec3 Remove the usage of feature gate
> cfee884 Bump cel-go to v0.17.7
> 7eec8bf Merge pull request # 121460 from jiahuif-forks/feature/crd-validation-expressions/existing-expressions-cost-exempt
> c16fc96 Add cel new validator into Kubernetes.
> 78065a7 Merge pull request # 121462 from alexzielenski/apiserver/apiextensions/ratcheting-metrics-actually
> 7d0a2a9 suppress per-expression cost limit for unmutated versions.
> d31f930 Merge pull request # 121405 from alexzielenski/apiserver/apiextensions/ratcheting-benchmarks
> e54efed metrics: publish metrics from ratcheting across a request
> 182175e Merge pull request # 121524 from carlory/gomega
> e3bcef4 ratcheting: add benchmark
> 99f827f bump gomega to 1.29.0
> db2e96c Merge pull request # 121255 from tukwila/OpenAPIV3-cleanup
> dcb65b7 Merge pull request # 121338 from dims/working-otel-bump
> 70a4e71 Remove GAed feature gates OpenAPIV3
> be4aa6a Merge pull request # 121343 from alexzielenski/apiserver/apiextensions/ratcheting-metrics
> 305c51a working-config-otel
> 7d6d9e2 Merge pull request # 121430 from bzsuni/cleanup/fsnotify
> 72514a2 replace CEL ValidateWithRatcheting with variadic options
> f0dcf82 Merge pull request # 121455 from cici37/test_cost
> 49314b9 Bumped the fsnotify from version v1.6.0 to v1.7.0
> 712c8c0 ratcheting: provide a shared correlated object
> a00f3f9 Merge pull request # 119186 from seans3/stream-translator-proxy
> 64f9a54 Add stability tests for CEL cost estimation.
> b482682 fetch a shared correlated object off the validation options if it exists
> d459639 Merge pull request # 120397 from ty-dc/StaticCheck
> 8c1ad11 StreamTranslator and FallbackExecutor for WebSockets
> d2839fd fix usage
> 56c7faf Merge pull request # 121016 from alexzielenski/apiserver/apiextensions/ratcheting-cel
> 37b3e30 cleanup: omit comparison with bool constants
> fedd88f add variadic options to ValidateUpdate
> fd7b6ea ratcheting: ratchet CEL expressions for no-op updates
> d704d8d Merge pull request # 121337 from alexzielenski/apiserver/apiextensions/cleanup-validator
> dae2c4e Merge pull request # 121364 from sxd/update_grpc
> 40b0c2a fix typo
> 10e8e5f Merge pull request # 120757 from alexzielenski/apiserver/openapi/invalid-default
> d11c518 bump golang.org/grpc to v1.56.3
> 2aaec3e cleanup: move unstructured check earlier in status update
> 2fd9bc9 update generated code and openapi
> 911047c cleanup: remove unused versions of cel validators and structural schemas from CRD strategy
> 068d4fa pin openapi
> e6376d9 cleanup: check unstructured for Validate(Update) before validating
> ca37838 Merge pull request # 121250 from carlory/fix-120882
> a80d851 Merge pull request # 121085 from jiahuif-forks/fix/crd-validation-expressions/enum-cost
> 3a34a15 update pretty param description
> 0c4ba28 Merge pull request # 121010 from Jefftree/decouple-openapi-v2v3-config
> ab724eb skip CEL validations for enum violation.
> b15c120 Merge pull request # 121118 from alexzielenski/apiserver/apiextensions/ratcheting-factor-correlation
> 24792c8 bump kube-openapi
> 4e531e7 set maxLength to longest enum.
> fb7d61d Merge pull request # 121096 from alexzielenski/common-schema
> c82832d ratcheting: disable correlation by index
> b41f9f4 Fix v3 spec
> 67b1443 Merge pull request # 120735 from Jefftree/request-body
> d2c63d3 add rest of accessors to common.Schema
> 0d199cf cleanup: add header and fix spelling
> 6bf411d bump kube-openapi
> c2faef7 refactor: move correlatedObject to its own file
> 10f014c Merge pull request # 121111 from dashpole/update_otel_deps
> e18ccb9 refactor: make CachedDeepEqual independent of validation
> efb81f7 dependencies: update otel-go dependencies
> c969379 refactor: use common.Schema in CorrelatedObject
> 16d9312 Merge pull request # 121117 from MadhavJivrajani/bump-x-net
> 65efe91 refactor: export correlated fields
> 926e59f .: bump golang.org/x/net to v0.17.0
> 572541a refactor: add methods for Key and Index on CorrelatedObject
> 4395afc Merge pull request # 121082 from pohly/ginkgo-gomega-update
> 2edf24b refactor: factor out object correlation
> c79aa2d dependencies: ginkgo v2.13.0, gomega v1.28.0
> 3d3926e refactor: directly implement ValueValidator
> 993ffb2 Merge pull request # 119865 from charles-chenzz/bump_deps
> a2f29d7 refactor: remove unnecessary lambda (noop)
> e82831d Merge pull request # 120836 from jkh52/knp-0.28.0
> c61c50c bump github.com/emicklei/go-restful/v3 to v3.11.0.
> 814b880 Bump Konnectivity to 0.28.0
> 768cdd0 Merge pull request # 119526 from sttts/sttts-idiomatic-cached
> 5447ad1 hack/update-vendor.sh
> 5fb788d Fixup kube-openapi/pkg/cached changes
> f606a30 Merge pull request # 120506 from alexzielenski/import-restrictions
> 1662f59 Merge pull request # 120575 from benluddy/precompute-cr-accepts
> edf0fab pin gengo
> 8a224a3 Reuse SupportedMediaTypes for CR content-type negotiation.
> f181a5b Merge pull request # 120008 from skitt/drop-intstr-ptr-wrappers
> bb94040 Merge pull request # 120499 from tukwila/gorilla/websocket_v1.5.0
> ac3c148 Use ptr.To to retrieve intstr addresses
> a74bd29 Merge pull request # 120517 from Xunzhuo/patch-2
> 2f12351 bump: upgrade gorilla/websocket from v1.4.2 to v1.5.0
> fd3561e fix: update thirdpartyresources refs
> 766529e Merge pull request # 119334 from kmala/serverapply
> c19991e Merge pull request # 120368 from Jefftree/openapi-remove-openapiv2-skip-filter
> b4e4965 update the dependency sigs.k8s.io/structured-merge-diff/v4 to latest tag
> 81659cd remove SkipFilterSchemaForKubectlOpenAPIV2Validation
> ab27435 Merge pull request # 120327 from liggitt/json-patch
> c1cd86f Merge pull request # 120218 from rakshitgondwal/feat/protobuf-version-update
> 9e3e06b Revert to json-patch 4.12.0
> 11f7fbc Merge pull request # 120177 from stevekuznetsov/skuznets/generate-crd-applyconfigurations
> a634982 feat: update google.golang.org/protobuf to v1.31.0
> 003b8d4 apiextensions-apiserver: generate applyconfigurations
> 3b8c9f2 Merge pull request # 119508 from nayihz/fix_finalizer_validation
> dc999a6 Merge pull request # 120060 from jpbetz/cel-features-1_29
> 6de9313 fix crd finalizer validation
> 166c3df Merge pull request # 120109 from Jefftree/fix-openapi-test-flakee
> c18aa20 Bump cel string lib to v2, add tests
> eec2ef6 Merge pull request # 120097 from jpbetz/fix-ppc64le
> c47325f Add wait for cache sync
> 62666cd Bump cel-go to v0.17.6
> 1c8c9c2 Fix CEL cost handling of zero length replacement strings
> 712e602 Merge pull request # 119800 from jpbetz/cost-fix
> 36d7f30 Merge pull request # 118455 from linxiulei/managedFields
> b1ccb14 Add test coverage of result size of string operations
> 1b4a228 Merge pull request # 119725 from MadhavJivrajani/bump-net-dep
> ccb7153 Run hack/update-codegen.sh informers subprojects
> ffb4444 Bump cel-go to v0.16.1
> 9bd0aa3 .*: bump golang.org/x/net to v0.13.0
> 1f93812 Merge pull request # 119653 from sttts/sttts-crd-stored-version-errors
> cfdb852 apiextensions: fix validation error for status.storedVersions
> 705af05 Use statusReason for reason under x-kubernetes-validations (# 119544)
bumping google.golang.org/api 87aa1d0...548436b:
> 548436b chore(main): release 0.167.0 (# 2428)
> 55a9e5a feat(all): auto-regenerate discovery clients (# 2429)
> f72b5af feat(all): auto-regenerate discovery clients (# 2427)
> 133e58b chore(main): release 0.166.0 (# 2418)
> 446a6bd feat(all): auto-regenerate discovery clients (# 2426)
> b7d596b chore(all): update all (# 2423)
> 124a535 feat(all): auto-regenerate discovery clients (# 2425)
> b3f9c38 feat(all): auto-regenerate discovery clients (# 2424)
> af6aa38 feat(all): auto-regenerate discovery clients (# 2421)
> 762eb61 feat(all): auto-regenerate discovery clients (# 2420)
> c969083 feat(all): auto-regenerate discovery clients (# 2419)
> 260fc1e feat(all): auto-regenerate discovery clients (# 2417)
> e451477 chore(main): release 0.165.0 (# 2415)
> deab77d feat(all): auto-regenerate discovery clients (# 2416)
> c702880 feat(all): auto-regenerate discovery clients (# 2414)
> 3ff4bc1 chore(main): release 0.164.0 (# 2407)
> edbe996 fix(transport): disable universe domain check if token source (# 2413)
> 05a0882 chore(all): update all (# 2410)
> 51d5068 feat(all): auto-regenerate discovery clients (# 2412)
> 246b19f feat(all): auto-regenerate discovery clients (# 2409)
> f1b37df feat(all): auto-regenerate discovery clients (# 2408)
> 1bd8304 feat(all): auto-regenerate discovery clients (# 2406)
bumping k8s.io/client-go 94205f8...62c5e9e:
> 62c5e9e Update dependencies to v0.29.2 tag
> baea19d Merge pull request # 122429 from MadhavJivrajani/tools-bump-129
> 3373afd .*: bump golang.org/x/tools to v0.16.1
> 288368e update go.mod
> 86d49e7 Merge pull request # 113374 from ahmedtd/kep-3257-projected-types
> 59c256a Regenerate for ClusterTrustBundlePEM projected volume API
> ac369c3 Define ClusterTrustBundlePEM projected volume
> 66e57f7 Merge pull request # 121552 from pohly/klog-update
> 8b96b9b dependencies: klog v2.110.1
> c13269d Merge pull request # 116516 from aojea/servicecidr
> 7523a34 Merge pull request # 121575 from apelisse/update-smd
> 60aa89a make update with the new API with arrays
> 965bc8d Merge pull request # 121104 from carlory/kep-3751-api-changes
> ce4f256 Update sigs.k8s.io/structured-merge-diff to v4.4.1
> 824910b make update
> 6278c99 generated changes
> 477cb78 Merge pull request # 121089 from tkashem/apf-v1
> 5a34ab5 apiserver: add generated files for flowcontrol api change
> 20fd67f apiserver: generate code for apf flowcontrol v1 API
> 30eba26 Merge pull request # 121524 from carlory/gomega
> 8ec95e1 bump gomega to 1.29.0
> 4028f5b Merge pull request # 121338 from dims/working-otel-bump
> 08f1ffe working-config-otel
> e2e59f3 Merge pull request # 119186 from seans3/stream-translator-proxy
> c925374 Merge pull request # 120397 from ty-dc/StaticCheck
> b7d73dd StreamTranslator and FallbackExecutor for WebSockets
> b003667 Merge pull request # 116065 from sanposhiho/match-label-key-alternative
> 0447e1f cleanup: omit comparison with bool constants
> 5f697ab Merge pull request # 121363 from p0lyn0mial/upstream-reflector-consistency-check
> a462882 feature(scheduler): implement matchLabelKeys in PodAffinity and PodAntiAffinity
> 33d1400 Merge pull request # 120757 from alexzielenski/apiserver/openapi/invalid-default
> 0f984dc client-go/reflector: introduce a data consistency mechanism for the watch-list feature.
> b592521 update generated code and openapi
> 30f741e pin openapi
> 435ce6f Merge pull request # 121010 from Jefftree/decouple-openapi-v2v3-config
> 9f0ec66 Merge pull request # 119802 from takirala/tga/update-ErrGroupDiscoveryFailed
> f68660d bump kube-openapi
> 17c66cc Merge pull request # 119026 from AxeZhan/sleepAction
> 5a38750 fix: add code comments
> 5cf6418 codegen
> f936552 client-go: chore: implement `Is` interface for `ErrGroupDiscoveryFailed`
> 52c50bf Merge pull request # 121229 from aojea/remove_cluster_cidr
> 46e82c5 Merge pull request # 120248 from pacoxu/grpc-container-probe
> 656ec39 remove ClusterCIDR
> bc7002f Merge pull request # 120735 from Jefftree/request-body
> 92c5c93 remove GAed FG GRPCContainerProbe
> d02858f Merge pull request # 121106 from aojea/ipaddress_uid
> c0416e6 bump kube-openapi
> 57d597c Add shortname ambiguity warning in shortcut expander (# 117668)
> 55f8f3f make update
> cf4002b Merge pull request # 121111 from dashpole/update_otel_deps
> 0b5d6df dependencies: update otel-go dependencies
> b4ee45c Merge pull request # 121117 from MadhavJivrajani/bump-x-net
> 9f19d0f .: bump golang.org/x/net to v0.17.0
> 9518c80 Merge pull request # 121082 from pohly/ginkgo-gomega-update
> 5b14e64 Merge pull request # 120975 from ardaguclu/close-heartbeat-explicitly
> fa053c2 dependencies: ginkgo v2.13.0, gomega v1.28.0
> 0a782d6 Merge pull request # 120729 from pohly/events-context
> 583e50d Use timeout function to detect transient errors
> ca71863 Merge pull request # 120984 from p0lyn0mial/upstream-reflector-always-fallback-to-listwatch
> cf07629 k8s.io/client-go/tools/events: pass context into EventSink methods
> 9a88950 revert back to IsUnexpectedCloseError check
> 1e0855a reflector: fallback to the previous mode on any error
> 3595e52 k8s.io/client-go/tools: support context for event recording
> e95d92d Close websocket heartbeat explicitly when unexpected closure received
> fbb1575 Merge pull request # 120980 from p0lyn0mial/upstream-client-go-close-watcher
> 2c9d749 reflector: close an established watcher when the StopCh was closed
> d6dc079 Merge pull request # 120716 from xrstf/fix-typos
> 6b97f71 Merge pull request # 119865 from charles-chenzz/bump_deps
> 0d1af04 fix typo dervied => derived
> 52cc500 Merge pull request # 120865 from aojea/remotecmd_flake
> bf89966 bump github.com/emicklei/go-restful/v3 to v3.11.0.
> 011db22 deflake TestWebSocketClient_HeartbeatSucceeds
> 34d1b64 Merge pull request # 120799 from aojea/workqueue_test
> 657ffa5 Merge pull request # 120752 from p0lyn0mial/upstream-client-go-initial-events-value
>
|
|
|
e2ea83ca8e
|
chore: update docker to v25 (#2160)
* chore: update docker to v25 Signed-off-by: Matej Vašek <mvasek@redhat.com> * chore: update pack dep Signed-off-by: Matej Vašek <mvasek@redhat.com> * chore: unpin moby/buildkit Signed-off-by: Matej Vašek <mvasek@redhat.com> * fixup: use upstream source-to-image Signed-off-by: Matej Vašek <mvasek@redhat.com> --------- Signed-off-by: Matej Vašek <mvasek@redhat.com> |
|
|
37285a053a
|
chore: update pack to v0.33.0 (#2148)
Signed-off-by: Matej Vašek <mvasek@redhat.com> |
|
|
a700b89b10
|
upgrade to latest dependencies (#2136)
bumping github.com/prometheus/procfs 113c501...ff0ad85: > ff0ad85 Update for Go 1.21 (# 575) > ce949a5 Add `hw_counters` for infiniband device. (# 549) > b2168a3 infiniband: do not fail if board_id is not present (# 556) > 647e50e Add inode number to fdinfo (# 552) > 9d715e8 Add NSpid to proc status (# 557) > 8676d3d dongjiang, add nfs over RDMA proc parse (# 558) > 607adcf Fix build tags for isRealProc function (# 560) > a5ae62f proc_maps: Parse address and device without allocating (# 572) > 5056707 Improve sysfs vulnerability parsing (# 568) > 340d4b8 NFSd: handle new wdeleg_getattr attribute in /proc/net/rpc/nfsd (# 574) > e8dd544 Fixup nfs naming (# 573) > f22604f Update common Prometheus files > b6ad5a7 fix code comment error (# 561) (# 562) > c05b611 fix gofmt checking fail > 301089d dongjiang, support v4 proc4ops 38 operations > 8f5b8ca dongjiang, fix nfsd v4 ops index > e3cbe53 Bump golang.org/x/sys from 0.10.0 to 0.11.0 > 75c02c7 Update common Prometheus files > e7af452 Fix annotation errors > c5d92ab Bump golang.org/x/sys from 0.9.0 to 0.10.0 bumping google.golang.org/protobuf 68463f0...3068604: > 3068604 all: release v1.32.0 > bfcd647 protojson: configurable recursion limit when unmarshalling > 24fba63 gha-ci: instruct bazelisk to use previous bazel version > 8ed73c7 all: run integration test on longtest builders in CI > e8baad6 reflect/protodesc: support editions feature resolution > 3bfc0b0 all: drop -mod=vendor in integration test invocations > c9d2559 reflect/protoreflect: use go1.20 unsafe interface for strings and slices > a1297bf all: set required version to 1.17 > 2b71f26 all: fix go generate (needs protolegacy build tag for weak fields) > 704136e protoc: update to the newest protobuf version (25.1) > 2087447 internal/strs: use go1.20 unsafe interface for strings > 9b87403 all: remove pre-module support code from integration test > a8317fb reflect/protodesc: don't generate invalid syntax values > 9492118 internal/benchmarks: make download_benchdata print an error > f4a6c1f types/descriptorpb: regenerate using latest protobuf v25.0-rc2 release candidate > 86bdc47 internal/impl: preallocate memory when unmarshalling packed repeated fields > 322d454 all: avoid non-const reflect.MethodByName calls > 6352dec prototext: Fix parsing of unknown repeated message fields > 8088bf8 encoding: Add EmitDefaultValues option > 01c8445 all: test with Go 1.20 and 1.21 > 849f2c2 gha-ci: fix builds from cache: add ~/.cache/bazel (+ update actions) > 70db1e1 encoding/protojson: ignore unknown enum name if DiscardUnknown=true > f9212a8 all: modernize documentation > 6d0a5db types/descriptorpb: regenerate using latest protobuf v24.0-rc2 release candidate > 31694db types/dynamicpb: make atomicExtFiles the first word of the struct > 4396dd4 encoding/protodelim: drop TestUnmarshalFromBufioAllocations > 55f120e all: start v1.31.0-devel bumping google.golang.org/genproto/googleapis/api 49dd2c1...989df2b: > 989df2b chore(all): update actions/setup-go action to v5 (# 1074) > 3a041ad chore(all): update all to 83a465c (# 1072) > 83a465c chore(all): update all (# 1070) > 419f025 chore(all): update actions/github-script action to v7 (# 1071) > bbf56f3 chore(all): update all (# 1069) > d783a09 chore(all): update all (# 1068) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
ca64536ca7
|
💫 Bump for GO-GIT 5.11 (#2130)
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com> |
|
|
b9c11c3a5f
|
chore: include Quarkus BP in our builders (#2106)
* refactor: rename func Signed-off-by: Matej Vasek <mvasek@redhat.com> * chore: include Quarkus buildpack in our builder Signed-off-by: Matej Vasek <mvasek@redhat.com> * fixup: add err check Signed-off-by: Matej Vasek <mvasek@redhat.com> * fixup: close body after use Signed-off-by: Matej Vasek <mvasek@redhat.com> * fixup: validate path in tar header Signed-off-by: Matej Vasek <mvasek@redhat.com> * fixup: disable symlink support Signed-off-by: Matej Vasek <mvasek@redhat.com> * fixup: sanitize tar file name Signed-off-by: Matej Vasek <mvasek@redhat.com> * fixup: use correct image path Signed-off-by: Matej Vasek <mvasek@redhat.com> --------- Signed-off-by: Matej Vasek <mvasek@redhat.com> |
|
|
c4d0bc6ca1
|
fix: replace git-urls with patched fork (#2105)
* fix: replace git-urls with patched fork * update licenses |
|
|
e7e9b182b9
|
upgrade to latest dependencies (#2065)
bumping github.com/google/uuid b3cae7c...8de8764: > 8de8764 chore(master): release 1.4.0 (# 134) > 7c22e97 Clarify the documentation of Parse to state its job is to parse, not validate, strings. (# 135) > cd5fbbd feat: UUIDs slice type with Strings() convenience method (# 133) > 47f5b39 docs: fix a typo in CONTRIBUTING.md (# 130) > 542ddab chore(tests): add Fuzz tests (# 128) > 06716f6 chore(tests): Add json.Unmarshal test with empty value cases (# 116) bumping sigs.k8s.io/yaml 9535b3b...c3772b5: > c3772b5 Merge pull request # 97 from liggitt/owners > eead467 Merge pull request # 76 from natasha41575/go-yaml-fork > 604031b Update owners > 3566774 Merge pull request # 96 from liggitt/msg > f2c0229 add test demonstrating consistency between yaml.v2 and yaml.v3 > 65d71bb Merge pull request # 87 from justinsb/spew_no_more > 3f79f32 Revert error message changes > 20d25fa update LICENSE, owners, and readmes > d865f09 Merge pull request # 83 from kubernetes-sigs/bump-version-of-golang-to-1.19-and-drop-older-versions > 13f0a74 Replace go-spew with go-cmp > a7b5665 exclude forked libs from golint > 5303805 Merge pull request # 75 from brianpursley/benchmarks > b02c352 reformat to golang 1.19 standards > b6d8b45 fix leading newline issue > b5bdf49 Merge pull request # 66 from ncdc/remove-ncdc-from-owners > 0beda2b Add benchmarks > 2f8489c Bump version of golang to 1.19 and prune older versions > 330e1e5 make sequence style configurable > 78c1299 Merge pull request # 69 from ncdc/fix-lint-error > 94f1bbd Remove myself (ncdc) from OWNERS > 2d151d8 Add benchmarks > 70ebea7 change import paths to forked yaml libs > 39f74b9 Merge pull request # 65 from amurant/non_functional > 5e30182 Fix lint error > b96582b fork go-yaml v2 and v3 > 4f103b1 greatly improve testing framework & added a lot of new tests > 3c98e65 expand variable names in yaml.go, add better comments, improve errors, add copyright > 4924d91 expand variable names in fields.go > 59dc8b4 add 1.16 and 1.17 to github workflows > 740b971 remove vendor folder bumping knative.dev/pkg b7a62c0...a6c730f: > a6c730f upgrade to latest dependencies (# 2882) > b09d4f2 Bump sigs.k8s.io/yaml from 1.3.0 to 1.4.0 (# 2879) > 9f71af7 Bump github.com/google/uuid from 1.3.1 to 1.4.0 (# 2878) bumping knative.dev/serving fd8f461...f59f053: > f59f053 Update net-kourier nightly (# 14582) > 3e82b2b remove dead code and other fixes (# 14578) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
983e1d8da9
|
upgrade to latest dependencies (#2061)
bumping google.golang.org/genproto/googleapis/rpc 8bfb1ae...e917dd1: > e917dd1 chore(deps): bump golang.org/x/net in /googleapis/api/servicecontrol (# 1063) > 8102cb6 chore(deps): bump golang.org/x/net in /googleapis/api/servicemanagement (# 1060) > baa7128 chore(deps): bump golang.org/x/net in /googleapis/api/apikeys (# 1062) > 67c69aa chore(deps): bump golang.org/x/net in /googleapis/bytestream (# 1061) > e298162 chore(deps): bump golang.org/x/net in /googleapis/api/serviceusage (# 1064) > 378ed82 chore(deps): bump golang.org/x/net in /googleapis/api (# 1065) > a6244dc chore(deps): bump golang.org/x/net from 0.14.0 to 0.17.0 (# 1066) bumping google.golang.org/api 60e8678...5e4c19e: > 5e4c19e chore(main): release 0.148.0 (# 2217) > 438c075 chore(deps): ignore go-github (# 2223) > 29c72b5 feat(all): auto-regenerate discovery clients (# 2227) > 33383c7 feat(all): auto-regenerate discovery clients (# 2226) > 25093c2 feat(all): auto-regenerate discovery clients (# 2224) > 5077579 chore(all): update all (# 2220) > a6ee0f9 feat(all): auto-regenerate discovery clients (# 2222) > 6f71a69 feat(all): auto-regenerate discovery clients (# 2219) > 1ef9dd2 feat(all): auto-regenerate discovery clients (# 2218) > ffeb508 feat(all): auto-regenerate discovery clients (# 2216) bumping knative.dev/hack 2c938d4...d4af42e: > d4af42e Make generate-groups.sh and generate-knative.sh executable conditionally (# 338) bumping github.com/prometheus/common 94bf982...c59927e: > c59927e Merge pull request # 524 from prometheus/dependabot/go_modules/golang.org/x/net-0.17.0 > 16f9480 Merge pull request # 525 from prometheus/dependabot/go_modules/sigv4/golang.org/x/net-0.17.0 > 1f9b004 Bump golang.org/x/net from 0.15.0 to 0.17.0 > 7043ea0 Merge pull request # 520 from prometheus/repo_sync > ff99062 Bump golang.org/x/net from 0.15.0 to 0.17.0 in /sigv4 > f4e05c0 Merge pull request # 519 from prometheus/dependabot/go_modules/sigv4/github.com/aws/aws-sdk-go-1.45.19 > b6914dd Update common Prometheus files > ac62eb7 Merge pull request # 518 from prometheus/repo_sync > eb60b9b Bump github.com/aws/aws-sdk-go from 1.45.18 to 1.45.19 in /sigv4 > 2dfcc43 Merge pull request # 509 from Neo2308/feature/master/move-to-protobuf-extensions-v2 > 777f9cc Update common Prometheus files > 538e36f Merge pull request # 493 from prometheus/dependabot/go_modules/sigv4/github.com/stretchr/testify-1.8.4 > 6fa8c32 Update golang_protobuf_extensions to v2 > 806bab7 Merge pull request # 516 from prometheus/dependabot/go_modules/sigv4/github.com/prometheus/client_golang-1.17.0 > 3d03105 Bump github.com/stretchr/testify from 1.8.2 to 1.8.4 in /sigv4 > c3da61d Merge pull request # 515 from prometheus/dependabot/go_modules/sigv4/github.com/aws/aws-sdk-go-1.45.18 > 78c4467 Bump github.com/prometheus/client_golang from 1.15.1 to 1.17.0 in /sigv4 > 29293ef Merge pull request # 514 from prometheus/dependabot/go_modules/golang.org/x/oauth2-0.12.0 > 68bf7ee Bump github.com/aws/aws-sdk-go from 1.44.266 to 1.45.18 in /sigv4 > bd35fdb Merge pull request # 513 from prometheus/superq/client_go > 2e29438 Bump golang.org/x/oauth2 from 0.8.0 to 0.12.0 > 4e8cb35 Merge pull request # 495 from prometheus/repo_sync > 9510d8d Update client_golang > 86487d4 Add read-only token permissions > dc8a02e Update common Prometheus files > fa9dcdd Merge pull request # 507 from prometheus/dependabot/go_modules/golang.org/x/net-0.12.0 > 4047c78 Merge pull request # 511 from wasim-nihal/username-file-12576 > 162098f Bump golang.org/x/net from 0.10.0 to 0.12.0 > ed1ca57 Merge branch 'username-file-12576' of https://github.com/wasim-nihal/common into username-file-12576 > e79ab68 Merge branch 'username-file-12576' of https://github.com/wasim-nihal/common into username-file-12576 > 707c0a9 Merge branch 'username-file-12576' of https://github.com/wasim-nihal/common into username-file-12576 > 06c301c Adding support for file based configuration of basic auth in http client config. > 0af702d Update config/http_config.go > 0b1d03c Update config/http_config.go > dbdf15f Adding support for file based configuration of basic auth in http client config. bumping knative.dev/serving 2659cc3...fd8f461: > fd8f461 clean up feature keys (# 14570) > 7c92928 Replace the rest deprecated func with wait.PollUntilContextTimeout (# 14565) > 40ebfb6 Update net-gateway-api nightly (# 14559) > 051de64 Update net-kourier nightly (# 14562) > 2f91f92 Update net-contour nightly (# 14560) > 0f5fd3c Update net-certmanager nightly (# 14561) > 226c862 Replace the deprecated func with wait.PollUntilContextTimeout (# 14556) > bda2232 Update net-istio nightly (# 14558) bumping knative.dev/eventing 360ec60...5ed1b7a: > 5ed1b7a [main] Upgrade to latest dependencies (# 7419) > 0684dbe Support for seconds field in PingSource schedule (# 7394) bumping knative.dev/pkg 29775d7...b7a62c0: > b7a62c0 Bump google.golang.org/grpc from 1.58.3 to 1.59.0 (# 2873) > b8c14ce [CVE-2023-44487] Disable http2 for webhooks (# 2871) > 8b8bb65 Bump github.com/prometheus/common from 0.44.0 to 0.45.0 (# 2874) > ee56089 Bump google.golang.org/api from 0.147.0 to 0.148.0 (# 2872) bumping google.golang.org/grpc bf05b95...7765221: > 7765221 Change version to 1.59.0 (# 6695) > e88f12e server: prohibit more than MaxConcurrentStreams handlers from running at once (# 6703) (# 6704) > be7919c transport: Pass Header metadata to tap handle. (# 6652) > e3f1514 Reapply "status: fix/improve status handling (# 6662)" (# 6673) (# 6688) > 696faa9 client: add a test for NewSubConn / StateListener / cc.Close racing (# 6678) > 318c717 readme: fix badges (# 6687) > 39972fd github: add code coverage with codecov.io (# 6676) > 93dbc05 xds: move virtual host matcher test to the xdsresource package (# 6680) > 2c00469 github: update actions/setup-go and actions/checkout (# 6675) > 1f73ed5 Replace the gRFC pull request with the permanent link. (# 6674) > 9e1fc3e Revert "status: fix/improve status handling (# 6662)" (# 6673) > 0772ed7 status: fix/improve status handling (# 6662) > 1466283 internal/idle: add a test that invokes ClientConn methods concurrently (# 6659) > fd9ef72 interop: implement rpc-behavior for UnaryCall() (# 6575) > c6264a9 examples: add an example of flow control behavior (# 6648) > ee4b62c encoding: fix mention of DecompressedSize in docstring (# 6665) > 09792b5 test: move codec tests to a separate file (# 6663) > 57cb4d8 internal/backoff: add a helper to run a function with backoff (# 6661) > 5e4402f attributes: avoid the use of %#v formatting verb (# 6664) > 147bd85 balancer: add a warning for balancer names that contain upper case letters (# 6647) > 4ced601 googlec2p: remove support for the experimental scheme (# 6645) > a758b62 xds/googledirectpath: fix google-c2p resolver test case involving bootstrap env config (# 6657) > e61a14d fix testing parameter on xds_client_custom_lb_test (# 6646) > 58e2f2b attributes: print typed nil values instead of panic (# 6574) > fe0dc22 interop/grpc_testing: regenerate pb.gos (# 6653) > 130bc42 Improve testutils.MarshalAny (# 6617) > 3156151 grpclb: teach the manual resolver to handle restarts (# 6635) > 1457a96 balancer/weightedroundrobin: fix ticker leak on update (# 6643) > 92f5ba9 xdsclient: completely remove the old WatchCluster API (# 6621) > 94d8074 grpclb: some minor cleanups (# 6634) > 1880bd6 resolver/manual: support restarts, required for channel idleness (# 6638) > 9deee9b idle: use LB policy close event as a proxy for channel idleness (# 6628) > 2d1bb21 grpc: ensure transports are closed when the channel enters IDLE (# 6620) > 552525e interop/xds_federation: remove binary file (# 6622) > 82a568d cdsbalancer: switch cluster watch to generic xDS client API (# 6600) > 0317200 health/grpc_health_v1: update pb.go (# 6616) > 57dcb71 interop/xds: improve error message (# 6614) > 254bccb idle: decrement active call count for streaming RPCs only when the call completes (# 6610) > b0a946c xds: fix hash policy header to skip bin headers and use extra metadata (# 6609) > 1e0d82e balancer/leastrequest: Cache atomic load and also add concurrent rpc test (# 6602) > 8eb4ac4 grpc: Change server stream context handling (# 6598) > e498bbc leastrequest: fix data race in leastrequest picker (# 6587) > 778e638 balancergroup: improve observability around balancer cache behavior (# 6597) > aa6ce35 vet: ensure all usages of grpc_testing package are renamed when importing (# 6595) > d045b41 interop/grpc_testing: regenerate pb.gos (# 6596) > 61b7baa grpc_test: rename import for grpc_testing (# 6594) > 1805900 deps: update dependencies for all modules (# 6582) > 9362f26 grpc: re-enable channel idleness by default (# 6585) > 8b1a671 stream: swallow Header errors as we used to; RecvMsg can still return it (# 6586) > 23ac72b update pb.gos by running regenerate.sh (# 6584) > 2ce7ecd cdsbalancer: test cleanup part 3/N (# 6564) > 7afbb9b Change version to 1.59.0-dev (# 6581) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
b6fb8800d6
|
Removing the vendor dir (#1966) | |
|
60e0c71843
|
chore: align dependencies with Knative (#1942)
* chore: clean up go.mod file Signed-off-by: Matej Vasek <mvasek@redhat.com> * fixup: align deps with knative Signed-off-by: Matej Vasek <mvasek@redhat.com> * fixup: use newer apis instead of deprecated ones Signed-off-by: Matej Vasek <mvasek@redhat.com> * chore: remove github.com/hinshun/vt10x replacement Signed-off-by: Matej Vasek <mvasek@redhat.com> --------- Signed-off-by: Matej Vasek <mvasek@redhat.com> |
|
|
ae4ccc1786
|
upgrade to latest dependencies (#1938)
bumping go.uber.org/zap a55bdc3...56468e7: > 56468e7 Release v1.25.0 > 249507a zap.Any: Reduce stack size with generics (# 1310) > 50b2db4 zap.Any add benchmarks > a0674c8 Add direct coverage to zap.Any (# 1309) > 1310691 Table test TestFieldConstructors > 382e251 Swap expected and got fields (# 1282) > 24b7977 Add Name() to Logger (# 1273) > 1155ed3 Introduce Str + Strs generic string helpers (# 1281) > 4451b47 exp: Update slog, adjust for changes (# 1276) > 845ca51 internal: Add and use a generic pool instead of using sync.Pool directly (# 1262) > 42b7ef0 slog: Ignore frames with a zero PC (# 1258) > 05c4b6c Remove dependency on github.com/pkg/errors (# 1255) > d1a1923 Minimize permissions on CI workflows (# 1257) > 384e782 Use sync/atomic, drop external atomics (# 1253) > 740fda7 TestLevelFlag: Don't print to stderr (# 1254) > f2f1f41 [Feature] Add experiment `zapslog` package to integrate with slog (# 1246) > 54862f5 benchmark: add slog (# 1245) > 85c4932 Add govulncheck as a CI step (# 1239) > f4ba5f5 make: Switch from golint to revive (# 1238) > 8310f89 chore: update bench package versions and results (# 1207) > 8d89127 Bump actions/checkout from 2 to 3 (# 1237) > bc64796 doc: New{Production,Development}Encoder{,Config} (# 1234) > 692ec13 ci: Set up dependabot for GH actions and tools (# 1236) > 7d6a9af ci: Test with Go 1.19 and 1.20 (# 1235) > d4a1083 doc(SugaredLogger): Document print, printf, and println methods (# 1233) > b32f3c5 Update Snyk vulnerable modules (# 1227) > 53fdb6f Reverse comparison for readability (# 1228) > 077b03e Use iota like a original from grpc-go (# 1220) bumping knative.dev/pkg 4f651e0...81e4ee1: > 81e4ee1 Bump go.uber.org/zap from 1.24.0 to 1.25.0 (# 2800) > 2aafe0e Bump cloud.google.com/go/storage from 1.31.0 to 1.32.0 (# 2801) > 2ad39e9 Bump github.com/hashicorp/golang-lru from 0.5.4 to 1.0.2 (# 2804) > d36cc59 Bump google.golang.org/api from 0.136.0 to 0.138.0 (# 2802) > 35b0890 Bump go.uber.org/automaxprocs from 1.4.0 to 1.5.3 (# 2803) > 93a9858 upgrade to latest dependencies (# 2799) bumping knative.dev/networking 4901742...4bfcc9f: > 4bfcc9f Network Config Changes (# 842) bumping github.com/hashicorp/golang-lru bdf35e3...a032ef5: > a032ef5 Update README for v1.0.2 bumping knative.dev/eventing 9d2bcef...d8a2ad5: > d8a2ad5 change the deprecated string (# 7179) > 0e88db1 Switch to trigger.WithNewFilters() to set trigger filter (# 7188) bumping knative.dev/hack 044c02b...9cc05a3: > 9cc05a3 Deprecate calling kubetest2 via kntest (# 230) bumping google.golang.org/api 113082d...85e7e70: > 85e7e70 chore(main): release 0.138.0 (# 2116) > 9b75278 feat(all): auto-regenerate discovery clients (# 2119) > 40ea606 feat(all): auto-regenerate discovery clients (# 2118) > 1770219 feat(all): auto-regenerate discovery clients (# 2115) > c631c0a chore(main): release 0.137.0 (# 2107) > caea956 feat: ok to use S2A with override endpoint (# 2114) > 142ffeb feat(all): auto-regenerate discovery clients (# 2113) > f7f1c7b feat(all): auto-regenerate discovery clients (# 2112) > 0cc62ab feat(all): auto-regenerate discovery clients (# 2111) > 4d775db feat(all): auto-regenerate discovery clients (# 2110) > 6d29bab chore(all): update module github.com/google/s2a-go to v0.1.5 (# 2109) > 80485e0 feat(all): auto-regenerate discovery clients (# 2108) > 3f3ed3d feat(all): auto-regenerate discovery clients (# 2106) bumping go.uber.org/multierr 39ca40c...8767aa9: > 8767aa9 Prepare release v1.10 (# 74) > 4504ef7 README: Add Features section (# 73) > 2fd451d Drop external atomic dependency (# 72) > 7876a02 Remove unused glide.yaml (# 71) > 55bc553 Support Go 1.20 Unwrap() []error (# 69) bumping knative.dev/serving 1d6701e...e9425f8: > e9425f8 chore: remove v1alpha1 domainmapping (# 14275) > b3b793f Update net-gateway-api nightly (# 14280) > 89b4341 upgrade to latest dependencies (# 14277) > b5585ac Update net-certmanager nightly (# 14279) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
5948cf4a07
|
Update docker client dependency (#1877)
* chore: update docker client lib Signed-off-by: Matej Vasek <mvasek@redhat.com> * fixup: "host" OCI pusher Signed-off-by: Matej Vasek <mvasek@redhat.com> * fixup: downgrade github.com/containers/image/v5 Signed-off-by: Matej Vasek <mvasek@redhat.com> * fixup: platform tests Signed-off-by: Matej Vasek <mvasek@redhat.com> --------- Signed-off-by: Matej Vasek <mvasek@redhat.com> |
|
|
79c36eefdc
|
use Tekton Resolvers for a standard on cluster build (#1843)
Signed-off-by: Zbynek Roubalik <zroubalik@gmail.com> |
|
|
4e743684e1
|
Pipeline as Code integration for GitLab (#1769)
* feat: PaC for Gitlab Signed-off-by: Matej Vasek <mvasek@redhat.com> * fixup: different approach to hostname resolution Resolve '[*.]127.0.0.1.sslip.io' to cluster node IP. Signed-off-by: Matej Vasek <mvasek@redhat.com> * fixup: error handling Signed-off-by: Matej Vasek <mvasek@redhat.com> * fixup: added TODO Signed-off-by: Matej Vasek <mvasek@redhat.com> * fixup: small refactor Signed-off-by: Matej Vasek <mvasek@redhat.com> --------- Signed-off-by: Matej Vasek <mvasek@redhat.com> |
|
|
dd7c8bdc4e
|
deps: update tekton to latest versions (#1753)
* deps: update tekton to latest versions Fixes: https://github.com/knative/func/issues/1716 Signed-off-by: Lance Ball <lball@redhat.com> * fixup: rebase Signed-off-by: Lance Ball <lball@redhat.com> * fixup: replace kube-openapi with older version and add shell scripts Signed-off-by: Lance Ball <lball@redhat.com> * fixup: handle deprecations Signed-off-by: Lance Ball <lball@redhat.com> * fixup: revert make check timeout value Signed-off-by: Lance Ball <lball@redhat.com> --------- Signed-off-by: Lance Ball <lball@redhat.com> |
|
|
bf01e6426a
|
feat: oci directory pusher (#1702)
* feat: write instanced and static scaffolding * feat: add oci pusher |
|
|
8f2f290aab
|
Replace knative.dev/client references to knative.dev/client-pkg (#1671) | |
|
e458ae0a07
|
chore update pack dependency (#1650)
Signed-off-by: Matej Vasek <mvasek@redhat.com> |
|
|
e3b318adff
|
feat: Pipelines as Code - initial support (pack) (#1594)
Signed-off-by: Zbynek Roubalik <zroubalik@gmail.com> |
|
|
ec6c698244
|
upgrade to latest dependencies (#1534)
bumping knative.dev/eventing 4d6e1fc...f022034:
> f022034 Update dependencies (# 6753)
> fdffabe Deprecate `test/rekt/resources/pod` package (# 6747)
> dfd095f Remove event flaker since eventshub offers an equivalent feature (# 6750)
> 0ab29eb Remove unused event-library (# 6751)
> 82324b9 [main] Update community files (# 6743)
> 452cd49 Adds apiVersion as an extension to api source events (# 6696)
> b96d2fb Migrate from `knative.dev/reconciler-test/resources/svc` to `knative.dev/reconciler-test/pkg/resources/service` (# 6741)
> f9ceb4f [main] Upgrade to latest dependencies (# 6715)
> 37fa6e0 Extract scheduler config in a dedicate struct instead of many parameters (# 6736)
> 4911986 Add function to check if a broker resource is `NotReady` (# 6737)
> 2f98e55 Improve scheduler logging for state and pending vpods (# 6729)
> 1092472 Scheduler doesn't reschedule vpods that are scheduled on unscehdulable pods (# 6726)
> 40517be Added Broker class in `kubectl get -o wide` (# 6723)
> e609459 [main] Update community files (# 6727)
> 47a793b Revert "Change subscription patch logic to ensure resource version (# 6670) (# 6724)
> 8b7551c Removing one more deprecated, unused func (# 6718)
> 228eda3 Removing deprecated and unused func (# 6716)
> ffc8fe0 Default a subscriptions subscriber and reply in webhook (# 6701)
> 8d62a06 Adds link to the Knative CNCF Slack Channel (# 6711)
> 91a1991 Install source at requirement phase in conformance tests (# 6712)
> 983189d Set scheduler logging to debug (# 6705)
> c3364e4 Remove UNUSED and deprecated test helpers (# 6710)
> 9b8c4d6 Port BrokerWorkFlowWithTranformation test to rekt and code cleanup (# 6709)
> 45e7a24 Do not overwrite existing imagePullSecrets in CopySecret (# 6707)
> efba019 [main] Format Go code (# 6702)
bumping k8s.io/kube-openapi 67bda5d...172d655:
> 172d655 Merge pull request # 319 from alexzielenski/json_next
> 829ce0c fix json unmarshal bug when extension used with Responses (# 320)
> 8d49439 add JSONRoundTripTestCase and add a Test*RoundTrip for every spec.* type which needs it
> b7a9e6f Merge pull request # 318 from dims/add-go.mod-for-integration-tests
> 3b3bb66 add jsonv2 roundtrip fuzz tests and benchmarks
> a70c9af Merge pull request # 307 from apelisse/test-required-job
> b856c89 Add a go.mod for integration test
> 395774f add jsonv2 implementation
> c6e407d Add required job that depends on matrix jobs
> c601e50 add go-json-experiment/json to pkg/internal/third_party
> 5ca72f5 gofmt changes
bumping knative.dev/hack c7cfcb0...d71d569:
> d71d569 🐛 Location-agnostic sign release (# 268)
> b674d64 Update community files (# 270)
> 549c360 Cleanup: remove ioutil for new go version (# 265)
> 5814be5 Update community files (# 267)
bumping knative.dev/networking db2bcbe...195809a:
> 195809a Update community files (# 761)
> c3510af upgrade to latest dependencies (# 760)
> 2473e65 Update community files (# 759)
> f6585dc update OWNERS file (# 758)
> 89f3990 Assert all the expected DNSNames are part of the HTTP01 challenge (# 756)
> 4ccbe60 adjust domain validation in kcert (# 754)
bumping knative.dev/serving 484e848...08812b3:
> 08812b3 Update net-istio nightly (# 13706)
> 368994b Update community files (# 13707)
> d68797e Bumping 'github.com/google/go-containerregistry' dependency (# 13701)
> 9b9a951 upgrade to latest dependencies (# 13689)
> e2add5d fix curl invocation (# 13683)
> 6334ffe Update net-contour nightly (# 13676)
> d7959af Update net-certmanager nightly (# 13686)
> 4db2ada Update net-istio nightly (# 13687)
> 7f2264d Update community files (# 13685)
> baa6292 Update net-gateway-api nightly (# 13672)
> 83d2dd7 Update net-kourier nightly (# 13673)
> 2fc2a12 fix route reconciler test flakes (# 13684)
> 729eb6d Update net-istio nightly (# 13674)
> 30a2b0c Add k8s 1.26 for kind (# 13682)
> 3764762 use GITHUB_TOKEN when querying net-istio releases (# 13681)
> 485f2a9 upgrade to latest dependencies (# 13680)
> 0639c5f Update community files (# 13678)
> b4d7a28 clean up OWNER files (# 13668)
> 68e128b Update net-contour nightly (# 13667)
> f6ab591 Adds slack links to CNCF Knative slack channel (# 13655)
> 53b3c92 Add serving-internal docs about Knative encryption support (# 13662)
> 3b8d6cb Update net-contour nightly (# 13656)
> b9b4c57 Update net-gateway-api nightly (# 13654)
> 63832e2 Update net-contour nightly (# 13650)
> 908edaf Update net-istio nightly (# 13649)
> 06add5f Update net-kourier nightly (# 13648)
bumping knative.dev/pkg 247510c...2f55fe0:
> 2f55fe0 Fix potential slowloris attack (# 2682)
> 8d1efe1 Update community files (# 2683)
> 4a80605 Add health checks (# 2671)
> 33e6b88 fix: `reconcilerImpl.updateStatus` calculates state difference in debug mode only (# 2678)
> c889c5b upgrade to latest dependencies (# 2679)
> fb44e94 Update community files (# 2676)
> decc1cc Update community files (# 2674)
> 8532ae0 update OWNERS files to use teams with active members (# 2672)
> 408ad07 Make SetDefaults of Destination duck type nil safer (# 2670)
bumping github.com/google/go-containerregistry 76ae819...1e09daa:
> 1e09daa clarify crane download readme (# 1533)
> 8e08d51 Revert "Hack around DockerHub plugin scope handling" (# 1531)
> 5ad0a76 crane: support --full-ref for crane ls (# 1525)
> b063f6a Hack around DockerHub plugin scope handling (# 1527)
> e797859 crane: add digest --full (# 1524)
> 3986cf4 test: use `T.TempDir` to create temporary test directory (# 1522)
> 9db616f FIX mutate.Time not respecting history (# 1520)
> 8048663 Race http fallback ping (# 1521)
> e64ff3a Bump actions/stale from 6 to 7 (# 1519)
> 9bd8237 Bump goreleaser/goreleaser-action from 3.2.0 to 4.1.0 (# 1511)
> ffc14a0 Treat empty registry config as anonymous (# 1512)
> 23d895d Fix missing doc comment (# 1509)
> 6ba20c8 Fix various lints (# 1507)
> 4270e04 Update Arch Linux install instructions (# 1508)
> 37bf5df Revert "docs: pull latest instead of debug (# 1497)" (# 1504)
> 47f0933 Use the default retry predicate in transport (# 1502)
> c7270c2 Make unit tests substantially faster (# 1498)
> a35805d Make credential warning slightly more accurate (# 1499)
> 37b993a docs: pull latest instead of debug (# 1497)
> cd77615 Add support for zstd compression (# 1487)
> c412593 Fix calculating tarball size when duplicated layers exist (# 1495)
> bdc946f add source archive checksum into the checksums.txt (# 1492)
> 781782a Bump golangci/golangci-lint-action from 3.3.0 to 3.3.1 (# 1491)
> 9e939fb Features: Allow eliding `serviceaccount` lookups. (# 1490)
> 3e4f490 Bump slsa-framework/slsa-github-generator to 1.2.2 (# 1489)
Signed-off-by: Knative Automation <automation@knative.team>
|
|
|
554e74a309
|
chore: remove underscore prefix from test packages (#1503)
* remove underscore prefix from test packages * springboot patch attempt |
|
|
132d0492ad
|
chore: update pack (#1506)
Signed-off-by: Matej Vasek <mvasek@redhat.com> Signed-off-by: Matej Vasek <mvasek@redhat.com> |
|
|
ac081cc764
|
[main] Upgrade to latest dependencies (#1341)
* upgrade to latest dependencies bumping sigs.k8s.io/json 9f7c6b3...f223a00: > f223a00 Merge pull request # 16 from kevindelgado/strict-error-path-separation > ff3dbbe Merge pull request # 14 from liggitt/go118 > b536e95 store err type and path separately in strict errors > 227cbc7 Merge pull request # 15 from liggitt/ci-refresh-go > 4017094 sync go1.18 changes from encoding/json > 93e9748 Check latest go version in CI bumping k8s.io/apimachinery 977e6d7...478dd6e: > 478dd6e Merge pull request # 112527 from liggitt/automated-cherry-pick-of-# 112526-upstream-release-1.25 > 14bc1be Limit redirect proxy handling to redirected responses > 8252641 Merge pull request # 112330 from enj/automated-cherry-pick-of-# 112193-upstream-release-1.25 > 10b456c Merge pull request # 112161 from pohly/automated-cherry-pick-of-# 112129-origin-release-1.25 > 4759a80 Add an option for aggregator > 3296217 dependencies: update to ginkgo v2.1.6 and gomega v1.20.1 > 117bd9b Merge pull request # 111113 from mimowo/retriable-pod-failures-job-controller > 74deb3d Merge pull request # 111696 from liggitt/go119mod > dbffa07 Support handling of pod failures with respect to the specified rules > fef5499 Update go.mod to go1.19 > 41606c6 Merge pull request # 111677 from dims/stop-panic-in-govet-levee > 6627090 run lint-dependencies and follow directions > addc01f Stop panic in govet-levee CI job > f15b816 Merge pull request # 110495 from alexzielenski/atomic-objectreference > e68cae5 update kube-openapi > b541046 Merge pull request # 111557 from alexzielenski/update-smd-422 > ace683f update smd to 4.2.3 > 899984f Merge pull request # 111587 from ialidzhikov/k8s-utils@ee6ede2d64 > c77a8ed Update `k8s.io/utils` to `ee6ede2d64ed` > 954536d Merge pull request # 111450 from HecarimV/fix-22072710 > d58901c Merge pull request # 111454 from HecarimV/fix-log-capitalized > a9b0d05 cleanup: omit redundant arguments in make call > 8b07078 Merge pull request # 111496 from HecarimV/unnecessary-fmt > 1be2ea2 cleanup: fix some error log capitalization > 3bab4b1 Remove unnecessary use of fmt.Sprintf > 47ba8cb Merge pull request # 111442 from ialidzhikov/k8s-utils@56c0de1e6f > 0a1c3aa Update `k8s.io/utils` to `9bab9ef40391` > 7fb0342 Merge pull request # 111254 from dims/update-to-golang-1.19-rc2 > 9652184 Merge pull request # 106388 from alexzielenski/ssa-ignore-nonsemantic-changes > fdf7942 Generate and format files > 915d89a Merge pull request # 111173 from BinacsLee/binacs/regenerate-sets > 65bf58a optimize nil and empty also for slices > 0661104 Merge pull request # 110178 from kevindelgado/validation-beta-1-25 > fb683c6 Re-Generate k8s.io/apimachinery/pkg/util/sets > 6586a12 optimize nil and empty case for parity with other branch > 5d375c1 update kjson > 019f1e1 revert timestamp updates to object if non-managed fields do not change > cff14a5 Merge pull request # 111081 from HecarimV/fix-22071210 > afc5e00 Merge pull request # 111008 from cici37/bumpCEL > 6f7b214 Fix: some typo in apimachinery/pkg > 51e28bc Merge pull request # 111097 from saltbo/fix-thethe-typo > cd7836f Bump cel-go to v0.12.0 > 5074e27 fix: update the typo code comment > 0897ed8 Merge pull request # 108532 from cbandy/status-cause > 9cb1f71 Merge pull request # 110916 from zhoumingcheng/master-code-v1 > 9291eff api/errors: Improve performance of Is* functions > 4afd3f4 Merge pull request # 109111 from chendave/ginkgo_upstream > 8c521e1 Fix a typo > 1eec2ee Use errors.As to detect wrapping in StatusCause > c87322d update ginkgo from v1 to v2 and gomega to 1.19.0 > 2496976 Merge pull request # 111001 from pohly/klog-update > d40a017 build: update to klog v2.70.1 > a869692 Merge pull request # 110831 from chendave/openapi > e4283bb Bump `kube-openapi` to the latest > 66bbc50 Merge pull request # 110788 from 21kyu/change_reflect_ptr > 55378ba Change reflect.Ptr to reflect.Pointer > e74e8a9 Merge pull request # 110724 from pohly/klog-update > 21dbaf7 build: update to klog v2.70.0 > eda93e0 Merge pull request # 110448 from twilight0620/test0608 > c5be385 Merge pull request # 110378 from lucacome/bump-grpc > 6243438 add some uts of group_version.go > bae69c6 Bump grpc to v1.47.0 > b90ea24 Merge pull request # 110520 from dims/update-gopkg.in/yaml.v3-to-v3.0.1 > 1831736 Update gopkg.in/yaml.v3 to v3.0.1 > d407afb Merge pull request # 110351 from dims/switch-to-v3-of-github.com/emicklei/go-restful > 5e1e879 Switch to v3 of github.com/emicklei/go-restful > be3a79b Merge pull request # 109892 from jlsong01/add_annotation_comments > 5abf6e2 Merge pull request # 110207 from wojtek-t/clean_shutdown_managers > 21bf400 clarify a comment on annotation key validation > be75d4d Make contextForChannel public > e3c6631 Merge pull request # 110079 from ash2k/dial-with-context > e929c35 Always dial using a context > e572490 Merge pull request # 109752 from MadhavJivrajani/remove-apimachinery-clocks > e11374f Merge pull request # 110040 from astoycos/fix-panic > 5526e82 apimachinery/clock: Delete the clock package > ca5c89b Merge pull request # 110029 from ash2k/ash2k/no-double-tls-validation > 7c09d67 Fix additional panic > 4f2ae94 tls.Dial() validates hostname, no need to do that manually > ec91382 Write Unit test to imitate Panic > 28c7554 Merge pull request # 109651 from ash2k/ash2k/spdy-cleanup > f3b1305 Merge pull request # 108080 from astoycos/issue-132 > 284911f Pass context for TLS dial > 1c398d5 Merge pull request # 107213 from mk46/portname_validation > 912a38b Fix Panic Condition > f1ceaed Don't clone headers twice > 4778951 Merge pull request # 109891 from pohly/log-dependency-update > b243f86 Fixed portName validation error message. > b85d889 Merge pull request # 109602 from lavalamp/remove-clustername > 1c1f82a dependencies: logr and zapr v1.2.3 > 0ac710b generated files > 430b920 Remove ClusterName > 5f6d692 Merge pull request # 109804 from cici37/celUpdate > a5de00b Merge pull request # 109750 from aojea/spdy_tls > b6901b9 Update go-control-plane, cncf/xds/go, cncf/udpa/go and remove unused versions > b042ede Merge pull request # 109440 from liggitt/gomod-1.18 > e57894b spdyroundtripper: d tlson't verify hostname twice > 535f064 Update GRPC > 92ee148 Regenerate vendor > 1564fe5 spdyroundrippter: close the connection if tls handshake fails > 5ac2923 Update genproto and antlr. > f71cc27 Merge pull request # 109259 from roycaihw/tweak-quantity-docs > 54c2bc0 Bump cel-go to v0.11.2 > 080c0c7 Merge pull request # 109212 from alexzielenski/copylock-fix > af9793b Generated files > cf0bfa9 Tweak Quantity docstring for ease of reference generation bumping knative.dev/pkg 8cacac2...714b763: > 714b763 upgrade to latest dependencies (# 2609) > 21d3b47 upgrade to latest dependencies (# 2608) > 8178c38 update k8s to 1.25.2 (# 2599) > fb2e4fb Preserve webhook namespaceSelector.matchLabels (# 2605) > 5c5da28 Update actions (# 2607) > 1fb3e67 Update community files (# 2606) > bc93b0a bump min kubernetes to v1.23 (# 2595) Signed-off-by: Knative Automation <automation@knative.team> * Fix k8s deps * Regen licenes * Fix go.mod Signed-off-by: Knative Automation <automation@knative.team> Co-authored-by: David Simansky <dsimansk@redhat.com> |
|
|
3a99f1f963
|
update CLI deps (cobra, viper, etc) (#1326) | |
|
5adec03c7b
|
chore: update all references to kn-plugin-func (#1311)
* chore: update all references to kn-plugin-func I did not change references in CHANGELOG.md but otherwise, I believe this should cover all configuration settings, image names, package names, etc. Signed-off-by: Lance Ball <lball@redhat.com> * fixup: fix instances_test.go Signed-off-by: Lance Ball <lball@redhat.com> * fixup: still some stray kn-plugin-func Signed-off-by: Lance Ball <lball@redhat.com> Signed-off-by: Lance Ball <lball@redhat.com> |
|
|
6b8cccbbf9
|
upgrade to latest dependencies (#1269)
bumping github.com/prometheus/common 2af6d03...49b3603: > 49b3603 Improve OAuth2 user agent handling (# 391) > c5e1b60 config: ignore deprecated warning in tests (# 389) > b86ea81 OAuth2: Respect disable keepalives option; Implement close idle connections (# 390) > cdc09f0 Merge pull request # 387 from roidelapluie/useragent > d75e027 Merge pull request # 388 from simonpasquier/fix-tls-tests-for-go-1.18 > db0284d Fix comment > 26d4974 Add more mimetypes (# 385) > aeda642 Update to Go 1.18 > 2d0de85 Use full roundtripper > 627089d Set minimum version for go to 1.16 (# 372) > 5ab1c85 config: fix testdata for Go 1.18 > 316097c Use WithUserAgent > 3763a1d TLS config: Enable selection of min TLS version (# 375) > 99a1aca add User-Agent header to oauth2 requests > 0c7319a Remove comment about PROMETHEUS_COMMON_DISABLE_HTTP2 env var because it is no longer true > 840c039 Use path.Clean to clean sigv4 path. > ffd0efb Deduplicate slashes for sigv4 signature > 902cb39 Merge pull request # 365 from prometheus/superq/bump_sigv4 > 2c24277 Merge pull request # 362 from prometheus/repo_sync > 910a9df Update sigv4 modules > f6b0912 Merge pull request # 353 from prometheus/superq/bump_go > e457c0a Update common Prometheus files > 0e1254b Merge pull request # 359 from prometheus/repo_sync > 3c43b4d Update build/test > 252ff6f Make HTTP2 user visible > 809633a Update common Prometheus files > 00591a3 circleci: Test with go 1.17 (# 347) > 0762b59 Add proxy_url support for oauth2 > f57586d circleci: add test-assets and style jobs > 1871a70 assets: add file system layer for zipped embed assets > ce7006e Update common Prometheus files (# 344) > 88ce30c Update common Prometheus files (# 340) > 88f1636 Remove github.com/pkg/errors dependency (# 338) bumping contrib.go.opencensus.io/exporter/prometheus f3a7283...e6b6b80: > e6b6b80 Merge pull request # 30 from bogdandrutu/updatedeps > aaaf212 Merge pull request # 28 from wincus/update-prometheus > 75046ad Upgrade all deps to lastest > bf25aba update prometheus golang client bumping golang.org/x/net 0bcc04d...f2f64eb: > f2f64eb http2: Send WindowUpdates when remaining bytes are below a threshold > ca03788 dns/dnsmessage: remove unnecessary []byte conversions > 0081b4b http2/h2c: propagate HTTP/1 server configuration to HTTP/2 > f8f703f http2: accept HEAD requests with a body > bea034e all: remove redundant type conversion > 1e95f45 http/httpproxy: remove comment on https proxy precedance > f3363e0 http2: handle server errors after sending GOAWAY > 83b083e internal/socket: add missing import to zos-s390x file > b0a4917 dns/dnsmessage: use exported MustNewName in example > 3211cb9 nettest: fix Unix socket test on macOS > 4c34ddd http2: delete multipart form tempfiles after ServeHTTP returns > 1d4ff48 http2: add DialTLSContext to Transport > 13a9a73 http2: fix conn flow control when stream closes on bad content-length > 07c6da5 dns/dnsmessage: add AD and CD bits support > f428fae all: add FreeBSD riscv64 support > a33c5aa route: import syscall rather than golang.org/x/sys/unix > 7431dee lif: import syscall rather than golang.org/x/sys/unix Signed-off-by: Knative Automation <automation@knative.team> Signed-off-by: Knative Automation <automation@knative.team> |
|
|
4be773d9f6
|
chore: Update versions of major libraries used (#1277)
* Update buildpacks/pack deps * Update tektoncd/cli deps * Regen Linux only licenses * Downgrade hinshin/vt10x to required version * Fix deprecated warning in ssh config |
|
|
abc3097d75
|
[main] Upgrade to latest dependencies (#1248)
* upgrade to latest dependencies bumping k8s.io/kube-openapi 4241196...3ee0da9: > 3ee0da9 Merge pull request # 299 from Jefftree/def-optimize > 3a31a64 Merge pull request # 292 from Jefftree/v2v3conv > ba6f675 Optimize Definition generation > e69a86c Merge pull request # 298 from Jefftree/allOf > 2cbad14 Add OpenAPIConv > 9f9c01d Merge pull request # 297 from cici37/errFix > 207f0c7 Wrap Refs with AllOf > 29d7264 Merge pull request # 295 from Jefftree/fix-api-json > d2a55e8 Align maxProperties/minProperties err value with others > 52feaf8 Merge pull request # 290 from jiahuif/feature/prune-v2-when-serving-v3 > 352e363 Fix json encoding for OpenAPI v3 Discovery > 662cbb0 Return valid for kubernetes to handle err properly > 13192b9 Merge pull request # 289 from jiahuif/feature/openapi-oneof-type > 2580423 remove embedded v2 from expected schema > 8a7ee80 Merge pull request # 293 from alexzielenski/cache-busting > 79a5a7d generated: update integration test. > d436835 add test for pruning v2 schema. > 6a7b704 Merge pull request # 291 from Jefftree/builder3-test > de6f8b0 split openapi mock class into Fake and FakeV3 > da7e27a add integration test for v3 OneOf > eca4f62 do not include v2 schema when serving v3. > 89ac9db Merge pull request # 284 from Jefftree/cache-busting > 7afa56c Add test for builder3 > 3ca26f0 address comments > 697543f add support for custom v3 oneOf types. > ddc6692 Merge pull request # 288 from Jefftree/gnostic-fix > b0d7548 Cache busting > 130db2b add wrapper around gnostic v3 document > a9dfcaa Merge pull request # 286 from Jefftree/leading-newline > 91ab739 Update gnostic to drop jsonschema dependency > 3f90b8c Merge pull request # 282 from alexzielenski/header_vendorext_marshal > c7e0de3 Merge pull request # 285 from Jefftree/proto-upgrade > 7626df5 Trim leading newlines in Descriptions > 1cd4920 add vendor extensions to marshal openapi v2 header > 86aaf54 Upgrade protobuf and change references of googleapis/gnostic -> google/gnostic Signed-off-by: Knative Automation <automation@knative.team> * Fix client-go version * Add missing license file * Add another missing license file Signed-off-by: Knative Automation <automation@knative.team> Co-authored-by: David Simansky <dsimansk@redhat.com> |
|
|
155b6f158f
|
upgrade to latest dependencies (#1245)
bumping k8s.io/klog/v2 43cc75f...0990e81: > 0990e81 Merge pull request # 342 from pohly/harshanarayana-reviewer > 33351c0 Merge pull request # 341 from pohly/contextual-logging-state-fix > 442891b OWNERS: add harshanarayana > ea66a13 Merge pull request # 337 from pohly/testing-logger-stop > c2d5a45 contextual logging: enable by default again > 7a070b4 Merge pull request # 333 from harshanarayana/tests/GIT-275-add-additional-test-for-kv > 9405f8e ktesting: stop using testing.T when test completes > 265aa25 Merge pull request # 327 from pohly/buffer-logger > 280fc18 GIT-275: add tests for int and struct keys > 78f38f6 ktesting: fix type assertion > ca252b1 Merge pull request # 328 from pohly/fatal-backtrace-revert > 325472d ktesting: capture log data in memory > 66544b3 ktesting: use black box testing > 49e17d5 Merge pull request # 332 from harshanarayana/bug/GIT-331/fix-variable-shadown > c5c3132 klog.Fatal: document behavior and alternatives > 6b3fb0b Merge pull request # 329 from pohly/apidiff-fix > 9c48b7d Merge pull request # 330 from pohly/logtools-removal > e4329d2 GIT-331: fix shadowing key from the kv pair > c977919 klog.Fatal: revert dumping of all stack backtraces to stderr > ea35802 Merge pull request # 320 from pohly/state-restore > 49d73a5 GitHub: use apidiff with more recent Go > e9884d2 remove hack/tools > a585df9 Merge pull request # 326 from pohly/remove-trim-duplicates > 3c90bf9 refactor global state > 788efcd Merge pull request # 325 from pohly/logr-marshaler > cebb190 internal: remove unused TrimDuplicates > 296f5e6 save and restore state > 42bf7a2 Merge pull request # 322 from pohly/kobjs-performance > 369b848 support logr.Marshaler > cc2ce06 Merge pull request # 315 from pohly/logcheck-regexp > 87ca629 Merge pull request # 324 from pohly/trim-duplicates > 8a3e48e replace KObjs with KObjSlice > c697110 Merge pull request # 314 from pohly/stop-flush-daemon-clarification > 5079582 logcheck: fix detection of invalid * regexp in filter > 7a827a0 Merge pull request # 319 from pohly/klog-help-texts > 4c3943c use faster MergeKVs > ff92e06 test: add benchmark for KObjs > d07cbbf Merge pull request # 313 from pohly/logcheck-contextual-logging > 47f254f StopFlushDaemon: document flushing on shutdown > 2910cb1 README.md: clarify -logtostderr > 6f47a32 klogr: simplify test failure message > 4a4a786 Merge pull request # 297 from pohly/logcheck-contextual-logging > 7179178 hack/tools: drop dependency on golangci-lint > e2432e8 serialize: add MergeKVs as faster TrimDuplicates alternative > b46e95d Merge pull request # 311 from pohly/contextual-logging-stable > 1876dee logcheck: harmonize report messages > e6d69a5 serialize: benchmark and test TrimDuplicates > 7b1c318 Merge pull request # 310 from pohly/fork-clock > 36e44e7 promote non-test APIs to stable > 216a02e logcheck: add check for With* and NewContext > e3af9af dependencies: avoid k8s.io/utils, fork clock code instead > 317fe52 logcheck: optionally warn about using direct klog logging > 41995aa logcheck: detect if V().Enabled() > 5b4c326 logcheck: warn about functions with both Logger and Context > 567c037 logcheck: support logr.Logger > c4c35ff logcheck: support import renaming and improve klog.V(2) handling > df531eb logcheck: support running as golangci-lint plugin > 3f08024 logcheck: also check for format specifier in calls like klog.Info > 0c36cf7 logcheck: move into package > 93980ca logcheck: add test cases for parameter check bumping knative.dev/pkg e325df6...4a03844: > 4a03844 fix double close of channel (# 2575) > f78a006 upgrade to latest dependencies (# 2573) > d02dcd0 allow drainer to be reset (# 2572) > 894c2f2 SetupStaticPublishing and SetupDynamicPublishing returns Tracer with Shutdown function (# 2566) > 4f6a775 Remove pkg/pool (# 2568) > 9a1245b Update actions (# 2571) > 0049fdd Update community files (# 2570) > 52261a1 Update community files (# 2569) > 7b8b060 Add tracing.SetupDynamicPublishingWithInitialValue (# 2558) > a01dfed bump to k8s 0.23.9 (# 2565) > 449f7e6 Update community files (# 2564) > ed7ab1d upgrade to latest dependencies (# 2559) > 6c9c1c6 remove defunct markdown linting variable (# 2552) > 3764d73 fix linting (# 2555) > a286510 upgrade to latest dependencies (# 2554) > 1a5e168 Update community files (# 2553) > c488837 Add reconcile for ValidatingWebhookConfiguration and MutatingWebhookConfiguration. (# 2550) > 1ad02a5 Drop error from changeset.Get signature (# 2549) > 473ba31 Bump min go version to 1.18 && read build info from embedded binary (# 2548) > f1f36a2 Fix subresource update logic. (# 2546) > 418e138 Update community files (# 2545) > e60d250 upgrade to latest dependencies (# 2543) > 97eb150 Update community files (# 2541) > 5569169 update boilerplate date (# 2539) > 85965e1 upgrade to latest dependencies (# 2540) > f4ae0af Update community files (# 2538) > f5db225 Drop `UserInfo` from logger tagging in webhook. (# 2535) > 1777513 Update actions (# 2536) > 9c5a731 bump k8s deps to v0.23.8 (# 2534) > 1f01575 Add fix for CVE-2022-28948 (# 2532) > 7d607d6 Update community files (# 2531) > 865e331 Update community files (# 2530) > ec27457 Update community files (# 2529) > 759dd87 Update community files (# 2528) > aad4309 sets mutating webhook ReinvocationPolicy to ifNeeded (# 2472) > 9ffe192 Update community files (# 2527) > bac16f2 Update community files (# 2525) > 18f6995 Log metrics/logging init messages at debug level (# 2522) > 19adf79 upgrade to latest dependencies (# 2524) > b0ff5ad Update actions (# 2523) > f907b31 Update community files (# 2520) > 2d8305b Update community files (# 2517) > a8b7d99 Update community files (# 2515) > 0719b40 upgrade to latest dependencies (# 2512) > 2451664 Switch to iota/fmt.Stringer-based diagnostic levels. (# 2511) > ea3c8cb Fix timeout test on darwin and log dial destination on timeout. (# 2510) > af54d73 Support fetching configs from `ctx`. (# 2505) > 5f5455f Use the updated action that infers the module name (# 2509) > 4fced01 Use knative/action/go/downstream-test (# 2507) > 16b36b7 Add support for admission webhook warnings. (# 2498) > 6ec9c1a Fix linting (# 2506) > 5c8cc3c Ignore migration of CRDs that aren't installed (# 2493) > 2d552be Add genreconcile for core/v1 Node (# 2503) > fd05bf1 upgrade to latest dependencies (# 2500) > 1f681e1 Update community files (# 2501) > 45c37c2 🐛 `TestDialWithBackoff` work without special environment (# 2402) > 12be060 Update actions (# 2492) bumping k8s.io/apiextensions-apiserver 75190f0...cf300a6: > cf300a6 Update dependencies to v0.23.9 tag > 99b3fbf Merge pull request # 108791 from aojea/cherry-pick-108772 > 276c5e1 client-go: update generated > 7e8010d Merge pull request # 108438 from andrewsykim/bump-konnectivity-v0.0.29-1-23 > d71faf1 bump sigs.k8s.io/apiserver-network-proxy/konnectivity-client@v0.0.30 bumping knative.dev/client c53658b...6d86bf7: > 6d86bf7 upgrade to latest dependencies (# 1727) > be439e1 upgrade to latest dependencies (# 1725) > 6c81567 added gvr sink test cases and support to specify resource name in both singular/plural versions (# 1724) > 76b3724 Update community files (# 1726) > a4a1163 upgrade to latest dependencies (# 1719) > 8142687 Update actions (# 1721) > 7d05561 Update community files (# 1720) > fa2ea50 Update community files (# 1718) > bf20fe2 Add support for providing sink spec in GVR format (# 1717) > ebc6729 upgrade to latest dependencies (# 1716) > e918cd2 Bump Go version to 1.18 (# 1715) > 664b899 upgrade to latest dependencies (# 1714) > 559a4bd upgrade to latest dependencies (# 1711) > 05ccf8e Fix volume creation for PVC (# 1709) > 526d680 Update community files (# 1710) > ed5fed5 upgrade to latest dependencies (# 1708) > 2f1eefe Add check for PVC status in E2E tests (# 1707) > 452863f remove defunct markdown linting variable (# 1705) > cbf710a Update community files (# 1706) > 5251985 Update community files (# 1703) > bfdc0a2 upgrade to latest dependencies (# 1702) > 61579a2 Added --broker-config flag to broker create command (# 1700) > 9abb876 Add --probe-liveness and --probe-readiness flags (# 1697) > f2dd5fc upgrade to latest dependencies (# 1701) > 8931db0 Add release note section to PR template (# 1692) > e650378 upgrade to latest dependencies (# 1699) > cfed6d7 upgrade to latest dependencies (# 1694) > c23a1f7 Added PVC support to volume mounts (# 1693) > e2e0632 Update community files (# 1698) > 06a463f Update community files (# 1696) > 458a6b7 Update actions (# 1695) > b696546 Added support for mounting EmptyDir volume type (# 1679) > 1b03977 upgrade to latest dependencies (# 1690) > 56e1462 upgrade to latest dependencies (# 1688) > ada0005 Update community files (# 1689) > 95f6a55 Update community files (# 1687) > 9b04077 Update community files (# 1686) > 6210f96 Update community files (# 1685) > 7ac23db Update community files (# 1683) > 363ec94 Update community files (# 1682) > 0646532 upgrade to latest dependencies (# 1681) > 4cccb5f Update changelog for 1.5 release (# 1680) > dec1fa5 upgrade to latest dependencies (# 1678) > 2a56f07 Added delivery options to broker create (# 1670) > 4df6010 [main] Upgrade to latest dependencies (# 1675) > 2f4e192 Update actions (# 1677) > 8cfec3d Update community files (# 1676) > 00b7886 Update community files (# 1674) > dcd6bb6 upgrade to latest dependencies (# 1671) > 48ff336 Cleanup sugar controller setup (# 1669) > e3dbe58 Fix Tekton e2e script (# 1673) > 94a5352 Update community files (# 1672) > e734ca6 upgrade to latest dependencies (# 1668) > 06b4b9e Bump Tekton pipeline version to latest by default (# 1667) > bcd18d3 Fix OCI image build (# 1666) > fef2f69 upgrade to latest dependencies (# 1663) > 76a0b1e Fix display version in OCI image (# 1662) > 93e27f7 Mark --inject-broker flag as deprecated (# 1661) > 2eaeab4 Update community files (# 1664) > 736c7c2 test: use `T.TempDir` to create temporary test directory (# 1660) bumping gopkg.in/yaml.v3 496545a...f6f7691: > f6f7691 The Billion Dollar Mistake > 00bbc09 github: drop broken semgrep workflow > 8f96da9 Explicitly check the parser for errors on peek > 539c8e7 Fix decoding of merge tags. bumping knative.dev/serving 69a88e9...9402a71: > 9402a71 revision request start timeout should default to revision timeout second (# 13256) > d79b8bb upgrade to latest dependencies (# 13246) > 8a2fb54 Update net-istio nightly (# 13242) > 768e8ba Update net-certmanager nightly (# 13241) > 3178bc9 Update net-contour nightly (# 13244) > 374b282 Update community files (# 13240) > 7315b02 Update net-kourier nightly (# 13236) > 2a72beb upgrade to latest dependencies (# 13238) > 765a052 Update net-certmanager nightly (# 13234) > ea5c535 stop the queue-proxy drain if we don't receive a TERM signal (# 13229) > 8d0281e Update net-istio nightly (# 13222) > d60e5e7 upgrade to latest dependencies (# 13227) > d89869e Properly shutdown tracer when the work is done (# 13226) > b3a7557 Update net-contour nightly (# 13225) > 358d04e Update net-certmanager nightly (# 13224) > b48e0e5 Update net-kourier nightly (# 13223) > dbd3fc3 Update net-certmanager nightly (# 13218) > 15ee48d Update net-contour nightly (# 13220) > 0474e35 Update net-istio nightly (# 13219) > 951c48c Update net-kourier nightly (# 13221) > 77d24d1 Update net-gateway-api nightly (# 13217) > ee06bc5 fix linting (# 13216) > 58148c5 upgrade to latest dependencies (# 13215) > d4601f3 Update actions (# 13214) > dd2abc9 Refactor VolumeMountPath to Directory (# 13202) > 468bb83 Update community files (# 13213) > fb89ff1 Update net-gateway-api nightly (# 13212) > 86a3daf Update net-istio nightly (# 13207) > 7cfc194 Update net-kourier nightly (# 13206) > 8acf355 Update net-contour nightly (# 13205) > b9ca11e Update community files (# 13203) > 2e77abf Fix timeout handlers to max duration instead of time to first byte (# 12970) > 5bba016 A refactor of the queue volume constants (# 13146) > 24e1ec2 Update net-gateway-api nightly (# 13198) > fd833bc Update net-kourier nightly (# 13196) > 698ac9e Update net-contour nightly (# 13194) > 9399fb2 Update net-gateway-api nightly (# 13195) > 16730b2 Fixes resource quota test flake (# 13181) > f77b15e Update net-gateway-api nightly (# 13190) > 19f508c Update net-kourier nightly (# 13187) > 838bbb0 Update net-istio nightly (# 13189) > abb923e Update net-contour nightly (# 13188) > 78ddf60 upgrade to latest dependencies (# 13186) > 725c38c Update net-kourier nightly (# 13184) > e9a0ce9 Update net-gateway-api nightly (# 13183) > e600ae7 Make Kingress reconciled with DomainMapping when adding a new label (# 13178) > bfa381a Update net-gateway-api nightly (# 13180) > 9574ddb Update net-contour nightly (# 13179) > 875937b upgrade to latest dependencies (# 13177) > 782df98 Qp options config additions only (# 13162) > 034035b add paul to party, update sched through 2022 (# 13174) > a2cf188 Add e2e test for DomainMapping working with websocket. (# 13077) > 02d89d8 Update net-contour nightly (# 13171) > 77340bb Update net-kourier nightly (# 13170) > f846b2c bumping go.mod to v1.18 (# 13169) > 8fc6d87 Update net-istio nightly (# 13167) > 0b694b0 Update net-certmanager nightly (# 13165) > b3fb541 Update net-gateway-api nightly (# 13164) > 1f849ab Update net-kourier nightly (# 13166) > d0887e7 Update community files (# 13163) > bb043fa updating name of activation-scale (# 13161) > addd55a Add active-min-scale annotation (# 13136) > c82be27 Update net-istio nightly (# 13156) > f428628 Update net-gateway-api nightly (# 13155) > 63523f9 Enable refactoring queue-proxy binary with out-of-tree extensions (# 13133) > 8f351ad Update net-gateway-api nightly (# 13152) > 1656d0d Update net-certmanager nightly (# 13151) > 08c4062 Update net-kourier nightly (# 13150) > 2a22c44 upgrade to latest dependencies (# 13147) > 808923d upgrade to latest dependencies (# 13144) > ca011f8 Update net-certmanager nightly (# 13142) > 50a87e9 Stop using knative.dev/pkg/pool, use errgroup instead (# 13143) > 5467217 remove defunct markdown lint and linking variables (# 13137) > ed1397d Update `changeset.Get` according to pkg update (# 13141) > d1f8e8d bump go version in kind-e2e tests to v1.18 (# 13140) > dc552e5 Update community files (# 13138) > 38973e5 Update net-gateway-api nightly (# 13134) > 044d947 Update net-kourier nightly (# 13132) > 017b9d0 Don't included git info in our containers (# 13130) > 167199a QP shim main (# 13128) > d366049 Update community files (# 13129) > 97517d3 Add test flag --ingress-class (# 13117) > ed2ddf2 Update net-gateway-api nightly (# 13124) > 3ce8ebb Update net-gateway-api nightly (# 13119) > 57c2a04 Update net-contour nightly (# 13120) > 3666ce7 upgrade to latest dependencies (# 13116) > 67347fe Update net-contour nightly (# 13115) > 9c88305 Update net-certmanager nightly (# 13113) > 4009fb7 Update net-kourier nightly (# 13114) > e2862ae allow unknown fields in our webhooks since our CRD schemas are now specified (# 13111) > 3360e41 Remove Prometheus stat reporter from queue-proxy (# 12961) > 4fa002a Update net-gateway-api nightly (# 13106) > e701a33 Update Knative Serving schema (# 13095) > 432b38d Update net-certmanager nightly (# 13105) > 4b09847 Update net-contour nightly (# 13107) > 1d44884 Update net-kourier nightly (# 13104) > 1ba9714 Update net-istio nightly (# 13103) > deed9f4 Add filtering secret informer label for internal-encryption (# 13082) > 9f4f28d Update net-istio nightly (# 13100) > f9951ec Add overview for scaling doc (# 13088) > 499c0af Update net-gateway-api nightly (# 13093) > c190a06 Update net-kourier nightly (# 13092) > 70c3309 Drop EnableAlphaFeatures from TestHttpRedirect (# 13084) > bf49148 upgrade to latest dependencies (# 13089) > 6ceb219 upgrade to latest dependencies (# 13087) > 2e823f7 Update net-istio nightly (# 13086) > 2ea6b3e Update net-gateway-api nightly (# 13085) > 838305e upgrade to latest dependencies (# 13081) > a3348ed Update net-gateway-api nightly (# 13080) > ef11229 Update net-contour nightly (# 13079) > 8d6189c Update net-certmanager nightly (# 13078) > 4695705 Update net-kourier nightly (# 13030) > dd5cf21 upgrade to latest dependencies (# 13037) > df215c7 Update community files (# 13076) > 58cce54 Support config to deploy internal certificates automatically (# 13005) > 25de812 Fix webhook config drift issue (# 13061) > ee386a1 Update community files (# 13068) > d9cb5f0 Update net-istio nightly (# 13067) > 189003d Update net-contour nightly (# 13066) > d0367df Update net-gateway-api nightly (# 13064) > 278cedc Update net-certmanager nightly (# 13065) > 1da6f33 Update actions (# 13063) > cd85b44 Update net-gateway-api nightly (# 13062) > 752c336 Allow calls to test.Setup to disable logstream (# 13046) > 8f62874 Update net-certmanager nightly (# 13040) > 2b7f301 Update net-istio nightly (# 13031) > 6eccc36 Update net-gateway-api nightly (# 13029) > 38c5dbc Update net-contour nightly (# 13032) > f25a0df Temporarily disable flaky kind test (# 13055) > 3573163 only watch endpoints for our private services (# 13048) > 35a94ff Update link, thanks to Zhu Lei (# 13052) > 5f8892f skip http2 test early (# 13047) > e67dbb9 Improve SKS handling for unavailable Activator. (# 13027) > 6fca86c fix scale-from-zero mako test (# 13035) > 7c2b46d Relax the "timeout" requirement for `TestProbeRuntimeAfterStartup` (# 13026) > d54ad4c Remove the scale-to-zero checking in conformance. (# 13025) > 2f7b6db Bump kind to v0.14 for e2e tests (# 13022) > eeaff1c upgrade to latest dependencies (# 13016) > 50a42a9 Update net-certmanager nightly (# 13018) > 15111a1 Update net-istio nightly (# 13017) > 093ba0b Update net-gateway-api nightly (# 13021) > bc6d456 Update net-kourier nightly (# 13020) > 1997324 Update net-contour nightly (# 13019) > bf3b740 Update community files (# 13015) > 1ec8ad3 Update net-gateway-api nightly (# 13013) > 81fc500 Update community files (# 13014) > 78272a6 Update community files (# 13012) > 2b88568 regen protobuf after bumping the versions in the prow-image (# 13011) > 47cf88d Update net-contour nightly (# 13006) > 01f81e9 Update net-gateway-api nightly (# 13008) > 1be5251 Update net-certmanager nightly (# 13007) > 0d0cb33 Update net-istio nightly (# 13010) > 8de1a68 Update net-kourier nightly (# 13009) > 3c1b20e Update community files (# 13004) > 0c0acc9 add openssf knative badge (# 13001) > bb5bdbb Update net-contour nightly (# 12992) > a8dc74c Update net-gateway-api nightly (# 12991) > 67ee782 Update net-certmanager nightly (# 12990) > 9c56abc Update net-kourier nightly (# 12994) > 6bb3576 Update net-istio nightly (# 12993) > 6e4a27d Update community files (# 12988) > 44178dc Update net-kourier nightly (# 12984) > 7e45e5a Update net-gateway-api nightly (# 12983) > 527c69a Update net-istio nightly (# 12985) > 6a1160a Update net-contour nightly (# 12982) > 7134e31 Update net-certmanager nightly (# 12979) > 77c2527 Update community files (# 12981) > 36ee6f2 Update net-contour nightly (# 12964) > d7027b5 skips default probe if container freezer in use (# 12967) > 797bee5 Update net-kourier nightly (# 12976) > ca6a190 Support parsing host header with port (# 12974) > 620139a Update net-gateway-api nightly (# 12968) > 293a95a Update net-istio nightly (# 12975) > 33dbc31 Log confirmation of queue-proxy startup (# 12965) > d14ebd8 Update net-kourier nightly (# 12962) > 158177d Update net-certmanager nightly (# 12957) > 22f2af6 Update net-istio nightly (# 12956) > 3446ca3 upgrade to latest dependencies (# 12955) > b44da83 Update actions (# 12963) > 45f7c05 Fix deprecation notices (# 12958) > 4446497 fix owner files after merging scaling + serving working groups (# 12960) > 92b11a8 drop swap file (# 12959) > 591e12d upgrade to latest dependencies (# 12954) > a522443 Update net-istio nightly (# 12951) > 9ea835d Update net-gateway-api nightly (# 12950) > bc7fcd3 Update net-certmanager nightly (# 12949) > b2fff20 Update net-contour nightly (# 12948) > 9db81c3 Update net-kourier nightly (# 12952) > 4e54509 Update community files (# 12946) > 646e5cc Update net-istio nightly (# 12945) > f56e235 Update net-certmanager nightly (# 12944) > 08f0d31 Update net-contour nightly (# 12929) > ba84f6e upgrade to latest dependencies (# 12943) > 08e09bc kind-e2e dump namespaces and crds (# 12942) > 5776635 Update net-istio nightly (# 12931) > d7e2e3a Update net-certmanager nightly (# 12928) > 0bdaf56 Update net-kourier nightly (# 12930) > 3b832ad Update net-gateway-api nightly (# 12926) > 1a99825 Use mako stub for collecting performance tests results (# 12889) > fd6b191 fix a flake where the informer didn't have KPA (# 12934) > 9b7788c Update community files (# 12933) > f778a37 Update net-certmanager nightly (# 12925) > f726b1d Bump cert-manager to 1.8.0 (# 12923) > 01f15e1 Update net-gateway-api nightly (# 12920) > dcb16f2 Update net-kourier nightly (# 12919) > d9f4954 Update net-istio nightly (# 12918) > 69bf45c Update net-certmanager nightly (# 12901) > 754ea6c Update net-kourier nightly (# 12916) > 4273c6e Update net-contour nightly (# 12915) > 119517a Update net-gateway-api nightly (# 12902) > 18da4c0 upgrade to latest dependencies (# 12907) > 8129005 Update community files (# 12913) > 9dc1baa run go.mod tidy (# 12911) > 061be9e Fixing the panicRPSM parameter in autoscaler (# 12910) > 7aa5d8a Update net-kourier nightly (# 12903) > f6cb424 Add support for `dnsConfig` and `dnsPolicy` in pod spec (# 12897) > 89be0fd modify checksum so its not a float64 (# 12900) > 078e0b9 upgrade to latest dependencies (# 12899) > 0d76bb7 Update net-certmanager nightly (# 12879) > 95cfa70 ServerlessService's initial operation mode is now Proxy (# 12842) > 5128270 upgrade to latest dependencies (# 12890) > 7184235 Update net-kourier nightly (# 12885) > c2394b6 Update net-gateway-api nightly (# 12884) > 2dd73f5 Update net-contour nightly (# 12883) > 47238dc upgrade to latest dependencies (# 12882) > 6b3905b Update community files (# 12881) > e99c34f upgrade to latest dependencies (# 12878) > f7deea4 Use imjasonh/setup-ko (# 12868) > 527730f Update net-kourier nightly (# 12869) bumping go.uber.org/multierr a5cd550...10aaa3c: > 10aaa3c Prepare release v1.8.0 (# 56) > cea7d2e Combine: Optimize for all nil (# 55) > d49c2ba doc: AppendInvoke: Fix typo (# 54) > ee7346a Merge pull request # 52 from uber-go/fossa > 7c6ff6f Integrate FOSSA (# 51) > d9efa4b fossa: Run separately, only on push bumping knative.dev/eventing e345f5f...6ffef0f: > 6ffef0f Make some broker conformance tests decoratable with broker options (# 6517) > 6822f0d [release-1.7] InMemoryChannel receiver validates received events (# 6512) > a9151b5 upgrade to latest dependencies (# 6495) > 291e961 upgrade to latest dependencies (# 6493) > cc06bab Update community files (# 6492) > 0060ddd upgrade to latest dependencies (# 6491) > 5ee6158 Make sure tracer is shut down across components (# 6474) > 091ee6e Remove deprecated functions from test/upgrade package (# 6489) > 6eb4c78 upgrade to latest dependencies (# 6487) > cb3901f Increase max namespace count for e2e test runner (# 6486) > 1d00055 upgrade to latest dependencies (# 6485) > ab981d6 Upgrade deps (# 6484) > 7414f6b Update actions (# 6483) > df904f8 Update community files (# 6482) > 08ede0b Knative port sink binding v1 job test to rekt (# 6481) > 4e56370 Update community files (# 6480) > aceb557 Knative port sink binding v1 deployment test to rekt (# 6479) > 37cb0e9 Knative port source at event types test to rekt (# 6476) > c884e27 Remove the filter restriction of only containing exactly one attribute (# 6477) > f7e8eef use go1.18 (# 6470) > d99685b Promote strict subscriber to beta (# 6473) > 5a8f707 Promote delivery timeout to beta (# 6472) > 840fce7 chore: update sugar controller ConfigMap example (# 6460) > 7e30288 Ignore trailing slashes for Broker addresses (# 6471) > 32dea96 update trace of apiserversource (# 6458) > 480c8cb Adds receiver options for configuring read and write timeouts message receiver (# 6306) > 37dc195 Port Pingsource test to rekt (# 6463) > 15dd7ca 🧹 Remove dead variables & config for presubmit markdown checking (# 6452) > e5405de Update community files (# 6462) > c8435ed 🧹 Accommodate to knative-sandbox/reconciler-test# 294 (# 6451) > 5a21cd4 Update community files (# 6453) > 365a012 Update community files (# 6449) > 0eb566a upgrade to latest dependencies (# 6448) > 2d2e049 Increase initialDelaySeconds to 120 for webhooks (# 6447) > b84ec54 Refactor tracing helper to be reusable (# 6446) > 465db7c Bump prom client version for CVE-2022-21698 (# 6443) > cb776ce Add validation methods for ingress feature in broker's conformance test (# 6434) > aea0887 Deschedule placements on FinalizeKind (# 6440) > d3813f7 Golang version update (# 6433) > a63ea4e upgrade to latest dependencies (# 6436) > f69e181 Update community files (# 6435) > 159f4ec upgrade to latest dependencies (# 6432) > 33d1be7 Bump PodDisruptionBudget to policy/v1 (# 6424) > ee47ed1 Update community files (# 6431) > 9c41f75 upgrade to latest dependencies (# 6428) > eaec729 Update actions (# 6427) > 7763e03 upgrade to latest dependencies (# 6423) > 0866e62 Report last error for unavailability periods (# 6381) > c1b0ea6 Bump cloudevents/sdk-go to v2.10.1 (# 6422) > c71c362 upgrade to latest dependencies (# 6419) > f488f46 Update community files (# 6418) > 57f2395 Update community files (# 6416) > 59d13fa Update community files (# 6414) > 6072846 Update community files (# 6413) > 6fc4a54 add openssf badge (# 6412) > 13ed6ed Update community files (# 6411) > 816db8d Parallel to use `subscription.subscriber` instead of `reply` if there's no filter (# 6405) > 21ab643 Update community files (# 6406) > 56edb3b upgrade to latest dependencies (# 6398) > 1096fc2 Update actions (# 6397) > c3e1396 Propagate log level to env var in source ConfigWatcher (# 6391) > 9449169 Update community files (# 6390) > d7a8a95 upgrade to latest dependencies (# 6389) > 75253dc Only proxy some headers from the reply in MTBroker filter (# 6357) > bba50a4 Upgrade test exports logs before shutting down sender (# 6384) > 0a738fd Remove calling 'ExecuteLocalYAML', b/c it is deprecated (# 6380) > e7c9ffc Adding retry for 408 (Request Timeout) http status code ♻️ (# 6370) > b966175 remove the namespae for the imc (# 6382) > 005d6b6 adding util for adding custom annotation values to different broker implementation usage (# 6378) > 02a6fa0 Update community files (# 6379) > ee7c071 Update the link of the sample code.(# 6374) (# 6375) > 9af9870 upgrade to latest dependencies (# 6371) > 59e25b8 Export trace for events which exceeded unavailable period limit (# 6372) > 22e2a2c upgrade to latest dependencies (# 6365) > e033a2a Update community files (# 6369) > ec36c86 upgrade to latest dependencies (# 6360) > 01f5612 fix pingsource-mt-adapter crash when initial replica is more than 0 (# 6359) > 11dd387 Update support rotation (# 6351) > 98de1d7 upgrade to latest dependencies (# 6350) > 2219e14 Fix performance tests setup (# 6340) > 3abb436 properly initialize branchStatuses (# 6354) > 2d47847 Update community files (# 6355) > 3e24a78 NPE fix (# 6343) > 1104746 [scheduler] Use node taints for keeping track of available nodes and zones (# 6291) bumping knative.dev/hack 9e09abc...8d1e4cc: > 8d1e4cc fix go run invocation of github hub cli (# 213) > d35c718 [release-1.7] go run... (# 211) > e9a8475 Update community files (# 208) > 4621ee6 Update community files (# 207) > 9dabf7c Update community files (# 206) > 782bbaa drop warning (# 204) > 92c7e36 Fix the buoy invocation (# 203) > 123a278 🧹 Migrate to using the `go run` instead of `go install` (# 172) > a645040 Update community files (# 201) > 81e30c2 remove references to git markdown checking (# 199) > e3be8da Update community files (# 197) > 65c463a Update community files (# 195) > e7d6365 Add [skip-dot-release] feature (# 189) > 33ce6af Update community files (# 190) > dc6c287 Update community files (# 185) > fd240e2 Update community files (# 184) > 40350b6 Update community files (# 183) > 674c2b3 Update community files (# 182) > 0c389ad Update community files (# 181) > bafe4b1 Update community files (# 180) > 12d3e2a switch to UTC (# 176) > b4d4d73 Update community files (# 178) > f4972b4 Update community files (# 177) > a8076b0 Model []byte as strings (# 175) > ccf82ad Update community files (# 174) > 46c77f1 Skip passing enable-ha flag to test script (# 173) > 5f47386 Update community files (# 171) > 2a09b5c only use `install` for run_go_tool (# 169) bumping go.uber.org/zap ad0b02d...6f34060: > 6f34060 Release v1.21.0 (# 1059) > a7613b2 JSON Encoder: Don't panic if EncodeLevel unset (# 1058) > a1155d9 Optimize AddCaller+AddStacktrace by sharing stacks (# 1052) > 3f20106 lint: Remove redundant embedded field accesses (# 1051) > c087e07 zap: Add ParseAtomicLevel func (# 1048) > e751939 zapcore: Add ParseLevel (# 1047) bumping golang.org/x/sync 036812b...886fb93: > 886fb93 A+C: delete AUTHORS and CONTRIBUTORS > 0de741c x/sync/errgroup: make note of the default errgroup goroutine limit (unlimited) > 0976fa6 x/sync/errgroup: add TryGo and SetLimit to control concurrency Signed-off-by: Knative Automation <automation@knative.team> Signed-off-by: Knative Automation <automation@knative.team> |
|
|
c7b1bce369
|
chore(deps): update Knative dependencies to v1.4 @dsimansk (#1194)
* Update to Golang 1.17 * Update Knative dependencies to v1.4 * Update vendor dir * Update go version in GH actions * Fix go.mod * fixup: update deps Signed-off-by: Matej Vasek <mvasek@redhat.com> * fixup: update deps Signed-off-by: Matej Vasek <mvasek@redhat.com> * fixup: update deps Signed-off-by: Matej Vasek <mvasek@redhat.com> Signed-off-by: Matej Vasek <mvasek@redhat.com> Co-authored-by: Matej Vasek <mvasek@redhat.com> |
|
|
81289dc757
|
doc: use cobra markdown generator for command docs (#1169)
This commit removes the docs/reference/commands.txt file and instead uses the Cobra built-in documentation generator to create markdown documents for every command. Signed-off-by: Lance Ball <lball@redhat.com> Signed-off-by: Lance Ball <lball@redhat.com> |
|
|
d2914d5c25
|
Update Knative dependencies to v1.2 (0.29) (#1002) | |
|
a91bcc5fcf
|
feat: s2i builder with preliminary node support (#923)
* fix: stuck build ticker
* feat: s2i builder prototype
* default builders
* use s2i fork with updated docker
* in-code builder defaults
* s2i builder verbosity constructor arg
* typed errors
* typed error tests
* remove unneeded env code
* s2i build e2e test
* e2e tests
* update licenses
* cleanup
* codegen debug
* update licenses
* Revert "Update actions (#921)"
This reverts commit
|
|
|
739cded50f
|
Update to latest Tekton release (#935)
* Update to latest Tekton release * Update vendor dir * Fix misspelled comment |
|
|
df67900d8b
|
Update buildpacks/pack to v0.24.0 (#926)
* Update buildpacks/pack to v0.24.0 * Update vendor dir |
|
|
bf68b221a6
|
Update Knative dependencies to v1.1 (#925)
* Update Knative dependencies to v1.1 (0.28) * Update vendor dir * Update lincenses * Fix docker push test * Refactor docker client interface |
|
|
c4a7e095de
|
Use custom zip embedding not pkger (#835)
Signed-off-by: Matej Vasek <mvasek@redhat.com> |
|
|
72d9b7d58e
|
Update Knative dependencies to v1.0 (0.27) (#833)
* Update Knative dependencies to v1.0 (0.27) * Update vendored files |
|
|
cb719ff564
|
feat!: support on cluster build from git repo with Tekton (#743)
* feat: support on cluster build from git repo with Tekton Signed-off-by: Zbynek Roubalik <zroubali@redhat.com> * incorporate feedback Signed-off-by: Zbynek Roubalik <zroubali@redhat.com> * incorporate feedback 2 Signed-off-by: Zbynek Roubalik <zroubali@redhat.com> * fixup-licence Signed-off-by: Matej Vasek <mvasek@redhat.com> * fix deploy with --build=disabled Signed-off-by: Zbynek Roubalik <zroubali@redhat.com> * incorporate feedback Signed-off-by: Zbynek Roubalik <zroubali@redhat.com> * incorporate feedback Signed-off-by: Zbynek Roubalik <zroubali@redhat.com> Co-authored-by: Matej Vasek <mvasek@redhat.com> |
|
|
98ef5a0035
|
feat: In cluster dialer to proxy TCP connections to unexposed services (#688)
* src: in cluster dialer Added code that will proxy TCP connections via in cluster pod. This is useful for accessing k8s services that are not exposed. Signed-off-by: Matej Vasek <mvasek@redhat.com> * fixup: increase timeouts Signed-off-by: Matej Vasek <mvasek@redhat.com> * fixup: decrease test iterations Signed-off-by: Matej Vasek <mvasek@redhat.com> * Use official image Signed-off-by: Matej Vasek <mvasek@redhat.com> |
|
|
ccf00152be
|
feat: function version migrations (#664)
* feat: function version migrations * unmarshall functin now part of initialization * regenerate schema * spelling errors |
|
|
fc1e874a5d
|
Update Knative dependencies to 0.26 (#642) | |
|
1bbef7a0e6
|
Removing workaround to disable selinux label - updated (#645)
* pack 0.22, related refactoring * blank line removed * custom docker client added in pack client * gofmt, golint, goimports |
|
|
e1f164d2ca
|
feat: ssh connection to remote docker daemon (#594)
Signed-off-by: Matej Vasek <mvasek@redhat.com> |
|
|
d7dbebb747
|
Update Knative to 0.25 + cherry-pick E2E refactor (#617)
* ci: split pull_requests workflow * ci: make binary for e2e tests * Update Knative to 0.25 release * Update pkged file * Update pkged file * ci: Install Bash 4 to MacOS unit tests * ci: Fixup java version Co-authored-by: Luke Kingland <lkingland2038@gmail.com> |
|
|
ef7b986900
|
feat: Improve build performance (#569)
* Update buildpack deps Signed-off-by: Matej Vasek <mvasek@redhat.com> * Update licences Signed-off-by: Matej Vasek <mvasek@redhat.com> * Enable trust for paketo buildpack builder Signed-off-by: Matej Vasek <mvasek@redhat.com> * Enable trust-builder for newer versions of podman Signed-off-by: Matej Vasek <mvasek@redhat.com> * fix style Signed-off-by: Matej Vasek <mvasek@redhat.com> |