Kubernetes Prow Robot
542ec97705
Merge pull request #113037 from pacoxu/fsnotify-v1.6.0
...
update fsnotify to v1.6.0
2022-10-13 23:00:57 -07:00
Kubernetes Prow Robot
77d5dc7efc
Merge pull request #112153 from harshanarayana/feature/GIT-111923/enable-UID-logs-for-kmsv2
...
kmsv2: enable logging for kmsv2 enc/dec operations
2022-10-13 12:39:02 -07:00
Kubernetes Prow Robot
01019770cf
Merge pull request #112789 from enj/enj/r/kms_load_once_v2
...
Load encryption config once (second approach)
2022-10-13 11:25:02 -07:00
John McBride
dfb55ba48a
Bumps cobra from 1.5.0 to 1.6.0
...
- Upgrades mousetrap license to latest Apache 2.0
Signed-off-by: John McBride <jpmmcbride@gmail.com >
2022-10-13 14:52:39 +00:00
Monis Khan
f507bc2553
Load encryption config once
...
This change updates the API server code to load the encryption
config once at start up instead of multiple times. Previously the
code would set up the storage transformers and the etcd healthz
checks in separate parse steps. This is problematic for KMS v2 key
ID based staleness checks which need to be able to assert that the
API server has a single view into the KMS plugin's current key ID.
Signed-off-by: Monis Khan <mok@microsoft.com >
2022-10-13 10:52:29 -04:00
Paco Xu
2ce7a81169
fsnotify: use event.Has instead of "event.Op&h == h"
2022-10-13 13:42:26 +08:00
Paco Xu
3fee9d2735
update fsnotify to v1.6.0
2022-10-13 13:24:55 +08:00
Kubernetes Prow Robot
822d983147
Merge pull request #113022 from logicalhan/webhook-metrics
...
unparameterize 'webhook' from conversion metrics since it's the only one
2022-10-12 17:51:00 -07:00
Kubernetes Prow Robot
61ca612cbb
Merge pull request #112926 from jiahuif-forks/refactor/cel-out-of-apiextensions
...
split and move CEL package
2022-10-12 15:03:03 -07:00
Kubernetes Prow Robot
c56629803d
Merge pull request #112992 from logicalhan/clean-legacy-cp-metrics
...
fix metric labels in cloud-provider metrics since it breaks static analysis
2022-10-12 14:01:13 -07:00
Kubernetes Prow Robot
e4c4e0c50b
Merge pull request #112991 from logicalhan/explicit-stability
...
add explicit stability levels for shared metrics
2022-10-12 14:01:02 -07:00
Han Kang
849185a1fa
unparameterize 'webhook' from conversion metrics since it's the only one
...
Change-Id: I6dda5c033786f128e9b2d5d889e47f3dc7937ed5
2022-10-12 10:58:06 -07:00
Kubernetes Prow Robot
71ca3dad89
Merge pull request #112785 from MartinForReal/master
...
CloudProvider: service update event should be triggered when appProtocol in port is changed
2022-10-12 09:39:00 -07:00
Kubernetes Prow Robot
4f2faa2f1c
Merge pull request #112944 from kishen-v/fix_test_failures_go_1_20
...
Switch to assert.ErrorEquals from assert.Equal to check error equality
2022-10-12 06:23:00 -07:00
Kubernetes Prow Robot
525280d285
Merge pull request #112643 from SergeyKanzhelev/removeDynamicKubeletConfig
...
remove DynamicKubeletConfig feature gate from the code
2022-10-12 01:33:00 -07:00
Han Kang
44d3bbfbdf
fix metric labels in cloud-provider metrics since it breaks static analysis
...
Change-Id: I8f4efed410cf4fae48d6340a7d45c8c6a28d60e1
2022-10-11 15:19:59 -07:00
Han Kang
e135b66845
add explicit stability levels for shared metrics
...
Change-Id: I1ad650379b8d0cad76596cdc3fe70397e24abba8
2022-10-11 15:07:08 -07:00
Arnaud Meukam
0d19690a54
Bump golang.org/x/text to v0.3.8
...
Signed-off-by: Arnaud Meukam <ameukam@gmail.com >
2022-10-11 23:30:39 +02:00
MartinForReal
f68345b2f0
service update event should be triggered when appProtocol in port is changed.
...
Signed-off-by: MartinForReal <fanshangxiang@gmail.com >
2022-10-11 15:55:46 +00:00
Jiahui Feng
755f41a185
use DefaultMaxRequestSizeBytes for maxRequestSizeBytes.
2022-10-10 15:05:55 -07:00
Jiahui Feng
5b8a5b37d5
generated: ./hack/update-vendor.sh
2022-10-10 15:05:55 -07:00
Jiahui Feng
0dd316a5c1
move CEL package to apiserver package.
...
only anything that does not require Structural
2022-10-10 15:05:55 -07:00
Kubernetes Prow Robot
b42128f7d4
Merge pull request #112952 from liggitt/root
...
Make root approvers list non-recursive, shift from individuals to sig/subproject aliases
2022-10-10 14:51:01 -07:00
Jordan Liggitt
dd0910691f
Move root approvers to subdirs
2022-10-10 13:43:03 -04:00
Kubernetes Prow Robot
bb2101bac1
Merge pull request #112774 from stevekuznetsov/skuznets/dynamic-client-similar
...
client-go: factor the dynamic client similarly to others
2022-10-10 10:23:21 -07:00
Jordan Liggitt
b8b86bb2e1
Sort subdir OWNERS files
2022-10-10 08:31:43 -04:00
Jordan Liggitt
04b178b49b
Make root approval non-recursive
2022-10-10 08:26:53 -04:00
Kishen V
6f84f58d27
Switch to assert.ErrorEquals from assert.Equal to check error equality
2022-10-10 10:13:53 +05:30
Kubernetes Prow Robot
575031b68f
Merge pull request #112904 from xmudrii/publishing-bot-rules-go1192
...
Update publishing-bot rules to Go 1.19.2 and 1.18.7
2022-10-07 11:37:39 -07:00
Kubernetes Prow Robot
609bf91c95
Merge pull request #112907 from logicalhan/stable-metric-metric
...
add meta-metrics for metrics framework
2022-10-07 10:31:53 -07:00
Han Kang
1b3c346531
remove defer
...
Change-Id: Idbe0ee3349f91ea58a15be4eb9d3892c3e6a3693
2022-10-07 09:31:15 -07:00
Han Kang
e3a1d6c914
move automatic registration of meta-metrics to legacy registry
...
Change-Id: I06608184db62b3e893efc0c0a42963f9ffaaf677
2022-10-07 08:40:14 -07:00
Kubernetes Prow Robot
e11e226b23
Merge pull request #112884 from logicalhan/slis
...
wire up feature-gate for component slis
2022-10-06 18:33:52 -07:00
Manish Kumar
39ffd45175
Move celopenapi/model to staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/ ( #109959 )
...
Co-authored-by: Manish Kumar <manish.kumar1@india.nec.com >
2022-10-06 17:13:52 -07:00
Han Kang
3cad84b347
remove unused code
...
Change-Id: Id46edb8bbcd043288a4c38692dcf99dd6d34fa1c
2022-10-06 17:13:41 -07:00
Han Kang
1b74ea0f29
add meta-metrics for metrics framework
...
Change-Id: I15c2947e910419e6cb07db22a40fc0667fcd128b
2022-10-06 17:10:23 -07:00
Han Kang
01bfbdff2d
wire up feature-gate for component slis
...
Change-Id: Iba6ffbcac9dba4f4be3023ada6ac31691c1ae17b
2022-10-06 16:26:43 -07:00
Marko Mudrinić
c7cd9c0a55
Update publishing-bot rules to Go 1.19.2
...
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com >
2022-10-06 22:03:41 +02:00
Marko Mudrinić
7136e15c49
Update publishing-bot rules to Go 1.18.7
...
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com >
2022-10-06 22:02:17 +02:00
Marko Mudrinić
2d494ef9ba
releng: Update images, dependencies and version to Go 1.19.2
...
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com >
2022-10-06 20:00:41 +02:00
Kubernetes Prow Robot
93d1c43b49
Merge pull request #112875 from pohly/update-yaml
...
dependencies: update to sigs.k8s.io/yaml v1.3.0
2022-10-06 07:25:52 -07:00
Kubernetes Prow Robot
b4eec3c2ad
Merge pull request #112792 from cici37/celAd
...
Add feature gate CelValidatingAdmission
2022-10-05 16:39:53 -07:00
Cici Huang
d8ab3fea0d
Update feature gate name to CELValidatingAdmission
2022-10-05 19:40:50 +00:00
Han Kang
f043544cb5
add feature gate for component SLIs to component-base
...
Change-Id: I39896ce970e5700764253389e77293ebe58856c3
2022-10-05 10:52:29 -07:00
Patrick Ohly
9b93cc663a
dependencies: update to sigs.k8s.io/yaml v1.3.0
...
No particular benefit and no relevant changes, it's just to stay up-to-date and
to avoid having to pull that in when merging
https://github.com/kubernetes/kubernetes/pull/111023 which indirectly depends
on the newer release.
2022-10-05 11:14:23 +02:00
Kubernetes Prow Robot
5556d3336b
Merge pull request #112846 from Richabanker/stability-fix-test
...
Add test for internal metric
2022-10-05 00:00:03 -07:00
Benjamin Elder
a3e3608fd7
drop Gopkg.toml from publishing bot rules
2022-10-04 20:55:33 -07:00
Benjamin Elder
f96d61d916
remove BUILD files from publishing bot rules
...
bazel has been removed since 1.21, the rules only go back to 1.22
TODO: remove Gopkg.toml rule as well ...?
2022-10-04 16:52:27 -07:00
Tim Hockin
89e0e09eb9
Format calls to codegens
...
No functional changes here,just formatting. Makes future commits
easier.
2022-10-04 08:45:57 -07:00
Tim Hockin
436bebf47d
Codegens: Do not auto-set boilerplate path
...
Make each invocation pass it explicitly. This will make later commits
cleaner.
2022-10-04 08:45:57 -07:00