Justin SB
ba73e67732
Regenerate apimachinery to pick up new year
2019-01-02 22:52:52 -05:00
Justin SB
533a57a096
Recognize 2019 as a year
...
Happy new year!
2019-01-02 18:30:54 -05:00
Kubernetes Prow Robot
9f8ecefdae
Merge pull request #6270 from justinsb/release_notes_1_11
...
Release notes for 1.11
2019-01-02 14:07:53 -08:00
Kubernetes Prow Robot
ed8e81c5df
Merge pull request #6271 from justinsb/bump_channel
...
Update recommended kubernetes version
2018-12-29 19:43:13 -08:00
Kubernetes Prow Robot
916a8f34ed
Merge pull request #6233 from justinsb/gcs_upload
...
Create dev-upload tasks, for a faster upload during dev builds
2018-12-29 19:43:03 -08:00
Kubernetes Prow Robot
6d24125907
Merge pull request #6272 from justinsb/fix_missed_errcheck
...
Fix missed error check in hasPlaceHolderIP
2018-12-29 18:37:23 -08:00
Kubernetes Prow Robot
80d6a08757
Merge pull request #6269 from justinsb/add_relnotes_to_release_process
...
release process: add the relnotes command
2018-12-29 18:37:12 -08:00
Kubernetes Prow Robot
502f1c0b29
Merge pull request #6279 from andrestc/nodeup-err
...
nodeup: include underlying error in error message
2018-12-29 11:28:57 -08:00
André Carvalho
2f273d6e35
nodeup: include underlying error in error message
2018-12-28 17:26:01 -02:00
Kubernetes Prow Robot
3d6b8a4c7d
Merge pull request #6276 from gambol99/aws_deps
...
AWS SDK v1.16.11
2018-12-28 09:37:30 -08:00
Justin SB
2e966f84cf
Curate release notes for 1.11
2018-12-28 12:12:12 -05:00
Rohith
86c07ea101
- running the make dep-ensure to remove unrequired files
2018-12-28 16:44:29 +00:00
Kubernetes Prow Robot
f7113d6106
Merge pull request #6258 from mikesplain/update_compatability
...
Update compatibility for v1.11.0
2018-12-28 08:20:02 -08:00
Rohith
c15fb4cb6b
- updating the bazel requirements
2018-12-28 16:14:20 +00:00
Rohith
6bd7d53a19
AWS SDK v1.16.11
...
- updating the vendoring for the aws sdk dependency to v1.16.11
2018-12-28 16:14:20 +00:00
Justin Santa Barbara
83f40e0334
Fix missed error check in hasPlaceHolderIP
2018-12-25 10:53:50 -05:00
Justin Santa Barbara
87ff49b2b7
Update recommended kubernetes version
...
Currently, the recommended version needs to be updated in multiple
places - once for new clusters and once for updates I believe. (We
probably could/should address this.) But updating the two places to
1.11.6 for consistency.
2018-12-25 07:33:28 -05:00
Justin Santa Barbara
5d20727153
Release notes for 1.11
2018-12-25 07:29:00 -05:00
Justin Santa Barbara
daaba255e0
release process: add the relnotes command
2018-12-25 07:28:10 -05:00
Kubernetes Prow Robot
7af77bb79c
Merge pull request #6260 from justinsb/log_clearly_when_retry_fails
...
Always log when a retry loop fails
2018-12-21 22:57:18 -08:00
Kubernetes Prow Robot
23a6ce98f8
Merge pull request #6259 from justinsb/rationalize_marshal_code
...
Rationalize deserialiation code
2018-12-21 22:02:51 -08:00
Kubernetes Prow Robot
594913eea2
Merge pull request #6253 from mikesplain/add_p3dn.24xlarge
...
Add p3dn.24xlarge
2018-12-21 14:26:11 -08:00
Kubernetes Prow Robot
04e7e4458a
Merge pull request #6237 from justinsb/go_aws_sdk_version_bump
...
Update aws-sdk-go to 1.16.9
2018-12-21 12:01:53 -08:00
Justin SB
4522a9bc66
Always log when a retry loop fails
...
We want to be sure the retry loop is working, and we want to know when
we're incurring retry failures (if something is expected to fail).
2018-12-21 14:16:51 -05:00
Justin SB
4aa2498203
Rationalize deserialiation code
...
Put it all through kopscodecs.Decode, so that we can rewrite the API
group more easily in a subsequent PR.
2018-12-21 13:59:50 -05:00
mikesplain
e831b72e60
Update compatibility for v1.11.0
2018-12-21 12:33:24 -05:00
Kubernetes Prow Robot
185b55fe3c
Merge pull request #6180 from justinsb/fix_6133
...
Don't panic when an etcd cluster is added
2018-12-21 08:41:33 -08:00
Kubernetes Prow Robot
f5ce011fa0
Merge pull request #6242 from justinsb/bulk_fix_typos
...
Bulk spelling fixes
2018-12-21 07:45:14 -08:00
mikesplain
9a5d092b9f
Add p3dn.24xlarge
2018-12-21 10:20:11 -05:00
Justin SB
ed3101ed1e
Update aws-sdk-go to 1.16.9
...
Steps:
* Edit Gopkg.toml to change version to 1.16.9
* Run `make dep-ensure`
* Look through changes & commit
Most significant change seems to be the introduction of a process
credential handler, which could be a vector for a security threat if
the AWS configuration file is writeable by others. However I don't
think that's too likely to be a problem in practice.
2018-12-21 10:02:58 -05:00
Kubernetes Prow Robot
48db7c6302
Merge pull request #6245 from justinsb/update_apimachinery
...
Update apimachinery for k8s 1.12
2018-12-21 06:51:24 -08:00
Kubernetes Prow Robot
717ea40abf
Merge pull request #6235 from justinsb/bazel_cleanup_gobindata
...
bazel: cleanup gobindata generation
2018-12-21 06:51:14 -08:00
Kubernetes Prow Robot
ae3c5a7d69
Merge pull request #6243 from justinsb/simplify_mockaws
...
cloudmock: replace unimplemented methods with interface embedding
2018-12-21 00:07:44 -08:00
Kubernetes Prow Robot
323b51ac54
Merge pull request #6090 from gas-buddy/eherot/autoscaler_curl_support
...
Automagically use curl instead of wget if that's what's available
2018-12-20 22:06:14 -08:00
Justin SB
2f2fb9f059
Update apimachinery for k8s 1.12
...
Looks like some (slightly) more efficient deepcopy code, which just
needed regeneration.
2018-12-21 00:55:06 -05:00
Kubernetes Prow Robot
b27f87e03b
Merge pull request #6239 from mikesplain/bump_channels
...
Bump channels and bump alpha to latest
2018-12-20 19:04:48 -08:00
Kubernetes Prow Robot
7a629c7743
Merge pull request #5932 from rdrgmnzs/deps_for_1_12
...
Update to k8s 1.12 libraries
2018-12-20 15:42:36 -08:00
Justin SB
18d117d84e
cloudmock: replace unimplemented methods with interface embedding
...
It's simpler, and it lets us move to newer versions of the AWS API more easily.
2018-12-20 18:13:28 -05:00
Justin SB
7e7490296a
bazel: cleanup gobindata generation
...
Simplify the exclusion logic.
2018-12-20 17:51:51 -05:00
Justin SB
26bd75aecb
Bulk spelling fixes
...
Experimenting with my own spelling checker, these are the typos it caught.
2018-12-20 17:43:56 -05:00
Kubernetes Prow Robot
4ffdf813f3
Merge pull request #6238 from justinsb/add_doc_on_update_dependency
...
Document how to update an existing vendored dependency
2018-12-20 12:16:35 -08:00
Kubernetes Prow Robot
b3e22be72f
Merge pull request #6212 from spotinst/feature-aws-eu-north-1
...
Adding support for the new Stockholm region
2018-12-20 11:25:44 -08:00
mikesplain
0b03f0229a
Bump channels and bump alpha to latest
2018-12-20 13:27:27 -05:00
Kubernetes Prow Robot
309515cbbb
Merge pull request #6231 from justinsb/pending_is_a_validation_issue
...
Consider pending pods to be a validation failure
2018-12-20 10:19:04 -08:00
Justin SB
6deaa76ec1
Document how to update an existing vendored dependency
2018-12-20 13:00:59 -05:00
Justin SB
a3a48e9078
Create dev-upload tasks, for a faster upload during dev builds
2018-12-20 11:37:30 -05:00
Justin Santa Barbara
f49aba4147
Consider pending pods to be a validation failure
...
Also log the names of the non-ready containers.
2018-12-20 10:08:40 -05:00
Kubernetes Prow Robot
ede358c19b
Merge pull request #6224 from schweizerbolzonello/addons/dashboard-1.10.1
...
Adding kubernetes-dashboard v1.10.1 deployment to kops addons
2018-12-18 17:08:26 -08:00
Thomas Schweizer-Bolzonello
5210708ef8
Remove kubernetes-dashboard 1.10.0 (CVE-2018-18264)
2018-12-19 00:50:11 +02:00
Thomas Schweizer-Bolzonello
cbb245af20
kubernetes-dashboard v1.10.1 deployment to kops addons
2018-12-18 22:42:21 +02:00