Kapil Sareen
f096936c98
mcp: refactors pkg for easy maintainability ( #2928 )
...
Signed-off-by: kapil <kapilsareen584@gmail.com>
2025-07-14 05:56:08 +00:00
David Fridrich
211df1657f
base builder flag ( #2935 )
2025-07-11 19:58:06 +00:00
Matej Vašek
30315ea15e
test: simplify func-git service ( #2926 )
...
Use k8s primitives pod/svc/ingress instead of knative service.
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-07-11 19:02:06 +00:00
Matej Vašek
589bbe80fe
Update tekton ( #2934 )
...
* Update Tekton to v1.1.0
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* Quote a string in yaml
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* Update git-clone task version
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* test: disable affinity assistant for cluster
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* Quote a string in yaml
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* Revert "Update git-clone task version"
We still need the older rootfull version.
This reverts commit 4bc82681c1
.
* fix: change tekton git-clone task ref to ghcr.io
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* Update PaC version
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* Remove unnecessary quoting
Signed-off-by: Matej Vašek <mvasek@redhat.com>
---------
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-07-11 18:14:07 +00:00
Matej Vašek
7799a697cf
Rootless func-git pod ( #2927 )
...
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-07-10 00:47:04 +00:00
github-actions[bot]
00535383aa
chore: update Quarkus platform version to 3.24.3 ( #2930 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-07-09 19:17:04 +00:00
Matej Vašek
5a6b4dcb5a
Tests: dualstack improvements ( #2919 )
...
* Make patch-hosts ip version aware
Add A and AAAA records for localtest.me depending on whether
the control plane node has IPv4 and/or IPv6 address.
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* Make test locabalancer ip version aware
Set MetalLB address pool appropriately with respect to IPv4 and IPv6
Signed-off-by: Matej Vašek <mvasek@redhat.com>
---------
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-07-09 18:58:04 +00:00
Kapil Sareen
e3759ec0fb
mcp: adds tool and resource for config volumes ( #2925 )
...
Signed-off-by: kapil <kapilsareen584@gmail.com>
2025-07-09 01:11:03 +00:00
Matej Vašek
d9389fb2fb
Tests: small ipv6 fixes ( #2923 )
...
* Tests: small ipv6 fixes
* Testing gitlab instance listens on ipv6
* Testing Contour installation prefers dualstack
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* fixup: listen explicitly on 0.0.0.0
Usually listening on '::' should also listen on 0.0.0.0.
However gitlab or nginx apparently employ IPV6_V6ONLY option so '::'
listens only on '::'.
Signed-off-by: Matej Vašek <mvasek@redhat.com>
---------
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-07-08 20:06:03 +00:00
Matej Vašek
6a3ef466f4
fix: refer correct version of schema in func.yaml ( #2924 )
...
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-07-08 18:11:02 +00:00
Kapil Sareen
630064caef
mcp: adds resources and prompts for func subcommands ( #2890 )
...
Signed-off-by: kapil <kapilsareen584@gmail.com>
2025-07-08 11:32:02 +00:00
Matej Vašek
bb1623fc78
Use localtest.me instead of sslip.io ( #2918 )
...
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-07-07 13:49:00 +00:00
Luke Kingland
668175bdcc
Readme update to add link to project roadmap ( #2916 )
2025-07-03 08:41:55 +00:00
Luke Kingland
6dae0f4604
chore: reduce logging verbosity in mocks ( #2913 )
2025-07-03 08:14:09 +00:00
Luke Kingland
713aabb666
chore: use stderr for logging in pipelines pkg ( #2912 )
2025-07-03 08:14:02 +00:00
Luke Kingland
c1358dada1
chore: fix build and test tags ( #2911 )
...
The current build tagging system was predicated on the idea that
integraion, e2e and unit tests are entirely separate. The correct way
to treat these is as inclusive with unit tests. Thus this pr removes
the exclusion of unit test from integration tests runs, treating -tags
integration as indicating "unit tests plus integration tests".
2025-07-03 08:13:55 +00:00
Luke Kingland
7eeef5785a
chore: fix integration test filenames ( #2914 )
2025-07-03 09:56:25 +02:00
Luke Kingland
96269d0308
chore: adds makefile target for embedded FS check ( #2915 )
2025-07-03 06:14:55 +00:00
Matej Vašek
879233d668
fix: Python local buildpack build ( #2907 )
...
* fix: Python local buildpack build
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* fix: sane default for LISTEN_ADDRESS in pack build
Signed-off-by: Matej Vašek <mvasek@redhat.com>
---------
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-07-03 00:34:01 +00:00
Luke Kingland
18a119abff
integration test isolation ( #2894 )
...
- Default builder and pusher set to embedded Host Builder/Pusher(oci)
- Most tests clear environment
- Environment defaults can be controlled via environment variables
- Tests which require back-compat `git` binary actively check and skip
when running with a cleared environment (both integration and unit).
- Bugfixes for when run in tandem with E2E tests
- Ignores go-created directories in the default home path (testdata)
2025-07-03 00:33:54 +00:00
Jefferson Ramos
a18f763b6a
test: granting more time to subscriber e2e test before http test trigger, to prevent 503 on some cases ( #2909 )
2025-07-03 00:05:54 +00:00
github-actions[bot]
00fb58a3d9
chore: update Quarkus platform version to 3.24.2 ( #2908 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-07-02 12:39:54 +00:00
Matej Vašek
648c7cd346
doc: prefer ipv6 in sample instead of ipv4 ( #2905 )
...
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-07-02 08:55:54 +00:00
github-actions[bot]
f9ab674651
update components ( #2906 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-07-02 06:27:53 +00:00
Matej Vašek
dfe2109f56
fix: return better error when using pack+python ( #2904 )
...
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-07-01 09:20:53 +00:00
Luke Kingland
58fb81a41a
feat: add labels to func describe ( #2882 )
...
return typed error on describe of uninitialized Function
adds describe tests
2025-07-01 08:12:53 +00:00
Matej Vašek
f9bf9fe9cc
fix: pass LISTEN_ADDRESS to runner ( #2901 )
...
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-07-01 01:58:53 +00:00
Matej Vašek
65de4ac2fc
feat: Python,Go func listen dual-stack ( #2898 )
...
* feat: py func listen dual-stack
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* fix: Go host built image listens on any iface
Previously it was listening only on localhost
Signed-off-by: Matej Vašek <mvasek@redhat.com>
---------
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-07-01 00:38:52 +00:00
Luke Kingland
a93cbe6785
feat: macos support for dev cluster scripts ( #2897 )
2025-06-30 11:42:10 +00:00
Luke Kingland
84d2ad08ad
feat: add noninteractive flow to labels config ( #2886 )
2025-06-30 09:49:17 +00:00
Luke Kingland
1b83f0b294
feat: improved error on remote deploy without local source ( #2885 )
2025-06-30 09:49:10 +00:00
Luke Kingland
9c992c9409
feat: add LISTEN_ADDRESS to Python default runner ( #2880 )
2025-06-30 08:37:11 +00:00
Luke Kingland
56e1b0f7f5
feat: add json output to func run ( #2893 )
2025-06-30 08:02:10 +00:00
Luke Kingland
69bdcbbecd
ci: install Tekton and PAC in cluster by default ( #2896 )
...
* ci: install Tekton and PAC in cluster by default
* add PAC and Tekton to hack script versions
* fix tekton affinity workaround
2025-06-30 07:50:16 +00:00
Luke Kingland
ec66c1a496
feat: support FUNC_GO env in Host builder ( #2877 )
2025-06-30 07:50:10 +00:00
Knative Automation
243059b25b
upgrade to latest dependencies ( #2895 )
...
bumping knative.dev/serving a56b816...aa58baf:
> aa58baf Update net-gateway-api nightly (# 15943)
Signed-off-by: Knative Automation <automation@knative.team>
2025-06-30 05:03:09 +00:00
Knative Automation
c865638225
upgrade to latest dependencies ( #2867 )
...
bumping knative.dev/pkg 05e18ff...8481e7e:
> 8481e7e parse the endpoint as a URL to allow paths (# 3197)
> 7681e80 handle no views in the context (# 3196)
> 5abfb10 [injection/sharedmain] OTel Support (# 3190)
> 5e2512c New observability package (# 3188)
> 4ec554b Bump sigs.k8s.io/yaml from 1.4.0 to 1.5.0 (# 3194)
> 0285e29 group otel updates (# 3193)
> fe85a65 drop unused functions in webhook testing (# 3191)
> fd105c6 refactor webhook testing (# 3186)
> fe477b7 drop cert-manager from downstream tests (# 3187)
bumping go.opentelemetry.io/otel/trace 5ba5e7a...69e8108:
> 69e8108 Release 1.37.0/0.59.0/0.13.0 (# 6925)
> 67ca271 chore(deps): update golang.org/x/telemetry digest to fef9409 (# 6929)
> b4fad0a chore(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.27.1 (# 6930)
> 553779c chore: add missing ) in GPG hyperlink (# 6928)
> 351a51f Use existing schema URLs in tests (# 6924)
> a365d85 Add test for logging from a span in the opentracing bridge (# 6919)
> 787518f chore(deps): update google.golang.org/genproto/googleapis/rpc digest to 513f239 (# 6922)
> fbfb44a chore(deps): update golang.org/x (# 6923)
> 98f7693 chore: flatten bridge/opentracing/internal package (# 6916)
> 1b803e1 fix(deps): update module github.com/prometheus/common to v0.65.0 (# 6921)
> 770617c chore(deps): update golang.org/x/telemetry digest to 90b6ad3 (# 6918)
> 2da77b1 Ensure context cancellation during metric pipeline produce does not corrupt data (# 6914)
> 1dc9644 fix(deps): update golang.org/x to b7579e2 (# 6917)
> 0150494 chore(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.27.0 (# 6913)
> c91b3fc chore(deps): update module github.com/charmbracelet/x/ansi to v0.9.3 (# 6912)
> be4b9e7 chore(deps): update golang.org/x/telemetry digest to 8f04292 (# 6910)
> 94ab03f Remove internal matchers (# 6907)
> 2cce189 chore(deps): update module github.com/mgechev/revive to v1.10.0 (# 6841)
> 7ec1adb chore(deps): update module github.com/go-viper/mapstructure/v2 to v2.3.0 (# 6906)
> 4ebbbad Add release artifacts signing to the release process (# 6855)
> 899c211 chore(deps): update module github.com/securego/gosec/v2 to v2.22.5 (# 6905)
> 1cd3ddf logtest modules to be released with tags (# 6876)
> cba6502 prometheus: validate exponential histogram scale range (# 6779) (# 6822)
> f2058fa chore(deps): update python docker tag to v3.13.5 (# 6901)
> cf7bc3e chore(deps): update golang.org/x/telemetry digest to e50bbf1 (# 6900)
> a4055c2 Use the cause of the context error in OTLP retry (# 6898)
> 55c7a70 chore(deps): update python:3.13.4-slim-bullseye docker digest to ec7d08e (# 6894)
> 49da4db chore(deps): update module github.com/ldez/usetesting to v0.5.0 (# 6895)
> 96ec0d8 chore(deps): update github/codeql-action action to v3.29.0 (# 6897)
> 48dbaf8 chore(deps): update golang.org/x/telemetry digest to 9627e99 (# 6896)
> 12c7d7e chore(deps): update python:3.13.4-slim-bullseye docker digest to faae1a8 (# 6891)
> 5c2dff1 chore(deps): update module github.com/ldez/exptostd to v0.4.4 (# 6888)
> 4d6b091 chore(deps): update python:3.13.4-slim-bullseye docker digest to 473d423 (# 6889)
> bc531cb chore(deps): update golang.org/x/telemetry digest to 4884ade (# 6886)
> 9955f1b fix(deps): update module go.opentelemetry.io/collector/pdata to v1.34.0 (# 6885)
> 4ec5489 chore(deps): update golang.org/x/telemetry digest to 60998fe (# 6880)
> c544baf Use more specific self-hosted runner name (# 6879)
> 8965f1b chore(deps): update module github.com/ldez/gomoddirectives to v0.7.0 (# 6883)
> 9ff85bb chore(deps): update module github.com/go-git/go-git/v5 to v5.16.2 (# 6884)
> 0669ee0 fix(deps): update golang.org/x (# 6877)
> 82397b2 Only check links in changed files for fail-fast workflow (# 6850)
> 3d02ee7 chore(deps): update module github.com/sergi/go-diff to v1.4.0 (# 6875)
> 12acd5b chore(deps): update module golang.org/x/text to v0.26.0 (# 6874)
> 7a64229 fix(deps): update module google.golang.org/grpc to v1.73.0 (# 6873)
> 229521d chore(deps): update golang.org/x (# 6872)
> 9fabec1 chore(deps): update python docker tag to v3.13.4 (# 6871)
> 1c98377 chore(deps): update module github.com/go-git/go-git/v5 to v5.16.1 (# 6870)
> 11c9cfe chore(deps): update golang.org/x/telemetry digest to 9a9ac21 (# 6865)
> e10c31a fix(deps): update googleapis to 513f239 (# 6867)
> e4b1368 chore(deps): update github/codeql-action action to v3.28.19 (# 6866)
> a99f9b5 sdk/log: Record.Resource to return *resource.Resource (# 6864)
> 1636bcd fix(otlptrace,otlpmetric): remove endpoint URL path cleaning (# 6710)
> 274e939 chore(deps): update module github.com/spf13/cast to v1.9.2 (# 6862)
> 69613e4 Handle custom metric suffix in `exporter/prometheus` to match otel-contrib (# 6839)
> 889a486 fix(deps): update golang.org/x to b6e5de4 (# 6860)
> 3fe11a8 chore(deps): update module github.com/spf13/cast to v1.9.1 (# 6861)
> ceb8daa fix(deps): update golang.org/x to 65e9200 (# 6859)
> 246c46a chore(deps): update otel/weaver docker tag to v0.15.2 (# 6858)
> 65ac8d1 chore(deps): update ossf/scorecard-action action to v2.4.2 (# 6857)
> dc210e9 sdk/trace: Remove internaltest package (# 6846)
> 8274f0e Add a CLO monitor exemption for Artifact Hub (# 6853)
> 37bda2b Add the FOSSA license scan badge shield (# 6852)
> a4afec7 chore(deps): update golang.org/x/telemetry digest to 25d2f78 (# 6851)
> 20fe013 Checkout code for codecov upload (# 6849)
> 801e771 fix(deps): update module go.opentelemetry.io/proto/otlp to v1.7.0 (# 6848)
> c9c9929 chore(deps): update golang.org/x/telemetry digest to b2b9eea (# 6844)
> b240b0a chore(deps): update module github.com/abirdcfly/dupword to v0.1.6 (# 6845)
> 4e08cc3 fix(deps): update googleapis to 200df99 (# 6843)
> e25861a Fix semconv instrument types (# 6837)
> dea5295 Upgrade semconv to 1.34.0 in trace (# 6836)
> 33eb582 Upgrade semconv to 1.34.0 in sdk/trace (# 6835)
> cc26aaa Upgrade semconv to 1.34.0 in sdk/resource (# 6834)
> 17741cb Upgrade semconv to 1.34.0 in sdk/metric (# 6833)
> 91bf875 Upgrade semconv to 1.34.0 in metric (# 6832)
> 38f3045 Upgrade semconv to 1.34.0 in exporters/prometheus (# 6831)
> 3b28a1b Upgrade semconv to 1.34.0 in exporters/stdout (# 6830)
> 31b44a2 Upgrade semconv to 1.34.0 in exporters/zipkin (# 6829)
> bf8af6f Upgrade semconv to v1.34.0 for OTLP templates (# 6828)
> 313073b Upgrade semconv to v1.34.0 in OpenTracing bridge (# 6827)
> 261ed77 fix(deps): update module github.com/go-logr/logr to v1.4.3 (# 6842)
> 3d0e98e Add migration doc generation to semconvgen (# 6819)
> 106603b chore(deps): update module github.com/abirdcfly/dupword to v0.1.5 (# 6840)
> 65b8067 log,sdk/log: add EventName to EnabledParameters (# 6825)
> e186baa prometheus: remove otel_scope_info (# 6770)
> ff4ec08 chore(deps): update otel/weaver docker tag to v0.15.1 (# 6838)
> 6e90db5 chore(deps): update module github.com/golangci/plugin-module-register to v0.1.2 (# 6826)
> e336757 fix(deps): update module go.opentelemetry.io/collector/pdata to v1.33.0 (# 6824)
> aa5bd0e fix(deps): update module google.golang.org/grpc to v1.72.2 (# 6823)
> 9f282a1 Fix/issue 6560 install trace bridge test (# 6814)
> 69f189f prometheus: Add otel_scope_schema_url and otel_scope_[attribute] labels (# 5947)
> 1dca080 chore(deps): update module github.com/sashamelentyev/usestdlibvars to v1.29.0 (# 6820)
> 607db85 bridge/opencensus: add test for OTelSpanContextToOC function (# 6813)
> e587b18 Semconv v1.34.0 (# 6812)
> 616494b chore(deps): update module github.com/santhosh-tekuri/jsonschema/v6 to v6.0.2 (# 6818)
> 38c78fb chore(deps): update module github.com/protonmail/go-crypto to v1.3.0 (# 6817)
> b16def2 chore(deps): update module github.com/jgautheron/goconst to v1.8.2 (# 6815)
> 3dbeaca Generate `semconv/v1.33.0` (# 6799)
> 678d2f1 Update the required approvals policy (# 6783)
> 482086a chore(deps): update python:3.13.3-slim-bullseye docker digest to f0acec6 (# 6810)
> 0fc383a Release log/v0.12.2 (# 6806)
> a571bc1 remove internal/matchers (# 6777)
> 07d9cab chore(deps): update python:3.13.3-slim-bullseye docker digest to 45338d2 (# 6807)
> b64535e Retract v0.12.0 for log exporters (# 6804)
> 4c7da64 Fix broken link in changelog (# 6805)
> 355c8cc Release experimental logs 0.12.1 (# 6802)
> c359e91 Fix dependencies to unreleased sdk/logtest (# 6800)
> a85ae98 Release v1.36.0/v0.58.0/v0.12.0 (# 6793)
> 3f85c35 logtest: add Desc (# 6796)
> d2fff76 chore(deps): update module github.com/uudashr/iface to v1.4.0 (# 6798)
> 2d4c9dc Add `semconv/v1.32.0` (# 6782)
> fe523bd logtest: add Transform (# 6794)
> e578799 fix(deps): update googleapis to 55703ea (# 6795)
> af189e5 chore(deps): update module github.com/golangci/misspell to v0.7.0 (# 6792)
> 836a2ce chore(deps): update module github.com/alecthomas/chroma/v2 to v2.18.0 (# 6790)
> 93f8f13 chore(deps): update github/codeql-action action to v3.28.18 (# 6789)
> 1556ff2 chore(deps): update codecov/codecov-action action to v5.4.3 (# 6785)
> 88f9885 chore(deps): update golang.org/x/telemetry digest to 98a4f3d (# 6784)
> a5c4ae5 fix(deps): update module github.com/prometheus/common to v0.64.0 (# 6781)
> a571c52 all: replace math/rand with math/rand/v2 (# 6732)
> f410084 propagation: extract of multiple header values (# 5973)
> 0385f83 chore(deps): update fossas/fossa-action action to v1.7.0 (# 6776)
> 4d08c1c fix(deps): update module google.golang.org/grpc to v1.72.1 (# 6775)
> 8a1b0e7 chore(deps): update module github.com/uudashr/iface to v1.3.2 (# 6773)
> bf7ffa3 log/logtest: Add AssertEqual and remove AssertRecordEqual (# 6662)
> 5cd1611 otlptracehttp: Add WithHTTPClient option (# 6751)
> b665425 otlpmetrichttp: Add WithHTTPClient option (# 6752)
> d468af2 fix(deps): update module go.opentelemetry.io/collector/pdata to v1.32.0 (# 6767)
> 6c192a4 fix(deps): update googleapis to 5a2f75b (# 6766)
> cd4819b chore(deps): update lycheeverse/lychee-action action to v2.4.1 (# 6761)
> 7a1750f chore(deps): update module github.com/abirdcfly/dupword to v0.1.4 (# 6765)
> 22c7810 chore(deps): update module github.com/manuelarte/funcorder to v0.5.0 (# 6762)
> ef00c71 chore(deps): update python:3.13.3-slim-bullseye docker digest to 9e3f924 (# 6763)
> b315c21 chore(deps): update module github.com/securego/gosec/v2 to v2.22.4 (# 6759)
> ce99f3f chore(deps): update golang.org/x/telemetry digest to 155ddd5 (# 6753)
> c24fdba chore(deps): update module dario.cat/mergo to v1.0.2 (# 6755)
> df14048 chore(deps): update actions/setup-go action to v5.5.0 (# 6758)
> 14bc7af chore(deps): update module github.com/jjti/go-spancheck to v0.6.5 (# 6749)
> cf8179a otlploghttp: Add WithHTTPClient option (# 6688)
> 4895ae6 fix(deps): update golang.org/x (# 6748)
> 7a18e17 fix(deps): update module golang.org/x/tools to v0.33.0 (# 6747)
> 0739b86 chore(deps): update github/codeql-action action to v3.28.17 (# 6745)
> caf4740 fix(deps): update golang.org/x (# 6746)
> 796c247 chore(deps): update actions/upload-artifact action to v4.6.2 (# 6744)
> 67fc4d7 chore(deps): update actions/setup-go action to v5.4.0 (# 6742)
> efd7284 chore(deps): update actions/stale action to v9.1.0 (# 6743)
> b93133a fix(deps): update googleapis to f936aa4 (# 6741)
> c4d4633 chore(deps): update actions/download-artifact action to v4.3.0 (# 6740)
> 172c4ad chore(deps): update actions/checkout action to v4.2.2 (# 6739)
> d4a557c chore(deps): update peter-evans/create-issue-from-file action to v5.0.1 (# 6735)
> 95fab57 chore(deps): update actions/cache action to v4.2.3 (# 6736)
> 7ae449c Pin GitHub action digest with semver (# 6724)
> 1d88248 all: match go conventions for generated code (# 6731)
> a73e138 fix(deps): update module github.com/golangci/golangci-lint/v2 to v2.1.6 (# 6733)
> 0227c63 chore(deps): update otel/weaver docker tag to v0.15.0 (# 6729)
> 5679db3 chore(deps): update module github.com/spf13/cast to v1.8.0 (# 6728)
> ec57cf4 chore(deps): update github/codeql-action digest to 60168ef (# 6727)
> 6849a0a Remove harness from internaltest and add doc template (# 6599)
> 7483f79 fix(deps): update build-tools to v0.23.1 (# 6719)
> 96fe06d fix(deps): update module go.opentelemetry.io/proto/otlp to v1.6.0 (# 6720)
> 9579111 chore(deps): update module github.com/alecthomas/chroma/v2 to v2.17.2 (# 6717)
> 2deefec chore: Add OSS-Fuzz badge (# 6703)
> 6302fe8 chore(deps): update python:3.13.3-slim-bullseye docker digest to d3f1e48 (# 6715)
> f4373a8 chore(deps): update module github.com/sonatard/noctx to v0.3.3 (# 6716)
> 12b0314 chore(deps): update module github.com/charmbracelet/x/ansi to v0.9.2 (# 6714)
> bbedf1a chore(deps): update python:3.13.3-slim-bullseye docker digest to d344f2c (# 6711)
> 6f2252f fix(deps): update build-tools to v0.23.0 (# 6713)
> d8f73ce chore(deps): update python:3.13.3-slim-bullseye docker digest to 9fde509 (# 6708)
> b4b461d fix(deps): update module go.opentelemetry.io/collector/pdata to v1.31.0 (# 6707)
> 50ebeda fix(deps): update googleapis to 10db94c (# 6706)
> 0c13d86 chore(deps): update module github.com/sonatard/noctx to v0.3.2 (# 6705)
> 121585c chore(deps): update module github.com/tetafro/godot to v1.5.1 (# 6701)
> f1fa85a chore(deps): update module github.com/sonatard/noctx to v0.3.0 (# 6700)
> 2a9e97b fix(deps): update googleapis to 7b38467 (# 6699)
> 2aa00b8 chore(deps): update module go-simpler.org/musttag to v0.13.1 (# 6696)
> 2e49a0d fix(deps): update module github.com/golangci/golangci-lint/v2 to v2.1.5 (# 6697)
> ebbd5dc chore(deps): update module github.com/charmbracelet/colorprofile to v0.3.1 (# 6695)
> b68f9ab chore(deps): update actions/download-artifact digest to d3f86a1 (# 6694)
> 0a87dc8 Fix tracestate benchmarks (# 6690)
> ad2be8e chore(deps): update github/codeql-action digest to 28deaed (# 6692)
> f134d07 fix(deps): update module google.golang.org/grpc to v1.72.0 (# 6679)
> b9e3f32 Relax grpc errors to allow for upgrade (# 6685)
> 5e4ff97 Fix semconv generation to support acronyms/initialisms and normative key words (# 6684)
> 7fb32fb fix(deps): update googleapis to 2d3770c (# 6689)
> 4d04669 chore(deps): update module github.com/alecthomas/chroma/v2 to v2.17.0 (# 6687)
> 84d02c0 Do not discourage direct usage of Logs API (# 6675)
> d6d9966 chore(deps): update module github.com/prometheus/procfs to v0.16.1 (# 6676)
> 015d51a fix(deps): update googleapis to 61c742a (# 6681)
> fdf7bec chore(deps): update module github.com/manuelarte/funcorder to v0.3.0 (# 6674)
> 71361b9 chore(deps): update golang.org/x/telemetry digest to 06ef541 (# 6672)
> 6b97711 Clarify comments for the `WithRetry` option in exporters (# 6670)
> 3107d5c chore(deps): update golang.org/x/telemetry digest to dbf0ff6 (# 6671)
> 7639c93 Update the milestone issue search URL (# 6651)
> 3ec70fd chore(deps): update module github.com/go-git/go-git/v5 to v5.16.0 (# 6669)
> 4464175 fix(deps): update module github.com/golangci/golangci-lint/v2 to v2.1.2 (# 6667)
> f33c095 Rewrite verify_readmes.sh script in Go (# 6598)
> 1ac6c6f fix(deps): update module go.opentelemetry.io/collector/pdata to v1.30.0 (# 6666)
> bd1f09d chore(deps): update module github.com/ghostiam/protogetter to v0.3.15 (# 6665)
> bf56274 chore(deps): update codecov/codecov-action action to v5.4.2 (# 6664)
> d356635 fix(deps): update googleapis to 207652e (# 6663)
> 80ce404 chore(deps): update module github.com/ldez/usetesting to v0.4.3 (# 6659)
> 78de263 chore(deps): update module github.com/ldez/exptostd to v0.4.3 (# 6658)
> 443fa2a chore(deps): update github.com/golangci/gofmt digest to f2e10e0 (# 6657)
> ca9661c chore(deps): update module github.com/ghostiam/protogetter to v0.3.14 (# 6656)
> cd9d7e9 chore(deps): update module mvdan.cc/gofumpt to v0.8.0 (# 6660)
> 1f9051c fix(deps): update module github.com/golangci/golangci-lint/v2 to v2.1.1 (# 6654)
> cfab89f fix(deps): update module github.com/golangci/golangci-lint/v2 to v2.1.0 (# 6653)
> ba37ae0 log/logtest: Change Recorder.Result (# 6507)
> b712da5 chore(deps): update module github.com/protonmail/go-crypto to v1.2.0 (# 6647)
> 40025e5 chore(deps): update module github.com/go-git/go-git/v5 to v5.15.0 (# 6646)
> 5adcee3 chore(deps): update module github.com/mgechev/revive to v1.9.0 (# 6650)
> a6e302f sdk/log: remove unnecessary b.q.Len() call (# 6641)
> 8fd3756 fix(deps): update module github.com/prometheus/client_model to v0.6.2 (# 6645)
> 21e64db chore(deps): update otel/weaver docker tag to v0.14.0 (# 6643)
> 0648b39 chore(deps): update module github.com/timonwong/loggercheck to v0.11.0 (# 6640)
> d45384c fix(deps): update build-tools to v0.22.0 (# 6644)
> cc43e01 chore: move functionality from internal/rawhelpers.go to attribute (# 6578)
> a486ca5 sdk/trace: Move testing harness to trace (# 6589)
> 1621644 fix(deps): update googleapis to de1ac95 (# 6634)
> 3e23959 chore(deps): update module github.com/cloudflare/circl to v1.6.1 (# 6635)
> a5abd88 Optimize Logs SDK BatchProcessor (# 6569)
> 345d59b chore(deps): update python:3.13.3-slim-bullseye docker digest to 0d46ec7 (# 6632)
> 9d8b616 Remove prometheus legacy validation warning (# 6590)
> d146da5 chore(deps): update python docker tag to v3.13.3 (# 6631)
> 9a208c6 chore(deps): update module github.com/butuzov/ireturn to v0.4.0 (# 6630)
> 9b06c4c fix(deps): update golang.org/x/exp digest to 7e4ce0a (# 6629)
> 6177165 chore(deps): update python:3.13.2-slim-bullseye docker digest to 81b94d2 (# 6628)
> 1b26365 chore(deps): update golang.org/x/exp/typeparams digest to 7e4ce0a (# 6627)
> e63b427 chore(deps): update module github.com/ccojocar/zxcvbn-go to v1.0.4 (# 6626)
> 9dc2769 fix(deps): update module github.com/prometheus/client_golang to v1.22.0 (# 6625)
> 9ae2409 chore(deps): update github/codeql-action digest to 45775bd (# 6621)
> e0d4733 fix(deps): update googleapis to ac9807e (# 6619)
> f987eec chore(deps): update module github.com/pelletier/go-toml/v2 to v2.2.4 (# 6620)
> b1dd056 fix(deps): update golang.org/x (# 6622)
> e7ea96e chore(deps): update python:3.13.2-slim-bullseye docker digest to e7c1229 (# 6623)
> 96b9445 chore(deps): update github/codeql-action digest to fc7e4a0 (# 6618)
> 0ed4af7 opencensus: add TestOCSpanContextToOTel (# 6600)
> ec513a2 add extra test SetTag of a span in the opentracing bridge and don't use types, use string literals instead. (# 6597)
> 9eff17c chore(deps): update module golang.org/x/crypto to v0.37.0 (# 6617)
> f0261db chore(deps): update module go-simpler.org/sloglint to v0.11.0 (# 6616)
> a58d9a5 fix(deps): update golang.org/x (# 6615)
> c2b126b chore(deps): update module go-simpler.org/sloglint to v0.10.1 (# 6613)
> 9a48143 fix(deps): update googleapis to ee84b53 (# 6612)
> 65380be chore(deps): update module github.com/fsnotify/fsnotify to v1.9.0 (# 6614)
> 0204e5e chore(deps): update module github.com/securego/gosec/v2 to v2.22.3 (# 6611)
> bbccaa9 chore(deps): update golang.org/x/telemetry digest to 97abc5d (# 6605)
> 0cbc3ec chore(deps): update module github.com/alingse/nilnesserr to v0.2.0 (# 6610)
> 5a4ad1a chore(deps): update module github.com/firefart/nonamedreturns to v1.0.6 (# 6606)
> 5feb660 chore(deps): update module go-simpler.org/sloglint to v0.10.0 (# 6608)
> 75973ec exporters: prometheus: add exponential (native) histogram support (# 6421)
> dceb2cd chore(deps): update module github.com/bombsimon/wsl/v4 to v4.7.0 (# 6607)
> 5bf8691 Functionality moved from internal/attribute to attribute (# 6580)
> f713339 openteracing: test SetTag and bridgeFieldEncoder in the opentracing bridge (# 6570)
> fd18c1f chore(deps): update golang.org/x/telemetry digest to c00fa4d (# 6601)
> f60c3a6 Add a unit test to verify the functionality of WithClient for zipkin exporter (# 6576)
> b433695 chore(deps): update module github.com/polyfloyd/go-errorlint to v1.8.0 (# 6603)
> f8df2f9 chore(deps): update module github.com/crocmagnon/fatcontext to v0.7.2 (# 6602)
> c7de0ca Remove the lint-modules make target (# 6586)
> 8833c1a Reference markdownlint docker image in dependencies.Dockerfile (# 6582)
> 10008fb opentracing: test `LogFields` and `LogKV` in the opentracing bridge (# 6583)
> 7239bf4 Add unit test for BaggageItem in opentracing (# 6577)
> b5ac579 Remove the exporters/zipkin/internal package (# 6566)
> f23f25a Add example for SetTextMapPropagator (# 6579)
> 1b32b1d fix(deps): update module google.golang.org/grpc to v1.71.1 (# 6587)
> 1fd38f4 fix(deps): update module go.opentelemetry.io/collector/pdata to v1.29.0 (# 6585)
> 2555f94 chore(deps): update lycheeverse/lychee-action action to v2.4.0 (# 6584)
> 3ae002c chore(deps): update module github.com/ghostiam/protogetter to v0.3.13 (# 6575)
> 044614c chore(deps): update module github.com/mgechev/revive to v1.8.0 (# 6581)
> 7512a2b Add the `golines` golangci-lint formatter (# 6513)
> b59d059 internal/internaltest: Remove errors.go (# 6559)
> 9d555cd Replace env var functionality from `internaltest` in `sdk/resource` and `sdk/log` (# 6557)
> bdc123d chore: update lint-markdown to run as dockeruser (# 6558)
> b17e974 Remove Unused env.go and env_test.go; Update gen.go in internal (# 6556)
> 03fa67d chore(sdk): Replace all uses of the internaltest package in metric (# 6551)
> 63f3cfe sdk/trace: Manage trace environment variables in testing package (# 6552)
> f88f3f1 zipkin: test zipkin exporter model conversion for bool, float64, and string slices (# 6554)
> 2e21e19 Remove unused get_main_pkgs.sh script (# 6555)
> f18af3b internaltest: remove alignment.go from internaltest (# 6550)
> da3a67a chore(deps): update module golang.org/x/net to v0.38.0 (# 6568)
> 9e81492 chore(deps): update module github.com/antonboom/testifylint to v1.6.1 (# 6567)
> 1852b39 Refactor `fail` method in matchers (# 6517)
> 7376a33 Update release process in RELEASING.md (# 6504)
> dbcd24f fix(deps): update module github.com/prometheus/common to v0.63.0 (# 6442)
> ee66d2c Fix codeql permission (# 6518)
> 905684c Ignore deprecation warnings about NameValidationScheme (# 6449)
> f0ca595 chore(deps): update module github.com/kunwardeep/paralleltest to v1.0.14 (# 6553)
> b98dd5e chore(deps): update module github.com/sagikazarmark/locafero to v0.9.0 (# 6528)
> b81fe7d chore(deps): update module github.com/charmbracelet/colorprofile to v0.3.0 (# 6516)
> ee442f9 chore(deps): update github.com/golangci/golines digest to b35a614 (# 6512)
> 1c10855 chore(deps): update module github.com/spf13/viper to v1.20.1 (# 6515)
> 2d77e1a fix(deps): update build-tools to v0.21.0 (# 6510)
> 590bcee fix(deps): update module github.com/golangci/golangci-lint to v2 (# 6499)
> afb9322 chore(deps): update module github.com/tomarrell/wrapcheck/v2 to v2.11.0 (# 6508)
> a12c0aa chore(deps): update module github.com/kunwardeep/paralleltest to v1.0.13 (# 6505)
> 95e5bba Generate `v1.31.0` semconv (# 6479)
> ff6be9e chore(renovate): ignore go.opentelemetry.io/otel/sdk/log/logtest (# 6501)
> dbc3bce log/logtest: Remove RecordFactory (# 6492)
> 796596a fix(deps): update module google.golang.org/protobuf to v1.36.6 (# 6496)
> 1d74b27 fix(deps): update googleapis to b45e905 (# 6500)
> 84ff4da sdk/log: remove EnabledParameters.Resource (# 6494)
> 37b70ce chore(deps): update github/codeql-action digest to 1b549b9 (# 6495)
> ecfb735 chore(deps): update module github.com/daixiang0/gci to v0.13.6 (# 6484)
> 66cb30e chore(deps): update module github.com/ckaznocha/intrange to v0.3.1 (# 6481)
> 88a51b6 chore(deps): update fossas/fossa-action action to v1.6.0 (# 6482)
> f39f16c sdk/log/logtest: new module (# 6466)
> f556bd3 prometheus: use a sync.Pool instead of allocating metricdata.ResourceMetrics in Collect (# 6472)
> 1b8fe16 log/logtest: new module (# 6465)
> 2a49562 chore(deps): update actions/cache digest to 5a3ec84 (# 6474)
> 7636cf0 chore(deps): update actions/upload-artifact digest to ea165f8 (# 6475)
> b97f8b3 chore(deps): update actions/download-artifact digest to 95815c3 (# 6467)
> 90a9d1d Do not inline `noopSpan.tracerProvider` (# 6456)
> 650b5a7 chore(deps): update github/codeql-action digest to 5f8171a (# 6473)
> d0bba04 chore(deps): update module github.com/go-critic/go-critic to v0.13.0 (# 6468)
> fc48482 fix(deps): update module go.opentelemetry.io/collector/pdata to v1.28.1 (# 6469)
> b057a76 chore(deps): update actions/setup-go digest to 0aaccfd (# 6470)
> 8dc08e2 attribute: preallocate map in NewAllowKeysFilter and NewDenyKeysFilter (# 6455)
> e15c058 chore(deps): update module github.com/prometheus/client_golang to v1.21.1 (# 6463)
> 7111f2c chore(deps): update module github.com/prometheus/procfs to v0.16.0 (# 6462)
> 921e0e6 chore(deps): update github.com/prometheus/client_golang to v1.21.1 (# 6433)
> ed1a3be chore(deps): update module github.com/ghostiam/protogetter to v0.3.12 (# 6457)
> c51818f fix(deps): update module go.opentelemetry.io/collector/pdata to v1.28.0 (# 6461)
> 80fa15f chore(deps): update python:3.13.2-slim-bullseye docker digest to c527a33 (# 6459)
> a3e15ad fix(deps): update module github.com/golangci/golangci-lint to v1.64.8 (# 6458)
> 8edbf50 chore(deps): update module github.com/burntsushi/toml to v1.5.0 (# 6460)
> 2e8d5a9 Fix close stale value to be relative (# 6451)
> 0997b5f chore(deps): update module github.com/xen0n/gosmopolitan to v1.3.0 (# 6454)
> 934bfe1 chore(deps): update github.com/burntsushi/toml digest to d10101f (# 6452)
> 45874c6 chore(deps): update module github.com/antonboom/nilnil to v1.1.0 (# 6453)
> e2e668d chore(deps): update module github.com/spf13/viper to v1.20.0 (# 6447)
> bd5f1b6 chore(deps): update module github.com/sagikazarmark/locafero to v0.8.0 (# 6446)
> 2433ca5 chore(deps): update module github.com/macabu/inamedparam to v0.2.0 (# 6448)
> 3fbe305 chore(deps): update module github.com/spf13/afero to v1.14.0 (# 6445)
> 11cea34 feat(retry): update backoff to v5, fix the breaking changes in that version (# 6419)
> 2b4e1a3 chore(deps): update module github.com/spf13/afero to v1.13.0 (# 6444)
> 57903dc fix(deps): update googleapis to e70fdf4 (# 6441)
> 05de07b chore(deps): update module github.com/antonboom/testifylint to v1.6.0 (# 6440)
> a43e266 chore(deps): update module github.com/antonboom/errname to v1.1.0 (# 6439)
> b7ca1e1 trace/auto pass stack allocated span context var to ebpf (# 6434)
> fabeef0 chore(deps): update module github.com/breml/errchkjson to v0.4.1 (# 6436)
> f27dc63 chore(deps): update module github.com/breml/bidichk to v0.3.3 (# 6435)
> d1d12d0 chore(deps): update module github.com/catenacyber/perfsprint to v0.9.1 (# 6437)
> fd08677 fix(deps): update googleapis to 81fb87f (# 6430)
> 114ec03 fix(deps): update module github.com/golangci/golangci-lint to v1.64.7 (# 6432)
> efe325a Stop percent-encoding the header environment variables in otlplog exporters (# 6392)
> fb89a38 fix(deps): update googleapis (# 6429)
> fcc7b6d chore(deps): update module github.com/ghostiam/protogetter to v0.3.10 (# 6427)
> 1df8d4a chore(deps): update golang.org/x/telemetry digest to fdfaad8 (# 6428)
> 0c49ece chore(deps): update github.com/golangci/dupl digest to f665c8d (# 6425)
> 3daca50 Promote Alex Kats to triager (# 6420)
> 6b89462 Update exporters README.md - otlploggrpc added (# 6423)
> 5051038 chore(deps): update github/codeql-action digest to 6bb031a (# 6424)
> 838643a Bump Go version for schema (# 6418)
> 7a63439 fix(deps): update module go.opentelemetry.io/collector/pdata to v1.27.0 (# 6330)
> 0be6253 fix(deps): update module github.com/jcchavezs/porto to v0.7.0 (# 5867)
> a918054 fix(deps): update golang.org/x (# 6413)
> 8b45ecc chore(deps): update module github.com/openpeedeep/depguard/v2 to v2.2.1 (# 6415)
> 15b9c58 chore(deps): update module honnef.co/go/tools to v0.6.1 (# 6414)
> 09ff8b1 Drop support for Go 1.22 (# 6381)
bumping google.golang.org/genproto/googleapis/api b45e905...513f239:
> 513f239 chore(all): update all (# 1221)
> 200df99 chore(all): update all (# 1220)
> 55703ea chore(all): update all (# 1219)
> 5a2f75b chore(all): auto-regenerate .pb.go files (# 1217)
> fcd927c chore(all): update all (# 1218)
> f936aa4 chore(all): auto-regenerate .pb.go files (# 1214)
> 80320d0 chore(all): update all (# 1215)
> c3e32d0 feat(googleapis/devtools/clouddebugger/v2): remove googleapis/devtools/clouddebugger (# 1216)
> 10db94c chore(all): update all (# 1213)
> 7b38467 chore(all): auto-regenerate .pb.go files (# 1212)
> 2d3770c chore(all): auto-regenerate .pb.go files (# 1208)
> 61c742a chore(all): update all (# 1211)
> 207652e chore(all): update all (# 1209)
> de1ac95 chore(all): auto-regenerate .pb.go files (# 1207)
> ac9807e chore(all): update all to ee84b53 (# 1206)
> ee84b53 chore(all): update all (# 1205)
bumping github.com/go-logr/logr 1205f42...38a1c47:
> 38a1c47 build(deps): bump github/codeql-action from 3.28.17 to 3.28.18
> f08bedd build(deps): bump actions/setup-go from 5.4.0 to 5.5.0
> 6295e99 build(deps): bump golangci/golangci-lint-action from 7.0.0 to 8.0.0
> 028840d build(deps): bump github/codeql-action from 3.28.15 to 3.28.17
> 511e5fa Merge pull request # 367 from go-logr/dependabot/github_actions/github/codeql-action-3.28.15
> 158c311 Merge pull request # 366 from thockin/master
> d806463 build(deps): bump github/codeql-action from 3.28.13 to 3.28.15
> 20a64ba build(deps): bump github/codeql-action from 3.28.12 to 3.28.13
> c79ddb3 Update to support golangci-lint v2
> 0385e14 Add comments around slog exceptions
> 8fd86d2 Revert "Remove one exception from Slog testing"
> 22d21f0 Update github actions
> 1e06d3d Remove one exception from Slog testing
> c439f61 Fix slog tests for 1.25
> fd59c10 Merge pull request # 359 from go-logr/dependabot/github_actions/actions/upload-artifact-4.6.2
> 50c533c Merge pull request # 358 from go-logr/dependabot/github_actions/github/codeql-action-3.28.12
> 2b467c4 build(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2
> 8476b37 Merge pull request # 357 from go-logr/dependabot/github_actions/golangci/golangci-lint-action-6.5.2
> 9a1211d build(deps): bump github/codeql-action from 3.28.11 to 3.28.12
> eec33c4 build(deps): bump golangci/golangci-lint-action from 6.5.0 to 6.5.1
> 8de8c51 Merge pull request # 356 from go-logr/dependabot/github_actions/actions/setup-go-5.4.0
> 140789c build(deps): bump golangci/golangci-lint-action from 6.5.1 to 6.5.2
> 525d37c Merge pull request # 354 from go-logr/dependabot/github_actions/github/codeql-action-3.28.11
> 207008c build(deps): bump actions/setup-go from 5.3.0 to 5.4.0
> 95b588a Merge pull request # 352 from go-logr/dependabot/github_actions/github/codeql-action-3.28.10
> f597e8b build(deps): bump github/codeql-action from 3.28.10 to 3.28.11
> 1c2d47a Merge pull request # 351 from go-logr/dependabot/github_actions/ossf/scorecard-action-2.4.1
> 18c61bc build(deps): bump github/codeql-action from 3.28.9 to 3.28.10
> 7805e15 Merge pull request # 353 from go-logr/dependabot/github_actions/actions/upload-artifact-4.6.1
> e374c47 build(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.1
> 4af26d9 build(deps): bump golangci/golangci-lint-action from 6.3.1 to 6.5.0
> 80045e5 build(deps): bump actions/upload-artifact from 4.6.0 to 4.6.1
> 1a48fc0 build(deps): bump golangci/golangci-lint-action from 6.2.0 to 6.3.1
> 743e080 build(deps): bump github/codeql-action from 3.28.8 to 3.28.9
> cfd110a build(deps): bump github/codeql-action from 3.28.5 to 3.28.8
> 6a2281a Merge pull request # 346 from go-logr/dependabot/github_actions/actions/setup-go-5.3.0
> ccd6555 Merge pull request # 345 from go-logr/dependabot/github_actions/github/codeql-action-3.28.5
> e2e4b0e build(deps): bump actions/setup-go from 5.2.0 to 5.3.0
> c233155 Merge pull request # 344 from go-logr/dependabot/github_actions/golangci/golangci-lint-action-6.2.0
> 677a7c2 build(deps): bump github/codeql-action from 3.28.1 to 3.28.5
> b8ba189 Merge pull request # 343 from go-logr/dependabot/github_actions/actions/upload-artifact-4.6.0
> 96397cb build(deps): bump golangci/golangci-lint-action from 6.1.1 to 6.2.0
> 7fb2590 Merge pull request # 342 from go-logr/dependabot/github_actions/github/codeql-action-3.28.1
> 0a1e3b8 build(deps): bump actions/upload-artifact from 4.4.3 to 4.6.0
> 1cb5846 build(deps): bump github/codeql-action from 3.27.9 to 3.28.0
> 08afa36 build(deps): bump github/codeql-action from 3.28.0 to 3.28.1
> 28c3e59 Merge pull request # 339 from go-logr/dependabot/github_actions/github/codeql-action-3.27.9
> e0b26f2 Merge pull request # 338 from go-logr/dependabot/github_actions/actions/setup-go-5.2.0
> d860f7f build(deps): bump github/codeql-action from 3.27.6 to 3.27.9
> 8849d8d build(deps): bump github/codeql-action from 3.27.5 to 3.27.6
> 1210f7d build(deps): bump actions/setup-go from 5.1.0 to 5.2.0
> a64db0b Merge pull request # 334 from go-logr/dependabot/github_actions/github/codeql-action-3.27.5
> 5342602 build(deps): bump github/codeql-action from 3.27.0 to 3.27.4
> cf0063c build(deps): bump github/codeql-action from 3.27.4 to 3.27.5
> f151316 Merge pull request # 330 from go-logr/dependabot/github_actions/actions/checkout-4.2.2
> e072c1a Merge pull request # 331 from go-logr/dependabot/github_actions/github/codeql-action-3.27.0
> 35ea6fd build(deps): bump actions/checkout from 4.2.1 to 4.2.2
> ddf199b Merge pull request # 329 from go-logr/dependabot/github_actions/actions/setup-go-5.1.0
> afe9b4a build(deps): bump github/codeql-action from 3.26.13 to 3.27.0
> 1ce1e2e build(deps): bump github/codeql-action from 3.26.12 to 3.26.13
> c5df16e build(deps): bump actions/setup-go from 5.0.2 to 5.1.0
> 8d6912c build(deps): bump actions/upload-artifact from 4.4.0 to 4.4.3
> 8d9adce build(deps): bump github/codeql-action from 3.26.11 to 3.26.12
> 6f2dcb8 build(deps): bump actions/checkout from 4.2.0 to 4.2.1
> 5d59669 GitHub: bump Go version used for apidiff
> 685f8d1 Merge pull request # 323 from go-logr/dependabot/github_actions/github/codeql-action-3.26.11
> 1108ded Merge pull request # 322 from go-logr/dependabot/github_actions/golangci/golangci-lint-action-6.1.1
> 85e5c25 build(deps): bump github/codeql-action from 3.26.9 to 3.26.11
> a3fdc92 build(deps): bump actions/checkout from 4.1.7 to 4.2.0
> 5014e65 build(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1
> 8c14043 build(deps): bump github/codeql-action from 3.26.8 to 3.26.9
> bb9f20d Merge pull request # 319 from go-logr/dependabot/github_actions/github/codeql-action-3.26.8
> e2720e1 build(deps): bump github/codeql-action from 3.26.6 to 3.26.7
> 98f267c build(deps): bump github/codeql-action from 3.26.7 to 3.26.8
> 275154a Merge pull request # 317 from go-logr/dependabot/github_actions/github/codeql-action-3.26.6
> abec0d5 Merge pull request # 316 from go-logr/dependabot/github_actions/actions/upload-artifact-4.4.0
> 3bf2a10 build(deps): bump github/codeql-action from 3.26.5 to 3.26.6
> 14f036d Merge pull request # 315 from go-logr/dependabot/github_actions/github/codeql-action-3.26.5
> 35ef369 build(deps): bump actions/upload-artifact from 4.3.6 to 4.4.0
> 4743538 Merge pull request # 314 from go-logr/dependabot/github_actions/github/codeql-action-3.26.2
> dd81768 build(deps): bump github/codeql-action from 3.26.2 to 3.26.5
> 1033a72 build(deps): bump golangci/golangci-lint-action from 6.0.1 to 6.1.0
> edcd2be build(deps): bump github/codeql-action from 3.26.0 to 3.26.2
> 79c4c21 build(deps): bump github/codeql-action from 3.25.15 to 3.26.0
> d95a0df build(deps): bump actions/upload-artifact from 4.3.4 to 4.3.6
> a340533 Merge pull request # 309 from thockin/master
> 90d9f9d build(deps): bump github/codeql-action from 3.25.13 to 3.25.15
> 0103ab5 Silence spurious lint warnings
> 6386269 build(deps): bump ossf/scorecard-action from 2.3.3 to 2.4.0
> 26eb1a2 build(deps): bump github/codeql-action from 3.25.12 to 3.25.13
> 781996a build(deps): bump actions/setup-go from 5.0.1 to 5.0.2
> 76dab72 build(deps): bump github/codeql-action from 3.25.11 to 3.25.12
> 2110dbe Merge pull request # 302 from go-logr/dependabot/github_actions/actions/upload-artifact-4.3.4
> c65c5f6 Merge pull request # 301 from go-logr/dependabot/github_actions/github/codeql-action-3.25.11
> e04bf87 build(deps): bump actions/upload-artifact from 4.3.3 to 4.3.4
> eb84a8c Merge pull request # 300 from go-logr/dependabot/github_actions/actions/checkout-4.1.7
> cd5acd5 build(deps): bump github/codeql-action from 3.25.10 to 3.25.11
> d69364f Merge pull request # 299 from go-logr/dependabot/github_actions/github/codeql-action-3.25.10
> cdbf6fb build(deps): bump actions/checkout from 4.1.6 to 4.1.7
> 8ce0cab Merge pull request # 298 from go-logr/dependabot/github_actions/github/codeql-action-3.25.8
> 6b90080 build(deps): bump github/codeql-action from 3.25.8 to 3.25.10
> 375c22d Merge pull request # 297 from go-logr/dependabot/github_actions/github/codeql-action-3.25.7
> a9e97bc build(deps): bump github/codeql-action from 3.25.7 to 3.25.8
> 976cd73 Merge pull request # 296 from go-logr/dependabot/github_actions/github/codeql-action-3.25.6
> 2bb10dc build(deps): bump github/codeql-action from 3.25.6 to 3.25.7
> e99951c build(deps): bump github/codeql-action from 3.25.5 to 3.25.6
bumping golang.org/x/oauth2 65c15a3...cf14319:
> cf14319 oauth2: fix expiration time window check
> 32d34ef internal: include clientID in auth style cache key
> 2d34e30 oauth2: replace a magic number with AuthStyleUnknown
> 696f7b3 all: modernize with doc links and any
> 471209b oauth2: drop dependency on go-cmp
> 6968da2 oauth2: sync Token.ExpiresIn from internal Token
> d2c4e0a oauth2: context instead of golang.org/x/net/context in doc
> 883dc3c endpoints: add various endpoints from stale CLs
> 1c06e87 all: make use of oauth.Token.ExpiresIn
bumping knative.dev/client/pkg 1e24794...1c3b47c:
> 1c3b47c upgrade to latest dependencies (# 2002)
Signed-off-by: Knative Automation <automation@knative.team>
2025-06-29 23:58:10 +00:00
Luke Kingland
e8ccb1bdcf
feat: add --address option to func run ( #2887 )
2025-06-27 09:17:07 +00:00
Luke Kingland
ffd997c448
feat: add noninteractive path to func config envs remove ( #2879 )
2025-06-27 07:37:07 +00:00
Luke Kingland
c990659a11
feat: check and warn on local to remote branches mismatch ( #2884 )
2025-06-27 07:26:08 +00:00
Luke Kingland
a384d6e728
feat: add noninteractive flow to volume config ( #2883 )
2025-06-27 07:10:14 +00:00
Luke Kingland
347a901c16
fix: remove redundant initialized check ( #2881 )
2025-06-27 07:10:08 +00:00
Luke Kingland
238e061a1c
chore: add missing .PHONY statements to Makefile ( #2878 )
2025-06-27 06:57:13 +00:00
Luke Kingland
b31a3a4ad3
feat: support FUNC_GIT env in Host builder ( #2876 )
2025-06-27 06:57:06 +00:00
Kapil Sareen
a90f07fdfb
mcp: extends flags support for existing tools ( #2889 )
...
Signed-off-by: kapil <kapilsareen584@gmail.com>
2025-06-27 03:37:06 +00:00
github-actions[bot]
9a71fa4725
chore: update Quarkus platform version to 3.24.1 ( #2888 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-06-26 03:10:05 +00:00
github-actions[bot]
d47949c685
chore: update Quarkus platform version to 3.23.4 ( #2871 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-06-25 02:25:04 +00:00
Kapil Sareen
327e404908
mcp: adds delete tool and adds remote flag to deploy tool ( #2863 )
...
* rebases
* adds remote flag to deploy tool
Signed-off-by: kapil <kapilsareen584@gmail.com>
---------
Signed-off-by: kapil <kapilsareen584@gmail.com>
2025-06-25 02:00:04 +00:00
Kapil Sareen
824911c55f
mcp: adds resource provider and prompt for root cmd docs ( #2875 )
...
Signed-off-by: kapil <kapilsareen584@gmail.com>
2025-06-24 10:03:03 +00:00
Jefferson Ramos
1cccfd3220
test: fix disk space error on nightly podman test ( #2866 )
2025-06-17 15:01:57 +00:00
Knative Automation
edd66501d4
upgrade to latest dependencies ( #2856 )
...
bumping golang.org/x/sync 506c70f...8a14946:
> 8a14946 errgroup: remove duplicated comment
> 1869c69 all: replace deprecated ioutil
> d1ac909 sync/errgroup: PanicError.Error print stack trace
bumping go.opentelemetry.io/otel/trace edc378f...5ba5e7a:
> 5ba5e7a Release v1.35.0/v0.57.0/v0.11.0 (# 6407)
> 3908b67 chore(deps): update module github.com/securego/gosec/v2 to v2.22.2 (# 6412)
> 50172b1 chore(deps): update module github.com/ryancurrah/gomodguard to v1.4.1 (# 6411)
> cea6d2b fix(deps): update module google.golang.org/grpc to v1.71.0 (# 6409)
> e2aee3a Move trace sdk tests from trace_test into trace package (# 6400)
> 38f4f39 fix(deps): update build-tools to v0.20.0 (# 6403)
> 2911449 Look at stale issues in ascending order (# 6396)
> 7cb322a chore(deps): update github.com/golangci/dupl digest to 44c6a0b (# 6398)
> 0c3651e fix(deps): update module github.com/golangci/golangci-lint to v1.64.6 (# 6394)
> f04e951 chore(deps): update mvdan.cc/unparam digest to 0df0534 (# 6391)
> 8878690 fix(deps): update golang.org/x to dead583 (# 6389)
> d2d49f4 chore(deps): update module 4d63.com/gocheckcompilerdirectives to v1.3.0 (# 6388)
> 5ccc9b5 chore(deps): update module github.com/kkhaike/contextcheck to v1.1.6 (# 6387)
> 053f109 chore(deps): update actions/cache digest to d4323d4 (# 6384)
> c6e2814 chore(deps): update module github.com/go-git/go-git/v5 to v5.14.0 (# 6385)
> b18d593 chore(deps): update module github.com/protonmail/go-crypto to v1.1.6 (# 6383)
> 9be18c1 sdk/trace: Fix gorountine leak in batchSpanProcessor.ForceFlush (# 6369)
> 23c76d3 chore(deps): update module github.com/catenacyber/perfsprint to v0.9.0 (# 6379)
> aec954c chore(deps): update codecov/codecov-action action to v5.4.0 (# 6380)
> 44d5045 sdk/trace: Fix goroutine leak in simpleSpanProcessor.Shutdown (# 6368)
> 7f724db chore(deps): update actions/download-artifact digest to cc20338 (# 6377)
> 86d783c fix(deps): update build-tools to v0.19.0 (# 6376)
> bb42ffa chore(deps): update module github.com/bombsimon/wsl/v4 to v4.6.0 (# 6373)
> d903b7b chore(deps): update module go.opentelemetry.io/build-tools to v0.19.0 (# 6374)
> 9e57b0d chore(deps): update python:3.13.2-slim-bullseye docker digest to 31b581c (# 6370)
> 6192b14 [chore] clean up revive configuration (# 6353)
> 4d7fcb6 chore(deps): update module golang.org/x/crypto to v0.35.0 (# 6366)
> 70f52c4 chore(deps): update python:3.13.2-slim-bullseye docker digest to d3852c9 (# 6367)
> 8f4a5c6 chore(deps): update module github.com/gaijinentertainment/go-exhaustruct/v3 to v3.3.1 (# 6361)
> 87e328b chore(deps): update golang.org/x (# 6355)
> cbb4e24 fix(deps): update module github.com/google/go-cmp to v0.7.0 (# 6359)
> 863a0b2 chore(deps): update ossf/scorecard-action action to v2.4.1 (# 6358)
> c0d043a chore(deps): update github/codeql-action digest to b56ba49 (# 6354)
> 1e573f2 chore(deps): update actions/upload-artifact digest to 4cec3d8 (# 6356)
> 010790d chore(deps): update module github.com/ldez/exptostd to v0.4.2 (# 6357)
> 597e1d7 chore(deps): update module github.com/quasilyte/go-ruleguard to v0.4.4 (# 6348)
> 92a7481 chore(deps): update golang.org/x/telemetry digest to 165e2f8 (# 6346)
> 2509d78 [chore] Add OpenSSF Best Practices badge (# 6345)
> 7f64adf [chore] Add a policy on adding tests (# 6334)
> f65062e chore(deps): update module github.com/kisielk/errcheck to v1.9.0 (# 6340)
> fb8b0f2 Add FOSSA scanning workflow (# 6331)
> dfe20c4 chore(deps): update module github.com/catenacyber/perfsprint to v0.8.2 (# 6339)
> 8231483 fix(deps): update googleapis to 56aae31 (# 6338)
> 6239155 chore(deps): update actions/cache digest to 0c907a7 (# 6337)
> 1ee7c79 sdk/log: Add FilterProcessor and EnabledParameters (# 6317)
> b80639c chore(deps): update module github.com/nunnatsa/ginkgolinter to v0.19.1 (# 6311)
> e033250 fix(deps): update golang.org/x to aa4b98e (# 6336)
> 963190b fix(deps): update golang.org/x to eff6e97 (# 6325)
> 14dc8ea chore(deps): update module github.com/4meepo/tagalign to v1.4.2 (# 6327)
> af9dcb0 chore(deps): update module github.com/spf13/cobra to v1.9.1 (# 6324)
> 26493d7 chore(deps): update module github.com/mgechev/revive to v1.7.0 (# 6326)
> 8562bdf [chore] Use public Linux ARM64 runners (# 6320)
> c08d161 chore(deps): update module github.com/tetafro/godot to v1.5.0 (# 6323)
> 1d1f79c chore(deps): update module github.com/tdakkota/asciicheck to v0.4.1 (# 6322)
> f2a1518 chore(deps): update golang.org/x/telemetry digest to 6f9b61d (# 6321)
> 55ff06f sdk/log: Change BenchmarkLoggerNewRecord to BenchmarkLoggerEmit (# 6315)
> 8261e7b chore(deps): update otel/weaver docker tag to v0.13.2 (# 6318)
> da2d2f8 fix(deps): update module github.com/golangci/golangci-lint to v1.64.5 (# 6319)
> a9cbc3d chore(deps): update module github.com/tdakkota/asciicheck to v0.4.0 (# 6316)
> 9d4c2f7 [chore] Fix go-work Make target with the highest required Go version (# 6285)
> d9ab149 chore(deps): update module github.com/securego/gosec/v2 to v2.22.1 (# 6314)
> f62232f Replace tenv with usetesting (# 6313)
> 44ea53b Add support for Go 1.24 (# 6304)
> 8d2c38d fix(deps): update googleapis to 5a70512 (# 6308)
> 4b7d52a chore(deps): update module github.com/gostaticanalysis/forcetypeassert to v0.2.0 (# 6312)
> d4b0597 chore(deps): update golang.org/x/telemetry digest to 7530529 (# 6305)
> dfc43f0 fix(deps): update module github.com/golangci/golangci-lint to v1.64.4 (# 6310)
> fd8eb0b chore(deps): update otel/weaver docker tag to v0.13.1 (# 6309)
> 47c4b11 chore(deps): update module github.com/mgechev/revive to v1.6.1 (# 6306)
> 3c1286a Document and check resource comparability (# 6272)
> afbe545 fix(deps): update module github.com/golangci/golangci-lint to v1.64.2 (# 6301)
> 6c8583d chore(deps): update module github.com/ldez/exptostd to v0.4.1 (# 6300)
> 1971f5f fix(deps): update golang.org/x (# 6297)
> d40491f chore(deps): pin actions/stale action to 5bef64f (# 6295)
> 7d503b7 Close stale issues and PRs after 2 years of inactivity (# 6284)
> 6e3724a chore(deps): update module github.com/catenacyber/perfsprint to v0.8.1 (# 6294)
> ab254c2 chore(deps): update module go-simpler.org/sloglint to v0.9.0 (# 6293)
> 6e1c433 chore(deps): update module 4d63.com/gochecknoglobals to v0.2.2 (# 6291)
> ae0cc74 chore(deps): update otel/weaver docker tag to v0.13.0 (# 6292)
> fabdac2 fix(deps): update googleapis to e9438ea (# 6289)
> 42273a6 chore(deps): update module golang.org/x/crypto to v0.33.0 (# 6290)
> b42504e chore(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.26.1 (# 6288)
> 834e574 chore(deps): update github/codeql-action digest to 9e8d078 (# 6287)
> b25505b fix(deps): update golang.org/x to f9890c6 (# 6282)
> 558dbdd chore(deps): update python docker tag to v3.13.2 (# 6283)
> 6894f1b Add an OpenSSF badge to README.md (# 6269)
> 25ee2bd Default github workflow permission read-all (# 6268)
> d46bfb0 Fix comment of the RecordOnly sampling decision (# 6257)
> 51cf2d7 chore(deps): update golang.org/x/telemetry digest to 557cf9c (# 6279)
> c9bb09c chore(deps): pin dependencies (# 6278)
> 9ea576a Use renovate best-practices (# 6267)
> 8667c15 fix(deps): update module google.golang.org/protobuf to v1.36.5 (# 6277)
> 5879a01 fix(deps): update build-tools to v0.18.0 (# 6276)
> 0c62fd1 chore(deps): update actions/upload-artifact action to v4 (# 6266)
> ac173ac chore(deps): update ossf/scorecard-action action to v2.4.0 (# 6265)
> ee272d4 chore(deps): update golang.org/x/telemetry digest to c67c2d1 (# 6264)
> e1472c4 chore(deps): update actions/checkout action to v4.2.2 (# 6263)
> 092ed4e chore(deps): update actions/upload-artifact digest to ff15f03 (# 6262)
> 69c3c61 Create scorecard.yml to enable OSSF Scorecard reporting (# 6247)
> 85fab8b chore(deps): update module github.com/catenacyber/perfsprint to v0.8.0 (# 6261)
> 13b6133 chore(deps): update lycheeverse/lychee-action action to v2.3.0 (# 6258)
> 589d959 chore(deps): update module github.com/cloudflare/circl to v1.6.0 (# 6259)
> eb988d7 fix(deps): update module go.opentelemetry.io/collector/pdata to v1.25.0 (# 6255)
> 4778db7 fix(deps): update module go.opentelemetry.io/otel/trace to v1.34.0 (# 6256)
> 3dbdfb2 chore(deps): update module google.golang.org/grpc to v1.70.0 (# 6254)
> 18dadf4 chore(deps): update golang.org/x/telemetry digest to 3af0d96 (# 6253)
> 2d050f9 fix(deps): update googleapis to 7023788 (# 6251)
> 74923b2 chore(deps): update module golang.org/x/text to v0.22.0 (# 6252)
> 1ba3e46 chore(deps): update google.golang.org/genproto/googleapis/rpc digest to 29210b9 (# 6250)
> 6b3868e fix(deps): update golang.org/x (# 6249)
> 9aae208 Add an auto-instrumentable no-op implementation to the `trace` package (# 6203)
> fa5a782 Generate `semconv/v1.30.0` (# 6240)
> 078a4a8 sdk/log: Assign fltrProcessors on provider creation instead of lazy (# 6239)
> 2260929 Use archive URL for weaver registry (# 6235)
> 27aaa7a Generate the `semconv/v1.28.0` package (# 6236)
> 987efa6 chore(deps): update module github.com/polyfloyd/go-errorlint to v1.7.1 (# 6237)
> 8324155 Weaver (# 5898)
> a81250c chore(deps): update module github.com/skeema/knownhosts to v1.3.1 (# 6231)
> 007fb1f chore(deps): update module github.com/spf13/pflag to v1.0.6 (# 6224)
> 1994f63 Update codespell target (# 6223)
> d10a36b stdoutlog: Emit Record.EventName field (# 6210)
> e52d3a1 fix(deps): update golang.org/x to e0ece0d (# 6222)
> 712ecdc chore(deps): update dependency codespell to v2.4.1 (# 6221)
> b9819d2 fix(deps): update golang.org/x to 3edf0e9 (# 6219)
> 98da0d1 chore(deps): update module github.com/cyphar/filepath-securejoin to v0.4.1 (# 6218)
> dc7c33a fix(deps): update googleapis to 29210b9 (# 6217)
> a027f11 chore: Update Logs API design doc (# 6206)
> ae7ac48 otlplog: Emit Record.EventName field (# 6211)
> 5d25818 fix(deps): update module google.golang.org/protobuf to v1.36.4 (# 6214)
> d3119b0 chore(deps): update codecov/codecov-action action to v5.3.1 (# 6213)
> de5d214 fix(deps): update googleapis to 65684f5 (# 6212)
> 3585b80 fix(deps): update module google.golang.org/grpc to v1.70.0 (# 6208)
> a8e5482 chore(deps): update codecov/codecov-action action to v5.3.0 (# 6207)
> 6605083 chore(deps): update module github.com/go-git/go-git/v5 to v5.13.2 (# 6204)
> 0c97148 Update module github.com/prometheus/common to v0.62.0 and fix tests (# 6198)
> b0d0bb9 chore: Group renovate build-tools updates (# 6201)
> 5363a52 fix(deps): update module go.opentelemetry.io/build-tools/multimod to v0.17.0 (# 6200)
> b5ef234 fix(deps): update module go.opentelemetry.io/build-tools/semconvgen to v0.17.0 (# 6202)
> 70b8f7e fix(deps): update module go.opentelemetry.io/build-tools/gotmpl to v0.17.0 (# 6199)
> a85d0c1 fix(deps): update module go.opentelemetry.io/build-tools/crosslink to v0.17.0 (# 6197)
> eba4618 fix(deps): update googleapis to 138b5a5 (# 6194)
> 6d9bb01 chore(deps): update codecov/codecov-action action to v5.2.0 (# 6195)
> 62e4225 sdk/log: Add EventName (# 6193)
> 185547c log: Add EventName (# 6187)
> e108415 fix(deps): update github.com/opentracing-contrib/go-grpc/test digest to 2f9c7e3 (# 6190)
> 01a7584 fix(deps): update module github.com/opentracing-contrib/go-grpc to v0.1.1 (# 6191)
> d7ebb7a log: Add ValueFromAttribute and KeyValueFromAttribute (# 6180)
> 538e869 chore(deps): update dependency codespell to v2.4.0 (# 6189)
> 3a0023d chore(deps): update module github.com/pjbgf/sha1cd to v0.3.2 (# 6188)
> 41e697f chore(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.26.0 (# 6186)
> e8cd4aa chore(deps): update golang.org/x/telemetry digest to 04cd7ba (# 6176)
bumping k8s.io/client-go c106b23...e7397e5:
> e7397e5 Update dependencies to v0.33.1 tag
> ecbbb06 bump etcd 3.5.21 sdk
> 2086688 Merge pull request # 129970 from mortent/AddResourceV1beta2API
> e359642 Merge pull request # 130556 from sreeram-venkitesh/kep-4960-container-stop-signals
> dba34c7 Run make update
> 3bf0a05 Merge pull request # 130797 from jm-franc/configurable-tolerance
> 7a03a3b Generated files
> 1676beb Refresh autogenerated files following the configurable tolerance updates.
> 387edb8 Merge pull request # 130967 from aojea/listers
> a27e26d Merge pull request # 129872 from seans3/websocket-https-proxy
> 21dc3b4 benchmark to show inefficient linear search lookup
> e782ad6 Merge pull request # 130764 from cici37/partitionableDevice
> c77f9e4 Websocket HTTPS proxy support
> 379ed45 Auto gen
> b0ed730 Merge pull request # 130844 from danwinship/improved-traffic-distribution
> a9cdb02 Merge pull request # 130447 from pohly/dra-device-taints
> 789d60d update generate docs for PreferSameTrafficDistribution
> 169f1af Merge pull request # 130906 from serathius/streaming-validation
> 71c858c DRA: generated files for device taints API
> ac9f6ff Merge pull request # 130901 from deads2k/perms
> 9475320 Update kube-openapi and integrate streaming tags validation
> 7ed5fa7 Implement KEP 4876 Mutable CSINode (# 130007)
> c8ae9cf add API approvers to generated applyconfigurations
> c5b5cae Merge pull request # 129954 from iholder101/swap/capacity-on-node-sys-info
> b4e9c91 Merge pull request # 130721 from yanhuan0802/fix-informer-typo
> 9a7d64c add auto-generated files: ./hack/update-codegen.sh
> 97feb5b Merge pull request # 130347 from Jefftree/remove-v2beta1-agg-discovery
> 4ba25ca fix: shared informer typos
> 8ddf440 Gate apidiscovery/v2beta1 serving with a feature gate
> 595b7ca Merge pull request # 130725 from jpbetz/replication-controller-minimums-to-declarative
> 5f67685 Merge pull request # 129345 from pohly/log-client-go-workqueue
> d6ee382 Add declarative default for RC.Spec.MinReadySeconds
> 7faeb31 Merge pull request # 130751 from Jefftree/cle-promote-beta
> a96aa53 client-go workqueue: add optional logger
> 5adc342 Add declarative default for RC.Spec.Replicas
> 8489267 Merge pull request # 130693 from novahe/fix/test-cases
> 0a56d35 generated
> 8ee5c99 Merge pull request # 130748 from jpbetz/revert-125102
> 5c7f206 Fix test cases that may potentially cause a panic.
> dbe73bc Add LeaseCandidate v1beta1
> bcd3642 Revert PR 125102: Add unit tests to client-go/tools/cache/listers.go
> 92865bf Merge pull request # 125102 from 0xMALVEE/unit-tests-listers.go
> 65ca8d8 Merge pull request # 128499 from stlaz/ctb_betav1
> 8410e24 testes written for cache/listers.go
> 2241515 generate code
> a50f4a6 Merge pull request # 130555 from thockin/k_k_randfill
> 1459662 Vendor randfill
> 4a6072d Use randfill, do API renames
> b3c8744 Merge pull request # 130569 from dims/update-to-latest-cadvisor-v0.52.0
> d42a6bb Merge pull request # 130352 from natasha41575/kubelet-pod-observedgen
> dd81c64 update to v1.22.0-rc.0
> 0445543 Merge pull request # 130635 from zimnx/fix-websocket-read-error
> 3c80fbb run 'make update'
> 9cfcaac update to latest cadvisor @ v0.52.0
> d5f336d Merge pull request # 130489 from p0lyn0mial/upstream-fake-client-pass-opts
> c1ee4cc Return correct error upon websocket message read failure
> a48b937 Merge pull request # 130470 from p0lyn0mial/upstream-fake-client-opts-watch
> 7b0f098 ./hack/update-codegen.sh
> ca10b28 Merge pull request # 128586 from mortent/DRAPrioritizedList
> 2790aee client-go/gentype/fake: sets opts.Watch true
> ec8a292 Merge pull request # 130515 from Jefftree/revert-cle-beta-types
> 2143ace Run make update
> 05e64ee Merge pull request # 128919 from dashpole/update_otel
> 41d7de3 Revert "LeaseCandidate alpha -> beta,"
> 030621a update go.opentelemetry.io dependencies to v1.33.0/v0.58.0
> 29076db Revert "generated"
> cb16ee3 Merge pull request # 130474 from dims/bump-x/crypto-and-x/oauth2
> ebce4d7 Merge pull request # 130291 from Jefftree/cle-beta
> 9dffd3c Bump x/oauth2 and x/crypto
> 8247f1e Merge pull request # 129338 from pohly/log-client-go-certificates
> 50aba71 generated
> b46275a Merge pull request # 129688 from cpanato/update-main-go124
> d0f5d55 client-go certificate: context-aware APIs and logging
> e6e6fcf LeaseCandidate alpha -> beta,
> a126675 bump go.mod to set min go1.24
> 8dd5edb Merge pull request # 130359 from my-git9/assertion1
> 8fa90a0 Merge pull request # 130187 from mansikulkarni96/129084
> d8b34c3 fix wrong assertion on tests
> c92258a Drop winsymlink go 1.23 workaround
> 9c375bc Merge pull request # 129790 from aojea/event_name
> d067ae2 Merge pull request # 130269 from tmmorin/fix-optimitically-typo
> 023460f events: ensure the name is valid
> 84ec134 Merge pull request # 130047 from HirazawaUi/modify-loopback-cert-valid-period
> 89a3804 fix typo: optimitically -> optimistically
> 72c2d4d Merge pull request # 130249 from seans3/bump-websockets-version
> 5c24986 adjusting loopback certificate validity in kube-apiserver
> 7392886 Update gorilla/websockets library from 1.5.0 to latest 1.5.3
> 90ccd59 Merge pull request # 130105 from seans3/websocket-logging-level
> bf05f9c Merge pull request # 130039 from p0lyn0mial/upstream-fake-client-improve-unit-test
> 3ead27a Update websocket logging levels for better debuggability
> 8683d2d Merge pull request # 130049 from aojea/avoid_ginkgo_dep
> 2b1c073 fake/clientset: improve TestNewSimpleClientset
> fb7de29 reduce dependencies in apimachinery net testing utils
> 07d61b6 Merge pull request # 129341 from pohly/log-client-go-watch
> 362c5e8 Merge pull request # 129568 from deads2k/tighten-fifo-interface
> 57bc261 client-go watch: NewIndexerInformerWatcherWithContext -> WithLogger
> f203084 Merge pull request # 129330 from pohly/log-client-go-transport
> f2d9cfb switch to using the real FIFO
> e8a7cb0 client-go informers: provide ListWatch *WithContext variants
> ce24f3c Merge pull request # 129815 from dims/linter-to-ensure-go-cmp/cmp-is-used-only-in-tests
> 82fcce0 client-go/transport: structured, contextual logging
> 43bf1a1 make a real FIFO implementation
> bad1caa client-go + apimachinery watch: context support
> de67e02 Linter to ensure go-cmp/cmp is used ONLY in tests
> 52af3bd Remove cache.ErrRequeue
> 97f3d26 Merge pull request # 128546 from atiratree/pod-replacement-policy-terminating-pods
> d853ccf Remove Queue.AddIfNotPresent
> df7621a update generated files and feature gates
> f29637f shrink the cache.Queue interface to what is actually used
> 9f1cce4 `client-go`: transform `watchErrorStream` to wrap the underlying error (# 129765)
> 3b09c13 Merge pull request # 128971 from aojea/servicecidr_ga
> 3617101 Merge pull request # 127709 from pohly/log-client-go-rest
> a9177f9 make update
> be86cb5 client-go rest: store logger in Result
> 5d128ad client-go/rest: finish conversion to contextual logging
> 7aa9904 client-go/rest: backoff with context support
> 2b2015d client-go/test: warning handler with contextual logging
> 9897373 Merge pull request # 129631 from kishen-v/update-client-go-docs
> 49eb6dc Merge pull request # 129633 from skitt/revert-go-difflib-go-spew
> ea0b82e Update compatibility matrix and maintenance status upto release-1.32
> 2d999b8 Revert to go-difflib and go-spew releases
> 151d631 Merge pull request # 129615 from pohly/log-client-go-tools-cache-apis-fix
> 40cace8 client-go/tools/cache: fix TestAddWhileActive
> e421aed Merge pull request # 129139 from tklauser/client-setconfigdefaults-noerror
> 26c6fd6 Merge pull request # 129343 from pohly/log-client-go-v1-event
> 9f31100 Update generated clients after removing always-nil setConfigDefaults error return value
> ca1e525 Merge pull request # 129349 from dims/bump-x/net-to-v0.33.0
> 1047529 client-go event: add WithContext expansion methods
> 2ad95cf Merge pull request # 128872 from alvaroaleman/generics
> 6584190 Bump x/net to v0.33.0
> 91ed5e1 Update github.com/google/btree
> da6e294 Merge pull request # 129420 from pohly/client-go-tools-cache-testhammercontroller-fix
> 498e3ef client-go cache: fix TestHammerController
> ea791f2 Merge pull request # 126387 from pohly/log-client-go-tools-cache-apis
> 67da6d1 Merge pull request # 129212 from Jefftree/add-clientgo-readme
> 5d289bc client-go/tools/cache: add APIs with context parameter
> d5ac3db Merge pull request # 1394 from Jefftree/patch-1
> ec0ec91 Add client-go README
> b836a27 client-go/tools/cache: goroutine leak checking
> 61ee2c5 Merge pull request # 129213 from Jefftree/k-openapi
> a6e6f66 Delete README.md
> 540fb4f bump kube-openapi
> ab443a5 Merge pull request # 128659 from saschagrunert/google-go-protobuf
> fae881e Merge pull request # 129041 from aojea/flowcontrol
> be40e97 Replace `github.com/golang/protobuf` with `google.golang.org/protobuf`
> 633c24c Merge pull request # 129195 from dims/update-x/crypto/ssh-dependency
> 92b4ec7 flowcontrol: remove testing dependencies
> e82d0c2 Update x/crypto/ssh dependency
> 1df7a02 Merge pull request # 129054 from pohly/remove-import-name
> 706280d Merge pull request # 128753 from skitt/skitt-reviewer-client-go
> 70a4950 remove import doc comments
> 8e21410 Merge pull request # 129103 from liggitt/drop-winreadlinkvolume
> 111d4bc Add myself to client-go reviewers
> e95e61c Drop use of winreadlinkvolume godebug option
> f118320 Merge pull request # 129083 from liggitt/go1.23windows
> 06af948 Revert to go1.22 windows filesystem stdlib behavior
> 3704508 Merge pull request # 126503 from skitt/generic-fake-client
> eb282ed Align fake client-go clients with the main interface
bumping cel.dev/expr bfe4f8b...6e3b3e0:
> 6e3b3e0 Minor update to the field name and numbering for test suites (# 457)
> 4180ac5 Add basic conformance tests for some comprehensions v2 macros (# 454)
> 4051f62 Extracted context input as a separate oneof out of test input (# 456)
> 4631ec6 Remove Unicode space handling from <string>.trim() (# 453)
> 29ba111 Add py_proto_library targets (# 452)
> 89c537f Bzlmod update regen (# 451)
> ed0181b update grammar and tests to differentiate reserved tokens (# 437)
> 6f8806d Add java_lite messages to test_all_types messages (# 450)
> ae6fb0d Add a separate field for expressions under input bindings map (# 449)
> 0ae0913 Upgrade the googleapis repo deps, remove switched_rules (# 447)
> b0b1083 Add a doc field on Function and update content advice (# 446)
> d564205 Add test_suite and test_config under conformance (# 441)
> b2bd60e Fix misspellings again (# 443)
> f8cfe20 Fix typeo in string_ext.textproto (# 442)
> 261e335 Fix and document string.format (# 436)
bumping golang.org/x/net 7d6e62a...6e41cae:
> 6e41cae go.mod: update golang.org/x dependencies
> 15f7d40 http2: correctly wrap ErrFrameTooLarge in Framer.ReadFrame
> ef33bc0 internal/http3: use bubbled context in synctest tests
> 919c6bc http2: use an array instead of a map in typeFrameParser
> bae01a7 trace: add missing td tag
bumping google.golang.org/grpc 6135a73...c52d025:
> c52d025 Change version to 1.73.0 (# 8322)
> ac60db1 Add flag guarding SPIFFE Bundle provider (# 8343) (# 8382)
> 183c148 balancer/ringhash: Add experimental notice in package comment (# 8364) (# 8365)
> b610465 delegatingresolver: avoid proxy for resolved addresses in NO_PROXY env (# 8329) (# 8354)
> 96c4308 balancer/least_request : Fix panic while handling resolver errors (# 8333) (# 8338)
> af5146b grpc: update contributing.md (# 8318)
> 09166b6 cleanup: remove unused constants in generic xdsclient (# 8315)
> e3f13e7 transport: Prevent sending negative timeouts (# 8312)
> b89909b leakcheck: Fix flaky test TestCheck (# 8309)
> 709023d grpcsync/event: Simplify synchronization (# 8308)
> d36b02e transport: Propagate status code on receiving RST_STREAM during message read (# 8289)
> ee7f0b6 resolver/delegatingresolver: wait for proxy resolver build before update in tests (# 8304)
> 96e31db transport: Reject non-positive timeout values in server (# 8290)
> d3d2702 cleanup: replace dial with newclient (# 8196)
> d46d6d8 Update CONTRIBUTING.md (# 8300)
> 950a7cf health: Add List method to gRPC Health service (# 8155)
> 4680429 credentials/local: implement ValidateAuthority (# 8291)
> b3d63b1 xds: add MetricsReporter for generic xds client (# 8274)
> d00f4ac resolver/delegatingresolver: wait for proxy resolver to be built in test (# 8302)
> 0e656b2 xds: modify generic clients grpctransport to accept optional custom grpc new client function (# 8301)
> c84fab0 grpc: Update ClientStream.CloseSend docs (# 8292)
> c7aec4d transport: skip Status.Proto() without details in writeStatus (# 8282)
> 35aea9c weightedroundrobin: Remove nil embedded SubConn from endpointWeight (# 8297)
> 41095ae [alts] add keepalive params to the alts handshaker client dial option (# 8293)
> ee8a53a internal/delegatingresolver: avoid proxy if networktype of target address is not tcp (# 8215)
> 7fb5738 xds_test: Wait for server to enter serving mode in RBAC test (# 8287)
> d2f02e5 stats/opentelemetry: separate out interceptors for tracing and metrics (# 8063)
> 00be1e1 [alts] Add plumbing for the bound access token field in the ALTS StartClient request. (# 8284)
> 763d093 otel: Test streaming rpc sequence numbers (# 8272)
> 75d25ee xds: generic lrs client for load reporting (# 8250)
> 080f956 credentials, transport, grpc : add a call option to override the :authority header on a per-RPC basis (# 8068)
> 6821606 grpc: regenerate protos (# 8277)
> 399e2d0 credentials/alts: Optimize Reads (Roll forward # 8236) (# 8271)
> 4cedec4 grpc_test: add tests for client streaming (# 8120)
> 030938e xds: Remove redundant proto checks (# 8273)
> 515f377 github: replace actions/upload-release-asset@v1 with gh cli (# 8264)
> ec2d624 xds: generic xds client resource watching e2e (# 8183)
> 82e25c7 xds: fix TestServer_Security_WithValidAndInvalidSecurityConfiguration data race (# 8269)
> 2640dd7 atls: Clarify usage of dst in ALTSRecordCrypto interface docs (# 8266)
> 58d1a72 [Security] Add verification logic using SPIFFE Bundle Maps in XDS (# 8229)
> f7d488d credentials: expose NewContextWithRequestInfo publicly (# 8198)
> 54e7e26 balancer/ringhash: move LB policy from xds/internal to exported path (# 8249)
> 223149b github: add printing of new packages to dependency checker (# 8263)
> aec1381 cleanup: status formatting bug and comment grammar fix (# 8260)
> 7d68bf6 ringhash: fix flaky e2e tests (# 8257)
> 718c4d8 xds: Make locality ID string representation consistent with A78 (# 8256)
> eb4b687 examples/features/opentelemetry: demonstrate tracing using OpenTelemetry plugin (# 8056)
> 8b2dbbb New A72 changes for OpenTelemetry # 8216 (# 8226)
> cb1613c xds: make least request available by default (# 8253)
> d36887b balancer/pickfirstleaf: Avoid reading Address.Metadata (# 8227)
> 560ca64 xds: fix data file name in test (# 8254)
> f0676ea Update lrs_stream.go fix use of wrong err (# 8224)
> 6319a2c ringhash: normalize uppercase in requestHashHeader from service config (# 8243)
> 68205d5 xdsclient: update watcher API as per gRFC A88 (# 7977)
> 732f3f3 stats/opentelemetry: fix trace attributes message sequence numbers to start from 0 (# 8237)
> 6bfa0ca Rollback # 8232 and # 8204 (# 8236)
> 25c7509 ringhash: implement gRFC A76 (# 8159)
> 09dd4ba testdata: Wrap lines to 80 columns in markdown file (# 8235)
> be25d96 credentials/alts: Add comments to clarify buffer sizing (# 8232)
> db81a2c benchmark: Specify passthrough resolver to avoid resolution failures (# 8231)
> b368379 credentials/alts: Optimize reads (# 8204)
> 4b5505d [Security] Add support for SPIFFE Bundle Maps in XDS bundles (# 8180)
> ce35fd4 stats/opentelemetry: add trace event for name resolution delay (# 8074)
> 52c643e deps: update dependencies for all modules (# 8221)
> 51d6a43 Change version to 1.73.0-dev (# 8220)
bumping k8s.io/apiserver c09fadd...338d7b8:
> 338d7b8 Update dependencies to v0.33.1 tag
> 1fb809d Merge remote-tracking branch 'origin/master' into release-1.33
> 6aae451 Stop exposing list-via-watch from the server
> 345c8cf Merge remote-tracking branch 'origin/master' into release-1.33
> 11e6080 Merge pull request # 131196 from siyuanfoundation/forward-api
> e87c9db Move to released version of prometheus/client_golang v1.22.0 from rc.0
> 9ca332f bug fix: fix version order in emulation forward compatibility.
> d4f2fc5 Merge pull request # 131020 from wojtek-t/fix_asynchronous_error
> beaef1d Merge pull request # 131103 from ahrtr/etcd_sdk_20250328
> b9e86eb Fix race for sending errors in watch
> 1776f0c Parallelize cacher list tests
> e228aea Don't start etcd for skipped test
> 29a5d82 Stop cacher in TestWatchStreamSeparation to speed up shutdown
> 30b60eb Fix flake, non-consistent list doesn't give any guarantees about staleness
> aed144f Ensure that cacher is terminated in TestGetListRecursivePrefix
> 51e9232 bump etcd 3.5.21 sdk
> 26bd744 Merge pull request # 127053 from dashpole/tracing_context_propagation
> 37736ec Merge pull request # 129872 from seans3/websocket-https-proxy
> 6898b83 restrict trace context propagation to system:master and system:monitoring
> b1b5987 Merge pull request # 130937 from serathius/watchcache-unify-delegate-list
> 3b2a820 Websocket HTTPS proxy support
> 6811fde Unify should delegate list
> b1020ce Merge pull request # 130423 from serathius/watchcache-continue
> 3a206e1 Merge pull request # 130930 from siyuanfoundation/help
> 5a05907 Serve LISTs with exact RV and continuations from cache
> a11f874 Merge pull request # 130121 from yongruilin/featuregate-unversion-clean
> b94acad chore: update emulation version help msg.
> 8702b38 chore: Remove unused unversioned feature gate map by consolidating feature gate files
> 7d24a9e Merge pull request # 130925 from serathius/watchcache-snapshotter-interface
> 23be1a4 Merge pull request # 130924 from serathius/watchcache-delegate-precedense
> fa558b1 Create Snapshotter interface to fake the implementation
> dfc7cb5 Merge pull request # 130922 from serathius/watchcache-delegate-state
> 91724cf Change precedence order for continue and legacy exact match
> a581683 Merge pull request # 130899 from serathius/watchcache-error
> edd1d1f Extend shouldDelegateList testing incorportating state of cacher
> 1a83f0c Merge pull request # 128402 from richabanker/mvp-agg-discovery
> 50f48ce Implement watchcache returning error from etcd that caused cache reinitialization
> 2566cd2 Merge pull request # 130115 from danmillwood/danmillwood-dispatcher-test-patch
> ae08979 Replace StorageVersion API with aggregated discovery to fetch served resources by a peer for MVP
> 7db8aee Merge pull request # 130906 from serathius/streaming-validation
> 10c2760 Fix intermittent test failure
> f50e0ed Update kube-openapi and integrate streaming tags validation
> 98865c8 Merge pull request # 130863 from serathius/watchcache-negative-RV-consistent
> 0f51ac5 Merge pull request # 130560 from stlaz/remote-uid-config-beta
> c59961a Test continue with negative RV for reading consistent RV
> 52e218f Merge pull request # 130873 from serathius/watchcache-consistency-typo
> a9904ee bump RemoteRequestHeaderUID featuregate to Beta, on by default
> 3482808 Merge pull request # 130866 from serathius/watchcache-delegate-helper
> 4da0062 Fix missing recursive in consistency check, enable panic on failed check and fix typo in logs
> aac1558 Merge pull request # 130875 from aramase/aramase/f/fix_email_verified_godoc
> cc5ef43 Extract delegator.Helper interface to allow making delegate decision based on cache state
> 3a95207 Add unit test to validate email_verified in claim validation rules
> 67dfc24 fix godoc for email_verified requirement when username contains claims.email
> d750e2f Merge pull request # 130595 from tkashem/omit-admission
> ba3fbbb Merge pull request # 130688 from serathius/watchcache-validate
> 4c88a5c skip admission for unsafe delete
> fa03ee3 Merge pull request # 130347 from Jefftree/remove-v2beta1-agg-discovery
> 7a33f52 Use ValidateListOptions in watch cache
> 544ce3d Merge pull request # 130741 from googs1025/fix/data_race
> cba5376 Gate apidiscovery/v2beta1 serving with a feature gate
> 5df5358 Merge pull request # 130811 from serathius/watchcache-test-negative-rv
> 7af2504 flake: fix data race for TestApfWatchHandlePanic unit test
> 2265efa Merge pull request # 130815 from serathius/watchcache-simplify-bypass-test
> 6f6da8e Add test cases for negative resource version in TestList
> 8aa636f Merge pull request # 130813 from serathius/watchcache-consistent-list-flake
> 3a2e1b5 Simplify bypass test by just testing shouldDelegateList function
> a679925 Test bypass for negative RV
> 05ed2e0 Merge pull request # 130437 from srivastav-abhishek/fix-unsafe-conversions-test
> 6ace22f Fix flaky RunTestConsistentList
> b640464 Merge pull request # 130588 from serathius/watchcache-test-recursive
> 1b0427a Removed parallel execution for test/subtest where AllocsPerRun is used
> 84cc815 Merge pull request # 130354 from siyuanfoundation/forward-api
> f76f81a Test recursive in TestGetListCacheBypass and separate overrides
> 70820c9 Merge pull request # 130019 from yongruilin/version-intro
> 942f114 Add option to explicitly enable future gv or gvr in runtime-config.
> a91b001 Merge pull request # 130788 from jpbetz/fix-subresources
> 2b4f068 refactor: detach Info from apimachinery util version
> 5a72bc8 Add emulation forward compatibility into api enablement and RemoveDeletedKinds.
> 543428d Merge pull request # 130775 from serathius/watchcache-consistent-read
> 24d512c Fix subresource parsing for declarative validation
> b671788 feat: extend version information with more detailed version fields
> d88392f Merge pull request # 130754 from aaron-prindle/validation-gen-add-metric-and-runtime-verification-review-comments-upstream
> 3cb2448 Fix detecting consistent read when watchcache starts handling continue
> c31bd99 Merge pull request # 130751 from Jefftree/cle-promote-beta
> 4fe686a chore: change Info->Error log level related to declarative validation runtime tests and refactor panic wrapper names
> 79feac1 Merge pull request # 130777 from serathius/watchcache-consistency-test
> 1623f66 Promote CLE to beta
> 7b991eb Merge pull request # 124360 from carlory/kep-3751-quota-2
> 36c1a58 Fix typo and pass the environment variable required to enable watchcache consistency checking in GCE tests
> 8e8b957 Merge pull request # 130693 from novahe/fix/test-cases
> 2156078 Add quota support for PVC with VolumeAttributesClass
> 6056c27 Merge pull request # 130752 from serathius/watchcache-simplify-delagate
> a2c8b55 Fix test cases that may potentially cause a panic.
> ae901d5 Merge pull request # 130648 from jpbetz/semver-tolerant
> 6ed4233 Simplify shouldDelegateList
> 96b9726 Merge pull request # 130705 from aaron-prindle/validation-gen-add-metric-and-runtime-verification-upstream
> 408f503 Apply feedback
> 3832c30 Merge pull request # 130708 from fuweid/reduce-spans-in-writer
> b8750e7 feat: add declarative validation metrics and associated runtime verification tests
> 92171c8 Add normalization support to CEL semver library, enable in base env
> 1a6db11 Merge pull request # 129407 from serathius/streaming-proto-list-encoder
> 9ff9bbb *: reduce tracing events during streaming JSON objects
> 97b6cb1 chore: change error_matcher.go to use test interface instead of importing testing pkg
> 782d907 Add tolerant parse option to semver
> b2bc62b Merge pull request # 130475 from serathius/watchcache-consistency
> 67ec836 Implement streaming proto encoding
> 67d2550 Merge pull request # 130530 from pacoxu/v1.33-fg-cleanup
> 23e9b2c Implement consistency checking
> dccab55 Merge pull request # 130637 from serathius/watchcache-unify-validation
> d44a862 remove feature gate AdmissionWebhookMatchConditions that was GAed in v1.30
> 855c0d4 Merge pull request # 130555 from thockin/k_k_randfill
> 73e72d1 Unify ListOptions validation between cache and etcd
> bd0e774 remove AggregatedDiscoveryEndpoint that was GAed in v1.30
> 7ee837d Vendor randfill
> 01307e4 remove feature gate RemainingItemCount that was GAed in v1.29
> 9641d30 Use randfill, do API renames
> c2e94ca Merge pull request # 130569 from dims/update-to-latest-cadvisor-v0.52.0
> 7377dfa Merge pull request # 130417 from serathius/watchcache-compact
> e36558f update to v1.22.0-rc.0
> 4305a14 Separate compactWatchCache from increaseRV
> 337542d update to latest cadvisor @ v0.52.0
> d3e44df Merge pull request # 130589 from serathius/watchcache-opts
> c5b8df4 Merge pull request # 130543 from thockin/error_matcher_and_origin
> f422062 Pass storage.ListOptions to WaitUntilFreshAndList
> 163865f Merge pull request # 130320 from Jefftree/relax-openapi-verify
> 0b0eaa3 Fix up ErrorMatcher from feedback
> b12d7a1 Allow OpenAPI verification to pass both with and without strict alpha
> 5edb11a Merge pull request # 130571 from hakuna-matatah/debug-upstream
> 821b679 Merge pull request # 130587 from serathius/watchcache-subtests
> 6faeace Debug latencies in request handler
> 79ec453 Run lists tests in subtests
> 345ad05 Merge pull request # 130549 from jpbetz/validation-gen-pr2
> 7c0ba21 Add declarative validation utility for use from strategies
> 70fe4e2 Merge pull request # 128919 from dashpole/update_otel
> 9b3bebd update go.opentelemetry.io dependencies to v1.33.0/v0.58.0
> 990bed7 Merge pull request # 130450 from JoelSpeed/fix-contains-cidr
> 6a65641 Merge pull request # 129334 from serathius/streaming-json-list-encoder
> 6479174 Fix implementation of ContainsCIDR to allow non-equal addresses
> f2b1ab6 Merge pull request # 130474 from dims/bump-x/crypto-and-x/oauth2
> 38b01a1 Streaming JSON encoder for List
> 69cfb42 Merge pull request # 129688 from cpanato/update-main-go124
> e1e2202 Bump x/oauth2 and x/crypto
> 205c0f5 Merge pull request # 130281 from z1cheng/issue_130264
> 585eff5 bump go.mod to set min go1.24
> 82c8af5 Merge pull request # 130443 from serathius/watchcache-limit
> c576a62 Implement chunking for gzip encoder in deferredResponseWriter
> e03f7e4 Merge pull request # 130400 from serathius/storage-current-rv
> 9e52394 Remove limit support from btree store
> 3ad9385 Move GetCurrentResourceVersion to storage.Interface
> 2ebe70a Merge pull request # 130412 from serathius/watchcache-progress
> 0230ffb Merge pull request # 130399 from serathius/cache-delegator
> a458717 Move watch progress to separate package.
> a64613c Rename CacheProxy to CacheDelegator
> ed3efcd Merge pull request # 130060 from carlory/fix-quota-scope
> 1e7b28d Merge pull request # 129657 from p0lyn0mial/upstream-cacher-resilient-init-back-off
> 13a27b8 Fix a bug where the `ResourceQuota` admission plugin does not respect ANY scope change when a resource is being updated. i.e. to set/unset an existing pod's `terminationGracePeriodSeconds` field.
> fcfce5a Merge pull request # 130279 from serathius/watchcache-snapshot
> 3aea777 storage/cacher/ready: dynamically calculate the retryAfterSeconds
> 4a787e9 Merge pull request # 130344 from tosi3k/wc-upper-bound-capacity
> 09c0e7d Add snapshotting of watch cache behind a feature gate
> 710763d Merge pull request # 130118 from lucasrattz/update-anp
> efe7a1b Add watch cache capacity upper bound adjusting logic
> d522031 Ensure that btree threadedStoreIndexer implements orderedLister
> 8dccd76 Merge pull request # 130359 from my-git9/assertion1
> 4831145 Bump konnectivity-client to v0.31.2
> 95d27c9 Merge pull request # 130187 from mansikulkarni96/129084
> a3d85c2 enable go-required check
> 3a55230 Drop winsymlink go 1.23 workaround
> afb79f8 fix wrong assertion on tests
> 644f8e6 Merge pull request # 130242 from serathius/watchcache-test
> 476d81d Test continuations and exact revision LISTs
> b9bc02f Merge pull request # 130280 from serathius/watchcache-test-refactor
> b9f760c Merge pull request # 130297 from 249043822/br0004
> 1e6e6f0 Refactor TestList and validate continuations to allow testing pagination and more exact RVs in the future
> 9da16fa Fix non-recursive list should also read RequestWatchProgress feature when consistent list from cache is enabled
> f98455c Merge pull request # 122646 from liggitt/deletionTimestamp
> 8dd4460 Merge pull request # 130047 from HirazawaUi/modify-loopback-cert-valid-period
> 1bac1a3 prevent deletionTimestamp from moving into the past
> b6fda29 Merge pull request # 130190 from nkeert/test-validate-deferredResponseWriter-for-multiple-writes
> c533eff adjusting loopback certificate validity in kube-apiserver
> 938d466 Merge pull request # 130249 from seans3/bump-websockets-version
> 11288ef Add a test to validate deferredResponseWriteron multiple write calls
> ff5a72e Update gorilla/websockets library from 1.5.0 to latest 1.5.3
> 52dde33 Merge pull request # 130126 from fuweid/fix-128314
> 35a4ee0 Merge pull request # 129852 from p0lyn0mial/upstream-clock-test-cache
> 2a04234 proxy: should add PingPeriod for websocket translator
> 08a05f9 Merge pull request # 130113 from AwesomePatrol/129931-fix-3
> 23e8a6c cacher: decrease the running time of TestConsistentReadFallback
> 87cccf7 Limit ResourceQuota LIST requests to times when informer is not synced
> 8a149c9 cacher/cacher_whitebox_test: newTestCacherWithoutSyncing allow passing a clock
> c471778 Merge pull request # 129934 from serathius/graduate-btree
> 4628bb8 Merge pull request # 129416 from siyuanfoundation/refactor
> c1a2d59 Graduate BtreeWatchCache feature gate to GA
> 9bb5fd5 Merge pull request # 129929 from serathius/deprecate-separate-rpc
> 9bb4aa7 Refactor compatibility version code
> 7b8dc61 Merge pull request # 129930 from serathius/deprecate-watch-from-storage
> 66f7881 Flip SeparateCacheWatchRPC feature gate to false and deprecate it.
> 0198fdb Merge pull request # 129921 from srivastav-abhishek/fix-etcd-test
> 0167eb5 Deprecate WatchFromStorageWithoutResourceVersion
> 2ce508c Merge pull request # 129844 from cici37/bumCEL
> 55da1af Additional timeout to receive all watchEvents
> 39a73cd Merge pull request # 129813 from yongruilin/golangci-featuregate-add
> 69f7857 Update the env option.
> 52f2fda Merge pull request # 129596 from cici37/cvTest
> ee59411 feat: add a lint rule to prevent Add unversioned featuregate
> 7e0cbb5 Bump cel-go to v0.23.2.
> 6c0d90b Merge pull request # 129751 from pacoxu/EfficientWatchResumption
> 3a132bf Add test for compatible version
> 2911f5b Merge pull request # 129815 from dims/linter-to-ensure-go-cmp/cmp-is-used-only-in-tests
> a2ab8dc remove GAed EfficientWatchResumption since v1.24
> 0a703e3 Linter to ensure go-cmp/cmp is used ONLY in tests
> f6d3d88 Merge pull request # 129786 from JoelSpeed/drop-netip-variables
> a3f27ce Drop declaration of IP/CDIR type CEL variables
> e35b5a7 Merge pull request # 129732 from dims/switch-to-v2.6.3-of-gopkg.in/go-jose/go-jose.v2
> cf7237e Merge pull request # 127709 from pohly/log-client-go-rest
> 736476d update github.com/coreos/go-oidc to v2.3.0
> 6885e99 Merge pull request # 129538 from hzxuzhonghu/http2-clean
> c2262d5 client-go/rest: backoff with context support
> 6e7ca2c Switch to gopkg.in/go-jose/go-jose.v2 @ v2.6.3
> 0e1bb96 Merge pull request # 129679 from pacoxu/remove-APIListChunking
> 29de537 Cleanupï: only initiate http2 server options when http2 is not disabled
> b66aedf remove APIListChunking which was GAed since v1.29
> 626adbf Merge pull request # 129303 from sttts/sttts-vap-jsonpatch-typeresolver-tests
> ae92d91 Merge pull request # 129628 from 249043822/br004
> ca7102a apiserver/admission/cel: add unit tests for JSONPatch expressions
> 2387b5d Merge pull request # 129633 from skitt/revert-go-difflib-go-spew
> e802cf6 remove duplicate getAttrsFunc calls to reduce temporary memory allocations
> 2c1a1fa Merge pull request # 129547 from serathius/watchcache-bypass-test-valid
> 695a3a4 Revert to go-difflib and go-spew releases
> cd99ead Merge pull request # 129622 from dims/update-to-latest-kustomize-v5.6.0
> a6c0914 Only test requests that pass validation
> 37d4665 Merge pull request # 127375 from omerap12/issue_126311
> 5f060d9 Drop github.com/asaskevich/govalidator
> 76f1672 Merge pull request # 129590 from wojtek-t/cleanup_feature_gates
> 7ca4de7 lint: removed empty line
> 30363fd Remove WatchBookmark feature gate
> 81ab7e0 Add test for CEL reserved symbols without double underscore
> 5edcd3c Merge pull request # 124087 from krzysdabro/tests-apiserver-options-kms
> e62b626 Merge pull request # 129443 from serathius/watchcache-proxy
> 2146712 apiserver: decrease timeout for TestKMSHealthzEndpoint
> 6c47046 Merge pull request # 129439 from serathius/refactor-delegate-2
> 74be087 Extract and unify cache bypass logic by creating a CacheProxy struct
> b431778 Refactor shouldDelegateList
> a2cdf2c Merge pull request # 129540 from serathius/test-list-cache-bypass
> 2241ea0 Merge pull request # 129542 from serathius/watchcache-benchmark-namespace
> 3c47ed7 Test all possible combinations of input for shouldDelegateList
> 8161d73 Add benchmarking of namespace index
> c7ea661 Merge pull request # 129441 from serathius/watchcache-benchmark
> 893803d Merge pull request # 129440 from serathius/watchcache-extract-list-response
> fd21d18 Improve benchmark to handle multiple dimensions
> 2cad252 Merge pull request # 129430 from MadhavJivrajani/go124-webhook-regex-ut
> 62c90b1 Extract list response struct to manage all the response fields
> e6eb589 Merge pull request # 129349 from dims/bump-x/net-to-v0.33.0
> 7c924dc webhook: alter regex to account for x509sha1 GODEBUG removal
> 006dd59 Merge pull request # 128872 from alvaroaleman/generics
> 825f36b Bump x/net to v0.33.0
> 84b3c4c Use generic btree in watchcache
> a53d8f1 Update github.com/google/btree
> 494066f Merge pull request # 128279 from Jefftree/compat-133
> 15b54ba Expand emulated version range to n-3 with 1.31 floor
> c7fb780 Merge pull request # 129074 from siyuanfoundation/fgv
> 0daeb9f Add Validation to versioned feature specs.
> b3597c0 Merge pull request # 129205 from tosi3k/wc-configurable-retention
> f5b4a60 Merge pull request # 129213 from Jefftree/k-openapi
> 0dcf3e9 Configure watch cache history window based on request timeout
> 665a8df Merge pull request # 128343 from Jefftree/responsewriter-test
> 68ddbb0 bump kube-openapi
> b62222b Merge pull request # 129195 from dims/update-x/crypto/ssh-dependency
> ada3ee1 add test for inmemory response writer
> 6ecac9f Merge pull request # 128844 from cheftako/updateANP
> dbfbe37 Update x/crypto/ssh dependency
> 988c0f8 Merge pull request # 129054 from pohly/remove-import-name
> c8d9720 Bump konnectivity-client to v0.31.1
> 0a3c895 Merge pull request # 128890 from kei01234kei/output_log_when_server_shutdown_is_failed
> b846629 remove import doc comments
> 47024d9 Merge pull request # 128862 from MariamFahmy98/map-unit-tests
> 753940e 📝 output log when server shutdown is failed
> ea0b9ce Merge pull request # 128621 from kmala/master
> b858201 fix: remove duplicated unit tests in JSONPatch and ApplyConfiguration
> df1723c Merge pull request # 127897 from modulitos/add-x509-uid-to-user
> d513755 update the github.com/golang-jwt/jwt/v4 dependency
> 3658357 Merge pull request # 129103 from liggitt/drop-winreadlinkvolume
> 026bd87 set user.DefaultInfo.UID from x509 cert
> 9add4d0 Drop use of winreadlinkvolume godebug option
> 99abade Merge pull request # 129081 from stlaz/fg_remote_uid
> 79e6f1f Merge pull request # 129083 from liggitt/go1.23windows
> 5047b8f featuregate UID in RequestHeader authenticator
> aaeb01b Revert to go1.22 windows filesystem stdlib behavior
> cccad30 Merge pull request # 128722 from dims/possible-fix-for-alpha-feature-breaking-tests
> 51b4b49 Possible fix for alpha CI jobs failing with AllowUnsafeMalformedObjectDeletion switched on
bumping knative.dev/pkg 3c3a920...05e18ff:
> 05e18ff pull configmap parsing into separate package (# 3185)
> 4e27b2e bump min k8s version to 1.32 (# 3184)
> 1da18b7 Bump the golang-x group with 3 updates (# 3183)
> 2c412af Bump google.golang.org/grpc from 1.72.2 to 1.73.0 (# 3182)
bumping github.com/google/cel-go 8ad600b...1bf2472:
> 1bf2472 Minor update on cost order (# 1119)
> fb3fe56 Bump github.com/golang/glog (# 1115)
> d8351df Modify cost updates to be more extension friendly (# 1113)
> 2f7606a Cost tracking for two-variable comprehensions and bindings (# 1104)
> 7621362 Add optional.unwrap() / .unwrapOpt() function (# 1103)
> 9f925d8 Bump the npm_and_yarn group across 1 directory with 2 updates (# 1110)
> 91fb306 Update PruneAst to support constants of optional type (# 1109)
> 33a7f97 Default enable using hidden accumulator name. (# 1099)
> ee426f4 Add base_config and partial_config files under restricted_destination testdata (# 1106)
> 43bc483 Add test cases for `string.format` covering various edge cases (# 1101)
> 628543b Fixes for google import. (# 1102)
> fa6eb32 Add option to use inaccessible accumulator var (# 1097)
> 7c5909e Update README.md (# 1098)
> 98789f3 Address non-const format string lint findings (# 1096)
> a108e9e Add syntax for escaped field selectors. (# 1002)
> 8b07a00 Policy nested rule fix (# 1092)
> aacca17 Add support for typed conformance tests. (# 1089)
> 0091f8d Replace checks for valid UTF-8 in strings with go-maintained calls (# 1094)
> bd1ec92 Fix two-variable comprehension pruning (# 1083)
> 6202a67 improve debug output to properly quote byte strings (# 1088)
> c096438 Fix a crash in mismatched output check for nested rules (# 1086)
> 000958d Add versioning support for extensions (# 1075)
> 2e67731 Fix partial evaluation with the new folder objects used with comprehensions (# 1084)
> 5910569 Improve policy compiler error message for incompatible outputs. (# 1082)
> 5d18e93 First and last (# 1067)
> 933f926 Fix nil-type when two-var comprehension has a dyn range (# 1077)
> ff1302f Fix optional test to be functional (# 1076)
> 4b73ba3 Add two-variable comprehension support to cel-policy (# 1074)
> ba74bf6 Additional nil-safety checks with corresponding test updates (# 1073)
> 72e0977 Rename conformance proto import for ease of syncing (# 1071)
> 24ec244 Fix format string issue (# 1072)
> 7184cb0 Update docs on IO methods (# 1070)
> da44524 Expose public methods to convert function and variable decl to v1 Decl (# 1069)
> f8ecaa2 Harden legacy macros, add support for existsOne macro (# 1064)
bumping github.com/klauspost/compress 72cd4a9...8e79dc4:
> 8e79dc4 Deprecate Go 1.21 and add 1.24 (# 1055)
> df8e99c build(deps): bump the github-actions group with 2 updates (# 1053)
> 7787431 zstd: fix unused debug code (# 1052)
> 0bf3ecb flate: Cleanup & reduce casts (# 1050)
> e0f89a9 flate: Fix matchlen L5+L6 (# 1049)
> c8a8470 s2: Improve small block compression speed w/o asm (# 1048)
> b05b993 s2: Add block decode fuzzer (# 1044)
> aafbabd flate: Simplify matchlen (remove asm) (# 1045)
> dbaa9c1 flate: Simplify l4-6 loading (# 1043)
> 4fa2036 Add unsafe little endian loaders (# 1036)
> 7d9f61a zstd: use `slices.Max` for max value in slice (# 1041)
> a2a2e44 refactor: use built-in `min` function (# 1038)
> 6ad807b build(deps): bump the github-actions group with 2 updates (# 1035)
> b08929a docs: Description typo fixed (# 1031)
> bbaf27d zstd: fix: check `r.err != nil` but return a nil value error `err` (# 1028)
> 4d8527a build(deps): bump the github-actions group with 2 updates (# 1026)
> 11e333d zstd: Read doc typo (# 1023)
> 826a08c zstd: remove unreachable debugging code raising insecure_file_permissions security detection (# 1022)
> 3915ad5 chore: fix comment(bit-->byte) (# 1021)
> 7883c2d build(deps): bump the github-actions group with 2 updates (# 1020)
bumping k8s.io/apimachinery 59e9003...173776a:
> 173776a Merge pull request # 131708 from tigrato/automated-cherry-pick-of-# 131702-upstream-release-1.33
> a3d1fde fix: fixes a possible panic in `NewYAMLToJSONDecoder`
> 955939f bump etcd 3.5.21 sdk
> e8a77bd Merge pull request # 130910 from googs1025/fix/datarace
> 7e8c77e Merge pull request # 130906 from serathius/streaming-validation
> 27fd396 flake: fix data race for func TestBackoff_Step
> 8bcc6f1 Update kube-openapi and integrate streaming tags validation
> 6ce776c Merge pull request # 130857 from thockin/kk_small_vg_diffs
> f2c94d6 Comment on origin and JSON schema
> b63ba07 Use origin in validateFalse's own test
> beddba4 Use test.Helper in helper funcs
> eaf4038 Merge pull request # 130354 from siyuanfoundation/forward-api
> c8bf404 Merge pull request # 130019 from yongruilin/version-intro
> 39750cd Add emulation forward compatibility into api enablement and RemoveDeletedKinds.
> a04ff37 Merge pull request # 122550 from danwinship/tighten-ip-validation
> 18f4642 refactor: detach Info from apimachinery util version
> 2eee037 Merge pull request # 130705 from aaron-prindle/validation-gen-add-metric-and-runtime-verification-upstream
> 7186701 Fix IP/CIDR validation to allow updates to existing invalid objects
> a78ae8b feat: extend version information with more detailed version fields
> 2687636 Merge pull request # 130739 from jpbetz/declarative-validation-test-infra
> f33bb5d chore: change error_matcher.go to use test interface instead of importing testing pkg
> 72340d2 Add legacy versions of IsValidIP/IsValidCIDR
> d9e6c50 Introduce versioned validation test utilitizes and add fuzz tester
> 8aa42c4 Slightly improve EndpointSlice address validation
> e79d000 Merge pull request # 129407 from serathius/streaming-proto-list-encoder
> 5b974f2 Add validation.IsValidInterfaceAddress
> 87bb4f9 Merge pull request # 130730 from jpbetz/minimum-tag
> e0ec816 Implement streaming proto encoding
> a18d60b Add +k8s:minimum validation tag
> 6e3d6ca Merge pull request # 128786 from danwinship/bad-ip-warnings
> 56015c7 Merge pull request # 130699 from thockin/master_validation-gen_odd_cases
> fe80b85 Add utilvalidation.GetWarningsForIP and .GetWarningsForCIDR
> 40f26b3 Merge pull request # 130695 from yongruilin/validation-gen_coveredbydeclarative
> af97bd6 Prevent usage patterns we don't want to support
> ba7db19 Split out IP validation functions into their own file
> 06dde8a Add CoveredByDeclarative to field error struct
> ee322b2 Merge pull request # 130666 from thockin/yaml_json_ambiguous_decode
> e25aab0 Merge pull request # 130555 from thockin/k_k_randfill
> 9b3d085 Better handling of YAML that tastes like JSON
> a18d7f2 Vendor randfill
> 78ddbb8 Use randfill, do API renames
> ac04c7e Merge pull request # 130569 from dims/update-to-latest-cadvisor-v0.52.0
> a3f7d4e Merge pull request # 130543 from thockin/error_matcher_and_origin
> 7802db1 update to v1.22.0-rc.0
> a70cc77 Fix up ErrorMatcher from feedback
> 4dfd1a6 update to latest cadvisor @ v0.52.0
> b5eba29 Merge pull request # 130511 from z1cheng/issue_130395
> e93b7f2 Merge pull request # 130549 from jpbetz/validation-gen-pr2
> e8d821e Implement tests for encoding collections in Proto
> 39f6713 Add declarative validation to scheme
> 9dca0b5 Merge pull request # 130349 from jpbetz/validation-gen-pr1
> 14ab970 Add validators: immutable
> 93247ca Add validators: optional/required/forbidden
> f6058d5 Add validators: eachkey, eachval, subfield
> 77caaf9 Add validation-gen test infrastructure
> 13b1842 Introduce validation-gen
> 4e96674 Merge pull request # 128919 from dashpole/update_otel
> ded50ec update go.opentelemetry.io dependencies to v1.33.0/v0.58.0
> a3e3122 Merge pull request # 130388 from thockin/error_matcher_and_origin
> 7d0dbe2 Merge pull request # 129334 from serathius/streaming-json-list-encoder
> 46d8d84 Add an error matcher, convert 2 tests
> 609a765 Merge pull request # 130474 from dims/bump-x/crypto-and-x/oauth2
> 1e89b89 Streaming JSON encoder for List
> fa95ab3 Fix nits from PR 130355
> 6c5685c Merge pull request # 130355 from yongruilin/validation_origin
> f7c9d8b Bump x/oauth2 and x/crypto
> 758f86d Merge pull request # 129688 from cpanato/update-main-go124
> 0571dbf test: convert ValidateEndpointsCreate to use error Origin field in test
> 68b2a81 Switch to private instances of rand for seeding for tests
> da1b1a9 feat: Add Origin field to Error and related methods
> aac66c8 bump go.mod to set min go1.24
> ee1e055 Merge pull request # 130220 from serathius/streaming-json-tests
> a783532 Merge pull request # 130187 from mansikulkarni96/129084
> e38241d Add tests for encoding collections in JSON for KEP-5116
> 0a41670 Drop winsymlink go 1.23 workaround
> 47e7fa9 Merge pull request # 130151 from marosset/windows-unit-tests-externaljwt-plugin-fixes
> 11b535c fixing various unit tests on Windows that create abstract sockets
> 46c230e Merge pull request # 130049 from aojea/avoid_ginkgo_dep
> a19f1f8 Merge pull request # 129792 from likakuli/fix-errshortbuffer
> d8c2c0a reduce dependencies in apimachinery net testing utils
> 1235242 Merge pull request # 129341 from pohly/log-client-go-watch
> f7fd8b3 fix: Fix the issue of relist caused by client-side timeout
> a2cb7d3 Merge pull request # 125046 from tklauser/min-max-builtins
> 675c4f7 client-go + apimachinery watch: context support
> 4c61591 Merge pull request # 129815 from dims/linter-to-ensure-go-cmp/cmp-is-used-only-in-tests
> b93cf32 Use Go 1.21 min/max builtins
> d5dedd0 Linter to ensure go-cmp/cmp is used ONLY in tests
> 45d29dc Merge pull request # 129611 from carlory/cleanup-WatchBookmark
> c74304d Merge pull request # 129346 from pohly/log-client-go-apimachinery-wait
> 5036924 remove WatchBookmark feature-gate comment from types.go
> f863467 Merge pull request # 129633 from skitt/revert-go-difflib-go-spew
> b6d30bd apimachinery wait: support contextual logging
> 808ab77 Revert to go-difflib and go-spew releases
> 3e8e52d Merge pull request # 129349 from dims/bump-x/net-to-v0.33.0
> c485e50 Bump x/net to v0.33.0
> 307a3dd Merge pull request # 126387 from pohly/log-client-go-tools-cache-apis
> a1a247a Merge pull request # 129257 from liggitt/coerce-labels-annotations
> 6091c6a k8s.io/apimachinery: add HandleCrashWithLogger and HandleErrorWithLogger
> 8d8a7ac Coerce null label and annotation values to empty string
> 767f17a Merge pull request # 129213 from Jefftree/k-openapi
> ff1373e bump kube-openapi
> cfa44a1 Merge pull request # 128659 from saschagrunert/google-go-protobuf
> 5765d81 Replace `github.com/golang/protobuf` with `google.golang.org/protobuf`
> 7249ce1 Merge pull request # 129195 from dims/update-x/crypto/ssh-dependency
> f228881 Update x/crypto/ssh dependency
> d2cfef5 Merge pull request # 129170 from benluddy/cyclic-marshaler-cache-race
> 146e532 Merge pull request # 129054 from pohly/remove-import-name
> 373952f Fix data race in CBOR serializer's custom marshaler type cache.
> 6e120e1 Merge pull request # 127897 from modulitos/add-x509-uid-to-user
> 15f29b9 remove import doc comments
> 8c60292 Merge pull request # 129103 from liggitt/drop-winreadlinkvolume
> aa837c2 set user.DefaultInfo.UID from x509 cert
> f9c043a Drop use of winreadlinkvolume godebug option
> a0ca814 Merge pull request # 129083 from liggitt/go1.23windows
> 65d79dc Revert to go1.22 windows filesystem stdlib behavior
> 96b97de Merge pull request # 127513 from tkashem/delete-undecryptable
bumping google.golang.org/genproto/googleapis/api 56aae31...b45e905:
> b45e905 chore(all): update all (# 1204)
> e70fdf4 chore(deps): bump golang.org/x/net to 0.37.0 (# 1202)
> 33a14cd chore(deps): bump golang.org/x/net from 0.35.0 to 0.36.0 (# 1201)
> 5d019e2 chore(deps): bump golang.org/x/net in /googleapis/bytestream (# 1200)
> 81fb87f chore(all): auto-regenerate .pb.go files (# 1199)
> 29e43e6 chore(all): auto-regenerate .pb.go files (# 1195)
> a0af3ef chore(all): update all (# 1196)
> 55c9018 chore(all): auto-regenerate .pb.go files (# 1194)
> 546df14 chore(all): update all (# 1193)
> 9fdb1ca chore(all): update Go to 1.24 (# 1191)
bumping k8s.io/apiextensions-apiserver ab6ba90...a0cfc63:
> a0cfc63 Update dependencies to v0.33.1 tag
> c066cbe Merge remote-tracking branch 'origin/master' into release-1.33
> 08c3d2f Move to released version of prometheus/client_golang v1.22.0 from rc.0
> 7c1033e fix narrow spaces of %e for x/net bump
> cdf67dd bump etcd 3.5.21 sdk
> b8b1528 Merge pull request # 129872 from seans3/websocket-https-proxy
> d5c7de8 Websocket HTTPS proxy support
> de39b8d Merge pull request # 130899 from serathius/watchcache-error
> 7022eab Merge pull request # 130020 from mozillazg/patch-3
> 58ab281 Implement watchcache returning error from etcd that caused cache reinitialization
> 718a2c7 Merge pull request # 130906 from serathius/streaming-validation
> 3b74a18 test: fix a typo
> 19127f7 Update kube-openapi and integrate streaming tags validation
> c5a4a03 Merge pull request # 130019 from yongruilin/version-intro
> a62c99e Merge pull request # 130783 from jpbetz/versioned-formats
> d369bde feat: extend version information with more detailed version fields
> 0f37230 Support emulation versioning of formats
> c40f0a3 Merge pull request # 129407 from serathius/streaming-proto-list-encoder
> 6b43ac7 Implement streaming proto encoding
> 59a6ab4 Merge pull request # 130555 from thockin/k_k_randfill
> e10116f Vendor randfill
> 5964630 Use randfill, do API renames
> 77f6333 Merge pull request # 130569 from dims/update-to-latest-cadvisor-v0.52.0
> 0bf3773 Merge pull request # 130489 from p0lyn0mial/upstream-fake-client-pass-opts
> 239dba5 update to v1.22.0-rc.0
> aca9073 Merge pull request # 130422 from bertinatto/propagate-error-custom-resource-storage-2
> 57aa770 ./hack/update-codegen.sh
> 18929b9 update to latest cadvisor @ v0.52.0
> a804ce5 Propagate error when creating CustomResourceStorage instead of panic'ing
> 21d0c2f Merge pull request # 130349 from jpbetz/validation-gen-pr1
> 9707584 Bump gengo/v2 to latest
> 044c7fa Merge pull request # 128919 from dashpole/update_otel
> 4542a04 update go.opentelemetry.io dependencies to v1.33.0/v0.58.0
> e4e2dee Merge pull request # 129334 from serathius/streaming-json-list-encoder
> 1dcd2da Merge pull request # 130474 from dims/bump-x/crypto-and-x/oauth2
> 7573a01 Streaming JSON encoder for List
> 8da24ea Merge pull request # 129688 from cpanato/update-main-go124
> bb85abc Bump x/oauth2 and x/crypto
> 76fd6eb bump go.mod to set min go1.24
> 376adbc Merge pull request # 130118 from lucasrattz/update-anp
> 282cf37 Merge pull request # 130187 from mansikulkarni96/129084
> f47401f Bump konnectivity-client to v0.31.2
> 37468b9 Drop winsymlink go 1.23 workaround
> 00d4af5 Merge pull request # 130249 from seans3/bump-websockets-version
> c6bde84 Merge pull request # 130013 from yongruilin/crd-racheting-ga
> 28b2cb9 Update gorilla/websockets library from 1.5.0 to latest 1.5.3
> 1ecd29f Merge pull request # 129341 from pohly/log-client-go-watch
> 2d32bba feat: promote CRDValidationRatcheting to GA
> 6e7b624 Merge pull request # 129416 from siyuanfoundation/refactor
> 749c892 client-go informers: provide ListWatch *WithContext variants
> 67f8de6 Refactor compatibility version code
> ee10ccf Merge pull request # 129844 from cici37/bumCEL
> 3f4850c Merge pull request # 125046 from tklauser/min-max-builtins
> 1cfe458 Add more tests for optional.
> 5d3ea2d Merge pull request # 129732 from dims/switch-to-v2.6.3-of-gopkg.in/go-jose/go-jose.v2
> 7a9169a Use Go 1.21 min/max builtins
> 26455c9 Fixed the estimated cost for opt map.
> ad534d8 Merge pull request # 127709 from pohly/log-client-go-rest
> ce3c316 update github.com/coreos/go-oidc to v2.3.0
> 33823bd Bump cel-go to v0.23.2.
> cecfb1c client-go/rest: backoff with context support
> 0403de5 Switch to gopkg.in/go-jose/go-jose.v2 @ v2.6.3
> a79d7c9 Merge pull request # 129028 from sttts/sttts-cel-test
> e38d692 Merge pull request # 129633 from skitt/revert-go-difflib-go-spew
> cf58e61 Address comments
> 71a2dc8 Revert to go-difflib and go-spew releases
> 93db62f apiextensions: add pkg/test with CEL unit test helpers
> b2930d0 Merge pull request # 129622 from dims/update-to-latest-kustomize-v5.6.0
> 9198625 Drop github.com/asaskevich/govalidator
> 93f7497 Merge pull request # 129506 from JoelSpeed/fix-status-ratcheting
> d524468 Merge pull request # 129298 from omerap12/fix-discovery-controller-panic
> 30b06d4 U…
Signed-off-by: Knative Automation <automation@knative.team>
2025-06-17 08:37:56 +00:00
Kapil Sareen
e9e88e5264
mcp: adds build tool ( #2865 )
...
Signed-off-by: kapil <kapilsareen584@gmail.com>
2025-06-17 01:28:56 +00:00
github-actions[bot]
20479af33c
chore: update Quarkus platform version to 3.23.3 ( #2862 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-06-12 14:56:48 +00:00
Kapil Sareen
90ed2421a0
mcp: adds list tool ( #2861 )
...
Signed-off-by: kapil <kapilsareen584@gmail.com>
2025-06-12 08:09:47 +00:00
Kapil Sareen
e5b34ecb1f
mcp: adds create and deploy tools ( #2859 )
...
Signed-off-by: kapil <kapilsareen584@gmail.com>
2025-06-11 13:01:46 +00:00
github-actions[bot]
f43b09b74d
update components ( #2860 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-06-10 14:20:45 +00:00
github-actions[bot]
3da9704df8
chore: update Quarkus platform version to 3.23.2 ( #2858 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-06-09 09:32:52 +00:00
Kapil Sareen
0ed0efbe27
mcp: adds func mcp command ( #2836 )
...
Signed-off-by: KapilSareen <kapilsareen584@gmail.com>
2025-06-09 01:41:30 +00:00
github-actions[bot]
fd73021f34
chore: update Springboot platform version to 3.5.0 ( #2851 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-06-05 05:27:27 +00:00
Knative Automation
13444c3238
upgrade to latest dependencies ( #2850 )
...
bumping knative.dev/networking eea9fd8...e132e24:
> e132e24 upgrade to latest dependencies (# 1065)
bumping knative.dev/eventing 40bac3c...da948cb:
> da948cb Return assigned port for HTTPEventReceiver (# 8596)
> 3edf526 [main] Upgrade to latest dependencies (# 8595)
bumping knative.dev/pkg 44579e9...3c3a920:
> 3c3a920 Bump google.golang.org/grpc from 1.72.1 to 1.72.2 (# 3181)
bumping knative.dev/serving c36383e...794c02f:
> 794c02f Update net-kourier nightly (# 15912)
> fbeabf6 upgrade to latest dependencies (# 15906)
> 5470b9f Update net-contour nightly (# 15911)
> 0a95f77 Update net-kourier nightly (# 15909)
> 0d710f5 Update net-gateway-api nightly (# 15910)
> d5907a3 Update net-kourier nightly (# 15901)
> 817f739 Bump chainguard-dev/actions in the github-actions group (# 15905)
> 92b23aa Update net-istio nightly (# 15902)
> 6d6d25e Fix labels and annotations propagation to k8s service on update (# 15892)
bumping google.golang.org/grpc 4cf3cf7...6135a73:
> 6135a73 Change version to v1.72.2 (# 8357)
> eef8c9c delegatingresolver: avoid proxy for resolved addresses in NO_PROXY env (# 8329) (# 8353)
> 3b5fa74 balancer/least_request : Fix panic while handling resolver errors (# 8333) (# 8339)
> edf643f Change version to v1.72.2-dev (# 8326)
Signed-off-by: Knative Automation <automation@knative.team>
2025-06-05 05:16:26 +00:00
Tin
33ab476607
Changed volume uploader pod image pull policy to "Always" ( #2852 )
2025-06-02 15:57:24 +00:00
Matej Vašek
01b5c3eef6
Improve Go templates README ( #2848 )
...
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-05-28 14:18:18 +00:00
Matej Vašek
22e4f6d53a
Fix non-containerized build/run /w external deps ( #2847 )
...
It's necessary to call "go mod tidy" on scaffolded code.
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-05-28 13:45:18 +00:00
Tin
3150fedb57
Issue #2835 - Tekton task "func-buildpacks" prepare/results steps use non-multi-arch bash:5.1.4 image, causing exec format errors on ARM64 ( #2842 )
2025-05-27 13:41:24 +00:00
Jefferson Ramos
f598fa45d0
chore: add tasks related images to func environment ( #2839 )
2025-05-27 13:41:18 +00:00
Matej Vašek
15b30dcd05
Fix quarkus buildpack image reference ( #2838 )
...
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-05-27 13:22:18 +00:00
Jefferson Ramos
70720edadc
test: fix python e2e http test ( #2831 )
2025-05-27 13:10:19 +00:00
Knative Automation
535d6de273
upgrade to latest dependencies ( #2830 )
...
bumping golang.org/x/sync 396f3a0...506c70f:
> 506c70f errgroup: propagate panic and Goexit through Wait
bumping golang.org/x/text 4890c57...700cc20:
> 700cc20 go.mod: update golang.org/x dependencies
bumping golang.org/x/net b8d8877...7d6e62a:
> 7d6e62a go.mod: update golang.org/x dependencies
> ea0c1d9 internal/timeseries: use built-in max/min to simplify the code
> 3e7a445 quic: skip packet numbers for optimistic ack defense
> 3f563d3 quic: use an enum for sentPacket state
> a3b6e77 quic: don't re-lose packets when discarding keys
> 22500a6 quic: decode packet numbers >255 in tests
> dd0b200 quic: remove go1.21 build constraint
bumping knative.dev/networking 16635c6...eea9fd8:
> eea9fd8 upgrade to latest dependencies (# 1064)
> 6f71a25 upgrade to latest dependencies (# 1063)
> a06da1d upgrade to latest dependencies (# 1062)
bumping golang.org/x/sys 01aaa83...3d9a6b8:
> 3d9a6b8 windows: add WSADuplicateSocket
> c0a9559 cpu: add crypto extensions detection for riscv64
> 8e9e046 windows: add virtual key codes and console input consts
> 7138967 windows: fix slicing of NTUnicodeString values
> 6a85559 windows: fix dangling pointers in (*SECURITY_DESCRIPTOR).ToAbsolute
bumping knative.dev/pkg d5e74d2...44579e9:
> 44579e9 Bump google.golang.org/grpc from 1.72.0 to 1.72.1 (# 3180)
> 873230f upgrade to latest dependencies (# 3179)
> 19a1383 group golang.org/x dependencies (# 3178)
> 1c0e799 Bump golang.org/x/net from 0.39.0 to 0.40.0 (# 3177)
> d09148e Bump golang.org/x/tools from 0.32.0 to 0.33.0 (# 3176)
> cb6cfa2 Bump golang.org/x/sync from 0.13.0 to 0.14.0 (# 3175)
bumping golang.org/x/term 5d2308b...2ec7864:
> 2ec7864 go.mod: update golang.org/x dependencies
> a809085 term: support pluggable history
bumping knative.dev/eventing 06f8dc9...40bac3c:
> 40bac3c Eventing TLS: add tests for dynamically added CA trust bundles (# 7726)
> a2cf308 [Automated] Update eventing-eventing-integrations nightly (# 8591)
> 7a5486b [main] Upgrade to latest dependencies (# 8590)
> 5eb1a5f Try to ensure ordering of referenced source CMs, by name (# 8589)
> 3788fcc [main] Upgrade to latest dependencies (# 8587)
bumping knative.dev/serving a01a078...c36383e:
> c36383e Add support for Kubernetes “image” volume type (# 15878)
> 3f7000d TestSystemInternalTLS set min-scale to not lose logs (# 15895)
> 16b1076 Update net-kourier nightly (# 15897)
> e56dd0e upgrade to latest dependencies (# 15894)
> 8a39d5e upgrade to latest dependencies (# 15881)
> 99655d2 Update net-gateway-api nightly (# 15885)
> bbf34f6 Update net-contour nightly (# 15887)
> 4e4420a Update net-kourier nightly (# 15886)
> ebcedc8 Update net-istio nightly (# 15888)
> 589b6ab bump cluster version (# 15879)
bumping knative.dev/hack c4037b0...f525e18:
> f525e18 Bump min kube version to 1.32 (# 424)
bumping google.golang.org/grpc a43eba6...4cf3cf7:
> 4cf3cf7 Change version to 1.72.1 (# 8319)
> 537fe8d transport: Propagate status code on receiving RST_STREAM during message read (# 8289) (# 8317)
> f32eab3 cherry-pick # 8302 and # 8304 to v1.72.x branch (# 8303)
> 7fcfc87 internal/delegatingresolver: avoid proxy if networktype of target address is not tcp (# 8215) (# 8296)
> ad1e120 Change version to 1.72.1-dev (# 8219)
bumping golang.org/x/crypto 959f8f3...aae6e61:
> aae6e61 go.mod: update golang.org/x dependencies
> 9c1aa6a ssh/test: reset the random source before capturing a recording
> 8819902 ssh/test: enable Diffie-Hellman key exchange algorithms
> 3f311e4 acme: return error from pre-authorization when unsupported
> 1f7c62c ssh/test: skip unsupported tests on js/wasm
> a5f8048 acme/autocert: use standard functions to pick the cache directory
> 958cde8 Revert "chacha20: add loong64 SIMD implementation"
> 51f005c Revert "salsa20: add loong64 SIMD implementation"
> 7c35866 Revert "argon2: add loong64 SIMD implementation"
> 0091fc8 Revert "blake2s: add loong64 SIMD implementation"
> 388684e argon2: add loong64 SIMD implementation
> 953e809 chacha20: add loong64 SIMD implementation
> 18f7707 salsa20: add loong64 SIMD implementation
> 2ebaafc blake2s: add loong64 SIMD implementation
> 4bc0711 acme: use built-in max/min to simplify the code
> c96bba2 ssh: add mlkem768x25519-sha256 Key Exchange algorithm
> 6b13eef ssh: add integration tests against a reference implementation
Signed-off-by: Knative Automation <automation@knative.team>
2025-05-27 11:58:18 +00:00
Matej Vašek
0ce5759cef
Fix: build correct func-util binary for give arch ( #2843 )
...
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-05-26 20:04:17 +00:00
Matej Vašek
805cb5dcc5
Fix detection of hostname resolution failure ( #2841 )
...
It appears that newer version of docker outputs different error when
registry hostname is not resolvable.
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-05-26 19:15:17 +00:00
Matej Vašek
4c4fd28c23
More granular image references ( #2837 )
...
Signed-off-by: Matej Vašek <matejvasek@gmail.com>
2025-05-26 15:51:17 +00:00
github-actions[bot]
a062cd2872
chore: update Springboot platform version to 3.4.6 ( #2834 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-05-22 16:02:30 +00:00
github-actions[bot]
8a9583e30f
chore: update CA bundle ( #2833 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-05-20 15:47:28 +00:00
github-actions[bot]
ecdcf868cb
chore: update Quarkus platform version to 3.22.3 ( #2832 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-05-16 14:38:49 +00:00
David Fridrich
55df89a874
unify flags, codecov revamp a bit ( #2773 )
...
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
2025-05-12 13:25:44 +00:00
github-actions[bot]
ff63772166
chore: update Quarkus platform version to 3.22.2 ( #2828 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-05-08 07:08:59 +00:00
github-actions[bot]
bcd141d7cb
update components ( #2827 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-05-07 05:54:58 +00:00
Knative Automation
7467ce1f39
upgrade to latest dependencies ( #2826 )
...
bumping knative.dev/serving 803fdbf...a01a078:
> a01a078 Update net-gateway-api nightly (# 15875)
Signed-off-by: Knative Automation <automation@knative.team>
2025-05-05 13:49:53 +00:00
Knative Automation
76519f5bc7
upgrade to latest dependencies ( #2825 )
...
bumping knative.dev/serving eaad792...803fdbf:
> 803fdbf Update net-istio nightly (# 15876)
Signed-off-by: Knative Automation <automation@knative.team>
2025-05-04 16:12:11 +00:00
Knative Automation
688a39ec24
upgrade to latest dependencies ( #2821 )
...
bumping knative.dev/serving 9dfd12d...eaad792:
> eaad792 Bump the github-actions group with 3 updates (# 15874)
> 5032acc Update net-contour nightly (# 15872)
> 0cb5678 Bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 (# 15871)
> 25fccfb upgrade to latest dependencies (# 15868)
> 7decfdc feat: reduce duplicate code (# 15867)
bumping knative.dev/networking 6268d93...16635c6:
> 16635c6 Update community files (# 1061)
> e2c18ca Update community files (# 1060)
Signed-off-by: Knative Automation <automation@knative.team>
2025-05-02 06:13:08 +00:00
github-actions[bot]
e3a957662f
chore: update Quarkus platform version to 3.22.1 ( #2824 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-04-30 23:39:06 +00:00
Matej Vašek
c6c6aa2e12
Make docker.io/heroku/ builders trusted ( #2818 )
...
fixes #2516
2025-04-30 08:40:06 +00:00
Matej Vašek
41666714f2
Fix: do not override uid/git in buildpack builder ( #2819 )
...
* Fix: do not override uid/git in buildpack builder
Zero value implies override (to root presumably),
we must set it to negative value.
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* Fixup tests
Since we do not override uid/gid==0 we need to make mounted data less
readable to all.
Signed-off-by: Matej Vašek <mvasek@redhat.com>
---------
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-04-30 02:45:05 +00:00
Jefferson Ramos
f6b5e39b7c
test: upgrade podman-next packages to fedora 41 for nightly podman test ( #2820 )
2025-04-29 23:09:05 +00:00
Knative Automation
de6022bf43
upgrade to latest dependencies ( #2817 )
...
bumping knative.dev/hack c577ed9...c4037b0:
> c4037b0 Update community files (# 423)
> cfde8c9 Update community files (# 422)
bumping google.golang.org/genproto/googleapis/rpc e9438ea...56aae31:
> 56aae31 chore(all): update all (# 1190)
> 5a70512 chore(all): remove toolchain from go.mod (# 1189)
bumping knative.dev/client/pkg 96721e5...1e24794:
> 1e24794 Update community files (# 2001)
bumping knative.dev/pkg ed3e215...d5e74d2:
> d5e74d2 Update community files (# 3174)
> 757c99c Bump google.golang.org/grpc from 1.71.1 to 1.72.0 (# 3173)
> a877090 Update community files (# 3171)
bumping google.golang.org/genproto/googleapis/api e9438ea...56aae31:
> 56aae31 chore(all): update all (# 1190)
> 5a70512 chore(all): remove toolchain from go.mod (# 1189)
bumping knative.dev/serving a4c4491...9dfd12d:
> 9dfd12d Update net-kourier nightly (# 15865)
> abd03b2 Update net-istio nightly (# 15864)
> c2645f0 Update net-contour nightly (# 15863)
> 0c57eaf Update net-gateway-api nightly (# 15859)
> 6c949a5 Update community files (# 15862)
> 9665028 Update net-kourier nightly (# 15860)
bumping cel.dev/expr 7f03cb5...bfe4f8b:
> bfe4f8b Add java_lite_proto_library targets to canonical CEL protos. Deprecate explain.proto. (# 440)
> 1435466 Indicate that CEL is an official Google product (# 439)
> 23e240d Add conformance tests for quoted field selectors. (# 431)
> 25227dd Fix strings.format tests (# 435)
> 19866ce clarify Unicode handling (# 423)
> 8fdb299 tests to verify parsers ignore whitespace and comments (# 430)
> 2bf1deb typo, formatting, and link fixes (# 422)
> 0b43925 clarify error behavior for e.exists(x, p) (# 427)
> b9cf1a1 Add additional type check tests (# 419)
> b1b7fa0 Correct 'worst-cast' typos (# 418)
bumping google.golang.org/grpc cdbdb75...a43eba6:
> a43eba6 Change version to 1.72.0 (# 8218)
> 48f48c1 balancer/pickfirstleaf: Avoid reading Address.Metadata (# 8227) (# 8259)
> fd6f585 Cherry-pick # 8159 and # 8243 to v1.72.x (# 8255)
> 79ca174 stats/opentelemetry: fix trace attributes message sequence numbers to start from 0 (# 8237) (# 8252)
> 57a2605 xdsclient: fix TestServerFailureMetrics_BeforeResponseRecv test to wait for watch to start before stopping the listener (# 8217)
> 5edab9e xdsclient: add grpc.xds_client.server_failure counter mertric (# 8203)
> 78ba661 regenerate protos (# 8208)
> 6819ed7 delegatingresolver: Stop calls into delegates once the parent resolver is closed (# 8195)
> a51009d resolver: convert EndpointMap to use generics (# 8189)
> b0d1203 resolver: create AddressMapV2 with generics to replace AddressMap (# 8187)
> 43a4a84 internal/balancer/clusterimpl: replace testpb with testgrpc (# 8188)
> d8924ac xds: fix support for load reporting in LOGICAL_DNS clusters (# 8170)
> ce2fded xds: fix support for circuit breakers in LOGICAL_DNS clusters (# 8169)
> eb744de resolver: Make EndpointMap's Get, Set and Delete operations O(1) (# 8179)
> 8d8571e stats: Improved sequencing documentation for server-side stats events and added tests. (# 7885)
> 0af5a16 grpc: fix bug causing an extra Read if a compressed message is the same size as the limit (# 8178)
> 1703656 xds: generic xDS client transport channel and ads stream implementation (# 8144)
> c27e6dc xdsclient: read bootstrap config before creating the first xDS client in DefaultPool (# 8164)
> 1f6b0cf [Security] Add support for SPIFFE Bundle Maps in certificate providers (# 8167)
> 775150f stats/opentelemetry: use TextMapProvider and TracerProvider from TraceOptions instead of otel global (# 8166)
> d860daa example/features/retry: fix grpc.NewClient call in documentation (# 8163)
> 75d4a60 [Security] Add support for parsing SPIFFE Bundle Maps (# 8124)
> 5ac9042 balancer/rls: allow maxAge to exceed 5m if staleAge is set (# 8137)
> bdba42f xds: emit resource-not-found logs at Warning level (# 8158)
> a0a739f xds: ensure node ID is populated in errors from the server (# 8140)
> 5668c66 resolver/manual: allow calling UpdateState with an un-Built resolver (# 8150)
> 5199327 grpc: Add endpoints in resolverWrapper.NewAddresses (# 8149)
> f49c747 balancer/pickfirst/pickfirstleaf: fix race condition in tests (# 8148)
> af07815 xds: introduce generic xds clients xDS and LRS Client API signatures (# 8042)
> 8c080da priority: Send and validate connection error in test (# 8143)
> e8c412d *: Regenerate protos (# 8142)
> 0914bba interop: Wait for server to become ready in alts interop tests (# 8141)
> bffa4be xds: ensure xDS node ID is populated in errors from xds resolver and cds lb policy (# 8131)
> 8ae4b7d clusterresolver: Lower log level when ExitIdle is called with no child (# 8133)
> 0d6e39f transport: Send RST stream from the server when deadline expires (# 8071)
> 7505bf2 xds: introduce simple grpc transport for generic xds clients (# 8066)
> 01080d5 stats/openetelemetry: refactor and make e2e test stats verification deterministic (# 8077)
> b0f5027 cleanup: replace dial with newclient (# 7970)
> 52a257e cleanup: replace dial with newclient (# 7967)
> d48317f github: change test action to cover the legacy pickfirst balancer (# 8129)
> a510cf5 xds, pickfirst: Enable additional addresses in xDS, set new pick_first as default (# 8126)
> e9c0617 xds: simplify code handling certain error conditions in the resolver (# 8123)
> feaf942 cds: stop child policies on resource-not-found errors (# 8122)
> dbf92b4 deps: update dependencies for all modules (# 8108)
> aa629e0 balancergroup: Make closing terminal (# 8095)
> e0ac3ac xdsclient: Add error type for NACKed resources (# 8117)
> 65c6718 examples/features/dualstack: Demonstrate Dual Stack functionality (# 8098)
> c75fc8e chore: enable early-return and unnecessary-stmt and useless-break from revive (# 8100)
> c7db760 xdsclient: ensure xDS node ID in included in NACK and connectivity errors (# 8103)
> 42fc25a weightedroundrobin: Move functions to manage Endpoint weights into a new internal package (# 8087)
> 607565d Change version to 1.72.0-dev (# 8107)
bumping knative.dev/eventing b99e57b...7146629:
> 7146629 fix a typo in broker readme: kantive (# 8573)
> 31cc92d [Automated] Update eventing-eventing-integrations nightly (# 8571)
> 61731d3 [main] Update community files (# 8570)
Signed-off-by: Knative Automation <automation@knative.team>
2025-04-29 14:29:05 +00:00
github-actions[bot]
e013e6ed31
chore: update Springboot platform version to 3.4.5 ( #2813 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-04-28 05:26:28 +00:00
Knative Automation
4e9fc0922f
upgrade to latest dependencies ( #2800 )
...
bumping knative.dev/serving 7f044f1...a4c4491:
> a4c4491 update min go version to 1.24 (# 15856)
> e74fe1a drop code clearing out the user agent (# 15857)
> 128550c bump latest contour and istio (# 15858)
bumping knative.dev/eventing a7b2f1c...b99e57b:
> b99e57b [main] Upgrade to latest dependencies (# 8567)
bumping knative.dev/client/pkg 6c6ddcd...96721e5:
> 96721e5 [main] Upgrade to latest dependencies (# 1997)
Signed-off-by: Knative Automation <automation@knative.team>
2025-04-24 13:48:24 +00:00
github-actions[bot]
3d4d7da487
update components ( #2812 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-04-24 13:01:26 +00:00
David Fridrich
69cbc75f7b
e2e scenarion config test errorf format fix ( #2810 )
...
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
2025-04-24 12:18:28 +00:00
David Fridrich
ace7703e29
fix e2e errorf formatting for 1.24 ( #2809 )
...
* fix e2e errorf formatting for 1.24
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
* add %
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
---------
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
2025-04-24 10:32:24 +00:00
github-actions[bot]
0e1be8d1ed
chore: update Quarkus platform version to 3.21.4 ( #2808 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-04-24 06:06:24 +00:00
Knative Automation
d0deccb81b
Update community files ( #2807 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2025-04-24 02:04:23 +00:00
github-actions[bot]
8eb33ded0c
update components ( #2791 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-04-22 11:33:38 +00:00
Knative Automation
69a21a8e31
upgrade to latest dependencies ( #2798 )
...
bumping knative.dev/serving c7e3075...7f044f1:
> 7f044f1 Enable Mount Propagation as a Optional Feature (# 15758)
> 5653ad0 Update net-gateway-api nightly (# 15853)
> ae7b265 Update net-kourier nightly (# 15855)
> 4730c99 Update net-istio nightly (# 15854)
> 880ea71 Update net-contour nightly (# 15852)
> 93023e8 feat: add support for CSI volumes (# 15815)
> c7f03af Support exec readiness probes for sidecar containers (# 15773)
> a221c53 Update net-kourier nightly (# 15849)
> e88d4dc upgrade to latest dependencies (# 15845)
> 1d9855f Update net-gateway-api nightly (# 15847)
> e6c1839 Update community files (# 15848)
bumping knative.dev/networking f1b08e6...6268d93:
> 6268d93 upgrade to latest dependencies (# 1059)
> 5a309fd upgrade to latest dependencies (# 1058)
bumping knative.dev/client/pkg 80472e3...6c6ddcd:
> 6c6ddcd Update community files (# 2000)
bumping knative.dev/eventing 7c466cb...a7b2f1c:
> a7b2f1c [Automated] Update eventing-eventing-integrations nightly (# 8566)
Signed-off-by: Knative Automation <automation@knative.team>
2025-04-22 05:56:38 +00:00
Matej Vašek
370ca50313
Use pre-build binary packages for cpython buildpack ( #2799 )
...
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-04-22 05:42:37 +00:00
Knative Automation
179ba2fcaa
upgrade to latest dependencies ( #2797 )
...
bumping knative.dev/eventing c0cf4f4...7c466cb:
> 7c466cb [main] Update community files (# 8565)
Signed-off-by: Knative Automation <automation@knative.team>
2025-04-17 04:57:03 +00:00
Knative Automation
0892ac62ee
Update community files ( #2796 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2025-04-17 02:01:03 +00:00
github-actions[bot]
c2b5d49ed4
chore: update Quarkus platform version to 3.21.3 ( #2795 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-04-16 17:31:13 +00:00
Knative Automation
dfc317563a
upgrade to latest dependencies ( #2794 )
...
bumping knative.dev/eventing 5f466ad...c0cf4f4:
> c0cf4f4 [main] Upgrade to latest dependencies (# 8564)
Signed-off-by: Knative Automation <automation@knative.team>
2025-04-16 17:08:13 +00:00
Knative Automation
0921e950eb
upgrade to latest dependencies ( #2793 )
...
bumping knative.dev/pkg 4e8ebbe...ed3e215:
> ed3e215 upgrade to latest dependencies (# 3170)
bumping knative.dev/serving e193904...c7e3075:
> c7e3075 Update net-kourier nightly (# 15843)
Signed-off-by: Knative Automation <automation@knative.team>
2025-04-16 06:33:12 +00:00
Matej Vašek
ce44678262
Do not run builder build unnecessary ( #2790 )
...
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-04-15 13:08:17 +00:00
Matej Vašek
33b9f15654
Enable arm64 python buildpack ( #2789 )
...
* Enable Python buildpack build for arm64
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* Fix: force arm64 arch for Go buildpack
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* Fix: ensure correct arch for sub-buildpacks
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* Fixup linter issues
Signed-off-by: Matej Vašek <mvasek@redhat.com>
---------
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-04-15 11:44:12 +00:00
Matej Vašek
8e0b752edc
Apply linter suggestions ( #2786 )
...
* Refactor: if-elif-else => switch
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* Cleanup: calls to embedded fields
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* Fix: add missing err checks
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* Cleanup: fix format of error messages
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* Cleanup: omit type where possible
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* Cleanup: apply De Morgan's law
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* Cleanup: call ReplaceAll where possible
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* Cleanup: fix format of error messages
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* Cleanup: fix format of error messages
Signed-off-by: Matej Vašek <mvasek@redhat.com>
---------
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-04-15 09:43:13 +00:00
Knative Automation
36e27203a9
upgrade to latest dependencies ( #2787 )
...
bumping knative.dev/pkg a8e20d9...4e8ebbe:
> 4e8ebbe Bump golang.org/x/tools from 0.31.0 to 0.32.0 (# 3169)
> 1ae6a39 Bump golang.org/x/net from 0.38.0 to 0.39.0 (# 3168)
bumping knative.dev/eventing 6365d89...5f466ad:
> 5f466ad Compare the entire PodTemplateSpec, instead of just its PodSpec (# 8558)
> d7a0359 [main] Upgrade to latest dependencies (# 8559)
> f14c335 [main] Upgrade to latest dependencies (# 8556)
bumping knative.dev/networking 5ce28a2...f1b08e6:
> f1b08e6 upgrade to latest dependencies (# 1054)
> 0d887a8 bump to golangci yaml v2 (# 1057)
> a46e5f4 bump to golangci yaml v2 (# 1056)
bumping knative.dev/serving 3d830a0...e193904:
> e193904 Update net-istio nightly (# 15844)
> a5e15ba Update net-gateway-api nightly (# 15841)
> 4699601 Update net-contour nightly (# 15842)
> 44559d5 upgrade to latest dependencies (# 15840)
Signed-off-by: Knative Automation <automation@knative.team>
2025-04-15 09:28:13 +00:00
Jefferson Ramos
09c934dcb0
test: update e2e ci workflow to test against arm for go and quarkus ( #2788 )
2025-04-14 13:58:18 +00:00
Matej Vašek
f12acd34de
Refactor if-elif-else => switch ( #2785 )
...
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-04-14 12:02:16 +00:00
Matej Vašek
0896b9011d
Bump golangci-lint version ( #2784 )
...
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-04-14 10:27:16 +00:00
Matej Vašek
d02801355d
Make base jammy stack multi-arch ( #2780 )
...
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-04-14 05:43:16 +00:00
Knative Automation
100d9ce56c
upgrade to latest dependencies ( #2783 )
...
bumping knative.dev/eventing bbc9696...6365d89:
> 6365d89 Migrate golanglint-ci config to v2 (# 8557)
bumping knative.dev/networking ad8767c...5ce28a2:
> 5ce28a2 Update community files (# 1055)
bumping gomodules.xyz/jsonpatch/v2 17d7994...ffbac60:
> ffbac60 Merge pull request # 40 from lacroixthomas/bugfixes/fix-lossy-in64
> 4c723fc fix: handle lossy int64
bumping knative.dev/serving bc0feed...3d830a0:
> 3d830a0 autoscaler: ignore ScaleDownDelay if not reachable (# 15831)
> 8ee578e upgrade to latest dependencies (# 15839)
> a2b3da5 bump to golangci yaml v2 (# 15838)
> 3c4cbd0 Update net-contour nightly (# 15837)
bumping knative.dev/pkg 7b91ff1...a8e20d9:
> a8e20d9 Bump gomodules.xyz/jsonpatch/v2 from 2.4.0 to 2.5.0 (# 3154)
Signed-off-by: Knative Automation <automation@knative.team>
2025-04-14 05:30:15 +00:00
Dave Protasowski
a518101187
bump dependencies manually ( #2782 )
2025-04-11 14:05:14 +00:00
Matej Vašek
c12828fd08
Migrate golangci-lint config to v2 ( #2781 )
...
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-04-11 13:27:14 +00:00
Matej Vašek
b67d8d4405
Refactor builder ( #2779 )
...
* Cleanup: remove unnecessary code
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* Cleanup: moved code outside of a loop
Signed-off-by: Matej Vašek <mvasek@redhat.com>
---------
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-04-11 12:01:13 +00:00
github-actions[bot]
910e862804
chore: update Quarkus platform version to 3.21.2 ( #2776 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-04-10 02:47:11 +00:00
Matej Vašek
841555ab0a
Update rust buildpack ( #2778 )
...
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-04-09 19:36:12 +00:00
Matej Vašek
8a061c4ed1
Mirror buildpack run images in ghcr.io/knative ( #2775 )
...
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-04-09 19:24:12 +00:00
Matej Vašek
fffde39adb
Fix buildpacks builder update task ( #2777 )
...
The paketo project moved some buildpack from gcr.io to docker.io.
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-04-09 19:04:15 +00:00
Matej Vašek
c93de80381
Fix builder updater ( #2774 )
...
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-04-09 13:47:14 +00:00
Matej Vašek
3e75e25506
Fix Python S2I On-Cluster build ( #2770 )
...
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-04-04 05:27:11 +00:00
Matej Vašek
c98b9f67c3
Fix: Go scaffolding uses correct module name ( #2769 )
...
* Fix: Go scaffolding uses correct module name
Using incorrect name works for a functions with flat structure -- no
sub-packages. When sub-packages are used we need to refer the user
module by its true name.
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* fixup tests
Signed-off-by: Matej Vašek <mvasek@redhat.com>
---------
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-04-04 05:27:05 +00:00
Matej Vašek
e720bbcc8c
Add guideline for private Go module usage ( #2771 )
...
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-04-04 05:13:05 +00:00
github-actions[bot]
a2469fe9da
chore: update Quarkus platform version to 3.21.1 ( #2767 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-04-03 10:57:05 +00:00
Matej Vašek
aae2683231
Make build binds more similar to runtime binds ( #2768 )
...
* Make build binds more similar to runtime binds
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* Added comments on struct
Signed-off-by: Matej Vašek <mvasek@redhat.com>
---------
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-04-03 10:19:05 +00:00
Matej Vašek
fc750a283a
S2I (source-to-image) host binds ( #2766 )
...
* Added tests for s2i build with private Go module
The test is for now skipped since host binds are not yet implemented for s2i.
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* User "host" network mode for s2i build on Linux
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* Implement host binds for local s2i build
Signed-off-by: Matej Vašek <mvasek@redhat.com>
---------
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-04-03 09:13:05 +00:00
Matej Vašek
2d3962401d
Improvements for Go s2i assembler ( #2765 )
...
* Return error code when compilation was not done
* Run `go mod tidy` on scaffoded code
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-04-02 17:17:05 +00:00
Luke Kingland
9f6a135702
Python Middleware v2 Scaffolding ( #2685 )
...
* refactor python http template
* python http scaffolding
* add python to make update-runtimes
* integrate python scaffolding with func run
* python http template
* reorganize python scaffolding
* cancellation stopgap
* documentation and logging cleanup
* Python Middleware v2 - Scaffolding
* base layer cache
* remove wsgi and flask templates
Inbuilt templates should be limited to a base http and cloudevent
integration, with anything beyond this falling to the officially
supported functions samples repository.
* update python cloudevents runtime in makefile
* python cloudevents middleware
* add python .venvs to gitignore
* clean up venvs on make
* add missing dependencies to python http tempklate
* set python cloudevents manifest
* further cleanup of repository impl
* cleanup
* ignore venv when building runtime container
* set listen address on python container
* remove unnecessary python runtime update from makefile
* remove debug statements and improved comments
* enable scaffolding python funcs in s2i builder
* set listen address on all containers built by s2i
* python s2i integration
* regen fs
* cleanup
* enable host builder
* fix manifest inheritance
* regen fs
* bug fixes
* regen docs
* cleanup and linter error fixes
* conditional python host builder test
* misspellings
* disable python E2E
Until the Python middleware is supported by the Pack builder, the E2E
tests will need to be disabled.
* install python for presubmit tests
* use linux for test builder runs
The target platform for a test needs to be a platform which is available
in all test base images. That's usually linux. Using current OS would
fail, for example, building python containers on MacOS because the
official Python base image has no darwin layer.
* fix ineffasign
* set python ce template to python 3.9
* regen fs
* windows python tests
* python templates README
2025-04-02 10:44:05 +00:00
Matej Vašek
36803160d5
Use s2i in standard mode, not "as-dockerfile" ( #2764 )
...
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-04-02 06:15:03 +00:00
Matej Vašek
b6bfb2d960
Allow host mounts for build phahse ( #2753 )
...
* Allow host mounts for build pahse.
This is in particular useful for using paket bindings,
e.g. to inject git credentials into build process.
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* Mark test as a integration test
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* fixup: style
Signed-off-by: Matej Vašek <mvasek@redhat.com>
---------
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-04-01 15:37:03 +00:00
Knative Automation
c7a95dd81b
Update community files ( #2763 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2025-03-31 02:07:06 +00:00
github-actions[bot]
d8f6ceba07
chore: update Quarkus platform version to 3.21.0 ( #2761 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-03-26 18:33:44 +00:00
github-actions[bot]
d4506e32dd
update components ( #2760 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-03-25 12:45:45 +00:00
Kapil Sareen
335b6c29fa
removes redundant default labels and annotations ( #2746 )
...
Signed-off-by: KapilSareen <kapilsareen584@gmail.com>
2025-03-24 11:42:57 +00:00
github-actions[bot]
234c442421
chore: update Springboot platform version to 3.4.4 ( #2758 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-03-21 06:52:16 +00:00
Shubham Rasal
e9dfba995c
Update CONTRIBUTING.md ( #2755 )
...
Typo fixes.
2025-03-20 11:45:16 +00:00
github-actions[bot]
7216de194d
chore: update Quarkus platform version to 3.19.4 ( #2754 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-03-20 11:19:16 +00:00
Matej Vašek
77e43bc8c6
Test adjustments ( #2751 )
...
* Use tiny instead of base BP builder.
* Decrease minimal required Go version.
* Make the self-signed certificate CA==true so it works with update-ca-trust utility.
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-03-19 14:05:15 +00:00
Jefferson Ramos
598c5e237f
test: adding workflow to test against podman nightly build ( #2743 )
2025-03-19 12:17:14 +00:00
David Fridrich
817c77bbec
fix flaky unit test ( #2749 )
...
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
2025-03-18 14:56:14 +00:00
Matej Vašek
525761a199
Trust loopback builders ( #2750 )
...
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-03-18 12:46:17 +00:00
Matej Vašek
24a7fedadd
Add testcase for Go private repositories ( #2748 )
...
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-03-17 03:49:36 +00:00
Matej Vašek
90624a8725
Add git BP to our Go detection group ( #2747 )
...
* Add git BP to our Go detection group
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* make git bp optional
---------
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-03-17 03:03:36 +00:00
Matej Vašek
a351afdc9b
Fix http port 433 => 443 ( #2742 )
2025-03-14 06:30:38 +00:00
github-actions[bot]
a051e829e2
chore: update Quarkus platform version to 3.19.3 ( #2744 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-03-13 06:55:38 +00:00
David Fridrich
180b1eea0e
golangci bump ( #2741 )
...
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
2025-03-11 15:55:37 +00:00
David Fridrich
f66b67aa8f
Add a retry functionality to workflows ( #2739 )
...
* retry functionality for lifestyle e2e test
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
* attempt multiple cluster allocs
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
* delete cluster before retry
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
* fix
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
* better output
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
* retry allocate in all workflows
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
* add a timer
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
* add timers to ci
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
---------
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
2025-03-11 12:32:37 +00:00
Knative Automation
e0e79957f1
upgrade to latest dependencies ( #2740 )
...
bumping knative.dev/serving 636392e...c09ff6c:
> c09ff6c Update net-gateway-api nightly (# 15806)
bumping knative.dev/eventing eb3dd80...ec8a208:
> ec8a208 [Automated] Update eventing-eventing-integrations nightly (# 8516)
Signed-off-by: Knative Automation <automation@knative.team>
2025-03-11 06:16:35 +00:00
Matej Vašek
2b831f9b2e
Remove direct dep on golang.org/x/exp ( #2695 )
...
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-03-10 18:14:36 +00:00
github-actions[bot]
fa79d313e0
update components ( #2738 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-03-10 11:37:04 +00:00
Knative Automation
7e357eb574
upgrade to latest dependencies ( #2737 )
...
bumping knative.dev/eventing fe83e25...eb3dd80:
> eb3dd80 Enable Cert Manager (# 8509)
> 615a071 Allow storage-version-migration job to successfully run when optional CRDs are not installed (inmemorychannels, etc) (# 8510)
Signed-off-by: Knative Automation <automation@knative.team>
2025-03-06 14:06:07 +00:00
github-actions[bot]
0bb27b7bcc
chore: update Quarkus platform version to 3.19.2 ( #2735 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-03-06 14:06:00 +00:00
Kapil Sareen
4ade4ab3d9
refactor data member of the InvokeMessage to be []byte ( #2733 )
...
Signed-off-by: KapilSareen <kapilsareen584@gmail.com>
2025-03-06 13:45:00 +00:00
David Fridrich
51a14ccf23
fix action version ( #2736 )
...
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
2025-03-06 12:24:01 +00:00
Knative Automation
7ce6373fd0
upgrade to latest dependencies ( #2734 )
...
bumping knative.dev/serving e067066...636392e:
> 636392e Update net-kourier nightly (# 15804)
> ee523c0 Update net-istio nightly (# 15805)
Signed-off-by: Knative Automation <automation@knative.team>
2025-03-06 07:27:00 +00:00
Knative Automation
fd43db95a6
upgrade to latest dependencies ( #2730 )
...
bumping knative.dev/serving 0210658...e067066:
> e067066 Update net-gateway-api nightly (# 15803)
> f2aa6e3 Update net-kourier nightly (# 15796)
> b06a773 Bump the github-actions group with 3 updates (# 15800)
Signed-off-by: Knative Automation <automation@knative.team>
2025-03-04 06:52:57 +00:00
Kapil Sareen
04100c8dd8
Adds Inline JSON schema reference in func.yaml ( #2729 )
...
Signed-off-by: KapilSareen <kapilsareen584@gmail.com>
2025-03-03 05:06:14 +00:00
Knative Automation
c14ff995c6
upgrade to latest dependencies ( #2728 )
...
bumping knative.dev/eventing 3153b47...fe83e25:
> fe83e25 EventTransform: add reconciler unit tests (# 8513)
> 1e889be SinkBinding: Set specific conditions for reconciler steps (# 8508)
> 6073039 [main] Upgrade to latest dependencies (# 8512)
bumping knative.dev/serving 87c07ee...0210658:
> 0210658 upgrade to latest dependencies (# 15793)
bumping knative.dev/networking 2cde432...863b7af:
> 863b7af fix linter config (# 1049)
> 1aaade7 upgrade to latest dependencies (# 1047)
> d23278a Update community files (# 1048)
Signed-off-by: Knative Automation <automation@knative.team>
2025-02-28 06:10:32 +00:00
Knative Automation
d4cfaa93e0
upgrade to latest dependencies ( #2726 )
...
bumping github.com/google/go-cmp c3ad843...9b12f36:
> 9b12f36 Detect proto.Message types when failing to export a field (# 370)
> 4dd3d63 fix: type 'aribica' => 'arabica' (# 368)
> 391980c Support compare functions with SortSlices and SortMaps (# 367)
bumping knative.dev/pkg 9e26561...0372c08:
> 0372c08 Bump github.com/google/go-cmp from 0.6.0 to 0.7.0 (# 3152)
Signed-off-by: Knative Automation <automation@knative.team>
2025-02-27 06:20:28 +00:00
github-actions[bot]
e81df11734
chore: update Quarkus platform version to 3.19.1 ( #2725 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-02-26 20:22:30 +00:00
Kapil Sareen
91daa09682
Bug: Fixes Incorrect Implementation of --file Option ( #2715 )
...
Signed-off-by: KapilSareen <kapilsareen584@gmail.com>
2025-02-26 19:23:29 +00:00
Knative Automation
0f0b53630b
upgrade to latest dependencies ( #2723 )
...
bumping knative.dev/eventing adaafa2...3153b47:
> 3153b47 EventTransform: Inject tracing configurations (# 8479)
> db0cf43 Update to the correct file (# 8507)
Signed-off-by: Knative Automation <automation@knative.team>
2025-02-26 16:09:29 +00:00
Matej Vašek
809ccc6db6
Update pack dep ( #2696 )
...
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-02-26 13:39:29 +00:00
Knative Automation
98fd887cac
upgrade to latest dependencies ( #2722 )
...
bumping knative.dev/eventing 714deeb...adaafa2:
> adaafa2 [Automated] Update eventing-eventing-integrations nightly (# 8506)
Signed-off-by: Knative Automation <automation@knative.team>
2025-02-26 13:06:29 +00:00
Kapil Sareen
a1589c9130
updates node templates to ignore node_modules in .gitignore ( #2713 )
...
Signed-off-by: KapilSareen <kapilsareen584@gmail.com>
2025-02-26 12:48:28 +00:00
Knative Automation
cad00d7a16
upgrade to latest dependencies ( #2718 )
...
bumping knative.dev/eventing ae049c8...714deeb:
> 714deeb Update k8s version in e2e tests (# 8503)
> 54a2402 Fix golangci exclude config (# 8502)
> 80dd84e Guard reserved access with lock and create vpods in tests (# 8457)
> 5bcee30 Inject integration images from ConfigMap (# 8500)
Signed-off-by: Knative Automation <automation@knative.team>
2025-02-25 15:35:21 +00:00
Knative Automation
8ab6083972
upgrade to latest dependencies ( #2714 )
...
bumping knative.dev/eventing 51637df...ae049c8:
> ae049c8 Jsonata Event transform e2e tests (# 8499)
> c828898 Generic code for Certificates (# 8489)
> 351898d fix: verify trigger is not ready before pingsource dependency exists (# 8494)
> c651616 Add initial iteration of eventing-integration resources (# 8493)
Signed-off-by: Knative Automation <automation@knative.team>
2025-02-25 09:36:21 +00:00
github-actions[bot]
9ef6c337f7
chore: update CA bundle ( #2716 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-02-25 08:27:21 +00:00
github-actions[bot]
c4e4cc7119
chore: update Springboot platform version to 3.4.3 ( #2712 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-02-24 10:46:19 +00:00
Knative Automation
3239d06c9b
upgrade to latest dependencies ( #2711 )
...
bumping knative.dev/eventing 732ec62...51637df:
> 51637df IntegrationSink prefactors (# 8486)
> c429fc5 Remove unused code (# 8485)
bumping knative.dev/serving 09ec3f5...87c07ee:
> 87c07ee Update net-istio nightly (# 15789)
Signed-off-by: Knative Automation <automation@knative.team>
2025-02-21 15:03:16 +00:00
github-actions[bot]
8d056d0ece
chore: update Quarkus platform version to 3.18.4 ( #2708 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-02-20 06:26:47 +00:00
Knative Automation
65e3812a45
upgrade to latest dependencies ( #2709 )
...
bumping knative.dev/serving 99a8b20...09ec3f5:
> 09ec3f5 Update net-gateway-api nightly (# 15788)
> 1124aff Update net-contour nightly (# 15787)
bumping knative.dev/eventing 5998cfe...732ec62:
> 732ec62 Partial implementation of certmanager for integration sink (# 8481)
Signed-off-by: Knative Automation <automation@knative.team>
2025-02-20 06:16:48 +00:00
David Fridrich
d649adaf56
fix: update comment of knative-component auto PR ( #2707 )
...
* comment
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
* fix format
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
---------
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
2025-02-19 15:22:48 +00:00
David Fridrich
104e90ce5c
codecov v5 ( #2705 )
...
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
2025-02-19 14:43:48 +00:00
Knative Automation
68deddf80b
upgrade to latest dependencies ( #2706 )
...
bumping knative.dev/client/pkg 109d3da...a051025:
> a051025 Update community files (# 1996)
bumping knative.dev/pkg c925de2...9e26561:
> 9e26561 Update community files (# 3151)
bumping knative.dev/serving 6da3d87...99a8b20:
> 99a8b20 Update net-istio nightly (# 15786)
> 8d80bbe Update community files (# 15785)
bumping knative.dev/eventing 9a7c6d5...5998cfe:
> 5998cfe [main] Update community files (# 8480)
Signed-off-by: Knative Automation <automation@knative.team>
2025-02-19 13:55:47 +00:00
github-actions[bot]
88afd64d40
update components ( #2700 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-02-19 13:12:48 +00:00
David Fridrich
d7f4b8341f
update depracated function ( #2701 )
...
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
2025-02-19 12:19:47 +00:00
Luke Kingland
1d26629b51
feat: remote storage class ( #2693 )
...
* feat: remote storage class
* why isn't the schema regenerated on each make
2025-02-19 07:35:47 +00:00
Knative Automation
d548e3fe45
upgrade to latest dependencies ( #2703 )
...
bumping knative.dev/hack ce4c934...306ce74:
> 306ce74 Update community files (# 414)
bumping knative.dev/serving 582f453...6da3d87:
> 6da3d87 Update net-kourier nightly (# 15784)
bumping knative.dev/client/pkg 7dc2a92...109d3da:
> 109d3da upgrade to latest dependencies (# 1995)
Signed-off-by: Knative Automation <automation@knative.team>
2025-02-19 07:19:47 +00:00
Knative Automation
f38fbab231
Update community files ( #2702 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2025-02-19 02:02:47 +00:00
David Fridrich
67d17c2d51
fix name ( #2699 )
...
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
2025-02-18 17:01:52 +00:00
Knative Automation
9c01642552
upgrade to latest dependencies ( #2698 )
...
bumping knative.dev/serving 7125e03...582f453:
> 582f453 upgrade to latest dependencies (# 15783)
bumping knative.dev/eventing cee6e8c...9a7c6d5:
> 9a7c6d5 [main] Upgrade to latest dependencies (# 8468)
bumping knative.dev/networking e6fc9bb...2cde432:
> 2cde432 upgrade to latest dependencies (# 1046)
Signed-off-by: Knative Automation <automation@knative.team>
2025-02-18 16:08:51 +00:00
David Fridrich
a9cb5b7a93
Have static knative component versions in hack/, update in automatic PR ( #2677 )
...
* gomod
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
* create hack/main.go, delegate, init dynamic updatic of version in allocate.sh, bump github version, unify those versions to v68
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
* new file, fix, more updates
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
* fix
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
* bump
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
* fix
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
* simplify
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
* pr exists, check
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
* simplify, fix some stuff
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
* simplify further
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
* fix sed error, more comments
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
* return to main, dont exit
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
* single execute, dont force push, return Run()
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
* fix printing because no 'ready' is at the end
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
* misspell
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
* context moved to main
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
* updt-builder
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
* update-knative-components fixes, pagination, simplify using go templates, json file as source of truth
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
* fix error check
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
* add json, add kind version, comments
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
* fix versions json
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
* add newline
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
* add tests, fix structs, locally generate files
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
* fix comment inline
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
* redo the structure to use cmd/ instead of big hack/main, separate, add \n to generated .json
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
* simplify test, fix linter errors
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
* small additions, comments
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
* update autogen comment
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
* gomod
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
* localize const to test
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
* suggestions
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
* makefile
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
* makefile, update builder target
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
* prefix target with wf
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
---------
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
2025-02-18 15:55:51 +00:00
Knative Automation
c28d5ba441
upgrade to latest dependencies ( #2697 )
...
bumping knative.dev/serving 02800e8...7125e03:
> 7125e03 upgrade to latest dependencies (# 15782)
bumping knative.dev/pkg ae2c6bc...c925de2:
> c925de2 upgrade to latest dependencies (# 3150)
bumping knative.dev/eventing 75195a5...cee6e8c:
> cee6e8c EventTransform: Support transforming response from Sink (# 8469)
Signed-off-by: Knative Automation <automation@knative.team>
2025-02-18 06:27:50 +00:00
Knative Automation
a25e3274d7
upgrade to latest dependencies ( #2694 )
...
bumping golang.org/x/net 8da7ed1...df97a48:
> df97a48 go.mod: update golang.org/x dependencies
> 2dab271 route: treat short sockaddr lengths as unspecified
> b914489 internal/http3: refactor in prep for sharing transport/server code
> ebd23f8 route: fix parsing network address of length zero
> 938a9fb internal/http3: add request/response body transfer
> 145b2d7 internal/http3: add RoundTrip
> 5bda71a internal/http3: define connection and stream error types
> 3c1185a internal/http3: return error on mid-frame EOF
> a6c2c7f http2, internal/httpcommon: factor out common request header logic for h2/h3
> c72e89d internal/http3: QPACK encoding and decoding
> 93c1957 internal/http3: add Transport and ClientConn
> 45432b5 internal/socket, webdav: use testing.T.TempDir
> 56691ee quic: don't return EOF from ReadByte when we have a byte
> 7ad0ebf internal/http3: qpack wire primitives
> f6b2e53 internal/http3: basic stream read/write operations
> 78717f9 internal/http3: error codes
> 84b528b internal/http3: new package
> 445eead http2: encode :protocol pseudo-header before regular headers
> 5566b43 quic: add the ability to create an endpoint with a fake network
> 97dd44e http2, internal/gate: move Gate type to an internal package
> 35e1007 quic, internal/quic/quicwire: split wire encode/decode functions to new package
> 0a5dcdd http2: disable extended CONNECT by default
> 03179ce quic: report error string when peer closes connection
> 4428704 quic: surface connection errors in stream methods
> dc3b8a8 quic: return error from Stream.Flush
> 2e60102 quic, internal/testcert: move test cert to internal package
bumping google.golang.org/genproto/googleapis/api 19429a9...e9438ea:
> e9438ea chore(all): auto-regenerate .pb.go files (# 1187)
> 7023788 chore(all): auto-regenerate .pb.go files (# 1186)
> 29210b9 chore(all): update all (# 1185)
> 65684f5 chore(all): auto-regenerate .pb.go files (# 1184)
> 138b5a5 chore(all): update all (# 1183)
> 1a7da9e chore(all): update all (# 1182)
> 5f5ef82 chore(all): update all (# 1181)
> 6982302 chore: bump to min Go to 1.22 (# 1180)
> 26aa7a2 chore(all): update all (# 1178)
> 3abc09e chore(all): update all (# 1177)
> 6b3ec00 fix: update golang.org/x/net to v0.33.0 (# 1176)
> bd15449 chore(all): auto-regenerate .pb.go files (# 1175)
> 9240e9c chore(all): update all (# 1174)
> e6fa225 chore(all): update all (# 1173)
> a4fef06 chore(all): auto-regenerate .pb.go files (# 1172)
bumping golang.org/x/crypto 8929309...9290511:
> 9290511 go.mod: update golang.org/x dependencies
> fa5273e x509roots/fallback: update bundle
> a8ea4be ssh: add ServerConfig.PreAuthConnCallback, ServerPreAuthConn (banner) interface
> 71d3a4c acme: support challenges that require the ACME client to send a non-empty JSON body in a response to the challenge.
Signed-off-by: Knative Automation <automation@knative.team>
2025-02-17 14:32:56 +00:00
David Fridrich
bc6fad7635
podman available in def package repo ubuntu 24 ( #2692 )
...
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
2025-02-14 19:46:53 +00:00
github-actions[bot]
de0d248e2f
chore: update Quarkus platform version to 3.18.3 ( #2691 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-02-13 06:41:51 +00:00
Matej Vašek
9c0c216193
Optimise func-utils image ( #2686 )
...
* Use command instad of script in some tkn tasks
The "script" requires /bin/sh present in the image.
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* Add s2i-generate command to func-util image
The command encompasses some logic previously implemented as shell
script defined in tekton task. This allows us to remove sh/shell from
the func-util image.
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* Make func-util image "FROM scratch"
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* Change func-utils image tag latest->v2
Since there are backward incompatible changes we must not change how
'latest' tag work (at least for some time).
For this reason we change tag to v2, so newer versions of func use that
and older use 'latest' that is compatible with them.
Signed-off-by: Matej Vašek <mvasek@redhat.com>
---------
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-02-06 07:02:13 +00:00
Knative Automation
f8db896f85
upgrade to latest dependencies ( #2684 )
...
bumping knative.dev/eventing 5fb693f...4a6e7d2:
> 4a6e7d2 [main] Upgrade to latest dependencies (# 8444)
bumping knative.dev/networking 4376124...e6fc9bb:
> e6fc9bb upgrade to latest dependencies (# 1045)
> a4342aa fix codegen by using newer scripts (# 1042)
> 5afdd71 upgrade to latest dependencies (# 1044)
bumping knative.dev/serving 9c35416...a9c5467:
> a9c5467 upgrade to latest dependencies (# 15749)
> 9be0816 Bump go-containerregistry (# 15751)
> 220c826 Update net-gateway-api nightly (# 15750)
Signed-off-by: Knative Automation <automation@knative.team>
2025-02-06 06:48:13 +00:00
github-actions[bot]
c34974e3a1
chore: update Quarkus platform version to 3.18.2 ( #2689 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-02-05 18:15:13 +00:00
Knative Automation
6c57bfaa6d
upgrade to latest dependencies ( #2683 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2025-02-04 06:46:24 +00:00
Knative Automation
e6ebd1c2f5
upgrade to latest dependencies ( #2682 )
...
bumping knative.dev/eventing 73357a6...5fb693f:
> 5fb693f [main] Upgrade to latest dependencies (# 8431)
Signed-off-by: Knative Automation <automation@knative.team>
2025-02-03 07:47:27 +00:00
David Fridrich
2228c9dbe0
fix: struct naming in instanced go http templates synced ( #2670 )
...
* sync names
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
* zz
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
---------
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
2025-01-31 18:53:57 +00:00
Matej Vašek
d20eb9685f
Create test symlinks dynamically ( #2681 )
...
Some tools dislike having questionable symlinks in git repository so we
must create this symlinks dynamically in the test instead of having it
committed into the repository.
Signed-off-by: Matej Vašek <matejvasek@gmail.com>
2025-01-31 16:24:57 +00:00
Knative Automation
4b1cc39731
upgrade to latest dependencies ( #2680 )
...
bumping knative.dev/serving f13695f...fbfa937:
> fbfa937 Update net-contour nightly (# 15743)
> c1e4644 Update net-gateway-api nightly (# 15741)
> cbc236e Update net-istio nightly (# 15742)
bumping knative.dev/eventing d243b91...73357a6:
> 73357a6 Add `sinks.knative.dev` to namespaced ClusterRole (# 8432)
Signed-off-by: Knative Automation <automation@knative.team>
2025-01-31 09:05:56 +00:00
Knative Automation
e1758e86f6
upgrade to latest dependencies ( #2663 )
...
bumping go.opentelemetry.io/otel/trace bc2fe88...7cfbd86:
> 7cfbd86 Release v1.32.0/v0.54.0/v0.8.0/v0.0.11 (# 5960)
> 2be617e fix(deps): update github.com/opentracing-contrib/go-grpc/test digest to 51a56c3 (# 5959)
> 6db18df fix(deps): update module github.com/opentracing-contrib/go-grpc to v0.1.0 (# 5958)
> ef12bf8 chore(deps): update golang.org/x (# 5957)
> 85eb76f Allow GC to collect unneeded slice elements (# 5804)
> 1492efa Fix incorrect metrics getting generated from multiple readers (# 5900)
> d2b0663 fix(deps): update module go.opentelemetry.io/build-tools/multimod to v0.15.0 (# 5951)
> 394cbd2 chore(deps): update lycheeverse/lychee-action action to v2.1.0 (# 5950)
> 37b2537 fix(deps): update github.com/opentracing-contrib/go-grpc digest to e3cbcab (# 5952)
> 7f68356 fix(deps): update module go.opentelemetry.io/build-tools/semconvgen to v0.15.0 (# 5953)
> 030ffdf fix(deps): update module go.opentelemetry.io/build-tools/crosslink to v0.15.0 (# 5948)
> b89de2d fix(deps): update module go.opentelemetry.io/build-tools/gotmpl to v0.15.0 (# 5949)
> b62a3fd Override insecure when endpoint URL is set (# 5944)
> 937813d fix(deps): update github.com/opentracing-contrib/go-grpc digest to d08aa2b (# 5945)
> ff07838 prometheus: Add instrumentation scope attributes to otel_scope_info (# 5932)
> 1230566 log: Update package documentation (# 5942)
> a62c45a chore(deps): update googleapis to dd2ea8e (# 5943)
> 6e4c922 prometheus: Refactor getAttrs (# 5937)
> 7fd5942 chore(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.23.0 (# 5939)
> fb2b32b docs: updating outdated comments (# 5940)
> 06ee6f2 Remove examples (# 5930)
> 2a50fab otlplog: Add instrumentation scope attributes (# 5933)
> afd1311 otlpmetric: Add instrumentation scope attributes (# 5935)
> 692cb35 otlptrace: Add instrumentation scope attributes (# 5934)
> 3cc4857 opentracing: Make schemaURL and scope attributes as identifying for Tracer (# 5931)
> 4f94b1e log/logtest: Add Attributes to ScopeRecords (# 5927)
> 6a2f7de Make scope attributes as identifying for Logger (# 5925)
> ee56fb9 Make scope attributes as identifying for Meter (# 5926)
> 3742c54 Make scope attributes as identifying for Tracer (# 5924)
> 30c0f3f sdk/instrumentation: Add Attributes to Scope (# 5903)
> 078b2dd Add Cheng-Zhen as a triager (# 5922)
> 5cf73e7 fix(deps): update module github.com/prometheus/common to v0.60.1 (# 5919)
> c0f7c95 Switch arm builds out of actuated and into the CNCF runners (# 5923)
> 664a075 Fix exemplars being added to gauge metrics in the prometheus exporter (# 5912)
> 30c4a9a Allow additional context to be added when WithHeaders is used in OTLP gRPC traces exporter (# 5915)
> 3429e15 Revert Cleanup interaction of exemplar and aggregation (# 5913)
> 7a153a0 chore(deps): update benchmark-action/github-action-benchmark action to v1.20.4 (# 5916)
> 97f8401 Keep metadata for gRPC in context for log signal (# 5911)
> 86a51dc [chore] Remove unnecessary type declaration in templated transforms (# 5906)
> 92ccad7 [chore] Use errors.Join to unify errors (# 5907)
> 1a964cc chore(deps): update googleapis to 324edc3 (# 5908)
> 8041156 Cleanup interaction of exemplar and aggregation (# 5899)
> bf6a7e1 otlpmetricgrpc: Keep metadata for gRPC in context (# 5892)
> bd88af9 Generate `semconv/v1.27.0` (# 5894)
> 2578acc otel: conceal unwrapping for global async instrument registration (# 5881)
> 81b2a33 Add selector of exemplar reservoir providers to metric.Stream configuration (# 5861)
> cd754a6 Remove company from emeritus (# 5887)
> a234754 chore(deps): update googleapis to 796eee8 (# 5888)
> d70f3da fix(deps): update module github.com/prometheus/client_golang to v1.20.5 (# 5886)
> ba4a2ab chore(deps): update lycheeverse/lychee-action action to v2.0.2 (# 5885)
> fe5c3f8 Run the test compatibility check even if tests failed (# 5879)
> b3c313f chore(deps): update lycheeverse/lychee-action action to v2.0.1 (# 5884)
> 6b251b8 Allow configuring the exemplar filter on the metrics SDK (# 5850)
bumping google.golang.org/genproto/googleapis/rpc dd2ea8e...19429a9:
> 19429a9 chore(all): update all (# 1171)
> e639e21 chore(all): update all (# 1170)
> 65e8d21 Fix: GitHub workflow script injection (# 1169)
> e0fbfb7 chore(all): update all (# 1168)
bumping go.opentelemetry.io/otel bc2fe88...7cfbd86:
> 7cfbd86 Release v1.32.0/v0.54.0/v0.8.0/v0.0.11 (# 5960)
> 2be617e fix(deps): update github.com/opentracing-contrib/go-grpc/test digest to 51a56c3 (# 5959)
> 6db18df fix(deps): update module github.com/opentracing-contrib/go-grpc to v0.1.0 (# 5958)
> ef12bf8 chore(deps): update golang.org/x (# 5957)
> 85eb76f Allow GC to collect unneeded slice elements (# 5804)
> 1492efa Fix incorrect metrics getting generated from multiple readers (# 5900)
> d2b0663 fix(deps): update module go.opentelemetry.io/build-tools/multimod to v0.15.0 (# 5951)
> 394cbd2 chore(deps): update lycheeverse/lychee-action action to v2.1.0 (# 5950)
> 37b2537 fix(deps): update github.com/opentracing-contrib/go-grpc digest to e3cbcab (# 5952)
> 7f68356 fix(deps): update module go.opentelemetry.io/build-tools/semconvgen to v0.15.0 (# 5953)
> 030ffdf fix(deps): update module go.opentelemetry.io/build-tools/crosslink to v0.15.0 (# 5948)
> b89de2d fix(deps): update module go.opentelemetry.io/build-tools/gotmpl to v0.15.0 (# 5949)
> b62a3fd Override insecure when endpoint URL is set (# 5944)
> 937813d fix(deps): update github.com/opentracing-contrib/go-grpc digest to d08aa2b (# 5945)
> ff07838 prometheus: Add instrumentation scope attributes to otel_scope_info (# 5932)
> 1230566 log: Update package documentation (# 5942)
> a62c45a chore(deps): update googleapis to dd2ea8e (# 5943)
> 6e4c922 prometheus: Refactor getAttrs (# 5937)
> 7fd5942 chore(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.23.0 (# 5939)
> fb2b32b docs: updating outdated comments (# 5940)
> 06ee6f2 Remove examples (# 5930)
> 2a50fab otlplog: Add instrumentation scope attributes (# 5933)
> afd1311 otlpmetric: Add instrumentation scope attributes (# 5935)
> 692cb35 otlptrace: Add instrumentation scope attributes (# 5934)
> 3cc4857 opentracing: Make schemaURL and scope attributes as identifying for Tracer (# 5931)
> 4f94b1e log/logtest: Add Attributes to ScopeRecords (# 5927)
> 6a2f7de Make scope attributes as identifying for Logger (# 5925)
> ee56fb9 Make scope attributes as identifying for Meter (# 5926)
> 3742c54 Make scope attributes as identifying for Tracer (# 5924)
> 30c0f3f sdk/instrumentation: Add Attributes to Scope (# 5903)
> 078b2dd Add Cheng-Zhen as a triager (# 5922)
> 5cf73e7 fix(deps): update module github.com/prometheus/common to v0.60.1 (# 5919)
> c0f7c95 Switch arm builds out of actuated and into the CNCF runners (# 5923)
> 664a075 Fix exemplars being added to gauge metrics in the prometheus exporter (# 5912)
> 30c4a9a Allow additional context to be added when WithHeaders is used in OTLP gRPC traces exporter (# 5915)
> 3429e15 Revert Cleanup interaction of exemplar and aggregation (# 5913)
> 7a153a0 chore(deps): update benchmark-action/github-action-benchmark action to v1.20.4 (# 5916)
> 97f8401 Keep metadata for gRPC in context for log signal (# 5911)
> 86a51dc [chore] Remove unnecessary type declaration in templated transforms (# 5906)
> 92ccad7 [chore] Use errors.Join to unify errors (# 5907)
> 1a964cc chore(deps): update googleapis to 324edc3 (# 5908)
> 8041156 Cleanup interaction of exemplar and aggregation (# 5899)
> bf6a7e1 otlpmetricgrpc: Keep metadata for gRPC in context (# 5892)
> bd88af9 Generate `semconv/v1.27.0` (# 5894)
> 2578acc otel: conceal unwrapping for global async instrument registration (# 5881)
> 81b2a33 Add selector of exemplar reservoir providers to metric.Stream configuration (# 5861)
> cd754a6 Remove company from emeritus (# 5887)
> a234754 chore(deps): update googleapis to 796eee8 (# 5888)
> d70f3da fix(deps): update module github.com/prometheus/client_golang to v1.20.5 (# 5886)
> ba4a2ab chore(deps): update lycheeverse/lychee-action action to v2.0.2 (# 5885)
> fe5c3f8 Run the test compatibility check even if tests failed (# 5879)
> b3c313f chore(deps): update lycheeverse/lychee-action action to v2.0.1 (# 5884)
> 6b251b8 Allow configuring the exemplar filter on the metrics SDK (# 5850)
bumping knative.dev/pkg c43477f...efddeac:
> efddeac Update community files (# 3143)
> e5aa25f Bump google.golang.org/grpc from 1.69.4 to 1.70.0 (# 3142)
> 7fca699 Bump google.golang.org/protobuf from 1.36.3 to 1.36.4 (# 3141)
> dcf1593 Update community files (# 3140)
> 3386f37 Bump google.golang.org/protobuf from 1.36.2 to 1.36.3 (# 3139)
> 1ca59d1 Bump google.golang.org/grpc from 1.69.2 to 1.69.4 (# 3138)
> a37a847 drop use of code-generator/generate-groups.sh (# 3136)
bumping knative.dev/serving da5e7fd...f13695f:
> f13695f upgrade to latest dependencies (# 15739)
> 45ca4c6 Update net-gateway-api nightly (# 15736)
> e41df09 Update net-istio nightly (# 15737)
> 81db3b8 Update net-contour nightly (# 15734)
> 2215525 Update net-kourier nightly (# 15735)
> bb3d521 Update community files (# 15733)
> 6fca262 Update net-gateway-api nightly (# 15728)
> 8f2c4a7 Update net-contour nightly (# 15726)
> 6174c65 Update net-istio nightly (# 15727)
> 72500e7 Update community files (# 15725)
> b64b468 Update net-gateway-api nightly (# 15723)
> 6265a8e Fix configuration timeout defaulting (# 15617)
> 5842f16 Update net-contour nightly (# 15718)
> 1a30e12 Allow paths without leading slash in probes (# 15681)
> 59f6633 Update net-gateway-api nightly (# 15720)
> f10e715 Update net-kourier nightly (# 15719)
> 309d4ef Update net-istio nightly (# 15717)
bumping knative.dev/hack c142b48...5f7f0f5:
> 5f7f0f5 Update community files (# 412)
> b38a2ca Update community files (# 411)
bumping google.golang.org/genproto/googleapis/api dd2ea8e...19429a9:
> 19429a9 chore(all): update all (# 1171)
> e639e21 chore(all): update all (# 1170)
> 65e8d21 Fix: GitHub workflow script injection (# 1169)
> e0fbfb7 chore(all): update all (# 1168)
bumping knative.dev/networking 67d1c27...4376124:
> 4376124 Update community files (# 1043)
> b235386 Update community files (# 1041)
bumping knative.dev/client/pkg 9baddba...7dc2a92:
> 7dc2a92 Update community files (# 1994)
> 178db32 Update community files (# 1993)
> f734724 upgrade to latest dependencies (# 1992)
> 7e6928b upgrade to latest dependencies (# 1989)
bumping google.golang.org/protobuf 12c6ebd...259e665:
> 259e665 all: release v1.36.4
> 5f93d99 internal_gengo: avoid allocations in rawDescGZIP() accessors
> 2005adb reflect/protodesc: fix panic when working with dynamicpb
> aee8a9c internal_gengo: switch back from string literal to hex byte slice
> 0c3cc2f internal_gengo: use unsafe.StringData() to avoid a descriptor copy
> cc8d1c2 internal_gengo: store raw descriptor in .rodata section
> 132f042 all: start v1.36.3-devel
> 54ef969 all: release v1.36.3
> 7cbd915 reflect/protodesc: fix panic when working with dynamicpb
> 2f60868 proto: add example for GetExtension, SetExtension
> de043b9 runtime/protolazy: replace internal doc link with external link
> 42e0fa9 all: split flags.ProtoLegacyWeak out of flags.ProtoLegacy
> 5fee2a7 internal/impl: remove unused exporter parameter
> 84924f7 internal/impl: switch to reflect.Value.IsZero
> fe8430d cmd/protoc-gen-go: remove json struct tags from unexported fields
> 84f7738 internal/impl: clean up unneeded Go<1.12 MapRange() alternative
> 9acc8f2 types/dynamicpb: switch atomicExtFiles to atomic.Uint64 type
> ad89419 all: start v1.36.2-devel
bumping google.golang.org/grpc b615b35...98a0092:
> 98a0092 Change version to 1.70.0 (# 7984)
> bf380de Cherrypick # 7998, # 8011, # 8010 into 1.70.x (# 8028)
> 54b3eb9 experimental/credentials: Add credentials that don't enforce ALPN (# 7980) (# 8012)
> 62b9185 clustetresolver: Copy endpoints.Addresses slice from DNS updates to avoid data races (# 7991) (# 8004)
> 724f450 examples/features/csm_observability: use helloworld client and server instead of echo client and server (# 7945)
> e8d5feb rbac: add method name to :path in headers (# 7965)
> e912015 cleanup: Fix usages of non-constant format strings (# 7959)
> 681334a cleanup: replace dial with newclient (# 7943)
> 063d352 internal/resolver: introduce a new resolver to handle target URI and proxy address resolution (# 7857)
> 10c7e13 outlierdetection: Support health listener for ejection updates (# 7908)
> bce0535 test: Add a test for decompression exceeding max receive message size (# 7938)
> f32168c envconfig: enable xDS client fallback by default (# 7949)
> e957825 test: Workaround slow SRV lookups in flaking test (# 7957)
> e5a4eb0 deps: update crypto dependency to resolve CVE-2024-45337 (# 7956)
> 56a14ba cleanup: replace dial with newclient (# 7920)
> b3bdacb test: switching to stubserver in tests instead of testservice (# 7925)
> e8055ea grpcs: update `WithContextDialer` documentation to include using passthrough resolver (# 7916)
> d0716f9 examples/features/csm_observability: Make CSM Observability example server listen on an IPV4 address (# 7933)
> cc161de xds: Add support for multiple addresses per endpoint (# 7858)
> 3f76275 xdsclient: stop caching xdsChannels for potential reuse, after all references are released (# 7924)
> 7ee073d experimental/stats: re-add type aliases for migration (# 7929)
> 38a8b9a health, grpc: Deliver health service updates through the health listener (# 7900)
> c1b6b37 Update README.md (# 7921)
> e4d084a examples: replace printf with print for log message in gracefulstop (# 7917)
> b1f70ce test: replace grpc.Dial with grpc.NewClient
> 0027558 internal/transport: replace integer status codes with http constants (# 7910)
> 66ba4b2 examples/features/gracefulstop: add example to demonstrate server graceful stop (# 7865)
> adad26d test/kokoro: Add psm-fallback build config (# 7899)
> f53724d serviceconfig: Return errors instead of skipping invalid retry policy config (# 7905)
> 645aadf deps: update dependencies for all modules (# 7904)
> d7286fb Change version to 1.70.0-dev (# 7903)
bumping knative.dev/eventing 9cec50f...d243b91:
> d243b91 JobSink with Istio config for Job spec (# 8430)
> c636346 [main] Update community files (# 8429)
> cdc6144 Rename `apiextentions` to `apiextensions` (# 8428)
> 1b3287e [main] Update community files (# 8424)
> 28c489e Reduce mt-broker-controller memory usage with namespaced endpoint informer (# 8418)
bumping go.opentelemetry.io/otel/metric bc2fe88...7cfbd86:
> 7cfbd86 Release v1.32.0/v0.54.0/v0.8.0/v0.0.11 (# 5960)
> 2be617e fix(deps): update github.com/opentracing-contrib/go-grpc/test digest to 51a56c3 (# 5959)
> 6db18df fix(deps): update module github.com/opentracing-contrib/go-grpc to v0.1.0 (# 5958)
> ef12bf8 chore(deps): update golang.org/x (# 5957)
> 85eb76f Allow GC to collect unneeded slice elements (# 5804)
> 1492efa Fix incorrect metrics getting generated from multiple readers (# 5900)
> d2b0663 fix(deps): update module go.opentelemetry.io/build-tools/multimod to v0.15.0 (# 5951)
> 394cbd2 chore(deps): update lycheeverse/lychee-action action to v2.1.0 (# 5950)
> 37b2537 fix(deps): update github.com/opentracing-contrib/go-grpc digest to e3cbcab (# 5952)
> 7f68356 fix(deps): update module go.opentelemetry.io/build-tools/semconvgen to v0.15.0 (# 5953)
> 030ffdf fix(deps): update module go.opentelemetry.io/build-tools/crosslink to v0.15.0 (# 5948)
> b89de2d fix(deps): update module go.opentelemetry.io/build-tools/gotmpl to v0.15.0 (# 5949)
> b62a3fd Override insecure when endpoint URL is set (# 5944)
> 937813d fix(deps): update github.com/opentracing-contrib/go-grpc digest to d08aa2b (# 5945)
> ff07838 prometheus: Add instrumentation scope attributes to otel_scope_info (# 5932)
> 1230566 log: Update package documentation (# 5942)
> a62c45a chore(deps): update googleapis to dd2ea8e (# 5943)
> 6e4c922 prometheus: Refactor getAttrs (# 5937)
> 7fd5942 chore(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.23.0 (# 5939)
> fb2b32b docs: updating outdated comments (# 5940)
> 06ee6f2 Remove examples (# 5930)
> 2a50fab otlplog: Add instrumentation scope attributes (# 5933)
> afd1311 otlpmetric: Add instrumentation scope attributes (# 5935)
> 692cb35 otlptrace: Add instrumentation scope attributes (# 5934)
> 3cc4857 opentracing: Make schemaURL and scope attributes as identifying for Tracer (# 5931)
> 4f94b1e log/logtest: Add Attributes to ScopeRecords (# 5927)
> 6a2f7de Make scope attributes as identifying for Logger (# 5925)
> ee56fb9 Make scope attributes as identifying for Meter (# 5926)
> 3742c54 Make scope attributes as identifying for Tracer (# 5924)
> 30c0f3f sdk/instrumentation: Add Attributes to Scope (# 5903)
> 078b2dd Add Cheng-Zhen as a triager (# 5922)
> 5cf73e7 fix(deps): update module github.com/prometheus/common to v0.60.1 (# 5919)
> c0f7c95 Switch arm builds out of actuated and into the CNCF runners (# 5923)
> 664a075 Fix exemplars being added to gauge metrics in the prometheus exporter (# 5912)
> 30c4a9a Allow additional context to be added when WithHeaders is used in OTLP gRPC traces exporter (# 5915)
> 3429e15 Revert Cleanup interaction of exemplar and aggregation (# 5913)
> 7a153a0 chore(deps): update benchmark-action/github-action-benchmark action to v1.20.4 (# 5916)
> 97f8401 Keep metadata for gRPC in context for log signal (# 5911)
> 86a51dc [chore] Remove unnecessary type declaration in templated transforms (# 5906)
> 92ccad7 [chore] Use errors.Join to unify errors (# 5907)
> 1a964cc chore(deps): update googleapis to 324edc3 (# 5908)
> 8041156 Cleanup interaction of exemplar and aggregation (# 5899)
> bf6a7e1 otlpmetricgrpc: Keep metadata for gRPC in context (# 5892)
> bd88af9 Generate `semconv/v1.27.0` (# 5894)
> 2578acc otel: conceal unwrapping for global async instrument registration (# 5881)
> 81b2a33 Add selector of exemplar reservoir providers to metric.Stream configuration (# 5861)
> cd754a6 Remove company from emeritus (# 5887)
> a234754 chore(deps): update googleapis to 796eee8 (# 5888)
> d70f3da fix(deps): update module github.com/prometheus/client_golang to v1.20.5 (# 5886)
> ba4a2ab chore(deps): update lycheeverse/lychee-action action to v2.0.2 (# 5885)
> fe5c3f8 Run the test compatibility check even if tests failed (# 5879)
> b3c313f chore(deps): update lycheeverse/lychee-action action to v2.0.1 (# 5884)
> 6b251b8 Allow configuring the exemplar filter on the metrics SDK (# 5850)
Signed-off-by: Knative Automation <automation@knative.team>
2025-01-30 07:43:55 +00:00
github-actions[bot]
dbdc5ca671
chore: update Quarkus platform version to 3.18.1 ( #2678 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-01-30 01:16:55 +00:00
Matej Vašek
18ce3488e8
Fix multiarch image build ( #2679 )
...
This action will install qemu static binaries and setup binfmt.
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-01-30 00:45:55 +00:00
Matej Vašek
ee3a2b9f39
Pin platform of builder image ( #2675 )
...
Previously I thought the platform does not matter for 'scratch'.
However the image build is failing in CI.
It worked on my machine with both podman and moby.
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-01-29 04:17:54 +00:00
Knative Automation
60d9126dc7
Update community files ( #2673 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2025-01-28 09:45:54 +00:00
Matej Vašek
4de372564a
Go tar ( #2672 )
...
* Fixed pod readiness check
Detect also if pod did not exited prematurely.
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* Removed dependency on sh/tar from alpine image
This commit removes depencency on sh and tar binaries by implementing
the logic in our func-util binary.
Signed-off-by: Matej Vašek <mvasek@redhat.com>
---------
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-01-28 00:45:56 +00:00
github-actions[bot]
23668cbf36
chore: update Springboot platform version to 3.4.2 ( #2669 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-01-27 20:38:56 +00:00
Knative Automation
20a173a6de
Update community files ( #2667 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2025-01-23 02:02:33 +00:00
github-actions[bot]
e024ae699c
chore: update Quarkus platform version to 3.17.8 ( #2666 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-01-23 00:26:11 +00:00
David Fridrich
0cbf721539
bump versions ( #2664 )
...
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
2025-01-22 15:38:11 +00:00
David Fridrich
020dd96d61
test for func run with digested image override ( #2650 )
...
* run test for digested img
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
* misspell
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
---------
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
2025-01-21 18:48:09 +00:00
Matej Vašek
d2aa94d30a
Remove usage of ttl.sh ( #2653 )
...
* Remove usage of ttl.sh
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* Fix detection of host resolution failure
Signed-off-by: Matej Vašek <mvasek@redhat.com>
---------
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-01-21 06:32:09 +00:00
Knative Automation
6c5b7613a1
upgrade to latest dependencies ( #2662 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2025-01-21 06:21:09 +00:00
Knative Automation
56099e7017
upgrade to latest dependencies ( #2661 )
...
bumping knative.dev/client/pkg 5f15fd3...8d10f67:
> 8d10f67 Remove dependency on deprecated client-pkg (# 1990)
bumping knative.dev/networking 04878f0...67d1c27:
> 67d1c27 upgrade to latest dependencies (# 1040)
bumping knative.dev/eventing a40a0a7...9cec50f:
> 9cec50f [main] Upgrade to latest dependencies (# 8414)
bumping knative.dev/serving d4766be...df7f168:
> df7f168 Update net-gateway-api nightly (# 15710)
> db13cc2 Update net-kourier nightly (# 15711)
> a327979 Update net-contour nightly (# 15708)
> 72fdded Update net-istio nightly (# 15709)
> b1e9a0c upgrade to latest dependencies (# 15707)
Signed-off-by: Knative Automation <automation@knative.team>
2025-01-20 15:59:10 +00:00
Knative Automation
fe8ca74840
upgrade to latest dependencies ( #2660 )
...
bumping knative.dev/networking 6797968...04878f0:
> 04878f0 upgrade to latest dependencies (# 1039)
bumping knative.dev/serving a5988eb...d4766be:
> d4766be Disable probe tests for kourier tls runtime (# 15702)
> fe0e53f upgrade to latest dependencies (# 15701)
Signed-off-by: Knative Automation <automation@knative.team>
2025-01-20 06:11:07 +00:00
Matej Vašek
527b917f07
Remove dependency on docker hub ( #2654 )
...
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-01-19 11:04:07 +00:00
Knative Automation
68cd559356
upgrade to latest dependencies ( #2658 )
...
bumping knative.dev/eventing 90edfe6...a40a0a7:
> a40a0a7 [main] Upgrade to latest dependencies (# 8413)
bumping knative.dev/pkg 0c2a238...c43477f:
> c43477f upgrade to latest dependencies (# 3137)
Signed-off-by: Knative Automation <automation@knative.team>
2025-01-18 04:35:05 +00:00
Luke Kingland
02b331d8d2
setup go via shared action ( #2657 )
2025-01-17 06:30:04 +00:00
Knative Automation
a72c3301bd
upgrade to latest dependencies ( #2656 )
...
bumping knative.dev/serving c3f2bfe...a5988eb:
> a5988eb Set k8s default container label (# 15694)
> 5ede174 fix builds on arm/v7 (# 15699)
> bee28f3 Configure deployments to have no own revisionHistoryLimit (# 15698)
bumping knative.dev/hack f8be0cc...c142b48:
> c142b48 Refactor release script to gh CLI (# 408)
Signed-off-by: Knative Automation <automation@knative.team>
2025-01-17 06:19:04 +00:00
David Simansky
09e2eef5c9
Update deps to match latest Knative versions ( #2652 )
...
* Update deps to match latest Knative versions
* Update openshift-pipelines/pipelines-as-code to latest version v0.31.0
* Update structured-merge-diff to fix missing field
2025-01-16 15:07:05 +00:00
github-actions[bot]
f734f82385
chore: update Quarkus platform version to 3.17.7 ( #2651 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-01-16 06:49:03 +00:00
Matej Vašek
59a442c03f
Bump s2i dep ( #2649 )
...
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-01-14 15:04:03 +00:00
Matej Vašek
28225ceede
Remove unnecessary Makefile recipe dependency ( #2648 )
...
The CA root should be updated automatically by GH Action.
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-01-14 10:40:01 +00:00
David Fridrich
cd59f97595
Remove gauron image references in code ( #2647 )
...
* remove gauron image references
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
* remove image
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
* remove gauron username
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
---------
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
2025-01-10 19:03:17 +00:00
Knative Automation
7bf35e599c
upgrade to latest dependencies ( #2646 )
...
bumping knative.dev/serving 8556b88...8a37b89:
> 8a37b89 Update net-kourier nightly (# 15671)
bumping knative.dev/hack e92a16a...f8be0cc:
> f8be0cc Update community files (# 407)
bumping knative.dev/pkg 4c90159...4ba3f1b:
> 4ba3f1b Update community files (# 3128)
bumping knative.dev/eventing 134c4c0...350f81b:
> 350f81b [main] Update community files (# 8403)
Signed-off-by: Knative Automation <automation@knative.team>
2025-01-10 06:18:17 +00:00
Knative Automation
7412b1a6e1
Update community files ( #2645 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2025-01-09 13:46:16 +00:00
Knative Automation
39bfc3b1e1
upgrade to latest dependencies ( #2643 )
...
bumping knative.dev/serving 0d589da...8556b88:
> 8556b88 fix dependency name (# 15674)
> 83fe1c2 fix dependabot config (# 15672)
> 79f8c3f fix dependabot config (# 15668)
bumping knative.dev/eventing 52792ea...134c4c0:
> 134c4c0 Event lineage builder should accept client interfaces (# 8402)
> bb6c53c Don't swallow errors in Lineage package (# 8401)
> 81a37ff Lineage constructor to accept clients instead of creating them (# 8399)
Signed-off-by: Knative Automation <automation@knative.team>
2025-01-09 07:28:59 +00:00
github-actions[bot]
3b414f3197
chore: update Quarkus platform version to 3.17.6 ( #2644 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-01-09 06:56:58 +00:00
github-actions[bot]
a3c8645c91
chore: update Quarkus platform version to 3.17.5 ( #2640 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-01-08 00:18:57 +00:00
Knative Automation
8d8d4f3803
upgrade to latest dependencies ( #2641 )
...
bumping knative.dev/serving df03027...0d589da:
> 0d589da Add support for hostPath (# 15648)
Signed-off-by: Knative Automation <automation@knative.team>
2025-01-07 06:47:56 +00:00
Matej Vašek
00ddf7af83
Update deps ( #2639 )
...
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-01-07 03:54:03 +00:00
Matej Vašek
e2474a6bf1
Enable Go ARM64 buildpack ( #2636 )
...
* Enable Go ARM64 buildpack
Added adjustments that enable Go buildpack build on arm64 machines.
Paketo buildpack do not distribute serveral buildpacks in arm64
variant, so we need to build them.
Namely we need to build:
go
go-dist
go-build
go-mod-vendor
git
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* Remove unused struct
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* Prealloc slice
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* Fix typo
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* Fix typo
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* Remove debugging envvar
Signed-off-by: Matej Vašek <mvasek@redhat.com>
---------
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-01-07 03:53:57 +00:00
github-actions[bot]
cb53c62391
chore: update Springboot platform version to 3.4.1 ( #2637 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-01-06 22:25:56 +00:00
Matej Vašek
bf603390b6
Set annotations on builder images ( #2635 )
...
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-01-06 14:42:55 +00:00
Knative Automation
8d7b4e90e6
upgrade to latest dependencies ( #2634 )
...
bumping knative.dev/eventing c9047a1...52792ea:
> 52792ea [main] Upgrade to latest dependencies (# 8397)
Signed-off-by: Knative Automation <automation@knative.team>
2025-01-06 06:47:55 +00:00
github-actions[bot]
e9b8b37e40
chore: update CA bundle ( #2633 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2025-01-03 10:42:52 +00:00
Knative Automation
05d94420d2
upgrade to latest dependencies ( #2632 )
...
bumping knative.dev/eventing 4dbc2ba...c9047a1:
> c9047a1 [main] Update community files (# 8396)
bumping knative.dev/pkg 40afb7c...4c90159:
> 4c90159 Update community files (# 3126)
bumping knative.dev/client/pkg 441372a...a045990:
> a045990 Update community files (# 1983)
bumping knative.dev/hack 1978b3a...e92a16a:
> e92a16a set min to 1.30 (# 405)
> cad8c71 Update community files (# 406)
bumping knative.dev/serving 06281eb...df03027:
> df03027 fix: fixed the pinned dependencies issue (# 15475)
> da8d2d1 Allow securityContext.Privileged to be configurable (# 15643)
> c0f181d Update net-contour nightly (# 15665)
> 746e72f Update net-gateway-api nightly (# 15658)
> 750f9a2 Drop k8s v1.28 from kind testing and update cluster version to 1.30 in e2e (# 15655)
> daae9fd Update net-contour nightly (# 15660)
> b4c8ac9 Update community files (# 15661)
> 095f876 Update net-kourier nightly (# 15659)
Signed-off-by: Knative Automation <automation@knative.team>
2025-01-03 10:32:52 +00:00
Knative Automation
8dd856c1e3
Update community files ( #2631 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2024-12-23 13:54:56 +00:00
Knative Automation
b4f862ffbe
upgrade to latest dependencies ( #2626 )
...
bumping knative.dev/networking bbd3279...8b69a35:
> 8b69a35 Make maximum delay of prober in its backoff configurable (# 1001)
> bf671a6 Update community files (# 1024)
bumping knative.dev/serving d1e308e...06281eb:
> 06281eb upgrade to latest dependencies (# 15656)
> 033225d pin chainguard action version (# 15657)
bumping knative.dev/eventing b00da59...4dbc2ba:
> 4dbc2ba Scheduler: LastOrdinal based on replicas instead of FreeCap (# 8388)
> 06355af [main] Upgrade to latest dependencies (# 8392)
Signed-off-by: Knative Automation <automation@knative.team>
2024-12-23 13:11:21 +00:00
Matej Vašek
8475f864b9
Fix deadlock ( #2630 )
...
* Fix deadlock
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* Rework digest detection
Signed-off-by: Matej Vašek <mvasek@redhat.com>
---------
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2024-12-20 12:59:12 +00:00
Matej Vašek
1122bf76f4
Fix buildpack builder script ( #2629 )
...
* Pass Go context.Context where appropriate
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* Fix buildpack builder script
Bypass Moby bug where 500 is returned instead of 404.
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* fixup: update go.mod
Signed-off-by: Matej Vašek <mvasek@redhat.com>
---------
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2024-12-20 00:23:11 +00:00
Knative Automation
e3a24d3c4e
upgrade to latest dependencies ( #2620 )
...
bumping knative.dev/eventing 4087c3a...b00da59:
> b00da59 Register eventshub image for JobSink (# 8390)
> 2f165f1 Update golang.org/x/crypto to 0.31.0 (# 8389)
bumping knative.dev/pkg f3ab560...40afb7c:
> 40afb7c fix script (# 3123)
bumping knative.dev/serving 2d5a1e9...d1e308e:
> d1e308e [performance/real-traffic-test] Enable AllowHTTPFullDuplexFeature (# 15654)
Signed-off-by: Knative Automation <automation@knative.team>
2024-12-19 06:10:10 +00:00
Matej Vašek
77489858d0
Use library GH keychain instead of our own ( #2624 )
...
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2024-12-18 18:13:10 +00:00
Matej Vašek
770949b7d2
Fix authorization ( #2622 )
...
Fixed authorization by setting keychain for the pack client.
This is required since recently we set pull policy to "always".
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2024-12-18 16:59:10 +00:00
Matej Vašek
d5dc82c34b
Build arm64 tiny buildpack builder image ( #2617 )
...
Enable arm64 support for tiny builder (Java,Go).
This commit actually enables only Java since some additinal work has to
be done for Go because upstream paketo buildpack do not support Go fully
yet.
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2024-12-18 05:31:09 +00:00
David Fridrich
d05857a9f3
bump crypto package ( #2618 )
...
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
2024-12-17 12:47:11 +00:00
David Fridrich
5d9dafbffe
add case for DNS resolve fail ( #2619 )
...
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
2024-12-17 12:23:09 +00:00
David Fridrich
8dc529f80b
bump: setup-node action version in workflows ( #2613 )
...
* fix ndoe version action
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
* one more
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
---------
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
2024-12-17 05:38:08 +00:00
Knative Automation
cc550c47cf
upgrade to latest dependencies ( #2615 )
...
bumping knative.dev/eventing 414af5c...4087c3a:
> 4087c3a Going OIDC for Integration Source (# 8383)
> 3a69e30 add new integration CRDs to storage version migrator tool (# 8386)
Signed-off-by: Knative Automation <automation@knative.team>
2024-12-17 05:28:10 +00:00
Knative Automation
e5aea14162
upgrade to latest dependencies ( #2614 )
...
bumping knative.dev/eventing f577063...414af5c:
> 414af5c Add EventPolicy to storage version migrator (# 8384)
> f82811b Remove conversion webhook config in EventPolicy CRD (# 8379)
> 7c1a62d Add health check config and clean up duplicated code (# 8308)
> bff7b03 Remove unused filter function (# 8375)
> 8d8b6c9 RequestReply: Added feature flag for default timeout (# 8361)
> 7bb320c Chore: field semantic correction (# 8370)
> 3345c86 Clean up remove session token (# 8369)
> 6e7e3d4 Adding sns sink to Integration Sink (# 8365)
> d4357e3 MT-Broker: return retriable status code based on the state to leverage retries (# 8366)
> 795e4a3 Move image to map (# 8362)
> 408db83 We changed the event type on the images (# 8364)
bumping knative.dev/serving 5717d19...2d5a1e9:
> 2d5a1e9 Update net-kourier nightly (# 15647)
Signed-off-by: Knative Automation <automation@knative.team>
2024-12-16 05:07:33 +00:00
Luke Kingland
b033bb5a4f
use knative go setup action ( #2612 )
...
Keeps the Go version used by Knative projects in sync with each-other
and tooling.
2024-12-13 04:20:54 +00:00
github-actions[bot]
6384d079ae
chore: update Quarkus platform version to 3.17.4 ( #2611 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2024-12-12 07:24:53 +00:00
github-actions[bot]
03079c6bab
chore: update Quarkus platform version to 3.17.3 ( #2610 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2024-12-05 05:13:45 +00:00
Matej Vašek
70f96bb8ac
Fix some linter errors in integration tests ( #2608 )
...
* Fix some linter errors
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* fixup: set func registry
Signed-off-by: Matej Vašek <mvasek@redhat.com>
---------
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2024-12-04 13:36:45 +00:00
github-actions[bot]
90626ab4c0
chore: update Springboot platform version to 3.4.0 ( #2609 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2024-12-03 12:41:44 +00:00
Matej Vašek
0742d9be96
Fixed some deprecation warnings ( #2607 )
...
* Fixed some deprecation warnings
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* fixup: update deps
Signed-off-by: Matej Vašek <mvasek@redhat.com>
---------
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2024-12-03 08:40:44 +00:00
David Fridrich
582536f922
add repository to the credentials prompt ( #2596 )
...
* simplify more
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
* fix
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
* fix creds test
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
* name fix
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
* naming
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
---------
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
2024-12-02 16:22:45 +00:00
Matej Vašek
0e150e0a4b
Update deps ( #2604 )
...
Update pack
Update source-to-image
Update required Go version
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2024-12-02 15:50:43 +00:00
Matej Vašek
3d19d9bda3
Update golangci-lint ( #2606 )
...
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2024-12-02 14:40:48 +00:00
Matej Vašek
cd24d856e5
Update pack dep ( #2605 )
...
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2024-12-01 11:05:46 +00:00
github-actions[bot]
9a6bb271ec
chore: update Quarkus platform version to 3.17.2 ( #2603 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2024-11-29 15:10:44 +00:00
Knative Automation
1926b3d062
upgrade to latest dependencies ( #2602 )
...
bumping knative.dev/eventing 545c14c...f577063:
> f577063 Align label generation and apply on container-source as well (# 8355)
> cb31cb2 Add integrationsinks-addressable-resolver cluster role (# 8356)
bumping knative.dev/client/pkg 747ac98...441372a:
> 441372a Add target platform flag to build script (# 1981)
bumping knative.dev/serving 8cbbe8f...5717d19:
> 5717d19 Update net-kourier nightly (# 15636)
> 15ac5b1 Update net-contour nightly (# 15634)
Signed-off-by: Knative Automation <automation@knative.team>
2024-11-29 06:04:43 +00:00
Knative Automation
61ddbac37a
upgrade to latest dependencies ( #2578 )
...
bumping google.golang.org/grpc 3f95b38...acba4d3:
> acba4d3 Change version to 1.68.0 (# 7743)
> 5363dca credentials: Apply defaults to TLS configs provided through GetConfigForClient (# 7754) (# 7813)
> 056dc64 status: Fix status incompatibility introduced by # 6919 and move non-regeneratable proto code into /testdata (# 7724) (# 7793)
> b79fb61 mem: use slice capacity instead of length, to determine whether to pool buffers or directly allocate them (# 7702) (# 7792)
> 54841ef stats/opentelemetry/csm: Get mesh_id local label from "CSM_MESH_ID" environment variable, rather than parsing from bootstrap file (# 7740)
> ad81c20 pickfirstleaf: minor simplification to reconcileSubConnsLocked method (# 7731)
> b850ea5 transport : wait for goroutines to exit before transport closes (# 7666)
> 00b9e14 pickfirst: New pick first policy for dualstack (# 7498)
> 18a4eac testutils: add couple of log statements to the restartable listener type (# 7716)
> fdc2ec2 xdsclient: deflake TestADS_ResourcesAreRequestedAfterStreamRestart (# 7720)
> 4115c21 xds: return all ServerConfig dial options together (# 7718)
> b8ee37d pickfirst: Move var for mocking the shuffle func from internal/internal to pickfirst/internal (# 7698)
> d9d8f34 revert xds: return all ServerConfig dial options together (# 7712)
> 5f178a8 xdsclient: fix test build breakage (# 7710)
> f17ea7d xds: return all ServerConfig dial options together (# 7680)
> bdd444d xds: address merge conflict gotcha and missed review comment from previous PRs (# 7705)
> d365be6 transport: prevent deadlock in transport Close when GoAway write hangs (# 7662)
> 6c6c9b6 xdsclient: e2e style tests for ads stream restart (5/N) (# 7696)
> 5e6f4b9 xds: misc test cleanup (4/N) (# 7695)
> 3adcd41 xdsclient: make load reporting tests e2e style (3/N) (# 7694)
> 98d1550 xdsclient: switch more transport tests to e2e style (2/N) (# 7693)
> 9afb232 xdsclient: invoke watch callback when new update matches cached one, but previous update was NACKed (1/N) (# 7692)
> ab5af45 Revert "protoc-gen-go-grpc: remove `use_generic_streams_experimental` flag (defaults to true) (# 7654) (# 7703)
> e8a70c6 vet: add check to ensure terminating newline (# 7645)
> 5fd9853 examples: improve package comments (# 7658)
> 859602c vet : add check for tabs in text files (# 7678)
> 67e47fc xds: Fix flaky test TestUnmarshalListener_WithUpdateValidatorFunc (# 7675)
> ca4865d balancer: automatically stop producers on subchannel state changes (# 7663)
> 941102b xds/server: Fix xDS Server leak (# 7664)
> 7aee163 xds: add xDS transport custom Dialer support (# 7586)
> 9affdbb internal/credentials/xds: add unit tests for `HandshakeInfo.Equal` (# 7638)
> 3196f7a protoc-gen-go-grpc: remove `use_generic_streams_experimental` flag (defaults to true) (# 7654)
> 218811e balancer/rls: Add picker and cache unit tests for RLS Metrics (# 7614)
> a9ff62d clusterresolver/e2e_test: Avoid making real DNS requests in TestAggregateCluster_BadEDS_BadDNS (# 7669)
> e7a8097 cleanup: replace grpc.Dial with grpc.NewClient in tests (# 7640)
> bcf9171 transport: Fix reporting of bytes read while reading headers (# 7660)
> 8ea3460 balancer: fix logic to prevent producer streams before READY is reported (# 7651)
> 6c48e47 replace tab with spaces in text files (# 7650)
> 1418e5e clusterimpl: use gsb.UpdateClientConnState instead of switchTo, on receipt of config update (# 7567)
> ac41314 .*: Add missing a newline at the end (# 7644)
> 11c44fb vet: add comment explaining reason for revive lineter disabled rules (# 7634)
> 3b626a7 *: fix more typos (# 7619)
> 04e78b0 .*: fix lint issues of not having comments for exported funcs and vars along with any remaining issues and enable remaining disabled rules (# 7575)
> 31ffeee Deps: Bump Go version in Dockerfiles and test/kokoro/xds.sh (# 7629)
> 393fbc3 Update dependencies after 1.67 branch cut (# 7624)
> cf5d541 stubserver: support xds-enabled grpc server (# 7613)
> b6fde8c vet: add check for trailing spaces (# 7576)
> 7fb7ac7 mem: replace flate.Reader reference (# 7595)
> 8f920c6 Change version to 1.68.0-dev (# 7601)
bumping golang.org/x/mod 46a3137...dec0365:
> dec0365 sumdb: make data tiles by Server compatible with sum.golang.org
> c8a7319 x/mod: fix handling of vendored packages with '/vendor' in non-top-level paths
> 9cd0e4c x/mod: remove vendor/modules.txt from module download
bumping google.golang.org/genproto/googleapis/api ddb44da...8af14fe:
> 8af14fe chore(all): update all (# 1159)
> 7e3bb23 chore(all): auto-regenerate .pb.go files (# 1158)
> f6391c0 chore(all): update all (# 1156)
> 3fd189d chore(googleapis): update cloud/gkeconnect/gateway/v1beta1/alias.go (# 1157)
> 4ba0660 chore: update datastore and bigtable (# 1155)
> fc7c04a feat: move SoT for datastore proto definitions (# 1154)
> 278611b chore(all): update all (# 1153)
bumping google.golang.org/protobuf 158d2b3...c72053a:
> c72053a all: release v1.35.2
> b985635 internal/impl: fix TestMarshalMessageSetLazyRace (was a no-op!)
> 76135f9 proto: switch messageset_test to use makeMessages() injection point
> 29947bb internal/testprotos/test: add nested message field with [lazy=true]
> 5c14d72 encoding/prototext: use testmessages_test.go approach, too
> 496557b proto: refactor equal_test from explicit table to use makeMessages()
> 0517e5a testing/protocmp: document behavior when combining Ignore and Sort
> d14ebce all: implement strip_enum_prefix editions feature
> fb995f1 encoding/protojson: allow missing value for Any of type Empty
> d340238 all: start v1.35.1-devel
bumping golang.org/x/oauth2 6d8340f...3e64809:
> 3e64809 x/oauth2: add Token.ExpiresIn
> 16a9973 jwt: rename example to avoid vet error
> b52af7d endpoints: add GitLab DeviceAuthURL
bumping knative.dev/hack b799531...1978b3a:
> 1978b3a Update community files (# 404)
bumping google.golang.org/genproto/googleapis/rpc ddb44da...8af14fe:
> 8af14fe chore(all): update all (# 1159)
> 7e3bb23 chore(all): auto-regenerate .pb.go files (# 1158)
> f6391c0 chore(all): update all (# 1156)
> 3fd189d chore(googleapis): update cloud/gkeconnect/gateway/v1beta1/alias.go (# 1157)
> 4ba0660 chore: update datastore and bigtable (# 1155)
> fc7c04a feat: move SoT for datastore proto definitions (# 1154)
> 278611b chore(all): update all (# 1153)
bumping knative.dev/pkg 7b333a0...f3ab560:
> f3ab560 Update community files (# 3118)
> a7fd9b1 Bump google.golang.org/protobuf from 1.35.1 to 1.35.2 (# 3117)
> 215048a Bump golang.org/x/tools from 0.26.0 to 0.27.0 (# 3114)
> 47a6f9f Bump google.golang.org/grpc from 1.67.1 to 1.68.0 (# 3116)
bumping knative.dev/client/pkg f94c31b...747ac98:
> 747ac98 Update community files (# 1982)
> 60a31f3 [main] Upgrade to latest dependencies (# 1972)
> bfc00b8 Fix package location for build flags (# 1978)
bumping knative.dev/client-pkg 7b4bb48...14f4a3a:
> 14f4a3a Update community files (# 198)
bumping knative.dev/serving 95d2c9b...8cbbe8f:
> 8cbbe8f Update net-gateway-api nightly (# 15635)
> 5911aee Update community files (# 15633)
> 3e45e8f Update net-kourier nightly (# 15622)
> 0a61ece Update net-gateway-api nightly (# 15620)
> 85ce915 upgrade to latest dependencies (# 15623)
> 9f24a9c Update net-contour nightly (# 15621)
> bd9050e upgrade to latest dependencies (# 15618)
> b51a57d upgrade to latest dependencies (# 15613)
> ebe9d03 Update net-kourier nightly (# 15612)
> 75a7530 Update net-contour nightly (# 15610)
> 0b936fa Update net-gateway-api nightly (# 15611)
bumping knative.dev/eventing 9d67389...545c14c:
> 545c14c Change JobSink execution mode variable to `K_EXECUTION_MODE` (# 8350)
> 91f1c79 Avoid using twice hardcoded strings for the names of the Kube Secret keys, for AWS access/secret key vals (# 8345)
> cb29ac1 [main] Update community files (# 8354)
> aef3a14 [main] Format Go code (# 8349)
> 65da6fc Update integrationsink crd (# 8347)
> 01c8068 JobSink: Inject a `KNATIVE_EXECUTION_MODE` environment variable with value `batch` (# 8346)
> 366ff26 IntegrationSink: rek-test templating support for bool annotations (# 8342)
> 7176ce6 Add IntegrationSink CRD (# 8304)
> 5ad7dab feat: add RequestReply types and CRD (# 8337)
> 7f313d7 fix: rename `job-sink` to `job_sink` (# 8335)
> 4f6535a chore: correct comments (# 8336)
> ebe99e6 Introducing common integration helper and change package name (# 8327)
> 201e096 [main] Format Go code (# 8334)
> 6f5edf5 [main] Upgrade to latest dependencies (# 8328)
> f21370a Integration Api moved to versioned common (# 8325)
> 63d4da5 Update Integration API and use custom tags on structs for better readability (# 8321)
> 7abb04d JobSink: Delete secrets associated with jobs when jobs are deleted (# 8331)
> 8fed0be Allow configuring (opt-in) IMC async handler (# 8311)
> bc6e878 fix: remove duplicated observedGeneration from jobsinks.sinks.knative.dev (# 8326)
> 6b4ff7f [main] Upgrade to latest dependencies (# 8324)
> cd31c1b [main] Upgrade to latest dependencies (# 8322)
bumping knative.dev/networking 8a88798...bbd3279:
> bbd3279 upgrade to latest dependencies (# 1023)
> 929a5d5 upgrade to latest dependencies (# 1022)
> 5272a36 upgrade to latest dependencies (# 1021)
> 4c9d5b8 upgrade to latest dependencies (# 1020)
Signed-off-by: Knative Automation <automation@knative.team>
2024-11-28 16:45:43 +00:00
David Fridrich
0d92f6f401
bump builder image ( #2601 )
...
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
2024-11-28 11:01:43 +00:00
Knative Automation
0d9c329de5
Update community files ( #2599 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2024-11-28 08:30:43 +00:00
Matej Vašek
8815c53e79
Fix missing workspaces decl in the scaffold task ( #2587 )
...
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2024-11-28 00:16:13 +00:00
github-actions[bot]
319462a354
chore: update Quarkus platform version to 3.17.0 ( #2598 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2024-11-27 18:04:12 +00:00
github-actions[bot]
a537f9ca2b
chore: update CA bundle ( #2597 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2024-11-27 06:02:12 +00:00
Matej Vašek
1dd2e43344
Improved build caching for s2i local build ( #2581 )
...
* Improve build caching for s2i local build
Use 'RUN --mount=type=cache...' to cache build artifacts,
e.g. the local maven repostory.
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* Update podman version in tests
Signed-off-by: Matej Vašek <mvasek@redhat.com>
* fixup: set buildopt version to buildkit
Signed-off-by: Matej Vašek <mvasek@redhat.com>
---------
Signed-off-by: Matej Vašek <mvasek@redhat.com>
2024-11-22 14:40:02 +00:00
github-actions[bot]
27110e1655
chore: update Quarkus platform version to 3.16.4 ( #2585 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2024-11-21 16:24:02 +00:00
Luke Kingland
2fd4982e05
fix: set DOCKER_CONFIG prior to build ( #2580 )
2024-11-19 11:59:01 +00:00
Tarun Chinthakindi
bf9a70a648
Add Validation check to see if func is already initialized ( #2574 )
...
* Add Validation check to see if func is already initialized
* Refactor func init check in build.go
2024-11-15 13:07:43 +00:00
github-actions[bot]
c95f77ed2a
chore: update Quarkus platform version to 3.16.3 ( #2579 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2024-11-14 06:40:42 +00:00
Knative Automation
b553a2b2c8
upgrade to latest dependencies ( #2577 )
...
bumping golang.org/x/sys 23b0dab...e0753d4:
> e0753d4 Revert "windows/mkwinsyscall: use syscall.SyscallN instead of syscall.Syscall{6,9,12,15}"
> c29efe3 windows: add iphlpapi functions for change notifications
> 8f2aa9f cpu: conditionally re-enable AVX512 support on darwin/amd64
> 054f1fc README: don't recommend go get
> ca04041 unix: extend z/OS support
> 18e038c unix: move NETLINK_* consts to own section
> d045236 windows: implement Ftruncate using a single syscall on Windows
> cff53d5 unix: gofmt after CL 610296
> 123459f unix: update z/OS implementation of fcntl and mmap
> df4a4da unix/linux: adjust Dockerfile ENV key value format
> 696d342 unix: gofmt after CL 621375
> 60d7877 unix: add PTP_PF_* constants on Linux
> 256d1df unix: add PTP IOCTLs on Linux
> adbb8bb windows/mkwinsyscall: use syscall.SyscallN instead of syscall.Syscall{6,9,12,15}
> a57fdb8 unix: add IoctlGetHwTstamp/IoctlGetHwTstamp on Linux
> 3932916 unix: switch to Ubuntu 24.10 in Dockerfile
> 2dfefb6 all: execute gofmt
> e5eee7e unix: add IoctlGetEthtoolTsInfo on Linux
> fe162ba unix: add ClockSettime on Linux
> 7143f4a windows: manually initialize NewNTUnicodeString
bumping golang.org/x/term 9d5441a...b725e36:
> b725e36 go.mod: update golang.org/x dependencies
> 54df7da README: don't recommend go get
bumping knative.dev/serving 37aaaae...95d2c9b:
> 95d2c9b upgrade to latest dependencies (# 15609)
bumping golang.org/x/crypto adef4cc...6018723:
> 6018723 go.mod: update golang.org/x dependencies
> 71ed71b README: don't recommend go get
> 750a45f sha3: add MarshalBinary, AppendBinary, and UnmarshalBinary
> 36b1725 sha3: avoid trailing permutation
> 80ea76e sha3: fix padding for long cSHAKE parameters
> c17aa50 sha3: avoid buffer copy
> 7cfb916 ssh: return unexpected msg error when server fails keyboard-interactive auth early
> b61b08d chacha20: extend ppc64le support to ppc64
> 6c21748 internal/poly1305: extend ppc64le support to ppc64
bumping knative.dev/pkg 0a99635...7b333a0:
> 7b333a0 Bump golang.org/x/net from 0.30.0 to 0.31.0 (# 3113)
bumping golang.org/x/sync 411f99e...151027e:
> 151027e README: don't recommend go get
bumping golang.org/x/text 3043346...efd25da:
> efd25da go.mod: update golang.org/x dependencies
> 8a0e65e README: don't recommend go get
> fefda1a internal/texttest: remove Run and Bench helpers
> a457f47 all: normalize subtest names to NFC
bumping golang.org/x/net 6cc5ac4...334afa0:
> 334afa0 go.mod: update golang.org/x dependencies
> d7f220d quic: add LocalAddr and RemoteAddr to quic.Conn
> 858db1a http2: surface errors occurring very early in a client conn's lifetime
> 0aa844c http2: support unencrypted HTTP/2 handoff from net/http
> f35fec9 http2: detect hung client connections by confirming stream resets
> e883dae README: don't recommend go get
> 511cc3a html: add Node.{Ancestors,ChildNodes,Descendants}()
> 4783315 http2: limit 1xx based on size, do not limit when delivered
> 5716b98 internal/socket: execute gofmt
> 42b1186 http2: support ResponseController.EnableFullDuplex
bumping knative.dev/networking d5387fa...8a88798:
> 8a88798 Update community files (# 1019)
> 7341b46 upgrade to latest dependencies (# 1018)
Signed-off-by: Knative Automation <automation@knative.team>
2024-11-12 06:07:40 +00:00
Knative Automation
05c0fc2bea
upgrade to latest dependencies ( #2576 )
...
bumping knative.dev/serving 25edfee...37aaaae:
> 37aaaae Update net-kourier nightly (# 15605)
bumping knative.dev/eventing f53d038...9d67389:
> 9d67389 [chore] Do not generate SSL env vars for each struct entry, just once per containersource/image (# 8315)
> 35d8c63 [chore] Use a generic access/secret key in the secret for AWS connections (# 8312)
Signed-off-by: Knative Automation <automation@knative.team>
2024-11-11 08:33:03 +00:00
Knative Automation
1ba63b39af
upgrade to latest dependencies ( #2568 )
...
bumping knative.dev/eventing fa6b4c5...f53d038:
> f53d038 [main] Update community files (# 8307)
> df34028 Add missing copyright boilerplate (# 8305)
> 3f2b75b Use GetServiceHostname when passing URL to JobSink (# 8303)
bumping knative.dev/serving 423e654...25edfee:
> 25edfee Update net-contour nightly (# 15604)
> f640bbb Update net-gateway-api nightly (# 15603)
> 64b8325 Update community files (# 15602)
bumping knative.dev/client/pkg 117a365...f94c31b:
> f94c31b Update community files (# 1974)
bumping knative.dev/pkg 25f6002...0a99635:
> 0a99635 Update community files (# 3112)
bumping knative.dev/hack ef6e7e9...b799531:
> b799531 Update community files (# 403)
Signed-off-by: Knative Automation <automation@knative.team>
2024-11-07 06:07:59 +00:00
github-actions[bot]
459aa0c0b6
chore: update Quarkus platform version to 3.16.2 ( #2575 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2024-11-06 20:17:59 +00:00
Knative Automation
407c22d66a
Update community files ( #2573 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2024-11-06 02:03:59 +00:00
Matthias Wessendorf
ff6053a92d
💄 make array when filters is nil ( #2569 )
...
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
2024-11-05 14:05:39 +00:00
Knative Automation
2b83bac27f
upgrade to latest dependencies ( #2564 )
...
bumping knative.dev/serving 135b667...423e654:
> 423e654 Fix configuration metadata inconsistency (# 15601)
bumping knative.dev/eventing 7bca815...fa6b4c5:
> fa6b4c5 Add jobsinks-addressable-resolver cluster role (# 8298)
> b4b609a Add observedGeneration in JobSink OpenAPI schema (# 8297)
> 2e4d353 Allow imc-controller to list JobSinks (# 8294)
Signed-off-by: Knative Automation <automation@knative.team>
2024-11-05 04:29:39 +00:00
Knative Automation
b95785db32
upgrade to latest dependencies ( #2559 )
...
bumping knative.dev/eventing 7c97e6f...7bca815:
> 7bca815 IntegrationSource CRD (# 8238)
> c859efd [main] Format Go code (# 8289)
Signed-off-by: Knative Automation <automation@knative.team>
2024-11-04 06:45:54 +00:00
github-actions[bot]
97bd9e0be4
chore: update Quarkus platform version to 3.16.1 ( #2558 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2024-10-31 08:30:51 +00:00
Knative Automation
3b349a0a73
upgrade to latest dependencies ( #2556 )
...
bumping knative.dev/serving f215fdb...135b667:
> 135b667 Update net-kourier nightly (# 15598)
bumping knative.dev/eventing ef6b31a...7c97e6f:
> 7c97e6f Schduler: MAXFILLUP strategy will spread vreplicas across multiple pods (# 8263)
Signed-off-by: Knative Automation <automation@knative.team>
2024-10-30 05:12:49 +00:00
Knative Automation
53428b1449
upgrade to latest dependencies ( #2555 )
...
bumping knative.dev/eventing 65aeab5...ef6b31a:
> ef6b31a fix: et autocreate makes eventtype id required (# 8288)
> 4faf9c8 [main] Upgrade to latest dependencies (# 8287)
bumping knative.dev/client/pkg b3b6b86...117a365:
> 117a365 Allow to change the message for the spinner (# 1973)
bumping knative.dev/serving 16d2da8...f215fdb:
> f215fdb Update net-contour nightly (# 15597)
> 7dc3e95 Update net-gateway-api nightly (# 15596)
Signed-off-by: Knative Automation <automation@knative.team>
2024-10-29 06:51:48 +00:00
Knative Automation
ba18c79720
upgrade to latest dependencies ( #2554 )
...
bumping knative.dev/pkg 6af2bf9...25f6002:
> 25f6002 upgrade to latest dependencies (# 3111)
Signed-off-by: Knative Automation <automation@knative.team>
2024-10-28 07:35:47 +00:00
Knative Automation
d395b6c8d6
upgrade to latest dependencies ( #2553 )
...
bumping knative.dev/networking c254dbf...d5387fa:
> d5387fa upgrade to latest dependencies (# 1017)
bumping knative.dev/eventing 291c0a8...65aeab5:
> 65aeab5 [main] Upgrade to latest dependencies (# 8275)
> 03ba8f4 feat: autocreate v1beta3 eventtypes (# 8276)
bumping knative.dev/hack 2191456...ef6e7e9:
> ef6e7e9 Export KO_FLAGS for consuming scripts (# 401)
bumping knative.dev/serving 331c097...16d2da8:
> 16d2da8 upgrade to latest dependencies (# 15595)
Signed-off-by: Knative Automation <automation@knative.team>
2024-10-25 14:48:03 +00:00
Knative Automation
0e8a754b27
upgrade to latest dependencies ( #2551 )
...
bumping knative.dev/serving 6a27004...331c097:
> 331c097 upgrade to latest dependencies (# 15593)
> a22343c Update net-gateway-api nightly (# 15590)
> e8e7de5 Update net-kourier nightly (# 15592)
> 9d859b5 Update net-contour nightly (# 15589)
> 83a09f0 Update net-istio nightly (# 15591)
> d792207 Update net-contour nightly (# 15587)
> 19b4ce9 Update net-gateway-api nightly (# 15586)
> 4a9936a Update net-kourier nightly (# 15585)
> 67460f5 Update net-istio nightly (# 15584)
bumping knative.dev/networking 60e29ff...c254dbf:
> c254dbf upgrade to latest dependencies (# 1016)
> d954288 upgrade to latest dependencies (# 1014)
> 49760c2 Update community files (# 1013)
bumping knative.dev/pkg 9b9d535...6af2bf9:
> 6af2bf9 upgrade to latest dependencies (# 3110)
> 76cfa12 Fix `WEBHOOK_DISABLE_NAMESPACE_OWNERSHIP` env-var (# 3107)
> 6d10851 Add `WEBHOOK_DISABLE_NAMESPACE_OWNERSHIP` env-var (# 3103)
> 6eb75e8 Update community files (# 3105)
bumping knative.dev/hack 05b2fb3...2191456:
> 2191456 Update community files (# 400)
Signed-off-by: Knative Automation <automation@knative.team>
2024-10-25 06:15:03 +00:00
github-actions[bot]
09e597ced0
chore: update Springboot platform version to 3.3.5 ( #2552 )
...
Co-authored-by: Knative Automation <automation@knative.team>
2024-10-24 17:23:02 +00:00