Commit Graph

64 Commits

Author SHA1 Message Date
Knative Automation 41aa68a551
upgrade to latest dependencies (#921)
bumping knative.dev/pkg c43477f...efddeac:
  > efddeac Update community files (# 3143)
  > e5aa25f Bump google.golang.org/grpc from 1.69.4 to 1.70.0 (# 3142)
  > 7fca699 Bump google.golang.org/protobuf from 1.36.3 to 1.36.4 (# 3141)
  > dcf1593 Update community files (# 3140)
  > 3386f37 Bump google.golang.org/protobuf from 1.36.2 to 1.36.3 (# 3139)
  > 1ca59d1 Bump google.golang.org/grpc from 1.69.2 to 1.69.4 (# 3138)
  > a37a847 drop use of code-generator/generate-groups.sh (# 3136)
bumping golang.org/x/oauth2 3e64809...22134a4:
  > 22134a4 README: don't recommend go get
bumping google.golang.org/genproto/googleapis/api 796eee8...19429a9:
  > 19429a9 chore(all): update all (# 1171)
  > e639e21 chore(all): update all (# 1170)
  > 65e8d21 Fix: GitHub workflow script injection (# 1169)
  > e0fbfb7 chore(all): update all (# 1168)
  > dd2ea8e chore(all): update all (# 1166)
  > 324edc3 chore(all): update all (# 1165)
bumping google.golang.org/protobuf 12c6ebd...259e665:
  > 259e665 all: release v1.36.4
  > 5f93d99 internal_gengo: avoid allocations in rawDescGZIP() accessors
  > 2005adb reflect/protodesc: fix panic when working with dynamicpb
  > aee8a9c internal_gengo: switch back from string literal to hex byte slice
  > 0c3cc2f internal_gengo: use unsafe.StringData() to avoid a descriptor copy
  > cc8d1c2 internal_gengo: store raw descriptor in .rodata section
  > 132f042 all: start v1.36.3-devel
  > 54ef969 all: release v1.36.3
  > 7cbd915 reflect/protodesc: fix panic when working with dynamicpb
  > 2f60868 proto: add example for GetExtension, SetExtension
  > de043b9 runtime/protolazy: replace internal doc link with external link
  > 42e0fa9 all: split flags.ProtoLegacyWeak out of flags.ProtoLegacy
  > 5fee2a7 internal/impl: remove unused exporter parameter
  > 84924f7 internal/impl: switch to reflect.Value.IsZero
  > fe8430d cmd/protoc-gen-go: remove json struct tags from unexported fields
  > 84f7738 internal/impl: clean up unneeded Go<1.12 MapRange() alternative
  > 9acc8f2 types/dynamicpb: switch atomicExtFiles to atomic.Uint64 type
  > ad89419 all: start v1.36.2-devel
bumping knative.dev/hack c142b48...5f7f0f5:
  > 5f7f0f5 Update community files (# 412)
  > b38a2ca Update community files (# 411)
bumping google.golang.org/genproto/googleapis/rpc 796eee8...19429a9:
  > 19429a9 chore(all): update all (# 1171)
  > e639e21 chore(all): update all (# 1170)
  > 65e8d21 Fix: GitHub workflow script injection (# 1169)
  > e0fbfb7 chore(all): update all (# 1168)
  > dd2ea8e chore(all): update all (# 1166)
  > 324edc3 chore(all): update all (# 1165)
bumping google.golang.org/grpc b615b35...98a0092:
  > 98a0092 Change version to 1.70.0 (# 7984)
  > bf380de Cherrypick # 7998,  # 8011, # 8010 into 1.70.x (# 8028)
  > 54b3eb9 experimental/credentials: Add credentials that don't enforce ALPN (# 7980) (# 8012)
  > 62b9185 clustetresolver: Copy endpoints.Addresses slice from DNS updates to avoid data races (# 7991) (# 8004)
  > 724f450 examples/features/csm_observability: use helloworld client and server instead of echo client and server (# 7945)
  > e8d5feb rbac: add method name to :path in headers (# 7965)
  > e912015 cleanup: Fix usages of non-constant format strings (# 7959)
  > 681334a cleanup: replace dial with newclient (# 7943)
  > 063d352 internal/resolver: introduce a new resolver to handle target URI and proxy address resolution (# 7857)
  > 10c7e13 outlierdetection: Support health listener for ejection updates (# 7908)
  > bce0535 test: Add a test for decompression exceeding max receive message size (# 7938)
  > f32168c envconfig: enable xDS client fallback by default (# 7949)
  > e957825 test: Workaround slow SRV lookups in flaking test (# 7957)
  > e5a4eb0 deps: update crypto dependency to resolve CVE-2024-45337 (# 7956)
  > 56a14ba cleanup: replace dial with newclient (# 7920)
  > b3bdacb test: switching to stubserver in tests instead of testservice (# 7925)
  > e8055ea grpcs: update `WithContextDialer` documentation to include using passthrough resolver (# 7916)
  > d0716f9 examples/features/csm_observability: Make CSM Observability example server listen on an IPV4 address (# 7933)
  > cc161de xds: Add support for multiple addresses per endpoint (# 7858)
  > 3f76275 xdsclient: stop caching xdsChannels for potential reuse, after all references are released (# 7924)
  > 7ee073d experimental/stats: re-add type aliases for migration (# 7929)
  > 38a8b9a health, grpc: Deliver health service updates through the health listener (# 7900)
  > c1b6b37 Update README.md (# 7921)
  > e4d084a examples: replace printf with print for log message in gracefulstop (# 7917)
  > b1f70ce test: replace grpc.Dial with grpc.NewClient
  > 0027558 internal/transport: replace integer status codes with http constants (# 7910)
  > 66ba4b2 examples/features/gracefulstop: add example to demonstrate server graceful stop (# 7865)
  > adad26d test/kokoro: Add psm-fallback build config (# 7899)
  > f53724d serviceconfig: Return errors instead of skipping invalid retry policy config (# 7905)
  > 645aadf deps: update dependencies for all modules (# 7904)
  > d7286fb Change version to 1.70.0-dev (# 7903)

Signed-off-by: Knative Automation <automation@knative.team>
2025-01-29 14:27:55 +00:00
Knative Automation b42b259a7e
upgrade to latest dependencies (#877)
bumping knative.dev/pkg 8535fcc...3f6a546:
  > 3f6a546 Fix rand source in name (# 3070)
  > ee1db86 Update linter config and address lint warnings/failures (# 3068)
  > 26bc7b4 Register AuthenticatableType in schema (# 3069)

Signed-off-by: Knative Automation <automation@knative.team>
2024-06-26 23:36:42 +00:00
knative-automation dff27d15ae
upgrade to latest dependencies (#755)
bumping knative.dev/hack 5812c57...5b7907f:%0A  > 5b7907f Update actions (# 289)%0A  > c133d5d Install Istio for tests (# 291)%0Abumping knative.dev/pkg ec20442...5671699:%0A  > 5671699 drop the dynamic type (# 2750)%0A  > 9bda38b Fix some webhook testing tech debt (# 2751)

Signed-off-by: Knative Automation <automation@knative.team>
2023-05-31 15:32:37 +00:00
knative-automation e66a491977
upgrade to latest dependencies (#750)
bumping knative.dev/pkg db8a353...dfb4bf0:%0A  > dfb4bf0 Drop dynamic wrapper injection code generation (# 2742)

Signed-off-by: Knative Automation <automation@knative.team>
2023-05-18 17:29:13 +00:00
knative-automation e5d714c2bf
upgrade to latest dependencies (#735)
bumping knative.dev/pkg 645afb2...696cac8:
  > 696cac8 Expose queue proxy request metrics reporting period (# 2362)
  > bd3cf51 Printf log message with the right type when showing port (# 2709)
  > 4c84b1b Update actions (# 2707)
  > 3290ddf Update community files (# 2706)
  > 53fc6ab Update actions (# 2705)
  > b769fef drop eventing natss from downstream tests (# 2703)
  > 511b394 potential fix for flakey tlsBackoff (# 2702)
  > 0902ea8 Parameterize WEBHOOK_NAME env key in error message (# 2701)
  > c5dd1d1 Update community files (# 2700)
  > b77a78c upgrade to latest dependencies (# 2698)
  > 310274d bump golang version in downstream tests (# 2697)
  > fd00e03 Add certs secret name read from env (# 2685)
bumping knative.dev/hack 3de51af...3b8ef01:
  > 3b8ef01 Update community files (# 279)
  > 1eebfb3 Update community files (# 278)

Signed-off-by: Knative Automation <automation@knative.team>
2023-03-30 12:16:02 +00:00
knative-automation 897093b5a7
upgrade to latest dependencies (#722)
bumping knative.dev/pkg fb44e94...2f55fe0:
  > 2f55fe0 Fix potential slowloris attack (# 2682)
  > 8d1efe1 Update community files (# 2683)
  > 4a80605 Add health checks (# 2671)
  > 33e6b88 fix: `reconcilerImpl.updateStatus` calculates state difference in debug mode only (# 2678)
  > c889c5b upgrade to latest dependencies (# 2679)

Signed-off-by: Knative Automation <automation@knative.team>
2023-02-16 14:52:52 +00:00
knative-automation 30a02f9443
upgrade to latest dependencies (#700)
bumping knative.dev/pkg 8fa1a3f...918fd93:
  > 918fd93 Update community files (# 2633)
  > 44d1d7d Go1.19 changes (# 2631)
  > 6718478 Update community files (# 2628)
  > dc1fae1 changeset: allow override the revision through ldflags (# 2601)
  > 92ed919 Fix: Mute the linter on error return values. (# 2627)
bumping knative.dev/hack 4b6bd86...8f3c705:
  > 8f3c705 Update community files (# 247)
  > 62b15bd drop support for the istio add on flag (# 243)
  > f5be74f Update community files (# 245)
  > 80fd6da KO_DATA_PATH doesn't need to be set anymore (# 244)

Signed-off-by: Knative Automation <automation@knative.team>

Signed-off-by: Knative Automation <automation@knative.team>
2022-11-04 14:40:07 +00:00
knative-automation 37c28a6042
upgrade to latest dependencies (#590)
bumping knative.dev/hack f08cb0d...59b0cf1:
  > 59b0cf1 Proper search for tags in Go files only (# 135)
bumping knative.dev/pkg 96f1852...785eb63:
  > 785eb63 switch to klog/v2 (# 2386)
  > bba4470 Validate Sink in SourceSpec (# 2384)
  > 80b253f upgrade to latest dependencies (# 2385)

Signed-off-by: Knative Automation <automation@knative.team>
2022-01-11 19:47:50 -08:00
knative-automation 89a3cb9bc1
upgrade to latest dependencies (#568)
bumping knative.dev/pkg 0b0c339...d82be48:
  > d82be48 Disable controllers using a command-line flag (# 2339)
  > 517ef02 upgrade to latest dependencies (# 2349)

Signed-off-by: Knative Automation <automation@knative.team>
2021-11-17 01:12:34 -08:00
knative-automation 139fa31c7f
upgrade to latest dependencies (#550)
bumping knative.dev/pkg caa95fe...819d556:
  > 819d556 Allow configuring bounded staleness for dynamic injection. (# 2323)
  > ba2b2b1 upgrade to latest dependencies (# 2319)
bumping knative.dev/hack ced8ce7...02860f5:
  > 02860f5 Update community files (# 87)

Signed-off-by: Knative Automation <automation@knative.team>
2021-10-26 07:44:21 -07:00
knative-automation 0af7ed4d93
upgrade to latest dependencies (#514)
bumping knative.dev/pkg 7b5ecbc...3bed4dc:
  > 3bed4dc Make the configmap update logging Debugf (# 2226)
  > 44fffc8 This implements the EventExpansion needed to emit K8s events. (# 2224)
  > 6ef763d Remove long deprecated NewImplWithStats (# 2223)
  > 9c7fd8e Introduce `NewContext`, deprecate `NewImplFull`. (# 2222)
  > 766b8f7 Have the addressable resolver take a tracker. (# 2220)
  > 9b9bc2a Run codegen (# 2221)
  > 52d2a0d Deprecate ReadOnlyFinalizer interface over OnDeletionInterface (# 2212)
  > 44fc074 Update community files (# 2219)
  > bda81c0 upgrade to latest dependencies (# 2218)

Signed-off-by: Knative Automation <automation@knative.team>
2021-08-22 23:25:35 -07:00
knative-automation 389c38e8d1
upgrade to latest dependencies (#512)
bumping knative.dev/pkg 21eb4c1...7b5ecbc:
  > 7b5ecbc Sketch out an alternate way of injecting clients/informers (# 2210)
  > 8c88fa2 Revert "Remove the unused file (# 1935)" (# 2213)
  > 50410e0 Use consistent case for "Deprecated" comments (# 2216)
  > 35bcd16 Drop redundant pointers and decoders (# 2211)
  > bf176d5 Sink two codegen passes below loop. (# 2209)
  > 2c8a7b6 Update community files (# 2208)
  > 23b0147 Update actions (# 2206)
bumping knative.dev/hack e28525d...815cd31:
  > 815cd31 Stop performing pre-releases (# 77)

Signed-off-by: Knative Automation <automation@knative.team>
2021-08-18 22:45:04 -07:00
knative-automation 684ef90643
upgrade to latest dependencies (#500)
bumping knative.dev/pkg e8973c6...7d1b0f1:
  > 7d1b0f1 Add ability to filter objects on injection controller promotion (# 2180)
  > 459d317 Add CheckEndpointState method to SpoofingClient (# 2166)

Signed-off-by: Knative Automation <automation@knative.team>
2021-07-14 00:46:32 -07:00
knative-automation 7a5afaeb6c
upgrade to latest dependencies (#476)
bumping knative.dev/pkg 980a337...47dfdcf:
  > 47dfdcf consolidate k8s flags to an environment package (# 2133)
  > 6484377 update boilerplate date (# 2134)
  > 35916ab Update actions (# 2132)

Signed-off-by: Knative Automation <automation@knative.team>
2021-05-31 00:36:33 -07:00
knative-automation ec01baa5a5
upgrade to latest dependencies (#449)
bumping knative.dev/pkg 952fdd9...01dccc5:
  > 01dccc5 Add benchmarking for the http tracing handler (# 2080)
  > 9050838 Bump assorted dependencies (# 2086)
  > b8e331a Add skonto to metrics reviewers (# 2061)
  > 4a09d5e Simplify loading of local kubeconfig in sharedmain (# 2079)
  > 5ac4a75 add optional fs() to edit fake ctx for testing purpose (# 2057)

Signed-off-by: Knative Automation <automation@knative.team>
2021-04-08 06:20:50 -07:00
knative-automation 9dc5ceb7b9
upgrade to latest dependencies (#436)
bumping knative.dev/pkg 0f8d8de...bbe0bb3:
  > bbe0bb3 Implement getter machinery to generically fetch all injected clients (# 2054)
  > 85bc723 Add benchmark for metrics recording (# 2052)
  > cc278e1 upgrade to latest dependencies (# 2053)

Signed-off-by: Knative Automation <automation@knative.team>
2021-03-10 23:19:25 -08:00
knative-automation cc4d11bd42
upgrade to latest dependencies (#417)
bumping knative.dev/pkg 75d66b5...1bbf0a6:
  > 1bbf0a6 add LabelSelector to InformerFactory so that the informers only list and watch resources with the given labels (# 1940)

Signed-off-by: Knative Automation <automation@knative.team>
2021-01-19 22:48:53 -08:00
knative-automation c87cefb3ff
upgrade to latest dependencies (#416)
bumping knative.dev/pkg 5bb97df...75d66b5:
  > 75d66b5 preserve the stable webhook logger names we had before (# 1994)
  > 22f4898 upgrade to latest dependencies (# 1990)

Signed-off-by: Knative Automation <automation@knative.team>
2021-01-19 05:53:22 -08:00
Matt Moore c5ce5c5965
upgrade to latest dependencies (#363)
Signed-off-by: Matt Moore (via Sockpuppet) <mattmoor@vmware.com>
2020-10-20 20:46:18 -07:00
Matt Moore fe0a9fab73
upgrade to latest dependencies (#362)
Signed-off-by: Matt Moore (via Sockpuppet) <mattmoor@vmware.com>
2020-10-19 18:47:58 -07:00
Matt Moore 8bafccac22
upgrade to latest dependencies (#355)
Signed-off-by: Matt Moore (via Sockpuppet) <mattmoor@vmware.com>
2020-10-07 18:59:21 -07:00
Matt Moore 7fcc1941cc
upgrade to latest dependencies (#353)
Signed-off-by: Matt Moore (via Sockpuppet) <mattmoor@vmware.com>
2020-10-06 20:38:21 -07:00
Matt Moore bf86c4f251
[master] Auto-update dependencies (#293)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-07-24 09:08:58 -07:00
Matt Moore d031ce9de5
[master] Auto-update dependencies (#292)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-07-23 07:59:58 -07:00
Nghia Tran a78409990d
Pin test-infra & pkg to release-0.16 (#281) 2020-06-30 10:28:29 -07:00
Matt Moore f41f931e59
[master] Auto-update dependencies (#270)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-05-11 09:08:47 -07:00
Matt Moore 987a2b12a9
[master] Auto-update dependencies (#260)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-04-28 09:29:51 -07:00
Matt Moore 1dd26e7d03
Migrate caching to go mod (#258) 2020-04-27 14:35:51 -07:00
Matt Moore 732bdd7594
[master] Auto-update dependencies (#257)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-04-27 09:11:51 -07:00
Matt Moore ac178bf243
[master] Auto-update dependencies (#254)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-04-22 08:41:41 -07:00
Matt Moore 6bd9f38fb0
[master] Auto-update dependencies (#243)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-04-06 08:00:20 -07:00
Matt Moore f9a94908b8
[master] Auto-update dependencies (#239)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-03-31 07:44:51 -07:00
Matt Moore 666b4fcbfb
Auto-update dependencies (#230)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-03-13 08:58:30 -07:00
Matt Moore 7008f4be6b
Auto-update dependencies (#224)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-03-06 11:47:27 -08:00
Knative Prow Robot 5b74238e43
Auto-update dependencies (#223)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-03-04 10:54:54 -08:00
Matt Moore e2e5784288
Auto-update dependencies (#214)
Produced via:
  `dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign n3wscott
/cc n3wscott
2020-02-27 10:44:51 -08:00
Matt Moore 2414dfe6c0
Auto-update dependencies (#213)
Produced via:
  `dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign n3wscott
/cc n3wscott
2020-02-26 06:54:51 -08:00
Matt Moore d2c62d27bb
Auto-update dependencies (#211)
Produced via:
  `dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign n3wscott
/cc n3wscott
2020-02-24 07:21:08 -08:00
Matt Moore c75efc13dc
Auto-update dependencies (#208)
Produced via:
  `dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign n3wscott
/cc n3wscott
2020-02-19 08:56:06 -08:00
Matt Moore 1f067018c4
Auto-update dependencies (#206)
Produced via:
  `dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign n3wscott
/cc n3wscott
2020-02-18 06:46:59 -08:00
Matt Moore 8b0cd41569
Auto-update dependencies (#203)
Produced via:
  `dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign n3wscott
/cc n3wscott
2020-02-13 09:59:37 -08:00
Matt Moore 1094caadae
Auto-update dependencies (#201)
Produced via:
  `dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign n3wscott
/cc n3wscott
2020-02-12 07:20:22 -08:00
Matt Moore 5dcbd8b57e
Auto-update dependencies (#195)
Produced via:
  `dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign n3wscott
/cc n3wscott
2020-02-04 08:14:30 -08:00
Matt Moore ca4e85213b Auto-update dependencies (#181)
Produced via:
  `dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign n3wscott
/cc n3wscott
2020-01-14 07:04:05 -08:00
Matt Moore 8165337c90 Auto-update dependencies (#174)
Produced via:
  `dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign n3wscott
/cc n3wscott
2020-01-07 09:23:51 -08:00
Matt Moore e1d118d28c Auto-update dependencies (#140)
Produced via:
  `dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign n3wscott
2019-11-26 10:26:22 -08:00
Matt Moore 5256f8a931 Auto-update dependencies (#131)
Produced via:
  `dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign n3wscott
2019-11-15 07:58:02 -08:00
Matt Moore 4276980149 Auto-update dependencies (#130)
Produced via:
  `dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign n3wscott
2019-11-14 11:05:31 -08:00
mattmoor-sockpuppet 686854829d Auto-update dependencies (#125)
Produced via:
  `dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign mattmoor
2019-10-30 07:26:13 -07:00
mattmoor-sockpuppet fd459b90e8 Auto-update dependencies (#123)
Produced via:
  `dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign mattmoor
2019-10-28 07:20:41 -07:00