mirror of https://github.com/knative/client.git
1239 Commits
Author | SHA1 | Message | Date |
---|---|---|---|
|
5d31dbd803
|
upgrade to latest dependencies (#1834)
bumping knative.dev/pkg 7051d30...aef227e: > aef227e upgrade to latest dependencies (# 2767) bumping knative.dev/serving 294cb9c...f1617ef: > f1617ef upgrade to latest dependencies (# 14188) > fcf7ba2 Update net-kourier nightly (# 14186) bumping knative.dev/eventing de75496...248a471: > 248a471 Eventing TLS: Configure CRDs to have addresses and CA certs (# 7105) > d2ce623 [main] Upgrade to latest dependencies (# 7109) > 6bfc2d4 [main] Format Go code (# 7108) > 855fbed Auto create events in channels (# 7089) > 0054bf3 Eventing TLS: Configure certificates to force rotate private keys (# 7104) > 6911db0 Tag line proposal (# 7045) > a13eebe [main] Upgrade to latest dependencies (# 7100) > a755429 Re-enable PingSource TLS E2E test (# 7082) bumping knative.dev/networking a3fa3a5...75dcd54: > 75dcd54 upgrade to latest dependencies (# 827) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
4621b10ed6
|
Change default SecurityContext to none (#1832)
* Change default SecurityContext to none * Fix unit test |
|
|
3a7d8c18ad
|
Add support for Eventing/v1beta2 EventTypes (#1831)
* Add support for Eventing/v1beta2 EventTypes * Skip e2e tests on missing API * Shortne the sink help message * Reword the help by the review recommendation * Reflect review feedback |
|
|
3ecb24f1c1
|
upgrade to latest dependencies (#1828)
bumping knative.dev/pkg eb63a40...7051d30: > 7051d30 Update community files (# 2764) > b7a11d4 Update community files (# 2763) > 5ef4812 Update community files (# 2762) > 49e2e56 update google cloud deps (# 2758) > a5e0b92 upgrade to latest dependencies (# 2757) > 6eb4b40 Update community files (# 2760) bumping knative.dev/client-pkg f377f06...e9d838e: > e9d838e Update community files (# 109) > f8021da Update community files (# 108) > 2311a7e Update community files (# 107) bumping knative.dev/serving 0462ce6...294cb9c: > 294cb9c Add log example for kourier and gateway-api (# 14178) > c0556c2 EnsureCleanup can skip clean up (# 14171) > 8d87d57 Update net-gateway-api nightly (# 14158) > de37d1e Update net-istio nightly (# 14173) > ac01fdb Update community files (# 14175) > b7c6b23 Update net-kourier nightly (# 14174) > 1183ad0 Update net-certmanager nightly (# 14172) > a7613e4 Update community files (# 14169) > c68d8f8 Update net-contour nightly (# 14165) > e5ad1c4 Update net-istio nightly (# 14164) > 6673893 Update net-certmanager nightly (# 14162) > a34bfd1 Update net-kourier nightly (# 14163) > 917d236 Remove domainmapping config (# 14161) > 4c76e3b Drop workaround pach for Istio (# 14156) > d97db13 Update net-kourier nightly (# 14160) > 1559c9b Bump net-certmanager manifests and add kapp ordering overlay (# 14148) > 52fe24e upgrade to latest dependencies (# 14155) > a5c8c2e Update community files (# 14154) > 2a17873 Separate Activator SA (# 14133) > fc166ac Consolidate webhooks (# 14082) > b935bea Set QP resource defaults (# 14039) > 529c5e4 Update net-kourier nightly (# 14150) > 4ccd1c9 Implement Stringer for nil podTracker (# 14147) > bd3e5e3 upgrade to latest dependencies (# 14151) > ebbca26 upgrade to latest dependencies (# 14149) > bde2f42 Update net-gateway-api nightly (# 14144) > bb1262e Update net-kourier nightly (# 14129) > 32ec382 Drop unused ytt patch for Ingress ServiceType (# 14143) > 4c3b36c Update net-gateway-api nightly (# 14136) > 9a75a93 Update net-istio nightly (# 14132) > ca618b7 Update net-certmanager nightly (# 14131) > ea3e9c3 Update net-contour nightly (# 14130) > 2e7d6e4 Update community files (# 14128) > 63fa389 Allow to set QP resources per service (# 14038) > 9310e4d Update net-kourier nightly (# 14125) bumping knative.dev/eventing 8f74094...de75496: > de75496 Function CopySecretWithName for creating secrets with specific name (# 7002) > 6833ee6 Convert tls secret names to constants (# 7086) > 90721ab [main] Update community files (# 7088) > 4541f4f [main] Update community files (# 7087) > ed05a35 Revert "Add loopclosure linter" (# 7083) > 838274e [main] Upgrade to latest dependencies (# 7078) > a4f0c10 [main] Update community files (# 7085) > afcf60b Move ingress & filter TLS secret names into constants (# 7081) > 1e96c78 feat!: Add tls support for ingress (# 6986) > 6a0495c Add loopclosure linter (# 7079) > 2fe1db6 Updated mtping TLS cert test to bind to free port (# 7036) > 516a915 Upgrade rekt to latest (# 7076) > 6a890e0 Fix flaky unit tests (# 7080) > eaf28a7 Add tracing for TestBrokerWithManyTriggers (# 7077) > f5b1b12 Send namespace header in MT components (# 7048) > 4b5fde8 [main] Update community files (# 7043) bumping knative.dev/hack d7586a2...ddae802: > ddae802 Update community files (# 302) > 8852371 Update community files (# 301) > 12cd6a1 Update community files (# 300) > cc92cdb Replace test-infra with toolbox (# 297) > fc42790 Update community files (# 296) bumping knative.dev/networking 3a75df5...a3fa3a5: > a3fa3a5 Update community files (# 826) > ad60eaa Update community files (# 825) > 03a1f22 upgrade to latest dependencies (# 824) > 2444385 upgrade to latest dependencies (# 822) > b2cce92 Update community files (# 823) > 1431d70 Bump google.golang.org/grpc to the latest version (# 821) > 91821ae Update community files (# 819) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
e6a60c40f4
|
Fix plugin inlining that uses client-pkg dependency (#1816)
* Fix plugin inlining that uses client-pkg dependency * Move list merge into plugin manager * Fix imports formatting |
|
|
75d62a3618
|
Add default SecurityContext to every new ksvc (#1821)
* Add default SecurityContext to every new ksvc * Add basic seccon config flag * Fix export e2e tests * Fix unit test |
|
|
737e34a45d
|
Update community files (#1827)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
f353a558d6
|
Update community files (#1826)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
9ddff04d26
|
upgrade to latest dependencies (#1823)
bumping knative.dev/serving 0462ce6...4c76e3b:%0A > 4c76e3b Drop workaround pach for Istio (# 14156)%0A > d97db13 Update net-kourier nightly (# 14160)%0A > 1559c9b Bump net-certmanager manifests and add kapp ordering overlay (# 14148)%0A > 52fe24e upgrade to latest dependencies (# 14155)%0A > a5c8c2e Update community files (# 14154)%0A > 2a17873 Separate Activator SA (# 14133)%0A > fc166ac Consolidate webhooks (# 14082)%0A > b935bea Set QP resource defaults (# 14039)%0A > 529c5e4 Update net-kourier nightly (# 14150)%0A > 4ccd1c9 Implement Stringer for nil podTracker (# 14147)%0A > bd3e5e3 upgrade to latest dependencies (# 14151)%0A > ebbca26 upgrade to latest dependencies (# 14149)%0A > bde2f42 Update net-gateway-api nightly (# 14144)%0A > bb1262e Update net-kourier nightly (# 14129)%0A > 32ec382 Drop unused ytt patch for Ingress ServiceType (# 14143)%0A > 4c3b36c Update net-gateway-api nightly (# 14136)%0A > 9a75a93 Update net-istio nightly (# 14132)%0A > ca618b7 Update net-certmanager nightly (# 14131)%0A > ea3e9c3 Update net-contour nightly (# 14130)%0A > 2e7d6e4 Update community files (# 14128)%0A > 63fa389 Allow to set QP resources per service (# 14038)%0A > 9310e4d Update net-kourier nightly (# 14125)%0Abumping go.opencensus.io 49838f2...b1a01ee:%0A > b1a01ee Add started RPC metric for client and server side (# 1283)%0A > 0bf7faa Fix CI, and update testify (# 1284)%0A > 0521206 Passing capacity to make() in place of length. (# 1276)%0A > c2a62a2 fix: Add function to stop the defaultWorker (# 1272)%0A > bf52d9d Remove `convTslice` calls in Record() (# 1268)%0A > ad0b46e Precompute encodeWithKeys buffer size to avoid resizes (# 1269)%0A > a55fb71 Optimize `Record()` to avoid extra allocations (# 1267)%0A > dcf8515 Fix formatting to pass with go1.17 (# 1270)%0A > fb455b0 Remove @rakyll from codeowners (# 1256)%0A > f5c4b39 Bump version to next expected release (# 1257)%0Abumping github.com/census-instrumentation/opencensus-proto 4aa53e1...e53624a:%0A > e53624a Bump version to 0.4.1%0A > 576a4ca Run go mod tidy, forgot to do after proto updates (# 228) (# 230)%0A > f918ec1 Merge pull request # 227 from dashpole/release%0A > a5f3b19 Add makefile, upgrade to use opentelemetry protoc docker, newer protoc (# 225)%0A > 11530ad Bump version to 0.4.1-SNAPSHOT%0A > 032ec2a Add go.mod, so dependencies are controlled (# 224)%0A > 0b54ad6 Bump version to 0.4.0%0A > 54c9a4c Start 0.4.0 development cycle (# 219)%0Abumping github.com/golang/protobuf ae97035...5d5e8c0:%0A > 5d5e8c0 Merge pull request # 1363 from neild/jsonnull%0A > 37828f9 jsonpb: accept 'null' as a valid representation of NullValue in unmarshal%0Abumping golang.org/x/oauth2 e48dfd9...839de22:%0A > 839de22 google: don't check for IsNotExist for well-known file%0A > 0690208 go.mod: update golang.org/x dependencies%0A > 451d5d6 internal: remove repeated definite articles%0A > cfe200d oauth2: parse RFC 6749 error response%0A > 3607514 go.mod: update golang.org/x dependencies%0A > 4abfd87 google: add CredentialsParams.EarlyTokenRefresh%0A > 1e7f329 oauth2: add ReuseTokenSourceWithExpiry%0A > 86850e0 oauth2: fix typo%0A > a6e37e7 google: Updating 3pi documentation%0A > 54b70c8 google: update missing auth help URL%0A > 2fc4ef5 README: encourage issues and proposals before changes%0A > 62b4eed go.mod: update golang.org/x dependencies%0A > 885f294 google: Add support for OAuth2 token exchange over mTLS%0A > 6f9c1a1 google: use Credentials instead of deprecated DefaultCredentials%0A > c82d0e1 google/internal/externalaccount: Removed URL validation for google URLs in ADC files%0A > adbaf66 go.mod: update golang.org/x dependencies%0A > e07593a oauth2: remove direct dependency on golang.org/x/net%0A > 34ffb07 go.mod: update golang.org/x dependencies%0A > b177c21 go.mod: update golang.org/x dependencies%0A > 510acbc google/internal/externalaccount: Added check for aws region and security credential environment variables before aws metadata call%0A > ec4a9b2 google/internal/externalaccount: Adding metadata verification%0A > 68a41d6 go.mod: update golang.org/x dependencies%0A > 1a77549 go.mod: update to new compute/metadata module%0Abumping golang.org/x/text 9db913a...e503480:%0A > e503480 encoding/japanese, language: shorten very long sub-test names%0A > 2df65d7 all: regenerate for Unicode 15.0.0%0A > e3c038a all: prepare for Unicode 15.0.0%0A > 3a7a255 internal/export/idna: make more space for mapping index%0A > d61dd50 go.mod: delete repeated "indirect"%0A > efb744f internal/export/idna: fix infinite loop in Go pre-1.10%0A > 48e4a4a all: fix some comments%0Abumping golang.org/x/term 0edf009...edd9fb7:%0A > edd9fb7 go.mod: update golang.org/x dependencies%0A > 88fcf87 term: consistently return zeroes on GetSize error%0A > f6de4a1 go.mod: update golang.org/x dependencies%0A > 119f703 go.mod: update golang.org/x dependencies%0A > 7ae6be6 go.mod: update golang.org/x dependencies%0Abumping google.golang.org/api a039966...63d06ab:%0A > 63d06ab chore(main): release 0.124.0 (# 1990)%0A > 73f57fe feat(all): auto-regenerate discovery clients (# 1991)%0A > 8c0e6d9 chore: add yoshi-approver ownership (# 1994)%0A > 7843046 chore(all): update all (# 1992)%0A > 94c12ed chore(all): update module github.com/google/s2a-go to v0.1.4 (# 1989)%0A > 0b4f4af feat(all): auto-regenerate discovery clients (# 1988)%0A > 2721e1f chore: enable GoApiaryCodegen auto-approve (# 1987)%0A > a241c25 chore: delete broken AutoApprove (# 1986)%0A > 3e2d6a6 chore: trigger AutoApprove on reopen as well (# 1985)%0A > a24a28a chore: give AutoApprove job full write (# 1984)%0A > 8210800 chore(main): release 0.123.0 (# 1975)%0A > f31b763 feat(all): auto-regenerate discovery clients (# 1982)%0A > d27f40f feat(all): auto-regenerate discovery clients (# 1978)%0A > 94d3d73 chore(ci): fix AutoApprove for discogen (# 1981)%0A > 98b3073 feat(all): auto-regenerate discovery clients (# 1974)%0A > d5e0fb2 chore(main): release 0.122.0 (# 1972)%0A > ab64815 feat(all): auto-regenerate discovery clients (# 1973)%0A > 8b0974e fix: add better support of array of floats (# 1971)%0A > cf0df64 chore(main): release 0.121.0 (# 1962)%0A > c2c2b59 feat(all): auto-regenerate discovery clients (# 1963)%0A > e44a771 chore(all): update module github.com/google/s2a-go to v0.1.3 (# 1965)%0A > 2068ba5 feat(all): auto-regenerate discovery clients (# 1961)%0A > c2018e2 chore(main): release 0.120.0 (# 1956)%0A > 4e35cac feat(all): auto-regenerate discovery clients (# 1960)%0A > fcd007a feat(all): auto-regenerate discovery clients (# 1958)%0A > 289b859 feat(all): auto-regenerate discovery clients (# 1957)%0A > 409bc9d feat(all): auto-regenerate discovery clients (# 1955)%0A > 0909f16 chore(main): release 0.119.0 (# 1944)%0A > 2f54150 chore(deps): update s2a-go to v0.1.2 (# 1954)%0A > 685ec81 feat: add an option to enable DirectPath xDS (# 1942)%0A > d85769c feat(all): auto-regenerate discovery clients (# 1953)%0A > 4cb8eb9 feat(all): auto-regenerate discovery clients (# 1952)%0A > bf9f3ac chore(all): update google.golang.org/genproto digest to daa745c (# 1949)%0A > e1eda57 feat(all): auto-regenerate discovery clients (# 1948)%0A > a0dacd5 feat(all): auto-regenerate discovery clients (# 1947)%0A > e8b93cb chore(deps): update s2a-go to v0.1.1 (# 1945)%0A > 690068f feat(all): auto-regenerate discovery clients (# 1943)%0A > 2d6890a chore(main): release 0.118.0 (# 1940)%0A > 29dc45a feat(all): auto-regenerate discovery clients (# 1941)%0A > ac94a0f feat(all): auto-regenerate discovery clients (# 1939)%0A > 8019ef6 chore(main): release 0.117.0 (# 1931)%0A > 750c7c8 feat(all): auto-regenerate discovery clients (# 1936)%0A > 3a98290 chore(all): update all (# 1937)%0A > 3f62830 chore(deps): bump golang.org/x/crypto (# 1930)%0A > 2219681 feat(all): auto-regenerate discovery clients (# 1935)%0A > 2efcb2e feat(all): auto-regenerate discovery clients (# 1932)%0A > 3c61729 feat: add experimental s2a-go integration (# 1874)%0A > 587b9e5 chore(main): release 0.116.0 (# 1929)%0A > 28c8cd5 feat(all): auto-regenerate discovery clients (# 1928)%0A > feafcdc chore(main): release 0.115.0 (# 1922)%0A > 34781cf feat(all): auto-regenerate discovery clients (# 1927)%0A > 33a2dfe feat(all): auto-regenerate discovery clients (# 1924)%0A > 02cfb82 chore(all): update google.golang.org/genproto digest to dcfb400 (# 1925)%0A > 8930f0e feat(all): auto-regenerate discovery clients (# 1923)%0A > 1c955e8 feat(all): auto-regenerate discovery clients (# 1913)%0A > 7f87838 chore(all): update all (# 1918)%0A > be028cf chore(gensupport): add idempotency header (# 1916)%0A > 649bfb9 chore(all): update all (# 1914)%0A > 5ac4fd7 test: update test due to generator change (# 1912)%0A > f79df48 chore(main): release 0.114.0 (# 1910)%0A > 2754ab4 feat(all): auto-regenerate discovery clients (# 1907)%0A > dc4b77d fix: always reference the internal package. (# 1909)%0A > b8a2a5e chore(main): release 0.113.0 (# 1901)%0A > fc221ce feat(all): auto-regenerate discovery clients (# 1900)%0A > e63383f chore(all): update module google.golang.org/protobuf to v1.29.1 [SECURITY] (# 1906)%0A > 64b6ee4 feat(idtoken): add support for external_account (# 1897)%0A > 65cafd4 chore(all): update all (# 1902)%0A > 63c48a6 feat(transport): add support for setting quota project with envvar (# 1892)%0A > 225fa6b internal: Refactor cert logic to support OAuth2 token exchange over mTLS (# 1886)%0A > 8d4d70d chore(main): release 0.112.0 (# 1883)%0A > 89c274a feat(all): auto-regenerate discovery clients (# 1898)%0A > 9f18671 feat(all): auto-regenerate discovery clients (# 1896)%0A > e88ee8a feat(all): auto-regenerate discovery clients (# 1893)%0A > 5da4d6a feat(all): auto-regenerate discovery clients (# 1887)%0A > 6bd0840 chore(deps): bump golang.org/x/crypto in /internal/kokoro/discogen (# 1890)%0A > 2f72016 chore(all): update all (# 1888)%0A > c886360 feat(all): auto-regenerate discovery clients (# 1885)%0A > 1aee5cd feat(all): auto-regenerate discovery clients (# 1884)%0A > 15808d7 feat(all): auto-regenerate discovery clients (# 1882)%0A > e99d0d5 chore(main): release 0.111.0 (# 1860)%0A > 70d3954 feat(all): auto-regenerate discovery clients (# 1875)%0A > f32872c chore(all): update google.golang.org/genproto digest to 637eb22 (# 1877)%0A > c02cff6 feat(all): auto-regenerate discovery clients (# 1873)%0A > 7d34d41 feat(all): auto-regenerate discovery clients (# 1872)%0A > d456fd6 chore(deps): bump golang.org/x/net in /internal/kokoro/discogen (# 1870)%0A > b7ab21d chore(all): update all (# 1868)%0A > 7f5f40a feat(all): auto-regenerate discovery clients (# 1866)%0A > 4056319 chore(all): update module golang.org/x/net to v0.7.0 [SECURITY] (# 1867)%0A > 8b8b195 feat(all): auto-regenerate discovery clients (# 1863)%0A > c0f2510 chore(all): update vet.sh to go runtime 1.20 (# 1865)%0A > 895105a feat(all): auto-regenerate discovery clients (# 1861)%0A > ba3414e feat(all): auto-regenerate discovery clients (# 1859)%0A > 892811c chore(main): release 0.110.0 (# 1840)%0A > 1edc79b chore: update x libs (# 1858)%0A > 929a393 chore(all): update all (# 1853)%0A > 1147cb8 fix: Update ECP dependency to v0.2.3 (# 1857)%0A > 689f934 feat(all): auto-regenerate discovery clients (# 1851)%0A > 8efd00d fix(internal/gensupport): don't prematurely close timers (# 1856)%0A > 3fb5b61 fix: Improve error handling for enterprise certificate module (# 1848)%0A > 8980266 feat(all): auto-regenerate discovery clients (# 1850)%0A > 3fb8cdc feat(all): auto-regenerate discovery clients (# 1841)%0A > 1651c38 chore(transport): remove support for go runtimes earlier than 1.16 (# 1844)%0A > 4b4c9d4 feat(all): auto-regenerate discovery clients (# 1838)%0A > b3b5f17 chore(main): release 0.109.0 (# 1818)%0A > c13cc35 feat(all): auto-regenerate discovery clients (# 1836)%0A > 602b6a4 chore(all): update all (major) (# 1806)%0A > a5d0daa feat(all): auto-regenerate discovery clients (# 1828)%0A > 50fc7c4 feat(all): auto-regenerate discovery clients (# 1826)%0A > 6aad438 feat(all): auto-regenerate discovery clients (# 1825)%0A > 85d0224 feat(all): auto-regenerate discovery clients (# 1822)%0A > 884a246 feat(all): auto-regenerate discovery clients (# 1821)%0A > 5935892 feat(all): auto-regenerate discovery clients (# 1819)%0A > ba3ba78 feat(all): auto-regenerate discovery clients (# 1817)%0A > 47f66d6 chore(main): release 0.108.0 (# 1811)%0A > da48b9a feat(all): auto-regenerate discovery clients (# 1816)%0A > a12685c feat(all): auto-regenerate discovery clients (# 1813)%0A > 4df52d2 feat(all): auto-regenerate discovery clients (# 1810)%0A > f74fbb6 chore(main): release 0.107.0 (# 1803)%0A > d8084e4 feat(all): auto-regenerate discovery clients (# 1809)%0A > 4dca4e0 feat: re-enable integrations:v1 (# 1801)%0A > 86e4009 fix: user Timers over time.After (# 1802)%0A > bcc345c feat(all): auto-regenerate discovery clients (# 1808)%0A > de06921 feat(all): auto-regenerate discovery clients (# 1807)%0A > 935ef64 feat(all): auto-regenerate discovery clients (# 1804)%0A > 93de455 feat(all): auto-regenerate discovery clients (# 1800)%0A > ac7eb8f chore(main): release 0.106.0 (# 1786)%0A > 3944e86 feat(all): auto-regenerate discovery clients (# 1794)%0A > f6dec99 feat(idtoken): add support for impersonated_service_account creds type (# 1792)%0A > ddb5c65 test: add buffer to both sides of token expiry validation (# 1797)%0A > b35900a fix(idtoken): configure validator constructor to use no authentication (# 1789)%0A > ca86833 chore(all): update all (# 1796)%0A > a6b0739 chore: skip generating integrations:v1 as it fails generation (# 1793)%0A > 7bd17b3 feat(all): auto-regenerate discovery clients (# 1790)%0A > 9fb35f5 feat(all): auto-regenerate discovery clients (# 1788)%0A > 1569e5b feat(option/internaloption): add new EmbeddableAdapter option (# 1787)%0A > a7f08e2 feat(all): auto-regenerate discovery clients (# 1784)%0A > 67aaf4e chore(main): release 0.105.0 (# 1774)%0A > 5b02761 feat(all): auto-regenerate discovery clients (# 1777)%0A > c58bf4c feat: support set null map entries for non-simple map values (# 1782)%0A > e4271df feat(googleapi): add response headers to Error reported by CheckMediaResponse (# 1781)%0A > 6193507 chore: remove uses of obsolete golang.org/x/xerrors (# 1776)%0A > 37a2e41 feat(all): auto-regenerate discovery clients (# 1773)%0A > 9255b0b chore(main): release 0.104.0 (# 1748)%0A > 4238314 chore: ignore some golang.org/x/* dependencies in renovate (# 1772)%0A > 029b659 chore(all): update all (# 1768)%0A > f819644 feat(all): auto-regenerate discovery clients (# 1771)%0A > 2b596d9 feat(all): auto-regenerate discovery clients (# 1767)%0A > 3195ce1 feat(all): auto-regenerate discovery clients (# 1766)%0A > 97a9846 feat(all): auto-regenerate discovery clients (# 1760)%0A > 8d8f0a7 feat(transport): de-experiment google-c2p resolver (# 1757)%0A > c213153 fix(transport/grpc): separate resolution of creds and certs (# 1759)%0A > 629e217 fix(idtoken): increase MaxIdleConnsPerHost to 100 in NewClient (# 1754)%0A > caf7af0 feat(all): auto-regenerate discovery clients (# 1755)%0A > e18b504 feat(all): auto-regenerate discovery clients (# 1753)%0A > dd565a4 feat(all): auto-regenerate discovery clients (# 1752)%0A > a657f19 feat(all): auto-regenerate discovery clients (# 1751)%0A > 292129c feat(all): auto-regenerate discovery clients (# 1746)%0A > 02077fd chore(all): update all (# 1749)%0A > 567070f docs: document limitation of WithUserAgent (# 1747)%0A > 561b601 chore(main): release 0.103.0 (# 1738)%0A > 4248dc3 feat(all): auto-regenerate discovery clients (# 1743)%0A > ee25e29 feat(googleapi): inject gax apierror.APIError into googleapi.Error (# 1730)%0A > f8efb95 chore(all): update all (# 1740)%0A > 9695aa1 feat: rm hard dep on x/sys (# 1742)%0A > bec0f29 chore(.github): force renovate to use 1.19 (# 1741)%0A > bbd4259 feat(all): auto-regenerate discovery clients (# 1739)%0A > de99200 feat(all): auto-regenerate discovery clients (# 1737)%0A > 0d7f97a chore(main): release 0.102.0 (# 1726)%0A > 0528475 feat: rely on new compute metadata module directly (# 1736)%0A > ce57a67 feat(all): auto-regenerate discovery clients (# 1734)%0A > 1e1eab9 feat(all): auto-regenerate discovery clients (# 1727)%0A > 0ce5403 test(transport/grpc): fix arg for test failure logs (# 1733)%0A > 06360d8 feat(all): auto-regenerate discovery clients (# 1725)%0A > 644a13c chore(main): release 0.101.0 (# 1719)%0A > f4788b3 feat(all): auto-regenerate discovery clients (# 1723)%0A > 9ea2ceb chore(all): update all (# 1721)%0A > 9140608 feat(all): auto-regenerate discovery clients (# 1720)%0A > 453b81a feat(all): auto-regenerate discovery clients (# 1718)%0A > d530a93 chore(main): release 0.100.0 (# 1714)%0A > 37f90e9 feat(internal/gensupport): remove DetermineContentType, use gax-go copy (# 1716)%0A > b235b1f fix(idtoken): Allow missing age in http response header (# 1715)%0A > f990a2a feat(all): auto-regenerate discovery clients (# 1717)%0A > f9e15f2 feat(all): auto-regenerate discovery clients (# 1712)%0A > e74b770 chore(all): update all (# 1713)%0A > 977e871 chore(main): release 0.99.0 (# 1710)%0A > 6b81c83 feat(all): auto-regenerate discovery clients (# 1701)%0A > 1aa1deb chore(all): update all (# 1707)%0A > 69fb474 chore: Update ECP dependency to 0.2.0 (# 1704)%0A > a4ae94d chore(main): release 0.98.0 (# 1700)%0A > 25b7450 feat(all): auto-regenerate discovery clients (# 1699)%0A > aa775b4 feat(all): auto-regenerate discovery clients (# 1696)%0A > faa845a chore(main): release 0.97.0 (# 1694)%0A > 2c3e863 fix(gensupport): allow initial request for resumable uploads to retry w/ non-nil getBody (# 1690)%0A > f427ee3 feat(internal/gensupport): wrap retry failures with context and prev error (# 1684)%0A > 6b0515b fix: build script bash error (# 1697)%0A > b8f2556 feat(all): auto-regenerate discovery clients (# 1695)%0A > a87400b feat(all): auto-regenerate discovery clients (# 1693)%0Abumping google.golang.org/protobuf 6875c3d...68463f0:%0A > 68463f0 all: release v1.31.0%0A > 59a8581 encoding/protodelim: fix handling of io.EOF%0A > fc47fdd proto: store the size of tag to avoid multiple calculations%0A > cc524c9 internal/order: fix sorting of synthetic oneofs to be deterministic%0A > b8fc770 encoding/protodelim: If UnmarshalFrom gets a bufio.Reader, try to reuse its buffer instead of creating a new one%0A > cf06b0c compiler/protogen: add Semantic.SET to setter annotations%0A > 05cbe34 encoding: add MarshalAppend to protojson and prototext%0A > 1bca6d9 types/dynamicpb: add NewTypes%0A > 736947c all: update protobuf release version to fix macOS tests%0A > 808c664 all: start v1.30.0-devel%0A > f221882 all: release v1.30.0%0A > e344383 protoadapt: helper functions to convert v1 or v2 message to either v1 or v2 message.%0A > 32efccd all: start v1.29.1-devel%0A > 771d8c7 all: release v1.29.1%0A > edaf511 internal/encoding/text: fix parsing of incomplete numbers%0A > fe5bc54 all: start v1.29.0-devel%0A > d3c9826 all: release v1.29.0%0A > eba8b09 cmd/protoc-gen-go: support protobuf retention feature%0A > fcf5f6c encoding/prototext: allow whitespace and comments between minus sign and number in negative numeric literal%0A > bc1253a types/descriptorpb: regenerate using latest protobuf v22.0 release%0A > 246af0d internal,reflect: correct typos%0A > 49eaa78 all: update links to Protocol Buffer documentation%0A > e831c33 proto: document Equal behavior of invalid messages%0A > 358fe40 internal/strs: avoid unnecessary allocations in Builder%0A > 0430d69 internal/impl: remove the unreachable line of code%0A > a948118 cmd/protoc-gen-go: make deprecated messages more descriptive%0A > 31a5920 protobuf: remove the check for reserved field numbers.%0A > a8d446d types/known/structpb: preallocate map in AsMap%0A > b2a7dfe reflect/protoreflect: add Value.Equal method%0A > f0e23c7 proto: revert expose package-private equalField%0A > 4d6d213 proto: expose package-private equalField.%0A > 7a48e2b protoreflect: fix list example code%0A > 494e81b integration test: drop Go 1.11 and Go 1.12%0A > f930b1d encoding/protojson: fix parsing of google.protobuf.Timestamp%0A > 692f4a2 types/descriptorpb: update *.pb.go to use latest protoc release, 21.5%0A > fb0abd9 encoding: add protodelim package%0A > 0f85348 all: start v1.28.1-devel%0Abumping google.golang.org/grpc 1c29e07...5b67e5e:%0A > 5b67e5e Update version.go to v1.56.1 (# 6386)%0A > d0f5150 client: handle empty address lists correctly in addrConn.updateAddrs (# 6354) (# 6385)%0A > 997c1ea Change version to 1.56.1-dev (# 6345)%0A > 2b6ff72 Change version to 1.56.0 (# 6344)%0A > 7996425 xds/outlierdetection: fix config handling (# 6361) (# 6367)%0A > a5ae5c6 weightedroundrobin: cherry-pick 2 commits from master (# 6360)%0A > 8edfa1a authz: End2End test for AuditLogger (# 6304)%0A > 2b1d70b xds: enable RLS in xDS by default (# 6343)%0A > 47f8ed8 interop: Don't fail target if sub-target already failed (# 6332)%0A > 1f23f6c client: fix Connect to handle channel idleness properly (# 6331)%0A > 3ea58ce client: disable channel idleness by default (# 6328)%0A > 6c2529b xds: support pick_first custom load balancing policy (A62) (# 6314)%0A > 9b9b364 internal/envconfig: Set Custom LB Env Var to true by default (# 6317)%0A > e325737 alts: Fix flaky ALTS TestFullHandshake test. (# 6300)%0A > 4d3f221 xds/internal/xdsclient: Add support for String Matcher Header Matcher in RDS (# 6313)%0A > 157db19 stats/opencensus: Fix flaky test span (# 6296)%0A > f19266c xds: support built-in Stdout audit logger type (# 6298)%0A > 59134c3 client: add support for pickfirst address shuffling from gRFC A62 (# 6311)%0A > a6e1acf grpc: support sticky TF in pick_first LB policy (# 6306)%0A > 2ae10b2 xdsclient: remove interface check related to ResourceData (# 6308)%0A > e9799e7 client: support a 1:1 mapping with acbws and addrConns (# 6302)%0A > 2a266e7 authz: use pointer to to structpb.Struct instead of value (# 6307)%0A > 511a963 interop: let the interop client send additional metadata, controlled by a flag (# 6295)%0A > 9b7a947 grpc: support channel idleness (# 6263)%0A > 098b2d0 xds/internal/balancer/outlierdetection: Switch Outlier Detection to use new duration field (# 6286)%0A > 417d4b6 examples: add error_handling example; move errors to error_details (# 6293)%0A > 390c392 authz: Rbac engine audit logging (# 6225)%0A > 52fef6d authz: Stdout logger (# 6230)%0A > 92e65c8 test/kokoro: Add custom_lb_test to the xds_k8s_lb job (# 6290)%0A > 756119c xds/outlierdetection: forward metadata from child picker (# 6287)%0A > 8eba9c2 github: upgrade to v3 of checkout & setup-go (# 6280)%0A > 24fd252 proto: update generated code to match grpc-proto changes (# 6283)%0A > 4eb88d7 cleanup: use new Duration type in base ServiceConfig (# 6284)%0A > 1230f0e xds/internal/xdsclient: Split registry up and two separate packages (# 6278)%0A > 0bdae48 interop: fix interop_test.sh shutdown (# 6279)%0A > 5dcfb37 interop: hold lock on server for OOB metrics updates; share 30s timeout (# 6277)%0A > 68381e7 xds: WRR in xDS (# 6272)%0A > fd376a5 test: fix flaky TimeoutOnDeadServer test; some cleanups (# 6276)%0A > 1db474c weightedroundrobin: fix duration format in lb config (# 6271)%0A > 523dcdd weightedroundrobin: fix test race accessing timeNow (# 6269)%0A > 1536887 interop/xds: Add Custom LB needed for interop test (# 6262)%0A > 7d61344 examples: fix authz example to receive streaming error properly (# 6270)%0A > afcbdc9 xds/internal/xdsclient/xdslbregistry: Continue in converter if type not found (# 6268)%0A > b3fbd87 interop: add ORCA test cases and functionality (# 6266)%0A > 5e58734 xds: Add support for Custom LB Policies (# 6224)%0A > 5c4bee5 balancer/weightedroundrobin: add load balancing policy (A58) (# 6241)%0A > c44f77e grpc: use CallbackSerializer in balancer wrapper (# 6254)%0A > f193ec0 orca: fix race when calling listeners coincides with updating the run goroutine (# 6258)%0A > 417cf84 test: deflake TestBalancerProducerHonorsContext (# 6257)%0A > 1f3fe1c Update ClientStream.SendMsg doc (# 6247)%0A > ccad7b7 grpc: use CallbackSerializer in resolver_wrapper (# 6234)%0A > 47b3c55 orca: fix race at producer startup (# 6245)%0A > 56b33d5 server/transport: send appropriate debug_data in GOAWAY frames (# 6220)%0A > add9015 orca: allow a ServerMetricsProvider to be passed to the ORCA service and ServerOption (# 6223)%0A > 40d0147 googledirectpatph: enable ignore_resource_deletion in bootstrap (# 6243)%0A > ed3ceba balancer: make producer RPCs block until the SubConn is READY (# 6236)%0A > b153b00 multiple: standardize import renaming for typed structs (# 6238)%0A > 713bd04 orca: minor cleanups (# 6239)%0A > 21a339c grpc: handle RemoveSubConn inline in balancerWrapper (# 6228)%0A > b153827 xds: make glaze happy for test packages (# 6237)%0A > 019acf2 stubserver: add option for allowing more services to be registered (# 6240)%0A > cf89a0b authz: Swap to using the correct TypedConfig in audit logger parsing (# 6235)%0A > df82147 internal: Document gcp/observability 1.0 dependencies in /internal (# 6229)%0A > da1a5eb tests: nix TestClientDoesntDeadlockWhileWritingErroneousLargeMessages (# 6227)%0A > e853dbf authz: add conversion of json to RBAC Audit Logging config (# 6192)%0A > 497436c xds/internal/balancer/outlierdetection: Change string to String (# 6222)%0A > de11139 clusterresolver: improve tests (# 6188)%0A > eff0942 xds/internal/xdsclient: Custom LB xDS Client Changes (# 6165)%0A > 8628e07 xds/internal/balancer/outlierdetection: Add Channelz Logger to Outlier Detection LB (# 6145)%0A > 83c460b authz: Move audit package (# 6218)%0A > 8c70261 grpc: ClientConn cleanup in prep for channel idleness (# 6189)%0A > 2cd95c7 gcp/observability: remove redundant import (# 6215)%0A > 16651f6 go.mod: update all dependencies (# 6214)%0A > ca60462 stubserver: Stop server when StartClient failed (# 6190)%0A > 7dfd718 internal/buffer: add Close method to the Unbounded buffer type (# 6161)%0A > ebeda75 tests: defalke TestTimerAndWatchStateOnSendCallback (# 6206)%0A > 0ed709c Change version to 1.56.0-dev (# 6213)%0A > 875c97a examples/features/observability: use observability module v1.0.0 (# 6210)%0A > aa8c137 authz: add audit logging APIs (# 6158)%0A > b91b884 gcp/observability: Have o11y module point to grpc 1.54 and opencensus 1.0.0 (# 6209)%0A > eab9e20 test/kokoro: increase PSM Security test timeout to 4h (# 6193)%0A > d90621f remove the unnecessary call to ResetTimer and StopTimer (# 6185)%0A > fe72db9 testing: add helpers to start test service, and retrieve port (# 6187)%0A > 5a50b97 Revert "Revert "credentials/alts: defer ALTS stream creation until handshake …" (# 6179)%0A > 89ec960 grpc: read the service config channel once instead of twice (# 6186)%0A > 6237dfe internal/stubserver: Close Client Conn in error handling of Start (# 6174)%0A > 06de8f8 alts: Add retry loop when making RPC in ALTS's TestFullHandshake. (# 6183)%0A > 6eabd7e server: use least-requests loadbalancer for workers (# 6004)%0A > 8374ff8 Export the unwrapResource method, to allow callers outside of the package (# 6181)%0A > efb2f45 test/xds: Fix test_grpc import path (# 6180)%0A > 81b3092 security/advancedtls: add TlsVersionOption to select desired min/max TLS versions (# 6007)%0A > 17b693d alts: Perform full handshake in ALTS tests. (# 6177)%0A > 01f8b86 Add documentation on some anti-patterns (# 6034)%0A > 3489bb7 xdsclient/test: deflake TestWatchResourceTimerCanRestartOnIgnoredADSRecvError (# 6159)%0A > bfb57b8 testing: delete internal copy of test service proto, and use canonical one (# 6164)%0A > 10401b9 stats/opencensus: the backend to Sent. Attempt. and Recv. (# 6173)%0A > b0a8b1b Use string instead of enum for xds resource type (# 6163)%0A > 1d5b73a xds: add stop to avoid hanging in TestServeWithStop (# 6172)%0A > ea0a038 xds/xdsclient: ignore resource deletion as per gRFC A53 (# 6035)%0A > a51779d xdsclient/test: deflake TestTimerAndWatchStateOnSendCallback (# 6169)%0A > e979919 internal/grpcsync: move CallbackSerializer from xdsclient/internal to here (# 6153)%0A > c2899dd examples/features/observability: Point o11y example to latest gcp/observability module (# 6162)%0A > 113d75f gcp/observability: Add isSampled bool to log entries (# 6160)%0A > 4a12595 stats/opencensus: Switch helper to return Span Context from context (# 6156)%0A > c3f1d5e gcp/observability: Set the opencensus_task label only for metrics, not tracing and logging (# 6155)%0A > 42dd7ac Use anypb.New instead of ptypes.MarshalAny (# 6074)%0A > 415ccdf go.mod: update all dependencies after 1.54 branch cut (# 6132)%0A > a357baf status: FromError: return entire error message text for wrapped errors (# 6150)%0A > 44cebb8 xds: enable XDS federation by default (# 6151)%0A > c018273 examples: Add observability example (# 6149)%0A > 277bb64 Revert "credentials/alts: defer ALTS stream creation until handshake time (# 6077)" (# 6148)%0A > 0fdfd40 gcp/observability: Generate unique process identifier unconditionally (# 6144)%0A > 1d20f1b security/advancedtls: swap from deprecated pkix.CertificateList to x509.RevocationList (# 6054)%0A > a8a25ce transport: use prefix logging (# 6135)%0A > 9c25653 cdsbalancer: improve log messages (# 6134)%0A > a02aae6 CONTRIBUTING.md: remove duplicated bullet point (# 6139)%0A > cdab8ae clusterresolver: push empty config to child policy upon removal of cluster resource (# 6125)%0A > 7651e62 transport: add a draining state check before creating streams (# 6142)%0A > a2ca46c examples: organize READMEs better (# 6121)%0A > 4efec30 stats/opencensus: remove leading slash for per call metrics (# 6141)%0A > 78099db gcp/observability: Switch hex encoding to string() method (# 6138)%0A > 70c5291 observability: remove import replace directive and switch it to point to latest commit (# 6122)%0A > 66e3533 status: handle wrapped errors (# 6031)%0A > a75fd73 Change version to 1.55.0-dev (# 6131)%0A > b638faf stats/opencensus: Add message prefix to metrics names (# 6126)%0A > c84a500 credentials/alts: defer ALTS stream creation until handshake time (# 6077)%0A > 6f44ae8 metadata: add benchmark test for FromIncomingContext and ValueFromIncomingContext (# 6117)%0A > a1e657c client: log last error on subchannel connectivity change (# 6109)%0A > 36fd0a4 gcp/observability: Add compressed metrics to observability module and synchronize View data with exporter (# 6105)%0A > 52ca957 xds: make comparison of server configs in bootstrap more reliable (# 6112)%0A > 7507ea6 gcp/observability: Change logging schema and set queue size limit for logs and batching delay (# 6118)%0A > 16c3b7d examples: add example for ORCA load reporting (# 6114)%0A > b458a4f transport: stop always closing connections when loopy returns (# 6110)%0A > 11e2506 tests: Scale down keepalive test timings (# 6088)%0A > 5796c40 interop/observability: Pass interop parameters to client/server as-is (# 6111)%0A > abd4db2 xdsclient/tests: fix flaky test NodeProtoSentOnlyInFirstRequest (# 6108)%0A > 3633361 tests: support LRS on the same port as ADS (# 6102)%0A > 0558239 Update CONTRIBUTING.md (# 6089)%0A > 2260821 go.mod: upgrade golang.org/x/net to address CVE-2022-41723 (# 6106)%0A > 60a1aa3 testutils: add support for creating endpoint resources with options (# 6103)%0A > 92d9e77 xds: NACK route configuration if sum of weights of weighted clusters exceeds uint32_max (# 6085)%0A > d02039b Deflake the integration test. (# 6093)%0A > 55d8783 gcp/observability: Link logs and traces by logging Trace and Span IDs (# 6056)%0A > ad4057f transport: stop returning errors that are always nil (# 6098)%0A > 558e1b6 examples/authz: add token package docstring (# 6095)%0A > 33df9fc credentials/xds: improve error message upon SAN matching failure (# 6080)%0A > 3292193 xdsclient: handle race with watch timer handling (# 6086)%0A > e83e34b xds/resolver/test: use a non-blocking send instead of closing the channel (# 6082)%0A > b46bdef interop/observability: add GCP Observability Testing Client/Server (# 5979)%0A > f311684 stats/opencensus: New uncompressed metrics and align with tracing spec (# 6051)%0A > cc320bf grpc: Log server trailers before writing status (# 6076)%0A > b9e6d59 xdsclient: send Node proto only on first discovery request on ADS stream (# 6078)%0A > ae4a231 ringhash: ensure addresses are consistenly hashed across updates (# 6066)%0A > 52dcd14 xdsclient: move tests from `e2e_test` to `tests` directory (# 6073)%0A > d8f80bb stats/opencensus: Added client api latency and upgrade go.mod (# 6042)%0A > a8b3226 gcp/observability: Disable logging and traces on channels to cloud ops backends (# 6022)%0A > 20141c2 examples: add an example to illustrate authorization (authz) support (# 5920)%0A > 8c374f7 clusterresolver: cleanup resource resolver implementation (# 6052)%0A > 1d16ef5 metadata: Lowercase appended metadata (# 6071)%0A > 8ba23be cmd/protoc-gen-go-grpc: bump -version to 1.3.0 for release (# 6064)%0A > a1693ec fakeserver: remove ADS and LRS v2 support (# 6068)%0A > 832ecc2 channelz: use protocmp.Transform() to compare protos (# 6065)%0A > 28b6bcf xds/xdsclient: improve failure mode behavior (gRFC A57) (# 5996)%0A > d53f0ec test: move compressor tests out of end2end_test.go (# 6063)%0A > dba41ef metadata: fix validation issues (# 6001)%0A > 75bed1d test: move e2e health checking tests out of end2end_test.go (# 6062)%0A > 0586c51 internal/transport: reduce running time of test from 5s to 1s (# 6061)%0A > 7437662 internal/transport: Fix flaky keep alive test (# 6059)%0A > 681b133 admin/test: split channelz imports (# 6058)%0A > 1093d3a channelz: remove dependency on testing package (# 6050)%0A > 3775f63 xdsclient/transport: reduce chattiness of logs (# 5992)%0A > 6fe609d xdsclient: minor cleanup in eds parsing (# 6055)%0A > 5353eaa testing: add helpers to configure cluster specifier plugin type (# 5977)%0A > 8702a2e stats/opencensus: Add top level call span (# 6030)%0A > 85b95dc gcp/observability: Register new views (# 6026)%0A > abff344 stats/opencensus: Add per call latency metric (# 6017)%0A > 0f02ca5 gcp/observability: Switch observability module to use new opencensus instrumentation code (# 6021)%0A > 6d612a3 resolver: update Resolver.Scheme() docstring to mention requirement of lowercase scheme names (# 6014)%0A > 30d8c0a xds/internal/xdsclient: NACK empty clusters in aggregate clusters (# 6023)%0A > 081499f xds: remove support for v2 Transport API (# 6013)%0A > dd12def stats/opencensus: Add OpenCensus traces support (# 5978)%0A > f4feddb github: update tests to use go version 1.20 (# 6020)%0A > 8153410 client: Add dial option to disable global dial options (# 6016)%0A > 55dfae6 resolver: document handling UpdateState errors by resolvers (# 6002)%0A > ceb3f07 client: Revert dialWithGlobalOption (# 6012)%0A > d655f40 internal/transport: fix severity of log when receiving a GOAWAY with error code ENHANCE_YOUR_CALM (# 5935)%0A > b81e8b6 metadata: slightly improve operateHeaders (# 6008)%0A > e9d9bd0 tests: reduce the degree of stress testing in long running tests (# 6003)%0A > f855226 github: update codeQL action to v2 (# 6009)%0A > f69e9ad stats/opencensus: Add OpenCensus metrics support (# 5923)%0A > 3151e83 cmd/protoc-gen-go-grpc: export consts for full method names (# 5886)%0A > d6dabba xds/server: reduce chattiness of logs (# 5995)%0A > 0954097 server: expose API to set send compressor (# 5744)%0A > a7058f7 xds/csds: switch tests to use the new generic xdsclient API (# 6000)%0A > 3711154 xdsclient/bootstrap: reduce chattiness of logs (# 5991)%0A > d103fc7 xdsclient/xdsresource: reduce chattiness of logs (# 5993)%0A > 6a707eb client: add an option to disable global dial options (# 5990)%0A > c813c17 Change version to 1.54.0-dev (# 5985)%0A > 2a1e934 server: after GracefulStop, ensure connections are closed when final RPC completes (# 5968)%0A > e2d69aa tests: fix spelling of variable (# 5966)%0A > a6376c9 xds/resolver: cleanup tests to use real xDS client 3/n (# 5953)%0A > bf8fc46 xds/resolver: cleanup tests to use real xDS client 5/n (# 5955)%0A > 3930549 resolver: replace resolver.Target.Endpoint field with Endpoint() method (# 5852)%0A > 894816c grpclb: rename `grpclbstate` package back to `state` (# 5962)%0A > e5a0237 encoding: fix duplicate compressor names (# 5958)%0A > 4adb2a7 xds/resolver: cleanup tests to use real xDS client 2/n (# 5952)%0A > 52a8392 gcp/observability: update method name validation (# 5951)%0A > 4075ef0 xds: fix panic involving double close of channel in xDS transport (# 5959)%0A > 7bf6a58 gcp/observability: Cleanup resources allocated if start errors (# 5960)%0A > bc9728f xds/resolver: cleanup tests to use real xDS client 4/n (# 5954)%0A > 6e74938 xds/resolver: cleanup tests to use real xDS client (# 5950)%0A > 9b9b381 server: fix a few issues where grpc server uses RST_STREAM for non-HTTP/2 errors (# 5893)%0A > ace8082 xdsclient: close func refactor (# 5926)%0A > 9326362 transport: fix maxStreamID to align with http2 spec (# 5948)%0A > 4e4d828 xds interop: Fix buildscripts not continuing on a failed test suite (# 5937)%0A > 379a2f6 *: add missing colon to errorf messages to improve readability (# 5911)%0A > cde2edc Revert "xds interop: Fix buildscripts not continuing on a failed test suite (# 5932)" (# 5936)%0A > 78ddc05 xdsclient: fix race in load report implementation (# 5927)%0A > 2a9e970 xds interop: Fix buildscripts not continuing on a failed test suite (# 5932)%0A > 9228cff rls: fix a data race involving the LRU cache (# 5925)%0A > be06d52 binarylog: consistently rename imports for binarylog proto (# 5931)%0A > bf3ad35 *: update all dependencies (# 5924)%0A > 6de8f50 transport: drain client transport when streamID approaches maxStreamID (# 5889)%0A > 42b7b63 stats/opencensus: OpenCensus instrumentation api (# 5919)%0A > 974a5ef grpc: document defaults in MaxCallMsgSize functions (# 5916)%0A > 9b73c42 test/xds: add tests for scenarios where authority in resource name is not specified in bootstrap config (# 5890)%0A > 3b2da53 xdsclient: handle resource not found errors correctly (# 5912)%0A > f2fbb0e Deprecate use of `ioutil` package (# 5906)%0A > 8ec85e4 priority: improve and reduce verbosity of logs (# 5902)%0A > 12b8fb5 test: move e2e HTTP header tests to http_header_end2end_test.go (# 5901)%0A > f1a9ef9 stream: update ServerStream.SendMsg doc (# 5894)%0A > c90744f oauth: mark `NewOauthAccess` as deprecated and update examples to use `TokenSource` (# 5882)%0A > 0e5421c internal/envconfig: add convenience boolFromEnv to improve readability (# 5887)%0A > 4565dd7 ringhash: allow overriding max ringhash size via environment variable (# 5884)%0A > 94a65dc rls: deflake tests (# 5877)%0A > 08479c5 xdsclient: resource agnostic API implementation (# 5776)%0A > 07ac97c transport: simplify httpClient by moving onGoAway func to onClose (# 5885)%0A > 5ff7dfc rls: propagate headers received in RLS response to backends (# 5883)%0A > f94594d interop: add test client for use in xDS federation e2e tests (# 5878)%0A > 68b388b balancer: support injection of per-call metadata from LB policies (# 5853)%0A > 4f16fbe examples: update server reflection tutorial (# 5824)%0A > b2d4d5d test: fix raceyness check to deflake test http server (# 5866)%0A > 54b7d03 grpc: Add join Dial Option (# 5861)%0A > 70617b1 vet & github: run vet separately from tests; make vet-proto only check protos (# 5873)%0A > 81ad1b5 *: update all dependencies (# 5874)%0A > 357d7af Change version to 1.53.0-dev (# 5872)%0A > a0e8eb9 test: rename race.go to race_test.go (# 5869)%0A > ae86ff4 benchmark: fix typo in ClientReadBufferSize feature name (# 5867)%0A > e53d28f xdsclient: log node ID with verbosity INFO (# 5860)%0A > 9373e5c transport: Fix closing a closed channel panic in handlePing (# 5854)%0A > 2f413c4 transport/http2: use HTTP 400 for bad requests instead of 500 (# 5804)%0A > 5003029 testutils: do a better job of verifying pick_first in tests (# 5850)%0A > 3e27f89 binarylog: Account for key in metadata truncation (# 5851)%0A > f54bba9 test/xds: minor cleanup in xDS e2e test (# 5843)%0A > a9709c3 Added logs for reasons causing connection and transport close (# 5840)%0A > aba03e1 xds: pass options by value to helper routines which setup the management server in tests (# 5833)%0A > 638141f examples: add feature/cancellation retry to example test script (# 5846)%0A > 22c1fd2 deps: update golang.org/x/net to latest in all modules (# 5847)%0A > 1949035 ringhash: add logs to surface information about ring creation (# 5832)%0A > f7c110a test: remove use of deprecated WithInsecure() API (# 5836)%0A > a205447 examples: add new example to show updating metadata in interceptors (# 5788)%0A > 001d234 rls: Fix regex in rls test (# 5834)%0A > 7361971 rls: use a regex for the expected error string (# 5827)%0A > 617d6c8 security/advancedtls: add test for crl cache expiration behavior (# 5749)%0A > ef51864 grpclb: improve grpclb tests (# 5826)%0A > fa99649 xdsclient: deflake new transport ack/nack tests (# 5830)%0A > 99ba982 transport/server: flush GOAWAY before closing conn due to max age (# 5821)%0A > 20c937e transport: limit AccountCheck tests to fewer streams and iterations to avoid flakes (# 5828)%0A > 110ed9e xdsclient: resource-type-agnostic transport layer (# 5808)%0A > c91396d pickfirst: do not return initial subconn while connecting (# 5825)%0A > 94f0e7f benchmark: add a feature for read and write buffer sizes (# 5774)%0A > 087387c Deflake Outlier Detection xDS e2e test (# 5819)%0A > dd123b7 testutils/pickfirst: move helper function to testutils (# 5822)%0A > be202a2 examples: add an example to illustrate the usage of stats handler (# 5657)%0A > 9f97673 test: move e2e goaway tests to goaway_test.go (# 5820)%0A > 0fe49e8 grpc: Improve documentation of read/write buffer size server and dial options (# 5800)%0A > 09fc1a3 interop: update Go version in docker container used for psm interop (# 5811)%0A > adfb915 server: fix ChainUnaryInterceptor and ChainStreamInterceptor to allow retrying handlers (# 5666)%0A > e0a9f11 reflection: split grpc and pb imports (# 5810)%0A > 6f96f96 reflection: update proto (# 5809)%0A > 6e43203 reflection: generate protobuf files from grpc-proto (# 5799)%0A > 0abb6f9 xdsclient: resource type agnostic WatchResource() API (# 5777)%0A > 3011eaf test/tools: update staticcheck version to latest (# 5806)%0A > fefb3ec test/tools: update everything to latest versions except staticcheck (# 5805)%0A > 50be6ae go.mod: update all dependencies (# 5803)%0A > ff14680 Cap min and max ring size to 4K (# 5801)%0A > 0238b6e transport: new stream with actual server name (# 5748)%0A > 817c1e8 passthrough: return error if endpoint is empty and opt.Dialer is nil when building resolver (# 5732)%0A > 56ac86f xdsclient: wait for underlying transport to close (# 5775)%0A > 457c2f5 benchmark: use default buffer sizes (# 5762)%0A > 689d061 Cleanup usages of resolver.Target's Scheme and Authority (# 5761)%0A > 5331dbd outlierdetection: remove an unused variable in a test (# 5778)%0A > 81db250 Change version to 1.52.0-dev (# 5784)%0A > 72812fe gcp/observability: filter logging from cloud ops endpoints calls (# 5765)%0A > 0ae33e6 xdsclient: remove unused test code (# 5772)%0A > 824f449 go.mod: upgrade x/text to v0.4 to address CVE (# 5769)%0A > 7f23df0 xdsclient: switch xdsclient watch deadlock test to e2e style (# 5697)%0A > 32f969e o11y: Added started rpc metric in o11y plugin (# 5768)%0A > b597a8e xdsclient: improve authority watchers test (# 5700)%0A > e41e894 orca: create ORCA producer for LB policies to use to receive OOB load reports (# 5669)%0A > 36d14db Fix binary logging bug which logs a server header on a trailers only response (# 5763)%0A > fcb8bdf xds/google-c2p: validate url for no authorities (# 5756)%0A > 040b795 xdsclient/e2e_test: use SendContext() where appropriate (# 5729)%0A > 0d6481f target: replace parsedTarget.Scheme to parsedTarget.URL.Scheme (# 5750)%0A > fdcc01b transport/test: implement staticcheck suggestion (# 5752)%0A > aa44cca google-c2p: use new-style resource name for LDS subscription (# 5743)%0A > c858a77 balancer/weightedtarget: fix ConnStateEvltr to ignore transition from TF to Connecting (# 5747)%0A > 64df652 google-c2p: include federation env var in the logic which determines when to use directpath (# 5745)%0A > 3c09650 balancer/weightedtarget: use ConnectivityStateEvaluator (# 5734)%0A > 3fd80b0 Fix flaky test MultipleClientStatsHandler (# 5739)%0A > 26071c2 google-c2p resolver: add authority entry to bootstrap config (# 5680)%0A > 9127159 client: synchronously verify server preface in newClientTransport (# 5731)%0A > f51d212 xdsclient: improve RDS watchers test (# 5692)%0A > 7c16802 tests: refactor tests to use testutils helper functions (# 5728)%0A > 28fae96 xdsclient: improve federation watchers test (# 5696)%0A > f88cc65 xdsclient: improve EDS watchers test (# 5694)%0A > 439221d xdsclient: add a convenience type to synchronize execution of callbacks (# 5702)%0A > dbb8e2b xdsclient: improve CDS watchers test (# 5693)%0A > 79ccdd8 clientconn: go idle if conn closed after preface received (# 5714)%0A > 778860e testing: update Go to 1.19 (# 5717)%0A > eb8aa31 weightedtarget: return a more meaningful error when no child policy is reporting READY (# 5391)%0A > bb3d739 fakeserver: add v3 support to the xDS fakeserver implementation (# 5698)%0A > 912765f xds: move bootstrap config generating utility package to testutils (# 5713)%0A > f52b910 o11y: Fixed o11y bug (# 5720)%0A > 00d1830 Fix o11y typo (# 5719)%0A > e163a90 xds/xdsclient: add EDS resource endpoint address duplication check (# 5715)%0A > 9eba574 xds: de-experimentalize google c2p resolver (# 5707)%0A > 8b3b10b gcp/observability: implement public preview config syntax, logging schema, and exposed metrics (# 5704)%0A > 8062981 vet: workaround buggy mac git grep behavior (# 5716)%0A > e81d0a2 xdsclient: improve LDS watchers test (# 5691)%0A > 7b817b4 client: set grpc-accept-encoding to full list of registered compressors (# 5541)%0A > c672451 xds/xdsclient: add sum of EDS locality weights check (# 5703)%0A > c03925d priority: release references to child policies which are removed (# 5682)%0A > 5fc798b Add binary logger option for client and server (# 5675)%0A > 12db695 grpc: restrict status codes from control plane (gRFC A54) (# 5653)%0A > 202d355 Change version to 1.51.0-dev (# 5687)%0A > 1451c62 internal/transport: optimize grpc-message encoding/decoding (# 5654)%0A > be4b63b test: minor test cleanup (# 5679)%0A > d83070e Changed Outlier Detection Env Var to default true (# 5673)%0A > 54521b2 client: remove trailing null from unix abstract socket address (# 5678)%0A > 36e4810 orca: cleanup old code, and get grpc package to use new code (# 5627)%0A > e8866a8 build: harden GitHub Workflow permissions (# 5660)%0A > 8458251 xdsclient: ignore routes with cluster_specifier_plugin when GRPC_EXPERIMENTAL_XDS_RLS_LB is off (# 5670)%0A > a238ceb xDS: Outlier Detection Env Var not hardcoded to false (# 5664)%0A > b1d7f56 transport: Fix deadlock in transport caused by GOAWAY race with new stream creation (# 5652)%0A > 9c3e589 rls: delegate pick to child policy as long as it is not in TransientFailure (# 5656)%0A > 7da8a05 xds: Enable Outlier Detection interop tests (# 5632)%0A > 21f0259 test: loosen metadata error check to reduce dependence on exact library errors (# 5650)%0A > 552de12 orca: fix package used to reference service to use pb suffix instead of grpc (# 5647)%0A > 87d1a90 orca: fix package used to reference service to use grpc suffix instead of pb (# 5645)%0A > 60eecd9 metadata: add ValueFromIncomingContext to more efficiently retrieve a single value (# 5596)%0A > 2ebd594 Documentation/proxy: update due to Go 1.16 behavior change (# 5630)%0A > 1530d3b gcp/observability: fix End() to cleanup global state correctly (# 5623)%0A > f7d2036 xds: add Outlier Detection Balancer (# 5435)%0A > 182e9df Grab comment from proto file, similar to protoc-gen-go (# 5540)%0A > 60a3a7e cleanup: fixes for issues surfaced by vet (# 5617)%0A > 99ae81b roundrobin: optimization of the roundrobin implementation. (# 5607)%0A > aee9f0e orca: server side custom metrics implementation (# 5531)%0A > ddcda5f alts: do not set WaitForReady on handshaker RPCs (# 5620)%0A > d875a0e xdsclient: NACK cluster resource if config_source_specifier in lrs_server is not self (# 5613)%0A > c351f37 chore: remove duplicate word in comments (# 5616)%0A > f0f9f00 test/kokoro: enable pod log collection in the buildscripts (# 5608)%0A > 1dd0256 ringhash: implement a no-op ExitIdle() method (# 5614)%0A > fe59226 clusterresolver: deflake eds_impl tests (# 5562)%0A > d5dee5f xds/ringhash: make reconnection logic work for a single subConn (# 5601)%0A > b225dda transport: update http2 spec document link (# 5597)%0A > 641dc87 transport: add peer information to http2Server and http2Client context (# 5589)%0A > 02fbca0 xds/resolver: generate channel ID randomly (# 5591)%0A > 97cb7b1 xds/clusterresolver: prevent deadlock of concurrent Close and UpdateState calls (# 5588)%0A > c56f196 internal/fakegrpclb: don't listen on all adapters (# 5592)%0A > 3f5b7ab internal/transport: fix typo (# 5566)%0A > c11858e Publish arm64 binaries to GitHub releases (# 5561)%0A > 802b32e Change version to 1.50.0-dev (# 5585)%0Abumping golang.org/x/net dfa2b5d...c73c09c:%0A > c73c09c go.mod: update golang.org/x dependencies%0A > 4fc2eb9 http2: revert Transport change from CL 486156%0A > 63727cc http2: validate Host header before sending%0A > 1bb09e6 quic: pass the connection ID length into 1-RTT packet parsing%0A > 952fc9c quic: move ack_delay_exponent handling out of frame parsing%0A > 02fe9a5 quic: loss detection%0A > c8a2c5a quic: remove stray debugging print%0A > 5d50b40 quic: add packetFate enum%0A > ee81e8c quic: correct rttvar updates%0A > ab184e6 quic: rename side type to connSide%0A > 508a573 quic: add congestion controller%0A > 4050002 html: handle equals sign before attribute%0A > f5464dd idna: update for Unicode 15.0.0%0A > 6c96ca5 go.mod: update golang.org/x dependencies%0A > 5541298 quic: add packet pacer%0A > 88a50b6 all: update x/sys to HEAD%0A > 7e6923f quic: add RTT estimator%0A > 2796e09 bpf: check for little endian CPU for OS VM comparison%0A > 10cf388 quic: add a data structure for tracking lists of sent packets%0A > ccc217c quic: parameterize rangeset%0A > f16447c quic: add go1.21 build constraint%0A > f7250ea quic: add a type tracking sent values%0A > 1b5a2d8 quic: packet encoding/decoding%0A > a233290 quic: add a data structure for tracking sent packets%0A > 61d852e quic: error codes and types%0A > d40f154 quic: varint encoding and decoding%0A > 10d9069 quic: add rangeset type%0A > f71a821 quic: packet protection%0A > 6488c8f quic: basic packet operations%0A > d4a2c13 quic: packet number encoding/decoding%0A > 0d6f3cb quic: add various useful common constants and types%0A > ee6956f quic: add internal/quic package%0A > 6826f5a http2: close request bodies before RoundTrip error return%0A > ca96da6 dns/dnsmessage: reject names with dots inside label%0A > 056145c net/http: deflake TestTransportRetryAfterGOAWAY%0A > abee42a http2: deflake TestTransportReuseAfterError%0A > 3b31286 ipv4,ipv6: remove unneeded deadlines added for flaky tests%0A > 23ce3b8 http2: disable Content-Length when nilled%0A > 120fc90 http2: change default frame scheduler to round robin%0A > 2b0b97d dns/dnsmessage: reject packing of 255B rooted names, reject unpacking of 256B (dns encoded) names%0A > d28c0b1 all: fix some comments%0A > daac0ce go.mod: update golang.org/x dependencies%0A > 82780d6 http2: don't reuse connections that are experiencing errors%0A > 0bfab66 ipv4, ipv6: drop redundant skip checks based on GOOS%0A > 938ff15 ipv4, ipv6, nettest: skip unsupported tests on wasip1%0A > eb1572c html: another shot at security doc%0A > 9001ca7 nettest: re-enable unixpacket tests on netbsd/386%0A > 3d5a8ee internal/socks: permit authenticating with an empty password%0A > 694cff8 go.mod: update golang.org/x dependencies%0A > 6960703 http2: log the correct error when retrying in (*Transport).RoundTripOpt%0A > 9f24bb4 http2: properly discard data received after request/response body is closed%0A > 08dda57 html: fix package doc typo Signed-off-by: Knative Automation <automation@knative.team> |
|
|
b6c06e0602
|
Update community files (#1825)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
4b71af8932
|
upgrade to latest dependencies (#1817)
bumping knative.dev/serving a657321...0462ce6:%0A > 0462ce6 Update net-istio nightly (# 14126)%0A > 2813b9a Update net-gateway-api nightly (# 14119)%0A > eaf666e Update net-istio nightly (# 14116)%0A > 53169cd Update net-istio nightly (# 14112)%0A > e865aa7 Update net-contour nightly (# 14109)%0A > 921daf8 Update net-certmanager nightly (# 14111)%0A > bb581cc Update net-kourier nightly (# 14110)%0A > fbfffc0 upgrade to latest dependencies (# 14108)%0A > bcf9274 upgrade to latest dependencies (# 14101)%0A > f085b30 fix: requests are sent to all pods even if cc=1 and the parity of activatorCount and podTracker is different (# 14022)%0A > 9772417 Update net-kourier nightly (# 14107)%0A > f6d0c7b Update net-contour nightly (# 14106)%0A > 560e0ea Update net-certmanager nightly (# 14105)%0A > 51f4f1e Update net-istio nightly (# 14104)%0A > 18519b1 Update net-contour nightly (# 14079)%0A > 38c155e Add chainguard-dev/actions for creating kind cluster (# 14018)%0A > 74c57d8 Update net-istio nightly (# 14098)%0A > 5a9c574 Update net-kourier nightly (# 14096)%0A > 3a6c2b6 upgrade to latest dependencies (# 14095)%0A > 5a90438 Update net-istio nightly (# 14091)%0A > dc0692a Update net-istio nightly (# 14088)%0A > 0fbd780 Update net-certmanager nightly (# 14087)%0A > 6f63c98 Update net-kourier nightly (# 14086)%0A > e74f5f4 Update net-gateway-api nightly (# 14085)%0A > 1587070 Update net-kourier nightly (# 14081)%0A > 2e00e9f Update net-certmanager nightly (# 14080)%0A > a3c7864 Update net-istio nightly (# 14078)%0A > 384b889 Update net-gateway-api nightly (# 14077)%0A > 7d0f963 Change storage version of DomainMapping to v1beta1 (# 14058)%0A > e8b6f05 Update net-gateway-api nightly (# 14068)%0A > 41e4212 Get certificate reconciler from `networking` instead of `control-protocol` (# 14072)%0A > e71b933 Update net-certmanager nightly (# 14070)%0A > 8f516b6 Update net-kourier nightly (# 14069)%0A > a2bb4aa upgrade to latest dependencies (# 14071)%0A > c95f17b Update community files (# 14067)%0A > bf48e64 Remove deprecated internalEncryption dependency (# 14064)%0A > 6b87d67 Update net-istio nightly (# 14065)%0A > fbecf34 refactor throttler_test.go (# 14055)%0A > 349b2d6 Change minimum TLS version to 1.3 for internal encryption (between activator and queue-proxy) (# 13887)%0A > d07bf78 Update net-contour nightly (# 14049)%0A > aa023e8 Update net-istio nightly (# 14048)%0A > 8fc4bb9 Update net-gateway-api nightly (# 14047)%0A > 135be30 Update net-certmanager nightly (# 14046)%0A > 8da71b5 Update net-kourier nightly (# 14042)%0A > 13a4e46 poll until timeout - don't error out if the deployment can't be found (# 14027)%0A > 31c2b7e upgrade to latest dependencies (# 14043)%0A > 6a6e417 Update net-istio nightly (# 14041)%0A > 807fc2c Update net-certmanager nightly (# 14040)%0A > 3c23945 drop safe to evict annotations (# 14035)%0A > fca5c14 Update net-gateway-api nightly (# 14033)%0A > c12c917 Update net-contour nightly (# 14034)%0A > 2da856d Update net-kourier nightly (# 14032)%0A > d7c8779 Update net-certmanager nightly (# 14031)%0A > aaf01dc Update net-istio nightly (# 14030)%0A > bdaa436 RandomChoice 2 policy wasn't random when the number of targets is 2 (with equal weight) (# 14028)%0A > c91f8c4 Fix metrics reporting period (# 14019)%0A > 9f60969 Update net-kourier nightly (# 14004)%0A > 6020cec Update net-istio nightly (# 14025)%0A > 88cae7f Update net-gateway-api nightly (# 14016)%0A > a143bf8 Update net-contour nightly (# 14015)%0A > c2be582 Update net-certmanager nightly (# 14014)%0A > 3450f0a upgrade to latest dependencies (# 14013)%0A > 35cfd8f [Automated] Update net-gateway-api nightly (# 14003)%0A > 08a9708 Update net-istio nightly (# 14009)%0A > 5074b4c Update net-contour nightly (# 14010)%0A > e8cb343 upgrade to latest dependencies (# 13999)%0A > 1261074 Update net-certmanager nightly (# 14002)%0A > f987ca6 Bump kind to 0.19 (# 14008)%0A > fbb7fa1 Update community files (# 13998)%0A > bff1d80 Remove 1.24 kind version (# 14007)%0Abumping knative.dev/eventing 5e245ac...8f74094:%0A > 8f74094 Add handler to auto create Event Types (# 7034)%0A > 901ef61 Remove check for empty Namespace on resolver (# 7040)%0A > 95cdbaa We should not limit the EventType creation from the Sources Duck to just brokers (# 7032)%0A > 7429761 Adjust the Namespace reference to the one from the parent (# 7035)%0A > cb2a891 update the redeployment script (# 7038)%0A > ab01938 [main] Upgrade to latest dependencies (# 7025)%0A > c9dcaf3 Added basic gc loop to kncloudevents clients map (# 6997)%0A > d6cf96d EventType works with channel (# 7023)%0A > 365d0b0 Run TLS e2e tests only when Istio is not enabled (# 7029)%0A > 825a237 Update IMC CRD addressstatus to include `.name` and `.CACerts` fields (# 7026)%0A > 3190df7 Tracking/reconcile KResource references (# 7014)%0A > 0f68861 Rename more to Resource, instead of broker (# 7022)%0A > bccb7d4 Better reflecting the lifecycle of event type … (# 7019)%0A > 49d4acd Skip ping source TLS rekt test, since extremely flaky (# 7016)%0A > 8719e18 [main] Upgrade to latest dependencies (# 7012)%0A > e5ae717 Use HTTP POST when terminating istio proxy (# 7015)%0A > fea730f Only check if the reference does exist (# 7010)%0A > 631f4ec Add TLS support for mt-broker-filter (# 6940)%0A > 45f0a19 Allow wathola components to run with Istio (# 7011)%0A > 65f4b1c [main] Format Go code (# 7008)%0A > 3267b1a test SinkBinding with eventshub TLS receiver as sink (# 6979)%0A > aad53f4 Updated eventingtls test certs to support IP addresses (# 7006)%0A > 57d78e0 [main] Update community files (# 7004)%0A > dfb2243 Support TLS in Trigger and Channel reconciler (# 6988)%0A > df08b49 Eventing TLS: verify APIServerSource and PingSource sinkURI is https (# 6987)%0A > d21c1aa [main] Upgrade to latest dependencies (# 6989)%0A > 70113e8 Deprecate broker field and use KReference for the broker instead (# 6870)%0A > 4e4647f test update to newest version (# 6990)%0A > 870ac6b Update MessageDispatcher and FanoutMessageHandler to support sending events to TLS endpoints (# 6983)%0A > 6dd5d58 Test PingSource with eventshub TLS receiver as sink (# 6965)%0A > 55f4f28 [main] Upgrade to latest dependencies (# 6982)%0A > 2a5a9a5 Add more items in the development getting started documentation (# 6978)%0A > 59118a0 imc-dispatcher starts a TLS server, accepts host based routing on http receiver and path based routing on https receiver (# 6954)%0A > ee49ada Rework kncloudevents library to support multiple clients (# 6975)%0A > ee88094 Make ServerManager independent from kncloudevents package (# 6980)%0A > 6a11c5f [main] Upgrade to latest dependencies (# 6969)%0A > 8a9a532 Updated DEVELOPMENT.md to provide better instructions on setting up kubernetes (# 6977)%0A > 390a0c8 Eventing TLS: Test ContainerSource with eventshub TLS receiver as sink (# 6957)%0Abumping knative.dev/pkg ec20442...eb63a40:%0A > eb63a40 Support to set qps and burst via env variable (# 2755)%0A > 74c4be5 Generate kresource duck type codegen (# 2754)%0A > 4dbc312 fix boilerplate (# 2753)%0A > 15605c7 Defaulting Controller options for all kind of webhooks (# 2738)%0A > 94b81fc Update community files (# 2752)%0A > 5671699 drop the dynamic type (# 2750)%0A > 9bda38b Fix some webhook testing tech debt (# 2751)%0Abumping knative.dev/hack 5812c57...d7586a2:%0A > d7586a2 Update e2e kntest link (# 295)%0A > a861c8e Update community files (# 294)%0A > 5b7907f Update actions (# 289)%0A > c133d5d Install Istio for tests (# 291)%0Abumping knative.dev/networking fcbedad...3a75df5:%0A > 3a75df5 upgrade to latest dependencies (# 817)%0A > b9dd5c2 upgrade to latest dependencies (# 816)%0A > 68947c5 upgrade to latest dependencies (# 815)%0A > 14a2bd4 Move `pkg/certificates` from `control-protocol` to `networking` (# 802)%0A > 2daa483 Update community files (# 813)%0A > 0dbe4f9 upgrade to latest dependencies (# 812)%0A > 2a2f7d2 upgrade to latest dependencies (# 810) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
7fd026a198
|
Update community files (#1822)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
00e38dc791
|
Fix broker condition check (#1820)
* Fix broker condition check * Relax the describe check |
|
|
cc1a637679
|
Update community files (#1819)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
8c27e51a53
|
upgrade to latest dependencies (#1811)
bumping github.com/matttproud/golang_protobuf_extensions c182aff...c182aff:%0Abumping golang.org/x/net 8e2b117...dfa2b5d:%0A > dfa2b5d go.mod: update golang.org/x dependencies%0A > 8c4ef2f hmtl: add security section to package comment%0A > 1d46ed8 html: have Render escape comments less often%0A > 569fe81 html: add "Microsoft Outlook comment" tests%0Abumping k8s.io/client-go 7226b15...6e9dabb:%0A > 6e9dabb Update dependencies to v0.26.5 tag%0A > 038b381 Merge pull request # 117691 from dims/re-do-of-117242-on-release-1.26%0A > cd83e43 Bump runc go module v1.1.4 -> v1.1.6%0A > dbfbc03 Merge pull request # 117686 from ardaguclu/automated-cherry-pick-of-# 117495-upstream-release-1.26%0A > d72dec4 Use absolute path instead requestURI in openapiv3 discovery%0A > a5144d4 Merge pull request # 117638 from seans3/automated-cherry-pick-of-# 117571-origin-release-1.26%0A > d6f8d04 Refactors discovery content-type and helper functions%0A > 2dd0093 Merge pull request # 115899 from odinuge/automated-cherry-pick-of-# 115620-upstream-release-1.26%0A > f3ae5cb Merge pull request # 116666 from seans3/automated-cherry-pick-of-# 116603-origin-release-1.26%0A > fffc68d Change where transformers are called.%0A > 5ebee18 Aggregated discovery resilient to nil GVK%0A > 8190aa4 client-go/cache: update Replace comment to be more clear%0A > 87720b3 Merge pull request # 116437 from seans3/automated-cherry-pick-of-# 116145-# 115865-origin-release-1.26%0A > b667227 client-go/cache: rewrite Replace to check queue first%0A > fc13749 Removes old discovery hack ignoring 403 and 404%0A > 30215cd client-go/cache: merge ReplaceMakesDeletionsForObjectsInQueue tests%0A > f39ba12 Plumb stale GroupVersions through aggregated discovery%0A > ba35969 client-go/cache: fix missing delete event on replace without knownObjects%0A > f538edf Merge pull request # 116352 from seans3/automated-cherry-pick-of-# 115978-origin-release-1.26%0A > 97cf9cb client-go/cache: fix missing delete event on replace%0A > 5dbbc58 Tolerate empty discovery response in memcache client%0A > 62133a9 Merge pull request # 115787 from liggitt/net-0.7.0-1.26%0A > 8ce239f Update golang.org/x/net to v0.7.0%0A > e6bc0bc Merge pull request # 115566 from enj/automated-cherry-pick-of-# 115315-upstream-release-1.26%0A > 9112e19 Merge pull request # 115400 from pohly/automated-cherry-pick-of-# 115354-origin-release-1.26%0A > 0519b53 kubelet/client: collapse transport wiring onto standard approach%0A > 2e34348 Merge pull request # 115642 from nckturner/pin-golang.org/x/net-to-v0.4.0-in-1.26%0A > 7be38cd dynamic resource allocation: avoid apiserver complaint about list content%0A > 4968c4a Pin golang.org/x/net to v0.4.0 in 1.26%0A > 0c34939 Merge pull request # 114617 from JoelSpeed/automated-cherry-pick-of-# 114585-upstream-release-1.26%0A > 04b098b Resource claims should be a map type%0A > b3fff46 Merge pull request # 114415 from hoskeri/automated-cherry-pick-of-# 114404-upstream-release-1.26%0A > 236db3c Merge pull request # 113988 from liggitt/automated-cherry-pick-of-# 113933-upstream-release-1.26%0A > a2ef324 Check the correct error in d.downloadAPIs%0A > 95a14c3 Merge remote-tracking branch 'origin/master' into release-1.26%0A > ebb499f Limit request retrying to []byte request bodies%0A > 1a7cd1d Update golang.org/x/net 1e63c2f%0A > 53f2fea sync: update go.mod%0A > 968ba8d Merge pull request # 113797 from seans3/force-no-aggregated%0A > c8ffed3 Merge pull request # 111023 from pohly/dynamic-resource-allocation%0A > 3ac73ea Adds bool to force non-aggregated discovery%0A > 61cd728 Merge pull request # 113826 from jsafrane/add-openstack%0A > 522eaa1 api: generated files%0A > cfd682c Merge pull request # 113375 from atiratree/PodHealthyPolicy-api%0A > f2b10f3 Remove OpenStack cloud provider%0A > acc9fa7 Merge pull request # 113186 from ttakahashi21/KEP-3294%0A > f1c80d7 generated%0A > a3d3eb0 Revert "Remove references to openstack and cinder"%0A > c7bdab2 Generate code%0A > 0a1f6a8 Merge pull request # 112744 from pwschuurman/statefulset-slice-impl%0A > 1c7a870 Merge pull request # 113485 from MikeSpreitzer/apf-borrowing%0A > eed2516 Adding implementation of KEP-3335, StatefulSetSlice%0A > 7280270 Merge pull request # 113599 from seans3/discovery-client-update%0A > d4a3675 apiserver: add generated files for borrowing in flowcontrol%0A > 7694435 Update redacting functionality to redact all sensitive info in config when printing with view (# 109189)%0A > 25d5761 Aggregated discovery client%0A > 4b1a9fd Merge pull request # 113314 from cici37/celIntegration%0A > ea9ec91 Merge pull request # 112905 from alexzielenski/kubectl-apply-csa-migration%0A > 3a430a4 API - make update%0A > 3daf180 Merge pull request # 113688 from dashpole/update_utils%0A > 898b7a3 add FindFieldsOwners util function%0A > dbe034b update k8s.io/utils to fix util tracing panic%0A > 4f63b62 add UpgradeManagedFieldsPatch%0A > 7ed3193 Merge pull request # 111545 from jlsong01/rewrite_signature_of_StartEventWatcher%0A > c8c6cb5 add OWNERS to csaupgrade%0A > cbe28cf Merge pull request # 113274 from Huang-Wei/kep-3521-A%0A > 3467961 rewrite signature of function StartEventWatcher%0A > a45874a remove kubectl annotation logic from upgrade patch%0A > 2248bf3 Automated codegen%0A > d576a35 Merge pull request # 113387 from wojtek-t/refactor_client_indexing%0A > 4fbef5b Merge pull request # 106242 from thockin/revive-copy-lb-status-type-to-ingress%0A > 5e7ba1f Minor cleanup of thread safe store%0A > bc6266d Merge pull request # 103177 from arkbriar/support_cancelable_exec_stream%0A > 3f162fe Copy LoadBalancerStatus from core to networking%0A > b69a16c Refactor store index into its structure%0A > 19b2e89 Merge pull request # 113523 from seans3/content-type-response%0A > 0563dec Propagate the panic with a channel%0A > 8ff4970 Get response content-type%0A > 2362c7b use subtests and defer in TestSPDYExecutorStream%0A > 0d57396 Merge pull request # 113304 from mimowo/handling-pod-failures-beta-ssa%0A > 5e0a531 Support cancelable SPDY executor stream%0A > a232cf0 Merge pull request # 113367 from pohly/dep-ginkgo-gomega%0A > a191e58 SSA to add pod failure conditions - ready for review%0A > 984bdbf dependencies: update to gomega v1.23.0 and ginkgo v2.4.0 and dependencies%0A > f87d047 Merge pull request # 112693 from aimuz/fix-GO-2022-0969%0A > d236783 Fixed (CVE-2022-27664) Bump golang.org/x/net to v0.1.1-0.20221027164007-c63010009c80%0A > ef8a2e5 Merge pull request # 113089 from zackzhangkai/fix-doc%0A > 197e479 Merge pull request # 108959 from astraw99/fix-duplicate-list%0A > 0945beb fix typo%0A > 42a0e1c Merge pull request # 113062 from alexzielenski/client-go-json-output%0A > f549acf Fix duplicate code block of ListAll function%0A > b6d3c8d Merge pull request # 107278 from harsimranmaan/allow_pagination_in_dynamic_fake_lister%0A > 624929c address feedback%0A > 9cc33a4 Merge pull request # 113106 from pohly/dep-ginkgo-gomega%0A > 0c269b7 remove selflink as per review feedback%0A > 12cafe2 refactor to use Schema(contentType)%0A > 9b51067 dependencies: update to gomega v1.22.1 and ginkgo v2.3.1%0A > fbd8e9a fix failing test assertions%0A > 8b6ceae add more options for fetching openapiv3 in clients%0A > fa9ed7f Merge pull request # 112860 from nckturner/remove-log-line%0A > 1f10368 Preserve metadata for fake dynamic client unstructured lists%0A > 6b24912 Merge pull request # 112988 from alexzielenski/update-kube-openapi%0A > 5870c62 Remove log line from expiration cache%0A > aea20dd Merge pull request # 113037 from pacoxu/fsnotify-v1.6.0%0A > e3bb48f update kube-openapi%0A > 1af3711 update fsnotify to v1.6.0%0A > e6d958c Merge pull request # 112989 from ameukam/bump-golang.org/x/text-to-v0.3.8%0A > 5e469ba Bump golang.org/x/text to v0.3.8%0A > f515a4c Merge pull request # 112774 from stevekuznetsov/skuznets/dynamic-client-similar%0A > b28f6c9 Merge pull request # 112875 from pohly/update-yaml%0A > 34e8a5d client-go: factor the dynamic client similarly to others%0A > c9afc73 dependencies: update to sigs.k8s.io/yaml v1.3.0%0A > f24bd69 Merge pull request # 112306 from tkashem/v1beta3%0A > ebc7cd4 Merge pull request # 112707 from enj/enj/i/https_links%0A > 9b97b72 rename assuredConcurrencyShares for flowcontrol v1beta3%0A > 2f43d37 Merge pull request # 112705 from stevekuznetsov/skuznets/fix-comment%0A > 1665808 Use https links for k8s KEPs, issues, PRs, etc%0A > 9bac803 apiserver: generate for apf v1beta3%0A > 3697342 Merge pull request # 112680 from enj/enj/i/tls_cache_key_comparable%0A > 956c1ce clients: clarify a misleading comment%0A > c81636c Merge pull request # 112665 from NoicFank/fix-typo%0A > cc2441c transport/cache: statically assert that tlsCacheKey is comparable%0A > be20b2b Merge pull request # 112673 from dims/update-to-latest-k8s.io/utils-sep-22%0A > 59765b8 fix typo error%0A > 04dbcd8 Update to latest k8s.io/utils to pick up changes%0A > 2fd4aac Merge pull request # 112613 from dims/update-github.com/go-openapi/jsonreference-to-drop-github.com/PuerkitoBio/purell%0A > 47ad72a update github.com/go-openapi/jsonreference to drop github.com/PuerkitoBio/purell%0A > f7c9c63 Merge pull request # 112545 from dims/update-etcd-3.5.5-and-all-otel-related-to-latest%0A > b6e72dc Merge pull request # 112226 from aojea/client_go_transport%0A > 6b5ecad updated etcd to v3.5.5 and newer otel libraries as well%0A > acfaa39 Merge pull request # 112352 from pohly/e2e-ginkgo-progress%0A > 1bd914a client-go: test transport generation is goroutine safe%0A > 037b5fd Merge pull request # 112514 from markmc/patch-1%0A > ec6c80a e2e: bump ginkgo to v2.2.0%0A > 3f66212 client-go: remove reference to TPR in examples%0A > 86ffa32 Merge pull request # 112475 from vatsalparekh/fix-TestRESTClientLimiter%0A > ece6462 Merge pull request # 112476 from enj/enj/i/list_pager_flake%0A > bf2b395 Fix Infelicities in TestRESTClientLimiter%0A > 58155b7 Merge pull request # 112450 from enj/enj/i/exec_tls_cache_holder_cleanup%0A > 6703098 Check for context cancellation on each buffered chunk%0A > eecd3e5 Merge pull request # 112091 from xyz-li/master%0A > 5dab9a0 client-go/transport: drop Dial and GetCert fields in favor of Holders%0A > f6b8521 Merge pull request # 111333 from flant/selfsubjectattributesreviews%0A > cc3cc93 kubectl: fix memory leaks in port forwarding client%0A > b2b55e6 Add auth API to get self subject attributes%0A > 18c3338 Merge pull request # 112200 from pohly/client-go-shared-informer-factory-shutdown%0A > 9dae691 Merge pull request # 112309 from shyamjvs/disable-compression%0A > ec4fedd client-go: support waiting for SharedInformerFactory shutdown%0A > ab826d2 Merge pull request # 112349 from pohly/klog-update%0A > 49ac40b Autogen code%0A > ab0bfda build: update to klog v2.80.1%0A > b8a8d94 Add DisableCompression option to KubeConfig%0A > f32861c Merge pull request # 112341 from enj/enj/i/second_time_is_the_charm%0A > 7d208ba Remove in-tree credential plugins (again)%0A > e003fa9 Merge pull request # 112017 from enj/enj/i/exec_tls_cache%0A > 2698e82 Merge pull request # 111967 from alexzielenski/csa-to-ssa%0A > 6a008ec exec auth: support TLS config caching%0A > 27c67e7 Merge pull request # 111122 from alexzielenski/informer%0A > 00d892f correct spacing%0A > d28c736 Merge pull request # 112022 from JackZxj/release-lock%0A > a300ae0 return when test is done%0A > 2efbeaf add boilerplate%0A > b8b6206 Merge pull request # 112199 from pohly/klog-update%0A > d04c2ce update lock getter of leaderelection%0A > 93e5e0e hold listener lock while waiting for goroutines to finish%0A > dac0826 remove inaccurate comment%0A > 5a2c3e9 dependencies: update to klog v2.80.0%0A > e11a988 simplify control flow%0A > 7634f2e make upgrade modify input instead of deep copying%0A > 7ccf7b0 Merge pull request # 112134 from apelisse/client-go-valid-segment%0A > ac7f657 fix spelling%0A > 9aa7c11 remove fieldsv1 from upgrade body%0A > d83ec9e Merge pull request # 112129 from pohly/e2e-ginkgo-report-after-each%0A > a4b84d8 Validate segments with client-go/dynamic%0A > 0f4a6cf reset listenersStarted%0A > 703d15e Update staging/src/k8s.io/client-go/util/csaupgrade/upgrade.go%0A > cac10a8 dependencies: update to ginkgo v2.1.6 and gomega v1.20.1%0A > 449817f add multithreaded test to shared informer%0A > 675ca93 refactor if statement%0A > 46d4284 Merge pull request # 111241 from Abirdcfly/fixtestorsource%0A > de0b767 remove duplicate test%0A > cfaca90 address comments%0A > bdae576 Merge pull request # 112068 from aojea/aojea_client_go%0A > 9b300de make TestListPager_EachListItem rework%0A > 0565962 address review comments%0A > 089614c remove last applied configuration information%0A > fd22687 add aojea as client-go reviewer%0A > 5a25eb0 switch listeners to use a map, adapt tests%0A > efe3789 add more test cases%0A > 35ead05 Merge pull request # 112052 from tosi3k/bump-client-golang%0A > 90c6a46 active remove/add tests for event handlers%0A > 46dc22f clean up test%0A > 5291ca2 Bump prometheus/client_golang to v1.13.0%0A > de4dd3a tests for invalid registration removals%0A > ced85a8 update godoc%0A > |
|
|
502d0440c3
|
Update community files (#1814)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
f9af3a7b05
|
Update community files (#1812)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
81ec036a81
|
Update community files (#1810)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
46dbf66117
|
upgrade to latest dependencies (#1809)
bumping knative.dev/eventing 4c2a3aa...034bec9:%0A > 034bec9 [main] Upgrade to latest dependencies (# 6888)%0Abumping knative.dev/serving b2a416f...2c1bb07:%0A > 2c1bb07 Update net-kourier nightly (# 13919)%0A > 0637cdf Update net-contour nightly (# 13918)%0A > 08bedbe Update net-gateway-api nightly (# 13917)%0A > e39c429 Update net-istio nightly (# 13916)%0A > 10ed0f8 Update net-certmanager nightly (# 13915)%0A > 84fa64c Update data-plane Secrets (# 13859)%0A > 22783d6 Deployment probe fixes (# 13885)%0A > 113616b add support for downwardAPI in projected volumes (# 13896)%0A > 55f8dd7 upgrade to latest dependencies (# 13912) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
75eb762019
|
upgrade to latest dependencies (#1808)
bumping knative.dev/eventing 193f2df...4c2a3aa:%0A > 4c2a3aa Bump Go to 1.20 in GH workflows (# 6882)%0A > 825a2b5 Create Cert-Manager resources (# 6849) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
1231cd2c1f
|
Add kn secret command (#1791)
* Add kn secret command * Update vendor dir * Apply suggestions from code review Co-authored-by: Gunjan Vyas <vyasgun20@gmail.com> * Fix nits from the review feedback * Rerun docs generation --------- Co-authored-by: Gunjan Vyas <vyasgun20@gmail.com> |
|
|
189592606e
|
fix: Use go_run from common lib (#1793)
* fix: Use go_run from common lib * chore: Set Bash options in name format * Reflect shell suggestion for the direct changes |
|
|
8c648379a4
|
upgrade to latest dependencies (#1805)
bumping knative.dev/serving ac7c74b...b2a416f:%0A > b2a416f Update net-gateway-api nightly (# 13907)%0A > 91ac3b3 Update net-certmanager nightly (# 13904)%0A > 787ac48 Update net-istio nightly (# 13902)%0A > d315f71 Update net-contour nightly (# 13903)%0A > b38ef3a Update net-istio nightly (# 13899)%0A > b9b9d13 Update net-contour nightly (# 13900)%0A > 9530fe9 Update net-certmanager nightly (# 13897)%0A > 12bd205 Update net-kourier nightly (# 13898)%0A > 4db179f upgrade to latest dependencies (# 13895)%0A > 0c8f091 Update net-gateway-api nightly (# 13894)%0A > f83732d Update net-kourier nightly (# 13893)%0A > 87af840 upgrade to latest dependencies (# 13891)%0A > 171cecd change mininum TLS version for tag to digest resolution (# 13886)%0A > ef58d9b Update net-contour nightly (# 13881)%0A > 842c516 Update net-istio nightly (# 13883)%0A > cb946ff Update net-certmanager nightly (# 13882)%0A > d0eea80 Update net-gateway-api nightly (# 13880)%0A > c377269 Update actions (# 13879)%0A > 018c7f8 Update net-kourier nightly (# 13871)%0A > 235e7f1 Update net-contour nightly (# 13870)%0A > 29089ce Update net-gateway-api nightly (# 13873)%0A > f87c4d7 Update net-istio nightly (# 13872)%0A > a96e2c5 upgrade to latest dependencies (# 13875)%0A > e363b61 Update net-certmanager nightly (# 13874)%0A > 9af99e5 Load certificate when they are updated when internal-encryption is enabled (# 13854)%0A > 3efe96d Update community files (# 13868)%0A > 944e8e0 Update net-kourier nightly (# 13864)%0A > 4d85bc0 Update net-contour nightly (# 13865)%0A > 96b84bd Update net-certmanager nightly (# 13866)%0A > f5d3865 Update community files (# 13863)%0Abumping knative.dev/eventing 3224e50...193f2df:%0A > 193f2df Eventing TLS: support `K_CA_CERTS` in adapter/v2 (# 6848)%0A > cc3d254 [main] Upgrade to latest dependencies (# 6863)%0A > 81f8e67 Fix ChannelChain test lifecyle (# 6862)%0A > d7fe38f [main] Upgrade to latest dependencies (# 6860)%0A > a5b4810 [main] Update actions (# 6858)%0A > 43a2554 [main] Upgrade to latest dependencies (# 6855)%0A > cf7ee9c [main] Update actions (# 6853)%0A > d2eaff5 [main] Update community files (# 6856)%0A > c59bd1f Eventing TLS: Install Cert Manager as part of the test setup phase (# 6850)%0A > d35f808 [main] Upgrade to latest dependencies (# 6852)%0Abumping knative.dev/hack 9153cc6...f591fea:%0A > f591fea individual globbing is required (# 284)%0A > 4b3f230 Update community files (# 283)%0Abumping knative.dev/networking 0b998c1...e5d04e8:%0A > e5d04e8 upgrade to latest dependencies (# 796)%0A > 62fd5d0 Update actions (# 793)%0A > b77b4a6 Bump Go version in github action (# 795)%0A > 750a9e4 Update community files (# 792)%0A > 62b7e26 Update actions (# 789)%0A > 366f276 upgrade to latest dependencies (# 788)%0A > fb58275 Update community files (# 790)%0Abumping knative.dev/pkg ef19121...dfad48e:%0A > dfad48e upgrade to latest dependencies (# 2728)%0A > 53f04b3 Make minimum TLS version configurable for webhooks (# 2721)%0A > ce10b06 Update actions (# 2726)%0A > d3d7625 Update community files (# 2724)%0A > 166893c upgrade to latest dependencies (# 2719) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
e2513545b8
|
feat: Add experimental filters to trigger describe cmd (#1794)
* feat: Add cesql filter field to trigger describe cmd * Refactor trigger describe based on defined fields in filter * Fix comment typo * Refactor without reflection |
|
|
7e90298d92
|
Update actions (#1807)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
1f9ece20ee
|
Update and reorganise kn cli setup docs (#1799)
* Update and reorganise kn cli setup docs * fix grammar Co-authored-by: David Simansky <dsimansk@redhat.com> * restore docs/README.md with selective content * Update user guide link to point to official website Co-authored-by: David Simansky <dsimansk@redhat.com> --------- Co-authored-by: David Simansky <dsimansk@redhat.com> |
|
|
dde1a60298
|
Update community files (#1806)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
11bc9779a7
|
Add 'kn service wait' for deployment status check (#1800)
* Add 'kn service wait' for deployment status check * Use AddConditionWaitFlags function to build command flags |
|
|
e522f1fa4c
|
Update actions (#1803)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
25dac2d892
|
upgrade to latest dependencies (#1802)
bumping knative.dev/pkg ee73c93...ef19121:%0A > ef19121 Update community files (# 2722)%0A > 15cf17d Update actions (# 2720)%0Abumping knative.dev/serving 23f7e2b...ac7c74b:%0A > ac7c74b Update actions (# 13862)%0A > c367fec upgrade to latest dependencies (# 13860)%0A > 8f273e4 Adds dev container and updates docs with Codespaces information (# 13838)%0A > db52024 Update net-contour nightly (# 13853)%0A > 1f3a35f Update net-istio nightly (# 13852)%0Abumping knative.dev/hack 1421f12...9153cc6:%0A > 9153cc6 Update community files (# 282)%0A > 359d585 Revert "Extract tools to knative.dev/toolbox (# 280)" (# 281)%0Abumping knative.dev/eventing d991040...3224e50:%0A > 3224e50 [main] Update community files (# 6854) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
38989e61e5
|
Update community files (#1804)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
146af00f56
|
upgrade to latest dependencies (#1798)
bumping knative.dev/hack 3de51af...1421f12:%0A > 1421f12 Extract tools to knative.dev/toolbox (# 280)%0A > 3b8ef01 Update community files (# 279)%0A > 1eebfb3 Update community files (# 278)%0Abumping knative.dev/pkg b77a78c...ee73c93:%0A > ee73c93 upgrade to latest dependencies (# 2710)%0A > 4835a4c Eventing TLS: update destination and Kref types (# 2716)%0A > b7f2774 Made changes to addressable and address status. (# 2713)%0A > 696cac8 Expose queue proxy request metrics reporting period (# 2362)%0A > bd3cf51 Printf log message with the right type when showing port (# 2709)%0A > 4c84b1b Update actions (# 2707)%0A > 3290ddf Update community files (# 2706)%0A > 53fc6ab Update actions (# 2705)%0A > b769fef drop eventing natss from downstream tests (# 2703)%0A > 511b394 potential fix for flakey tlsBackoff (# 2702)%0A > 0902ea8 Parameterize WEBHOOK_NAME env key in error message (# 2701)%0A > c5dd1d1 Update community files (# 2700)%0Abumping knative.dev/eventing 1ff36e1...d991040:%0A > d991040 Add transport-encryption feature flag (# 6845)%0A > 642699b Sync retry option with spec (# 6834)%0A > 500ae1d [main] Upgrade to latest dependencies (# 6846)%0A > 4a78a6c Support running SinkBinding tests with inclusion selection behavior (# 6841)%0A > df3bd9e [main] Upgrade to latest dependencies (# 6839)%0A > 7ba0648 [main] Upgrade to latest dependencies (# 6832)%0A > 97a7b77 [main] Upgrade to latest dependencies (# 6830)%0A > e691b39 removed release label (# 6807)%0A > 69a3841 Removes the deprecated packages (# 6816)%0A > a959915 parallel rekt test cleanup (# 6828)%0A > 88c5dbb [main] Update actions (# 6827)%0A > d15774f Add sequence reconciler test (# 6817)%0A > f361a57 [main] Update community files (# 6822)%0A > 605306c [main] Update actions (# 6819)%0A > 3c8c86c Add documentation for MTChannelBasedBroker (# 6791)%0A > ea0b254 fix api docs generation with go1.20 (# 6810)%0A > 4d5278d Removes replace and ran `go vendor` (# 6795)%0A > 62eb85e Make autoscaler leader aware (# 6814)%0A > 5988c42 [main] Upgrade to latest dependencies (# 6812)%0A > f6ca59b Use released hearthbeats image for testing (# 6808)%0A > eabc874 updated broken link (# 6786)%0A > 6a732ff Add basic retry support for hearthbeats utility (# 6809)%0A > 05f6d84 Heartbeats: quit istio proxy when running in a job (# 6804)%0A > 472d325 Add rekt based broker conformance test to ensure `broker.spec.config` is immutable (# 6799)%0A > 5a0064b [main] Update community files (# 6805)%0A > 1258a4e Fix pod annotations in containersource template (# 6802)%0A > 38a00d8 Migrate to rekt cronjob package (# 6800)%0A > 0e2c389 [main] Upgrade to latest dependencies (# 6798)%0A > df2287d [main] Upgrade to latest dependencies (# 6794)%0Abumping knative.dev/serving 587f587...23f7e2b:%0A > 23f7e2b Update net-kourier nightly (# 13849)%0A > 32aacd6 Update net-certmanager nightly (# 13850)%0A > 5eed3c1 Update net-istio nightly (# 13851)%0A > 8a027b6 Update net-gateway-api nightly (# 13848)%0A > 0814d02 upgrade to latest dependencies (# 13846)%0A > dab78d1 upgrade to latest dependencies (# 13844)%0A > 9976a2c Update net-kourier nightly (# 13841)%0A > 0134c27 Update net-contour nightly (# 13840)%0A > e824c3f Update net-certmanager nightly (# 13842)%0A > ef53449 Update net-kourier nightly (# 13835)%0A > e4f3288 Update net-contour nightly (# 13834)%0A > 307a7e4 remove freezer code from queue proxy (# 13830)%0A > 92dba5b Update net-gateway-api nightly (# 13833)%0A > 5791aea Update net-certmanager nightly (# 13832)%0A > be65250 upgrade to latest dependencies (# 13831)%0A > bb18a82 upgrade to latest dependencies (# 13825)%0A > 66c28b6 Update net-contour nightly (# 13822)%0A > dce7a40 Update net-certmanager nightly (# 13821)%0A > 8d8c39e Update net-istio nightly (# 13803)%0A > 137c10f Update net-contour nightly (# 13818)%0A > fc86653 Fix queue proxy handler setup (# 13815)%0A > a5612ff Update net-kourier nightly (# 13817)%0A > bfca504 Update net-certmanager nightly (# 13814)%0A > dbb13ae upgrade to latest dependencies (# 13813)%0A > f9b752c Update net-gateway-api nightly (# 13811)%0A > e5556b4 Update net-contour nightly (# 13804)%0A > 8d60f19 Update net-certmanager nightly (# 13807)%0A > 023d909 Update actions (# 13799)%0A > 7788c57 Update actions (# 13794)%0A > 971dd38 Update community files (# 13795)%0A > f031fd4 Update net-certmanager nightly (# 13793)%0A > 1cfd960 Update net-gateway-api nightly (# 13788)%0A > dc65c40 Update net-contour nightly (# 13791)%0A > 5d43b7b Update net-istio nightly (# 13789)%0A > 65c6d92 Update net-kourier nightly (# 13787)%0A > 02685bc upgrade to latest dependencies (# 13785)%0A > d569144 Update net-istio nightly (# 13711)%0A > 71088a8 Update community files (# 13776)%0A > 711371c Update net-contour nightly (# 13779)%0A > 8859807 Update net-kourier nightly (# 13778)%0A > 9d28f57 Update net-certmanager nightly (# 13777)%0A > c0dea98 Update net-gateway-api nightly (# 13773)%0A > 90c61a4 Update net-certmanager nightly (# 13774)%0A > 677682f Update net-contour nightly (# 13772)%0A > 74fcd62 Update net-kourier nightly (# 13775)%0A > 6436af6 upgrade to latest dependencies (# 13769)%0A > 4d51212 Use `pkgtest.CheckEndpointState` in TestActivationScale instead of raw client (# 13770)%0Abumping knative.dev/networking c692e9e...0b998c1:%0A > 0b998c1 upgrade to latest dependencies (# 786)%0A > 8174d2b upgrade to latest dependencies (# 785)%0A > e18ca86 upgrade to latest dependencies (# 784)%0A > 2ca8dbc upgrade to latest dependencies (# 783)%0A > a2549e2 Update actions (# 782)%0A > 8139f0f Update actions (# 780)%0A > 5544973 Update community files (# 781)%0A > 74471b9 Update community files (# 779) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
3a8d646264
|
fix: Fix image tag for nightly builds (#1796)
* fix: Fix image tag for nightly builds * Update hack/release.sh Co-authored-by: Roland Huß <rhuss@redhat.com> --------- Co-authored-by: Roland Huß <rhuss@redhat.com> |
|
|
c21e6605bc
|
fix: Fix tagging of kn container image for latest releases (#1792)
* fix: Fix tagging of kn container image for latest releases * fix: Reflect shell suggestions |
|
|
a97df12a21
|
Update actions (#1790)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
7586217a9e
|
Update actions (#1786)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
2dcb8c09eb
|
Update community files (#1789)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
3e19a354bb
|
Helloworld image running with non root user (#1787) | |
|
166872069e
|
Update community files (#1784)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
3bdc2329a6
|
upgrade to latest dependencies (#1773)
bumping golang.org/x/time 2ce7c29...f3bd1da: > f3bd1da rate: add TokenAt and Tokens methods to Limiter. bumping knative.dev/serving 484e848...587f587: > 587f587 add missing probes (# 13563) > 5e3b4af Adds e2e test for activation-scale (# 13197) > b285cb4 Update net-certmanager nightly (# 13762) > aab7abe Update net-contour nightly (# 13761) > 0cf0da8 Update net-gateway-api nightly (# 13756) > efc0bb0 Update net-kourier nightly (# 13760) > 6bc4bb2 upgrade to latest dependencies (# 13759) > 59d4c52 Update net-kourier nightly (# 13755) > 5a7a72e Update net-contour nightly (# 13758) > cc58860 Update net-certmanager nightly (# 13757) > 879c723 upgrade to latest dependencies (# 13742) > 23212b3 Update net-kourier nightly (# 13733) > 12b0690 Update net-contour nightly (# 13734) > 628b3e6 Update net-gateway-api nightly (# 13732) > cd3fe03 Update net-certmanager nightly (# 13735) > 28b8fba upgrade to latest dependencies (# 13730) > 708374e TestAutoscaleSustaining scales to 8 instead of 10 (# 13679) > 168ea39 Update net-contour nightly (# 13729) > f2ee629 Update net-certmanager nightly (# 13728) > bd75129 upgrade to latest dependencies (# 13726) > f4792e4 check for renewing status (# 13666) > 51ed9ad Update net-contour nightly (# 13724) > 1b99dce Update net-gateway-api nightly (# 13719) > fe52019 Update net-certmanager nightly (# 13718) > 506f8c6 Update net-contour nightly (# 13717) > 1f5f822 Update net-kourier nightly (# 13698) > 7aeb55d Update net-gateway-api nightly (# 13716) > aa4149f Update net-certmanager nightly (# 13715) > 04da752 upgrade to latest dependencies (# 13713) > dfd39ca Update support rotation (# 13714) > 8c282ba Update net-certmanager nightly (# 13697) > 7ed2869 Update support rotation contacts (# 13703) > 0ec0ecf Update net-gateway-api nightly (# 13699) > 060a49a Update net-contour nightly (# 13705) > 53e91c9 Fix G112: Potential Slowloris Attacks lint errs (# 13702) > a99a936 upgrade to latest dependencies (# 13709) > 08812b3 Update net-istio nightly (# 13706) > 368994b Update community files (# 13707) > d68797e Bumping 'github.com/google/go-containerregistry' dependency (# 13701) > 9b9a951 upgrade to latest dependencies (# 13689) > e2add5d fix curl invocation (# 13683) > 6334ffe Update net-contour nightly (# 13676) > d7959af Update net-certmanager nightly (# 13686) > 4db2ada Update net-istio nightly (# 13687) > 7f2264d Update community files (# 13685) > baa6292 Update net-gateway-api nightly (# 13672) > 83d2dd7 Update net-kourier nightly (# 13673) > 2fc2a12 fix route reconciler test flakes (# 13684) > 729eb6d Update net-istio nightly (# 13674) > 30a2b0c Add k8s 1.26 for kind (# 13682) > 3764762 use GITHUB_TOKEN when querying net-istio releases (# 13681) > 485f2a9 upgrade to latest dependencies (# 13680) > 0639c5f Update community files (# 13678) > b4d7a28 clean up OWNER files (# 13668) > 68e128b Update net-contour nightly (# 13667) > f6ab591 Adds slack links to CNCF Knative slack channel (# 13655) > 53b3c92 Add serving-internal docs about Knative encryption support (# 13662) > 3b8d6cb Update net-contour nightly (# 13656) > b9b4c57 Update net-gateway-api nightly (# 13654) > 63832e2 Update net-contour nightly (# 13650) > 908edaf Update net-istio nightly (# 13649) > 06add5f Update net-kourier nightly (# 13648) bumping knative.dev/networking db2bcbe...c692e9e: > c692e9e upgrade to latest dependencies (# 776) > 475e232 upgrade to latest dependencies (# 775) > 5a5f810 upgrade to latest dependencies (# 767) > 2c2695b upgrade to latest dependencies (# 766) > 1bd50a5 Update community files (# 764) > 6a15e7d upgrade to latest dependencies (# 765) > 9373ba6 upgrade to latest dependencies (# 762) > 195809a Update community files (# 761) > c3510af upgrade to latest dependencies (# 760) > 2473e65 Update community files (# 759) > f6585dc update OWNERS file (# 758) > 89f3990 Assert all the expected DNSNames are part of the HTTP01 challenge (# 756) > 4ccbe60 adjust domain validation in kcert (# 754) bumping github.com/google/go-containerregistry 31786c6...1e09daa: > 1e09daa clarify crane download readme (# 1533) > 8e08d51 Revert "Hack around DockerHub plugin scope handling" (# 1531) > 5ad0a76 crane: support --full-ref for crane ls (# 1525) > b063f6a Hack around DockerHub plugin scope handling (# 1527) > e797859 crane: add digest --full (# 1524) > 3986cf4 test: use `T.TempDir` to create temporary test directory (# 1522) > 9db616f FIX mutate.Time not respecting history (# 1520) > 8048663 Race http fallback ping (# 1521) > e64ff3a Bump actions/stale from 6 to 7 (# 1519) > 9bd8237 Bump goreleaser/goreleaser-action from 3.2.0 to 4.1.0 (# 1511) > ffc14a0 Treat empty registry config as anonymous (# 1512) > 23d895d Fix missing doc comment (# 1509) > 6ba20c8 Fix various lints (# 1507) > 4270e04 Update Arch Linux install instructions (# 1508) > 37bf5df Revert "docs: pull latest instead of debug (# 1497)" (# 1504) > 47f0933 Use the default retry predicate in transport (# 1502) > c7270c2 Make unit tests substantially faster (# 1498) > a35805d Make credential warning slightly more accurate (# 1499) > 37b993a docs: pull latest instead of debug (# 1497) > cd77615 Add support for zstd compression (# 1487) > c412593 Fix calculating tarball size when duplicated layers exist (# 1495) > bdc946f add source archive checksum into the checksums.txt (# 1492) > 781782a Bump golangci/golangci-lint-action from 3.3.0 to 3.3.1 (# 1491) > 9e939fb Features: Allow eliding `serviceaccount` lookups. (# 1490) > 3e4f490 Bump slsa-framework/slsa-github-generator to 1.2.2 (# 1489) > 76ae819 Fix context.DeadlineExceeded comparison (# 1488) > 353a117 crane: add catalog argument use annotation (# 1473) > 1711cef Fix missing body.Close() in bearer auth (# 1482) > 426de7d Bump golangci/golangci-lint-action from 3.2.0 to 3.3.0 (# 1475) > 6442b02 Bump goreleaser/goreleaser-action from 3.1.0 to 3.2.0 (# 1476) > a0cca8a k8schain: Log and proceed if secret or SA are not found (# 1472) > 02f47e1 bump version of slsa generator (# 1468) > 3413eb6 registry: implement pagination (# 1430) > d3ed408 registry: implement blob deletion (# 1432) > 969699e Bump deps using ./hack/bump-deps.sh (# 1467) > 9b4fdd5 Bump actions/setup-go from 2 to 3 (# 1463) > a0f6687 Make ErrBadName checkable via errors.Is() (# 1462) > 7268da0 Bump actions/stale from 5 to 6 (# 1452) > 8eae069 Bump codecov/codecov-action from 3.1.0 to 3.1.1 (# 1453) > 9a5c14a fix crane's root.go after DefaultTransport change (# 1450) > e3b94c7 allow remote.DefaultTransport to be overridden by an http.RoundTripper (# 1449) > f981b4c deps: update goreleaser-action for bug (# 1444) > 87b3a79 feat: Add krane to release archive (# 1443) > e2d575c update crane installation instructions and release verification (# 1440) > 2859a0d feat: generate slsa provenance on github release artifacts (# 1438) > 771a9b4 e2e: pull and export stdin and stdout (# 1436) > 2b54510 fix: consider base image media type when appending layers (# 1437) > 7196cf3 Bump aws-actions/configure-aws-credentials from 1.6.1 to 1.7.0 (# 1424) > c1f9836 Bump opencontainers/image-spec (# 1423) > 24a1c33 Ignore docker config if it's a directory (# 1420) > 49cdb8b Correct usage of authn.NewKeychainFromHelper in docs (# 1419) > 19e3eff Retry ECONNRESET errors (# 1415) > 3ba4c51 Fix tar PAX format handling (# 1414) > 5749ee6 Support the platform specific authentication of krane in "auth get" command (# 1413) bumping golang.org/x/crypto 35f4265...642fcc3: > 642fcc3 go.mod: update golang.org/x dependencies > 56aed06 all: use automatic RFC linking > 9be5aaa all: fix a few function names on comments > d6f0a8c ssh: add ServerConfig.NoClientAuthCallback > 4161e89 all: replace bytes.Compare with bytes.Equal > eccd636 acme/autocert: remove TestRenewFromCache skips > 4ba4fb4 acme/autocert: fix renewal timer issue bumping knative.dev/eventing 4d6e1fc...1ff36e1: > 1ff36e1 Support testing ContainerSource with istio (# 6790) > a8128e6 [main] Upgrade to latest dependencies (# 6774) > 397387e SC settings for ApiServerSource's Receive Adapter's container/deployment (# 6788) > b474770 No reason for API ServerSource adapter to not inject istio sidecar (# 6789) > 7d7df2d Removes the deprecated DeadLetterChannel in ChannelableStatus (# 6722) > c5847a9 Port broker many triggers testcase to rekt (# 6761) > 52574ce Fixes issue where a CE response is truncated (# 6758) > 44b0b8a Remove deprecated usage of ZipkinTracingEnabled (# 6780) > 07e6d0c [main] Upgrade to latest dependencies (# 6770) > 70d2cb9 Pass EnvConfig to Broker conformance tests (# 6769) > f6afad3 Exclusive access to tracing flag for upgrade prober (# 6767) > 843b6f2 Allow event display to log requests (# 6764) > 23dc742 [main] Upgrade to latest dependencies (# 6765) > 82d85f9 [main] Upgrade to latest dependencies (# 6762) > 5f24569 [main] Upgrade to latest dependencies (# 6744) > dac6b8b [main] Update community files (# 6756) > 2b517b6 Deprecate `test/rekt/resources/svc` (# 6742) > bbbd425 Deprecate `test/rekt/resources/deployment` (# 6748) > f022034 Update dependencies (# 6753) > fdffabe Deprecate `test/rekt/resources/pod` package (# 6747) > dfd095f Remove event flaker since eventshub offers an equivalent feature (# 6750) > 0ab29eb Remove unused event-library (# 6751) > 82324b9 [main] Update community files (# 6743) > 452cd49 Adds apiVersion as an extension to api source events (# 6696) > b96d2fb Migrate from `knative.dev/reconciler-test/resources/svc` to `knative.dev/reconciler-test/pkg/resources/service` (# 6741) > f9ceb4f [main] Upgrade to latest dependencies (# 6715) > 37fa6e0 Extract scheduler config in a dedicate struct instead of many parameters (# 6736) > 4911986 Add function to check if a broker resource is `NotReady` (# 6737) > 2f98e55 Improve scheduler logging for state and pending vpods (# 6729) > 1092472 Scheduler doesn't reschedule vpods that are scheduled on unscehdulable pods (# 6726) > 40517be Added Broker class in `kubectl get -o wide` (# 6723) > e609459 [main] Update community files (# 6727) > 47a793b Revert "Change subscription patch logic to ensure resource version (# 6670) (# 6724) > 8b7551c Removing one more deprecated, unused func (# 6718) > 228eda3 Removing deprecated and unused func (# 6716) > ffc8fe0 Default a subscriptions subscriber and reply in webhook (# 6701) > 8d62a06 Adds link to the Knative CNCF Slack Channel (# 6711) > 91a1991 Install source at requirement phase in conformance tests (# 6712) > 983189d Set scheduler logging to debug (# 6705) > c3364e4 Remove UNUSED and deprecated test helpers (# 6710) > 9b8c4d6 Port BrokerWorkFlowWithTranformation test to rekt and code cleanup (# 6709) > 45e7a24 Do not overwrite existing imagePullSecrets in CopySecret (# 6707) > efba019 [main] Format Go code (# 6702) bumping golang.org/x/sync f12130a...8fcdb60: > 8fcdb60 singleflight: avoid race between multiple Do calls > 7f9b162 singleflight: remove forgotten field bumping golang.org/x/mod 86c51ed...b3066c3: > b3066c3 go.mod: update golang.org/x dependencies > e3c1277 go.mod: update to tagged x/tools version > aac77cd all: fix a few function names on comments > 2666ed6 go.mod: ignore cyclic dependency for tagging > 2adab6b zip: expand logging and use t.TempDir and t.Cleanup in test helpers > 02c9913 sumdb: remove redundant type conversion > 8f535f7 sumdb/note: fix some typos > ed83ed6 modfile: remove duplicate words from comments > f994a2a zip: set PWD consistently for commands in subdirectories > 046e8b3 modfile: improve error message for replace with '@' in path bumping knative.dev/pkg 247510c...b77a78c: > b77a78c upgrade to latest dependencies (# 2698) > 310274d bump golang version in downstream tests (# 2697) > fd00e03 Add certs secret name read from env (# 2685) > 645afb2 bump golang.org/x/net to v0.7.0 (# 2695) > 0591b75 bump net and text packages (# 2692) > 2fdd6bf Allow reconcilers to listen to leader promotion events (# 2688) > f65eba5 Make ZipkinTracingEnabled flag thread safe (# 2690) > f306c13 upgrade to latest dependencies (# 2684) > 2f55fe0 Fix potential slowloris attack (# 2682) > 8d1efe1 Update community files (# 2683) > 4a80605 Add health checks (# 2671) > 33e6b88 fix: `reconcilerImpl.updateStatus` calculates state difference in debug mode only (# 2678) > c889c5b upgrade to latest dependencies (# 2679) > fb44e94 Update community files (# 2676) > decc1cc Update community files (# 2674) > 8532ae0 update OWNERS files to use teams with active members (# 2672) > 408ad07 Make SetDefaults of Destination duck type nil safer (# 2670) bumping k8s.io/kube-openapi 67bda5d...172d655: > 172d655 Merge pull request # 319 from alexzielenski/json_next > 829ce0c fix json unmarshal bug when extension used with Responses (# 320) > 8d49439 add JSONRoundTripTestCase and add a Test*RoundTrip for every spec.* type which needs it > b7a9e6f Merge pull request # 318 from dims/add-go.mod-for-integration-tests > 3b3bb66 add jsonv2 roundtrip fuzz tests and benchmarks > a70c9af Merge pull request # 307 from apelisse/test-required-job > b856c89 Add a go.mod for integration test > 395774f add jsonv2 implementation > c6e407d Add required job that depends on matrix jobs > c601e50 add go-json-experiment/json to pkg/internal/third_party > 5ca72f5 gofmt changes Signed-off-by: Knative Automation <automation@knative.team> |
|
|
e82e7497da
|
Bump golang.org/x/net from 0.0.0-20220919232410-f2f64ebce3c1 to 0.7.0 (#1783)
* Bump golang.org/x/net from 0.0.0-20220919232410-f2f64ebce3c1 to 0.7.0 Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220919232410-f2f64ebce3c1 to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/commits/v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * Run codegen --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David Simansky <dsimansk@redhat.com> |
|
|
a91b916356
|
Bump golang.org/x/text from 0.3.7 to 0.3.8 (#1780)
* Bump golang.org/x/text from 0.3.7 to 0.3.8 Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8. - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.3.7...v0.3.8) --- updated-dependencies: - dependency-name: golang.org/x/text dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * Run codegen --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David Simansky <dsimansk@redhat.com> |
|
|
8a2ed4cea3
|
Fixing errors related to Go 1.20 (#1779)
* Fix the errors Go 1.20 introduced * Didn't remove comments * New version of service.go * add linter directive to allow for use of math/rand * Added to changelog * fix issue with tablegenerator.go * remove factory_test.go changes, already fixed in #1777 * Revert changelog changes |
|
|
954720d0bf
|
Update community files (#1778)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
badd909328
|
Fixing some linter issues (#1777) | |
|
dfc3c1e529
|
Update community files (#1774)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
a3f7ee0a39
|
Update community files (#1772)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
df40f5a389
|
upgrade to latest dependencies (#1770)
bumping knative.dev/serving 897b61a...484e848: > 484e848 upgrade to latest dependencies (# 13646) > 1e27b7a Update net-contour nightly (# 13643) > 43af7f1 Update net-istio nightly (# 13644) > eb96c59 Update net-kourier nightly (# 13641) > 412cf1c Update net-certmanager nightly (# 13640) > 2215dfe Update net-gateway-api nightly (# 13642) > 0360850 Add secure-pod-defaults flag to default Pods to 'restricted' profile by default (# 13398) bumping knative.dev/eventing 7e899fd...4d6e1fc: > 4d6e1fc Change subscription patch logic to ensure resource version (# 6670) > 74e165a APIServerSource with selector to target namespaces (# 6665) > 1f9f4d3 Log stream from system namespace in upgrade tests (# 6699) > 466d123 Fix reconciler-tests Prow job (# 6694) > bd67450 Populate a Subscriptions subscriber and reply namespace only if not set already (# 6671) Signed-off-by: Knative Automation <automation@knative.team> Signed-off-by: Knative Automation <automation@knative.team> |
|
|
2a124bdc26
|
upgrade to latest dependencies (#1769)
bumping knative.dev/eventing 9417125...7e899fd: > 7e899fd Reduce log noise in upgrade tests (# 6693) bumping knative.dev/networking e9d3a55...db2bcbe: > db2bcbe Assert all the expected DNSNames are part of the HTTP01 challenge (# 757) bumping knative.dev/serving 6b7e09a...897b61a: > 897b61a Change HTTP01 test DNS entry to *.{custom-domain} (# 13636) > 9004443 Allow challenges for hosts that don't match the route's host (# 13637) > 188dc1a Update net-certmanager nightly (# 13631) > 09bc85c Update net-kourier nightly (# 13634) > 87f5b62 Update net-contour nightly (# 13635) > 760b2f7 Update net-istio nightly (# 13632) > 8b28d41 Update net-gateway-api nightly (# 13633) > 550a6f5 Clean up `go_run` functions (# 13628) > d2d5723 Don't explicitly require a service account key for autotls dns tests (# 13627) > 6906c92 Refactor autoscaler TestContext (# 13618) > 8722a63 Update net-contour nightly (# 13624) > e05aa3a Add validation to warn about insecure SecurityContext defaults (# 13399) > 4a339c6 Update net-kourier nightly (# 13626) > b10db15 Update net-gateway-api nightly (# 13623) > 5b59ae0 Update net-certmanager nightly (# 13625) > 04df00a DomainMapping: Set Certificate.Spec.Domain (# 13620) > 94d23ac Set 'Domain' in kcert (# 13569) > a4fcb9d Update net-certmanager nightly (# 13619) Signed-off-by: Knative Automation <automation@knative.team> Signed-off-by: Knative Automation <automation@knative.team> |
|
|
982711e2e3
|
[main] Upgrade to latest dependencies (#1763)
* upgrade to latest dependencies bumping knative.dev/networking c037e29...e9d3a55: > e9d3a55 adjust domain validation in kcert (# 755) > dd05ffd upgrade to latest dependencies (# 753) > 3ad2fdc Update actions (# 752) > fe0ac7d Update community files (# 751) > 68f0fa7 add new field 'Domain' to kcert spec (# 747) > a51817e upgrade to latest dependencies (# 750) > bc7a7e5 Update community files (# 749) > eee5118 upgrade to latest dependencies (# 748) > f1db313 upgrade to latest dependencies (# 746) > 383bb2f Update community files (# 745) > 891aac2 upgrade to latest dependencies (# 740) > 5be75f2 upgrade to latest dependencies (# 739) bumping knative.dev/serving cd1cd1a...6b7e09a: > 6b7e09a upgrade to latest dependencies (# 13616) > 2338826 Don't default Revision values when BYO name is unchanged. (# 13565) > f2147ef Stream logs from system and test namespace in upgrade tests (# 13587) > b989439 Ensure the autoscaler only has a single elector (# 13585) > 873eb5c Advance pvc e2e test to beta (# 13535) > 5cb43ab Update net-gateway-api nightly (# 13615) > 8064f6b Update net-gateway-api nightly (# 13614) > 52e79f7 show an error when curling the istio release (# 13612) > a5d0384 Update net-contour nightly (# 13613) > 2c117e8 Update net-gateway-api nightly (# 13607) > 06f59e3 Update net-kourier nightly (# 13608) > aa744ae Update net-certmanager nightly (# 13606) > cd2ad0c Update actions (# 13604) > 162b8fb consistent label selector for Service - include app label (# 13265) > 76005a0 upgrade to latest dependencies (# 13594) > ff959e4 Update net-kourier nightly (# 13599) > fc1cf65 Update net-contour nightly (# 13597) > 3db1864 Update net-istio nightly (# 13596) > bab961f Update net-certmanager nightly (# 13595) > e6db06e Update net-gateway-api nightly (# 13598) > 10a8e38 Update community files (# 13593) > b421efb Update net-kourier nightly (# 13590) > 288e59a Update net-contour nightly (# 13578) > 6d70f59 Update net-gateway-api nightly (# 13577) > b9d0952 Update net-certmanager nightly (# 13588) > 7b5c641 upgrade to latest dependencies (# 13573) > 4ad830a add fetch depth so we can fetch the tags (# 13586) > fb0c4bd Add setup script for internal-encryption e2e test (# 13559) > 11d88db Update community files (# 13584) > aaa992e upgrade to latest dependencies (# 13564) > 3b8f17c Update net-kourier nightly (# 13561) > 35abde0 Update net-istio nightly (# 13556) > 88ccb50 Update net-certmanager nightly (# 13557) > 3812acf Update net-contour nightly (# 13555) > cd50d85 Update net-gateway-api nightly (# 13554) > 01676d5 Update net-kourier nightly (# 13547) > f1b45e6 Update net-istio nightly (# 13549) > f0379ef Update net-certmanager nightly (# 13548) > 114bebe Update net-contour nightly (# 13550) > 38fa7c0 Update community files (# 13545) > 017bb66 Update net-istio nightly (# 13538) > a4f6edc Update net-contour nightly (# 13534) > 442877d Update net-certmanager nightly (# 13533) > b4198e7 Update net-kourier nightly (# 13532) > ceb505d Update net-gateway-api nightly (# 13530) > 99c3d5a Update net-gateway-api nightly (# 13527) > 95a6492 upgrade to latest dependencies (# 13526) > 7f217bb Use ubuntu 20.04 for kind e2e tests (# 13528) > 327bf91 Update net-istio nightly (# 13524) > 1beadbd Update net-gateway-api nightly (# 13523) > 0ea12f4 Update net-contour nightly (# 13520) > bcef4be Update net-contour nightly (# 13514) > b7492cc Update net-certmanager nightly (# 13509) > 5b217ef Update net-istio nightly (# 13510) > 2ba4499 Don't set seccomp profile in the queue proxy (# 13507) > e17e4d1 Update net-contour nightly (# 13502) > 05a28e0 Ensure probes from the autoscaler are not passed to the user-container (# 13501) bumping knative.dev/hack c12c1bf...c7cfcb0: > c7cfcb0 Update community files (# 263) > af8745e Update community files (# 262) > cf3796d Upload attestations and print cosign version (# 261) > b9801b4 Update community files (# 260) > 7233e77 No more sugar controller in upstream eventing (# 259) Signed-off-by: Knative Automation <automation@knative.team> * Fix broker test Signed-off-by: Knative Automation <automation@knative.team> Co-authored-by: David Simansky <dsimansk@redhat.com> |