Commit Graph

2099 Commits

Author SHA1 Message Date
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